/*-----// FONTS //-----*/

@font-face {
    font-family: 'Cotford Display';
    src: url('../fonts/CotfordDisplay-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cotford Display';
    src: url('../fonts/CotfordDisplay-Light.woff2') format('woff2'); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cotford Display';
    src: url('../fonts/CotfordDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cotford Display';
    src: url('../fonts/CotfordDisplay-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Pro';
    src: url('../fonts/MabryPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Pro';
    src: url('../fonts/MabryPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Pro';
    src: url('../fonts/MabryPro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/*-----// LAYOUT //-----*/

:root {
	--black: #000;
	--lightgrey: #eee;
    --grey: #ccc;
    --darkgrey: #3B3C3C;
	--white: #fff;
    
    --paper: #F4F7F4;
    --greenlight: #D4F0D0;
    --mint: #D7EBD4;
    --green: #133F36;
    --beige: #FFFBF1;
    --yellow: #FFFAEE;
    --orange: #E55F2F;
    --red: #b1391f;
	
	--serif: 'Cotford Display', serif;
	--sans: 'Mabry Pro', sans-serif;
}

html {
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    background: var(--white);
    padding: 0px;
    font-family: var(--sans);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--green);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main {
    overflow: hidden;
}
p, li, .p, address {
	font-size: 1.9rem;
	font-style: normal;
	font-weight: 300;
}
a {
	color: var(--green);
}
a:hover, a:focus {
	color: var(--green);
}
main p, main ul, main ol {
	margin: 0 0 20px;
}
main ul, main ol {
	padding-left: 20px;
}
main li {
	margin: 5px 0px;
    line-height: 1.4;
}
main ul li::marker {
    font-size: 1.5em; 
    line-height: 0.1;
}
main a {
	text-decoration: underline;
}
main a:hover, main a:focus {
	text-decoration: none !important;
}
a, a:hover, button, .animate, .animate:hover, input[type="submit"], input[type="submit"]:hover {
	transition: all 0.6s ease;
}
*:focus {
	outline: none !important;
	box-shadow: none;
}
button {
	border: 0;
	padding: 0;
	background-color: transparent;
    outline: none;
}
b, strong {
	font-weight: 500;
}
.serif {
	font-family:  var(--serif) !important;
}
.sans {
	font-family: var(--sans) !important;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-style: normal;
	margin: 0 0 20px;
    line-height: 1.3;
}

h1, .h1 {
    font-family:  var(--serif);
	font-size: 8.3rem;
	font-weight: 300;
    line-height: 1.2;
}
h2, .h2 {
	font-family:  var(--serif);
	font-size: 4.5rem;
	font-weight: 300;
}
h3, .h3 {
	font-family:  var(--serif);
	font-size: 3.4rem;
	font-weight: 300;
}
h4, .h4 {
	font-family:  var(--serif);
	font-size: 2.6rem;
	font-weight: 300;
    line-height: 1.6;
}
h5, .h5 {
	font-size: 2.2rem;
	font-weight: 400;
    line-height: 1.4;
}
h6, .h6 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
    letter-spacing: 0.083em;
    text-transform: uppercase;
}

@media (max-width : 1199px) {
	h1, .h1 {
		font-size: 4.8rem;
	}
	
}

@media (max-width : 767px) {
	
	h2, .h2 {
		font-size: 3rem;
        line-height: 1.4;
	}
	h3, .h3 {
		font-size: 2.5rem;
        line-height: 1.4;
	}
	h4, .h4 {
		font-size: 2rem;
	}
	h5, .h5 {
		font-size: 2rem;
	}
	
}

img, figure {
	max-width: 100%;
	height: auto;
}
.img-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
figure {
    position: relative;
    margin-bottom: 40px;
}
figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--white);
}
blockquote, blockquote p {
	font-size: 2rem;
	margin: 0 0 20px;
	line-height: 3rem;
	padding: 0px;
	border-left: none;
	text-align: center;
}
.blockquote_caption {
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	line-height: 3rem;
}
.blockquote_caption small {
	line-height: 1.3;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-color: var(--black);
	opacity: 1;
}

/*-----// BOOTSTRAP ADDITIONS //-----*/

.container-fluid {
    max-width: 1360px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.container--wrapper {
    padding-left: 57px;
    padding-right: 57px;
}

@media (max-width : 767px) {
	.container-fluid {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .container--wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*-----// BUTTON CLASSES //-----*/

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
    padding: 13px 25px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
}
.btn-sm {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 7px 20px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-white {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--green);
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-white-o {
	background-color: transparent;
	border-color: var(--white);
	color: var(--white);
}
.btn-white-o:hover,
.btn-white-o:focus,
.btn-white-o:active {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--green);
}
.btn-green-o {
	background-color: transparent;
	border-color: var(--green);
	color: var(--green);
}
.btn-green-o:hover,
.btn-green-o:focus,
.btn-green-o:active,
.btn-green-o.active{
	background-color: var(--mint);
	border-color: var(--green);
	color: var(--green);
}
.btn-orange {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--green);
}
.btn-mint {
	background-color: var(--mint);
	border-color: var(--mint);
	color: var(--green);
}
.btn-mint:hover,
.btn-mint:focus,
.btn-mint:active {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-green {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color: var(--greenlight);
	border-color: var(--greenlight);
	color: var(--green);
}

.link-nounderline {
    text-decoration: none;
}
.link-white {
    color: var(--white);
    text-decoration: none;
}
.link-white:hover {
    color: var(--greenlight);
    text-decoration: none;
}

.link-green {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
    text-transform: uppercase;
    opacity: 1;
}
.link-green:hover {
    opacity: 0.5;
    text-decoration: underline !important;
}

/*-----// CUSTOM CLASSES //-----*/

.text-white {
	color: var(--white);
}
.text-black {
	color: var(--black);
}

.text-sm {
    font-size: 0.75em;
}

.bg-default {
	background-color: var(--black);
}
.bg-none {
	background-color: transparent;
}
.bg-white {
    background-color: var(--white);
}
.bg-black {
    background-color: var(--black);
}
.bg-paper {
    background-color: var(--paper);
}
.bg-mint {
    background-color: var(--mint);
}

hr.line {
    width: 100px;
	display: block;
    border-top-width: 2px;
    margin-left: 0;
	margin-top: 2rem;
    margin-bottom: 2rem;
}
hr.line-center {
	margin-left: auto;
	margin-right: auto;
}
hr.line-white {
    border-top-color: var(--white);
}


/*-----// MASTER LAYOUT //-----*/

.align-center,
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}


/*-----// ANIMATIONS //-----*/

.animate-up {
    transform: translateY(100px);
    opacity: 0;
}
.animate-stagger .col {
    opacity: 0;
    transform: translateY(30px);
}
.animate-up.in-view, 
.animate-stagger .col.in-view {
    transform: translateY(0px);
    opacity: 1;
}
.animate-delay-10 {
    transition-delay: 0.1s;
}
.animate-delay-15 {
    transition-delay: 0.15s;
}
.animate-delay-20 {
    transition-delay: 0.2s;
}


/*-----// HEADER ALERT //-----*/

.header--alert {
    background-color: var(--mint);
    color: var(--green);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 101;
}
.header--alert-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.header--alert-content * {
    margin: 0;
    line-height: 1.2;
}

@media (max-width : 767px) {
    .header--alert {
        position: relative;
    }
}

@media (max-width : 575px) {
    .header--alert-content {
        text-align: center;
    }
}


/*-----// HEADER //-----*/

header.header {
	padding: 35px 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100vw;
	transition: all 440ms ease;
}
header.header-alt {
	padding: 35px 0;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100vw;
	transition: all 440ms ease;
}

@media (min-width : 768px) {
    main {
        margin-top: 0 !important;
    }
}

@media (max-width : 767px) {
    header.header {
        position: sticky;
        transform: translateY(0px) !important;
    }
}


.header--main {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header--logo a {
    display: block;
    width: 20vw;
    min-width: 174px;
    max-width: 420px;
    position: relative;
}
.header--menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.header--menu-inner {
    
    padding: 4px 4px 4px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}
.header--menu-nav, .header--menu-phone, .header--menu-enquire {
    position: relative;
    z-index: 100;
}
.header--menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.header--menu .menu > li > a {
    color: var(--white);
    text-decoration: none;
    padding: 0 3px;
}
.header--green .header--menu .menu > li > a {
    color: var(--green);
}
.header--menu .menu > li > a:hover {
    color: var(--greenlight);
    text-decoration: none;
}
.header--menu-mobile {
    display: none;
}
.dropdown-trigger a {
    display: inline-flex;
    align-items: center;
}
.dropdown-trigger a:after {
    content: '';
    width: 12px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuMDAzIDcuOTE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNS43OTQgNS43OTVMMTIuMjk2LjcwNyIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
}
.header--green .dropdown-trigger a:after {
    background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMTMzZjM2IiB2aWV3Qm94PSIwIDAgMTMgNy45IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02LjUgNy45TDAgMS40IDEuNCAwbDUuMSA1LjFMMTEuNiAwIDEzIDEuNCA2LjUgNy45eiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
}
.header--green .link-white {
    color: var(--green);
}


@media (max-width : 1455px) {
    .header--menu-phone {
        display: none;
    }
}

@media (max-width : 1199px) {
    .header--menu-inner {
        display: none;
    }
    .header--menu-mobile {
        /*background-color: rgba(35, 43, 33, 0.5);*/
        backdrop-filter: blur(12px) brightness(85%);
        padding: 4px ;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .header--menu-mobile .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mobile-trigger-open {
        width: 50px;
        height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width : 575px) {
    header.header {
    	padding: 25px 0;
    }
    .header--main {
        gap: 20px;
    }
    .header--menu-mobile {
        gap: 5px;
    }
    .header--menu-mobile .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mobile-trigger-open {
        width: 40px;
    }
    .header .container--wrapper {
        padding-right: 5px !important;
    }
}


/*-----// NAVIGATION //-----*/

@media (max-width : 575px) {
    .header.active {
        padding: 10px 0;
    }
}

.header.active .header--logo {
    opacity: 0;
}
.logo-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header--green .logo-dark {
    opacity: 1;
}
.header--green .logo-light {
    opacity: 0;
}
.logo-dark, .header.active .logo-light {
    opacity: 0;
}
.logo-light, .header.active .logo-dark {
    opacity: 1;
}



/*-----// DROPDOWN //-----*/

.header--menu-dropdown {
    backdrop-filter: blur(12px) brightness(85%);
    padding: 44px 4px 4px 30px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header--green .header--menu-dropdown {
    backdrop-filter: blur(12px) brightness(115%);
}
.header--menu-dropdown-wrapper {
    display: none;
}
.header--menu-dropdown-inner {
    padding: 20px 67px 20px 0px;
    display: flex;
    gap: 30px;
}
.header--menu-dropdown-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
}
.header--menu-dropdown-menu .menu > li {
    width: 45%;
}
.header--menu-dropdown-menu .menu > li > a {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    display: block;
}
.header--menu-dropdown-tile {
    width: 280px;
}
.header--menu-dropdown-tile a {
    display: block;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
    border-radius: 3px;
    position: relative;
}
.header--menu-dropdown-tile a:hover {
    border: 1px solid var(--green);
}
.header--menu-dropdown-tile-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--green);
    color: var(--white);
    font-size: 1.2rem;
    letter-spacing: 0.083em;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 20px;
}


/*-----// MOBILE NAVIGATION //-----*/


.mobile--navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mint);
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    transition: all 440ms ease;
}
html.mobile-active .mobile--navigation {
    opacity: 1;
    pointer-events: all;
}
.mobile--navigation-scroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.mobile--navigation-header {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.mobile--navigation-header-logo a {
    display: block;
    width: 20vw;
    min-width: 174px;
    position: relative;
}
.mobile--navigation-header-close {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 4px;
}
#mobile-trigger-close {
    width: 40px;
    height: 27px;
}
.mobile--navigation-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
}
.mobile--navigation-divider {
    background-color: rgba(20, 63, 54, 0.3);
    display: block;
    height: 1px;
}
.mobile--navigation-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile--navigation-menu a,
.mobile--navigation-phone a {
    font-size: 2.2rem;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 8px 0;
}
.mobile--navigation-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
}
.mobile--navigation-menu .menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 18.15px;
    height: 9.08px;
    margin-left: 5px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkuNTY1IDExLjE5OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMxNDNmMzYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS43MDcuNzA4bDkuMDc2IDkuMDc3TDE4Ljg1OC43MDgiLz48L3N2Zz4=') no-repeat 50% 50% / contain;
    transform: rotate(0deg);
}
.mobile--navigation-menu .menu-item-has-children > a.active:after {
    transform: rotate(180deg);
}
.mobile--navigation-menu .sub-menu {
    display: none;
}
.mobile--navigation-menu .sub-menu a {
    border-top: 1px solid rgba(20, 63, 54, 0.3);
}

.mobile--navigation-submenu-social {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mobile--navigation-submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile--navigation-submenu a {
    font-size: 1.8rem;
    font-weight: 300;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.mobile--navigation-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width : 575px) {
    .mobile--navigation-header {
    	padding: 25px 0;
    }
    
}


/*-----// MOBILE ENQUIRE //-----*/

.mobile-enquire {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: var(--green);
    z-index: 98;
    transform: translateY(100%);
    transition: all 440ms ease;
}
.mobile-enquire.active {
    transform: translateY(0);
}

@media (min-width : 575px) {
    .mobile-enquire {
        display: none;
    }
}


/*-----// FOOTER //-----*/

.footer {
    position: relative;
    padding: 65px 0;
    color: var(--white);
}
.footer a {
    color: var(--white);
    text-decoration: none;
}
.footer a:hover {
    color: var(--mint);
}
.footer--bg {
    position: absolute;
    top: 0;
    z-index: -1;
}
.footer .container--wrapper {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.footer--main {
    flex: 1;
}
.footer--main-reside {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer--main-reside-logo {
    padding-right: 30px;
}
.footer--main-reside-logo img {
    width: 100%;
    max-width: 134px;
    display: block;
}
.footer--main-reside-tagline {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
}
.footer--main-reside-locations {
    display: flex;
    align-items: center;
    gap: 30px;
    transform: translateY(2px);
}
.footer--main-reside-locations a {
    font-size: 1.6rem;
    font-weight: 300;
}
.footer--main-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer--main-divider {
    height: 1px;
    background-color: var(--white);
    opacity: 0.5;
    margin: 20px -30px;
}
.footer--main-credit {
    padding-top: 20px;
}
.footer--main-credit a {
    opacity: 0.5;
    font-size: 1.2rem;
    font-weight: 300;
}
.footer--main-credit a:hover {
    opacity: 1;
}
.footer--side {
    width: 200px;
}
.footer--side-copyright {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 20px;
    text-align: right;
}
.footer--main-reside-divider, .footer--side-reside-logo, .footer--side-credit {
    display: none;
}

@media (max-width : 1520px) {
    .footer--main-reside {
        flex-wrap: wrap;
        gap: 20px 30px;
    }
    .footer--main-reside-logo {
        width: 100%;
    }
}

@media (min-width : 992px) and (max-width : 1199px) {
    .footer .container--wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer--main-divider {
        margin: 20px 0px;
    }
}

@media (max-width : 991px) {
    .footer .container--wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer--main-menu, .footer--main-divider, .footer--main-reside-logo {
        display: none;
    }
    .footer--main-reside {
        flex-wrap: wrap;
        gap: 10px 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer--main-reside-divider {
        width: 100%;
        height: 1px;
        background-color: var(--white);
        opacity: 0.5;
        display: block
    }
    .footer--main-reside-locations {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        transform: translateY(0px);
    }
    .footer--side {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
        width: 300px;
    }
    .footer--side-reside-logo {
        width: 100%;
        max-width: 134px;
        display: block;
    }
    .footer--side-reside-motif {
        width: 100%;
        max-width: 134px;
        display: block;
    }
    .footer .container--wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer--side-copyright,
    .footer--side-credit {
        display: block;
        font-size: 1.2rem;
        font-weight: 300;
        padding-top: 20px;
        text-align: left;
        opacity: 0.5;
    }
    .footer--main-credit {
        display: none;
    }
}

@media (max-width : 575px) {
    .footer {
        padding: 30px 0;
        z-index: 99;
    }
}


/*-----// OWL CAROUSEL //-----*/

.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    cursor: url('/wp-content/uploads/2025/08/prev-3-1.svg') 16 16, auto !important;
}

.owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    cursor: url('/wp-content/uploads/2025/08/next-3.svg') 16 16, auto !important;
}
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 8px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--white);
	border: 1px solid var(--black);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--black);
}
.owl-thumbs {
    margin-top: 8px;
}
.owl-thumbs .owl-thumb-item {
    width: 20%;
    float: left;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: relative;
    z-index: 0;
}
.owl-thumbs .owl-thumb-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
    transition: all 0.2s ease-in-out;
}
.owl-thumbs .owl-thumb-item.active:before, .owl-thumbs .owl-thumb-item:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}


