:root {
  --color-dark-brown: #6C443E;
  --color-golden-yellow: #D4BA43;
  --color-bright-red: #EB584C;
  --color-charcoal-gray: #565655;
}

body:not(.home) {
    background-color: #6D443F;
}
body.home footer {
    background-color: #6D443F;
}
body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Arboria', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px
}

h1 {
    font-family: 'Arboria', sans-serif;
    font-size: 72px;
    display: block;
    overflow: hidden;
    margin: 0
}

h2 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 0
}

h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    color: #B89333
}

h4 {
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

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

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8
}

.flex {
    display: flex;
    justify-content: space-between;
}
.alignleft, .alignright {
	width:50%
}

.whiteArea .quote div {
    color: #565655;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.container {
    width: 1240px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}
.smallContainer {
    max-width: 940px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}


.center {
    text-align: center;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}
a.btn:not(.btnYellow){
    color: #fff !important;
}
a.btn {
    background-color: var(--color-bright-red);
    font-size: 18px;
    display: inline-block;
    padding: 10px 15px;
    letter-spacing: 0.2em;
    margin-top: 30px;
    text-transform: uppercase;
}
.btnYellow{
    background-color: var(--color-golden-yellow) !important;
    color: #6D443F !important;
}

.brownBg,
.brownBg p,
.brownBg h1,
.brownBg h2,
.brownBg a,
.yellowBg,
.yellowBg a,
.yellowBg p,
.yellowBg h1,
.yellowBg h2 {
    color: #fff;
}

.yellowBg {
    background-color: var(--color-golden-yellow);
}

.lightYellowBg {
    background-color: #D4BB44;
    color: #6D443F;
    min-height: 50px;
	display: flex;
	align-items: center;
}



.whiteArea {
    background-color: #FFFFFF;
    overflow: hidden;
}

.whiteArea p,
.whiteArea h1,
.whiteArea h2,
.whiteArea a,
.whiteArea div {
    color: #565655;
}
.lightYellowBg p {
    color: #6D443F
}
.whiteBg {
    background-color: #FFFFFF;
    
}

.logo-img {
    max-width: 213px;
    height: auto;
    width: 100%;
    object-fit: contain;
}

header {
    box-sizing: border-box;
    padding: 20px 0
}


.menu ul li a {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
}
.menu.navActive ul li a{
    color: #FFFFFF;
}

.topBanner {
    overflow: hidden
}

.topBanner p {
    font-size: 14px;
    letter-spacing: 0.3em;
}

.topBanner span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(184, 146, 45, 0.6);
    border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
    margin: 0 15px
}

.topBanner span.end {
    transform: rotate(90deg);
}

.hero_banner .item {
    height: 550px
}

.slider {
    position: relative;
}

.slider .title .inner {
    position: absolute;
    bottom: 15px;
    z-index: 5;
    color: #FFFFFF
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
    height: 1px;
}

.owl-nav button {
    position: absolute;
    left: 100px;
    width: 25px!important;
    height: 45px!important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display:block;
}

.owl-nav button.owl-next {
    position: absolute;
    right: 100px;
    width: 45px;
    left: inherit
}

.owl-nav button span {
    font-size: 0px;
    opacity: 1;
    background-image: url('../img/arrow_right.png');
    background-size: contain;
    width: 24px;
    height: 40px;
    display: block;
}

.owl-nav button.owl-prev span {
    transform: rotate(180deg);
}

.owl-nav button span:hover {
    opacity: 0.5
}

.divider {
    height: 15px;
    width: 100%;
    background-image: url(../img/divinder.png)
}

.paralexItem {
    height: 550px;
    background-position: center center;
    background-size: cover;
}

.padTopBottom {
    padding: 90px 0 130px;
}
.padTop{
	 padding-top: 90px;
}
body.home .padTopBottom{
	padding: 90px 0 80px;
}

body.location .padTopBottom{
	padding: 90px 0 70px;
}

body.wellness-environment .padTopBottom{
	padding: 90px 0;
}


body.wellness-environment .icon img {
    margin-top: -60px;
	margin-bottom: 12px;
}

body.flexible-space .padTopBottom{
	padding: 50px 0 130px;
}
.quoteItem {
    margin-left: auto;
    max-width: 447px;
}
body.flexible-space h1{
	font-size: 62px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: -1.2px;
}
.twoCol .col.quote {
    display: flex;
    align-items: center;
}

