/*
Theme Name:     Tarafo Bay
Theme URI:      https://tarafobay.com
Description:    Custom theme by the Mighty Ant
Author:         The Mighty Ant
Author URI:     https://themightyant.com
Version:        0.6.6

===========================
BRAND COLOURS: */

:root {
    --blue: #0073E6;
    --turquoise: #58CCBF;
    --white: #FFFFFF;
    --cream: #F2F5E1;
    --teracotta: #B0543B;
    --charcoal-blue: #2E3A46;
    --teal: #03778C;
    --black: #2E3A46;
    --error-red: #FF2C2C;
    --light-grey: #f7f7f7;
    --blue-25: #2E3A4640;
}

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 General CSS
04 Content blocks CSS
05 Page Template CSS
06 Media queries 

===========================

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 01 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:blue}
li{list-style:none}
b,strong{font-weight:700}
i,em,dfn{font-style:italic}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:var(--cream); color:var(--black); }
::selection 		{ background:var(--cream); color:var(--black); }

/* Wordpress defaults - previously img.alignright etc. */
.alignright { float: right; margin: 0 0 15px 15px; max-width: 50%; height: auto; }
.alignleft { float: left; margin: 0 15px 15px 0; max-width: 50%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
.alignnone { margin: 10px 0; max-width: 100%; height: auto; }
.wp-caption-text { margin-bottom: 0; font-size: 14px; display: inline-block; }

/* Useful Classes */
.sprite { /*background-image: url('images/sprite.png');*/ background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: none; }
.desktop { display: block; }
.display-none { display: none }
.centered { margin: 0 auto; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }

.js-button, .js-button:hover, .js-button:active, .js-button:focus { outline: none; }
.print { display: none; }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:0; height:auto;	} 
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Animation and filters */
.animate-all, .menu-item a { 
    -webkit-transition: all 300ms; 
            transition: all 300ms; 
}
.animate-all-slow { 
    -webkit-transition: all 600ms; 
            transition: all 600ms; 
}

.no-touchevents .img-link:hover img,
.img-link:focus img, 
.img-link:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%);
            filter: saturate(110%) contrast(110%) brightness(105%);  
}



/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 02 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body, input, textarea, select { 
	font-family: "hanken-grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, .h1 { 
    font-family: "freight-display-pro", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
	line-height: 1.12;  
    margin-bottom: 10px;
    text-wrap: balance;        
}
h2, .h2 { 
    font-family: "freight-display-pro", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
	line-height: 1.12;  
    margin-bottom: 14px;
    text-wrap: balance;        
}
h3, .h3 { 
    font-family: "freight-display-pro", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
	line-height: 1.2;    
}
h4, .h4 { 
    font-family: "freight-display-pro", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 14px;
	line-height: 1.3;    
}
h4 + h4 {
    margin-top: 36px;
}
h5, .h5 { 
	font-family: "freight-display-pro", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 24px;
	line-height: 1.3;    
}
h6, .h6 {
	font-family: "hanken-grotesk", sans-serif;    
    font-weight: 400;
    font-style: normal;    
    font-size: 16px;
    margin-bottom: 24px;
	line-height: 1.5;    
}
.subheading {
	font-family: "hanken-grotesk", sans-serif;    
    font-weight: 700;
    font-style: normal;    
    font-size: 16px;
	line-height: 1.3;  
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.subheading-small {
	font-family: "hanken-grotesk", sans-serif;    
    font-weight: 700;
    font-style: normal;    
    font-size: 14px;
	line-height: 1.3;  
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.quote {
    margin-bottom: 28px;
}
.text-large {
	font-family: "hanken-grotesk", sans-serif;    
    font-weight: 400;
    font-style: normal;    
    font-size: 16px;
	line-height: 1.5;    
    text-wrap: balance;
}
.script-font,
.rollerscript {
    font-family: "rollerscript-smooth", sans-serif;
    font-weight: 400;
    font-style: normal;    
    font-size: 24px;
	line-height: 1.15;    
}
.script-font + h3 {
    margin-top: -20px;
}
h1 br, h2 br, h3 br {
    display: none;
}

/* Other sizes */

/* Standard Text */
p { 
	margin-bottom: 24px; 
    text-wrap: pretty;
}

a, a:link, a:visited {
	color: var(--black);
}
a:hover, a:active, a:focus {
	color: var(--blue); 
}
a[href^="tel"] {
	text-decoration: none;
}

/* Lists */
ul { 
    padding-left: 18px; 
    margin-bottom: 24px; 
}
ol { 
    padding-left: 19px; 
    margin-bottom: 24px; 
}
ul li { 
    list-style-type: disc; 
}
ol li { 
    list-style-type: decimal; 
}

/* Buttons */
.button,
.button:link,
.button:visited { 
    background: var(--blue); 
    color: var(--white); 
    border: none; 
    /* padding: 13px 35px; */
    padding: 11px 27px; 
    font-size: 16px;
    font-weight: 700; 
    display: inline-block; 
    text-transform: uppercase;
    text-decoration: none;  
    text-align: center;
    letter-spacing: 1.25px;
    line-height: 1.45;
    transition: all 250ms;
}
.button-secondary {
    background: var(--cream); 
    color: var(--black); 
}
@media(hover:hover) {
    .button:hover,
    .button:focus { 
        background: var(--turquoise); 
        color: var(--white);
    }
}

/* Classes */
.no-last-padding > *:last-child {
    margin-bottom: 0 !important;
}

/* Video */
.mejs-inner, 
.mejs-layers { 
    position: initial; 
}

/* ---------------------------------------------- COLOURS ----------------------------------------------- */

/* Background */
.bg-blue {
    background-color: var(--blue);
    color: var(--white);
}
.bg-turquoise {
    background-color: var(--turquoise);
    color: var(--black);
}
.bg-white {
    background-color: var(--white);
    color: var(--black);
}
.bg-cream {
    background-color: var(--cream);
    color: var(--black);
}
.bg-teracotta {
    background-color: var(--teracotta);
    color: var(--white);
}
.bg-black,
.bg-charcoal-blue {
    background-color: var(--black);
    color: var(--white);
}
.bg-teal {
    background-color: var(--teal);
    color: var(--white);
}

.bg-white + .bg-white,
.bg-cream + .bg-cream {
    padding-top: 0;
}

/* Text */
.text-blue {
    color: var(--blue);
}
.text-turquoise {
    color: var(--turquoise);
}
.text-white {
    color: var(--white);
}
.text-cream {
    color: var(--cream);
}
.text-teracotta {
    color: var(--teracotta);
}
.text-black,
.text-charcoal-blue {
    color: var(--black);
}
.text-teal {
    color: var(--teal);
}

/* Links */
.bg-blue a {
    color: var(--white);
}
.bg-turquoise a {
    color: var(--black);
}
.bg-white a {
    color: var(--black);
}
.bg-cream a {
    color: var(--black);
}
.bg-teracotta a {
    color: var(--white);
}
.bg-black a,
.bg-charcoal-blue a {
    color: var(--white);
}
.bg-teal a {
    color: var(--white);
}
@media (hover:hover) {
    .bg-blue a:not(.button):hover {
        color: var(--cream);
    }
    .bg-turquoise a:not(.button):hover {
        color: var(--blue);
    }
    .bg-white a:not(.button):hover {
        color: var(--blue);
    }
    .bg-cream a:not(.button):hover {
        color: var(--blue);
    }
    .bg-teracotta a:not(.button):hover {
        color: var(--cream);
    }
    .bg-black a:not(.button):hover,
    .bg-charcoal-blue a:not(.button):hover {
        color: var(--blue);
    }
    .bg-teal a:not(.button) {
        color: var(--cream);
    }
}

/* Buttons */
.bg-blue .button,
.bg-blue .button:link,
.bg-blue .button:visited { 
    background: var(--cream); 
    color: var(--blue); 
}
.bg-turquoise .button,
.bg-turquoise .button:link,
.bg-turquoise .button:visited { 
    background: var(--white); 
    color: var(--black); 
}
.bg-teracotta .button,
.bg-teracotta .button:link,
.bg-teracotta .button:visited { 
    background: var(--cream); 
    color: var(--teracotta); 
}
@media(hover:hover) {
    .bg-blue .button:hover,
    .bg-blue .button:focus { 
        background: var(--turquoise); 
        color: var(--white);
    }
    .bg-turquoise .button:hover,
    .bg-turquoise .button:focus { 
        background: var(--blue); 
        color: var(--white);
    }
    .bg-teracotta .button:hover,
    .bg-teracotta .button:focus { 
/*        background: var(--black); */
        background: var(--turquoise); 
        color: var(--white);
    }
}



/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 03 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
    /*overflow: visible;
    overflow-x: hidden;
    overflow-y: visible;*/
}
.site-header {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*transition: all 250ms;*/
    z-index: 100;
}
@keyframes animate-header {
  from { 
      transform: translateY(-60px);
      opacity: 0;
    }
  to { 
      transform: translateY(0); 
      opacity: 1;
    }
}
.scrolled .site-header {
    position: fixed;
    background: var(--white);
    animation-name: animate-header;
    animation-duration: 0.2s;
    box-shadow: 0 0 2px hsl(0 0 0 / 0.15);
}
.site-header .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 8px;
}
.scrolled .site-header .container {
    padding-top: 15px;
    padding-bottom: 15px;   
    align-items: center;
}
.scrolled .hamburger {
    transform: translate(-15px, 1px);
    margin-right: 0;
}
.logo {
    margin-bottom: 0;
    display: block;
    font-size: 20px;
}
.logo a {
    width: 137px;
    height: 80px;
	background: url("images/logo-tarafo-bay-black.svg") 0 0 no-repeat;
    background-size: 100%;
    margin-top: 43px;
}
.logo-white .logo a {
    background-image: url("images/logo-tarafo-bay-white.svg");
}
.scrolled .logo a {
    width: 127px;
    height: 26px;
    background-image: url("images/logo-tarafo-bay-black-short.svg");
    margin-top: 0;
    /*transform: translateY(0);*/
}