/*-----// GRAVITY FORMS //-----*/

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 15px;
    padding: 8px;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: 1.4rem !important;
    margin-block-start: 5px !important;
    padding: 0 !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: 1px solid var(--white) !important;
    background-color: var(--white) !important;
    color: var(--green) !important;
    font-size: 1.8rem !important;
    padding: 10px 20px !important;
}
select {
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIC05NjAgOTYwIDk2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDc5LjgtMzYyLjg1cS02LjEyIDAtMTEuNC0yLjQ2dC05LjQtNi43N0wyNzUuOTktNTU1LjA5cS04LjY0LTguNDUtOC4wOS0xNy40MS41Ni04Ljk2IDkuMDYtMTcuMTUgOC41LTguMiAxNy4xMi04LjIgOC42MSAwIDE2LjggOC4yTDQ4MC00MTkuNTRsMTcwLjEyLTE3MC4xMXE3LjgtNy44MSAxNi42MS03LjUgOC44MS4zIDE3LjMxIDguNSA4LjUgOC4xOSA4Ljc1IDE2Ljk2LjI1IDguNzctOC41OSAxNy41NUw1MDEuMTktMzcyLjA4cS00LjcxIDQuMzEtOS45OSA2Ljc3dC0xMS40IDIuNDZ6Ii8+PC9zdmc+') no-repeat top 50% right 10px / 24px;
    appearance: none;
    padding-right: 45px !important;
}
select[multiple="multiple"] {
    background: none;
    appearance: none;
}
.gfield_time_ampm select {
    min-width: 80px;
}
.gfield_label {
    text-transform: uppercase;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
}

