/*
Theme Name:   ParamountPress
Theme URI:    http://localhost/website
Description:  ParamountPress - Paramounts own Wordpress Theme
Author:       Paramount Digital
Author URI:   http://paramountdigital.co.uk
Template:     generatepress
Version:      1.0.0
*/

/* root variables */

:root {
	--body-text: #2E2E2E;
	--links: #2E2E2E;
	--off-white: #F9F6F1;
	--blue-gray: #96A7AA;
	--green: #16C172;
	--gold: #D9BC85;
	--white: #FFFFFF;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}

textarea {
	height: 165px;
}

.grecaptcha-badge {
	visibility: hidden;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.16px;
}

ul,
ol {
	margin: 0 0 20px 38px;
}

.single-page-article figure img {
	margin-bottom: 30px;
}

figure {
	margin: 0;
}

img {
	display: block;
}

strong {
	font-weight: 700;
}

a,
a:visited {
	color: var(--links, #2E2E2E);
	transition: color 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: inherit;
	transition: color 0.2s ease-in-out;
}

.one-container .site-content {
	padding: 0;
}
.content-button.mobile-only.off-white-button {
	display: none;
}
@media(max-width: 768px) {
	.content-button.mobile-only.off-white-button {
		display: block;
	}
	/* Gift Vouchers button - hide on desktop, show on mobile */
.content-button.mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .content-button.mobile-only {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .content-button.mobile-only svg {
        display: inline-block !important;
        flex-shrink: 0 !important;
    }
}
}



/* previous section colours */
section[class*="previous-"] {
	position: relative;
	overflow: hidden;
}

section[class*="previous-"]::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 400px;
	max-height: 50%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: #fff;
}

/* background colour options */

.white-background+.white-background,
.offwhite-background+.offwhite-background {
	padding-top: 0;
}

.offwhite-background {
	background: var(--off-white, #F9F6F1);
}

.black-background {
	background: var(--body-text, #2E2E2E);
}

/* typography */

h1,
h2,
h3,
h4 {
	font-family: "source-serif-4", serif;
}

h1,
.heading-h1 {
	font-size: 65px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

h2,
.heading-h2 {
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h3,
.heading-h3 {
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h4,
.heading-h4 {
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 16px;
	text-wrap: balance;
/* 	text-transform: capitalize; */
}

small {
	font-size: 14px;
	line-height: 22px;
}

p {
	margin-bottom: 20px;
}

table {
	text-align: left;
}

table caption {
	text-align: left;
	margin: 0 0 12px;
}

iframe {
	width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	body {
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		/* 162.5% */
		letter-spacing: -0.16px;
	}

	h2,
	.heading-h2 {
		font-size: 45px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.45px;
	}

	h3,
	.heading-h3 {
		font-size: 29px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.29px;
	}

	.section-introduction :is(h1, h2, h3, h4) br {
		display: none;
	}
}

@media (max-width: 575px) {

	h2,
	.heading-h2 {
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	h3,
	.heading-h3 {
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

/* Settings */
[data-orientation="reversed"] .container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

/* Search Results */

.relevanssi-live-search-results-showing {
	left: 50% !important;
	transform: translateX(-50%);
	width: calc(95%) !important;
	color: var(--body-text);
	/* padding: 25px; */
}

.relevanssi-live-search-result-status p {
	padding: 1em;
}

.relevanssi-live-search-result a {
	color: var(--body-text);
}

.relevanssi-live-search-no-results,
.relevanssi-live-search-didyoumean {
	padding: 1em !important;
}

/* page banner */
.page-banner {
	overflow: hidden;
	position: relative;
	color: #fff;
	background: var(--body-text);
	margin-top: -106px;
}

.page-banner:has(.offwhite-background) {
	margin-top: 0;
}

.small-banner-wrapper.offwhite-background {
	padding: 80px 0;

}

.page-banner .offwhite-background :is(h1, h2, h3, h4, p) {
	color: var(--body-text, #2E2E2E);
}

.page-banner :is(h1, h2, h3, h4, p) {
	color: var(--off-white, #F9F6F1);
}

.page-banner p {
	font-weight: 600;
}

.page-banner .banner-slide {
	min-height: calc(100svh - 46px);
}

.small-banner-wrapper {
	padding: 186px 0 80px;
	background-position: center;
	text-align: center;
	background-size: cover;
}

.small-banner-wrapper.background-overlay:before {
	background: linear-gradient(0deg, #1D1D1D -22.42%, rgba(29, 29, 29, 0.00) 56.75%), linear-gradient(0deg, rgba(46, 46, 46, 0.30) 0%, rgba(46, 46, 46, 0.30) 100%);
	z-index: 1;
	content: '';
	position: absolute;
	inset: 0;
}


.banner-content {
	position: relative;
	z-index: 10;
}

.small-banner-wrapper .content-buttons {
	justify-content: center;
}

.page-banner .banner-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.page-banner .banner-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	position: relative;
}

.page-banner .banner-background::before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(46, 46, 46, 0) 20%, rgba(46, 46, 46, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
}

.page-banner .banner-slide {
	align-items: center;
	display: grid;
	padding: 400px 0 80px;
}

.page-banner .banner-content p {
	margin-bottom: 30px;
}

.offwhite-background .banner-breadcrumbs {
	color: var(--body-text, #2E2E2E);

	a {
		color: var(--body-text, #2E2E2E);
	}
}

.banner-breadcrumbs {
	color: #FFF;
	font-size: 13px;

	a {
		color: #FFF;
		font-size: 13px;
		text-decoration: none;

		&:hover {
			opacity: 1;
			text-decoration: underline;
		}
	}
}

@media (max-width: 991px) {
	.page-banner .banner-content br {
		display: none;
	}

	.page-banner .banner-slide {
		padding: 166px 0 80px;
	}
}

@media (min-width: 576px) {
	.page-banner .banner-background .mobile-banner-image {
		display: none;
	}
}

@media (max-width: 575px) {

	.page-banner .banner-background::before {
		background: linear-gradient(0deg, rgba(46, 46, 46, 0.20) 0%, rgba(46, 46, 46, 0.20) 100%), linear-gradient(360deg, rgba(29, 29, 29, 0.40) 0.59%, rgba(29, 29, 29, 0.00) 99.05%), linear-gradient(0deg, rgba(46, 46, 46, 0.20) 0%, rgba(46, 46, 46, 0.20) 100%);
	}

	.page-banner :is(h1, h2, h3) {
		font-size: 42px;
		font-weight: 400;
		line-height: 55px;
	}

	.page-banner .banner-content p:first-child {
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: 21px;
		letter-spacing: 0.75px;
		text-transform: uppercase;
		text-wrap: balance;
	}

	.page-banner .banner-background:has(.mobile-banner-image) .banner-background-media:not(.mobile-banner-image) {
		display: none;
	}

	.page-banner .banner-background .mobile-banner-image {
		display: block;
	}

	.home .page-banner .banner-background:after {
		background: none;
	}
}

/* upcoming events section */

.events-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 20px;
}

.event-card {
	position: relative;
}

.event-card img {
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
}

.newsletter-block {
	grid-column: 3 / 5;
	border-radius: 12px;
	background: var(--gold, #D9BC85);
	padding: 50px 25px;
}

.newsletter-block .col-11 {
	margin: auto;
}

.newsletter-block h3 {
	color: #FFF;
	font-family: "Source Serif 4";
	font-size: 40px;
	text-wrap: unset;
}

.newsletter-block .wpcf7-form {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 25px;
}

.newsletter-block label:has(input[name*="your-email"]) {
	grid-column: 1 / 4;
}

.newsletter-block form input[type="email"] {
	border-radius: 7px;
}

.newsletter-block form input[type="submit"] {
	background-color: var(--body-text);
	color: var(--white);
	border: var(--body-text);
}

@media (max-width: 575px) {
	.newsletter-block .wpcf7-form {
		grid-template-columns: repeat(1, 1fr);
	}

	.newsletter-block label:has(input[name*="your-email"]) {
		grid-column: -1 / 1;
	}

	.events-grid {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

/* opening times section */

.overlay-opening-times-section {
	position: relative;
	overflow: hidden;
}

.overlay-wrapper {
	position: relative;
}

.background-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.overlay-opening-times-section .opening-times {
	position: absolute;
	top: 54%;
	left: -25%;
	transform: translateY(-50%);
	width: 100%;
}

.overlay-opening-times-section h2 {
	font-size: 30px;
}

@media (max-width: 1200px) {
	.overlay-opening-times-section .opening-times {
		position: initial;
		margin-top: 30px;
		transform: initial;
	}
}

/* voucher banner section */

.voucher-banner-section {
	position: relative;
	background: #2b2b2b;
	color: #fff;
	text-align: center;
}

.voucher-content {
	color: #fff;
}

.voucher-images .voucher-img {
	position: absolute;
	width: 450px;
	top: -75px;
	z-index: 1;
}

.voucher-img.left {
	left: 0px;
	transform: rotate(-15deg);
}

.voucher-img.right {
	right: 0px;
	transform: rotate(15deg);
}

/* wedding promo section section */

.wedding-promo-section .section-intro {
	background: rgba(46, 46, 46, 0.50);
	backdrop-filter: blur(10px);
	padding: 25px;
	text-align: center;
	margin: auto;
}

.wedding-promo-section .section-intro .content-buttons {
	justify-content: center;
}

.wedding-promo-section :is(h2) {
	color: var(--gold, #D9BC85);
}

.wedding-promo-section :is(p) {
	color: var(--gold, #D9BC85);
	color: white;
}

/* upcoming wedding event section */
.wedding-promo-section span.button-title {
	color: #fff;
}
.upcoming-wedding-section .wedding-background {
	border-radius: 20px;
	padding: 50px 0;
	background-repeat: no-repeat;
}

.wedding-upcoming-container.col-11 {
	display: flex;
	padding: 30px 0;
	align-items: center;
	margin: auto;
	background: #F5F5F5;
	border-radius: 12px;
}

.event-promo-date {
	color: rgba(46, 46, 46, 0.70);
	font-weight: 700;
}

.event-promo-desc {
	font-style: italic;
}

.countdown-box {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.countdown-box:first-child {
	margin-left: 0;
}

.countdown-box:last-child {
	margin-right: 0;
}

.countdown-box strong {
	font-family: "Source Serif 4";
	font-size: 30px;
	font-weight: 400;
	display: block;
}

/* video section */

.video-section iframe {
	aspect-ratio: 16 / 9;
}

/* services section */

.services-section {
	overflow: hidden;
}

.services-section .section-intro {
	text-align: center;
	margin: auto auto 30px;
}

.service-background img {
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
}

.service-background.overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.82%, rgba(0, 0, 0, 0.5) 100%),
		linear-gradient(0deg, rgba(46, 46, 46, 0.4) 0%, rgba(46, 46, 46, 0.4) 100%);
}

.service-background.overlay:has(.updates-btn)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.82%, rgba(0, 0, 0, 0.50) 100%),
		linear-gradient(0deg, rgba(46, 46, 46, 0.40) 0%, rgba(46, 46, 46, 0.40) 100%);

}

.service-background::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.9%, rgba(0, 0, 0, 0.50) 100%),
		linear-gradient(0deg, rgba(46, 46, 46, 0.10) 0%, rgba(46, 46, 46, 0.10) 100%);

}


.service-caption {
	position: absolute;
	bottom: 24px;
	left: 24px;
	color: white;
	z-index: 1;
}

.services-section .service-caption :is(h2, h3, h4, p):last-child {
	margin-bottom: 0;
}

.updates-btn {
	position: absolute;
	top: 25px;
	right: 25px;
	background-color: #16C172;
	color: var(--body-text);
	font-size: 15px;
	padding: 5px 18px;
	border-radius: 3px;
	font-weight: 700;
	transition: background-color 0.2s ease;
	z-index: 1;
}

.services-swiper {
	overflow: visible;
}

.services-swiper figure {
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.services-swiper .swiper-wrapper {
		justify-content: center;
	}
}

/* photo gallery section */

.photo-gallery-section {
	overflow: hidden;
}

.photogallery-swiper {
	overflow: visible;
}

.photogallery-swiper .swiper-slide img {
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

/* testimonials section */

.testimonial-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.testimonial-slide p {
	color: #2E2E2E;
	text-align: center;
	font-size: 45px;
	line-height: 124.8%;
	font-family: "Source Serif 4";
}

.testimonial-slide span {
	color: var(--gold, #D9BC85);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.testimonial-slider-section .swiper-pagination-bullet {
	background-color: rgba(71, 71, 71, 0.20);
	border: 1px solid white;
}

.testimonial-slider-section .swiper-pagination-bullet-active {
	background-color: #258827;
	border: 1px solid #258827;
}

.testimonial-slider-section .swiper-pagination {
	justify-content: center;
	top: 30px;
}

.testimonial-slider-section {
	padding: 60px 0 100px;
}

.testimonial-slider-section .swiper-button-prev,
.testimonial-slider-section .swiper-button-next {
	width: 40px;
	height: 40px;
}

.testimonial-slider-section .swiper-button-prev {
	background-color: var(--gold, #D9BC85);
	border: 1px solid var(--gold, #D9BC85);
	border-radius: 5px 0 0 5px;
}

.testimonial-slider-section .swiper-button-next {
	background-color: var(--gold, #D9BC85);
	border: 1px solid var(--gold, #D9BC85);
	border-radius: 0 5px 5px 0;
}

.black-background.testimonial-slider-section p {
	color: white;
}

.testimonial-slider-section .swiper-button-prev::after {
	content: url('data:image/svg+xml,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.77539 0.595703L0.665709 8.70538L8.77539 16.8151" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.testimonial-slider-section .swiper-button-next::after {
	content: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.45117 16.8125L9.56085 8.70282L1.45117 0.593138" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.black-background .testimonial-slider-section .swiper-button-prev::after {
	content: url('data:image/svg+xml,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.77539 0.595703L0.665709 8.70538L8.77539 16.8151" stroke="%23D9BC85" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.black-background .testimonial-slider-section .swiper-button-next::after {
	content: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.45117 16.8125L9.56085 8.70282L1.45117 0.593138" stroke="%23D9BC85" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.testimonial-swiper {
	padding: 0;
}

@media (max-width: 1200px) {
	.testimonial-nav {
		display: none;
	}

	.testimonial-slide p {
		font-size: 27px;
	}
}

/* contact section */

.contact-section .section-intro {
	text-align: center;
}

.contact-section .wpcf7-form {
	background: white;
	padding: 80px 25px;
}

@media (max-width: 575px) {
	.contact-section .wpcf7-list-item {
		margin: 0;
	}

	.contact-section .wpcf7-form {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* content section */

.content-section img {
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.content-section .col-xl-10.section-intro {
	text-align: center;
	margin: auto;
}

.content-section .col-xl-10.section-intro .content-buttons {
	justify-content: center;
}

.content-section .container {
	align-items: center;
}

.opening-times {
	background-color: var(--off-white, #F9F6F1);
	padding: 30px 25px;
	border-radius: 12px;
}

.opening-times tr td:first-child,
.lessons-table tr td:first-child {
	font-weight: bold;
}

.lessons-table {
	background-color: var(--body-text, #2E2E2E);
	padding: 30px 25px;
	border-radius: 12px;
	color: white;
}

.lessons-section img {
	border-radius: 12px;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}

.opening-times :is(th, td),
.pricing-table :is(th, td),
.lessons-table :is(th, td) {
	border: none;
	font-size: 14px;
}

.opening-times table,
.pricing-table table,
.lessons-table table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0;
}

#policies .section-intro .content-buttons {
	flex-direction: column;
	align-items: flex-start;
}

#policies .section-intro {
	text-align: left;
}

.accordion-table {
	display: none;
}

.accordion-item:first-child {
	display: none;
}

.accordion-header {
	padding: 10px 0;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.desktop-table {
	display: block;
}

.accordion-content div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}

.accordion-content div>span {
	width: 50%;
}

.accordion-header::after {
	content: '+';
	position: absolute;
	right: 10px;
	font-size: 18px;
	transition: transform 0.3s ease;
}

.accordion-header.active::after {
	content: '−';
}

@media (max-width: 1200px) {

	.desktop-table {
		display: none;
	}

	.lessons-table {
		margin-top: 30px;
	}

	.lessons-table .desktop-table {
		display: block;
	}

	.lessons-section img {
		margin-bottom: 30px;
	}

	.accordion-table {
		display: block;
	}

	.content-section .content-buttons {
		margin-bottom: 30px;
	}

	.content-section .col-xl-10.section-intro {
		text-align: left;
	}

	.content-section .col-xl-10.section-intro .content-buttons {
		margin-bottom: 0;
	}
}

/* four card column section */

.four-column-card-section .section-intro {
	text-align: center;
	margin: auto;
}

.service-slide {
	display: flex;
	flex-direction: column;
}

.four-card-img img {
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
	width: 100%;
}

.four-card-content {
	margin-top: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.four-card-content .content-buttons {
	margin-top: auto;
}

.four-card-content h3 {
	font-size: 30px;
}

/* three card column section */

.three-column-card-section .section-intro {
	text-align: center;
	margin: auto auto 30px;
}

.three-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 20px;
}

.services-swiper-three .service-slide {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transform: scale(1);
}

.services-swiper-three .service-slide:hover {
	transform: scale(1.02);
}

@media (max-width: 991px) {
	.three-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.three-card-grid {
		grid-template-columns: 1fr;
	}
}


.three-card-img {
	border-radius: 12px;
}

.three-card-img img {
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
	width: 100%;
}

.three-card-content {
	margin-top: 20px;
}

.three-card-content h3 {
	font-size: 30px;
}

@media (max-width: 1200px) {
	.four-column-card-section .section-intro {
		text-align: left;
	}
}

/*  dress code section */

.dress-code-block {
	border-radius: 12px;
	background: #F9F6F1;
	padding: 30px 25px;
	position: absolute;
	top: 50%;
	right: -25%;
	transform: translateY(-50%);
	z-index: 2;
}

.dress-code-block ul {
	margin: 0 0 20px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.dress-code-block ul li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.dress-code-section .image img {
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.dress-code-rules .icon {
	width: 25px;
}

@media only screen and (max-width: 1200px) {
	.dress-code-section {
		padding-top: 0;
	}

	.dress-code-section .image img {
		display: none;
	}

	.col-12.col-xl-5:has(.dress-code-block) {
		padding: 0;
	}

	.dress-code-block {
		position: initial;
		transform: initial;
		border-radius: initial;
	}

	.dress-code-block ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* slider section */

.social-gallery-section {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.social-gallery-section .container {
	text-align: center;
}

.sbi_item svg {
	width: 12px;
	height: 12px;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	display: inline-block;
}

.sbi_item .sbi_photo_wrap {
	padding-top: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	display: inherit;
}

.sbi_item .sbi_photo_wrap .sbi_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	color: #fff;
	text-align: right;
}

.sbi_item .sbi_photo_wrap .sbi_photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.social-photo-slider:not(.swiper-initialized) .swiper-slide {
	max-width: calc((100% / 7) - 13px);
	width: calc((100% / 7) - 13px);
	margin-right: 15px;
}

.social-photo-slider .swiper-wrapper:not(:has(.sbi_photo))::before {
	content: "";
	width: calc((100% / 7) - 13px);
	aspect-ratio: 1 / 1;
}

@media (max-width: 991px) {
	.social-photo-slider:not(.swiper-initialized) .swiper-slide {
		max-width: calc((100% / 5) - 13px);
		width: calc((100% / 5) - 13px);
		margin-right: 15px;
	}

	.social-photo-slider .swiper-wrapper:not(:has(.sbi_photo))::before {
		content: "";
		width: calc((100% / 5) - 13px);
		aspect-ratio: 1 / 1;
	}

	.social-gallery-section .social-gallery-container {
		padding: 0 4px;
	}

}

@media (max-width: 575px) {
	.social-photo-slider:not(.swiper-initialized) .swiper-slide {
		max-width: calc((100% / 4) - 13px);
		width: calc((100% / 4) - 13px);
		margin-right: 4px;
	}

	.social-photo-slider .swiper-wrapper:not(:has(.sbi_photo))::before {
		content: "";
		width: calc((100% / 4) - 3px);
		aspect-ratio: 1 / 1;
	}
}

/*  experience reservation section */

.experience-reservation-section .container .dining-container {
	background: var(--off-white, #F9F6F1);
	border-radius: 12px;
	padding: 45px 0;
	display: flex;
	flex-wrap: wrap;
}

.experience-reservation-section .content-buttons+p {
	margin-top: 10px;
}

.experience-reservation-section img {
	border-radius: 12px;
}

@media (max-width: 1200px) {
	.experience-reservation-section .image {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.experience-reservation-section .container .dining-container {
		padding: 45px 0 25px;
	}
}

/* hole by hole section */

.hole-by-hole-section h2 {
	text-align: center;
}

.hole-by-hole-section .section-intro {
	margin: auto;
	text-align: center;
}

.hole-by-hole-section iframe {
	aspect-ratio: 16 / 9;
}

.hole-detail {
	display: flex;
	flex-wrap: wrap;
}

.hole-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 60px;
}

.hole-nav .hole-btn {
	flex: 1;
	padding: 10px 0;
	border: 1px solid #D7D7D7;
	background-color: var(--white, #FFFFFF);
	color: #333;
	cursor: pointer;
}

.hole-nav .hole-btn.active {
	background-color: var(--green, #16C172);
}

.hole-nav .hole-btn:hover {
	background-color: var(--green, #16C172);
}

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

.yardage-list li {
	margin-bottom: 20px;
}

.tee-color-indicator {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px;
	border: 1px solid #B7B7B7;
}

.tee-color-indicator.red {
	background-color: red;
}

.tee-color-indicator.yellow {
	background-color: #f2d200;
}

.tee-color-indicator.white {
	background-color: #fff;
	border: 1px solid #999;
}

.tee-color-indicator.blue {
	background-color: #007bff;
}

.tee-color-indicator.black {
	background-color: #000;
}

@media (max-width: 575px) {
	.hole-nav {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
	}
}

/* membership options section */

.membership-options-section {
	overflow: hidden;
}

.membership-option-card {
	border-radius: 12px;
	padding: 50px 0;
}

.membership-option-card {
	transition: background 0.3s ease, color 0.3s ease;
}

.membership-option-card:is(:active, :focus, :hover) {
	background: #2E2E2E;
	color: white;
}

.membership-option-card {
	background: #F2F2F2;
}

.membership-option-card .highlight {
	left: initial;
	right: 15px;
}

.membership-option-card .highlight span {
	font-size: 14px;
	line-height: 17px;
}

.membership-options-nav.swiper-nav {
    position: absolute;
    top: -50px;
    right: 0;
    width: 100px;
}

.membership-options-swiper li {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.membership-option-card p span {
	font-size: 35px;
	font-weight: 700;
}

.membership-options-swiper {
	overflow: visible;
}

.membership-features {
	font-size: 16px;
	margin: 0;
	list-style: none;
}

@media(max-width: 991px) {
	.membership-options-nav.swiper-nav {
		display: none;
	}
}
/* image with text overlay section */

.image-with-text-overlay-section {
	background-repeat: no-repeat;
	margin: 120px 0;
}

.white-background+.image-with-text-overlay-section {
	margin: 60px 0 120px;
}

.image-with-text-overlay-section+.white-background {
	padding-top: 0;
}

.text-overlay {
	background-color: #2E2E2E;
	color: #fff;
	padding: 60px 0;
	max-width: 745px;
	margin: -120px 0;
	border-radius: 12px;
}

.overlay-left {
	margin-right: auto;
}

.overlay-right {
	margin-left: auto;
}

/* upcoming events slider section */

.event-slider-section .section-intro {
	margin-bottom: 34px;
}

.event-overlay .subtitle {
	margin-bottom: 6px;
	font-weight: 700;
}

.event-overlay {
	position: absolute;
	bottom: 25px;
	left: 10px;
	right: 10px;
	color: white;
	border-radius: 7px;
	background: rgba(46, 46, 46, 0.70);
	padding: 10px 20px;
	width: fit-content;
}

.event-slide figure {
	margin-top: 15px;
	position: relative;
}

.event-slide figure img {
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.highlight {
	position: absolute;
	left: 25px;
	top: -15px;
	background: #16C172;
	padding: 10px 20px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	font-weight: 700;
}

.day {
	color: #2E2E2E;
	font-size: 17px;
	line-height: normal;
}

.month {
	color: #2E2E2E;
	font-size: 10px;
	line-height: normal;
}

.event-overlay h3 {
	font-size: 30px;
	margin-bottom: 6px;
	font-weight: 600;
}

.event-content p {
	margin-bottom: 6px;
	font-weight: 700;
}

.event-date {
	position: absolute;
	left: 25px;
	top: -15px;
	background: #16C172;
	width: 55px;
	height: 55px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	font-weight: 700;
}

.event-slider-section .swiper-button-prev, .event-slider-section .swiper-button-next, .services-section .swiper-button-prev, .three-column-card-section .swiper-button-prev, .four-column-card-section .swiper-button-prev, .services-section  .swiper-button-next, .three-column-card-section .swiper-button-next, .four-column-card-section .swiper-button-next {
	width: 40px;
	height: 40px;
}

.event-slider-section .swiper-button-prev {
	right: 65px;
	left: unset;
}
.services-section .swiper-button-prev, .three-column-card-section .swiper-button-prev, .four-column-card-section .swiper-button-prev {
	right: unset;
	left: 0;
}
.event-slider-section .swiper-button-prev, .services-section .swiper-button-prev, .three-column-card-section .swiper-button-prev, .four-column-card-section .swiper-button-prev {
	background-color: #fff;
	color: #333;
	border: 1px solid #CCCCCC;
	border-radius: 5px 0 0 5px;
}

.event-slider-section .swiper-button-next, .services-section .swiper-button-next, .three-column-card-section .swiper-button-next, .four-column-card-section .swiper-button-next {
	background-color: #2E2E2E;
	color: #fff;
	border: 1px solid #2E2E2E;
	border-radius: 0 5px 5px 0;
}
.event-slider-section .swiper-button-next {
	right: 25px;
	left: unset;
}
.services-section .swiper-button-next, .three-column-card-section .swiper-button-next, .four-column-card-section .swiper-button-next {
	right: 0;
	left: unset;
}
.event-slider-section .swiper-button-prev:after, .services-section .swiper-button-prev:after, .three-column-card-section .swiper-button-prev:after, .four-column-card-section .swiper-button-prev:after {
	content: url('data:image/svg+xml,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.77539 0.595703L0.665709 8.70538L8.77539 16.8151" stroke="%23CCCCCC" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.event-slider-section .swiper-button-next:after, .services-section .swiper-button-next:after, .three-column-card-section .swiper-button-next:after, .four-column-card-section .swiper-button-next:after {
	content: url('data:image/svg+xml,<svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.45117 16.8125L9.56085 8.70282L1.45117 0.593138" stroke="%23F9F6F1" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.services-nav, .three-col-nav, .four-col-nav {
    position: relative;
    padding: 10px;
    width: 100%;
	height: 60px;
}
@media(min-width: 565px) {
	.services-nav, .three-col-nav, .four-col-nav {
		display: none;
	}
}
/* cta section */

.cta-section .section-intro {
	color: white;
	text-align: center;
}

.cta-section a {
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	padding: 60px 0;
	text-decoration: none;
}

.cta-section .section-intro :is(h2, h3, h4, p):last-child {
	margin-bottom: 0;
}

.cta-section .section-intro h2::after {
	content: url('data:image/svg+xml,<svg width="53" height="30" viewBox="0 0 53 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.73242 12.9395C1.62785 12.9395 0.732422 13.8349 0.732422 14.9395C0.732422 16.044 1.62785 16.9395 2.73242 16.9395V12.9395ZM52.1376 16.3537C52.9187 15.5726 52.9187 14.3063 52.1376 13.5252L39.4097 0.797318C38.6286 0.0162687 37.3623 0.0162687 36.5813 0.797318C35.8002 1.57837 35.8002 2.8447 36.5813 3.62574L47.895 14.9395L36.5813 26.2532C35.8002 27.0342 35.8002 28.3005 36.5813 29.0816C37.3623 29.8626 38.6286 29.8626 39.4097 29.0816L52.1376 16.3537ZM2.73242 16.9395H50.7234V12.9395H2.73242V16.9395Z" fill="%23F9F6F1"/></svg>');
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
	margin-left: 30px;
	display: inline-block;
	transition: transform 0.2s ease-in-out;
}

.cta-section a:hover .section-intro h2::after {
	transform: translateX(8px);
}

/* newsletter signup section */

.newsletter-signup-section .container {
	justify-content: space-between;
}

.newsletter-signup-section :is(form, .section-intro) {
	color: white;
}

.newsletter-signup-section form>strong {
	color: var(--green);
}

.newsletter-signup-section .wpcf7-form,
.footer-widgets .wpcf7-form {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 25px;
}

.newsletter-signup-section form .wpcf7-form-control-wrap:has(.wpcf7-checkbox),
.footer-widgets .wpcf7-form-control-wrap:has(.wpcf7-checkbox) {
	grid-column: 1 / 5;
}

.newsletter-signup-section .wpcf7-checkbox label {
	color: white;
}

.newsletter-signup-section label:has(input[name*="your-email"]),
.footer-widgets label:has(input[name*="your-email"]) {
	grid-column: 1 / 4;
}

.newsletter-signup-section form input[type="email"],
.footer-widgets form input[type="email"] {
	border-radius: 7px;
}

.newsletter {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.newsletter p:first-of-type {
	color: #16C172;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (max-width: 575px) {

	.newsletter-signup-section .wpcf7-form,
	.footer-widgets .wpcf7-form {
		display: flex;
		flex-direction: column;
	}
}


/* standard banner */
.page-banner .banner-slide:not(:has(.banner-background)) {
	min-height: unset;
	padding: 186px 0 80px;
}

/* site logo */
.site-logo,
.site-logo a,
.sticky-navigation-logo,
.sticky-navigation-logo a,
body .main-navigation.navigation-stick .sticky-navigation-logo {
	display: inline-flex;
	align-items: center;
}

.main-navigation .navigation-branding img,
.main-navigation .site-logo.mobile-header-logo img {
	padding: 0;
	height: auto;
	width: 100%;
}

.main-navigation .navigation-branding,
.site-logo.mobile-header-logo {
	margin-right: 44px;
}

/* main menu */
.main-navigation:not(.black-background) {
	position: relative;
	padding: 11px 0;
	box-sizing: border-box;
	box-shadow: unset !important;
	background: linear-gradient(180deg, rgb(0 0 0 / 15%), transparent);
}

.main-navigation:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #96AAA1;
	position: absolute;
	width: 100vw;
	bottom: 0;
	left: 0;
}

.main-navigation.toggled:after {
	display: none;
}

.main-navigation .main-nav {
	flex: 1 0 auto;
}

.main-navigation .main-nav>ul {
	justify-content: center;
}

.main-navigation .navigation-branding .sticky-navigation-logo img {
	height: auto;
	padding: 0;
}

.main-navigation .inside-navigation {
	padding: 0 25px !important;
	background-color: #EBEBE6;
	border-radius: 8px;
}

.main-navigation .main-nav ul li a {
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.16px;
	transition: all 0.2s ease-in-out;
	color: #fff;
}
.main-navigation .main-nav ul li[class*="current-menu-parent"] > a, .main-navigation .main-nav ul li.current-menu-item.menu-item-has-children > a {
	color: #fff;
	text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--green);
}

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

.main-navigation .menu-bar-items .content-button {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.main-navigation .menu-bar-items .black-outline-button {
	border-color: transparent;
}

.main-navigation .navigation-branding .site-logo {
	min-height: 84px;
}

.main-navigation .sub-menu {
	padding: 14px 12px;
	background-color: transparent;
	box-shadow: unset;
}

.main-navigation .sub-menu::before {
	content: "";
	background-color: white;
	position: absolute;
	top: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.main-navigation .sub-menu:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 16 11" fill="none"><path d="M8.09985 0.40625L15.3767 10.5593H0.822999L8.09985 0.40625Z" fill="white"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 15%;
}

.main-navigation .sub-menu li a {
	padding: 12px 14px;
}

.sub-menu span.dropdown-menu-toggle {
	position: absolute;
	top: 65%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-item-has-children .dropdown-menu-toggle svg {
	margin-bottom: -2px;
}

.main-navigation .main-nav .sub-menu li.menu-item-has-children>a {
	padding-right: 45px;
}

.mobile-menu-open body {
	overflow: hidden;
}

.icon-close,
.icon-menu-bars {
	line-height: 1;
}

.main-navigation.toggled .icon-menu-bars,
.main-navigation .icon-close {
	display: none;
}

.main-navigation.toggled .icon-close {
	display: block;
}


@media (max-width: 1400px) {
	.main-navigation .main-nav ul li a {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (min-width: 1361px) {
	.main-navigation .menu-bar-items .content-button[href^="tel:"] {
		display: inline-block;
	}
}

@media (max-width: 1360px) {

	.main-navigation .menu-bar-items .content-button[href^="tel:"],
	.main-navigation .menu-bar-items .get-in-touch-button {
		display: none;
	}
}

@media (max-width: 1120px) {
	.main-navigation .menu-bar-items {
		display: none;
	}
}

@media (max-width: 991px) {
	.main-navigation:not(.is_stuck) {
		color: #FFFFFF;
	}

	.main-navigation .sub-menu:after {
		content: none;
	}

	.main-navigation.toggled {
		top: 0;
		right: 0;
		height: 100svh;
		width: 100%;
		background: var(--body-text, #2E2E2E);
		color: white;
		overflow-y: auto;
		z-index: 999;
		position: fixed;
	}

	.main-navigation .navigation-branding img {
		transition: all 0.2s ease-in-out;
	}

	.main-navigation:not(.is_stuck) .navigation-branding img {
		filter: brightness(0) invert(1);
		transition: all 0.2s ease-in-out;
	}

	.page-template-page-location-template .main-navigation:not(.is_stuck) .navigation-branding img {
		filter: unset;
	}

	.main-navigation:not(.is_stuck)::before {
		background-color: transparent;
		border: 1px solid rgba(255, 255, 255, 0.20);
		transition: all 0.2s ease-in-out;
	}

	.page-template-page-location-template .main-navigation:not(.is_stuck)::before {
		background-color: #EBEBE6 !important;
	}

	.main-navigation .menu-toggle {
		display: inline-flex;
		align-items: center;
		width: 54px !important;
		height: 54px !important;
		padding: 0 !important;
		justify-content: center;
		border-radius: 8px;
		margin: 15px 0 15px auto;
	}

	#sticky-placeholder {
		height: unset;
	}

	.main-navigation .menu-buttons {
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}

	.main-navigation.is_stuck .menu-buttons {
		opacity: 1;
		transition: all 0.3s ease-in-out;
	}

	.main-navigation .main-nav>ul {
		margin-top: 8px;
		border-radius: 8px;
	}

	.main-navigation .main-nav .sub-menu {
		padding: unset;
		border: unset !important;
	}

	.main-navigation .main-nav .sub-menu::before {
		display: none;
	}

	.main-navigation .main-nav .sub-menu li a {
		padding: 0 24px 0 48px;
		color: white;
	}

	.main-navigation .main-nav ul li a {
		line-height: 64px !important;
		position: relative;
	}

	.main-navigation .main-nav ul li:not(:last-child) a::before {
		content: "";
		position: absolute;
		width: calc(100% - 36px);
		height: 1px;
		background: #dadfdc;
		bottom: 0;
		left: 18px;
	}
	
	.main-navigation.toggled .menu-bar-items {
		display: inline-block;
		order: 2;
	}
	
	.main-navigation.toggled .menu-buttons {
		opacity: 1 !important;
	}
	
	.main-navigation.toggled .menu-buttons .content-button {
		color: #fff;
		border-color: var(--green);
		background-color: transparent;
		display: flex;
        justify-content: center;
	}
	.main-navigation.toggled .menu-buttons .content-button svg {
		margin-right: 15px;
	}
}

/* landing page navigation */
.page-template-page-landing-template .main-navigation .menu-toggle,
.page-template-page-landing-template .main-navigation .main-nav {
	display: none !important;
}

@media (max-width: 1360px) {

	.page-template-page-landing-template .main-navigation .menu-bar-items .content-button[href^="tel:"],
	.page-template-page-landing-template .main-navigation .menu-bar-items .get-in-touch-button {
		display: inline-block;
	}

	.page-template-page-landing-template .main-navigation .menu-bar-items {
		display: initial;
	}
}

@media (max-width: 768px) {

	.page-template-page-landing-template .main-navigation .menu-bar-items .content-button[href^="tel:"],
	.page-template-page-landing-template .main-navigation .menu-bar-items .get-in-touch-button {
		display: none;
	}
}

@media (max-width: 575px) {
	.page-template-page-landing-template .main-navigation .menu-bar-items {
		display: none;
	}

	.page-template-page-landing-template .main-navigation.has-branding .inside-navigation {
		justify-content: center;
	}

	.page-template-page-landing-template .main-navigation.has-branding .inside-navigation .navigation-branding {
		margin: auto;
	}
}

/* mobile menu */
.mm-ocd {
	z-index: 9999999999;
}

#generate-slideout-menu,
.slideout-overlay {
	display: none;
}

.mm-spn a:not(:last-child):after {
	display: none;
}

.toggled .icon-menu-bars svg:nth-child(2) {
	display: none !important;
}

.toggled .icon-menu-bars svg:nth-child(1) {
	display: block !important;
}

.mm-spn .menu-item-has-children .dropdown-menu-toggle {
	display: none;
}

.mm-spn.mm-spn--light {
	background-color: #fff;
	margin: 0;
	width: 100%;
	max-width: none !important;
}

.mm-spn ul.mm-spn--open {
	background-color: #fff;
}

.mm-spn.mm-spn--navbar::after {
	opacity: 1;
}

.mm-spn.mm-spn--navbar[data-mm-spn-title="Menu"]::before {
	display: none;
}

.mm-spn.mm-spn--navbar li a {
	font-weight: 600;
}

.mm-spn.mm-spn--navbar li.menu-title a {
	font-weight: 600;
	pointer-events: none;
}

.mm-spn.mm-spn--navbar li.menu-title::after {
	display: none;
}

.mm-spn li:after {
	opacity: 1;
	margin: 0;
}

.mm-spn li:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23093DF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	border: none;
	transform: translate(0, -50%);
	opacity: 1;
	width: 40px;
	height: 40px;
	right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.mm-spn.mm-spn--navbar ul:before {
	opacity: 1;
}

.mm-spn.mm-spn--navbar::after {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.29px;
}

.mm-spn li:after {
	display: none;
}

.mm-spn.mm-spn--navbar ul:before {
	border-top: unset;
}

/* buttons */
.content-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}

.content-buttons .content-button {
	flex: 0 0 auto;
	margin: 8px;
}

.content-button,
a.content-button,
.content-buttons a[data-readmore-toggle],
a.button,
form input[type="submit"],
form button[type="submit"] {
	text-decoration: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: auto;
	transition: all 0.2s ease-in-out;
	color: #fff;
	padding: 14px 32px;
	background: transparent;
	border-radius: 7px;
	border: 1px solid var(--off-white, #F9F6F1);
	box-sizing: border-box;
}

.content-button:is(:hover, :focus) {
	color: var(--body-text, #2E2E2E);
	background: var(--green, #16C172);
	border: 1px solid var(--green, #16C172);
}

.content-button.off-white-button {
	background: var(--off-white, #F9F6F1);
	border: 1px solid var(--off-white, #F9F6F1);
	color: var(--body-text, #2E2E2E);
}

.content-button.off-white-button:is(:hover, :focus) {
	background: var(--green, #16C172);
	border: 1px solid var(--green, #16C172);
}

.content-button.gold-outline-button {
	background: transparent;
	border: 1px solid var(--gold, #D9BC85);
	color: #000;
}

.content-button.gold-outline-button:is(:hover, :focus) {
	background: var(--gold, #D9BC85);
	border: 1px solid var(--gold, #D9BC85);
	color: var(--body-text, #2E2E2E);
}

.content-button.green-button {
	background: var(--green, #16C172);
	border: 1px solid var(--green, #16C172);
	color: var(--body-text, #2E2E2E);
}

.content-button.green-button:is(:hover, :focus) {
	background: var(---white, #ffffff);
	border: 1.5px solid rgba(204, 204, 204, 0.50);
	color: var(--body-text, #2E2E2E);
}

.content-button.black-button {
	color: var(--body-text, #2E2E2E);
	border: 1.5px solid rgba(204, 204, 204, 0.50);
}

.content-button.black-button:is(:hover, :focus) {
	background: var(--green, #16C172);
}

.content-button.black-link {
	color: var(--body-text, #2E2E2E);
	background: transparent;
	border: unset;
	padding: unset;
	border-radius: unset;
	text-decoration: underline;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.content-button.black-link:is(:hover, :focus) {
	color: var(--green);
}

.content-button.white-link {
	color: var(--white, #fff);
	background: transparent;
	border: unset;
	padding: unset;
	border-radius: unset;
	text-decoration: underline;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.content-button.white-link:is(:hover, :focus) {
	background: transparent;
	color: var(--green);
}

@media (max-width: 575px) {
	.content-buttons {
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.content-buttons .content-button {
		justify-content: center;
		text-align: center;
		
		max-width: calc(100% - 16px);
	}

	.content-button,
	a.content-button,
	.content-buttons a[data-readmore-toggle],
	a.button,
	form input[type="submit"],
	form button[type="submit"] {
		font-size: 14px;
		padding: 14px 28px;
	}
}

/* locations section */

.location-section {
	padding-bottom: 0;
}

.location-section iframe {
	display: block;
	aspect-ratio: 4 / 1;
}

/* top bar */
.top-bar {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.15px;
}

input#wp-block-search__input-1 {
	background: transparent;
	color: #fff;
	border: 0;
	padding: 5px 0;
}

input#wp-block-search__input-1::placeholder {
	background: transparent;
	color: #A3A3A3;
}

.wp-block-search__button.has-icon {
	line-height: 0;
	order: -1;
	background: transparent;
	color: white;
	border: none;
	width: fit-content;
	padding: 0;
	margin-left: 0;
	margin-right: 10px;
}

.wp-block-search__button.has-icon:hover {
	background: transparent;
	color: white;
	border: none;
}

.top-bar p {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
}

.top-bar .wp-block-social-link-anchor {
	padding: 0;
}

.top-bar a:not(:hover) {
	text-decoration: none;
}

.top-bar a {
	cursor: pointer;
}

.top-bar .widget {
	margin: 0 !important;
}

.top-bar .widget:first-child {
	margin-left: 0 !important;
}
aside#block-11 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.top-bar .inside-top-bar {
	justify-content: space-between;
	gap: 20px;
}

.mobile-menu-open .top-bar {
	background-color: var(--body-text, #2E2E2E);
	color: var(--body-text, #2E2E2E);
}
.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom;
    transform: rotateY(180deg);
}

@media (min-width: 576px) {
	.inside-top-bar>aside:nth-of-type(4).widget_text {
		display: none;
	}
}

@media (max-width: 575px) {
	aside#block-11 { display: none; }
	.top-bar .inside-top-bar {
		padding: 15px 25px;
		justify-content: space-between;
	}

	.inside-top-bar>aside:nth-of-type(3).widget_text,
	.top-bar .widget:first-child {
		display: none;
	}

	.top-bar .widget:last-child {
		margin: auto !important;
		;
	}

	.top-bar .widget {
		margin: 0 !important;
		font-size: 13px;
	}

	.top-bar .widget:has(.wp-block-social-links),
	.top-bar .widget:has(.wp-block-search) {
		display: none;
	}
	.top-bar-vouchers {
		display: none !important;
	}
}

/* section content */
.section-introduction:has(h1, h2, h3, h4) p:first-child {
	font-size: 19px;
	font-style: normal;
	font-weight: 800;
	line-height: 31px;
	/* 163.158% */
	letter-spacing: 0.95px;
	text-transform: uppercase;
	color: var(--green-400, #407060);
}

.section-introduction:has(h1, h2, h3, h4) p:first-child :is(span, em) {
	font-style: normal;
	text-transform: initial;
}

@media (max-width: 991px) {
	.section-introduction:has(h1, h2, h3, h4) p:first-child {
		font-size: 15px;
		font-style: normal;
		font-weight: 800;
		line-height: 21px;
		/* 140% */
		letter-spacing: 0.3px;
		text-wrap: balance;
	}
}

/* form inputs */

.wpcf7-form {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px 25px;
	width: 100%;
}

.site-footer form>label {
	font-size: 13px;
	font-weight: 400;
}

.page-id-980 label:has(span[data-name="enquiry-type"]),
label:has(textarea[name*="your-message"]),
label:has(select[name*="hear-about"]) {
	grid-column: -1 / 1;
}

form strong {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: normal;
}

form label {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 100%;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: normal;
}

form .wpcf7-list-item label {
	color: #2E2E2E;
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}

.footer-widgets .wpcf7-list-item label {
	color: #F9F6F1;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}
form .wpcf7-list-item {
	margin: 0 16px 0 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 auto;
}
@media (max-width: 991px) {
	form .wpcf7-list-item {
		flex: 0 0 50%;
        margin: 0 0 4px;
	}
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
input[type=number],
form input[type="password"],
form input[type="submit"],
form button[type="submit"],
form textarea,
form select {
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 17px;
	font-style: normal;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	padding: 15px;
	border-radius: 0;
	background: white;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="password"]::placeholder,
form textarea::placeholder {
	color: #2E2E2E;
	opacity: .4;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	color: var(--body-text);
	border-bottom: 1px solid #2E2E2E;
	background: white;
}

form input[type="submit"],
form button[type="submit"] {
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.17px;
	text-transform: capitalize;
	color: var(--body-text);
	background-color: var(--green);
	border: 1px solid var(--green);
	padding: 14px 32px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 7px;
}

form input[type="submit"]:hover,
form button[type="submit"]:hover {
	background-color: var(--off-white);
	color: var(--body-text);
	border: 1px solid var(--off-white);
}

form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	pointer-events: none;
}

form .wpcf7-response-output {
	margin: 0 !important;
	grid-column: -1 / 1;
	width: 100%;
	order: 1;
	border-radius: 4px;
	text-align: center;
}

form input[type="checkbox"],
form .wpcf7-list-item input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #F5F5F5;
	border-radius: 2px;
	min-height: 16px;
	min-width: 16px;
	overflow: hidden;
	position: static;
	width: 16px;
	border: 1px solid #D9D9D9;
	display: inline-block;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6673 1.5L4.25065 7.91667L1.33398 5' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 11px;
	display: inline-block;
	vertical-align: sub;
	transform: translateY(-1.5px);
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	display: none;
}

form input[type="checkbox"]:checked,
form .wpcf7-list-item input[type="checkbox"]:checked {
	background-color: var(--links, #0A57AA);
	border: 1px solid var(--links, #0A57AA);
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6673 1.5L4.25065 7.91667L1.33398 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .wpcf7-list-item-label {
	font-size: 13px;
}

.wpcf7-select {
	border-radius: 0;
	min-height: 51px;
	width: 100%;
	position: relative;
	font-size: 17px;
	font-style: normal;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	line-height: normal;
	letter-spacing: normal;
	padding: 15px 0 30px;
	background: white;
}

form [data-name^="acceptance"] {
	margin: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.12px;
}

@media (max-width: 575px) {

	form input[type="submit"],
	form button[type="submit"] {
		width: 100%;
	}
}

/* back to top */

.back-to-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	order: 3;
	margin-left: auto;
}

.back-to-top-icon {
	background-color: #16C172;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.back-to-top span {
	color: white;
}

/* form validation */
form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	padding: 30px 38px 4px 38px;
	text-transform: none;
	display: inline-block;
	text-align: left;
	border-radius: 0 0 5px 5px;
	margin-top: -26px;
	position: relative;
	z-index: 0;
	width: 100%;
	color: #9a2323;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: -0.16px;
}

form .wpcf7-form-control-wrap .wpcf7-acceptance+.wpcf7-not-valid-tip {
	margin: 0;
	padding: 4px 38px;
	border-radius: 5px;
}

form .wpcf7-form-control-wrap .wpcf7-acceptance+.wpcf7-not-valid-tip::before {
	top: 6px;
}

form .wpcf7-form-control-wrap .wpcf7-not-valid-tip::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.71758 2.89491L1.36508 13.4999C1.2341 13.7267 1.1648 13.9839 1.16407 14.2458C1.16334 14.5077 1.23119 14.7653 1.3609 14.9928C1.4906 15.2203 1.67762 15.41 1.90336 15.5428C2.12909 15.6756 2.38568 15.747 2.64758 15.7499H15.3526C15.6145 15.747 15.8711 15.6756 16.0968 15.5428C16.3225 15.41 16.5096 15.2203 16.6393 14.9928C16.769 14.7653 16.8368 14.5077 16.8361 14.2458C16.8354 13.9839 16.766 13.7267 16.6351 13.4999L10.2826 2.89491C10.1489 2.67449 9.96062 2.49225 9.73597 2.36577C9.51133 2.2393 9.25788 2.17285 9.00008 2.17285C8.74227 2.17285 8.48882 2.2393 8.26418 2.36577C8.03953 2.49225 7.85128 2.67449 7.71758 2.89491V2.89491Z' stroke='%239a2323' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 6.75V9.75' stroke='%239a2323' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12.75H9.00708' stroke='%239a2323' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	font-size: 0;
	line-height: 1;
	position: absolute;
	left: 11px;
	top: 32px;
	vertical-align: middle;
}

form .wpcf7-form-control-wrap {
	display: grid;
	width: 100%;
	margin-top: 3px;
}

/* nice select2 */
select[style="opacity: 0; width: 0px; padding: 0px; height: 0px;"],
select[style] {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.nice-select .list {
	margin: 0;
}

.nice-select.open .nice-select-dropdown {
	width: 100%;
}

/* pagination */

.page-banner .container.pagination-container {
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.swiper-pagination {
	display: flex;
	justify-content: flex-end;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: .3px solid var(--off-white, #F9F6F1);
	background-color: transparent;
	opacity: 1;
	margin: 0 6px;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
	background-color: #258827;
	border: .3px solid #258827;
}

/* swiper */
.swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.swiper-wrapper .swiper-slide {
	flex-shrink: 0;
	width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	line-height: 1;
	font-size: 0;
}

/* sections */
section,
.single-page-article,
.single-post-article {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
}

@media (max-width: 575px) {

	section,
	.single-page-article,
	.single-post-article {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* social icons */

.social-icons {
	display: flex;
	align-items: center;
	gap: 15px;
}
a.social-icon {
	display: flex;
}
.wp-social-link-instagram .wp-block-social-link-anchor svg,
.wp-social-link-facebook .wp-block-social-link-anchor svg {
	display: none;
}

.wp-social-link-instagram,
.wp-social-link-facebook {
	background-color: transparent;
}

/* footer */
.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:is(:hover, :focus) {
	text-decoration: underline;
}

.footer-bar .widget_nav_menu .current-menu-item a {
	color: var(--yellow-100, #EEE5D8);
	text-decoration: underline;
}

.site-info {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: -0.12px;
}

.site-info .copyright-bar {
	margin-right: 24px;
	margin-left: 0;
}

.site-info .inside-site-info {
	justify-content: flex-start;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.site-footer .site-info .copyright-bar {
	margin: 0;
	order: -1;
}

#menu-footer-bar-menu {
	display: flex;
	margin: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.5);
}

ul#menu-footer-bar-menu a {
	color: rgba(255, 255, 255, 0.5);
}

ul#menu-footer-bar-menu a:not(:hover) {
	text-decoration: none;
}

ul#menu-footer-bar-menu li::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 15px;
	vertical-align: middle;
}

.inside-footer-widgets .footer-widget-1,
.inside-footer-widgets .footer-widget-2,
.inside-footer-widgets .footer-widget-3 {
	flex: 1;
}

.inside-footer-widgets .footer-widget-4 {
	flex: 2;
}

.inside-footer-widgets .footer-widget-2 .inner-padding,
.inside-footer-widgets .footer-widget-3 .inner-padding,
.inside-footer-widgets .footer-widget-4 .inner-padding {
	padding-left: 40px;
}

.inside-footer-widgets .footer-widget-1 .wp-block-heading {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	/* 116.667% */
	letter-spacing: -0.72px;
}

.page-template-page-landing-template .inside-footer-widgets :is(.footer-widget-2, .footer-widget-3, .footer-widget-4) {
	display: none;
}

.footer-widgets .widget {
	margin-bottom: 22px;
}

.footer-widgets .widget ul li {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 9px;
	line-height: normal;
}

.footer-widgets .widget ul li a:not(:hover) {
	text-decoration: none;
}

.footer-widgets .widget-title,
.inside-footer-widgets h2 {
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 9px;
	line-height: normal;

}

.footer-widgets .footer-widget-5 aside:not(:first-of-type) {
	border-radius: 10px;
	border: 1px solid rgba(168, 200, 208, 0.50);
	padding: 17px 21px 21px 48px !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	/* 157.143% */
	letter-spacing: -0.14px;
	margin: 0;
}

.footer-widgets .footer-widget-5 aside:not(:first-of-type) strong {
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: -0.2px;
	margin-bottom: 6px;
	display: inline-block;
	position: relative;
}

.footer-widgets .footer-widget-5 aside:not(:first-of-type) strong::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6815 2.47559C15.0685 2.47559 17.3577 3.4238 19.0455 5.11162C20.7333 6.79945 21.6815 9.08864 21.6815 11.4756C21.6815 14.5496 20.0055 17.0656 18.2395 18.8706C17.3572 19.7626 16.3944 20.5714 15.3635 21.2866L14.9375 21.5766L14.7375 21.7096L14.3605 21.9496L14.0245 22.1546L13.6085 22.3966C13.3262 22.5578 13.0066 22.6425 12.6815 22.6425C12.3564 22.6425 12.0369 22.5578 11.7545 22.3966L11.3385 22.1546L10.8185 21.8346L10.6265 21.7096L10.2165 21.4366C9.10435 20.6841 8.06842 19.8247 7.12352 18.8706C5.35752 17.0646 3.68152 14.5496 3.68152 11.4756C3.68152 9.08864 4.62973 6.79945 6.31756 5.11162C8.00538 3.4238 10.2946 2.47559 12.6815 2.47559ZM12.6815 4.47559C10.825 4.47559 9.04453 5.21308 7.73177 6.52584C6.41902 7.83859 5.68152 9.61907 5.68152 11.4756C5.68152 13.7976 6.95352 15.8356 8.55252 17.4716C9.24005 18.1676 9.98318 18.8064 10.7745 19.3816L11.2325 19.7076C11.3805 19.8109 11.5229 19.9069 11.6595 19.9956L12.0495 20.2456L12.3925 20.4546L12.6815 20.6236L13.1365 20.3546L13.5035 20.1246C13.6989 20.0006 13.9079 19.8616 14.1305 19.7076L14.5885 19.3816C15.3799 18.8064 16.123 18.1676 16.8105 17.4716C18.4095 15.8366 19.6815 13.7976 19.6815 11.4756C19.6815 9.61907 18.944 7.83859 17.6313 6.52584C16.3185 5.21308 14.538 4.47559 12.6815 4.47559ZM12.6815 7.47559C13.7424 7.47559 14.7598 7.89701 15.5099 8.64716C16.2601 9.3973 16.6815 10.4147 16.6815 11.4756C16.6815 12.5365 16.2601 13.5539 15.5099 14.304C14.7598 15.0542 13.7424 15.4756 12.6815 15.4756C11.6207 15.4756 10.6032 15.0542 9.85309 14.304C9.10295 13.5539 8.68152 12.5365 8.68152 11.4756C8.68152 10.4147 9.10295 9.3973 9.85309 8.64716C10.6032 7.89701 11.6207 7.47559 12.6815 7.47559ZM12.6815 9.47559C12.1511 9.47559 11.6424 9.6863 11.2673 10.0614C10.8922 10.4364 10.6815 10.9452 10.6815 11.4756C10.6815 12.006 10.8922 12.5147 11.2673 12.8898C11.6424 13.2649 12.1511 13.4756 12.6815 13.4756C13.212 13.4756 13.7207 13.2649 14.0957 12.8898C14.4708 12.5147 14.6815 12.006 14.6815 11.4756C14.6815 10.9452 14.4708 10.4364 14.0957 10.0614C13.7207 9.6863 13.212 9.47559 12.6815 9.47559Z' fill='%23DCEFEF'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(100% + 8px);
	right: calc(100% + 7px);
}

.footer-widgets .wp-block-columns {
	width: auto;
}

.footer-widgets .wp-block-columns .wp-block-column {
	flex: unset;
}

.footer-widgets .wp-block-columns .wp-block-column:first-child {
	flex: unset;
	align-self: center;
	padding-right: 12px;
}

.site-footer .site-info .footer-bar {
	display: block;
}

@media (max-width: 1200px) {
	.site-footer .footer-widgets-container .inside-footer-widgets {
		margin: 0;
	}

	.inside-footer-widgets .footer-widget-1 {
		flex: 1 0 100%;
		margin-bottom: 40px;
	}

	.inside-footer-widgets .footer-widget-5 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding-right: 40px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.inside-footer-widgets .footer-widget-2,
	.inside-footer-widgets .footer-widget-3,
	.inside-footer-widgets .footer-widget-4 {
		flex: 0 0 auto;
	}

	.inside-footer-widgets .footer-widget-2 .inner-padding,
	.inside-footer-widgets .footer-widget-3 .inner-padding,
	.inside-footer-widgets .footer-widget-4 .inner-padding {
		padding-left: 40px;
		padding-right: 80px;
	}
}

@media (max-width: 991px) {
	#menu-footer-bar-menu {
		flex-direction: column;
	}

	ul#menu-footer-bar-menu li::before {
		content: none;
	}

	.site-info .inside-site-info {
		display: flex;
	}

	.site-footer .site-info .regulated-by {
		order: 1;
		width: 100%;
		justify-content: flex-start;
	}

	.inside-footer-widgets .footer-widget-5 {
		display: grid;
	}

	.site-footer .site-info .inside-site-info::before {
		left: 25px;
		width: calc(100% - 50px);
	}

	.footer-widgets .footer-widget-5 aside:last-of-type {
		margin-bottom: 0;
	}

	.site-footer .footer-widgets-container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.inside-footer-widgets .footer-widget-1 {
		flex: 1 0 100%;
		margin: 0 0 30px;
	}

	.inside-footer-widgets .footer-widget-2,
	.inside-footer-widgets .footer-widget-3,
	.inside-footer-widgets .footer-widget-4,
	.inside-footer-widgets .footer-widget-5 {
		flex: 1 0 100%;
		margin: 0 0 30px;
	}

	.inside-footer-widgets .footer-widget-2 .inner-padding,
	.inside-footer-widgets .footer-widget-3 .inner-padding,
	.inside-footer-widgets .footer-widget-4 .inner-padding {
		padding-left: 40px;
	}

	.inside-footer-widgets .footer-widget-1 .wp-block-heading {
		font-size: 27px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.27px;
	}

	.inside-footer-widgets .footer-widget-5 {
		padding: 0;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 22px;
		margin-bottom: 22px;
	}
}

@media (max-width: 575px) {
	.site-footer .site-info .regulated-by {
		margin-top: 30px;
	}

	.site-footer .site-info .inside-site-info {
		padding: 0px 25px 30px;
		text-align: left;
		position: relative;
	}

	.site-footer .site-info .inside-site-info .menu {
		justify-content: flex-start;
	}

	.site-footer .site-info .inside-site-info .menu .menu-item {
		margin-left: 0;
		padding: 0;
	}

	.site-footer .site-info .inside-site-info .copyright-bar {
		margin: 0;
		width: 100%;
		line-height: 24px;
	}
	.event-slider-section h2 {
    max-width: calc(100% - 80px);
    display: block;
	}
	.page-template-page-landing-template .inside-footer-widgets .footer-widget-5 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 0;
	}
}


/* fancy box */
.fancybox__container {
	z-index: 99999;
}

/* container */
.container,
.grid-container,
.site-content,
.footer-widgets-container .inside-footer-widgets,
.single-page-article .inside-article,
.single-post-article .inside-article,
.site-main .generate-columns-container,
.site-main .no-results {
	position: relative;
	width: 100%;
	max-width: 1540px;
	background: transparent !important;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#page,
#page .site-content {
	width: 100%;
	max-width: 100%;
}

.site-content .content-area {
	width: 100%;
}

/*!
* Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.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%;
	padding-right: 25px;
	padding-left: 25px;
}

.single-page-article .inside-article,
.single-post-article .inside-article,
.no-results .inside-article {
	padding-right: 25px;
	padding-left: 25px;
}

/* bootstrap col sizes */
.col-1:not(.u-column1) {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2:not(.u-column2) {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (max-width: 991px) {

	.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 {
		padding-right: 25px;
		padding-left: 25px;
	}

	.single-page-article .inside-article,
	.single-post-article .inside-article,
	.no-results .inside-article {
		padding-right: 25px;
		padding-left: 25px;
	}
}

/* bootstrap offsets */
.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

/* Desktop: hide mobile-only buttons */
.content-button.mobile-only { 
  display: none !important; 
}

/* Mobile: show and align icon/text nicely */
@media (max-width: 768px) {
  .content-button.mobile-only {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .content-button.mobile-only svg {
    display: inline-block !important;
    flex-shrink: 0 !important;
  }
}