/* Header Button */
.header-button, 
.header-button:link, 
.header-button:visited {
    color: var(--black);
    background: var(--cream);
    font-size: 11px;
    padding: 7px 7px;
    margin-top: 0;
    width: 79px;
    letter-spacing: 0.1px;
    line-height: 1.15;
    transition: all 0ms;
}
@media(max-width:991px) {
    .logo-white .header-button, 
    .logo-white .header-button:link,
    .logo-white .header-button:visited {
        border: 1px solid var(--white);
        color: var(--white);
        background-color: transparent;
    }
}
.scrolled .header-button, 
.scrolled .header-button:link,
.scrolled .header-button:visited {
    color: var(--white);
    background-color: var(--blue);
}
@media(hover:hover) {
    body .header-button:hover, 
    body .header-button:focus,
    body.scrolled .header-button:hover, 
    body.scrolled .header-button:focus {
        color: var(--white);
        background-color: var(--turquoise);
    }
}

/* Main menu */

/* Mobile Menu */
.mobile-menu-nav {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: transform 650ms;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 130px 0 0;
    background-image: url('images/menu-watermark-5.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.menu-open .mobile-menu-nav {
	transform: translateY(0);
}
.menu-box {
    position: relative;
}
.menu-close {
    position: absolute;
    top: -75px;
    left: 10px;
    width: 36px;
    height: 36px;
    /* background-color: red; */
    background: url('images/icon-close-black.svg') 0 0 no-repeat;
}
.mobile-menu, 
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu {
    max-height: calc(100vh - 130px);
    overflow: auto;
    overflow: -moz-scrollbars-none;
    overflow-x: hidden;
    padding-bottom: 30px;
    max-width: 410px;
	-ms-overflow-style: none;	
	scrollbar-width: none;
}
.mobile-menu::-webkit-scrollbar {
    display: none;
}
.mobile-menu li {
    display: block;
    list-style-type: none;
}
.mobile-menu > li:not(:last-child) {
    margin-bottom: 15px;
}
.menu-item a {
    display: inline-block;
    background: transparent;
    transition: color 250ms;
    text-decoration: none;
}
@media(hover:hover) {
    .mobile-menu .menu-item a:hover {
        color: var(--blue);
    }
}
.mobile-menu > li > a {
    font-family: "freight-display-pro", serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu .menu-item-has-children > a:after {
    content: '';
    background: url(images/icon-plus-black.svg) center right no-repeat;
    background-size: 100%;
    min-width: 20px;
    height: 22px;
    margin-left: 6px;
}
.mobile-menu .menu-item-has-children.toggled > a:after {
    background-image: url('images/icon-minus-black.svg');
}

/* Sub Menu */
.mobile-menu .sub-menu {
    display: none;
    padding-left: 30px;
}
.mobile-menu .sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.mobile-menu .sub-menu > li:first-child::before {
    content: '';
    display: block;
    height: 20px;
}
.mobile-menu .sub-menu > li:last-child::after {
    content: '';
    display: block;
    height: 10px;
}
.mobile-menu .sub-menu a {
    font-size: 16px;
    line-height: 1.275;
    display: block;
}

/* -------------------------------------------- SECTION TITLE -------------------------------------------- */




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

/* CTA Footer */
.cta-footer {
    text-align: center;
}
.page-id-25 .cta-footer {
    display: none;
}
.cta-footer p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}


/* Site Footer */ 
.footer-logo-img {
    width: 151px;
    height: 88px;
    display: block;
    background: url("images/logo-tarafo-bay-white.svg") 0 0 no-repeat;
    background-size: 100%;
    text-decoration: none;
    text-indent: -9999px;
    margin: 0 auto 40px;
}

/* Social Icons */
.footer-social {
    text-align: center;
}
.social-menu {
    margin: 0 0 40px;
    padding: 0;
}
.social-menu-1 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.social-menu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
}
.social-menu a {
    text-decoration: none;
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 175ms;
}
.social-facebook a {
    background-image: url('images/icon-facebook.svg');
    width: 26px;
}
.social-instagram a {
    background-image: url('images/icon-instagram.svg');
}
.social-x a {
    background-image: url('images/icon-x.svg');
}
.social-youtube a {
    background-image: url('images/icon-youtube.svg');
}
@media (hover: hover) {
    .social-menu a:hover {
        opacity: 0.75;
    }
}

/* Footer Menus */
.footer-menu {
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
}
.footer-menu li {
    list-style-type: none;
}
.footer-menu li:not(:last-child) {
    margin-bottom: 4px;
}
.footer-menu a {
    font-size: 16px;
    text-decoration: none;
    transition: color 175ms;
}
@media (hover: hover) {
    .footer-menu a:hover {
        color: var(--turquoise);
    }
}

/* Weather */
.footer-weather {
    margin: 0 auto 40px;
}
.weather-widget {
    display: none;
}
.weather-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-right: 20px;
}
.weather-today {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
    min-width: 95px; /* 100px */
    text-align: right;
}
.weather-icon {
    max-width: 77px;
}
.weather-temperature {
    font-size: 38px;
    font-weight: 300;
    margin: 0 0 0 12px;
    min-width: 100px;
    text-align: left;
}
.weather-temperature sup {
    font-size: 65%;
    top: -10px;
    margin-left: 0.5px;
}

/* Social 2 */
.social-menu-2 {
    display: none;
}

/* logos */
.footer-logos {
    text-align: center;
}
.footer-parter-logos {
    display: flex;
    margin: 0px auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    max-width: 302px;
}
.footer-parter-logos li {
    list-style-type: none;
    padding: 0 10px;
}
.footer-parter-logos li:first-child {
    /*padding-left: 0;*/
}
.footer-parter-logos li:last-child {
    /*padding-right: 0;*/
}
.footer-partner-link {
    transition: opacity 175ms;
}
@media(hover:hover) {
    .footer-partner-link:hover,
    .footer-partner-link:focus {
        opacity: 0.75;
    }
}



/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 04 CONTENT BLOCK CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Layout */
.col-text-width {
    flex: 0 1 900px;
    max-width: 900px;
}