::placeholder {
    color: var(--green);
    font-size: 1.8rem;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px !important;
}
.gform_button  {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
    padding: 16px 25px !important;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: var(--green);
	border: 1px solid var(--green);
	color: var(--white);
    width: 284px;
}
.gform_button:hover {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--green);
}


/**/


/*-----// VIDEO OVERLAYS //-----*/

.video-button {
	position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    background-color: #fff;
    font-family: 'callunaregular', serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 0.85;
    padding: 16px 40px;
    border-radius: 40px;
    color: #01151c;
    transform: translate(-50%, -50%);
}
.video-overlay {
	position: relative;
	overflow: hidden;
}
/*.video-fit {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50.1%);
    z-index: 2;
    pointer-events: none;
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
}
.video-fit + img {
	opacity: 0;
}*/

section[class^="section--"] {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
section[class^="section--page"]::before {
	content: "";
	width: 1px;
	margin-left: -1px;
	float: left;
	height: 0;
	padding-bottom: 100vh;
}
section[class^="section--16-9"]::before {
	content: "";
	width: 1px;
	margin-left: -1px;
	float: left;
	height: 0;
	padding-bottom: 56.25vw;
}
section[class^="section--"]::after { 
	content: "";
	display: table;
	clear: both;
}
.section--inner {
	z-index: 2;
	position: relative;
}
.section--cover {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.section--video-cover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
	height: 100%;
	width: 200vh;
	min-width: 100%;
	min-height: 56.25vw;
}
.section--video-cover + .section--cover {
	opacity: 0;
}


@media (max-width : 991px) {
	section[class^="section--16-9"]::before {
		content: "";
		width: 1px;
		margin-left: -1px;
		float: left;
		height: 0;
		padding-bottom: 100vw;
	}
}


.col--inner {
	max-width: 585px;
	margin: auto;
}
.col--inner *:last-child {
	margin-bottom: 0;
}
.col--inner-img {
	position: relative;
	overflow: hidden;
}
.video-fit {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    height: 100%;
    width: 177.77777778%;
    min-width: 100%;
    min-height: 56.25%;
}
.video-fit + img {
	
}

.btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section--top-padding {
    padding-top: 125px;
}
.section--bottom-padding {
    padding-bottom: 125px;
}

@media (max-width : 991px) {
    .section--top-padding {
        padding-top: 65px;
    }
    .section--bottom-padding {
        padding-bottom: 65px;
    }
}

/*-----// LAYOUT : HERO //-----*/

.layout--hero {
    height: 100dvh;
    position: relative;
}
.hero--media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero--stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 200px 0 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.hero--stage .container--wrapper {
    width: 100%;
}
.hero--buttons {
    display: inline-flex;
    align-items: center;
    gap: 10px 20px;
}
.hero--buttons a {
    flex: 1;
    width: 210px;
}
.hero--content {
    color: var(--white);
    margin-bottom: 46px;
}
.hero--cta {
    width: 100%;
    height: 1px;
    background-color: var(--white);
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin: 50px 0;
}
.hero--cta-item {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-65%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 30px;
}
.hero--cta-item-image {
    width: 340px;
    padding: 8px;
    border-radius: 12px;
    backdrop-filter: blur(12px) brightness(85%);
}
.hero--cta-item-image a {
    display: block;
    overflow: hidden;
}
.hero--cta-item-image a img {
    transform: scale(1);
    transition: transform 440ms ease;
}
.hero--cta-item-image a:hover img {
    transform: scale(1.1);
}
.hero--cta-item-label a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
    display: inline-flex;
    align-items: center;
}
.hero--cta-item-label a:after {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIuMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNi4yIDkuNWMuMi0xLjcgMS4zLTMuMSAyLjktMy43SDBWNC4yaDkuMWMtMS42LS42LTIuNy0yLTIuOS0zLjdsMi0uNGMtLjEgMi4yIDEuNiA0IDMuOCA0LjJoLjF2MS42Yy0yLjIgMC0zLjkgMS44LTMuOSA0di4xbC0yLS40eiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
    margin-left: 5px;
    transform: translateX(0px);
    transition: transform 440ms ease;
}
.hero--cta-item-label a:hover {
    color: var(--mint);
}
.hero--cta-item-label a:hover:after {
    transform: translateX(8px);
}
.hero--scroll-link a {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.hero--scroll-link a:before { 
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTIuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjQgNi4yYzEuNy4yIDMuMSAxLjMgMy43IDIuOVYwaDEuNnY5LjFjLjYtMS42IDItMi43IDMuNy0yLjlsLjQgMmMtMi4yLS4xLTQgMS42LTQuMiAzLjh2LjFINGMwLTIuMi0xLjgtMy45LTQtMy45aC0uMWwuNC0yeiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
    margin-right: 5px;
}

.magic {
    position: relative;
}
.magic:after {
    content: '';
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNDMgMzMuNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlBhdGhfNDk4IiBkPSJNMTUuNSAxLjhjLjItLjMuMy0uNS41LS44LjMtLjUtLjMtMS4yLS45LS45LTEuNC45LTIuNSAyLjEtMy4yIDMuNkM4LjkgNS44IDUgNiAxLjggNC4zYy0uMy0uMi0uNi0uMy0uOC0uNS0uNy0uNC0xLjMuNi0uNiAxLjEgMy4zIDIuMiA3LjQgMi40IDEwLjkuNy0uMi42LS4yIDEuMy0uMyAyIDAgMS40LjQgMi44IDEgNC0xLjUtLjUtMy4yLS42LTQuOC0uMy0uOC4yLTEuNS40LTIuMi44di0uM0M1IDkuMyAzLjUgNyAxLjIgNS45LjUgNS41LS4yIDYuNi42IDdjMS45LjkgMy4xIDIuNyAzLjIgNC44IDAgLjQgMCAuOC0uMSAxLjItMS40IDEtMi41IDIuNC0zLjIgNC4xLS4yLjYuNS45LjkuNyAxLjYtLjggMi44LTIuMyAzLjQtNCAuOS0uNiAxLjgtMSAyLjgtMS4yIDIuMS0uNCA0LjIgMCA2IDEuMi40LjUuOS45IDEuNSAxLjJzMCAwIC4xIDBjLjYuNCAxLjItLjUuOC0xLS41LS41LTEtLjktMS42LTEuMy0xLjMtMS40LTItMy4yLTItNS4xIDAtMSAuMi0yLjEuNy0zIDEtLjggMS45LTEuNyAyLjYtMi43IiBjbGFzcz0ic3QwIi8+PHBhdGggaWQ9IlBhdGhfNDk5IiBkPSJNNDIuOSAxOS41Yy0uMS0uMy0uNC0uNC0uNy0uNC0uNi4xLTEuMi4zLTEuOC41LTMgLjQtNi0xLTcuNS0zLjYgMC0xLjItLjMtMi40LS43LTMuNS0uMS0uMy0uMy0uNy0uNC0xLS4yLS4zLS42LS40LS45LS4yLS4yLjEtLjMuMy0uMy41IDAgMS42LjMgMy4yIDEuMSA0LjYgMCAzLjctMiA3LjEtNS4zIDguOC0uMi4xLS41LjItLjcuMy0uNy4zLS40IDEuNS4zIDEuMiAzLjctMS40IDYuMy00LjggNi45LTguNyAxLjQgMS42IDMuMyAyLjYgNS40IDIuOS0yIDEuNS0zLjMgMy42LTMuNyA2LjEtMi4xLTEuNy01LTEuOC03LjQtLjUtLjcuNCAwIDEuNS42IDEuMSAyLjItMS4yIDQuOS0uOCA2LjYgMS4xIDAgMS43LjUgMy4zIDEuNCA0LjcuMi4zLjYuNC45LjIuMi0uMS4zLS4zLjMtLjUuMy0xLjgtLjItMy42LTEuMy01IC4xLTMuMiAyLjEtNi4xIDUuMS03LjIuNiAwIDEuMi0uMyAxLjgtLjUuMy0uMS41LS41LjMtLjgiIGNsYXNzPSJzdDAiLz48L3N2Zz4=') no-repeat 50% 50% / contain;
    width: 43px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -30px;
}

@media (max-width : 1199px) {
    .hero--stage {
        padding: 200px 0 60px;
    }
    .hero--cta, .hero--scroll-link {
        display: none;
    }
    .hero--buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px 20px;
    }
    .hero--buttons a {
        width: 260px;
    }
    .magic:after {
        width: 22px;
        height: 24px;
        right: -20px;
    }
}