.quoteItem {
    height: 100%;
    display: flex;
    align-items: center;
}

.whiteArea .quote .inner {
    margin-left: auto;
    position: relative;
}

.whiteArea .quoteItem .inner::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -13px;
    width: 75px;
    height: 69px;
    background-image: url(../img/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.wellness-environment .whiteArea .quoteItem .inner::before{
	display: none;
}

.whiteArea .quoteItem .inner::after {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 52px;
    height: 15px;
    background-image: url("../img/end-quote.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 16px);
}

.brochure.whiteArea .twoCol {
    min-height: 600px;
}

.brochure.whiteArea .padTopBottom {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
}

.brochure.whiteArea .padTopBottom .inner {
    max-width: 670px;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: 120px;
    font-size: 44px;
}

.brochureIntro {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-dark-brown) !important;
}

.bottomMessage {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.25em;
    margin-bottom: 80px;
}
.bottomMessage p{
	font-size: 18px;
}

footer {
    padding-top: 80px;
    padding-bottom: 60px;
}

footer .agents p,
footer .agents a {
    font-size: 21px;
    font-weight: 400;
    line-height: 120%;
    padding: 0;
    margin: 0;
    display: block
}

footer .agents img {
    height: 80px;
    width: auto;
    max-width: initial;
}

footer .col {
    box-sizing: border-box;
    padding-right: 40px;
}

footer .col:last-child {
    padding-right: 0px;
}

footer .col.second {
    margin-left: auto
}

.brochure.whiteArea .twoCol {
    min-height: auto;
}

.features.brochure {
    text-align: center;
}


/*banner*/

.banner,
.bannerInner {
    height: 550px;
}

.bannerInner .container {
    position: relative;
}

.banner h1 {
    color: #fff;
    position: absolute;
    bottom: 15px;
	font-weight: 700;
	letter-spacing: -1.2px;
}

.images {
    display: flex;
    width: calc(100% + 20px);
    left: -10px;
    flex-wrap: wrap;
    position: relative;
}

.images .imageItem {
    min-height: 290px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.plan h3{
	text-align: center;
	font-size: 28px;
    margin-bottom: 0;
	line-height: normal;
}
.plan .images.big .imageItem:first-child img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.plan .images.big .imageItem:first-child{
	min-height: unset !important;
	height: 100%;
}

.images .imageItem .inner {
    height: 100%;
}
.whiteArea ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.whiteArea ul,
.whiteArea ul li {
    margin: 0;
    padding: 0;
}

.whiteArea ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.whiteArea ul li::before{
    content: "–";
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45p;
    color: var(--color-golden-yellow);
}


.topBar,
.bottomBar {
    overflow: hidden;
}

.topBar p,
.bottomBar p {
    display: block;
    padding: 0;
    margin: 10px 15px;
}

.bottomBar {
    display: flex
}

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

.expandableItem .item {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms;
}

.expandableItem.active .item {
    max-height: 800px;
    overflow: hidden;
    transition: all 300ms;
}

.expandableItem .item img {
    max-height: 700px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
}

.expandableItem .title {
    position: relative;
    width: 100%;
    padding-left: 40px;
    cursor: pointer;
}

.expandableItem .title::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/plus-icon.png);
    position: absolute;
    left: 8px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.expandableItem.active .title::after {
    background-image: url(../img/minus-icon.png);
    top: 14px
}

.expandableItem {
    border-bottom: 1px solid #707070;
}

.expandableItem:last-child {
    border-bottom: 0px solid #707070;
}

.downloadBrochure {
    margin: 40px 0 80px;
    text-align: center;
}

h1.plain {
    font-size: 62px;
    text-align: center;
    margin-top: 40px;
    text-transform: none;
    font-weight: 700;
/*     font-family: neue-haas-grotesk-display, sans-serif; */
}

main .gallery {
    flex-wrap: wrap;
    margin: 40px 0 40px
}

.gallery .row {
    width: 100%
}

.gallery .row .col {
    height: 600px;
    display: flex;
    flex-wrap: wrap;
}

.gallery .row:nth-child(odd) .col:first-child {
    width: 33.33%
}

.gallery .row:nth-child(odd) .col:last-child {
    width: 66.33%
}

.gallery .row:nth-child(even) .col:first-child {
    width: 66.33%
}

.gallery .row:nth-child(even) .col:last-child {
    width: 33.33%
}

.gallery .row:nth-child(odd) .col:last-child .galleryItem,
.gallery .row:nth-child(even) .col:first-child .galleryItem {
    height: 50%
}

.gallery .row:nth-child(odd) .col:last-child .galleryItem.short,
.gallery .row:nth-child(even) .col:first-child .galleryItem.short {
    width: 50%
}

.gallery .row:nth-child(odd) .col:last-child .galleryItem.long,
.gallery .row:nth-child(even) .col:first-child .galleryItem.long {
    width: 100%
}

.gallery .galleryItem {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.gallery .galleryItem .galleryImage {
    height: 100%;
    width: 100%;
}

.acf-map {
    width: 100%;
    height: 400px;
    margin: 0;
}

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

body.location h1 {
    display: none
}

.featuresIcons {
    width: 100%;
}

.iconFeatures {
    text-align: center;
    margin-bottom: 20px
}

.iconFeatures img {
    height: 150px;
    width: auto
}

.icon {
    text-align: center;
}

.icon img {
    max-width: 430px;
    text-align: center;
    margin-bottom: 40px
}
.mb-4{
	margin-bottom: 1rem;
}
.innerBrochure .icon img {
    max-width: 300px
}

.mobileOnly {
    display: none
}

.offer {
    margin: 30px auto 0;
    position: relative;
}
.flexible-space .offer::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url('../img/roundel.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -112px;
    right: -30px;
}
body.flexible-space .twoCol .inner p {
    margin-top: 0;
}

.contactCols h2,
body.contact h2 {
    margin-top: 30px;
}

.contactCols .agentItem .name {
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.contactCols .agents img {
    height: auto;
    width: 180px;
    max-width: initial;
}

.contactCols .agents .agentItem .col:first-child {
    text-align: center;
}

.contactCols .agents .agentItem .col {
    padding-bottom: 10px
}



.contactCols .agents .agentItem .col a {
    width: 100%;
    clear: both;
    float: left;
}

.contactCols .agents .agentItem.third .col {
    padding-top: 0;
}

.menu ul li.menu-item-has-children .sub-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li.menu-item-has-children .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms;
}

.menu ul li.menu-item-has-children.SubNavActive .sub-menu {
    max-height: 300px;
}


.contactCols .brochure img {
	max-width:320px;
	height:auto;
	margin-top:20px;
	width: 100%;
}

.contactCols .brochure img.floor {
	margin-top:60px;
	border:1px solid #6D443F
}

#burgerNav {
    position: absolute;
    top: 80px;
    right: 50px;
    width: 53px;
    height: 40px;
    cursor: pointer;
    z-index: 90
}
#burgerNav .innerBurger {
    position: relative;
    height: 100%;
}