/* Padding */
.padding-none {
    padding-top: 0;
    padding-bottom: 0;
}
.padding-xs,
.padding-xsmall {
    padding-top: 25px;
    padding-bottom: 25px;
}
.padding-sm,
.padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-md,
.padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-lg,
.padding-large,
.padding-normal {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-xl,
.padding-xlarge {
    padding-top: 70px;
    padding-bottom: 70px;
}
.spacer-small {
    height: 20px;
}
.spacer-medium {
    height: 30px;
}
.spacer-large {
    height: 60px;
}

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

.cb-header {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    position: relative;
}
.media-container, 
.media-overlay, 
.content-overlay {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.full-height, .full-height > div {
    height: 100vh;
    min-height: 450px;
}
.fixed-height, .fixed-height > div {
    height: 100vh;
    max-height: 573px;
}
.full-height .media-container {
    height: 100%;
}
.cb-header .header-image,
.cb-header .header-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
}
.page-id-17 .cb-header .header-video {
    object-position: bottom center;
}
.full-height .header-image,
.full-height .header-video {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.desktop-flex {
    display: none;
}
.content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--white);
    padding: 180px 0 140px;
}
/* life at tarafo 

.fixed-height .content-overlay {
    padding: 180px 0 90px
}
*/
.overlay-20 {
    background: hsl(0deg 0% 0% / 0.2);
}
.overlay-30 {
    background: hsl(0deg 0% 0% / 0.3);
}
.overlay-40 {
    background: hsl(0deg 0% 0% / 0.4);
}
.header-content {
    padding-left: 35px;
    padding-right: 35px;
}
.header-content .subheading {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.cb-header.full-height h1 {
    font-size: 72px;
    margin-bottom: 18px;
}
.header-content h1 + .subheading {
    margin-bottom: 0;
}
.header-see-more {
    display: block;
    position: absolute;
    bottom: 35px;
    left: 50%;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 45px;
    line-height: 1.4;
    transform: translateX(-50%);
}
.header-see-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url('images/icon-scroll-down-arrow.svg') 0 0 no-repeat;
    background-size: 40px;
    transform: translateX(-50%);
}

/* ---------------------------------------------- CB TEXT ------------------------------------------------ */

.cb-content.padding-none:first-of-type {
    margin-top: 195px;
}
.cb-content.padding-small:first-of-type {
    margin-top: 165px;
}
.cb-content.padding-normal:first-of-type {
    margin-top: 135px;
}
.cb-1-image.padding-none + .cb-content.padding-normal {
    padding-top: 30px;
}
.align-left,
.align-xs-left {
    text-align: left;
} 
.align-xs-center,
.align-center {
    text-align: center
}
.cb-content h4 {
    text-wrap: balance;
}
/*.cb-content h4 + p {
    margin-top: 30px;
}*/

/* --------------------------------------------- CB IMAGE ------------------------------------------------ */

/*.cb-1-image.parallax {
    max-height: calc(100vh - 80px);
    aspect-ratio: 3/4;
    width: 100%;
}*/
.parallax .image-container,
.container-fluid.image-container {
    background-position: center;
    background-size: cover;
    width: 100%;
    max-height: calc(100vh - 80px);
    aspect-ratio: 3 / 3;
    overflow: hidden;
}

.parallax .image-container {
    background-attachment: scroll;
    width: 100%;
}




@supports (-webkit-overflow-scrolling: touch) { 	
    .parallax .image-container {
        background-attachment: scroll;
    }
}
@supports not ( -webkit-touch-callout : none) {
    .parallax .image-container {
        background-attachment: fixed;
    }
}

/*.parallax .image-container {
    background-attachment: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.parallax img,
.container-fluid.image-container img {
    opacity: 0;
}
.image-text-overlay {
    position: relative;
    margin: 60px 30px 0;
}


/* ------------------------------------------ CB IMAGE & TEXT -------------------------------------------- */

.cb-lr {
    overflow-x: hidden;
}
@media (max-width: 991px) {
    .mobile-left {
        align-items: flex-start !important;
    }
    .mobile-right {
        align-items: flex-end !important;
    }
    .mobile-left .col-11 {
        padding-right: 7%;
    }
    .mobile-right .col-11 {
        padding-left: 7%;
    }
}
.full-width.lr-image {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
}

.cb-lr .flex-column .lr-image {
    margin-bottom: 30px;
}
.cb-lr .flex-column-reverse .lr-image {
    margin-top: 30px;
}
.cb-lr .flex-column h5 {
    margin-top: 30px;
}
.cb-lr .flex-column-reverse h4:last-child {
    margin-bottom: 30px;
}
.bg-graphic {
    background-image: url("images/bg-graphic.svg");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/* Video */
.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lr-video-box video {
    width: 100%;
}
.video-play {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background: url('images/icon-video-play.svg') 0 0 no-repeat;
    background-size: 100%;
    border: none;
}

/* Slider */


/* --------------------------------------------- CB 2 COLS  ---------------------------------------------- */

.cols-2-img {
    margin-bottom: 20px;
}
.cb-2-columns-text .column-1 {
    margin-bottom: 40px;
}
/*.column-1 .cols-2-img {
    padding-right: 15px;
}
.column-2 .cols-2-img {
    padding-left: 15px;
}*/

/* ----------------------------------------------- CB MAP ------------------------------------------------ */

.desktop-map {
    display: none;
}
.mobile-map {
    margin-bottom: 30px;
}
.map-content {
    margin: 0 30px 60px;
}

/* ------------------------------------------- CB PROPERTIES --------------------------------------------- */

.properties-title {
    text-align: center;
    margin: 0 30px 40px;
    padding: 0;
}
.properties-subtitle {
    text-align: center;
    padding: 0 0 10px;
    margin: 0 30px 30px;
    border-bottom: 1px solid var(--blue-25);
}
.property {
    margin-bottom: 40px;
}
.property-photo {
    margin-bottom: 22px;
}
.property h4 {
    margin-bottom: 8px;
}
.property p {
    margin-bottom: 12px;
}
@media (hover:hover) {
    .property:hover h4, .property:hover p {
        color: var(--black);
    }
}
.property-link {
    font-size: 16px;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
}
.button-align {
    margin: 0 30px;
    text-align: center;
}

/* ---------------------------------------------- CB MASTERPLAN ------------------------------------------------ */

/* Tab Toggles */
.tab-toggles {
    display: flex;
}
.tab-toggle {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-top: 2px solid var(--cream);
    padding: 11px;
    background-color: var(--cream);
    cursor: pointer;
}
.tab-toggle.selected {
    background: var(--white);
}

/* Tabs */
.tab {
    display: none;
    background-color: var(--white);
}
.tab.selected {
    display: block;
}
.tab-list {
    margin: 0;
    padding: 14px 30px 24px;
}
.tab li {
    list-style: none;
    margin-bottom: 12px;
}
.tab .tab-heading {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--blue-25);
    padding: 3px 0;
    margin: 20px 0 18px;
}
.tab li:first-child {
    margin-top: 0;
}
.tab li:last-child {
    margin-bottom: 0;
}
.tab-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (hover:hover) {
    .tab-link:hover {
        color: var(--blue);
    }
}
.tab-link.selected span {
    background: var(--teracotta);
}
.tab-number-1 span,
.tab-number-2 span {
    padding-top: 9px;
}
.tab-number {
    width: 22px;
    height: 22px;
    background: var(--blue);
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-family: 'freight-display-pro';
    font-size: 17px;
    font-weight: 600;
    line-height: 0;
    text-align: center;
    padding-top: 8px;
    margin-right: 14px;
    transition: background 200ms;
}

/* Map */
.masterplan-container {
    position: relative;
    overflow: hidden;
}
.masterplan-container, 
.masterplan-map,
.map-layer {
    aspect-ratio: 3 / 4;
}
.masterplan-map {
    z-index: 1;
}
.masterplan-map, 
.map-layer {
    background-size: auto 100%;
    background-position: 52% 50%;
    background-repeat: no-repeat;
    /*transition: all 650ms;*/
}
.map-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 250ms;
}
.map-layer.selected {
    opacity: 1;
    transition: opacity 450ms;
}
.point-1 .masterplan-map, 
.point-1 .map-layer {
    background-size: auto 140%;
    background-position: 58% 21%;
}