/*-----// LAYOUT : VIDEO //-----*/

.video--stage {
    max-width: 1600px;
    margin: auto;
}
.video--media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.video--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width : 767px) {
    .layout--video .container--wrapper {
        padding: 0;
    }
    .layout--video .video--media {
        aspect-ratio: 1 / 1.2;
    }
    .video--media .video-fit {
        height: 120%;
        width: 177.77777778vh;
    }
}


/*-----// LAYOUT : BLOT //-----*/

.bg-blot {
    position: relative;
}
.bg-blot:after {
    content: '';
    width: 57vw;
    height: 57vw;
    background: url('/wp-content/uploads/2025/08/bg-blot-1.webp') no-repeat 50% 50% / contain;
    position: absolute;
    top: -13vw;
    left: -10vw;
    z-index: 0;
}
.bg-blot-right {
    position: relative;
}
.bg-blot-right:after {
    content: '';
    width: 57vw;
    height: 57vw;
    background: url('/wp-content/uploads/2025/08/bg-blot-1.webp') no-repeat 50% 50% / contain;
    position: absolute;
    top: -13vw;
    right: -10vw;
    z-index: 0;
}
section > * {
    position: relative;
    z-index: 1;
}
.caption {
    position: absolute;
    transform: translateY(-100%);
    padding: 10px;
    text-align: right;
    width: 100%;
    color: var(--white);
    font-size: 1.2rem;
}