#burgerNav .innerBurger span {
    width: 100%;
    height: 3px;
    top: 0;
    background-color: var(--color-dark-brown);
    position: absolute;
    opacity: 1;
    transition: all 300ms;
    transform: rotate(0deg);
}
#burgerNav.navActive .innerBurger span{
     background-color: #fff;
}
#burgerNav.navActive .innerBurger span {
    transition: all 300ms;
}
#burgerNav .innerBurger span:nth-child(1) {
    top: 25%;
}
#burgerNav .innerBurger span:nth-child(2) {
    top: 50%;
}
#burgerNav .innerBurger span:nth-child(3) {
    top: 75%;
    width: 39px;
}
#burgerNav.navActive .innerBurger span:nth-child(1) {
    top: 50%;
    transform: rotate(-45deg);
}
#burgerNav.navActive .innerBurger span:nth-child(2) {
    top: 50%;
    opacity: 0;
}
#burgerNav.navActive .innerBurger span:nth-child(3) {
    top: 50%;
    transform: rotate(45deg);
    width: 100%;
}
nav.nav {
    width: 100%;
    height: 100vh;
    z-index: 10;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #6D443F;
    text-align: center;
    transition: all 300ms ease-in-out;
}
nav.navActive {
    right: 0;
    transition: all 300ms ease-in-out;
}
    nav.nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 190px;
}
nav.nav ul li {
    padding: 10px
}

    .logo,
.topBanner {
    z-index: 15;
    position: relative;
}

ul.desktop-nav {
    list-style: none;
    display: flex;
    padding: 16px 0;
    margin: 0;
}
ul.desktop-nav li:not(:last-child){
    margin-right: 39px;
}
ul.desktop-nav li a{
    color: var(--color-dark-brown);
}
ul.desktop-nav li a span {
    color: var(--color-golden-yellow);
    font-size: 28px;
    line-height: 1px;
}