/* Master plan icons */
.masterplan-icon {
    position: absolute;
    width: 27px;
    height: 27px;
    background: var(--blue);
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-family: 'freight-display-pro';
    font-size: 22px;
    font-weight: 600;
    line-height: 0;
    text-align: center;
    padding-top: 8px;
    transform: translate(-50%, -50%);
    transition: outline 75ms, background 250ms;
    outline: 0px solid hsl(0 0 100% / 0.7);
    z-index: 3;
    cursor: pointer;
    display: none;
}
.masterplan-icon.visible {
    display: inline-flex;
}
@media (hover:hover) {
    .masterplan-icon:hover {
        background: var(--teracotta);
        outline: 10px solid hsl(0 0 100% / 0.6);
    }
}
.masterplan-icon.selected {
    background: var(--teracotta);
    outline: 0px solid hsl(0 0 100% / 0.7);
    transition: outline 0ms, background 250ms;
}
/*.masterplan-icon.selected {
    background: var(--teracotta);
    outline: 0px solid hsl(0 0 100% / 0.7);
}*/
.m-icon-1 {
    padding-top: 10px;
}
.m-icon-2 {
    padding-top: 10px;
}
.m-icon-a1a {
    top: 76.5%;
    left: 22%;
}
.m-icon-a2a {
    top: 37%;
    left: 32%;
}
.m-icon-a3a {
    top: 53.5%;
    left: 55.5%;
}
.m-icon-a4a {
    top: 38.5%;
    left: 56%;
}
.m-icon-a5a {
    top: 45%;
    left: 44.5%;
}
.m-icon-b1a {
    top: 25%;
    left: 40%;
}
.m-icon-b2a {
    top: 36%;
    left: 8%;
}
.m-icon-b3a {
    top: 70%;
    left: 69%;
}
.m-icon-b4a {
    top: 40%;
    left: 21%;
}
.m-icon-b4b {
    top: 47%;
    left: 35%;
}
.m-icon-b4c {
    top: 44.4%;
    left: 52%;
}
.m-icon-b5a {
    top: 31.5%;
    left: 75%;
}

/* Master plan zoom */
.masterplan-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    display: none;
}
.masterplan-zoom {
    display: flex;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
    border: none;
    transition: opacity 175ms;
    text-indent: -9999px;
    cursor: pointer;
}
.masterplan-zoom-in {
    background-image: url('images/icon-zoom-in-mobile.svg');
    margin-bottom: 2px;
}
.masterplan-zoom-out {
    background-image: url('images/icon-zoom-out-mobile.svg');
}
@media (hover:hover) {
    .masterplan-zoom:hover {
        opacity: 0.7;
    }
}

/* Masterplan notice */
.masterplan-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-wrap: balance;
    width: 220px;
    padding: 10px;
}

/* Masterplan Modal */
.property-modal {
    display: none;
    position: relative;
    z-index: 110;
    background: #fff;
}
.property-modal-container {
    padding: 25px 0 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -25px;
}
.property-modal-inner {
    display: none;
    background-color: #fff;
    position: relative;
    max-width: 480px;
}
.property-modal-inner.visible {
    display: flex;
    flex-direction: column-reverse;
}
.property-modal-photo {
    overflow: hidden;
}
.property-modal-photo img {
    scale: 1.005;
}
.property-modal-text {
    padding: 0 24px 40px;
    width: 100%;
}
.property-model-close {
    color: #fff;
    width: 26px;
    height: 26px;
    background-color: transparent;
    background: url('images/icon-close-black.svg') 0 0 no-repeat;
    background-size: 26px;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 120;
    text-indent: -9999px;
    display: none;
}
@media (hover:hover) {
    .property-model-close:hover {
        opacity: 0.7;
    }
}


/* ------------------------------------------- CB STATS BAR ---------------------------------------------- */

.cb-stats-bar .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cb-stats-bar.bg-turquoise {
    color: #fff;
}
.stat-large-text {
    display: block;
    font-size: 120px;
    font-family: 'freight-display-pro';
    font-weight: 700;
}
.stat {
    max-width: 260px;
}
.stat-1 {
    padding-bottom: 50px;
}
.stat-text {
    font-size: 18px;
    line-height: 1.4;
    text-wrap: pretty;
    margin-bottom: 0;
}
.stat-large-text {
    display: block;
    font-size: 120px;
    font-family: 'freight-display-pro';
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 8px;
}
.has-image .stat-large-text {
    display: none;
}
.stat-img {
    width: auto;
    max-height: 100px;
    margin: 10px 0;
}


/* ---------------------------------------------- CB ICON LIST ------------------------------------------------ */

.cb-icon-list {
    text-align: center;
}
.cb-icon-list h3 {
    text-wrap: balance;
}
.boxed-grid-intro {
    margin-bottom: 30px;
}
.icon-list-item:not(:last-child) {
    margin-bottom: 35px;
}
.icon-list-icon {
    /*width: 70px;*/
    width: auto;
    max-height: 70px;
    margin-bottom: 13px;
}
.icon-list-content {
    font-size: 18px;
    margin-bottom: 0;
    text-wrap: balance;
}


/* ---------------------------------------------- CB FAQS ------------------------------------------------ */

.faq-intro {
    margin-bottom: 30px;
}
.accordion {
    border-bottom: 2px solid #F2F5E180;
}
.accordion-toggle {
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
    border-top: 2px solid #F2F5E180;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (hover:hover) {
    .accordion-toggle:hover {
        /*opacity: 0.75;*/
        color: #F2F5E1DD;
    }
}
.accordion-toggle::after {
    content: '';
    background: url('images/icon-plus.svg') right center no-repeat;
    width: 29px;
    height: 29px;
    min-width: 29px;
    margin-left: 12px;
}
.accordion-toggle.toggled::after {
	background-image: url('images/icon-minus.svg');
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	display: block;
}
.accordion-content > *:first-child {
	margin-top: 6px;
}


/* ----------------------------------------- CB RELATED CONTENT ------------------------------------------- */

.related-title {
    text-align: center;
    margin-bottom: 0;
}
.related-item {
    margin-bottom: 50px;
}
.related-img {
    margin-bottom: 22px;
}
.related-item h4, .related-item h5 {
    margin-bottom: 14px;
}
.related-item p:not(:last-child) {
    margin-bottom: 18px;
}

/* ---------------------------------------------- CB NEWS ------------------------------------------------ */