@media (max-width : 991px) {
    .col--inner-img {
        overflow: visible;
    }
    .caption {
        position: relative;
        transform: translateY(0);
        text-align: left;
        color: var(--green);
    }
    .bg-blot:after {
        width: 100vw;
        height: 100vw;
        top: -13vw;
        left: -20vw;
    }
}



/*-----// LAYOUT : FEATURED PROPERTY //-----*/

.featured-sale--stage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.featured-sale--content {
    max-width: 500px;
    flex: 1;
    padding: 60px 0;
}
.featured-sale--item {
    max-width: 640px;
    flex: 1;
}
.property--item {
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.property--item a {
    display: block;
    width: 100%;
    height: 100%;
}
.property--image {
    width: 100%;
    height: 100%;
}
.property--image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 440ms ease;
}
.property--item a:hover .property--image img {
    transform: scale(1.1);
}
.property--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 50px;
}
.property--content {
    backdrop-filter: blur(12px) brightness(85%);
    padding: 10px 15px;
    color: var(--white);
    border-radius: 12px;
    width: 100%;
    transition: all 440ms ease;
}
.property--item a:hover .property--content {
    backdrop-filter: blur(12px) brightness(50%);
}
.property--title {
    font-family: var(--serif);
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1.2;
}
.property--subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.property--icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.property--icon {
    font-size: 2.2rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

@media (min-width : 1200px) {
    .featured-sale--stage .featured-sale--content {
        order: 2;
    }
    .featured-sale--stage .featured-sale--item:first-child {
        order: 1;
    }
    .featured-sale--stage .featured-sale--item:last-child {
        order: 3;
    }
}

@media (max-width : 1199px) {
    .featured-sale--stage {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        gap: 30px;
    }
}

@media (max-width : 575px) {
    .property--overlay {
        padding: 10px ;
    }
    .property--title {
        font-size: 2.7rem;
    }
    .layout--featured-sale {
        padding-top: 0 !important;
    }
    .featured-sale--content {
        padding: 50px 0 0;
    }
}


/*-----// LAYOUT : TILES //-----*/

.tile--header {
    margin-bottom: 60px;
}
.tiles {
    display: flex;
    justify-content: center;
    align-content: stretch;
    gap: 40px;
}
.tile {
    flex: 1;
    display: block;
    border: 5px solid var(--yellow);
    position: relative;
}
.tile--image {
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
    position: relative;
}
.tile--image img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 440ms ease;
}
.tile:hover .tile--image img {
    transform: scale(1.1);
}
.tile--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(0deg,rgba(102, 80, 59, 0.64) 0%, rgba(102, 80, 59, 0) 50%, rgba(102, 80, 59, 0) 100%);
}
.tile--tag {
    margin-bottom: auto;
}
.tile--title * {
    font-family: var(--serif);
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
    color: var(--white);
}
.tag {
    backdrop-filter: blur(12px) brightness(85%);
    padding: 6px 12px;
    color: var(--white);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
}
.tag:before {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIuMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNi4yIDkuNWMuMi0xLjcgMS4zLTMuMSAyLjktMy43SDBWNC4yaDkuMWMtMS42LS42LTIuNy0yLTIuOS0zLjdsMi0uNGMtLjEgMi4yIDEuNiA0IDMuOCA0LjJoLjF2MS42Yy0yLjIgMC0zLjkgMS44LTMuOSA0di4xbC0yLS40eiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
    margin-right: 5px;
}
.tile:hover .btn {
    background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}

@media (max-width : 1199px) {
    .tiles {
        gap: 20px;
    }
}

@media (max-width : 991px) {
    .tiles {
        flex-direction: column;
        align-items: center;
    }
    .tile {
        max-width: 480px;
    }
}

@media (max-width : 575px) {
    .tiles {
        margin: 0 -20px;
        gap: 0;
    }
    .tile--title * {
        font-size: 3.2rem;
    }
}


/*-----// LAYOUT : BLOCKQUOTE //-----*/

