/*!
Theme Name: Bow Arts
Theme URI: https://wiredcanvas.com
Author: WiredCanvas
Author URI: https://wiredcanvas.com
Description: Wordpress theme based on Underscores.me using ACF Gutenberg blocks
Version: 1.3.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pnnp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wired Canvas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Import fonts
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Import fonts
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 1.2em;
    margin: 0.67em 0;
    font-weight: 700;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 15px 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 30px;
}

ul li {
    margin: 0 0 15px 0;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    font-weight: normal;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.4em;
}

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
    line-height: 1.4em;
}

h1,
.h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 32px;
}

h2,
.h2,
.has-wpdc-extra-large {
    font-size: 28px;
    font-weight: 500;
}

h3,
.h3 {
    font-size: 23px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 23px;
    font-weight: 400;
    color: #EC942E;
}

h5,
.h5,
.has-wpdc-large-font-size,
.large p,
blockquote p,
.large {
    font-size: 23px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
}

p,
li,
.has-wpdc-medium-font-size {
    font-size: 16px;
    font-weight: 400;
}

.entry-contained h1:not(.page-header-title),
.entry-contained h2:not(.block-headline),
.entry-contained h3,
.entry-contained h4,
.entry-contained h5,
.entry-contained .entry-content p:not(blockquote):not(.has-wpdc-large-font-size):not(.has-wpdc-extra-large-font-size):not(.alignwide) {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.entry-contained ul:not(.alignwide) li:not(.has-wpdc-large-font-size):not(.has-wpdc-extra-large-font-size) {
    max-width: 1024px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

strong {
    font-weight: 500;
}

blockquote {
    padding: 0;
    margin: 0;
}

.has-wpdc-small-font-size .small,
.small,
.small p,
.small ul li {
    font-size: 12px;
    font-weight: 400;
}

.has-wpdc-extra-large-font-size,
.extra-large,
.extra-large p {
    font-size: 32px;
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 70px;
    }
    h2,
    .h2,
    .has-wpdc-extra-large {
        font-size: 48px;
    }
    h3,
    .h3 {
        font-size: 32px;
    }
    h4,
    .h4 {
        font-size: 28px;
    }
    h5,
    .h5,
    .has-wpdc-large-font-size,
    .large p,
    blockquote p,
    .large {
        font-size: 24px;
    }
}

.wp-block-pullquote {
    margin: 0 0 30px;
    padding: 0;
}


/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 24px 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* customise bullet points
.entry-content ul {
    list-style: none;
    margin: 30px 30px 30px 60px;
}

.entry-content ul:not(.wp-block-social-links):not(.post-categories):not(.slick-dots):not(.blocks-gallery-grid) li:before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 30px;
}
*/


/* Links
--------------------------------------------- */

a {
    color: #f64c86;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

p>a {
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #EC942E;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
    text-decoration: none;
}


/* Forms
--------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    color: #000000;
    border: 2px solid #efeeec;
    vertical-align: bottom;
    background: white;
    padding: 15px 30px;
    border-radius: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
textarea:hover {
    border: 2px solid #EC942E;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #000;
}

textarea {
    width: 100%;
}

fieldset.searchbox {
    margin: 0;
    padding: 0;
}

.searchfield {
    margin: 0 6px 0 0;
}

select:not([multiple="multiple"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url(images/dropdown-colour.svg);
    /* add custom arrow */
    color: #000000;
    border: 2px solid #efeeec;
    vertical-align: bottom;
    background-color: white;
    padding: 15px 60px 15px 30px;
    border-radius: 30px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 22px;
    font-size: 1em;
    letter-spacing: 0.025em;
}

select[multiple="multiple"] {
    border: 2px solid #efeeec;
    background-color: white;
    border-radius: 10px;
}

select[multiple="multiple"]:-internal-list-box option {
    padding: 5px;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    border: NONE;
    padding: 10px;
    border-radius: 0;
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    color: #000000;
    border: 2px solid #efeeec;
    vertical-align: bottom;
    background: white;
    border-radius: 5px;
    vertical-align: bottom;
}

input[type="checkbox"]:checked {
    background-color: #fff;
    border: solid 2px #ec942e;
}

input[type="checkbox"]:hover {
    background-color: #fff;
}

input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 7px;
    height: 14px;
    border: solid 2px #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    border: NONE;
    border-radius: 5px;
    display: inline-block !important;
    vertical-align: baseline;
    background-color: transparent;
    border: none;
}

input[type="radio"]:checked {}

input[type="radio"]:hover {}

.wpcf7-list-item {
    margin: 15px 15px 15px 0;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: WRAP;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 30px 15px 15px 0;
    flex: 1 1 220px;
}

.wpcf7-form-control.wpcf7-radio {
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 0 0 5px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    position: relative;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
}

.wpcf7-form input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    /* top: 2px; */
    left: 5px;
    /* width: 7px; */
    /* height: 14px; */
    /* border: solid 3px #414141; */
    /* border-width: 0 3px 3px 0; */
    /* -webkit-transform: rotate(
45deg
); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(
45deg
); */
    background-color: #fff;
    top: -2px;
    right: 0;
    left: 0;
    bottom: -5px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #414141;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #414141;
    ;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #414141;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #414141;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/* Header
--------------------------------------------- */

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header {
    background-color: #fff;
}

h1.site-title {
    font-size: 48px;
}


/* Body
--------------------------------------------- */

#masthead,
.contained,
.main-content,
.site-footer {
    width: 100%;
}