.cb-news .news-posts-title {
    text-align: center;
    margin-bottom: 40px;
}
.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.post-tile-item {
    margin-bottom: 40px;
}
.post-tile-img-link {
    display: block;
    margin-bottom: 28px;
}
.post-tile-date {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.post-tile-date {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.post-tile-title {
    margin-bottom: 6px;
}
.post-tile-excerpt p {
    margin-bottom: 13px;
}
.posts-link {
    text-align: center;
    margin-top: 10px;
}


/* -------------------------------------------- CONTACT FORM --------------------------------------------- */

/* Foundation */
.gform-theme {
    --gf-ctrl-border-color: var(--white) !important;
    --gf-ctrl-shadow: none !important;
}
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-x: 50px !important; 
    --gf-form-gap-y: 30px !important;
    --gf-form-footer-margin-y-start: 30px !important;
    --gf-font-size-primary: 16px !important;
    --gf-font-size-secondary: 16px !important;
/*    --gf-field-gap-x: 12px;
    --gf-field-gap-y: 12px;
    --gf-label-width: 30%;
    --gf-label-req-gap: 6px;
    
    --gf-form-footer-gap: 8px;
    --gf-field-date-width: 168px;
    --gf-field-time-width: 110px;
    --gf-field-list-btns-gap: 8px;
    --gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
    --gf-field-pg-steps-gap-y: 8px;
    --gf-field-pg-steps-gap-x: 24px; */
}

/* Customisation */
.gform_wrapper .gform_body {
    font-size: 18px !important;
}
body .gform-theme--foundation .gform_description {
    font-size: 14px !important;
}
body .gform-theme--foundation .gform-footer {
    justify-content: center;
}
body .gform-theme--foundation .gform_button {
    padding: 13px 35px !important; 
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    letter-spacing: 1.25px !important;
    line-height: 1.45 !important;
}
    /*
    background: var(--blue); 
    color: var(--white); 
    border: none; 
    padding: 13px 35px; 
    font-size: 16px;
    font-weight: 700; 
    display: inline-block; 
    text-transform: uppercase;
    text-decoration: none;  
    text-align: center;
    letter-spacing: 1.25px;
    line-height: 1.45;
    transition: all 250ms;
*/

/* ------------------------------------------- CB CONTACT BAR -------------------------------------------- */

.cb-contact-bar {
    text-align: center;
}
.cb-contact-bar .col-12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cb-contact-bar .h4 {
    display: inline-block;
    margin-bottom: 10px;
}
.cb-contact-bar a {
    text-decoration: none;
    font-size: 18px
}
@media (hover:hover) {
    .cb-contact-bar a:hover {
        color: var(--turquoise);
    }
}


/* ---------------------------------------------- CB TEAM ------------------------------------------------ */

.team-intro {
    text-align: center;
    margin-bottom: 15px;
}
.team-member:not(:last-child) {
    margin-bottom: 40px;
}
.team-photo {
    margin-bottom: 20px;
}
.team-name {
    margin-bottom: 8px;
}
.team-role {
    margin-bottom: 13px;
}

/* ---------------------------------------------- CB ANCHOR ------------------------------------------------ */

.anchor-offset-none {
    top: -15px; 
}
.anchor-offset-normal {
    top: -75px; 
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------- NATURE ------------------------------------------------ */

/* Remove Extra padding on bottom image (no text) */
.page-id-374 .col-12.full-width.col-lg-10.lr-image.column-1 {
    margin-bottom: 0;
}

/* --------------------------------------------- NEWS PAGE ----------------------------------------------- */

.news-posts {
    margin-top: 195px;
}
.news-posts header {
    text-align: center;
}
.grid-sizer,
.grid-item {
    width: 91.666667%;
}
.news-page .post-tile-item {
    margin-bottom: 60px;
}
.news-page .post-tile-item:nth-of-type(2n-1) {
    padding-right: 7%;
}
.news-page .post-tile-item:nth-of-type(2n) {
    padding-left: 7%;
    margin-left: 8.333%;
}

/* --------------------------------------------- NEWS POST ----------------------------------------------- */

.news-header {
    margin-top: 190px;
}
.news-header .row {
    flex-direction: column-reverse;
}
.news-post-image {
    margin-left: -30px;
    width: calc(100% + 60px);
}
.news-post-meta {
    padding: 20px 0;
}
.single .posts-link {
    margin-bottom: 0;
}
.single .cb-news {
    padding-bottom: 30px;
}

/* Share */
.share-news {
    text-align: center;
}
.share-buttons {
    margin: 0;
    padding: 0 0 45px;
    border-bottom: 2px solid var(--blue-25);
    display: flex;
    align-content: center;
    justify-content: center;
}
.share-buttons li {
    list-style-type: none;
    display: inline-flex;
    margin: 0 7px;
}
.share-btn {
    text-decoration: none;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
@media (hover:hover) {
    .share-btn:hover {
        opacity: 0.7;
    }
}
.share-fb {
    background-image: url('images/icon-facebook-black.svg');
    width: 20px;
}
.share-x {
    background-image: url('images/icon-x-black.svg');
}
.share-email {
    background-image: url('images/icon-email-black.svg');
}

/* ---------------------------------------------- CONTACT ------------------------------------------------ */

.page-id-25 .mobile-map {
    margin-bottom: 0;
}

/* -------------------------------------------- PLAIN TEXT ----------------------------------------------- */

.cb-plain-text .page-title {
    text-align: center;
    margin-bottom: 40px;
}

#data-table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate;
}
#data-table thead th {
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    background: #f7f7f7;
}
#data-table th, #data-table td {
    border: 1px solid #e8e8e9;
    padding: 10px 10px;
    font-size: 15px;
}

/* -------------------------------------------- 404 ----------------------------------------------- */

.container-404 {
    padding-top: 210px;
    text-align: center;
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 PLUGIN CSS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 15px;
	display: inline-block;
	display: inline-flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0 22px 0 0;
    transform: translate(-15px, -4px);
	overflow: visible;
	outline: none;
}
/*.hamburger:hover {
	opacity: 0.7;
}*/
.hamburger-box {
	width: 27px;
	height: 15px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 100%;
	height: 2px;
	background-color: var(--black);
	border-radius: 0px;
	position: absolute;
	/*transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;*/
}
.logo-white .hamburger-inner, 
.logo-white .hamburger-inner::before, 
.logo-white .hamburger-inner::after {
    background-color: var(--white);
}
.scrolled .hamburger-inner, 
.scrolled .hamburger-inner::before, 
.scrolled .hamburger-inner::after {
    background-color: var(--black);
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -6px;
}
.hamburger-inner::after {
	bottom: -6px;
}

/* ------------------------------------------- MOOVE GDPR ------------------------------------------------ */

/* Window */
body #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar), 
body #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
    border-radius: 0;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
        padding: 15px 15px;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        min-height: auto;
        transform: scale(1);
    }
}

/* Text */
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, 
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
/* Link hovers */
@media (hover:hover) {
    body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:hover,
    body #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button:hover {
        color: var(--blue);
    }
}

/* Buttons */
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, 
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 8px 20px;
    min-width: 120px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus, 
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, 
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g, 
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus, 
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    color: #fff;
    background-color: var(--turquoise);
}
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    opacity: 1;
}
@media (hover:hover) {
    body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
        background-color: var(--turquoise);
    }
}

/* SETTINGS PANEL */

/* Settings window size */
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
        height: auto; 
    }
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
        width: 100%;
        padding-bottom: 85px;
    }
}
/* Remove logo and branding */
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
    display: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
    display: none;
}

/* Titles & Text */
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
    height: auto;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
    font-family: "freight-display-pro", serif;
    font-weight: 700;
    font-size: 42px;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
    font-family: 'freight-display-pro', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
        font-size: 32px;
    }
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title, 
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
        font-size: 16px;
        line-height: 1.3;
    }
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, 
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, 
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
        font-size: 16px;
        line-height: 1.4;
    }
}


/* Enabled Button */
body #moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider, 
body #moove_gdpr_cookie_modal .cookie-switch input:checked+.slider, 
body #moove_gdpr_cookie_modal .switch input:checked+.cookie-slider, 
body #moove_gdpr_cookie_modal .switch input:checked+.slider {
    background-color: var(--blue);
}
body #moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-enable, 
body #moove_gdpr_cookie_modal .switch .gdpr-sr-enable {
    display: none;
    color: var(--blue);
}

/* Disabled button */
body #moove_gdpr_cookie_modal .cookie-switch .cookie-slider, #moove_gdpr_cookie_modal .cookie-switch .slider, body #moove_gdpr_cookie_modal .switch .cookie-slider, #moove_gdpr_cookie_modal .switch .slider {
    background-color: var(--teracotta);
}
body #moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-disable, 
body #moove_gdpr_cookie_modal .switch .gdpr-sr-disable {
    display: block;
    color: var(--teracotta);
}

/* Settings Footer */
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        left: 15px;
        right: 15px;
    }
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        margin: 0 0px;
        max-width: calc(100%);
    }
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        padding: 0px 15px;
    }
}

/* Setting buttons */ 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 27px;
    line-height: 1.45;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, 
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        letter-spacing: 0.6px;
        font-size: 13px;
        padding: 8px 13px;
    }
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
    color: #fff;
    display: none;
}
@media (hover:hover) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, 
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover, 
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
        background-color: var(--turquoise);
        color: #fff;
        border-color: var(--turquoise);
    }
}

/* Close button */
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover, 
body #moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button {
    color: #fff;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i, 
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
    background-color: var(--turquoise);
    color: #fff;
    border-color: var(--turquoise);
}

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

body .gform-theme--foundation .gform_fields {
    grid-row-gap: 30px;
    row-gap: 30px;
}
body .gfield_required_text {
    display: none !important;
}
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    block-size: 44px;
    line-height: 44px;
}
body .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-block-start: 40px;
}
@media (hover:hover) {
    .gfield_consent_label a:hover {
        color: var(--blue);
    }
}
.gform_confirmation_message {
    text-align: center;
    text-wrap: balance;
    margin: 0 auto;
    max-width: 580px;
}