.blockquote--stage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.blockquote--image {
    flex: 1;
    max-width: 740px;
}
.blockquote--image img {
    
}
.blockquote--content {
    flex: 1;
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
}
.blockquote--quote {
    font-family: var(--serif);
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 80px;
}
.blockquote--quote:before {
    content: open-quote;
    font-family: var(--serif);
    font-size: 4.5rem;
    line-height: 1;
    position: absolute;
    transform: translate(-150%, -10%);
}
.blockquote--quote:after {
    content: close-quote;
    font-family: var(--serif);
    font-size: 4.5rem;
    line-height: 0.01;
}
.blockquote--author {
    font-family: var(--serif);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.blockquote--title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    max-width: 283px;
}
.blockquote--text {
    max-width: 620px;
    padding-top: 40px;
}

@media (max-width : 991px) {
    .blockquote--stage {
        flex-direction: column;
    }
    .blockquote--content {
        text-align: center;
    }
    .blockquote--quote {
        font-size: 3.4rem;
        margin-bottom: 60px;
    }
    .blockquote--title {
        margin: auto;
    }
    .blockquote--text {
        margin: auto;
    }
}

@media (max-width : 575px) {
    .blockquote--quote {
        font-size: 3rem;
        margin-bottom: 60px;
        line-height: 1.3;
    }
}


/*-----// LAYOUT : ENQUIRE //-----*/

.layout--enquire {
    background-color: var(--mint);
    position: relative;
    overflow: hidden;
}
.layout--enquire:after {
    content: '';
    width: 57vw;
    height: 57vw;
    background: url('/wp-content/uploads/2025/08/bg-blot-1.webp') no-repeat 50% 50% / contain;
    position: absolute;
    top: -3vw;
    right: -10vw;
    z-index: 0; 
}
.enquire--stage {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.enquire--left {
    width: 60%;
}
.enquire--right {
    width: 40%;
    display: flex;
    justify-content: center;
}
.enquire--right-inner {
    max-width: 400px;
    padding-top: 100px;
}
.enquire--right-inner p {
    font-size: 2.1rem;
}

@media (max-width : 991px) {
    .enquire--stage {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .enquire--left {
        width: 100%;
    }
    .enquire--right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .enquire--right-inner {
        max-width: 100%;
        padding-top: 50px;
    }
    .layout--enquire:after {
        width: 100vw;
        height: 100vw;
        top: auto;
        bottom: -13vw;
        right: -20vw;
    }
}


/*-----// LAYOUT : HEADER //-----*/

.layout--header {
    height: 85dvh;
    position: relative;
    overflow: hidden;
}
.header--media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.header--stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 200px 0 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.header--stage .container--wrapper {
    width: 100%;
}
.header--main-layout {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.header--content {
    color: var(--white);
}
.header--content * {
    margin: 0;
}
.header--scroll-link a {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.header--scroll-link a:before { 
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTIuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjQgNi4yYzEuNy4yIDMuMSAxLjMgMy43IDIuOVYwaDEuNnY5LjFjLjYtMS42IDItMi43IDMuNy0yLjlsLjQgMmMtMi4yLS4xLTQgMS42LTQuMiAzLjh2LjFINGMwLTIuMi0xLjgtMy45LTQtMy45aC0uMWwuNC0yeiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
    margin-right: 5px;
}
.header--divider {
    width: 100%;
    position: relative;
}
.header--divider:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background-color: var(--white);
}

@media (max-width : 1199px) {
    .header--stage {
        padding: 200px 0 60px;
    }
    .header--scroll-link {
        display: none;
    }
}


/*-----// LAYOUT : RSVP HEADER //-----*/

.layout--rsvp-header {
    height: 100dvh;
    min-height: 1000px;
    position: relative;
}
.rsvp-header--media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.rsvp-header--media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: linear-gradient(180deg,rgba(16, 31, 13, 0) 0%, rgba(16, 31, 13, 1) 100%);
}
.rsvp-header--stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 200px 0 300px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.rsvp-header--stage .container--wrapper {
    width: 100%;
}
.rsvp-header--main-layout {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.rsvp-header--content {
    color: var(--white);
    width: 100%;
    max-width: 600px;
}
.rsvp-header--content * {
    margin: 0;
}
.rsvp-header--content h1 {
    font-size: 7rem;
}
.rsvp-header--info {
    padding: 20px;
    border-left: 1px solid var(--orange);
    background: linear-gradient(270deg,rgba(16, 31, 13, 0) 0%, rgba(16, 31, 13, 1) 100%);
    margin-top: 60px;
}
.rsvp-header--info-date {
    font-family: var(--serif);
    font-size: 3.8rem;
    font-weight: 300;
    font-style: italic;
    line-height: 2;
}
.rsvp-header--info-text {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width : 767px) {
    .rsvp-header--content h1 {
        font-size: 5.5rem;
        line-height: 1.2;
    }
    .rsvp-header--info-date {
        font-size: 2.7rem;
        font-weight: 300;
        font-style: italic;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .rsvp-header--info-text {
        font-size: 2rem;
    }
    
}


/*-----// LAYOUT : ACCORDION //-----*/

.accordion--stage {
    max-width: 1200px;
    margin: auto;
}
.accordion--item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid var(--green);
}
.accordion--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 15px 15px 15px 0;
    cursor: pointer;
}
.accordion--header-title {
    font-family:  var(--serif);
	font-size: 3.4rem;
	font-weight: 300;
    line-height: 1.2;
}
.accordion--header:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25.83px;
    height: 25.86px;
    min-width: 25.83px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjUuODMyIDI1Ljg1OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMTMzZjM2IiBkPSJNMTMuNjQyIDEyLjIxNlYwSDEyLjE5djEyLjIxNkgwdjEuNDI2aDEyLjE5djEyLjIxNmgxLjQ1MlYxMy42NDJoMTIuMTl2LTEuNDI2eiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
}
.accordion--header.active:after {
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjUuOCAyNS45IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik0xMy42IDEyLjJIMHYxLjRoMjUuOHYtMS40SDEzLjZ6Ii8+PC9zdmc+') no-repeat 50% 50% / contain;
}
.accordion--content {
    display: none;
    width: 100%;
}
.accordion--content-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 0 30px;
}
.accordion--content-text {
    flex: 1;
}
.accordion--content-image {
    width: 45%;
    margin: 0 30px;
    position: relative;
}

.accordion--stage .accordion--item:first-child .accordion--content {
    display: block;
    width: 100%;
}

@media (max-width : 991px) {
    .accordion--content-inner {
        flex-direction: column;
        gap: 30px;
    }
    .accordion--content-image {
        width: 100%;
        margin: 0;
    }
    .accordion--header-title {
        font-size: 3rem;
    }
}


/*-----// LAYOUT : GALLERY //-----*/

.carousel--gallery-item {
    position: relative;
}