.main-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .contained {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .contained {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .contained {
        max-width: 960px;
    }
}

.entry-content-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.site-main,
#tribe-events-pg-template,
.wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.full-height {
    padding: 0 15px;
}

.fullwidth {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw;
}

.alignwide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.alignwide .alignfull .inner-container,
.alignfull .wp-block-group__inner-container {
    padding: 30px;
}

.vertical-container {
    margin-top: 60px;
    margin-bottom: 60px
}

.normalpadding {
    padding: 30px 0;
}

.contained-article>p.has-wpdc-large-font-size:first-child,
p+.wp-block-group.has-background {
    margin-top: 60px;
}


/* Gutenberg Layout Corrections */

.alignfull .inner-container,
.alignfull .wp-block-group__inner-container,
.bgimagetext .inner-container,
.alignfull .cta-half-copy,
.alignwide .inner-container,
.alignwide .wp-block-group__inner-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.alignwide .wp-block-group__inner-container {
    padding: 30px;
}

@media screen and (min-width: 992px) {
    .alignfull .inner-container,
    .alignfull .wp-block-group__inner-container,
    .bgimagetext .inner-container,
    .alignfull .cta-half-copy,
    .alignwide .inner-container,
    .alignwide .wp-block-group__inner-container {
        padding: 30px;
    }
    .block-teasers {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .page-contained .entry-content .selected-header {
        margin-bottom: 30px;
    }
    .block-headline {
        margin-bottom: 30px;
    }
    .page-contained .entry-content {
        padding-bottom: 30px;
    }
    .site-main,
    #tribe-events-pg-template,
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .site-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .full-height {
        padding: 0 30px;
    }
    .fullwidth {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }
    .fullscreen {
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .site-main,
    #tribe-events-pg-template,
    .wrapper,
    .fullscreen {
        padding-left: 60px;
        padding-right: 60px;
    }
    .alignfull .inner-container,
    .alignfull .wp-block-group__inner-container,
    .alignwide .inner-container,
    .alignwide .wp-block-group__inner-container {
        padding: 90px 60px;
        max-width: 1400px;
        margin: 0 auto;
    }
    .page-contained .entry-content {
        padding-bottom: 60px;
    }
    .block-headline {
        margin-bottom: 15px;
    }
    .site-footer {
        padding: 60px 60px;
    }
    .sidebar .wp-block-columns.has-background {
        padding: 0 60px;
    }
    .full-height {
        padding: 0 60px;
    }
    .block-headline {
        margin-bottom: 60px;
    }
    .fullscreen,
    .fullwidth {
        margin-left: -60px;
        margin-right: -60px;
        width: calc(100% + 120px);
    }
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.padded {
    padding: 30px;
    height: 100%;
}

@media (max-width: 599px) {
    .fullscreen {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.flex-top .row {
    align-items: flex-start;
}

.flex-left .row {
    align-items: flex-start;
}


/* Gutters and Margin Fixes
--------------------------------------------- */

.page-header-title-header {
    margin-top: 45px;
    margin-bottom: 45px;
}

.page-header-title-header+.wpsso-pinterest-pin-it-image+.wp-block-group:not(.has-background)>.wp-block-group__inner-container,
.page-header-title-header+.wp-block-group:not(.has-background)>.wp-block-group__inner-container,
.page-header-title-header+.wpsso-pinterest-pin-it-image+.wp-block-group:not(.has-background)>.wp-block-group__inner-container,
.page-header-title-header+.wp-block-group:not(.has-background)>.wp-block-group__inner-container {
    padding-top: 0;
}

.alignfull+p,
.roundel-meta+p,
.alignfull+.wpsso-pinterest-pin-it-image+p,
.alignfull+h2,
.alignfull+.wpsso-pinterest-pin-it-image+h2,
.alignfull+h3,
.alignfull+.wpsso-pinterest-pin-it-image+h3,
.alignfull+h4,
.alignfull+.wpsso-pinterest-pin-it-image+h4,
.alignfull+h5,
.alignfull+.wpsso-pinterest-pin-it-image+h5,
.alignfull+h6,
.alignfull+.wpsso-pinterest-pin-it-image+h6,
.alignwide+p,
.alignwide+.wpsso-pinterest-pin-it-image+p,
.alignwide+h2,
.alignwide+.wpsso-pinterest-pin-it-image+h2,
.alignwide+h3,
.alignwide+.wpsso-pinterest-pin-it-image+h3,
.alignwide+h4,
.alignwide+.wpsso-pinterest-pin-it-image+h4,
.alignwide+h5,
.alignwide+.wpsso-pinterest-pin-it-image+h5,
.alignwide+h6,
.alignwide+.wpsso-pinterest-pin-it-image+h6,
p+.alignfull {
    margin-top: 15px;
}

.alignfull+p.has-wpdc-large-font-size {
    margin-top: 30px;
}

.block-teasers+.block-teasers {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .alignfull+p,
    .roundel-meta+p,
    .alignfull+.wpsso-pinterest-pin-it-image+p,
    .alignfull+h2,
    .alignfull+.wpsso-pinterest-pin-it-image+h2,
    .alignfull+h3,
    .alignfull+.wpsso-pinterest-pin-it-image+h3,
    .alignfull+h4,
    .alignfull+.wpsso-pinterest-pin-it-image+h4,
    .alignfull+h5,
    .alignfull+.wpsso-pinterest-pin-it-image+h5,
    .alignfull+h6,
    .alignfull+.wpsso-pinterest-pin-it-image+h6,
    .alignwide+p,
    .alignwide+.wpsso-pinterest-pin-it-image+p,
    .alignwide+h2,
    .alignwide+.wpsso-pinterest-pin-it-image+h2,
    .alignwide+h3,
    .alignwide+.wpsso-pinterest-pin-it-image+h3,
    .alignwide+h4,
    .alignwide+.wpsso-pinterest-pin-it-image+h4,
    .alignwide+h5,
    .alignwide+.wpsso-pinterest-pin-it-image+h5,
    .alignwide+h6,
    .alignwide+.wpsso-pinterest-pin-it-image+h6,
    p+.alignfull {
        margin-top: 30px;
    }
    .alignfull+p.has-wpdc-large-font-size {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1366px) {
    .page-header-title-header+.wpsso-pinterest-pin-it-image+.wp-block-group.has-background,
    .page-header-title-header+.wp-block-group.has-background {
        margin-top: 60px;
    }
    .alignfull+p,
    .roundel-meta+p,
    .alignfull+.wpsso-pinterest-pin-it-image+p,
    .alignfull+h2,
    .alignfull+.wpsso-pinterest-pin-it-image+h2,
    .alignfull+h3,
    .alignfull+.wpsso-pinterest-pin-it-image+h3,
    .alignfull+h4,
    .alignfull+.wpsso-pinterest-pin-it-image+h4,
    .alignfull+h5,
    .alignfull+.wpsso-pinterest-pin-it-image+h5,
    .alignfull+h6,
    .alignfull+.wpsso-pinterest-pin-it-image+h6,
    .alignwide+p,
    .alignwide+.wpsso-pinterest-pin-it-image+p,
    .alignwide+h2,
    .alignwide+.wpsso-pinterest-pin-it-image+h2,
    .alignwide+h3,
    .alignwide+.wpsso-pinterest-pin-it-image+h3,
    .alignwide+h4,
    .alignwide+.wpsso-pinterest-pin-it-image+h4,
    .alignwide+h5,
    .alignwide+.wpsso-pinterest-pin-it-image+h5,
    .alignwide+h6,
    .alignwide+.wpsso-pinterest-pin-it-image+h6,
    p+.alignfull {
        margin-top: 60px;
    }
    .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
    .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
        margin-top: 60px;
        margin-top: 60px;
    }
    .alignfull+p.has-wpdc-large-font-size {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.wp-block-group.block-cta,
.wp-block-group.block-teasers,
.fullscreen,
.fullwidth,
.alignfull {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}

figure+h2,
.wp-block-pb-accordion-item+h2 .p+.testimonials {
    margin-top: 60px;
}

.roundel-meta {
    margin-top: -10px;
}

.customblock:first-child {
    margin-top: 60px;
}

.alignfull+.alignfull {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation {}

.main-navigation ul {
    list-style: none;
    margin: 0 0 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    padding: 7px 0;
    margin: 0;
}

.main-navigation ul>li {
    position: relative;
}

.mobdrop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    height: 100%;
    z-index: 1;
    height: 36px;
}

.main-navigation a {
    text-decoration: none;
    position: relative;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation.toggled ul {
    clear: both;
    text-align: left;
}

button.menu-toggle {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    padding: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    float: right;
    outline: none;
    box-shadow: none;
}

button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-close:hover,
button.menu-close:active,
button.menu-close:focus {
    outline: none;
    background-color: transparent;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation.toggled ul {
    clear: both;
    text-align: left;
}

button.menu-toggle {
    background-color: transparent;
    border: none;
    color: #000;
    position: relative;
    height: 24px;
    width: 100px;
    outline: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    text-align: left;
    font-size: 21px;
    line-height: 24px;
}

button.menu-close {
    background-color: transparent;
    border: none;
    color: #000;
    position: relative;
    height: 24px;
    width: 32px;
    outline: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    text-align: left;
    font-size: 21px;
    line-height: 24px;
}

button.menu-toggle:before,
button.menu-toggle:after,
button.menu-toggle .line,
button.menu-close:before,
button.menu-close:after {
    content: "";
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 32px;
    right: 0;
}

button.menu-toggle .line {
    top: calc(50% - 1px);
}

button.menu-toggle:before,
button.menu-close:before {
    top: 0;
    transform-origin: top left;
}

button.menu-toggle:after,
button.menu-close:after {
    bottom: 0;
    transform-origin: bottom left;
}

button.menu-toggle.close-menu:before,
button.menu-close:before {
    transform: rotate(45deg);
}

button.menu-toggle.close-menu:after,
button.menu-close:after {
    transform: rotate(-45deg);
}

button.search-close:before,
button.search-close:after {
    content: "";
    height: 2px;
    background-color: #fff;
    position: absolute;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 31px;
    left: 0;
}

button.search-close {
    background-color: transparent;
    border: none;
    color: #777;
    position: relative;
    height: 24px;
    width: 29px;
    outline: none;
    margin-top: 30px;
}

button.search-close:before {
    top: 0;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

button.search-close:after {
    bottom: 0;
    transform-origin: top left;
    transform: rotate(-45deg);
}

button.menu-toggle.close-menu span {
    opacity: 0;
}

button.menu-toggle:hover,
button.menu-toggle:active,
button.menu-toggle:focus {
    outline: none;
    color: #000;
}

.toggled .menu-toggle .fa-bars,
.menu-toggle .fa-times {
    DISPLAY: NONE !important;
}

.toggled .menu-toggle .fa-times,
.menu-toggle .fa-bars {
    DISPLAY: INLINE-BLOCK !important;
}

.main-navigation li {
    display: block;
}

ul#primary-menu>li {}

.main-navigation li ul li {
    border-bottom: none;
}

.main-navigation ul ul a {
    margin-right: -9px;
}

.main-navigation ul ul a:hover {
    margin-right: -9px;
}

.main-navigation ul ul li {
    display: inline-block;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: " ";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-right: solid 1px #EC942E;
    border-bottom: solid 1px #EC942E;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    margin: 5px;
}

@media screen and (max-width: 1159px) {
    .show-sub-menu .mobdrop {
        right: auto;
        width: 36px;
    }
    .main-navigation li {
        font-size: 1em;
    }
    .navigation {
        padding: 60px 30px;
        width: 100%;
        background-color: #fff;
        position: fixed;
        right: -100%;
        top: 0;
        height: 100vh;
        max-width: 460px;
        z-index: 10;
        text-align: left;
        display: block;
        transition: right 0.8s ease;
        -webkit-transition: right 0.8s ease;
        overflow-y: scroll;
        -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .navigation.open-menu {
        right: 0;
    }
    .main-navigation ul li {
        display: block;
        text-align: left;
    }
    .main-navigation ul ul li {
        border-bottom: none;
    }
    .main-navigation li a {
        display: block;
    }
    .main-navigation li ul.sub-menu {
        display: none;
    }
    .main-navigation li.show-sub-menu ul.sub-menu {
        display: block;
    }
    .main-navigation li ul li {
        display: block;
    }
    .main-navigation ul li.menu-item-has-children>a:after {
        margin-left: 7px;
    }
}

@media screen and (min-width: 1160px) {
    .mobdrop {
        left: auto;
        right: 0;
        height: 45px;
        width: 20px;
    }
    button.menu-toggle,
    button.menu-close {
        display: none;
    }
    .main-navigation li {
        padding: 20px 0;
        border-bottom: none;
        line-height: 1em;
    }
    .main-navigation li a {
        line-height: 1em;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .main-navigation ul ul a {
        margin-right: 9px;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
        justify-content: space-between;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation ul ul {
        float: left;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: -999em;
        z-index: 99999;
        opacity: 0;
        flex-direction: column;
    }
    .main-navigation ul ul a:hover::before,
    .main-navigation ul ul a:focus::before {
        opacity: 0;
    }
    .main-navigation ul ul li {
        overflow: hidden;
        background-color: #fff;
        margin: 0;
        display: block;
        padding: 0;
    }
    .main-navigation ul ul.sub-menu {
        filter: drop-shadow(0px 9px 32px rgba(0, 0, 0, 0.16));
    }
    .main-navigation ul ul li:hover {
        background-color: #EFEEEC;
    }
    .main-navigation ul>li:hover ul li {
        opacity: 1;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        width: 290px;
        padding: 15px 30px;
        display: block;
    }
    .main-navigation ul ul li:first-child a {
        padding-top: 30px;
    }
    .main-navigation ul ul li:last-child a {
        padding-bottom: 30px;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.show-sub-menu>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
        opacity: 1;
    }
    .main-navigation ul li:last-child:hover>ul,
    .main-navigation ul li:last-child.show-sub-menu>ul,
    .main-navigation ul li:last-child.focus>ul {
        left: auto;
        right: 0;
        opacity: 1;
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
    }
    .main-navigation ul.menu>li>a:hover {
        border-top: solid 3px #327CA4;
    }
    .main-navigation ul.menu>li:nth-child(4n-2)>a:hover {
        border-top: solid 3px #536A42;
    }
    .main-navigation ul.menu>li:nth-child(4n-1)>a:hover {
        border-top: solid 3px #F64C86;
    }
    .main-navigation ul.menu>li:nth-child(4n)>a:hover {
        border-top: solid 3px #EC942E;
    }
    .preheader-menu ul li a:hover {
        color: #EC942E;
    }
    .preheader-menu ul li:nth-child(4n) a:hover {
        color: #536A42;
    }
    .preheader-menu ul li:nth-child(4n-1) a:hover {
        color: #327CA4;
    }
    .preheader-menu ul li:nth-child(4n-2) a:hover {
        color: #F64C86;
    }
}

@media screen and (min-width: 1280px) {
    .main-navigation ul.menu>li>a {
        font-size: 24px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.entry-footer {
    width: 100%;
    margin: 1em auto;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    margin: 15px 15px 15px 0;
    padding: 0;
    display: inline-block;
}

.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-menu-parent a,
.main-navigation li.current_page_ancestor a,
.main-navigation li.current-menu-item a {}


/* Header
--------------------------------------------- */

.options-social a {
    margin: 0 5px;
    display: inline-block;
}

.options-social a:hover {
    color: orange;
}

.header-pre a {
    color: #000;
}

.menu-main-menu-container ul li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.preheader-menu ul li a,
.main-navigation li a {
    color: #000;
}

.header-pre ul {
    list-style: none;
    margin: 0;
    text-align: right;
}

.header-pre ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
}

.mob-header-pre {
    display: none;
}

.header-pre-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-pre-item {
    margin: 30px 15px;
}

.preheader-social,
.preheader-social a:last-child {
    margin-right: 0;
}

.mobile-social a:first-child {
    margin-left: 0;
}

.header-pre-item .search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.open-menu {
    margin-bottom: 32px;
    margin-left: 20px;
}

.header-pre-item .search-submit {
    display: none;
}

.header-pre-row .search-form {
    position: relative;
}

h1.site-title {
    margin: 0;
}

.header-pre-row .search-form::after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(images/search.svg);
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.header-pre-row .search-form input.search-field {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    margin: 0;
    padding: 0 24px 0 0;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 200px;
    color: #EC942E;
    border-radius: 0;
    margin-bottom: 10px;
}

.header-pre-row .search-form input.search-field::placeholder {
    color: #000;
}

.header-pre-row .search-field input:-internal-autofill-selected {
    background-color: transparent;
}

.header-pre-row .search-form input:-webkit-autofill,
.header-pre-row .search-form input:-webkit-autofill:hover,
.header-pre-row .search-form input:-webkit-autofill:focus,
.header-pre-row .search-form input:-internal-autofill-selected {
    color: #EC942E;
    background-color: transparent;
}

.header-pre-row .search-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    /*your box-shadow*/
    -webkit-text-fill-color: #000;
}

.header-pre-row .search-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    /*your box-shadow*/
    -webkit-text-fill-color: #000;
}

.header-pre-row .search-form label {
    position: relative;
}

.header-pre-row .search-form label:before {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 30px);
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #000;
}

#holdmast {
    display: block;
    height: 124px;
    width: 100%;
}

.main-navigation li {
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .desktop-header-pre {
        display: none;
    }
    .mob-header-pre {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .header-pre-row .search-form input.search-field {
        width: 0;
    }
    .header-pre-row .search-form .search-field:focus {
        cursor: text;
        outline: 0;
        width: 100px;
    }
    .menu-toggle .text {
        display: none;
    }
    button.menu-toggle {
        width: 32px;
    }
}

@media screen and (min-width: 1100px) {
    .header-pre-row .search-form input.search-field {
        width: 0;
    }
    .header-pre-row .search-form .search-field:focus {
        cursor: text;
        outline: 0;
        width: 200px;
    }
}

@media screen and (min-width: 1100px) {
    #holdmast {
        height: 188px;
    }
    .header-pre-row {
        border-bottom: solid 1px #000;
    }
    .home-header-link img {
        display: none;
    }
}

@media screen and (min-width: 1100px) {
    .home-header-image {
        height: 100vh;
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: center center;
    }
    .home-header-image .home-header-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

#masthead {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

@media screen and (min-width: 662px) {
    body:not(.home) #masthead,
    .home #masthead.scrolled {
        position: fixed;
    }
}

.admin-bar #masthead {
    top: 32px;
}

.site-branding {
    padding: 15px 0;
    margin: 0 auto 0 0;
}

.mobile-social {
    margin: 30px 0;
}

.mobile-menu-header .menu-close {
    margin-bottom: 15px;
}

.options-social a {
    margin: 0 10px;
    display: inline-block;
}

.options-social a:hover svg {
    fill: #EC942E;
}

.options-social a:nth-child(4n):hover svg {
    fill: #F64C86;
}

.options-social a:nth-child(4n-1):hover svg {
    fill: #536A42;
}

.options-social a:nth-child(4n-2):hover svg {
    fill: #327CA4;
}


/* Footer
--------------------------------------------- */

@media (min-width: 662px) {
    .footer-navigation {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        justify-content: flex-end;
    }
}

.footer-col {
    padding: 0 15px 15px;
}

.footer-col:first-child {
    justify-self: flex-start;
    margin-right: auto;
}

.footer-navigation ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.footer-navigation ul ul {
    margin: 15px 0 15px 15px;
}

.footer-navigation ul li {
    margin: 0 0 15px 0;
    padding: 0;
}

.copyright {
    margin-top: 0;
    margin-bottom: 0;
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EFEEEC;
}

.site-footer a {
    color: #000;
}

.site-footer a:hover {
    color: #EC942E;
}

.footer-menu-1 ul li {
    display: inline-block;
    margin-right: 20px;
}

.mailingheader {
    font-size: 32px;
}

.mailinglistsignup a {
    text-decoration: underline;
    color: #fff;
}

.mailinglistsignup {
    padding: 30px;
}

@media screen and (min-width: 900px) {
    .mailinglistsignup {
        padding: 60px;
    }
    .mailingheader {
        font-size: 48px;
    }
    .mailinglink {
        font-size: 32px;
    }
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wp-block-image,
.wp-block-gallery {
    margin-top: 60px;
    margin-bottom: 60px;
}

.entry-contained .wp-block-social-links:not(.alignwide),
.entry-contained .wp-block-buttons:not(.alignwide) {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-columns {
    margin: 0;
}

.teasers>[class*="col-"] {
    display: flex;
}

figcaption,
.ccfic {
    color: #848484;
    font-size: 12px;
}

.post-header img {
    margin: 0 auto;
}

.post-header-container {
    text-align: center;
    margin-bottom: 30px;
}

.post-header {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.post-header .ccfic {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #9e9e9f;
}

.archive-header .ccfic {
    position: absolute;
    top: 0;
    left: 60px;
}

.archive-header .ccfic {
    color: #fff;
    opacity: 0.5
}

.archive-header,
.latest-header {
    background-color: silver;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.post-image-default {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #EC942E;
    background-size: cover;
    background-image: url('images/white-logo.svg');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.post-image-default {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.list-catagories {
    font-size: 0.9em;
    margin: 60px 0;
}

.list-catagories a {
    margin: 0 15px;
}

.cta-link.mobile {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.list-catagories a.active,
.list-catagories a:hover,
.list-catagories a:active,
.list-catagories a:focus {
    text-decoration: underline;
}

.post-thumbnail {
    margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
    .list-catagories {
        margin: 60px 0;
    }
    .list-catagories a {
        margin: 0 30px;
    }
    .profile {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpcf7 .col-2 {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .single .entry-header h2 {
        margin-top: 120px;
    }
    .single .entry-meta {
        margin-bottom: 120px;
    }
}

.page-header-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .centermobile {
        justify-content: center;
        text-align: center;
        margin: 30px 0;
    }
    .centermobile img {
        margin: 0 auto;
    }
}

.no-results {
    padding-bottom: 120px;
    text-align: center;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    width: 42px;
    height: 42px;
}

.wp-block-columns.has-background {
    padding: 0;
}

.post-navigation ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.post-navigation ul li {
    display: inline-block;
}

.post-navigation ul li {
    padding: 10px 15px;
    margin: 0;
    font-size: 24px;
}

.post-navigation ul li.nav-inactive {
    opacity: 0;
}

.wp-block-pullquote blockquote {
    margin: 60px 0;
    padding-left: 120px;
    background-image: url('images/quote.svg');
    background-position: 0 15px;
    background-repeat: no-repeat;
}

.post-navigation a {
    color: #000;
}

.post-navigation a,
.post-navigation span {
    display: inline-block;
}

.page-numbers.current,
.post-navigation ul li.active {
    background-image: url('images/pagination-roundel.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.post-navigation a:hover {
    color: #F64C86;
}

.single .entry-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.entry-posted a {
    color: #000;
}

.entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-meta ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media (min-width: 992px) {
    .quote .col-2:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .quote .col-2:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.readmore-button {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.latest-block {
    margin: 30px auto 60px;
}

.alignfull .block-headline {
    padding-top: 30px;
}

.list-cats a {
    margin: 7px 30px 7px 0;
    text-transform: uppercase;
    color: #000;
}

.list-cats a:hover,
.list-cats a.active {
    border-bottom: solid 3px #327CA4;
}

.list-cats a:nth-child(4n-2):hover,
.list-cats a:nth-child(4n-2).active {
    border-bottom: solid 3px #536A42;
}

.list-cats a:nth-child(4n-1):hover,
.list-cats a:nth-child(4n-1).active {
    border-bottom: solid 3px #F64C86;
}

.list-cats a:nth-child(4n):hover,
.list-cats a:nth-child(4n).active {
    border-bottom: solid 3px #EC942E;
}

@media (min-width: 992px) {
    .list-cats a {
        margin: 7px 60px 7px 0;
    }
    .index-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
}

.single-article {
    max-width: 960px;
    margin: 0;
}

.entry-meta-category a {
    margin-right: 30px;
}

.archive-header {
    margin: 0;
}

.archive-header h1.page-header-title {
    color: #fff;
    font-size: 30px
}

.home-header-image,
.archive-header {
    position: relative;
}

.home-header-image .ccfic {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
}

.archive-header .header-overlay {
    background-image: url('images/header-overlay-desktop.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nunnery-overlay {
    background-image: url('images/nunnery-gallery-white.svg');
    background-size: auto 80%;
    background-position: 10% center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.archive-header-nunnery {
    margin-bottom: 0;
}

.lgrey-description .inner-container {
    padding: 90px 75px 30px;
}

.page-header-nunnery {
    display: none;
}

.lgrey-description {
    margin-top: 0;
}

.archive-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 220px;
}

.archive-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #393939;
    opacity: 0.3;
}

.archive-header:after {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 35.833333333%;
}

.archive-header img {
    display: none;
}

.archive-header .page-header-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 16%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(-23deg);
    max-width: 45%;
}

@media (min-width: 768px) {
    .archive-header h1.page-header-title {
        font-size: 48px
    }
    .col-location-directions.col-2 {
        padding-right: 60px;
    }
}

@media (min-width: 1280px) {
    .archive-header h1.page-header-title {
        font-size: 65px
    }
    .col-location-directions.col-2 {
        padding-right: 60px;
    }
}

.large-map {
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.small-map {
    width: 100%;
    height: 260px;
    background-color: #fff;
}

.loction-details {
    margin-bottom: 30px;
}

.acf-map img {
    max-width: inherit !important;
}

.location-directions {
    margin-top: 120px;
}

@media (min-width: 768px) {
    .post-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .post-maincontent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
    }
    .post-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        padding-left: 30px;
        border-left: solid 1px #707070;
        margin-top: 20px;
    }
    .studio-content {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }
    .studio-maincontent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
    .studio-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        padding-left: 30px;
        border-left: solid 1px #707070;
    }
}

.contained-article,
.entry-contained .page-header-title {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.contained-article .post-sidbar-widgets {
    margin: 30px auto 60px;
    padding: 30px 0;
    border-top: solid 1px #707070;
}

ul.included {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

ul.included li {
    margin: 0;
}

.features-list {
    margin: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .features-list {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }
    .features-list li .feature-icon {
        margin-right: 15px;
        width: 36px;
        text-align: center;
    }
    .features-list li .feature-icon img {
        margin: 0 auto;
    }
}

.greybox {
    padding: 30px;
    margin: 60px 0;
    background: #f8f8f8;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.16);
}

#adv-custom-pager {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 15px;
    justify-content: center;
}

#adv-custom-pager img {
    height: 120px;
    width: auto;
}

#adv-custom-pager img:hover {
    opacity: 0.75;
}

.cycle-pager-active img {
    opacity: 0.5;
}

.cycle-slideshow img {
    width: 100%;
    height: auto;
}

.studio-video {
    margin: 60px auto;
}

.block-headline {
    margin-bottom: 30px;
}

.studio-append-studio {
    margin-bottom: 60px;
}

.contained-paragraph {
    max-width: 800px;
    margin: 60px auto;
}

.featuredpost {
    margin-bottom: 60px;
}

.cta-image img {
    margin: 0 auto;
}

.block-cta .ctasplit {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .location-description {
        margin-top: 120px;
    }
    .testimonial,
    blockquote.wp-block-quote {
        width: 80%;
        padding: 60px;
    }
    .location-directions+.testimonials {
        margin: -60px auto 60px auto;
    }
    .testimonial {
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .testimonial {
        gap: 60px;
    }
    .testimonial,
    blockquote.wp-block-quote {
        padding: 120px;
    }
}

.prev-link,
.next-link {
    display: inline-block;
    width: 10px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.prev-link {
    background-image: url('images/previous.svg');
}

.next-link {
    background-image: url('images/next.svg');
}


/* Map API
--------------------------------------------- */

.headermap {
    height: 688px;
    background-color: #f7f7f7;
    display: block;
    margin-bottom: 0;
}

.gm-style-iw-d {
    max-width: 200px;
    font-size: 16px;
    line-height: 1.4em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area {
    margin-bottom: 60px;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Resources
--------------------------------------------- */

.resources-title {
    margin-bottom: 60px;
}

.file-content {
    display: flex;
    margin: 45px 0;
}

.file-icon {
    width: 90px;
    flex-shrink: 0;
    padding-right: 30px;
}

.file-description {
    flex-grow: 1;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Custom Gutenberg Blocks
--------------------------------------------------------------*/


/* Our Places
--------------------------------------------- */

.ourplace {
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 45px;
}

.ourplace-content {
    padding: 15px;
}

.ourplace-image {
    background-size: cover;
    background-position: center;
}

.ourplace-image img {
    opacity: 0;
}

.ourplace {
    position: relative;
}

.roundel.hub {
    top: 30px;
    left: 30px;
    right: auto;
}

.ourplace-meta {
    padding-top: 30px;
}

@media (min-width: 600px) {
    .ourplace-content {
        display: flex;
        padding: 30px;
    }
    .ourplace-copy {
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .ourplace-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 30px;
        padding-top: 40px;
        border-left: solid 1px #707070;
    }
}

@media (min-width: 992px) {
    .ourplace {
        display: flex;
    }
    .ourplace-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .ourplace-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .ourplace-text p {
        font-size: 24px;
    }
    .ourplace-content {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .ourplace-content {
        display: flex;
        padding: 30px;
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .roundel.hub {
        bottom: -77px;
        left: 0;
        top: auto;
        right: auto;
    }
}

.tubeicon {
    width: 30px;
    height: 26px;
    margin-right: 15px;
    display: inline-block;
    background-image: url('images/tube.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.neatest_station {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.neatest_station p {
    margin: 0;
}

ul.place-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.place-features li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

ul.place-features li span {
    display: inline-block;
    width: 30px;
    height: 26px;
    margin-right: 15px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}

ul.place-features li.studios span {
    background-image: url('images/studio.svg');
}

ul.place-features li.accommodation span {
    background-image: url('images/accomodation.svg');
}

ul.place-features li.cafe span {
    background-image: url('images/cafe.svg');
}

ul.place-features li.exhibition span {
    background-image: url('images/exhibition.svg');
}

ul.place-features li.community span {
    background-image: url('images/Community.svg');
}


/* Teasaers
--------------------------------------------- */

.teasers .rowsof-1 .col-1 {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.teaser-excerpt {
    margin: 0 0 30px 0;
}

.teasers .teaser {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.teaser-image {
    position: relative;
}

.teaser-image .ccfic {
    position: absolute;
    top: -25px;
    left: 0;
}

.teaser-copy {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    flex: 1 1 auto;
}

.teaser-image+.teaser-copy {
    margin: -50px 30px 30px;
}

.teaser-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.teaser-category ul li {
    display: inline;
}

.teaser .teaser-image {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 50px;
}

.col-1 .teaser-copy,
.col-1 .teaser-readmore {
    padding: 0 30px;
}

@media screen and (min-width: 992px) {
    .col-1 .teaser {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .col-1 .teaser .teaser-image,
    .col-1 .teaser .teaser-col {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
    }
    .col-1 .teaser {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .col-2 .teaser .teaser-image,
    .col-1 .teaser .teaser-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .col-2 .teaser .teaser-image img,
    .col-1 .teaser .teaser-image img {
        opacity: 0;
    }
}

.teaser-meta {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.prev-next-posts {
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0;
}


/* Custom headers
--------------------------------------------- */

@media screen and (min-width: 768px) {
    .page-header-row {
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col.page-header-text {
        width: 70%;
        max-width: 640px;
    }
}

.selected-header .row {
    align-items: center;
}

.header-featured .row {
    min-height: 330px;
}

.header-featured.alignfull .inner-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-header-image.col {
    margin-bottom: 0;
}

.page-header-image img {
    max-height: 330px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .page-contained .entry-content .selected-header {
        margin-bottom: 60px;
    }
}


/* Job Oppertunities
--------------------------------------------- */

.job-list,
.wp-block-pb-accordion-item {
    /*  max-width: 1024px;
    margin: 30px auto 30px auto;*/
}

.job-title {
    cursor: pointer;
    font-weight: normal;
    font-size: 2em;
    position: relative;
    padding: 15px 0;
}

.job-title a {
    display: block;
}

.job-title a:after {
    color: #000;
    content: " ";
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 22px;
    background-image: url('images/dropdown-colour.svg');
    background-repeat: no-repeat;
    transition: transform 0.2s;
    background-size: contain;
}

.active.job-title a:after {
    content: " ";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.apply-here {
    margin-top: 30px;
}

.job-description::after,
.job-description::before {
    content: "";
    display: block;
    padding-bottom: 15px;
}


/* Latest Projects
--------------------------------------------- */

.roundel {
    position: absolute;
    width: 87px;
    height: 87px;
    font-size: 10px;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    transform-origin: bottom left;
    line-height: 1.2em;
    position: absolute;
    background-image: url('images/Roundel.svg');
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(-23deg);
    font-weight: 600;
}

.roundel a {
    color: #000;
}

.roundel a:hover {
    color: #F64C86;
}

.wp-block-latestproject .roundel {
    top: 12px;
    left: 30px;
}

.latestproject-copy {
    max-width: 500px;
    margin-bottom: 30px;
}

.wp-block-latestproject .wp-block-group__inner-container {
    padding-top: 60px;
}

.wp-block-latestproject {
    position: relative;
    margin-top: 60px;
    overflow: visible;
}

.wp-block-latestproject .roundel {
    position: absolute;
    width: 87px;
    height: 87px;
    top: 12px;
    left: 30px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    transform-origin: bottom left;
    line-height: 1.2em;
}

@media (min-width: 992px) {
    .wp-block-latestproject .roundel {
        left: 45px;
    }
    .latestproject-copy {
        margin-right: 30px;
    }
    .latestproject-text,
    .latestproject-text p,
    .latestproject-text li {
        font-size: 24px;
    }
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/* Search and Filter Pro
--------------------------------------------- */

.archive-filter-bar .searchandfilter>ul>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.archive-filter-bar .searchandfilter ul {
    margin: 0 -15px;
    display: flex;
}

.archive-filter-bar {
    margin-bottom: 60px;
}

.searchandfilter .sf-range-max,
.searchandfilter .sf-range-min {
    padding: 3px 15px;
    max-width: 110px;
}

.searchandfilter .noUi-connect {
    background-color: #327CA4;
}

.searchandfilter h4 {
    color: #000;
}

.sf-meta-range-slider>span {
    vertical-align: bottom;
    display: inline-block;
    line-height: 33px;
    margin: 0 5px;
}


/* Accordions
--------------------------------------------- */

h2.c-accordion__title {
    text-align: left;
    color: #000;
}

h2.c-accordion__title:hover {
    color: #327CA4;
}

.c-accordion__title:hover,
.c-accordion__title:focus,
.c-accordion__title:active {
    outline: none;
}

h2.c-accordion__title {
    font-weight: normal;
    font-size: 28px;
}

.c-accordion__item {
    border-bottom: solid 3px #000;
    margin-bottom: 30px;
}

.c-accordion__title:after {
    color: #000;
}

.js-accordion-item:first-child {
    border-top: solid 3px #000;
    padding-top: 25px;
}

.c-accordion__title:after {
    content: " ";
    width: 42px;
    height: 22px;
    background-image: url('images/dropdown-colour.svg');
    background-repeat: no-repeat;
    transition: transform 0.2s;
    background-size: contain;
}

.is-open>.c-accordion__title:after {
    content: " ";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}


/* Contact Form 7
--------------------------------------------- */

.wpcf7 label {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Mobile fix
--------------------------------------------- */

@media screen and (min-width: 900px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .desktop {
        display: none;
    }
}

.spacer {
    margin-top: 30px;
}


/* Custom Fixes
--------------------------------------------- */

.tribe-events-schedule__date,
.tribe-events-schedule__time,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #546a42;
    color: #fff;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
    padding: var(--tec-spacer-3) var(--tec-spacer-3) var(--tec-spacer-5);
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
    padding: calc(var(--tec-spacer-2)/2) var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend {
    padding-left: var(--tec-spacer-1);
    ;
}

.tribe-common button {
    border: none;
}

.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
    font-size: 48px;
    line-height: 1.4em;
}

#tribe-events-content {
    margin-bottom: 48px;
    padding: 2px 0;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    padding: 15px;
    filter: drop-shadow(0px 9px 32px rgba(0, 0, 0, 0.16));
}

.wp-block-media-text {
    filter: drop-shadow(0px 9px 32px rgba(0, 0, 0, 0.16));
    margin-top: 60px;
    margin-bottom: 60px;
}

.cta-link .wp-block-button__link.is-style-outline:not(.has-text-color) {
    background-color: #fff;
}

.wp-block-file a {
    color: #000;
}

.wp-block-file a:hover {
    color: #f64c86;
}

.wp-block-file .wp-block-file__button {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    padding: 7px 30px;
    border-radius: 30px;
    background: transparent;
    color: #000;
    border: 1px solid #f64c86;
}

.wp-block-file .wp-block-file__button:hover {
    background: #f64c86;
    color: #fff;
}

.cli-plugin-button,
.cli-plugin-button:visited {
    padding: 9px 17px;
    border-radius: 30px;
}

.wp-embed-aspect-16-9 {
    max-width: calc(calc(100vh - 230px) * 1.777);
    margin: 0 auto;
}

.location-directions {
    margin-top: 45px
}