/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------- 07 MEDIA QUERIES (mobile-first) --------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px (372px visible, 440px when scrolling) 
iphone 5 - 5S   320 x 568px
iphone 6 - 8    375 × 667px (559??)
iphone 6+ - 8+  414 × 736px (628??)
iphone X: 		375 x 812px
ipad            768 x 1024px
ipad Pro 		1024 x 1366px
*/

/* GRID
SM = min-width: 576px
MD = min-width: 768px
LG = min-width: 992px
XL = min-width: 1200px
*/

/* 375 and up - XSMALL */
@media screen and (min-width:400px) {
    
    .hamburger {
        margin-right: 22px;
    }
    .scrolled .hamburger {
        margin-right: 22px;
    }
    .mobile-menu > li:not(:last-child) {
        margin-bottom: 16px;
    }
    .mobile-menu > li > a {
        font-size: 37px;
    }
    .mobile-menu .menu-item-has-children > a:after {
        min-width: 25px;
        height: 31px;
    }
    .mobile-menu .sub-menu {
        padding-left: 40px;
    }
    .mobile-menu .sub-menu li:not(:last-child) {
        margin-bottom: 12px;
    }
    .mobile-menu .sub-menu > li:last-child::after {
        height: 13px;
    }
    .mobile-menu .sub-menu a {
        font-size: 18px;
    }

}

/* 414 and up - SMALL */
@media screen and (min-width:414px) {
    
    .scrolled .logo a {
        width: 137px;
        height: 28px;
    }

}

/* 576 and up - SMALL */
@media screen and (min-width:576px) {
    
    h1 br, h2 br, h3 br {
        display: block;
    }
    
}

/* 768 and up - MEDIUM */
@media screen and (min-width:768px) {
        
    #data-table th, #data-table td {
        padding: 16px 22px;
        font-size: 16px;
    }
    
    /* CB Header */
    .desktop-flex {
        display: grid;
    }
    .mobile-flex {
        display: none;
    }

    /* CB Image + text */
    .image-left {
        flex-direction: row !important;
    }
    .image-right {
        flex-direction: row-reverse !important;
    }
    .align-lg-left {
        text-align: left;
    } 
    .align-lg-center {
        text-align: center
    }
    
    /* CB Stats Bar */
    .stat-1 {
        padding-bottom: 0;
    }
    
    /* News Page */
    .news-page .post-tile-item:nth-of-type(2n) {
        /*margin-left: 0;
        transform: translateY(40px);*/
    }
    
}