/*-----// LAYOUT : CTA //-----*/

.cta--stage {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.cta--image {
    height: 430px;
}
.cta--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 440ms ease;
}
.cta--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 20px;
    text-decoration: none;
}
.cta--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    backdrop-filter: blur(12px) brightness(85%);
    border-radius: 14px;
}
.cta--title {
    text-decoration: none !important;
    display: flex;
    align-items: center;
}
.cta--title * {
    font-family:  var(--serif);
	font-size: 4.5rem;
	font-weight: 300;
    color: var(--white);
    text-decoration: none !important;
    line-height: 1.2;
    margin: 0;
}
.cta--title:after {
    content: '';
    display: block;
    width: 18px;
    height: 22px;
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIuMSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNi4yIDkuNWMuMi0xLjcgMS4zLTMuMSAyLjktMy43SDBWNC4yaDkuMWMtMS42LS42LTIuNy0yLTIuOS0zLjdsMi0uNGMtLjEgMi4yIDEuNiA0IDMuOCA0LjJoLjF2MS42Yy0yLjIgMC0zLjkgMS44LTMuOSA0di4xbC0yLS40eiIvPjwvc3ZnPg==') no-repeat 50% 50% / contain;
    margin-left: 25px;
    transform: translate(0px, 6px);
    transition: transform 440ms ease;
}
.cta--overlay:hover .cta--title:after {
    transform: translate(10px, 6px);
}
.cta--overlay:hover + .cta--image img {
    transform: scale(1.1);
}
.cta--overlay:hover .btn-white {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}

@media (max-width : 1199px) {
    .cta--content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }
    .cta--title:after {
        display: none;
    }
}

@media (max-width : 767px) {
	.cta--title * {
		font-size: 3.4rem;
	}
}


/*-----// LAYOUT : FACILITIES //-----*/

.facilities--stage {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
}
.facilities--header {
    max-width: 1050px;
}
.facilities--footer {
    max-width: 1050px;
}
.facilities--icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}
.facility {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 170px;
}
.facility--icon {
    width: 86px;
    height: 86px;
}
.facility--title {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.083em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width : 575px) {
    .facility {
        width: 142px;
    }
}


/*-----// LAYOUT : LOCATION //-----*/

.location--stage {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.location--text {
    width: 50%;
}
.location--locations {
    flex: 1;
}
.location--locations-inner {
    max-width: 510px;
    margin: auto;
}
.location {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 1px solid var(--green);
}
.locations {
    border-top: 1px solid var(--green);
    margin-bottom: 20px;
}
.location--title, .location--distance {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.083em;
    text-transform: uppercase;
}

@media (max-width : 1199px) {
    .location--stage {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }
    .location--text {
        width: 100%;
    }
    .location--locations {
        width: 100%;
    }
    .location--locations-inner {
        margin: 0;
    }
}


/*-----// LAYOUT : FOR SALE //-----*/

.for-sale--grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-bottom: 40px;
}
.property-alt--item {
    background-color: var(--paper);
    padding: 10px;
    flex: 0 0 calc(33.33% - 20px);
}
.property-alt--image {
    aspect-ratio: 5 / 3;
    position: relative;
    overflow: hidden;
}
.property-alt--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 440ms ease;
}
.property-alt--image a:hover img {
    transform: scale(1.1);
}
.property-alt--status {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.083em;
    text-transform: uppercase;
    min-width: 195px;
    text-align: center;
    z-index: 100;
}
.property-alt--status-under {
    background-color: var(--white);
    color: var(--green);
}
.property-alt--status-move {
    background-color: var(--orange);
    color: var(--white);
}
.property-alt--status-sold {
    background-color: var(--red);
    color: var(--white);
}
.property-alt--content {
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.property-alt--header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.property-alt--title {
    font-family: var(--serif);
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1.2;
}
.property-alt--price {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.property-alt--subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
}
.property-alt--description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
}
.property-alt--icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.property-alt--icon {
    font-size: 2.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.property-alt--cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width : 1400px) {
    .property-alt--item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width : 991px) {
    .property-alt--item {
        flex: 0 0 100%;
    }
}

@media (max-width : 575px) {
    .property-alt--content {
        padding: 15px 5px 5px;
        text-align: center;
    }
    .property-alt--header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px;
    }
    .property-alt--price {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .property-alt--cta {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .property-alt--button {
        order: 2;
        width: 100%;
    }
    .property-alt--button a {
        display: block;
    }
}


/*-----// LAYOUT : FULL //-----*/

.full--stage {
    max-width: 924px;
    margin: auto;
    padding: 200px 0;
}
.full-bg-blot {
    position: absolute;
    width: 57vw;
    height: 57vw;
    background: url('/wp-content/uploads/2025/08/bg-blot-1.webp') no-repeat 50% 50% / contain;
    position: absolute;
    top: -5vw;
    right: -12vw;
    z-index: -1;
}
.social-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width : 991px) {
    
    .full-bg-blot {
        width: 100vw;
        height: 100vw;
        top: -13vw;
        right: -20vw;
    }
}


/*-----// LAYOUT : PROPERTY SINGLE //-----*/

.property--stage {
    max-width: 1500px;
    margin: 240px auto 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}
.property--side {
    width: 30vw;
    max-width: 440px;
}
.property--main {
    flex: 1;
    max-width: 876px;
}
.property--main-header {
    border-bottom: 1px solid Var(--green);
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}
.property--main-title {
    font-family: var(--serif);
    font-size: 6rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
}
.property--main-price {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.2;
}
.property--side-icons {
    border-bottom: 1px solid Var(--green);
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 30px;
    height: 83px;
}

@media (min-width : 992px) and (max-width : 1199px) {
    
} 
@media (max-width : 991px) {
    .property--side {
        width: 100%;
        max-width: 100%;
    }
    .property--main {
        width: 100%;
        max-width: 100%;
    }
    .property--side-icons {
        
        height: auto;
    }
}

@media (max-width : 767px) {
    .property--stage {
        margin: 120px auto 100px;
    }
    .property--main-title {
        font-size: 4.6rem;
    }
    .property--main-header {
        flex-direction: column;
    }
}


/*-----// LAYOUT : SINGLE ARTICLE //-----*/

.layout--article {
    position: relative;
    padding-top: 1px;
}
.article--stage {
    max-width: 1500px;
    margin: 180px auto 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 7.5vw;
    justify-content: space-between;
}
.article--main {
    flex: 1;
    max-width: 1186px;
    width: 100%;
    margin: auto;
}
.article--image {
    position: relative;
}
.article--side {
    width: 410px;
    margin-top: 40px;
}
.event-when {
    border-bottom: 1px solid var(--green);
    padding-bottom: 10px;
}
.article--back {
    width: 100%;
}