@media only screen and (min-width: 1271px) {
    .desktop-menu{
        display: none;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    nav {
        margin-left: auto;
    }
    .menu>ul {
        /* display: flex; */
        list-style: none;f
        padding: 0;
        margin: 0;
        height: 100%;
        align-items: flex-start;
        margin-left: auto
    }
    .menu ul li a {
        display: block;
        margin-left: 50px;
       
    }
    .menu ul li.menu-item-has-children {
        position: relative;
    }
    .menu ul li.menu-item-has-children>a::after {
        content: "";
        position: absolute;
        background-image: url(../img/arrow_right.png);
        width: 8px;
        height: 13px;
        display: block;
        background-size: contain;
        right: -16px;
        top: 7px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        transition: all 300ms;
    }
    .menu ul li.menu-item-has-children.SubNavActive>a::after {
        transform: rotate(270deg);
    }
    .menu ul li.menu-item-has-children .sub-menu {
        position: absolute;
        top: 45px;
        left: 35px;
        width: 100px;
        z-index: 10;
        background-color: #876C26;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 290px;
        padding: 0 20px;
        box-sizing: border-box;
        max-height: 0px;
        overflow: hidden;
        transition: all 300ms;
    }
    .menu ul li.menu-item-has-children.SubNavActive .sub-menu {
        max-height: 200px;
        transition: all 300ms;
    }
    .menu ul li.menu-item-has-children .sub-menu li:first-child {
        margin-top: 10px;
    }
    .menu ul li.menu-item-has-children .sub-menu li:last-child {
        margin-bottom: 10px;
    }
    .menu ul li.menu-item-has-children .sub-menu li a {
        margin: 0;
        padding: 5px 0 10px;
        list-style: none;
    }
    .paralexItem {
        background-attachment: fixed;
    }
    .images .imageItem:nth-child(2),
    .images .imageItem:nth-child(3) {
        width: 50%;
        min-height: 200px;
    }
    .contactCols .brochure {
        box-sizing: border-box;
    }
}
.text-brown{
    color: var(--color-dark-brown) !important;
}
body.home .whiteArea.brochure .col:last-child,
body.wellness-environment .whiteArea.brochure .col:last-child{
	position: relative
}
body.home .whiteArea.brochure .col:last-child::before,
body.wellness-environment .whiteArea.brochure .col:last-child::before{
	    content: "";
    position: absolute;
    top: 80%;
    left: -70px;
    transform: translatey(-50%);
    width: 144px;
    height: 144px;
    background-image: url(../img/apple-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 1071px) {
    .twoCol {
        width: calc(100% + 60px);
        position: relative;
        left: -30px;
    }
    .whiteArea.brochure .twoCol {
        width: 100%;
        left: 0;
    }
    .whiteArea.brochure .col:first-child {
        width: 55%;
    }
    .whiteArea.brochure .col:last-child {
        width: 45%;
    }
    .twoCol .col {
        width: 50%;
        padding: 30px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .contactCols .brochure {
        box-sizing: border-box;
    }
	
}
@media only screen and (max-width: 1380px){
    .deskptop-nav-container{
        padding-right: 59px;
    }
    
}
@media only screen and (max-width: 1070px) {
	body.home .whiteArea.brochure .col:last-child::before,
	body.wellness-environment .whiteArea.brochure .col:last-child::before{
		display: none;
	}
    .images .imageItem {
        width: 33.33%;
        margin-bottom: 20px;
    }
	body.space .images .imageItem:not(:first-child){
		display: none;
	}
	body.space .images .imageItem{
		width: 100% !important;
	}
    .col.features {
        width: 100%
    }
    .iconFeatures {}
    .featuresIcons {}
    .iconFeatures img {
        height: 120px;
    }
    .iconFeatures {
        padding: 0 40px
    }
    .contactCols .brochure {
        text-align: center;
    }
    .contactCols .brochure a {
        clear: both;
        display: inline-block;
        /* float: left; */
        width: 100%;
        text-align: center;
    }
    .contactCols .brochure a.btn {
        width: auto
    }
    .contactCols .brochure a img {
        max-width: 400px;
    }
    .contactCols {
        justify-content: center;
    }
    .contactCols .col {
        width: 100%;
        text-align: center;
    }
    .footer .menu-item-has-children {
        display: none!important;
    }
}

@media only screen and (max-width: 1270px) {
	body.wellness-environment .icon img {
		margin-top: 0;
		margin-bottom: 12px
	}
    .deskptop-nav-container{
        display: none;
    }
		body.home .twoCol .col {width:100%}

    .container {
        width: 100%;
    }
    .flex {
        flex-wrap: wrap;
        
    }
    .topBanner {
        position: relative;
    }
   
   
   
    .logo-img {
        max-width: 242px;
    }
    .hero_banner .item {
        height: 550px
    }
    .owl-nav button.owl-next {
        right: 10px
    }
    .owl-nav button.owl-prev {
        left: 10px
    }
    .slider .title .inner h1 {
        margin: 0
    }
    .whiteArea .quote .inner {
        margin-right: auto;
    }
    .whiteArea .quote .quoteItem {
        margin-right: auto;
    }
    .twoCol .col.quote {
        width: 100%;
    }
    .quoteItem {
        max-width: calc(100% - 180px)
    }
    .whiteArea .quoteItem .inner::before {
        left: -80px;
        top: 30px;
        width: 70px;
        height: 69px;
    }
    .whiteArea .quote div {
        padding-top: 20px
    }
    .brochure.whiteArea .padTopBottom .inner {
        max-width: 100%;
        padding-right: 0;
        box-sizing: border-box;
        padding: 0 15px;
    }
    footer .agents img {
        height: 70px
    }
    footer .agents p,
    footer .agents a {
        font-size: 21px;
    }
    .gallery .row .col {
        height: 400px;
    }
    body.navActive {
        overflow: hidden;
    }
    .contactCols .brochure {
        padding-bottom: 40px;
    }
    .menu ul li.menu-item-has-children .sub-menu li {
        padding: 15px 0 0px;
    }
    .menu ul li.menu-item-has-children>a::after {
        content: "";
        display: inline-block;
        background-image: url(../img/arrow_right.png);
        width: 8px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        transition: all 300ms;
        position: relative;
        left: 10px;
    }
    .menu ul li.menu-item-has-children.SubNavActive>a::after {
        transform: rotate(270deg);
    }
	
	.whiteArea .quoteItem .inner::before {
         width: 88px;
        height: 41px;
        left: -12px;
        top: -48px;
    }
	.whiteArea .quote .quoteItem {
			padding-top: 40px;
	}
}

@media only screen and (max-width: 1010px) {
    footer .agents img {
        height: 55px;
    }
    footer .agents p,
    footer .agents a {
        font-size: 18px;
    }
    body,
    html,
    a,
    p,
    div {
        font-size: 21px
    }
}

@media only screen and (max-width: 890px) {
	.expandableItem .title::after {
		top: 4px;
	}
	
	
	.expandableItem.active .title::after {
		top: 11px;
	}
	.mobilelNav ul{
		flex-direction: column;
		align-items: center;
	}
    nav>ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    li#menu-item-151 {
        order: 5;
    }#burgerNav {
        right: 20px;
    }
    body,
    html,
    a,
    p,
    div,
    .brochureIntro,
    a.btn {
        font-size: 16px
    }
    .whiteArea .quote div {
        font-size: 21px
    }
    h1,
    h1.plain {
        font-size: 32px;
    }
    .hero_banner .item,
    .banner,
    .bannerInner {
        height: 230px
    }
    .topBanner p {
        font-size: 12px;
    }
    .topBanner {
        position: relative
    }
    .topBanner span {
        position: absolute
    }
    .topBanner span.start {
        left: 0;
        top: 15px;
    }
    .topBanner span.end {
        right: 0;
        top: 15px;
    }
    .topBanner p {
        padding: 0 15px;
    }
    .logo-img {
        max-width: 137px;
    }
    #burgerNav {
        top: 85px
    }
    .owl-nav button.owl-next,
    .owl-nav button {
        width: 25px;
        height: 41px;
    }
    .owl-nav button span,
    .owl-nav button.owl-next span {}
    .owl-nav button.owl-next span {}
    h2 {
        font-size: 21px
    }
    h3 {
        font-size: 21px;
    }
    .padTopBottom,
    .brochure.whiteArea .padTopBottom {
        padding: 30px 0
    }
    .divider {
        height: 10px;
    }
    
    .quoteItem {
        max-width: calc(100% - 40px)
    }
    .whiteArea .quote div {
        padding-top: 0;
    }
    .paralexItem {
        height: 50vh;
    }
    .whiteArea .quoteItem .inner::after {
/*         display: none */
    }
    footer {
        padding-top: 20px
    }
    .bottomMessage {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .flex .col {
        width: 100%;
        text-align: left;
    }
    .flex .col.features.brochure {
        text-align: center;
    }
    footer .col {
        padding-right: 0
    }
    .flex .col.first {
        margin-bottom: 30px
    }
    .flex .agentItem.second {
        margin-bottom: 30px
    }
    .agentItem img {
        margin-bottom: 10px;
    }
    footer {
        padding-bottom: 40px
    }
    .bottomMessage {
        letter-spacing: 0.1em;
    }
    .twoCol .col.quote {
        margin: 20px 0
    }
    .flex .col.features {
        margin-top: 40px;
    }
    .innerBrochure .flex .col {
        text-align: center;
    }
    .agents .agentItem .col {
        text-align: center;
    }
    footer .logo-img {
        margin-bottom: 20px
    }
    .mobileOnly {
        display: block!important;
    }
    .mobilelNav ul,
    .mobilelNav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
    }
    .mobilelNav ul {
        margin: 20px 0 30px;
        width: 100%;
        display: flex;
        text-transform: uppercase;
        justify-content: space-evenly;
    }
	.mobilelNav ul li{
		padding-bottom: 10px;
	}
    .mobilelNav ul li a {
        font-size: 16px;
        
    }
    .icon img {
        max-width: 100%
    }
    .acf-map {
        height: 230px
    }
    .iconFeatures img {
        height: 100px
    }
    body.location .flex .col.features {
        margin-top: 0
    }
    .iconFeatures {
        margin-bottom: 55px
    }
    .iconFeatures {
        padding: 0 10px
    }
}