/* 992 and up - LARGE */
@media screen and (min-width:992px) {
    
    /* Typography */
    body, input, textarea, select { 
        font-size: 18px;
        line-height: 1.5;
    }
    h1, .h1 { 
        font-size: 100px;
        line-height: 1.12; 
        margin-bottom: 16px;
    }
    h2, .h2 { 
        font-size: 72px;
        line-height: 1.12;  
        margin-bottom: 16px;
    }
    h3, .h3 { 
        font-size: 48px;
        line-height: 1.12;
        /*margin-bottom: 12px;*/
        margin-bottom: 24px;
    }
    h4, .h4 { 
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    h5, .h5 { 
        font-size: 28px;
        line-height: 1.3;    
        margin-bottom: 20px;
    }
    h6, .h6 {
        font-size: 24px;
        line-height: 1.5;   
        margin-bottom: 27px;
    }
    .subheading {
        font-size: 22px;
    }
    .subheading-small {
        font-size: 16px;
    }
    .quote {
        margin-bottom: 38px;
    }
    .text-large {
        font-size: 24px;
        line-height: 1.5; 
        margin-bottom: 36px;
    }
    .script-font {
        font-size: 34px;
        line-height: 1.15;    
    }

    /* Other sizes */

    /* Standard Text */
    p { 
        margin-bottom: 27px; 
    }

    /* Lists */
    ul { 
        padding-left: 19px; 
        margin-bottom: 27px; 
    }
    ol { 
        padding-left: 21px; 
        margin-bottom: 27px; 
    }
    .button {
        margin-top: 3px;
    }

    
    /* Layout */
    .padding-none {
        padding-top: 0;
        padding-bottom: 0;
    }
    .padding-xs,
    .padding-xsmall {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .padding-sm,
    .padding-small {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padding-md,
    .padding-medium {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .padding-lg,
    .padding-large {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .padding-xl,
    .padding-xlarge,
    .padding-normal {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .spacer-small {
        height: 30px;
    }
    .spacer-medium {
        height: 60px;
    }
    .spacer-large {
        height: 120px;
    }

    
    /* Site Header */
    .site-header .container {
        padding-top: 57px;
    }
    /*.scrolled .site-header .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }*/
    .hamburger {
        margin-right: 155px;
        transform: translate(-15px, -11px);
    }
    .scrolled .hamburger {
        margin-right: 145px;
    }
    .hamburger-box {
        width: 35px;
        height: 20px;
    }
    .hamburger-inner::before {
        top: -8px;
    }
    .hamburger-inner::after {
        bottom: -8px;
    }
    
    /* Logo */
    .logo a {
        width: 210px;
        height: 124px;
        margin-top: 0;
        transform: translateY(-20px);
    }
    .scrolled .logo a {
        width: 210px;
        height: 44px;
        transform: translateY(1px);
    }
    
    /* Header Button */
    .header-button, .header-button:link, .header-button:visited {
        color: var(--black);
        background-color: var(--cream);
        border: none;
        width: 220px;
        padding: 11px 14px;
        margin-top: 0;
        font-size: 16px;
        letter-spacing: 1.25px;
        line-height: 1.45;
    }
    
    /* Main Menu */
    .menu-close {
        top: -75px;
        left: 35px;
    }
    .mobile-menu > li > a {
        font-size: 28px;
    }
    .menu-image-link {
        display: flex;
        flex-direction: column;
        transition: color 175ms;
    }
    @media(hover:hover) {
        .menu-image-link:hover {
            color: var(--blue);
        }    
    }
    .menu-image-box {
        aspect-ratio: 410/547;
        max-height: calc(100vh - 200px);
    }
    .menu-image-1 {
        background: url("images/photos/TB_Menu_Hotels.jpg") center center no-repeat;
        background-size: cover;
    }
    .menu-image-2 {
        background: url("images/photos/TB_menu_HomesToBuy.jpg") center center no-repeat;
        background-size: cover;
    }
    .menu-link {
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 27px;
        letter-spacing: 1.3px;
    }

    /* CTA Footer */
    .cta-footer p {
        max-width: 650px;
        text-wrap: pretty;
    }
    
    /* Site Footer */
    .footer-weather {
        order: 1;
        margin: 0;
        padding-right: 20px;
        flex: 0 0 18%;
        min-width: 18%;
    }
    .weather-flex {
        margin: 0 auto 40px;
        flex-direction: column;
        min-width: 86px;
    }
    .weather-today {
        margin: 0 0 13px;
        min-width: 0;
        text-align: center;
    }
    .weather-icon {
        max-width: 86px;
    }
    .weather-temperature {
        margin: 3px 0 0;
        min-width: 0;
        text-align: center;
    }
    
    /* Footer Social */
    .footer-social {
        display: none;
    }
    .social-menu-2 {
        display: flex;
    }
    
    /* Footer Menus*/ 
    .footer-menus {
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
        flex: 0 0 20%;
        min-width: 20%;
    }
    .footer-menu {
        text-align: left;
        margin: -4px 0 0;
    }
    .footer-menu li:not(:last-child) {
        margin-bottom: 1px;
    }
    
    /* Footer Logo */
    .footer-logo {
        order: 3;
        padding-left: 20px;
        padding-right: 20px;
        flex: 0 0 24%;
        min-width: 24%;
    }
    .footer-logo-img {
        display: block;
        margin: 0 auto;
        transform: translateY(-4px);
    }
    
    /* Footer Logos */
    .footer-logos {
        order: 4;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /*justify-content: space-between;*/
        justify-content: flex-end;
        padding-left: 20px;
        flex: 0 0 38%;
        min-width: 38%;
    }
    .social-menu li {
        padding: 0 9px;
    }
    .social-menu li:last-child {
        padding-right: 0;
    }
    .footer-parter-logos {
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
        max-width: 340px;
    }
    .footer-parter-logos li {
        padding: 0px 12px;
    }
    .footer-parter-logos li:first-child {
        padding-left: 0;
    }
    .footer-parter-logos li:last-child {
        padding-right: 0;
    }
    
    /* CB Header */
    .content-overlay {
        padding: 200px 0 180px;
    }
    .full-height .content-overlay {
        padding: 190px 0 190px;
    }
    .fixed-height, .fixed-height > div {
        max-height: 700px;
    }
    .home .full-height, 
    .home .full-height > div {
        min-height: 540px;
    }
    .header-content .subheading {
        margin-bottom: 3px;
        font-size: 28px;
        letter-spacing: 5.5px;
    }
    .cb-header.full-height h1 {
        font-size: 132px;
        margin-bottom: 30px;
        line-height: 1;
    }
    .header-see-more {
        bottom: 50px;
        font-size: 34px;
        padding-bottom: 58px;
    }
    .header-see-more::after {
        width: 48px;
        height: 48px;
        background-size: 48px;
    }
    
    /* CB Text */
    .cb-content.padding-small:first-of-type {
        margin-top: 175px;
    }
    .cb-content.padding-normal:first-of-type {
        margin-top: 115px;
    }
    .cb-content.padding-none:first-of-type {
        margin-top: 235px;
    }
    .cb-1-image.padding-none + .cb-content.padding-normal {
        padding-top: 60px;
    }
    .container-small .col-width {
        flex: 0 0 720px;
        max-width: 720px;
    }
    .container-medium .col-width {
        flex: 0 0 960px;
        max-width: 960px;
    }
    .container-large .col-width {
        flex: 0 0 1200px;
        max-width: 1200px;
    }
    .cb-content h1 {
        font-size: 72px;
        margin-bottom: 32px;
    }
    /*.cb-content h4 + p {
        margin-top: 40px;
    }*/
    .cb-content .text-large {
        text-wrap: pretty;
    }
    
    /* CB Images */
    .parallax .image-container
    .container-fluid.image-container {
        aspect-ratio: 4 / 3;
    }
    .image-text-overlay {
        position: absolute;
        top: 30px;
        left: 70px;
        right: 70px;
        bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
    }
    .image-text-box {
        max-width: 880px;
    }
    
    /* CB LR */
    .full-width.lr-image {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
    }
    .cb-lr .flex-column .lr-image {
        margin-bottom: 0;
    }
    .cb-lr .flex-column-reverse .lr-image {
        margin-top: 0;
    }
    .cb-lr .flex-column .lr-image.col-lg-10,
    .cb-lr .flex-column .lr-image.col-lg-12 {
        margin-bottom: 60px;
    }
    .cb-lr .flex-column-reverse .lr-image.col-lg-10,
    .cb-lr .flex-column-reverse .lr-image.col-lg-12 {
        margin-top: 60px;
    }
    .cb-lr .flex-column-reverse h4:last-child {
        margin-bottom: 0;
    }
    .bg-graphic {
        background-position: center left 100%;
        background-size: auto 100%;
    }
    .video-play {
        width: 80px;
        height: 80px;
    }

    
    /* CB Cols 2 */
    .cb-2-columns-text .column-1 {
        margin-bottom: 0px;
    }
    .cols-2-img {
        margin-bottom: 32px;
    }
    
    /* CB Map */
    .map-container {
        position: relative;
    }
    .desktop-map {
        display: block;
        margin-bottom: 0;
    }
    .mobile-map {
        display: none;
    }
    .map-content {
        margin: 0 30px 60px;
    }
    .map-content {
        position: absolute;
        top: 30px;
        left: 70px;
        right: 70px;
        bottom: 30px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .map-box {
        background-color: var(--white);
        padding: 45px;
        width: 45%;
        max-width: 530px;
    }
    
    /* CB Properties */
    .properties-title {
        margin: 0 30px 60px;
    }
    .properties-subtitle {
        padding: 0 0 10px;
        margin: 0 70px 40px;
    }
    .property-photo {
        margin-bottom: 32px;
    }
    .property p {
        margin-bottom: 24px;
    }
    .cb-properties .button-align {
        margin-top: 25px;
    }

    
    /* CB Masterplan */
    .masterplan-tabs {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 4;
        min-width: 332px;
    }
    .tab-toggle {
        font-size: 16px;
        padding: 20px 11px;
    }
    .tab-list {
        padding: 15px 23px 26px;
    }
    .tab-2 .tab-list {
        padding-top: 23px;
    }
    .tab .tab-heading {
        font-size: 16px;
        padding: 3px 0;
        margin: 25px 0 18px;
    }
    .tab-number {
        width: 28px;
        height: 28px;
        font-size: 20px;
        font-weight: 600;
        padding-top: 10px;
        margin-right: 12px;
    }
    .tab-number-1 span, .tab-number-2 span {
        padding-top: 12px;
    }
    
    /* Masterplan Map */
    .masterplan-container, 
    .masterplan-map,
    .map-layer {
        aspect-ratio: 2.7 / 2;
    }
    .masterplan-map, 
    .map-layer {
        background-position: 16% 30%;
    }
    .masterplan-icon {
        width: 48px;
        height: 48px;
        font-size: 40px;
        padding-top: 16px;
    }
    .m-icon-1 {
        padding-top: 19px;
    }
    .m-icon-2 {
        padding-top: 19px;
    }
    .m-icon-a1a {
        top: 75.5%;
        left: 51%;
    }
    .m-icon-a2a {
        top: 36.5%;
        left: 59%;
    }
    .m-icon-a3a {
        top: 53.5%;
        left: 71.5%;
    }
    .m-icon-a4a {
        top: 38.5%;
        left: 72%;
    }
    .m-icon-a5a {
        top: 45%;
        left: 66.5%;
    }
    .m-icon-b1a {
        top: 25%;
        left: 63.5%;
    }
    .m-icon-b2a {
        top: 36%;
        left: 45%;
    }
    .m-icon-b3a {
        top: 68%;
        left: 80%;
    }
    .m-icon-b4a {
        top: 40%;
        left: 53%;
    }
    .m-icon-b4b {
        top: 47%;
        left: 60.5%;
    }
    .m-icon-b4c {
        top: 44.4%;
        left: 70.2%;
    }
    .m-icon-b5a {
        top: 32%;
        left: 83%;
    }  
    
    

    /* Masterplan zoom */
    .masterplan-controls {
        top: 50px;
        right: 50px;
    }
    .masterplan-zoom {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .masterplan-zoom-in {
        background-image: url('images/icon-zoom-in.svg');
        margin-bottom: 4px;
    }
    .masterplan-zoom-out {
        background-image: url('images/icon-zoom-out.svg');
    }
    
    /* Masterplan modal */
    .property-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: hsl(0deg 0% 0% / 80%);
        z-index: 110;
        margin: 0;
    }
    .property-modal-container {
        padding: 30px;
        height: calc(100vh - 60px);
        overflow-y: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .property-modal-inner.visible {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        max-width: 1064px;
    }
    .property-modal-photo {
        margin-bottom: 0;
        width: 100%;
        height: 100%;
    }
    .property-modal-photo img {
        scale: 1.005;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center center;
    }
    .property-modal-text {
        padding: 50px 70px;
    }
    .property-modal-text h4 {
        margin-right: 30px;
    }
    .property-model-close {
        width: 36px;
        height: 36px;
        background-image: url('images/icon-close-black.svg');
        background-size: 36px;
        top: 40px;
        right: 40px;
        display: inline-block;
    }

        
    /* CB Stats Bar */
    .cb-stats-bar {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .stat-text {
        font-size: 24px;
    }
    .stat-img {
        max-height: 130px;
        margin: 14px 0;
    }

    /* CB Icon List */
    .cb-icon-list {
        padding-bottom: 40px;
    }
    .cb-icon-list h3 {
        margin-bottom: 70px;
    }
    .icon-list-icon {
        max-height: 90px;
        margin-bottom: 17px;
    }
    .icon-list-content {
        font-size: 24px;
        text-wrap: pretty;
        max-width: 320px;
        margin: 0 auto;
    }
    .icon-list-item {
        margin-bottom: 80px !important;
    }
    
    /* CB Related content */
    .related-item {
        margin-bottom: 0;
    }
    .related-img {
        margin-bottom: 25px;
    }

    
    /* CB News */
    .cb-news .news-posts-title {
        margin-top: -20px;
        margin-bottom: 70px;
    }
    .post-tile-date {
        margin-bottom: 11px;
    }
    .post-tile-title {
        margin-bottom: 14px;
        font-size: 28px;
    }
    .post-tile-excerpt p {
        margin-bottom: 16px;
    }
    .post-tile-button {
        font-size: 16px;
    }
    .posts-link {
        text-align: center;
        margin-top: 24px;
    }
    
    /* Contact bar */
    .cb-contact-bar .col-12 {
        padding-top: 0px; 
        padding-bottom: 0px;
    }
    
    /* CB Contact Form */
    body .gform-theme--foundation .gforstatrm_fields {
        grid-row-gap: 30px;
        row-gap: 40px;
        margin-top: 40px;
    }
    body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        block-size: 48px;
        line-height: 48px;
    }
    body .gform-theme--framework input[type=checkbox] {
        block-size: 22px;
        line-height: 22px;
    }
    body .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
        margin-block-start: 60px;
    }
    
    
    /* CB Team */
    .cb-team {
        padding-bottom: 50px;
    }
    .team-intro {
        margin-bottom: 35px;
    }
    .team-member {
        margin-bottom: 70px !important;
    }
    
    /* CB Anchor */
    .anchor-offset-none {
        top: 40px; 
    }
    .anchor-offset-normal {
        top: -80px;
    }

    
    /* News page */
    .news-posts {
        margin-top: 235px;
    }
    .news-posts .container {
        max-width: 1582px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .news-posts-header {
        margin-bottom: 20px;
    }
    .news-posts-header h1 {
        margin-bottom: 30px;
        line-height: 1;
    }
    
    .grid-sizer,
    .grid-item {
        width: 33.333%;
        float: left;
    }

    .news-page .post-tile-item:nth-of-type(2n-1) {
        padding-right: 0;
    }    
    .news-page .post-tile-item:nth-of-type(2n) {
        padding-left: 0;
        margin-left: 0;
    }    
    /*.news-page .post-tile-item:nth-of-type(3n-1) {
        transform: translateY(70px);
    }   */ 
    .news-page .post-tile-item {
        margin-bottom: 70px;
    }
    .news-posts .post-tile-bg {
        padding-left: 35px;
        padding-right: 35px;
    }
    .news-page .post-tile-item:nth-of-type(2) .post-tile-bg {
        padding-top: 70px;
    }    
    
    /* DELETE */
    /*
    .news-page .post-tile-item:nth-of-type(5) {
        transform: translateY(-150px);
    }
    .news-page .post-tile-item:nth-of-type(6) {
        transform: translateY(-200px);
    }
    .news-page .post-tile-item:nth-of-type(7) {
        transform: translateY(-170px);
    }
    .news-page .post-tile-item:nth-of-type(8) {
        transform: translateY(-120px);
    }
    .news-page .post-tile-item:nth-of-type(9) {
        transform: translateY(-400px);
    }
    .news-posts {
        margin-bottom: -300px;
    }
    */
    /* End delete */
    
    
    /* News single */
    .news-header {
        margin-top: 230px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .news-header .row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .news-post-meta {
        padding: 20px 35px;
    }
    .news-header time {
        font-size: 16px;
        text-transform: uppercase;
    }
    .news-header h1 {
        font-size: 52px;
        line-height: 1.35;
    }
    .news-post-image {
        margin-left: 0;
        width: 100%;
    }
    .share-news {
        text-align: center;
        margin-top: -25px;
    }
    .share-news p {
        margin-bottom: 18px;
    }
    .share-buttons {
        padding: 0px 0 113px;
    }
    .share-buttons li {
        margin: 0 9px;
    }
    .single .cb-news {
        padding-bottom: 80px;
    }
    
    /* Plain text */
    .cb-plain-text .page-title {
        margin-bottom: 60px;
    }
    .cb-plain-text * + h3,
    .cb-plain-text * + h4 {
        margin-top: 40px;
    }
    
    /* 404 */
    .container-404 {
        padding-top: 235px;
    }


   
}

/* 1200 and up - X-LARGE */
@media screen and (min-width:1200px) {
    
    /* Header */
    /*.hamburger {
        margin-right: 175px;
    }
    .scrolled .hamburger {
        margin-right: 175px;
    }
    .header-button, .header-button:link, .header-button:visited {
        width: 240px;
        margin-top: 0;
    }*/
    
    /* Menu */
    .mobile-menu > li > a {
        font-size: 37px;
    }
    .menu-link {
        letter-spacing: 1.7px;
    }
    
    /* Footer */
    .footer-logo-img {
        width: 197px;
        height: 115px;
        display: block;
        margin: 0 auto;
        transform: translateY(-4px);
    }
    
    /* CB Masterplan */
    .masterplan-tabs {
        top: 70px;
        left: 70px;
    }
    .masterplan-notice {
        font-size: 20px;
        width: 250px;
        padding: 10px;
    }

    
    /* CB Stats Bar */
    .cb-stats-bar .col-12:first-child {
        justify-content: flex-start;
    }
    .cb-stats-bar .col-12:last-child {
        justify-content: flex-end;
    }

   
}

/* 1512 and up - XXLARGE */
@media screen and (min-width:1512px) {
    
    /* Main menu */
    .mobile-menu > li > a {
        font-size: 46px;
    }
    .mobile-menu > li:not(:last-child) {
        margin-bottom: 22px;
    }
    .mobile-menu .sub-menu {
        padding-left: 50px;
    }
    .mobile-menu .sub-menu li:not(:last-child) {
        margin-bottom: 15px;
    }
    .mobile-menu .sub-menu > li:first-child::before {
        height: 18px;
    }
    .mobile-menu .sub-menu > li:last-child::after {
        height: 16px;
    }
    .mobile-menu .sub-menu a {
        font-size: 22px;
    }
    .masterplan-container, 
    .masterplan-map, 
    .map-layer {
        aspect-ratio: 2.03174 / 1;
    }
    .masterplan-map, 
    .map-layer {
        background-position: 50% 50%;
    }
    .masterplan-icon {
        z-index: 4;
    }
    .m-icon-a1a {
        top: 77%;
        left: 41%;
    }
    .m-icon-a2a {
        top: 37%;
        left: 44.5%;
    }
    .m-icon-a3a {
        top: 54%;
        left: 53%;
    }
    .m-icon-a4a {
        top: 38.5%;
        left: 53.5%;
    }
    .m-icon-a5a {
        top: 45%;
        left: 49.5%;
    }
    .m-icon-b1a {
        top: 25%;
        left: 47.5%;
    }
    .m-icon-b2a {
        top: 36%;
        left: 35.3%;
    }
    .m-icon-b3a {
        top: 69%;
        left: 58.5%;
    }
    .m-icon-b4a {
        top: 40%;
        left: 40.6%;
    }
    .m-icon-b4b {
        top: 47%;
        left: 45.6%;
    }
    .m-icon-b4c {
        top: 44.4%;
        left: 52%;
    }
    .m-icon-b5a {
        top: 32%;
        left: 60.5%;
    }


    
    .property-modal-container {
        padding: 70px 70px 10px;
        justify-content: flex-end;
        height: 100%;
        align-items: flex-start;
    }
    .property-modal-inner.visible {
        display: flex;
        max-width: max(22%, 332px);
    }
    .property-modal {
        background: transparent;
        display: block !important;
        position: absolute;
        z-index: 3;
    }
    .property-modal-text {
        padding: 20px 20px 25px;
    }
    .property-model-close {
        display: none;
    }
    /*.modal-1 {
        display: flex;
        flex-direction: column-reverse;
        max-width: 350px;
    }*/
    .property-modal-text h4 {
        font-size: 28px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .property-modal-text p,
    .property-modal-text ol,
    .property-modal-text ul {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    /* News */
    .news-header h1 {
        font-size: 62px;
        line-height: 1.35;
    }

    
   
}
/* 1800 and up - XXXLARGE */
@media screen and (min-width:1800px) {
    
    .masterplan-tabs {
        top: 120px;
        left: 70px;
    }

    .property-modal-container {
        padding: 120px 70px 30px;
        justify-content: flex-end;
        height: 100%;
        align-items: flex-start;
    }
   
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

}