@media (max-width : 1199px) {
    .article--stage {
        gap: 50px;
    }
}

@media (max-width : 991px) {
    .article--stage {
        margin: 140px auto 100px;
        gap: 30px;
    }
    .article--side {
        width: 100%;
        margin-top: 0px;
    }
}

@media (max-width : 767px) {
    .article--stage {
        margin: 120px auto 100px;
    }
}


/*-----// LAYOUT : RSVP FORM //-----*/

.layout--rsvp-form {
    margin-top: -240px;
    position: relative;
    z-index: 3;
}
.rsvp-form--stage {
    background-color: var(--mint);
    padding: 35px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4vw;
}
.rsvp-form--header {
    width: 100%;
}
.rsvp-form--main {
    flex: 1;
}
.rsvp-form--side {
    width: 360px;
}
.rsvp-form--main .gform_button {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
}

@media (max-width : 1199px) {
    .rsvp-form--header {
        width: 100%;
    }
    .rsvp-form--main {
        width: 100%;
    }
    .rsvp-form--side {
        width: 100%;
    }
}

@media (max-width : 767px) {
    .rsvp-form--stage {
        padding: 50px 40px;
    }
}

@media (max-width : 575px) {
    .rsvp-form--stage {
        padding: 30px 20px;
    }
}


/*-----// LAYOUT : RSVP HIGHLIGHTS //-----*/

.rsvp-highlights--stage {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.rsvp-highlights--main {
    flex: 1;
}
.rsvp-highlights--image {
    width: 35%;
}
.rsvp-highlights--highlights {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 40px;
}
.rsvp-highlights--item {
    width: calc(33.334% - 60px);
    min-width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.rsvp-highlights--icon {
    width: 65px;
}
.rsvp-highlights--title {
    width: 220px;
}
.rsvp-highlights--main {
    padding: 0px 80px;
}
.rsvp-highlights--main-text {
    margin-bottom: 50px;
}

@media (max-width : 1199px) {
    .rsvp-highlights--stage {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .rsvp-highlights--main {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .rsvp-highlights--image {
        width: 100%;
        max-width: 450px;
        order: 1;
    }
    .rsvp-highlights--highlights {
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
    }
}

@media (max-width : 767px) {
    .rsvp-highlights--main {
        padding: 0px 40px;
    }
}

@media (max-width : 575px) {
    .rsvp-highlights--main {
        padding: 0px 20px;
    }
}


/*-----// LAYOUT : RSVP ATTEND //-----*/

.layout--rsvp-attend {
    background-color: var(--yellow);
}
.rsvp-attend--stage {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.rsvp-attend--image {
    flex: 1;
}
.rsvp-attend--image-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.rsvp-attend--main {
    flex: 1;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rsvp-attend--main-inner {
    max-width: 630px;
    width: 100%;
}
.rsvp-attend--points {
    border-top: 1px solid var(--green);
    margin-bottom: 30px;
}
.rsvp-attend--point {
    border-bottom: 1px solid var(--green);
    padding: 10px 0;
    text-align: center;
}

@media (max-width : 991px) {
    .rsvp-attend--stage {
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }
    .rsvp-attend--main {
        padding: 70px 50px;
    }
}

@media (max-width : 575px) {
    .rsvp-attend--main {
        padding: 40px 20px;
    }
}

/*-----// LAYOUT : NEWS HEADER //-----*/

.layout--news-header:before {
    content: '';
    height: 150px;
    display: block;
}
.layout--news-grid {
    padding-bottom: 100px;
}
.news--item-image {
    aspect-ratio: 5 / 3;
    position: relative;
}
.news--item-image a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news--item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 440ms ease;
}
.news--item-image a:hover img {
    transform: scale(1.1);
}
.news--item-content {
    padding: 20px 10px;
}
.news--item-date {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
    text-transform: uppercase;
}
.news--item-title {
    font-family: var(--serif);
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.2;
}
.news-grid--nav {
    border-bottom: 1px solid var(--green);
    padding: 20px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.news--item--category  {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.083em;
    text-transform: uppercase;
    min-width: 140px;
    text-align: center;
    z-index: 100;
    background-color: var(--green);
    color: var(--white);
}

@media (max-width : 767px) {
    .layout--news-header:before {
        height: 60px;
    }
}


/*-----// LAYOUT : CTA HOMES //-----*/

.cta-homes--stage {
    background: var(--green) url('/wp-content/uploads/2025/08/bg-blot-2.webp') no-repeat 100% 50% / contain;
    color: var(--white);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 100px;
    gap: 40px;
}
.cta-homes--text {
    flex: 1;
}
.cta-homes--button {
    width: 240px;
}
.cta-homes--button .btn.btn-white:hover {
    background-color: var(--mint);
    color: var(--green);
}

@media (max-width : 1199px) {
    .cta-homes--stage {
        background: var(--green) url('/wp-content/uploads/2025/08/bg-blot-2.webp') no-repeat 100% 50% / cover;
    }
}

@media (max-width : 991px) {
    .cta-homes--stage {
        flex-direction: column;
    }
    .cta-homes--stage {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 40px 60px;
    }
}

@media (max-width : 767px) {
    .cta-homes--stage {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 40px 30px;
    }
}


.contact-layout .gform_wrapper.gravity-theme input[type=color], .contact-layout .gform_wrapper.gravity-theme input[type=date], .contact-layout .gform_wrapper.gravity-theme input[type=datetime-local], .contact-layout .gform_wrapper.gravity-theme input[type=datetime], .contact-layout .gform_wrapper.gravity-theme input[type=email], .contact-layout .gform_wrapper.gravity-theme input[type=month], .contact-layout .gform_wrapper.gravity-theme input[type=number], .contact-layout .gform_wrapper.gravity-theme input[type=password], .contact-layout .gform_wrapper.gravity-theme input[type=search], .contact-layout .gform_wrapper.gravity-theme input[type=tel], .contact-layout .gform_wrapper.gravity-theme input[type=text], .contact-layout .gform_wrapper.gravity-theme input[type=time], .contact-layout .gform_wrapper.gravity-theme input[type=url], .contact-layout .gform_wrapper.gravity-theme input[type=week], .contact-layout .gform_wrapper.gravity-theme select, .contact-layout .gform_wrapper.gravity-theme textarea {
    border: 1px solid var(--green) !important;
}


@media (max-width : 767px) {
    #property--clubhouse {
        padding-top: 0 !important;
    }
    #news-header {
        padding-bottom: 10px !important;
    }
}








/**/