@media only screen and (max-width: 480px) {
    .gallery .row:nth-child(odd) .col:first-child,
    .gallery .row:nth-child(odd) .col:last-child,
    .gallery .row:nth-child(even) .col:first-child,
    .gallery .row:nth-child(even) .col:last-child {
        width: 100%
    }
    .gallery .row:nth-child(even) {
        flex-direction: column-reverse;
    }
}

#editLink {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 15px;
    font-size: 16px;
    color: #FAF6F5;
    background-color: #876C26;
    color: #fff;
    z-index: 10;
    display: none
}

#editLink a {
    color: #fff;
}
/*
.heroVideo {max-width:100%; height:calc(100vh - 210px); position:relative; overflow:hidden}
.heroVideo video {  position: absolute; top: 50%; transform: translateY(-50%); width:100%; }
.heroVideo h1 {position:absolute; bottom:25%; text-align:center; width:100%; color:#fff;}
@media only screen and (max-width: 1300px) {
	.heroVideo {height:calc(50vh)}
}*/
.heroVideo {
	margin:0;
	display:block;
	position:relative; 
	max-width:100vw;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.heroVideo video {
    opacity: 0;
    transition: opacity 1s ease; /* smooth fade */
}

.heroVideo video.video-loaded {
    opacity: 1;
}

/* .heroVideo {border:6px solid #B8922D;box-shadow:0px 0px 10px rgba(0,0,0,0.4);} */
.heroVideo h1 {animation: fadeOut 2s forwards;
    animation-delay: 2.8s; position:absolute; bottom:20%; text-align:center; width:100%; color:#fff; z-index: 3;}
body.home .heroVideo::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background: rgba(0,0,0,0.3); */
    z-index: 2;
}
body.wellness-environment .banner.cover {
    background-position: top center;
}
.playIcon {
    display: block;
    padding:10px 20px;
    position: absolute;
    z-index: 4;
    right: 0px;
    bottom: 0px;
    color:#fff;
    background-color:rgba(184, 146, 45, 0.6); 
    
}
body.home .playIcon{
    display: none;
}
.playIcon:hover {
    color:#fff;
}

.playIcon span {
    display:inline-block; 
    width:20px;
    height:20px;
    position:relative;
    top:2px;
    left:5px;
    background-image: url(/wp-content/uploads/2023/03/play-icon.png);
     background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.embed-container .inner { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container video, .embed-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
body.video .whiteArea {background-color:#6d443f}
body.video .heroVideo {}

body.single-news .topBit {text-align:center; padding-bottom:30px; }
body.single-news .topBit .date {border-bottom:2px solid #876c26; display:inline-block}
body.single-news h1 {font-size:62px; width:100%}
body.single-news .hero {margin-top:40px;}
body.single-news .greyArea {background-color:#f0e9e8; padding-top:30px;}
body.single-news .greyArea h3 {font-size:21px; color:#6d443f; font-weight:600; text-transform:uppercase; margin-bottom:5px;}
body.single-news .greyArea ul {padding:0; margin:0; }
body.single-news .greyArea ul li {display:flex; margin:0 0 10px 0; list-style:none; }
body.single-news .links .icon {text-indent:-9990px; overflow:hidden; margin-right:15px;display:inline-block; width:15px; height:15px; background-image:url('../img/icon-link.png'); background-size:contain; background-repeat:no-repeat; background-position:center center }
body.single-news .links .icon#link {margin-left:auto}
body.single-news .links .icon#screenshot {background-image:url('../img/icon-doc.png');}
body.single-news .mainContent p {font-size:18px}
.bottomSec {padding-bottom:20px;}
.bottomSec ul.links {display:flex; flex-wrap:wrap; padding-bottom:20px!important; }
.bottomSec .links li {width:50%; padding-right:20px; box-sizing: border-box;}
.bottomSec .links .sourceName {color:#6d443f; font-size:16px;}
#pressRelease a {font-size:16px; color:#6d443f;}
#latestNews {padding-bottom:40px;}
#latestNews .newsList a.newstitle {font-size:16px; color:#6d443f;  }
#latestNews .newsList .dateMini {font-size:12px; color:#6d443f;  }
.newsList {margin-top:10px; display:flex; flex-wrap:wrap}
.newsItem  {width:50%; margin-bottom:30px}
.newsItem .colOne {width:60px; }
.newsItem .colOne img {border:2px solid #876c26}
.newsItem .coltwo {width:calc(100% - 70px); padding-left:10px; }
.newsPage .newsItem {width:100%}
.newsPage .newsItem .colOne {width:300px;}
.newsPage .newsItem .coltwo {width:calc(100% - 300px); padding-left:20px}
.newsPage .dateMini {font-size:16px;}
.newsPage a.newstitle {font-size:24px; font-weight:600; margin:5px 0; display:block;} 
.newsPage .desc a {font-weight:600; margin-bottom: 10px; display: block; color: var(--color-dark-brown);}
.pagenation {text-align:center; margin-top:40px}
.pagenation a, .pagenation span {border:2px solid #6d443f; background-color:#6d443f; color:#fff; padding:5px 15px;}
.pagenation span.current { background-color:#fff; color:#6d443f; padding:5px 10px;}
#back {background-image:url(../img/back-arrow.png); background-size:10px auto; background-position:0px 5px; background-repeat:no-repeat; padding-left:20px; float:left; clear:both; position:relative; top:-70px}
#pressRelease {padding-bottom:40px;}
#pressRelease a {padding-left:30px; background-image:url(../img/icon-pdf.png); background-size:contain; background-repeat:no-repeat;}

.newsList p{
	margin-top: 0;
	margin-bottom: 10px;
}
.home .video img {
	display: none;
    position: absolute;
    z-index: 4;
    right: 20%;
    height: auto;
    max-width: 268px;
    width: 100%;
    top: 139px;
}

@media only screen and (max-width: 1140px) {
.heroVideo {border:0px solid #B8922D;box-shadow:0px 0px 0px rgba(0,0,0,0.0); margin:0 auto}
    
}



@media only screen and (max-width: 800px) {
	.home .video img {
		right: 0px;
		width: 25%;
		top: 10px;
	}
}

@media only screen and (max-width: 580px) {
	.newsPage .newsItem .colOne, .newsPage .newsItem .coltwo {width:100%; padding-left:0}
	.newsPage .newsItem .colOne {margin-bottom:10px;}
	.newsPage .newsItem {margin-bottom:30px}
	.alignleft, .alignright {width:100%; margin:5px 0 20xp 0}
	.bottomSec .links li {width:100%;}
	.newsItem {width:100%}
	body.single-news h1 {font-size:24px}
	#back {top:0; margin-bottom:20px}
	
	.home .video img {
		right: 10px;
		width: 30%;
		top: 10px;
	}
}

@media only screen and (max-width: 380px) {
.heroVideo h1 {bottom:5%; }

}




@keyframes fadeOut{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes fadeOut{
    from {opacity :1;}
    to {opacity :0;}
}

