﻿/* Kea Retreat */

/* Reset color of active link in menu */
#header2 ul.menu li.active { color: inherit; }

/* Delete a line under header menu links */
#header2 ul.menu > li:before { content: none; }

/* Reset hover color of header menu links */
#header2 ul.menu li:hover { color: inherit; }

/* Delete opacity border of header menu links in focus */
#header2 ul.menu li a:focus { opacity: 1; border-bottom: none; }

/* HEADER (with burger) */

/* Delete bottom line of header social links in focus */
#header .social-links a:focus:after, #header2 .header-top-left a:focus:after { content: none; }

/* Hide social icons behind open menu */
#header .social-links { z-index: -1; position: relative; }

/* Category */

/* Fix for dropdown menu width inside filter on category page */
#CatalogModule .filters-box .filters-list-wrapper.active { width: 100%; }

#CatalogModule .filters-box ul.filter-list { min-width: 100%; }

/* Reset bootstrap font-size */
h1, h2 { font-size: inherit; }


/* Footer */

/* Remove padding top */
footer { padding-top: 0; }

/* Remove float & padding */
#SiteFooter { float: none; padding-bottom: 0; /* remove padding bottom from mobile */ position: relative; }

/* Fix for checkbox on Xiaomi devices */
form.shop-form input[type=checkbox]:checked { background: url(../../../warehouse/temp/story/checkboxV.svg); }

/* FIX FOR VH/VW IN STORY */
.fullScreenMenu #navbar-collapse-main.navbar-collapse.in { width: calc( var(--vw) * 1 + 40px ); min-height: calc( var(--vh) * 1 + 20px ) !important; }

.TopVideo iframe { width: calc( var(--vw) * 1.2 ); }
/* Starter pack START */

/* LAYOUT */

/* Remove float */
#GridContent { float: none; }

/* HEADER 2 */

#home-gallery video { height: calc( var(--vh) * 1.1 ); width: calc( var(--vw) * 1.6 ) !important; }

#popup-modal-intro .modal-body img { max-height: calc( var(--vh) * 0.7 ); }

#home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 1 ); }

.TopVideo { height: calc( var(--vh) * 1 ); }

.TopVideo iframe { height: calc( var(--vh) * 1.8 ); }

.flexslider .slides img { height: calc( var(--vh) * 0.85 ); }

.flexslider.modal-slider { max-height: calc( var(--vh) * 0.9 ); }

#multi-content-modal .modal-content { margin-top: calc( var(--vh) * 0.1 ); margin-bottom: calc( var(--vh) * 0.05 ); }

.modal-text #text1 { max-height: calc( var(--vh) * 0.25 ); }

#multi-content-modal.textInPop #PopUpData { max-height: calc( var(--vh) * 0.4 ); }

.blog-view-image { max-height: calc( var(--vh) * 0.5 ); }

.CurrentCategoryLocked { top: calc( var(--vh) * 0.44 ); }

#SiteGrid.CategoryLocked { min-height: calc( var(--vh) * 0.94 ); }

@media(max-width: 1440px) {
    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.55 ); }
}

@media(max-width: 1170px) {
    #multi-content-modal .modal-content { max-width: calc( var(--vw) * 0.95 ); }
}

@media(max-width: 1024px) {
    header.shopHeader #header2 ul.menu { width: calc( var(--vw) * 1 ); }

    #header2 ul.menu li.megaMenuSection { width: calc( var(--vw) * 0.9 ); left: calc( var(--vw) * -1 ); }

    .megaMenuSectionContainer { padding-right: calc( var(--vw) * 0.05 ); }

    #header2 ul.menu li.megaMenuSection { height: calc( var(--vh) * 0.1 ); }
}

@media(max-width: 991px) {
    #home-gallery video { width: calc( var(--vw) * 3 ) !important }

    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.7 ); }

    #multi-content-modal.textInPop .modal-content { max-width: calc( var(--vw) * 0.9 ); }

    #popup-modal-intro .modal-body { max-height: calc( var(--vh) * 0.75 ); }

    .flexslider .slides img, .flexslider.modal-slider { max-height: calc( var(--vh) * 0.6 ); }

    #GridPromo.fixedLayoutForm { top: calc( var(--vh) * 0.45 ); }

    #GridPromo.fixedLayoutForm.affix { top: calc( var(--vh) * 0.45 ); }
}

@media(max-width: 767px) {
    #popup-modal-intro .modal-body { width: calc( var(--vw) * 0.25 ); }

    #header .submenu { width: calc( var(--vw) * 0.97 ); }

    .modal-dialog { width: calc( var(--vw) * 0.9 ); }

    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.85 ); }

    .gallery-container { width: calc( var(--vw) * 0.95 ); }

    .CurrentCategoryLocked { width: calc( var(--vw) * 0.95 ); }

    #header .submenu { max-height: calc( var(--vh) * 0.75 ); }

    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }

    .TopVideo { height: calc( var(--vh) * 0.95 ); }

    .modal-image { padding-bottom: calc( var(--vh) * 0.22 ); }

    .flexslider .slides img, .flexslider.modal-slider { max-height: none; }

    .flexslider .slides img { height: auto; }
}

@media(max-width: 550px) {
    #header2 ul.menu { width: calc( var(--vw) * 0.9 ); }

    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }
}

.owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.45 ); }

header.search-open #header2 ul.menu li.search { width: calc( var(--vw) * 1 ); }

#SiteGridContainer { min-height: calc( var(--vh) * 0.8 ); overflow: hidden; }


/* Starter pack END */

/* General */

body { font-size: 17px; }
/*#text1 a:hover, #text1 a:focus, #text2 a:hover, #text2 a:focus { color: initial; text-decoration: underline; }*/
a:hover, a:focus { color: initial; text-decoration: underline; }

.categories-strip { display: none; }
/* Header */
#header .social-links { display: none; }
#header .menu-nav .open, #header #header-right .closed { display: none !important; }
.nav-menu-anim { margin: 0; }
#header, .home-page #header:not(.bg), #header.bg { background: #fff; display: flex; align-items: center; justify-content: space-between; padding: 23px 54px; }
#header #header-right { order: 3; padding: 0; width: 129px; display: flex; justify-content: flex-end; }
#header #header-center-kdm, #header.bg #header-center-kdm { order: 1; position: relative; left: auto; top: auto; transform: none; padding: 0; }
.retreat-page #header #header-center-kdm, .retreat-page
#header.bg #header-center-kdm { opacity: 0; visibility: hidden; }
#header #header-left { order: 2; }
#header #header-left img, #header.bg #header-left img { max-width: 113px; }
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before, #nav-toggle-mobile span, #nav-toggle-mobile span:after, #nav-toggle-mobile span:before { background: #979797; }
#header .menu-nav, #header.bg .menu-nav { padding: 0; background: none; outline: none !important; }
#header .submenu { width: 100% !important; display: block !important; text-align: center; background: #fff; margin: 0; padding-bottom: 0px !important; top: 160px !important; height: auto !important; padding-top: 0 !important; margin: 0 !important; transition: 0.3s; left: 50%; transform: translate(-50%, -45px); opacity: 0; }
#header.menu-open .submenu { opacity: 1; top: 179px !important; }
#header #header-right { position: static; }
#header .submenu > li:first-child { margin: 0; }
#header .submenu > li { display: inline-block; width: auto; float: none; padding: 0 14px; transition: .4s all ease-in-out; }
#header .submenu li.social-mobile { display: none !important; }
#header .submenu li > a { color: #7e745d; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; }
#header .submenu > li:focus, #header .submenu > li:hover { background: none; }
#header .submenu li > a:hover, #header .submenu li > a:focus { color: rgb(125 115 92 / 70%); }
#header #header-center-kdm .address { display: none; }
#header .submenu > li.active { background: none; }
#header .submenu .menu-sub { background: none; margin-top: 5px; }
#header .submenu > li::after { content: ""; display: block; width: 100%; position: relative; left: 50%; transform: translateX(-50%); bottom: -1px; height: 1px; opacity: 0; background: #7d735c; }
#header .submenu > li.active::after { /* opacity: 1; */ }

@media(min-width:1025px) {
    #header .submenu > li:hover::after { content: ""; display: block; width: 100%; position: relative; left: 50%; transform: translateX(-50%); bottom: -1px; height: 1px; opacity: 1; background: #7d735c; transition: 0.7s all; }
    #header .submenu li.sub-open, #header .submenu li.has-sub:hover { padding-bottom: 40px; }
    #header .submenu .sub-open .menu-sub, #header .has-sub:hover > .menu-sub { opacity: 1; transition: .3s all ease-in-out; transition-delay: 0.3s; pointer-events: auto; z-index: 2; }
    #header .submenu .menu-sub li { height: 0; padding: 0; }
    #header .submenu .menu-sub li a { height: 0; pointer-events: none; }
    #header .submenu li.has-sub .menu-sub li { padding: 3px 20px 3px 0; }
    #header .submenu li.has-sub:hover .menu-sub li { height: auto; }
    #header .submenu li.has-sub:hover .menu-sub li a { height: auto; pointer-events: auto; }
    .home-page #header.menu-open .submenu::After { background: #fff; }
    #header:not(.menu-open):not(.subopen) .submenu { /* overflow: visible; */ /* clip: unset; */ }

    #header .submenu::After { background: #f8f5ef; height: 20px; bottom: -20px; width: 100%; position: absolute; content: ""; left: 0; pointer-events: none; }
    #header .submenu .menu-sub { display: flex !important; height: auto !important; visibility: visible; padding: 0 !important; margin: 0 !important; top: 40px; opacity: 0; transition: none; left: 0; width: 100%; justify-content: center; position: absolute; pointer-events: none; z-index: -1; }
    #header .submenu .menu-sub li a { font-size: 90%; color: rgb(125 115 92 / 70%); }
    #header .has-sub i.opensub { display: none; }
}

@media(max-width:767px) {
    #header .submenu .menu-sub li { text-align: center; }
    #header .submenu .has-sub > a:after { margin-left: 5px; }
    #header .submenu > li.active { padding: 18px; }
    .has-sub i.opensub { margin-left: -5px; }
    .has-sub i.opensub:before { color: #7d735c; }
}



/* Sticky Buttons */
.stickyButton { top: 50%; transform: translateY(-50%); left: 0px; bottom: unset; }

/* Homepage */
#home-gallery .scroll-down { display: none; }
#home-gallery ol.flex-control-nav.flex-control-paging { transform: none; left: 35px; bottom: 30px; }
#home-gallery .flex-control-paging li a { background: #d7d2cc; }
#home-gallery .flex-control-paging li a.flex-active { background: #fff; }
#header #header-center-kdm a:hover, #header #header-center-kdm a:focus { color: #fff; background: #7d735c; }
#home-gallery .opacity-layer { display: none; }

.row-small-big { padding: 0; padding-left: 54px; padding-right: 54px; margin: 0 auto; margin-bottom: 54px; }
.row-small-big.grid-text-section .section-animation-item.col-xs-10 { width: 100%; padding: 0; display: flex; direction: ltr; justify-content: flex-end; }
.row-small-big .grid-text .grid-text-content .gridText1, .row-small-big .grid-text .grid-text-content .gridText2 { padding: 0; }
.row-small-big img { width: 100%; }
.row-small-big .grid-text .grid-text-content .gridText1 { position: absolute; background: #f8f5ef; padding: 80px 90px; text-align: center; width: 43.6%; display: flex; flex-direction: column; left: 0; top: 0; }
.row-small-big .grid-text .grid-text-content .gridText2 { width: 76%; }
.row-small-big .grid-text .grid-text-content .gridText1 p { margin: 0 0 40px; color: #7d735c; }
.row-small-big .grid-text .grid-text-content .gridText1 a { color: #7d735c; background: none; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; position: relative; border: none; border-radius: 0; padding: 7px 8px; transition: 0.3s; letter-spacing: 1.2px; }
.row-small-big .grid-text .grid-text-content .gridText1 a::after { content: ""; display: block; width: 89%; height: 1px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; background: #7d735c; }
.row-small-big .grid-text .grid-text-content .gridText1 a:hover, .row-small-big .grid-text .grid-text-content .gridText1 a:focus { background: #7d735c; color: #fff; }
.row-small-big .grid-text .grid-text-content .gridText2 p { margin: 0; }
.row-small-big .grid-text .grid-text-content .gridText1 h2 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; color: #7d735c; margin-bottom: 46px; }
.row-small-big .grid-text .grid-text-content .gridText1 h2 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; color: #7d735c; margin-bottom: 46px; }
.grid-rows .grid-row { background: #f8f5ef; height: 794px; }
.grid-row .grid-row-cell.grid-row-cell-text { text-align: center; }
.grid-rows .grid-row-text { text-align: center; width: 50%; max-width: 383px; }
.grid-rows .grid-row-text h2 { font-family: 'LTBrewery-Medium'; color: #7d735c; font-size: 180%; max-width: 281px; margin: 0 auto; margin-bottom: 50px; line-height: 1.37; }
.grid-rows .grid-row-text a.grid-row-button { color: #7d735c; background: none; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; position: relative; border: none; border-radius: 0; padding: 7px 8px; transition: 0.3s; letter-spacing: 1.2px; }
.grid-rows .grid-row-text a.grid-row-button::after { content: ""; display: block; width: 89%; height: 1px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; background: #7d735c; }
.grid-rows .grid-row-text a.grid-row-button:hover, .grid-rows .grid-row-text a.grid-row-button:focus { background: #7d735c; text-decoration: unset; }
.grid-rows .grid-row-text p { color: #7d735c; line-height: 1.53; }
.home-page .grid-rows .grid-row { direction: ltr !important; }
.accomodation-gallery .plus-sign { display: none; }
.accomodation-gallery .owl-carousel .owl-dots { z-index: 1; bottom: auto; top: 65px; left: 44px; right: auto; width: auto; }
.owl-carousel .owl-dot { width: 10px; height: 10px; background: #ede8e2; }
.owl-carousel .owl-dot.active { background: #fff; }
.accomodation-gallery .owl-carousel .owl-item .item { padding: 0; }
.accomodation-gallery { padding: 0; margin: 0 auto; width: calc(100% - 135px); }
.accomodation-text { margin: 0 auto; margin-top: -160px; z-index: 1; margin-bottom: 110px; padding: 0; width: calc(100% - 135px); }
.accomodation-text .inner { width: 50%; max-width: 524px; padding: 65px 40px 40px; background: #f8f5ef; color: #7d735c; }
.accomodation-text h2 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 177%; margin-bottom: 20px; }
.accomodation-text .grid-text p { margin: 0; margin-bottom: 20px; }
.accomodation-text .sec-button { color: #7d735c; background: none; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; position: relative; border: none; border-radius: 0; padding: 7px 8px; transition: 0.3s; letter-spacing: 1.2px; }
.accomodation-text .sec-button::after { content: ""; display: block; width: 89%; height: 1px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 5px; background: #7d735c; }
.accomodation-text .sec-button:hover, .accomodation-text .sec-button:focus { color: #fff; background: #7d735c; text-decoration: unset; }
.grid-form-section { max-width: unset; padding: 79px 0; background: #8b7d60; margin: 0; }
.form-container-wide { max-width: 1326px; margin: 0 auto; }
.form-container-wide #DynamicFormObject { border: none; padding: 0; display: flex; align-items: center; justify-content: space-between; }
#DynamicFormObject:after { display: none; }
.form-container-wide #DynamicFormObject .dynamicFormEndText { display: none; }
.form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { padding: 0; width: 50%; text-align: left; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields { padding: 0; margin: 0; width: 39.4%; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields input { margin: 0; width: 100%; border-radius: 0; border: none; border-bottom: 1px solid #fff; box-shadow: none; padding: 19px 0; height: auto; color: #fff; font-size: 118%; }
#DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { color: #fff; font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 99%; }
.form-container-wide #DynamicFormObject .top-form { font-size: 55.6%; line-height: 1.7; color: #fff; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields fieldset { position: relative; }
#DynamicFormObject .dynamicFormObjectField, .form-container-wide #DynamicFormObject .dynamicFormObjectField { padding: 0; width: 100%; max-width: 100%; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields input::placeholder { color: #fff; }
.normal-form .must::before { display: none; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields input:focus { border: none !important; border-bottom: 1px solid black !important; }
.form-container-wide #DynamicFormObject .dynamicFormObjectSubmit { float: none; position: absolute; right: 0; padding: 0; width: 24px; height: 100%; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields input.form-submit { background: none; border: none; font-size: 0; padding: 0; height: 100%; }
.form-container-wide #DynamicFormObject .dynamicFormObjectSubmit::before { pointer-events: none; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(/warehouse/temp/kea/contact-arrow-r.svg); width: 24px; height: 24px; }
.form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText h3 { margin-bottom: 16px; }
.sections .retreats { max-width: unset; text-align: center; padding: 0; margin-bottom: 60px; width: calc(100% - 135px); }
.retreats .section-title { max-width: 1440px; margin: 0 auto; margin-bottom: 35px; }
.retreats .grid-boxes { display: flex; flex-wrap: wrap; justify-content: center; }
.retreats .section-title h2 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 412%; color: #7d735c; }
.retreats h3 { max-width: 940px; margin: 20px auto 10px; font-size: 100%; color: #7d735c; line-height: 1.5; }
.retreats .grid-box { padding: 0 9px; text-align: left; display: flex; flex-direction: column; }
.retreats .grid-boxes .grid-box-image { padding-bottom: 123%; order: 1; }
.retreats .grid-boxes .grid-box-subtitle:not(.button) { order: 3; color: rgb(73 92 63 / 50%); margin-bottom: 0; font-size: 94%; }
.retreats .grid-box-title { order: 4; }
.retreats .grid-boxes .grid-box-subtitle.button { order: 3; color: #7d735c; font-family: 'TRYVesterbro-Light'; font-size: 147.1%; margin-bottom: 5px; }
.retreats .grid-box-title h3 { font-size: 106%; }
.retreats .grid-box-title h3 a { color: #7d735c; }
.retreats .sec-button { color: #7d735c; background: none; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; position: relative; border: none; border-radius: 0; padding: 7px 0; transition: 0.3s; letter-spacing: 1.2px; }
.retreats .sec-button::before { content: ""; display: block; width: 69%; height: 1px; position: absolute; left: 0; bottom: 3px; background: #7d735c; }
.retreats .sec-button:hover, .retreats .sec-button:focus { /* background: #7d735c; */ /* color: #fff; */ /* padding: 7px 8px; */ text-decoration: unset; }
.retreats .sec-button::after { content: ""; display: inline-block; width: 26px; height: 26px; background: url(/warehouse/temp/kea/arrow-dark-r.svg); margin-left: 6px; margin-bottom: -8px; transition: 0.3s; }
.retreats .sec-button:hover::after, .retreats .sec-button:focus::after { /* filter: invert(1); */ /* width: 0; */ margin-left: 16px; }
.home-page .row-align .grid-row { direction: rtl !important; height: auto; }
.row-align .grid-rows .grid-row-text { width: 100%; max-width: unset; text-align: left; }
.row-align .grid-row .grid-row-cell.grid-row-cell-text { padding: 94px 84px 94px 55px; }
.row-align .grid-rows .grid-row-text h2 { margin-left: 0; text-transform: uppercase; font-size: 294.2%; max-width: 100%; margin-bottom: 17px; }
.row-align .grid-rows .grid-row-text a.grid-row-button { padding: 7px 0; }
.row-align .grid-rows .grid-row-text a.grid-row-button::after { width: 100%; transition: 0.3s; }
.row-align .grid-rows .grid-row-text a.grid-row-button:hover, .row-align .grid-rows .grid-row-text a.grid-row-button:focus { padding: 7px 8px; }
.home-page .row-align .grid-row .grid-row-cell.grid-row-cell-text { background: #555c3f; }
.home-page .row-align .grid-rows .grid-row-text h2 { color: #f8f5ef; }
.home-page .row-align .grid-rows .grid-row-text p { color: #f8f5ef; }
.home-page .row-align .grid-rows .grid-row-text a.grid-row-button { color: #fff; }
.home-page .row-align .grid-rows .grid-row-text a.grid-row-button::after { background: #fff; }
.home-page .row-align .grid-rows .grid-row-text a.grid-row-button:hover::after, .home-page .row-align .grid-rows .grid-row-text a.grid-row-button:focus::after { opacity: 0; }
.row-align { padding: 0; margin: 0; }
.row-align .flex-control-nav { width: auto; left: 31px; bottom: 80px; }
.flex-control-paging li a { background: #b9bab6; color: transparent; }
.flex-control-paging li a.flex-active { background: #fff; }
.retreats .grid-boxes .grid-box-subtitle.button a { position: relative; }

.retreats .grid-boxes .grid-box-subtitle.button a::after { content: ""; display: inline-block; width: 26px; height: 26px; background: url(/warehouse/temp/kea/arrow-dark-r.svg); margin-left: 6px; margin-bottom: -6px; transition: 0.3s; }

.row-align .grid-row li.slider-item { padding-bottom: 83%; }

.home-page .GridFooterGallery { display: none; }

/* New Home Page */
#header #header-center-kdm a { transition: 0.3s; color: #7d735c; font-family: RMNeueTrial-Regular; letter-spacing: 2px; font-size: 80.5%; margin: 0; border: 1px solid #7D735D; border-radius: 0; padding: 6px 14px; }
#home-gallery { margin-left: auto; margin-right: auto; height: calc(100vh - 190px) !Important; width: calc(100% - 116px); }
#home-gallery::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom, #0009 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); z-index: 3; pointer-events: none; }
#home-gallery .slider-bg.stellar-bg { min-height: unset; height: 100% !important; background-attachment: unset; }
#home-gallery .gallery-caption { top: 80px; z-index: 5; width: 100%; }
#home-gallery .gallery-caption .gallery-text { margin: 0 auto; font-size: 50px; text-align: center; max-width: 1000px; font-family: 'LTBrewery-Medium'; text-transform: uppercase; line-height: 1.12; }
.about { padding: 80px 0 110px; margin-bottom: 0; }
.about::before { content: ''; position: absolute; left: 50%; bottom: 30px; background-repeat: no-repeat; background-image: url(/warehouse/dynamic/350938.svg); width: 60px; height: 50px; transform: translateX(-50%); }
.about h1 { font-family: LTBrewery-Medium; text-transform: uppercase; font-size: 295%; color: #7d735c; }
.about p { margin-top: 35px; max-width: 700px; margin-left: auto; margin-right: auto; color: #7d735c; line-height: 1.53; }
/*.about h3 { color: #7d735c; direction: ltr; font-size: 171%; margin-top: 17px; }*/
.sections .wellness-images-sec { padding: 0; max-width: unset; width: calc(100% - 135px); margin: 0 auto 110px; }
.sections .wellness-images-sec .grid-box { padding: 0 5px; pointer-events: none; }
.sections .wellness-images-sec .grid-box-image { padding-bottom: 0; margin-bottom: 0; }
.sections .wellness-images-sec .grid-box-image .grid-box-image-container { position: relative; }
.retreats .grid-boxes .grid-box .grid-box-image { padding-bottom: 0; margin-bottom: 10px; }
.retreats .grid-boxes .grid-box .grid-box-image .grid-box-image-container { position: relative; }
.simplicity { margin-bottom: 110px; }
.simplicity.grid-row-section ul li, .simplicity.grid-row-section ul li:last-of-type { padding-bottom: 0 !important; }
.simplicity.grid-row-section ul li .grid-row-image-container { position: relative; }
.simplicity.grid-row-section ul li .grid-row-image-container img { max-height: 800px; object-fit: cover; }
.accomodation-gallery .section-title { margin-bottom: 40px; }
.accomodation-gallery .section-title h2 { font-size: 295%; color: #7d735c; text-transform: uppercase; font-family: 'LTBrewery-Medium'; }
.from-farm { margin-bottom: 0; padding-bottom: 110px; display: flex; flex-direction: column; }
.from-farm .section-title { margin-bottom: 20px; order: 1; }
.from-farm .section-title h2 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 295%; color: #7d735c; }
.from-farm .text1 { max-width: 600px; margin: 0 auto; order: 2; color: #7d735c; }
.from-farm .content-section-Btn { order: 3; margin: 30px 0; }
.from-farm .content-section-Btn a.sec-button.hvr-float { color: #7d735c; background: none; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; position: relative; border: none; border-radius: 0; padding: 7px 0 4px; transition: 0.3s; letter-spacing: 1.2px; border-bottom: 1px solid; }
.from-farm .content-section-Btn a.sec-button.hvr-float:focus, .from-farm .content-section-Btn a.sec-button.hvr-float:hover { background: #7d735c; color: #fff; padding: 7px 8px; text-decoration: unset; }
.from-farm .gallery-container { order: 4; padding-left: 60px; width: 100%; }
.from-farm .gallery-container .owl-nav div { font-size: 0; top: unset; bottom: -60px; transform: unset; }
.from-farm .gallery-container .owl-next { left: unset; right: 115px; }
.from-farm .gallery-container .owl-prev { right: 60px; }
.from-farm .gallery-container .owl-next::after { background-image: url(/warehouse/dynamic/350981.svg); width: 45px; height: 45px; }
.from-farm .gallery-container .owl-prev::after { background-image: url(/warehouse/dynamic/350982.svg); width: 45px; height: 45px; }
.from-farm .gallery-container .owl-item .item { width: 29vw; height: 715px; }
.from-farm .gallery-container .owl-stage-outer { max-height: 720px; }
#SiteFooter .footer-text.text-center { position: absolute; bottom: 90px; }
#SiteFooter .footer-text.text-center span p { max-width: 1326px; text-align: left; padding-left: 150px; }
.footer-text-divided > div.footer-text-right p { position: absolute; bottom: 89px; padding-right: 13px; border-right: 1px solid; }
.sections .Press { max-width: unset; text-align: center; padding: 0; margin-bottom: 100px; width: calc(100% - 135px); }
.Press .section-title { max-width: 1440px; margin: 0 auto; margin-bottom: 35px; }
.Press .section-title h2 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 412%; color: #7d735c; margin-bottom: 30px; }
.Press h3 { max-width: 940px; margin: 20px auto 10px; font-size: 100%; color: #7d735c; line-height: 1.5; }
.Press .grid-box { margin: 0px 7px; text-align: left; display: flex; flex-direction: column; width: 23.8%; padding: 0; }
.Press .grid-boxes { display: flex; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; justify-content: center; }
.Press .grid-boxes .grid-box-image { order: 1; background: #f1eee7; padding: 110px 90px; height: 395px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.Press .grid-boxes .grid-box-subtitle:not(.button) { order: 2; color: rgb(73 92 63 / 50%); margin-bottom: 0; font-size: 100%; }
.Press .grid-box-title { order: 3; margin-bottom: 15px; }
.Press .grid-boxes .grid-box-subtitle.button { order: 4; color: #7d735c; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; letter-spacing: 2px; text-transform: uppercase; }
.Press .grid-box-title h3 { font-size: 117%; }
.Press .grid-box-title h3 a { color: #7d735c; }
.Press .sec-button { color: #7d735c; background: none; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; position: relative; border: none; border-radius: 0; padding: 7px 0; transition: 0.3s; letter-spacing: 1.2px; }
.Press .sec-button::before { content: ""; display: block; width: 69%; height: 1px; position: absolute; left: 0; bottom: 3px; background: #7d735c; }
.Press .sec-button:hover, .Press .sec-button:focus { /* background: #7d735c; */ /* color: #fff; */ /* padding: 7px 8px; */ text-decoration: unset; }
.Press .sec-button::after { content: ""; display: inline-block; width: 26px; height: 26px; background: url(/warehouse/temp/kea/arrow-dark-r.svg); margin-left: 6px; margin-bottom: -8px; transition: 0.3s; }
.Press .sec-button:hover::after, .Press .sec-button:focus::after { /* filter: invert(1); */ /* width: 0; */ margin-left: 16px; }
.Press .grid-boxes .grid-box-image .grid-box-image-container { position: relative; display: inline-flex; }
.Press .grid-boxes .grid-box-image a.box-image-animation { display: inline-flex; overflow: visible; }
.Press .grid-boxes .grid-box-subtitle.button a { text-decoration: underline; transition: 0.3s all; padding: 7px 8px; }
.Press .grid-boxes .grid-box-subtitle.button a:hover { background: #7d735c; color: #fff; text-decoration: unset; }
.Press .grid-box:hover .button a { text-decoration: underline; }

@media(max-width: 1600px) and (min-width: 1024px) {
    .Press .grid-boxes .grid-box-image { height: 285px; }
}

@media(max-width: 1024px) {
    .Press .section-title h2 { font-size: 200%; }
    .sections .Press { padding-left: 25px; padding-right: 25px; padding-bottom: 40px; width: 100%; margin-bottom: 0px; }
    .Press .grid-boxes .grid-box-subtitle.button { margin: 0; }
    .Press .grid-box-title h3 { font-size: 127% !important; margin: 0 !important; }
    .Press .grid-box { font-size: 83.5%; width: 100%; margin: 0px 20px 40px; }
    .Press .grid-boxes .grid-box-subtitle.button a::after { width: 22px; height: 22px; background-size: contain; margin-bottom: -3px; }
    .Press .grid-boxes { max-width: unset; }
    .Press .grid-boxes .grid-box-image { height: 315px; }
}

/* New Culture Page */
.culture-page #lobbyview { display: none; }
.culture-page .first-culture-sec { padding: 0; margin: 0; background: #7d735c; }
.culture-page .first-culture-sec .grid-rows .grid-row { background: inherit; height: auto; direction: ltr !important; }
.culture-page .first-culture-sec .grid-rows .grid-row li.slider-item { padding-bottom: 0; }
.culture-page .first-culture-sec .grid-rows .grid-row li.slider-item .grid-row-image-container { position: relative; }
.culture-page .first-culture-sec .grid-rows .grid-row .grid-row-text { max-width: 450px; width: 100%; }
.culture-page .first-culture-sec .grid-rows .grid-row .grid-row-text h2 { font-size: 412%; max-width: 100%; margin-bottom: 30px; line-height: 1; }
.culture-page .first-culture-sec .grid-rows .grid-row .grid-row-text h2,
.culture-page .first-culture-sec .grid-rows .grid-row .grid-row-text p { color: #f8f5ef; }
.culture-page .family-sec { margin: 0; padding: 0; }
.culture-page .family-sec .grid-row:nth-child(odd) { background: #fff; }
.culture-page .family-sec .grid-row li.slider-item { padding-bottom: 0; }
.culture-page .family-sec .grid-row li.slider-item .grid-row-image-container { position: relative; }
.culture-page .family-sec .grid-rows .grid-row-text { width: 100%; max-width: 500px; }
.culture-page .family-sec .grid-rows .grid-row-text h2 { margin-bottom: 20px; }
.culture-page .grid-text-section.kick-video .grid-text { max-width: 1170px; }
.culture-page .FooterForm.form-container-wide { display: none; }

@media(min-width: 1800px) {
    .culture-page .first-culture-sec .grid-rows .grid-row li.slider-item .grid-row-image-container img,
    .culture-page .family-sec .grid-row li.slider-item .grid-row-image-container img { min-height: 805px; object-fit: cover; }
}

@media(min-width: 1180px) and (max-width: 1600px) {
    .culture-page .family-sec .grid-row img { width: 120%; }
}

@media(min-width: 1180px) {
    .culture-page .testimonials { padding: 90px 0px 65px; }
}

@media(max-width: 767px) {
    .from-farm .gallery-container .owl-stage-outer { max-height: 395px; }
    .from-farm .gallery-container .owl-item .item { width: 79vw; height: 395px; }
}

/* Teacher Page */
.teachersPage.contentInnerPage #header { background: transparent; }
.teachersPage.contentInnerPage #GridTop.noTopImage { height: auto; }
.teachersPage.contentInnerPage #GridPage { padding-top: 0; }
.teachersPage.contentInnerPage #GridPage .max-width { max-width: 100%; width: 100%; }
.teacher img { width: 100%; }
.teacher__photo--desktop img { max-width: 677px; }
.teacher__container { display: flex; flex-wrap: wrap; text-align: start; max-width: 1326px; margin: 0 auto; margin-bottom: 54px; }
.teacher__head { color: #7d735c; width: 100%; padding: 46px 55px 30px; text-align: start; position: relative; margin-top: -1px; }
.teacher__head::before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #f8f5ef; z-index: -1; }
.teacher__title { font-family: LTBrewery-Medium; font-size: 200%; line-height: 1.471; max-width: 1326px; margin: 0 auto; s }
.teacher__subtitle { opacity: 0.52; max-width: 1326px; margin: 0 auto; margin-top: 14px; }
.teacher__body { color: #6e6e6e; }
.teacher__body a { font-family: 'RMNeueTRIAL-Regular', sans-serif; color: #7d735c; letter-spacing: -0.1px; font-size: 94.35%; }
.teacher__body ul { padding: 0; margin: 0; list-style-type: none; }
.teacher__body li::before { content: ""; display: inline-block; vertical-align: middle; background: #7d735c; width: 15px; height: 2px; margin-inline-end: 12px; }
.teacher__body h3 { color: #7d735c; font-size: 123%; }
.teacher__body-top p { font-size: 106%; line-height: 1.5; }
.teacher__body-top p { line-height: 1.4; }
.teacher__body-top h3 { margin-top: 60px; margin-bottom: 20px; }
.teacher__body-top a[title="instagram"]::before { content: ''; width: 18px; height: 18px; background: url(/warehouse/dynamic/282050.svg); background-size: 100%; display: inline-block; vertical-align: -3px; margin-right: 8px; opacity: .5; }
.teacher__content, .teacher__profile { width: 50%; }
.teacher__content { padding: 35px 7% 0 0; }
.teacher__profile { margin-top: -6.3%; }
.teacher__photo--mobile { display: none; }
.teacher__body ul > li + li { margin-top: 12px; }
.teacher__retreats { margin-top: 35px; }
.retreats__title, .retreats__card-title { color: #7d735c; font-size: 135.3%; margin: 0; }
.retreats__slider { margin-top: 14px; display: flex; flex-wrap: wrap; }
.retreats__date { color: #495c3f; opacity: .52; margin-top: 20px; }
.retreats__card { width: 320px; max-width: 100%; display: block; margin-right: 10px; margin-bottom: 15px; }
.retreats__card-title { margin-top: 12px; }
.retreats__card-title::after { content: ''; display: inline-block; vertical-align: middle; margin-left: 7px; width: 26px; height: 26px; background: url('/warehouse/temp/kearetreat/arrow-right.svg'); background-repeat: no-repeat; background-size: 100%; }

/* Retreat Page */
.retreatsPage #GridTop { height: 630px; }
.retreatsPage .top-caption { font-size: 100%; text-align: center; bottom: 70px; top: auto; transform: translateX(-50%); width: fit-content; }
.retreatsPage .top-caption h1 { font-size: 294.2%; text-transform: uppercase; font-family: 'LTBrewery-Medium', sans-serif; }
.retreatsPage .top-caption h2 { margin-top: 22px; font-size: 118%; line-height: 1.5; }

/*Split Layout*/
/*.splitLayout .section-title h2 { color: #7d735c; font-size: 295%; }
.splitLayout.grid-content-section { display: flex; flex-wrap: wrap; max-width: 100%; }
.splitLayout.grid-content-section .grid-boxes, #LobbyModule .splitLayout.grid-content-section .grid-boxes { margin: 0; flex: 1 1; }
.splitLayout.grid-text-section { display: flex; flex-wrap: wrap; }
.splitLayout.grid-text-section .grid-text { flex: 1 1; }*/

/* Culture-Family Page */
#GridTop { height: 629px; margin-bottom: 80px; }

.top-caption { text-align: center; top: auto; bottom: 10%; }

.top-caption h1 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 84.1%; margin-bottom: 20px; }

.top-caption h2 { font-size: 33.7%; line-height: 1.5; }

#GridPage { padding-top: 0; }

.culture-page .row-align { margin-bottom: 135px; }

.culture-page .row-align .grid-row { direction: ltr !important; height: auto; }

.culture-page .row-align .grid-rows .grid-row-text { text-align: center; max-width: 462px; }

.culture-page .row-align .grid-row .grid-row-cell.grid-row-cell-text { padding: 38px 84px 38px 55px; }

.culture-page .row-align .grid-rows .grid-row-text h2 { font-size: 177%; }


.culture-page .grid-text-section { padding: 0; }

.culture-page .grid-text-section .section-title { /* text-align: left; */ }

.culture-page .grid-text { max-width: 750px; margin: 0 auto; }

.culture-page .grid-text-section img { max-width: 100%; height: auto; }

.culture-page .grid-text .grid-text-content { width: 100%; text-align: center; margin-top: 0; }

.culture-page .grid-text .grid-text-content p img { margin-left: -50px; margin-right: -50px; max-width: calc(100% + 100px); }

.culture-page .grid-text h2 { margin-top: 75px; font-family: 'LTBrewery-Medium'; text-transform: uppercase; }

.culture-page .zviki .grid-text h2 { color: #7d735c; }
/*.retreat-page section*/
.culture-page .zviki .grid-text p { color: #6e6e6e; font-size: 106%; }

.culture-page .grid-text-section.kick { background: #f8f5ef; padding-bottom: 150px; margin-bottom: 0; margin-top: 0; padding-top: 65px; }

.culture-page .grid-text-section.kick h2 { margin-top: 0; text-align: center; text-transform: uppercase; font-family: 'LTBrewery-Medium'; color: #7d735c; font-size: 177%; }

.culture-page .kick .grid-text p { color: #7d735c; font-size: 106%; }

.culture-page .grid-text-section.kick-video { background: #f8f5ef; margin-bottom: 0; padding-top: 230px; }

.culture-page .grid-text .grid-text-content iframe { }

.culture-page .grid-text-section.zviki { padding-bottom: 245px; }

.testimonials { display: flex; max-width: 1326px; margin: 0 auto; align-items: center; padding-top: 90px; margin-bottom: 30px; }

.testimonials .gallery-container { width: 80%; padding: 0 80px; }

.testimonials .section-title { width: 20%; font-family: 'LTBrewery-Medium'; text-transform: uppercase; color: #8b7d60; font-size: 84%; margin: 0; text-align: left; padding-right: 60px; padding-bottom: 20px; }

.testimonials .owl-carousel .photoTextWrapper { background: none; width: 100%; padding: 30px; height: 100%; text-align: left; color: #8b7d60; line-height: 1.67; }

.testimonials .owl-carousel .owl-item .item .plus-sign { display: none; }

.testimonials h3 { margin-top: 0; position: relative; font-size: 100%; }

.testimonials h3::after { content: ""; display: block; width: 80px; height: 1px; background: #8b7d60; margin-top: 12px; margin-bottom: 13px; }

.testimonials .owl-carousel .photoTextWrapper p { font-size: 112%; }

.testimonials .owl-carousel .owl-next::after { background-image: url(/warehouse/temp/kea/arrow-l.svg); width: 36px; height: 27px; }

.testimonials .owl-carousel .owl-prev::after { background-image: url(/warehouse/temp/kea/arrow-r.svg); width: 36px; height: 27px; }

.testimonials .owl-carousel .owl-next { left: -80px; }

.testimonials .owl-carousel .owl-prev { right: -80px; }

.testimonials .section-title h2::after { content: ""; display: block; width: 86px; height: 64px; background: url(/warehouse/temp/kea/quote.svg); margin: 0 auto; margin-top: 32px; }

/* Accommodation */
.grid-row-section.rooms { padding: 0; }

.rooms .grid-rows .grid-row { height: auto; direction: ltr !important; }

.rooms .grid-rows .grid-row-text h2 { text-transform: uppercase; margin-bottom: 35px; }

.rooms .flexslider-box ol.flex-control-nav.flex-control-paging { width: auto; left: 40px; bottom: 40px; }

.grid-row-section.shared { max-width: 1326px; margin: 0 auto; padding: 0; }

.shared .grid-rows .grid-row { background: none; height: auto; }

.shared .grid-row-cell.flexslider-box { width: 76%; }

.shared .grid-row .grid-row-cell.grid-row-cell-text { z-index: 9; width: 50%; max-width: 578px; position: absolute; left: 0; top: 0; height: auto; background: #f8f5ef; padding: 90px; }

.shared .grid-rows .grid-row-text { width: 100%; }

.shared .grid-rows .grid-row-text h2 { text-transform: uppercase; max-width: unset; margin-bottom: 35px; }

.shared .grid-row li.slider-item { padding-bottom: 65%; }

.shared .box-image-animation img { height: auto; width: auto; }

#SiteGrid.layout-bottom #GridPromo { background: #8b7d60; width: calc( var(--vw) * 1 ); position: relative; left: 50%; right: 50%; margin-left: calc( var(--vw) * -0.5 ); margin-right: calc( var(--vw) * -0.5 ); max-width: unset; margin-bottom: 0; padding: 79px 0; margin-top: 35px; }

body:not(.home-page) .form-container-wide #DynamicFormObject { max-width: 1326px; margin: 0 auto; }

/* Kea Island */
.island #GridTop { margin: 0; }

.island .grid-row-section { padding-top: 74px; }

.island .grid-rows .grid-row-text { width: 100%; max-width: unset; text-align: left; padding: 55px; }

.island .grid-rows .grid-row-text h2 { max-width: unset; }

.island .grid-rows .grid-row { height: auto; }

.island .grid-row li.slider-item { padding-bottom: 83%; }

.island .grid-rows .grid-row { background: none; }

/* Celebrate Life Page */
.gallery-cubes > div { padding: 2px; }

.celebrate-life #headline h1 { text-transform: uppercase; font-family: 'LTBrewery-Medium'; color: #7d735c; font-size: 140%; }

/* Farm & Kitchen Page */
.farm-page .top-caption { color: #595c3f; }

.farm-page #GridTop { margin: 0; }

.farm-page .grid-row-section { padding: 0; margin: 0; }

.farm-page .grid-row-section:first-of-type .grid-row { background: #555c3f; }

.farm-page .grid-row-section:first-of-type .grid-row h2, .farm-page .grid-row-section:first-of-type .grid-row p { color: #fff; }

.farm-page .grid-rows .grid-row { height: auto; }

.farm-page .grid-row li.slider-item { padding-bottom: 83%; }

.farm-page .grid-row .grid-row-cell.grid-row-cell-text { width: 30%; }

.farm-page .grid-row-section:nth-of-type(2) .grid-row { direction: ltr !important; }

.farm-page .grid-rows .grid-row-text { width: 70%; max-width: 411px; }

.farm-page .grid-row-section:nth-of-type(2) .grid-row .flex-control-nav { width: auto; left: 41px; bottom: 41px; }

.farm-page .grid-rows .grid-row-text h2 { text-transform: uppercase; max-width: unset; }

.farm-page .grid-row-section:nth-of-type(3) .grid-row li.slider-item { padding-bottom: 75%; }

.farm-page .grid-row-section:nth-of-type(3) { padding: 30px 0; }

.farm-page .grid-row-section:nth-of-type(3) .grid-row { background: none; }

/* Join Our Family Page */
.family .top-caption { bottom: 20%; }
.family .grid-text-section { padding: 0; }
.family .grid-text-section h2 { text-transform: uppercase; max-width: 550px; margin: 0 auto; color: #6e6e6e; font-size: 177%; line-height: 1.13; margin-bottom: 30px; }
.family .grid-text-section p { margin: 0; line-height: 2.1; color: #6e6e6e; }
.family .grid-row-section { padding: 0; margin-bottom: 140px; }
.family .grid-rows .grid-row-text { width: 100%; max-width: 100%; text-align: left; }
.family .grid-row .grid-row-cell.grid-row-cell-text { padding: 55px; }
.family .grid-rows .grid-row-text h2 { margin-left: 0; text-transform: uppercase; max-width: unset; margin-bottom: 15px; }
.family .facilitators h3 { margin-bottom: 75px; color: #6e6e6e; font-size: 118%; line-height: 1.3; }
.family .grid-row-section .grid-row-cell-text ul { list-style: none; padding: 0; margin: 0; margin-bottom: 70px; }
.grid-row-section .grid-row-cell-text ul li { position: relative; padding-left: 43px; margin-bottom: 15px; }
.grid-row-section .grid-row-cell-text ul li::before { content: ""; display: block; width: 17px; height: 2px; background: #7d735c; position: absolute; left: 0; top: 11px; }
.family .grid-row-section .grid-row { color: #6e6e6e; height: auto; }
.grid-row-section .grid-row-cell-text ul li:last-of-type { margin: 0; }
.family .grid-rows .grid-row-text h4 { font-size: 118%; margin: 0; margin-bottom: 15px; font-family: 'LTBrewery-Medium'; }
.family .grid-rows .grid-row-text p.contact-label { font-family: 'LTBrewery-Medium'; font-size: 118%; position: relative; padding-left: 34px; margin-bottom: 15px; line-height: 1.2; }
.family .grid-rows .grid-row-text p.contact-label::before { content: ""; display: block; width: 17px; height: 2px; background: #7d735c; position: absolute; left: 0; top: 11px; }
.family .grid-rows .grid-row-text p.contact-label:last-of-type { margin: 0; }
.family .grid-rows .grid-row-text p.contact-label a { font-family: 'TRYVesterbro-Light'; font-size: 85%; }
.family .grid-row li.slider-item { padding-bottom: 89%; }

/* Press Page */
/*#GridTop::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: 0.25; }*/
.press-page .grid-boxes .grid-box-image { display: none; }
.press-page #LobbyModule .grid-box { background: #f1eee7; padding: 0; margin-bottom: 0; display: flex; flex-direction: column; width: calc(25% - 22.3px); }
.press-page #LobbyModule .grid-boxes { padding: 0; display: flex; gap: 35px; flex-wrap: wrap; }
.press-page #LobbyModule .grid-boxes::before, .press-page #LobbyModule .grid-boxes::after { display: none; }
.press-page .sections .grid-content-section { padding: 12px 0 0; margin-bottom: 360px; }
.press-page #LobbyModule .grid-box .grid-box-title { padding-top: 43px; font-family: 'LTBrewery-Medium'; font-size: 130%; text-transform: uppercase; margin-bottom: 30px; }
.press-page #LobbyModule .grid-box .grid-box-subtitle:not(.button) { max-width: 228px; margin: 0 auto; padding-bottom: 20px; border-bottom: 2px solid #7d735c91; margin-bottom: 13px; color: #7d735c; flex-grow: 1; }
.press-page #LobbyModule .grid-box .grid-box-fulltext { color: #7d735c; font-size: 122%; margin-bottom: 54px; }
.press-page #LobbyModule .grid-box .grid-box-subtitle.button { background: #7d735c; }
.press-page #LobbyModule .grid-box .grid-box-subtitle.button a { display: block; padding: 12px; color: #eaeff5; font-family: 'RMNeueTRIAL-Regular'; text-transform: uppercase; font-size: 89.4%; letter-spacing: 2px; transition: 0.3s; border: 2px solid #7d735c; }
.press-page #LobbyModule .grid-box .grid-box-subtitle.button a:hover, .press-page #LobbyModule .grid-box .grid-box-subtitle.button a:focus { background: #fff; color: #7d735c; border: 2px solid #7d735c; }
.press-page .grid-content-section { max-width: 1084px; }


/* Footer */
.site-credit.alternative { padding: 10px 0; }
.footer-text-divided { padding: 60px 0 80px; display: flex; flex-wrap: wrap; margin: 0 auto; padding-left: 0; padding-right: 0; max-width: 1326px; }
.footer-text-divided > div.footer-text-left { order: 1; width: 50%; padding: 0; padding-bottom: 15px; }
.footer-text-divided > div.footer-text-middle { order: 2; width: 50%; padding: 0; display: flex; align-items: flex-end; justify-content: flex-end; padding-bottom: 15px; }
.footer-text-divided > div.footer-text-right { order: 3; width: 100%; padding: 0; display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid #7D735E; }
.footer-text-divided > div.footer-text-middle ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: flex-end; }
.footer-text-divided > div.footer-text-middle ul a { margin-left: 55px; }
.footer-text-divided > div.footer-text-right ul { list-style: none; padding: 0; margin: 0; display: flex; }
.footer-text-divided > div.footer-text-right ul a { margin-right: 25px; color: #7d735c; font-family: 'RMNeueTRIAL-Regular'; font-size: 94%; }
.footer-text-divided > div.footer-text-right p { font-family: 'RMNeueTRIAL-Regular'; color: #7d735c; font-size: 94%; }

/* Other */


body:not(.teachersPage) .GridFooterGallery { display: none; }
body:not(.home-page) #header, body:not(.home-page) #header.bg { background: #f8f5ef; }
body:not(.home-page) #header .submenu { background: #f8f5ef; }
body:not(.home-page) .footer-text-divided { background: #f8f5ef; }
body:not(.home-page) .form-container-wide { max-width: unset; width: 100%; }
body:not(.home-page) .footerFormContainer { background: #8b7d60; }
body:not(.home-page) .FooterForm.form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 100%; }
body:not(.home-page) .FooterForm.form-container-wide #DynamicFormObject .dynamicFormObjectFields { max-width: 523px; }
body:not(.home-page) .FooterForm.form-container-wide #DynamicFormObject .dynamicFormObjectSubmit { width: 25px; }
body:not(.home-page) .form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText h3 { font-size: 118%; }
body:not(.home-page) .form-container-wide #DynamicFormObject .top-form { font-size: 67%; }
body:not(.home-page) .form-container-wide #DynamicFormObject { padding: 75px 0; }
body.home-page .FooterForm.form-container-wide { display: none; }
.simplicity.grid-row-section ul li:last-of-type { padding-bottom: 83.5%; }
#GridPage .max-width { width: 100%; max-width: 100% !important; padding: 0 !important; }
/* Media */

/*@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .farm-page .grid-row-section { width: calc(100% + 30px); margin: 0 auto; position: relative; left: -15px; right: auto; }
}*/

@media (max-width: 1450px) {
    .grid-rows .grid-row { height: 600px; }
    .grid-rows .grid-row-text { margin: 0; }
    .grid-form-section { padding: 79px 54px; }
    .retreats .section-title { max-width: 100%; }
    .retreats .grid-boxes { max-width: 100%; margin-left: -8px; margin-right: -8px; }
    .sections .retreats { padding-left: 54px; padding-right: 54px; }
    #SiteGrid.layout-bottom #GridPromo { padding: 79px 54px; }
    .grid-row-section.shared { max-width: calc(100% - 88px); }
    .testimonials { padding-left: 54px; padding-right: 54px; }
    body:not(.home-page) .form-container-wide #DynamicFormObject { max-width: calc(100% - 108px); }
    .simplicity .grid-rows .grid-row { height: auto; }
}

@media (max-width: 1330px) {
    .row-align .grid-row .grid-row-cell.grid-row-cell-text { padding: 25px; }
    .home-page .row-align .grid-rows .grid-row-text h2 { font-size: 200%; }
    .row-align .flex-control-nav { bottom: 35px; }
    .testimonials .owl-carousel .owl-item img { width: 130%; }
}

@media (max-width: 1200px) {
    .row-small-big .grid-text .grid-text-content .gridText1 { width: auto; max-width: 568px; padding: 60px 70px; }
    .row-small-big { max-width: calc(100% - 108px); }
    .shared .grid-row .grid-row-cell.grid-row-cell-text { padding: 40px; }
    .testimonials .owl-carousel .owl-item img { width: 220%; }
    .family .facilitators h3 { margin-bottom: 30px; }
    .family .grid-row-section .grid-row-cell-text ul { margin-bottom: 30px; }
    .family .grid-row .grid-row-cell.grid-row-cell-text { padding: 30px 55px; }
    .press-page .sections .grid-content-section { max-width: unset; padding-left: 54px; padding-right: 54px; margin-bottom: 150px; }
    .press-page #LobbyModule .grid-box .grid-box-subtitle:not(.button) { width: 90%; }
}

@media (max-width: 1024px) {
    .press-page #LobbyModule .grid-box { width: calc(33.3333333% - 19.7px); }
}

@media (max-width: 991px) {
    .row-small-big .grid-text .grid-text-content .gridText1 { position: static; order: 2; width: 100%; max-width: unset; }
    .row-small-big.grid-text-section .section-animation-item.col-xs-10 { flex-wrap: wrap; }
    .row-small-big .grid-text .grid-text-content .gridText2 { order: 1; width: 100%; }
    .grid-rows .grid-row { height: 540px; }
    .grid-rows .grid-row-text { width: 70%; }
    .accomodation-text .inner { width: 65%; }
    .retreats .section-title { margin-bottom: 30px; }
    .row-align .box-image-animation img { height: auto !important; width: 100%; }
    .shared .grid-row .grid-row-cell.grid-row-cell-text { position: static; width: 100%; max-width: unset; }
    .shared .grid-row-cell.flexslider-box { width: 100%; }
    .shared .grid-rows .grid-row { display: flex; flex-direction: column; }
    #GridPage .max-width { width: 100%; }
    .shared .grid-row li.slider-item { }
    .shared .box-image-animation img { height: auto !important; }
}

@media(min-width:991px) {
    /*body:not(.home-page) #header .submenu, #header:not(.menu-open):not(.subopen) .submenu { opacity: 1; top: 179px !important; animation: none; clip: unset; }
    body:not(.home-page) #header .submenu > li { visibility: visible; }
    body:not(.home-page) #nav-toggle { display: none; }*/
}

@media (min-wdith: 768px) {
    #header .submenu > li.active { background: none; position: relative; }
    #header .submenu > li.active::before { content: ""; display: block; width: 81%; position: absolute; bottom: -1px; left: 50%; height: 1px; background: #7d735c; transform: translateX(-50%); }
}

@media (max-width: 767px) {
    #header #header-center-kdm a:first-child { font-size: 70.5%; padding: 6px 6px; }
    #header #header-center-kdm, #header.bg #header-center-kdm { width: 103px; }
    #header, .home-page #header:not(.bg), #header.bg { padding: 15px 25px; }
    #header #header-left img, #header.bg #header-left img { max-width: 70px; }
    #header #header-right { width: 103px; }
    #header .submenu { top: 0 !important; height: 100%; position: fixed; max-height: unset; padding-top: 120px; background: #f8f5ef; }
    #header .submenu > li { display: table; width: auto; text-align: center; margin: 0 auto; }
    #header .submenu > li.has-sub { margin: 18px auto 36px; padding: 0; }
    #header .submenu > li:nth-child(5) { margin: 18px auto; }
    #header .submenu > li.has-sub.sub-open { margin: 18px auto -9px; padding: 0; }
    #header .submenu .menu-sub { padding-left: 0px; }
    #header .submenu .menu-sub li > a { padding: 0; margin: 14px 0 0px; }
    #header .submenu .menu-sub li > a::after { display: none; }
    #header .submenu > li:first-child { margin: 0 auto; }
    #header .submenu li > a { font-family: 'TRYVesterbro-Light'; font-size: 160%; padding: 18px; }
    #header .submenu li > a::after { content: ""; display: block; width: 170px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 1px; background: #7d735c; }
    #header .submenu > li:nth-last-of-type(2) a::after { display: none; }
    #header .menu-nav { z-index: 2; }
    #header .nav-menu-anim { position: relative; }
    #header .nav-menu-anim::before { content: ""; display: block; width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #7d735c; transition: 0.3s; opacity: 0; }
    #header.subopen .nav-menu-anim::before { opacity: 1; }
    #header.subopen #nav-toggle span:after, #header.subopen #nav-toggle span:before { background: #fff; }
    #home-gallery { width: calc(100% - 50px); }
    #home-gallery ol.flex-control-nav.flex-control-paging { bottom: 20px; left: 20px; }
    .row-small-big { max-width: calc(100% - 50px); padding: 0; }
    .row-small-big .grid-text .grid-text-content .gridText1 { padding: 30px 40px; margin-bottom: 10px; }
    .about { padding: 80px 0 90px; }


    /* Teacher Page */
    .teacher__container { flex-direction: column; padding: 0 28px; }
    .teacher__photo--mobile { display: block; margin-bottom: 32px; }
    .teacher__photo--desktop { display: none; }
    .teacher__content, .teacher__profile { width: 100%; }
    .teacher__head { text-align: center; padding: 100px 25px 15px; }
    .teacher__head::before { height: 50%; }
    .teacher__title { font-size: 141.2%; }
    .teacher__subtitle { font-size: 76.5%; margin-top: 0; }
    .teacher__content { padding: 15px 0 0; }
    .teacher__body p, .teacher__body ul { font-size: 82.4%; }
    .teacher__body h3 { font-size: 94.2%; margin-top: 35px; margin-bottom: 10px; }
    .teacher__body li::before { width: 9px; margin-inline-end: 9px; }
    .teacher__body-top a[title="instagram"]::before { width: 10px; height: 10px; }
    .teacher__profile { margin-top: 0; }
    /*.teacher__profile { padding: 0 15px; }*/
    .retreats__title, .retreats__card-title { font-size: 100%; }
    .retreats__card { width: 190px; }
    .retreats__card-title::after { width: 16px; height: 16px; }
    .retreats__date { font-size: 76.5%; margin-top: 10px; }
    .grid-rows .grid-row-text { padding-top: 30px; }
    .grid-rows .grid-row { height: auto; }
    .grid-row li.slider-item { padding-bottom: 110%; }
    .grid-rows .grid-row img { height: auto !important; }
    .accomodation-text { margin-top: -45px; width: 100%; max-width: unset; padding-left: 0; }
    .accomodation-gallery { width: 100%; padding: 0; }
    .accomodation-text .inner { width: calc(100% - 40px); margin: 0 auto; padding: 30px 30px; max-width: unset; }
    .accomodation-text h2 { margin-bottom: 20px; font-size: 150%; }
    .accomodation-text .grid-text .grid-text-content { width: 100%; }
    .gallery-container.section-animation-list.shown { }
    .grid-rows .grid-row-text h2 { font-size: 150%; margin-bottom: 20px; }
    .row-small-big .grid-text .grid-text-content .gridText1 h2 { font-size: 150%; margin-bottom: 20px; }
    .about h1 { font-size: 160%; }
    .accomodation-gallery .owl-carousel .owl-dots { top: auto; bottom: 40px; left: 50%; width: 100%; transform: translateX(-50%); }
    .form-container-wide #DynamicFormObject { flex-direction: column; }
    .form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { width: 100%; }
    .form-container-wide #DynamicFormObject .dynamicFormObjectFields { width: 100%; }
    .grid-form-section { padding: 40px 25px 30px; }
    .form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText h3 { font-size: 83%; }
    .retreats .section-title h2 { max-width: 100%; }
    .retreats .section-title h2 { font-size: 200%; }
    .sections .retreats { padding-left: 25px; padding-right: 25px; padding-bottom: 70px; width: 100%; }
    .retreats .grid-boxes .grid-box-subtitle.button { margin: 0; }
    .retreats .grid-box-title h3 { font-size: 127% !important; margin: 0 !important; }
    .retreats .grid-box { margin-bottom: 30px; font-size: 83.5%; width: 100%; }
    .retreats .grid-boxes .grid-box-subtitle.button a::after { width: 22px; height: 22px; background-size: contain; margin-bottom: -3px; }
    .retreats .grid-boxes { max-width: unset; }
    .home-page .row-align .grid-rows .grid-row-text h2 { font-size: 150%; }
    .row-align .flex-control-nav { bottom: 20px; left: 50%; transform: translateX(-50%); }
    .home-page .GridFooterGallery { display: none; }
    .footer-text-divided > div.footer-text-left, .footer-text-divided > div.footer-text-right { display: block; }
    .footer-text-divided > div.footer-text-right p { text-align: center; margin-top: 30px; bottom: 150px; border-right: none; }
    .footer-text-divided > div.footer-text-right ul { justify-content: center; flex-wrap: wrap; }
    .footer-text-divided > div.footer-text-right ul li:last-of-type a { }
    .footer-text-divided > div.footer-text-right ul a { margin: 0 10px; }
    .footer-text-divided { display: flex; flex-direction: column; align-items: center; padding: 40px 25px 150px; }
    .footer-text-divided > div.footer-text-middle ul li a { margin: 0 25px; }
    #SiteFooter .footer-text-divided > div.footer-text-left img { max-width: 110px; }
    .footer-text-divided > div.footer-text-left { width: auto; padding-bottom: 45px; }
    .footer-text-divided > div.footer-text-middle { flex-grow: 1; width: 100%; order: 3; padding: 20px 0 0; display: flex; justify-content: center; }
    .footer-text-divided > div.footer-text-right { order: 2; }
    #SiteFooter .site-credit.alternative .text-center { display: flex; align-items: center; justify-content: space-between; }
    a.AccessabilityLink { margin: 0; }
    #GridTop { height: 300px; margin-bottom: 50px; }
    .top-caption h2 { font-size: 47%; }
    .top-caption h1 { font-size: 70%; margin: 0; }
    .top-caption { bottom: 10%; top: auto; }
    .culture-page .row-align .grid-row .grid-row-cell.grid-row-cell-text { padding: 30px; }
    .culture-page .row-align { margin-bottom: 50px; }
    .culture-page .grid-text h2 { margin-top: 40px; font-size: 148%; }
    #SiteGrid.layout-bottom #GridPromo { padding: 40px 25px 30px; }
    .rooms .grid-row li.slider-item { padding-bottom: 83%; }
    .grid-row-section.shared { max-width: calc(100% - 20px); }
    .shared .grid-rows .grid-row-text { padding: 0; }
    .testimonials { flex-direction: column; padding-left: 80px; padding-right: 25px; padding-top: 20px; }
    .testimonials .section-title h2::after { display: none; }
    .testimonials .section-title { width: 100%; font-size: 70%; }
    .testimonials .gallery-container { width: 100%; padding: 0; }
    .testimonials .owl-carousel .owl-next::after { transform: rotate(180deg); }
    .testimonials .owl-carousel .owl-next { left: -60px; }
    .testimonials .owl-carousel .owl-item img { width: auto; min-width: 290px; }
    .testimonials .owl-carousel .photoTextWrapper { position: absolute; }
    #home-gallery { height: calc(100vh - 110px) !Important; }
    #home-gallery ol.flex-control-nav.flex-control-paging { bottom: 35px; left: 50%; transform: translateX(-50%); width: 100%; }
    body:not(.home-page) .form-container-wide #DynamicFormObject { padding: 30px 0 20px; }
    .celebrate-life #headline h1 { font-size: 100%; }
    .GridBottomGallery { padding-top: 20px; }
    #header .submenu > li.active::after { display: none; }
    body:not(.home-page) .FooterForm.form-container-wide #DynamicFormObject .dynamicFormObjectFields { max-width: unset; }
    .farm-page .grid-row .grid-row-cell.grid-row-cell-text { width: 100%; }
    .family .grid-text-section h2 { font-size: 148%; }
    .family .grid-text .grid-text-content { width: 100%; }
    .family .grid-row .grid-row-cell.grid-row-cell-text { padding: 25px; }
    .family .grid-rows .grid-row-text h2 { font-size: 130%; }
    .family .grid-rows .grid-row-text p.contact-label { font-size: 100%; }
    .family .grid-row-section { margin-bottom: 50px; }
    .family .top-caption { top: auto; }
    .press-page #LobbyModule .grid-box { width: 100%; }
    .press-page #LobbyModule .grid-boxes { flex-wrap: wrap; }
    .press-page .sections .grid-content-section { padding-left: 25px; padding-right: 25px; }
    #allSectionsWrapper > h2 { width: calc( var(--vw) * 1 ); position: relative; left: 50%; right: 50%; margin-left: calc( var(--vw) * -0.5 ) !important; margin-right: calc( var(--vw) * -0.5 ) !important; padding: 0 25px; text-align: center; font-size: 118%; margin-bottom: 40px; margin-top: 20px; max-width: 100% !important; }
}

@media (max-width: 350px) {
    .testimonials .owl-carousel .owl-item img { min-width: 320px; width: 100%; height: 100%; }
}

/* Moshiko's CSS */
.retreatsPage #LobbyModule h2 { max-width: 10ch; margin-left: 0; margin-bottom: 25px; }

/*Split Layout*/
.splitLayout { text-align: start; }
.splitLayout .section-title h2, .splitLayout#ContentGridShortModule #headline { color: #7d735c; font-size: 295%; font-family: 'LTBrewery-Medium', sans-serif; text-transform: uppercase; margin-left: 0; text-align: inherit; }
.splitLayout:not(:first-child) .section-title h2 { font-size: 188.24%; line-height: 1.56; }
.splitLayout.grid-content-section { max-width: 100%; }
.splitLayout.grid-content-section .grid-boxes, #LobbyModule .splitLayout.grid-content-section .grid-boxes { margin: 0; /*flex: 1 1;*/ display: flex; flex-wrap: wrap; text-align: start; padding: 0; }
.splitLayout.grid-text-section .grid-text { flex: 1 1; }
.splitLayout .splitLayoutInner { display: flex; max-width: 1360px; margin: 0 auto; }
.splitLayout .section-title, .splitLayout #pageview { flex-basis: 20%; margin: 0 0 25px; align-self: flex-start; padding: 0 15px; }
.splitLayout .grid-boxes, .splitLayout #gridshort-view { width: 80%; }

@media(max-width: 767px) {
    .splitLayout .splitLayoutInner { flex-direction: column; }
    .splitLayout .section-title { flex-basis: 100%; }
    .splitLayout .grid-boxes { width: 100%; }
    .splitLayout .section-title h2, .splitLayout#ContentGridShortModule #headline { font-size: 200%; }
    .splitLayout .grid-boxes, .splitLayout #gridshort-view { width: 100%; }
}

/*Retreats Page */

.retreatsPage #GridTop { height: 630px; margin-bottom: 0; }
.retreatsPage .top-caption { font-size: 100%; text-align: center; bottom: 70px; top: auto; transform: translateX(-50%); width: fit-content; padding: 0 15px; }
.retreatsPage .top-caption h1 { font-size: 294.2%; text-transform: uppercase; font-family: 'LTBrewery-Medium', sans-serif; }
.retreatsPage .top-caption h2 { margin-top: 22px; font-size: 118%; line-height: 1.5; }

.retreatsPage #LobbyModule .retreatsSec { padding: 95px 15px 144px; margin: 0; }
.retreatsPage .lobby-grid #GridPage .max-width { padding: 0; width: 100%; }
.retreatsPage #LobbyModule .grid-box, .retreatsPage #lobbyview .grid-box { font-size: 100%; margin: 0 0 55px; }
.retreatsPage #LobbyModule .retreatsSec .grid-box { display: flex; flex-direction: column; margin: 0 0 56px; font-size: 100%; }
.retreatsPage #LobbyModule .retreatsSec .grid-box-title a { color: #7d735c; }
.retreatsPage #LobbyModule .retreatsSec .grid-box-title h3 { font-size: 106%; margin: 0; }
.retreatsPage #LobbyModule .retreatsSec .grid-boxes { text-align: left; padding: 0; }
.retreatsPage #LobbyModule .retreatsSec .grid-box-title { order: 1; margin-top: 10px; }
.retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle:not(.button) { color: #495c3f; opacity: .52; line-height: 1.06; font-size: 94.5%; }
.retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle.button { color: #7d735c; font-size: 147%; line-height: 1.10; margin-top: 4px; }
.retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle.button a::after { content: ''; display: inline-block; vertical-align: middle; margin-left: 7px; width: 26px; height: 26px; background: url(/warehouse/temp/kearetreat/arrow-right.svg); background-repeat: no-repeat; background-size: 100%; }
.retreatsPage #LobbyModule .retreatsSec .grid-boxes .grid-box-image { padding-bottom: 121%; margin-bottom: 17px; }
/*.retreatsPage #LobbyModule .retreatsSec .section-title { margin: 0; }*/
.retreatsPage #LobbyModule .retreatsSec .content-section-Btn { margin-top: 25px; }
.retreatsPage #LobbyModule .retreatsSec .content-section-Btn a { font-family: 'RMNeueTRIAL-Regular', sans-serif; letter-spacing: 2px; color: #6e6e6e; display: inline-block; font-size: 88.3%; }
.retreatsPage #LobbyModule .retreatsSec .content-section-Btn a::before { content: ''; display: inline-block; vertical-align: -26%; margin-right: 10px; width: 26px; height: 25px; background: url(/warehouse/temp/kearetreat/calendar-icon.svg); background-repeat: no-repeat; background-size: 100%; }

/*.retreatsPage #LobbyModule .withusSec { background: #f8f5ef; color: #6e6e6e; text-align: start; padding: 80px 15px 50px; margin: 0; }*/
.withusSec { background: #f8f5ef; color: #6e6e6e; text-align: start; padding: 80px 15px 50px; margin: 0; }
.withusSec h2 { max-width: 10ch; }
.withusSec .grid-text .grid-text-content { direction: inherit; margin: 0; width: 100%; }
.withusSec .grid-text .grid-text-content ul { padding: 0; margin: 0; list-style-type: none; }
.withusSec .grid-text .grid-text-content li::before { content: ""; display: inline-block; vertical-align: middle; background: url(/warehouse/temp/kea/line.svg); width: 15px; height: 2px; margin-inline-end: 12px; }
.withusSec .grid-text .grid-text-content .gridText1,
.withusSec .grid-text .grid-text-content .gridText2 { text-align: inherit; padding: 0; }
.withusSec .grid-text p { margin-top: 0; }
.withusSec .grid-text li { letter-spacing: -0.1px; line-height: 1.4; }
.withusSec .grid-text li:not(:last-child) { margin-bottom: 12px; }


#LobbyModule .activitiesSec { background: #8b7d60; color: #fff; margin: 0; padding: 50px 15px 35px; }
#LobbyModule .activitiesSec .section-title h2 { color: inherit; line-height: 1.4; }
#LobbyModule .activitiesSec .grid-boxes .grid-box { padding: 0 30px; }
#LobbyModule .activitiesSec .grid-boxes .grid-box-image, #LobbyModule .activitiesSec .grid-boxes .grid-box-image { padding-bottom: 0; max-height: 64px; margin: 0 0 13px; }
#LobbyModule .activitiesSec .grid-boxes .grid-box-image-container { position: static; }
#LobbyModule .activitiesSec .grid-boxes .box-image-animation { pointer-events: none; }
#LobbyModule .activitiesSec .grid-boxes .box-image-animation img { height: 100%; width: auto; }

@media (max-width: 767px) {
    .retreatsPage #GridTop { height: 300px; }
    .retreatsPage .top-caption h2 { font-size: 90%; }
    .retreatsPage .top-caption { bottom: 15px; }
    .retreatsPage .top-caption h1 { font-size: 200%; }

    .retreatsPage #LobbyModule .retreatsSec { padding-top: 60px; padding-bottom: 40px; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box { margin-bottom: 35px; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle.button { font-size: 120%; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle:not(.button) { font-size: 76.5%; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box-title h3 { font-size: 100%; }
    .withusSec { padding-top: 60px; padding-bottom: 40px; }
    .withusSec .grid-text li,
    #LobbyModule .activitiesSec .grid-box-fulltext { font-size: 82.4%; }
    #LobbyModule .activitiesSec .grid-boxes .box-image-animation img { max-width: 48px; height: auto; }
}

.calandar-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 5; z-index: 9; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: none; }
.calandar-modal section { width: 866px; max-width: 90%; background: #fff; border-radius: 2px; box-shadow: 0 7px 13px -2px rgba(0, 0, 0, 0.33); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 34px 28px; }
.calandar-modal .grid-boxes .grid-box-image { display: none; }
.calandar-modal .grid-boxes .grid-box { width: 100%; border-top: 1px solid #ddd; display: flex; flex-wrap: wrap; align-items: center; padding: 13px; opacity: 1; }
.calandar-modal .grid-boxes.row { margin: 0; overflow-y: auto; max-height: 400px; }
.calandar-modal .grid-boxes .grid-box-subtitle { font-size: 100%; order: -1; margin-right: 33px; color: #7d735c; opacity: .61; min-width: 155px; text-align: left; }
.calandar-modal .grid-boxes .grid-box-title h3 { font-size: 100%; margin: 0; }
.calandar-modal .grid-box-title { margin-left: auto; }
.calandar-modal .grid-boxes .grid-box-subtitle.button { opacity: 1; }
.calandar-modal .section-title { margin: 0 0 50px; opacity: 1; font-family: 'LTBrewery-Medium', sans-serif; color: #7d735c; text-transform: uppercase; display: flex; justify-content: space-between; }

@media(max-width: 767px) {
    .calandar-modal section { padding: 30px 15px 15px; max-height: calc(var(--vh) * 0.75); overflow: auto; }
    .calandar-modal .section-title { margin-bottom: 30px; }
    .calandar-modal .section-title h2 { font-size: 200%; max-width: 100%; margin-left: 0; }
    .calandar-modal .grid-boxes .grid-box { font-size: 89%; margin: 0; }
    .calandar-modal .grid-boxes .grid-box-subtitle { margin-right: 15px; min-width: unset; }
    .calandar-modal .grid-box-title { margin-left: 0; }
}

/* Teachers Page */
.teachersPage #GridPage .max-width { width: 100%; max-width: 100%; }
.teachersPage .grid-short-box { text-align: inherit; margin-bottom: 0; }
.teachersPage .grid-short-box-label { color: #7d735c; font-size: 147%; line-height: 1.10; padding-top: 0; }
.teachersPage .grid-short-box-subtitle { color: #495c3f; opacity: .52; line-height: 1.06; font-size: 94.5%; margin-top: 11px; }
.teachersPage .grid-short-box-link { display: none; }
.teachersPage .grid-short-box-label::after { content: ''; display: inline-block; vertical-align: middle; margin-left: 7px; width: 26px; height: 26px; background: url(/warehouse/temp/kearetreat/arrow-right.svg); background-repeat: no-repeat; background-size: 100%; }
.teachersPage .grid-short-box-image { padding-bottom: 121%; margin-bottom: 17px; }
.teachersPage #gridshort-view .row > div { margin-bottom: 56px; }
.teachersPage #gridshort-view .flex-row { display: flex; flex-wrap: wrap; }

.teachersPage .GridBottomGallery .topImg { max-width: 1024px; margin-left: auto; }
.teachersPage .GridBottomGallery { background: #f8f5ef; }
.teachersPage .GridBottomGallery .owl-carousel { max-width: 1440px; margin: 0 auto; padding: 0 45px; }
.teachersPage .GridBottomGallery .owl-carousel h3 { color: #7d735c; font-size: 177%; font-family: 'LTBrewery-Medium', sans-serif; text-transform: uppercase; margin: 0; line-height: 1.23; }
.teachersPage .GridBottomGallery .owl-carousel .photoFullText { color: #6e6e6e; margin-top: 40px; line-height: 1.53; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button { background: transparent; padding: 7px 0; margin-top: 40px; font-family: 'RMNeueTRIAL-Regular', sans-serif; color: #7d735c; position: relative; transition: 0.3s; }
.teachersPage .GridBottomGallery .owl-carousel .owl-item .item { padding-bottom: 90px; position: relative; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button:hover { background: initial; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextWrapper { text-align: center; width: 525px; max-width: 100%; max-height: 90%; top: auto; bottom: 0; left: 0; transform: none; padding: 55px 60px 35px; }
.teachersPage .GridBottomGallery .owl-carousel .owl-dots { bottom: auto; top: 30px; z-index: 3; max-width: 1024px; left: auto; right: 0; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button::after { content: ""; display: inline-block; width: 26px; height: 26px; background: url(/warehouse/temp/kea/arrow-dark-r.svg); margin-left: 6px; margin-bottom: -8px; transition: 0.3s; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button::before { content: ""; display: block; width: 69%; height: 1px; position: absolute; left: 0; bottom: 3px; background: #7d735c; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button:hover, .teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button:focus { background: #7d735c; color: #fff; padding: 7px 8px; }
.teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button:hover::after, .teachersPage .GridBottomGallery .owl-carousel .photoTextLinkWrapper a.item-button:focus::after { width: 0; }
.teachersPage .categories-strip, .retreatsPage .categories-strip, .retreat-page .categories-strip { display: none; }

/* Teacher page */
.teachersPage.contentInnerPage .GridBottomGallery { display: none; }

/* Retreat Inner Page */
.retreat-page #headline { display: none; }
.retreat-page section { margin-bottom: 0; }
.retreat-page .intro { padding: 0; margin-bottom: 0; }
#GridTop.noTopImage { height: 134px; }
.retreat-page #GridTop.noTopImage { margin: 0; }
.retreat-page .intro .grid-row { direction: ltr !important; height: 628px; /*min-height: 628px;*/ }
.retreat-page .intro .grid-row .grid-row-cell.grid-row-cell-text { background: #fff; }
.retreat-page .intro .grid-rows .grid-row-text { display: flex; flex-direction: column; margin: 0 auto; max-width: 392px; }
.retreat-page .intro .grid-rows .grid-row-text p { order: 1; font-size: 94%; margin-bottom: 9px; }
.retreat-page .intro .grid-rows .grid-row-text h2 { order: 2; font-size: 418%; max-width: unset; margin-bottom: 20px; line-height: 1.04; }
.retreat-page .intro .grid-rows .grid-row-text h3 { order: 3; font-size: 100%; color: #6e6e6e; margin-bottom: 65px; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-button:not(.last-btn) { order: 4; margin: 0; margin-bottom: 21px; background: #7d735c; border: 2px solid #7d735c; color: #fff; transition: 0.3s; font-size: 88.3%; padding: 12px; width: 100%; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-button.last-btn { order: 5; align-self: center; margin: 0; font-size: 88.3%; padding: 0; text-transform: uppercase; background: none; color: #7d735c; display: flex; align-items: center; justify-content: space-between; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-button:not(.last-btn):hover, .retreat-page .intro .grid-rows .grid-row-text a.grid-row-button:not(.last-btn):focus { color: #7d735c; border: 2px solid #7d735c; background: #fff; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-button:not(.last-btn)::after { display: none; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-button.last-btn::after { display: none; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-butto.sections .grid-content-section.retreat-info-details { padding: 0; max-width: unset; display: flex; flex-wrap: wrap; background: #f8f5ef; }
.retreat-page section .retreat-info { position: relative; left: auto; right: auto; margin: 0; width: 50%; text-align: left; padding-top: 45px; padding-right: 20px; }
#LobbyModule .retreat-info-details .grid-boxes { width: 50%; max-width: unset !important; margin: 0; padding-top: 96px; display: flex; flex-direction: column; }
.retreat-inner-wrapper { max-width: 1326px; margin: 0 auto; display: flex; padding-bottom: 70px; }
.retreat-info-details .section-title h2 { font-family: 'LTBrewery-Medium'; color: #7d735c; font-size: 141%; margin-bottom: 20px; }
.retreat-info .grid-text .grid-text-content { width: 100%; padding: 0; max-width: 500px; margin-left: 0; color: #7d735c; font-size: 106%; }
.retreat-info .grid-text .grid-text-content p { margin: 0; line-height: 1.5; }
#LobbyModule .retreat-info-details .grid-boxes .grid-box { width: 100%; display: flex; padding: 0; flex-wrap: wrap; }
#LobbyModule .retreat-info .grid-box-image { padding: 0; }
.retreat-info-details .grid-box-image { padding: 0; width: 53px; min-width: 88px; padding-right: 35px; }
.retreat-info-details .grid-box-image .grid-box-image-container { position: static; }
.retreat-info-details .grid-box-title { font-size: 137%; color: #6e6e6e; align-self: center; }
.retreat-info-details .grid-box-title a { color: #6e6e6e !important; padding-bottom: 20px; display: block; }
.retreat-info-details .grid-box-fulltext { padding-left: 88px; text-align: left; color: #6e6e6e; font-size: 122%; }
.retreat-page .intro .grid-rows .grid-row-text a.grid-row-button.last-btn::before { content: ""; display: inline-block; width: 21px; height: 20px; background: url(/warehouse/temp/kea/share.svg); margin-right: 9px; margin-top: -3px; }
.sections .grid-content-section.retreat-info-details { max-width: unset; padding: 0; background: #f8f5ef; margin-bottom: 0; }
#LobbyModule .retreat-info-details .grid-boxes .grid-box:last-of-type { margin: 0; }
.sections .retreat-specials { background: #8b7d60; max-width: unset; padding-bottom: 40px; margin-bottom: 0; }
#LobbyModule .retreat-specials .grid-boxes { max-width: 1326px; padding: 0; display: flex; flex-wrap: wrap; }
.retreat-specials h2 { text-align: left; color: #f8f5ef; font-size: 112%; text-transform: lowercase; }
.retreat-specials .section-title { margin-bottom: 63px !important; max-width: 1326px; margin: 0 auto; }
.retreat-specials .grid-box-image { display: none; }
#LobbyModule .retreat-specials .grid-box { width: 50%; text-align: left; padding: 0; margin-bottom: 30px; padding-right: 20px; }
.retreat-specials .grid-boxes .grid-box-title h3 a { color: #f8f5ef; text-decoration: underline; pointer-events: none; }
#LobbyModule .retreat-specials .grid-boxes .grid-box-title h3 { font-size: 164%; margin-bottom: 6px; }
#LobbyModule .retreat-specials .grid-boxes .grid-box-fulltext { color: #fff; font-size: 122%; line-height: 1.41; }
.retreat-teacher { padding: 0; padding-top: 56px; background: #f8f5ef; }
.retreat-teacher .grid-rows .grid-row { height: auto; }
.retreat-teacher .grid-rows .grid-row-text { width: 100%; max-width: unset; display: flex; flex-direction: column; }
.retreat-teacher .grid-row .grid-row-cell.grid-row-cell-text { padding: 55px; }
.retreat-teacher .grid-rows .grid-row-text h2 { max-width: unset; text-align: left; width: 100%; order: 2; font-size: 188.3%; }
.retreat-teacher .grid-rows .grid-row-text h3 { text-align: left; order: 1; font-family: 'LTBrewery-Medium'; text-transform: uppercase; color: #6e6e6e; font-size: 112%; }
.retreat-teacher .grid-rows .grid-row-text p { text-align: left; order: 3; max-width: 570px; color: #6e6e6e; }
.retreat-teacher .grid-rows .grid-row-text a.grid-row-button { align-self: flex-start; }
.retreat-teacher .grid-rows .grid-row-text a.grid-row-button:not(.last-btn) { order: 4; padding: 7px 0; margin-bottom: 90px; }
.retreat-teacher .grid-rows .grid-row-text a.grid-row-button.last-btn { order: 5; background: none; color: #7d735c; font-family: 'TRYVesterbro-Light'; padding: 0; }
.retreat-teacher .grid-rows .grid-row-text a.grid-row-button:not(.last-btn):hover, .retreat-teacher .grid-rows .grid-row-text a.grid-row-button:not(.last-btn):focus { padding: 7px 8px; }
.retreat-teacher .grid-rows .grid-row-text a.grid-row-button:not(.last-btn)::after { width: 100%; }
.grid-rows .grid-row-text a.grid-row-button.last-btn::after { display: none; }
.retreat-teacher .grid-rows .grid-row-text a.grid-row-button.last-btn::before { width: 18px; height: 18px; background: url(/warehouse/dynamic/282050.svg); background-size: 100%; display: inline-block; vertical-align: -3px; margin-right: 8px; opacity: .5; content: ""; }
.retreat-teacher .flex-control-nav { width: auto; left: 40px; bottom: 40px; }
.retreat-result { padding-top: 60px; text-align: left; padding-bottom: 50px; }
.retreat-result .grid-text .grid-text-content { direction: ltr; }
.retreat-result .grid-text .grid-text-content .gridText1, .retreat-result .grid-text .grid-text-content .gridText2 { text-align: left; PADDING: 0; }
.retreat-result.grid-text-section .section-animation-item { max-width: 1325px; margin: 0 AUTO; PADDING: 0; }
.retreat-result .section-title h2 { margin-bottom: 36px; color: #7d735c; font-family: 'LTBrewery-Medium'; font-size: 141%; }
.retreat-result .grid-text .grid-text-content .gridText1 ul, .retreat-result .grid-text .grid-text-content .gridText2 ul { list-style: none; padding: 0; margin: 0; }
.retreat-result .grid-text-content li { position: relative; padding-left: 31px; margin-bottom: 15px; color: #6e6e6e; }
.retreat-result .grid-text-content li::before { content: ""; display: block; width: 17px; height: 2px; position: absolute; left: 0; top: 11px; background: #7d735c; }
.grid-image-section.retreat-image { height: 530px; }
.retreat-image .image-section-data { height: 530px; }
.retreat-note .grid-text { max-width: 1326px; margin: 0 auto; }
.retreat-note .grid-text .grid-text-content { width: 100%; padding: 0; display: flex; flex-direction: column; }
.retreat-note .grid-text .grid-text-content .gridText1, .retreat-note .grid-text .grid-text-content .gridText2 { padding: 0; width: 100%; display: flex; direction: ltr; justify-content: space-between; }
.retreat-note .grid-text p { margin: 0; }
.retreat-note .grid-text .grid-text-content .gridText1 { margin-bottom: 18px; }
.retreat-note .grid-text h2 { text-align: left; color: #7d735c; font-family: 'LTBrewery-Medium'; font-size: 141.2%; margin-right: 20px; }
.retreat-note .grid-text .grid-text-content p { max-width: 533px; display: block; color: #6e6e6e; }
.retreat-note .grid-text h3 { color: #6e6e6e; font-size: 100%; margin: 0; text-align: left; margin-right: 20px; }
.retreat-note .grid-text .grid-text-content .text-wrapper { text-align: left; }
.retreat-note { padding-bottom: 47px; padding-top: 44px; }
.intro .box-image-animation img { height: auto !important; }
.retreat-teacher .grid-row li.slider-item { padding-bottom: 86%; }
.retreat-page .FooterForm.form-container-wide { display: none; }
.retreat-page .grid-boxes .box-image-animation { pointer-events: none; }

/* Other (2) */
.close-calandar-btn { font-size: 0; border: 0; background: none; width: 40px; height: 40px; padding: 0; position: relative; }
.close-calandar-btn::before { content: ""; height: 2px; width: 36px; background: #7d735c; display: block; transform: rotate(45deg); position: absolute; }
.close-calandar-btn::after { content: ""; height: 2px; width: 36px; background: #7d735c; display: block; transform: rotate(-45deg); position: absolute; }
.calandar-modal h2 { color: #7d735c; }
.accomodation-text.grid-text-section .section-animation-item { margin-top: 0; }
.testimonials .owl-carousel .owl-item img { width: 110%; }
.contact-page .grid-text .grid-text-content { max-width: 1326px; padding: 0; direction: ltr; text-align: left; }
.contact-page .grid-text .grid-text-content .gridText1 { text-align: left; color: #6e6e6e; padding-left: 0; padding-right: 20px; }
.contact-page .grid-text .grid-text-content .gridText2 { text-align: left; padding-right: 0; }
.contact-page .grid-text h2 { color: #7d735c; text-transform: uppercase; font-family: 'LTBrewery-Medium'; font-size: 141.4%; margin-bottom: 15px; }
.contact-page .grid-text p { margin: 0; padding-left: 32px; margin-bottom: 15px; color: #6e6e6e; }
.contact-page .grid-text ul { list-style: none; padding: 0; margin: 0; }
.contact-page .grid-text ul li { padding-left: 32px; position: relative; font-size: 118%; color: #6e6e6e; }
.contact-page .grid-text ul li::before { content: ""; display: block; width: 17px; height: 2px; position: absolute; left: 0; top: 11px; background: #7d735c; }
.contact-page .grid-text ul li a { font-size: 85%; }
.contact-page .grid-text .grid-text-content .gridText2 ul { font-size: 85%; }
.home-page .about.grid-text-section .section-animation-item { margin-top: 0; }
.terms-page #text1, .privacy-page #text1 { max-width: 1100px; text-align: left; color: #7d735c; margin-bottom: 150px; }
.terms-page #text1 h3, .privacy-page #text1 h3 { font-family: 'LTBrewery-Medium'; text-transform: uppercase; font-size: 118%; padding-left: 45px; position: relative; margin-top: 65px; margin-bottom: 20px; }
.terms-page #text1 p, .privacy-page #text1 p { font-size: 106%; padding-left: 45px; }
.terms-page #text1 h3::before, .privacy-page #text1 h3::before { content: ""; display: block; width: 17px; height: 2px; position: absolute; left: 0; top: 9px; background: #7d735c; }
.terms-page #text1 h3:first-of-type, .privacy-page #text1 h3:first-of-type { margin-top: 0; }
body.modal-open { overflow: hidden; }
.culture-page .moreText > div { padding: 0 0 57% 0 !important; }
.retreat-page .intro .grid-rows .grid-row-text .share-strip { order: 6; display: none; padding-top: 10px; }
.retreat-page .intro .grid-rows .grid-row-text .share-strip a { margin: 0 6px; }
.retreat-page .form-container-wide #DynamicFormObject .dynamicFormObjectSubmit { width: 100%; height: auto; position: static; float: right; }
.retreat-page .form-container-wide #DynamicFormObject .dynamicFormObjectSubmit::before { display: none; }
.retreat-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields input.form-submit { font-size: 100%; text-align: left; border: 1px solid #fff !important; margin-top: 30px; width: auto; float: left; padding: 10px 50px; font-family: 'RMNeueTRIAL-Regular'; transition: 0.3s; }
.retreat-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields input.form-submit:hover, .retreat-page .form-container-wide #DynamicFormObject .dynamicFormObjectFields input.form-submit:focus { background: #fff; color: #7d735c; }
.retreat-page #SiteGrid.layout-bottom #GridPromo { padding: 0; }
body:not(.home-page) #SiteFooter { background: #f8f5ef; }
#header .submenu li > a { text-decoration: none !important; }
.testimonials .topImg { display: none; }
.testimonials .owl-carousel .photoTextWrapper { background: #f1eee7; position: static; transform: none; text-align: center; display: flex; flex-direction: column; }
/*.testimonials h3::before { margin-left: auto; margin-right: auto; content: ""; display: block; width: 80px; height: 1px; background: #8b7d60; margin-top: 12px; margin-bottom: 13px; }*/
.testimonials h3 { order: 2; font-family: 'RMNeueTRIAL-Regular'; color: rgb(2 2 2 / 50%); margin-bottom: 0; margin-top: 12px; }
.testimonials .photoFullText { order: 1; }
.testimonials h3::after { display: none; }
.testimonials .owl-carousel div { display: flex; align-items: center; top: 0; flex-grow: 1; margin: 0 auto; align-self: normal; }
.testimonials .owl-carousel .owl-item img { display: none; }
.testimonials .owl-carousel div .owl-prev, .testimonials .owl-carousel div .owl-next { top: 50%; }
.testimonials .owl-carousel .photoTextWrapper p::before { content: "“"; }
.testimonials .owl-carousel .photoTextWrapper p::after { content: "”"; }
.culture-page #GridTop { margin-bottom: 0px; }
.retreat-teacher h2 { text-transform: uppercase; font-family: 'LTBrewery-Medium'; color: #7d735c; font-size: 294%; }
.retreatsPage .form-container-wide { display: none; }
body:not(.home-page) .accomodation-gallery { margin: 50px 0; }
body:not(.home-page) .accomodation-gallery .owl-nav { display: none; }
.home-page .about .grid-text h2 { font-size: 120%; margin-top: 10px; color: #7d735c; }
.retreat-page .intro .book-btn-wrapper { order: 4; height: 70px; }

/* Order Form */
#TableOrderModule { margin-top: 145px; }
#TableOrderModule #headline { font-family: LTBrewery-Medium; text-transform: uppercase; font-size: 212%; color: #7d735c; margin-bottom: 35px; }
#TableOrderModule.thanksMode #headline { display: none; }
#TableOrderModule.thanksMode #text1 p:first-child { font-family: LTBrewery-Medium; text-transform: uppercase; font-size: 212%; color: #7d735c; margin-bottom: 35px; }
#TableOrderModule p { color: #7d735c; padding-bottom: 25px; }
#tableorderform { max-width: 1000px; margin: 0 auto; padding: 110px 130px 0; background-color: #f8f5ef; border: 0px; margin-bottom: 145px; }
#tableorderform::after { display: none; }
#tableorder-form h3 { display: none; }
.normal-form fieldset .col-md-3 { width: 33.33%; padding: 0 15px; }
.normal-form fieldset .col-md-3.time-wrapper { width: 66.66%; }
.normal-form fieldset .col-md-3.time-wrapper .input-time-wrapper { display: flex; justify-content: space-between; flex-direction: row-reverse; }
.normal-form fieldset .col-md-3.time-wrapper select { width: 47%; margin-bottom: 30px; margin-left: 0; }
.normal-form fieldset .col-md-3.time-wrapper select option { background-color: #f8f5ef; }
.normal-form input, .normal-form textarea, .normal-form select { width: 100%; border: 0px; border-bottom: 1px solid #7d735c; border-radius: 0; font-size: 83%; padding-left: 0; text-transform: capitalize; }
.normal-form input::placeholder, .normal-form textarea::placeholder, .normal-form select { color: #6e6e6e; }
.normal-form fieldset textarea { min-height: auto !important; height: 35px; box-shadow: none; margin-bottom: 80px; }
.normal-form input[type=submit].form-submit { transition: 0.3s; color: #7d735c; font-family: RMNeueTrial-Regular; letter-spacing: 2px; font-size: 89%; text-transform: uppercase; border: 1px solid #7D735D; background-color: transparent; max-width: 80%; height: 36px; }
.normal-form input[type=submit].form-submit:hover { color: #fff; background: #7d735c; }
.normal-form input:focus { border: 0px solid #000 !important; border-bottom: 1px solid #7d735c !important; }
.normal-form input:focus-visible, .normal-form textarea, .normal-form select:focus-visible { outline: 0px; }
.normal-form-comment { display: none; }
.normal-form .comment-line { display: none; }
.normal-form-submit { margin-bottom: 30px; }

/*BookNow POPUP*/
.popupSec.pop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; max-width: 100%; background: #00000090; z-index: 999; }
.popupSec .popupWrap { display: none; background: #f8f5ef; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 100%; padding: 50px 10px; max-width: 670px; margin: 0; z-index: 12; transition: all 0.4s ease-in-out; }
.popupSec.pop .popupWrap { display: block; }
.popupSec:not(.pop) { display: none; }
#SiteFooter .section.popupSec.section-animation-list { max-width: 100%; }
.popupSec .grid-boxes.row { margin: 0; }
.popupSec .grid-boxes { display: flex; flex-wrap: nowrap; }
.popupSec .grid-boxes > div { width: 100%; padding: 0 12.5px; margin: 0; }
.popupSec .grid-boxes .grid-box-image { padding-bottom: 100%; margin-bottom: 25px; }
.popupSec .grid-boxes .box-image-animation img { width: 100%; }

.popupSec .section-title { margin-bottom: 25px; }
.popupSec .section-title h2 { font-size: 20px; font-family: 'RMNeueTRIAL-Regular'; color: #7d735c; }
.popupSec .grid-boxes .grid-box-title h3 { font-size: 14px; margin: 0 10px; color: #7d735c; font-family: 'RMNeueTRIAL-Regular'; text-transform: uppercase; letter-spacing: 1px; }
.popupSec .grid-boxes .grid-box-title h3 a { color: inherit; position: relative; text-decoration: underline; text-underline-offset: 3px; line-height: 1.3; }
.popupSec .grid-boxes .grid-box-title h3 a:hover { text-decoration: none; }
.popupSec .grid-boxes .grid-box-title h3 a::after { content: ""; position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); background: #7d735c; height: 1px; width: 100%; opacity: 0; }
.popupSec .closePopup { background-image: url('/warehouse/dynamic/297374.svg'); background-repeat: no-repeat; background-size: cover; position: absolute; width: 33px; height: 33px; top: 40px; right: 20px; pointer-events: auto; cursor: pointer; }

@media(max-width: 767px) {
    .popupSec .grid-boxes { flex-wrap: wrap; justify-content: center; }
    .popupSec.pop .popupWrap { width: 95%; padding: 40px 0px; }
    .popupSec .grid-boxes > div { width: 50%; margin-bottom: 30px; }
    .popupSec .grid-boxes .grid-box-image { padding-bottom: 100%; }
    .popupSec .closePopup { top: 10px; right: 15px; }
}

/*Spa Page + Restaurant Page + DayPass page*/
.spaPage #GridTop, .dayPass #GridTop { margin-bottom: 0; }
.spaPage .section, .dayPass .section { padding-top: 0; margin-bottom: 0; }
.spaPage .gallery-container, .dayPass .gallery-container { max-width: 100%; }
.dayPass .owl-carousel .owl-dots, .spaPage .owl-carousel .owl-dots { z-index: 1; text-align: left; padding-left: 30px; }
.dayPass .owl-carousel .owl-item .item, .spaPage .owl-carousel .owl-item .item { padding: 0; }
.spaPage .gallery-slider.flexslider .slides li, .dayPass .gallery-slider.flexslider .slides li { padding-bottom: 39%; }

.spaPage .grid-row-section .flex-control-nav, .dayPass .grid-row-section .flex-control-nav { bottom: 50px; max-width: 95%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); text-align: left; padding-left: 50px; }
.spaPage .grid-text .grid-text-content { width: 100%; padding: 0; }
.spaPage .grid-text .grid-text-content ul { padding: 0; display: flex; justify-content: space-evenly; max-width: 1440px; margin: 50px auto; list-style-type: none; }
.spaPage .grid-text .grid-text-content ul > li { width: 33%; padding: 20px 70px; color: #7D735C; line-height: 1.4; }
.spaPage .grid-text .grid-text-content ul > li:nth-child(2) { border-left: 1px solid #7D735C; border-right: 1px solid #7D735C; }
.spaPage .grid-text .grid-text-content ul > li strong { text-transform: capitalize; font-family: 'LTBrewery-Medium'; }

.dayPass #grid-row0, .dayPass #grid-row2 { background: #fff; }
.dayPass .grid-row-section #grid-row1 ul.slides, .dayPass .grid-row-section #grid-row3 ul.slides { max-width: 100%; }

.dayPass .grid-rows #grid-row3 { background: #e1d9ce; }
.dayPass .grid-rows #grid-row3 .grid-row-text h2 { margin-bottom: 0; }
.dayPass .grid-rows #grid-row3 .grid-row-text h3 { font-size: 100%; margin-bottom: 50px; color: #7D735C; }
.dayPass .visitSec { padding: 50px 0; color: #6E6E6E; background-color: #f8f5ef }
.dayPass .visitSec .section-title h2 { font-family: 'LTBrewery-Medium'; margin-bottom: 20px; }

.dayPass .visitSec .grid-text { max-width: 730px; margin: auto; }
.dayPass .visitSec .grid-text .grid-text-content { padding: 0; width: 100%; }
.dayPass .visitSec .grid-text p { margin-top: 0; line-height: 1.8; }
.dayPass .visitSec .grid-text p:nth-child(2)::before, .dayPass .visitSec .grid-text p:nth-child(2)::after { content: ""; display: block; width: 190px; height: 1px; background: #E1D9CE; margin: 10px auto; }
.dayPass .grid-gallery-section { margin-top: 50px; }
.visitSec .grid-text .sec-button { background: #f8f4ef; border-radius: 0; color: #6E6E6E; font-family: 'RMNeueTRIAL-Regular'; margin-top: 20px; }

.spaPage .grid-rows .grid-row, .dayPass .grid-rows .grid-row { height: 630px; margin-top: 50px; }
.spaPage .meditateRow .grid-row { margin-top: 0; padding: 50px 0; }
.spaPage .grid-gallery-section .owl-carousel .owl-item a.slide-bg-layer { background: #000; opacity: 0.3; }
.owl-carousel .photoTextWrapper { color: #fff; background-color: transparent; }
.owl-carousel .photoTextWrapper h3 { font-size: 125%; margin-top: 20px; margin-bottom: 0px; font-family: 'LTBrewery-Medium'; letter-spacing: 1.84px; color: #c0b3a2; }

@media(max-width: 1440px) {
    .spaPage .grid-rows .grid-row, .dayPass .grid-rows .grid-row { height: 470px; }
}

@media(min-width: 1025px) {
    .dayPass #grid-row1 .grid-row-cell.flexslider-box, .dayPass #grid-row3 .grid-row-cell.flexslider-box { width: 60%; }
    .dayPass #grid-row1 .grid-row-cell.grid-row-cell-text, .dayPass #grid-row3 .grid-row-cell.grid-row-cell-text { width: 40%; }
}

@media(max-width: 767px) {
    .spaPage .grid-text .grid-text-content ul { flex-direction: column; margin-top: 0; }
    .spaPage .grid-text .grid-text-content ul > li { width: 100%; padding: 40px 20px; }
    .spaPage .grid-text .grid-text-content ul > li:nth-child(2) { border-top: 1px solid #7D735C; border-bottom: 1px solid #7D735C; border-right: 0; border-left: 0; }

    .spaPage .flex-control-paging li a, .dayPass .flex-control-paging li a { width: 8px; height: 8px; }
    .spaPage .flexslider .slides img, .dayPass .flexslider .slides img { height: 100%; }
    .spaPage .gallery-slider .flex-direction-nav, .dayPass .gallery-slider .flex-direction-nav { top: 50%; }
    .spaPage .gallery-slider.flexslider .slides li, .dayPass .gallery-slider.flexslider .slides li { padding-bottom: 100%; }
    .spaPage .grid-gallery-section .gallery-container, .dayPass .grid-gallery-section .gallery-container { width: 100vw; }
    .spaPage .grid-row-section .flex-control-nav, .dayPass .grid-row-section .flex-control-nav { bottom: 10px; padding-left: 20px; }

    .dayPass #grid-row2 { margin-top: 0px; }
    .dayPass .grid-gallery-section { margin-bottom: -15px; }
    .dayPass .grid-rows #grid-row3 .grid-row-text h3 { margin-bottom: 20px; }

    .dayPass .visitSec { padding: 50px 25px; }
    .spaPage .grid-rows .grid-row, .dayPass .grid-rows .grid-row { height: auto; }
    .spaPage .grid-rows .grid-row li.slider-item, .dayPass .grid-rows .grid-row li.slider-item { padding-bottom: 66%; }
    .spaPage .meditateRow .grid-row { padding-top: 0; }

    .owl-carousel .photoTextWrapper { width: 100%; }
    .owl-carousel .photoTextWrapper h3 { font-size: 150%; }
}


/*retreat innerPage Btn behaviour*/
@media(min-width: 1025px) {
    .retreat-page .book-btn-wrapper { transition: all 0.4s ease-in-out; transition-delay: -0.3s; left: -120px; }
    .retreat-page.stickRight .book-btn-wrapper { position: fixed; left: -120px; right: auto; top: 50%; transform: translateY(-50%) rotate(-90deg); -webkit-transform: translateY(-50%) rotate(-90deg); z-index: 11; height: 50px; width: 190px; font-family: 'RMNeueTRIAL-Regular'; }
    .retreat-page.stickRight .book-btn-wrapper.sticked { transition: left 0.3s ease; left: -70px; }
    .retreat-page.stickRight .book-btn-wrapper.sticked a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #7d735c; border: 2px solid #7d735c; color: #fff; transition: all 0.3s ease; }
    .retreat-page.stickRight .book-btn-wrapper.sticked a:hover { color: #7d735c; background: #fff; }
}

.orderTablePage #GridTop { background-size: 15% 17%; background-repeat: no-repeat; margin-bottom: 0; height: 230px; }
.orderTablePage #TableOrderModule { margin-top: 0; }

@media(max-width: 767px) {
    .orderTablePage #GridTop { background-size: 70% 25%; height: 180px; }
    .orderTablePage #TableOrderModule #headline { font-size: 170%; }
}

/*@media (min-width: 768px) {
    #header .submenu .has-sub { position: relative; text-align: start; }
    #header .submenu .menu-sub li { text-align: inherit; }
    #header .submenu { display: flex; justify-content: center; align-items: flex-start; }
    #header .submenu .has-sub i { display: none; }
    #header .submenu .menu-sub { padding: 7px 0 0; display: none !important; }
    #header .submenu .menu-sub li a { font-size: 94%; }
    #header .submenu > li.active > a::after { content: ""; display: block; width: 100%; position: relative; left: 0; bottom: -1px; height: 1px; background: #7d735c; margin: 0; pointer-events: none; }
    #header .submenu li > a { position: relative; }
    #header .submenu .has-sub > a:hover ~ .menu-sub { display: block !important; }
}*/
@media (max-width: 767px) {
    #TableOrderModule { margin-top: 0px; }
    #tableorderform { padding: 60px 35px 0; }
    .normal-form .normal-form-submit { text-align: center; }
    .normal-form fieldset .col-md-3 { width: 100%; }
    .normal-form fieldset .col-md-3.time-wrapper { width: 100%; }
    .normal-form fieldset .col-md-3.time-wrapper select { width: 100%; margin-bottom: 20px; }
    .normal-form fieldset .col-md-3.time-wrapper .input-time-wrapper { flex-direction: column; }
    .normal-form input, .normal-form textarea, .normal-form select { max-width: 100%; }
    .normal-form fieldset textarea { height: 40px; margin-bottom: 40px; }
    .normal-form input[type=submit].form-submit { max-width: 100%; height: 40px; }
}

@keyframes animateMenu {
    from { transform: translate(-50%, -45px); opacity: 0; }
    to { transform: translateX(-50%); opacity: 1; }
}

@media (min-width: 1451px) {
    .home-page .row-align .grid-row .grid-row-cell.grid-row-cell-text .grid-row-text { padding-left: var(--custom-padding); }
    .retreat-teacher .grid-rows .grid-row-text { padding-left: calc(var(--custom-padding) - 125px); }
    .retreat-teacher .grid-rows .grid-row-text p { max-width: 600px; }
    .retreat-teacher .grid-rows .grid-row:nth-of-type(even) .grid-row-cell.grid-row-cell-text .grid-row-text { padding-left: 115px; }
}

@media (max-width: 1450px) {
    .splitLayout .splitLayoutInner { max-width: calc(100% - 108px); justify-content: space-between; }
    .splitLayout #pageview { padding: 0; }
    .splitLayout #gridshort-view { margin-right: -15px; }
    .retreat-page .intro .grid-row { height: auto; }
    .retreat-page .intro .grid-rows .grid-row-text h2 { font-size: 300%; }
    .retreat-page .intro .grid-rows .grid-row-text h3 { margin-bottom: 40px; }
    .retreat-inner-wrapper { max-width: calc(100% - 108px); }
    .retreat-specials .section-title { max-width: calc(100% - 108px); }
    #LobbyModule .retreat-specials .grid-boxes { max-width: calc(100% - 108px); }
    .sections .retreat-specials { padding-left: 0; padding-right: 0; }
    .retreat-result.grid-text-section .section-animation-item { max-width: calc(100% - 108px); }
    .retreat-result .grid-text .grid-text-content { display: flex; width: 100%; }
    .grid-text .grid-text-content .gridText1, .grid-text .grid-text-content .gridText2 { width: 48%; }
    .grid-text .grid-text-content .gridText1 { margin-right: 2%; }
    .retreat-result .grid-text .grid-text-content .gridText2 { margin-left: 2%; }
    .retreat-note .grid-text { max-width: calc(100% - 108px); }
    .grid-text .grid-text-content .gridText1 { margin: 0; }
    .teacher__title { max-width: unset; }
    .teacher__subtitle { max-width: unset; }
    .teacher__container { padding-left: 54px; padding-right: 54px; }
}

@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1.2) {
    #home-gallery { height: calc(100vh - 10px) !Important; }
}

@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .section-animation-item { opacity: 1 !important; transform: none !important; }
    .lobbyview .grid-box, .LobbyModule .grid-box { animation: fadeElements .5s forwards; }

    .shared .grid-row li.slider-item { padding-bottom: 52%; }

    /*#home-gallery .slider-bg.stellar-bg { height: 830px !important; }*/
    #home-gallery { height: calc(100vh - 40px) !Important; }

    .retreat-page .intro .grid-row { height: 780px; }
    .retreat-info .grid-text .grid-text-content { max-width: 650px; }
    .retreat-note .grid-text { max-width: 890px; }
    .retreats .section-title { max-width: 1326px; }
    .retreats .grid-boxes { max-width: 1347px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 1330px) {
    .retreat-teacher .grid-row li.slider-item { padding-bottom: 100%; }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .intro .box-image-animation img { height: 100% !important; width: auto; }
    .retreat-page .intro .box-image-animation img { margin-left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
    .retreat-page .intro .grid-row { height: 550px; }
}

@media (max-width: 1200px) {
    .retreat-page .intro .grid-row .grid-row-cell.grid-row-cell-text { padding: 40px 0; }
    .retreat-page section .retreat-info { width: 48%; }
    .retreat-inner-wrapper { justify-content: space-between; }
    #LobbyModule .retreat-info-details .grid-boxes { width: 48%; }
    .terms-page #text1, .privacy-page #text1 { max-width: calc(100% - 108px); }
    .retreat-page .intro .grid-row { min-height: unset; }
    .teacher__container { max-width: unset; }
}

@media (max-width: 1100px) {
    .teachersPage .GridBottomGallery .owl-carousel .owl-dots { max-width: calc(100% - 90px); }
}

@media (max-width: 991px) {
    .teachersPage .GridBottomGallery .owl-carousel .photoTextWrapper { position: relative; width: 100%; }

    .retreat-page .intro .grid-rows .grid-row-cell { width: 100%; }
    .retreat-page .intro .grid-row { display: flex; flex-direction: column; }
    .intro .box-image-animation img { width: 100%; }
    .retreat-page section .retreat-info { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 30px; }
    #LobbyModule .retreat-info-details .grid-boxes { width: 100%; padding: 0; }
    .retreat-inner-wrapper { flex-wrap: wrap; }
    .retreat-teacher .grid-row .grid-row-cell.grid-row-cell-text { padding: 30px 30px 50px 55px; }
    .retreat-teacher .grid-row li.slider-item { padding-bottom: 110%; }
    .retreat-teacher .box-image-animation img { height: auto !important; width: 100%; }
    .retreat-teacher .grid-rows .grid-row-cell { width: 100%; }
    .retreat-teacher .grid-rows .grid-row { display: flex; flex-direction: column; }
    .retreat-teacher .grid-row .grid-row-cell.grid-row-cell-text { padding-right: 54px; padding-left: 54px; padding-top: 40px; }
    .retreat-teacher .grid-rows .grid-row-text h2 { margin-bottom: 30px; }
    .retreat-teacher .grid-rows .grid-row-text a.grid-row-button:not(.last-btn) { margin-bottom: 40px; }
    .retreat-note .grid-text .grid-text-content .gridText1, .retreat-note .grid-text .grid-text-content .gridText2 { flex-direction: column; }
    .retreat-note .grid-text .grid-text-content .gridText1 { margin-bottom: 30px; }
    .retreat-note .grid-text h2 { margin-bottom: 20px; margin-right: 0; }
    .retreat-note .grid-text h3 { margin-bottom: 20px; margin-right: 0; }
    .retreat-note .grid-text .grid-text-content p { max-width: unset; }
    .contact-page .grid-text .grid-text-content .gridText1 { width: 100%; padding: 0; margin-bottom: 50px; }
    .contact-page .grid-text .grid-text-content .gridText2 { width: 100%; }
    .contact-page .grid-text-section { margin-bottom: 0; }
    .contact-page .grid-text ul li { word-break: break-all; }
    .culture-page .grid-text .grid-text-content iframe { width: 100% !important; margin-left: 0; margin-right: 0; }
    .culture-page .moreText > div { padding: 0 0 57% 0 !important; }
}

@media(max-width: 767px) {
    .teachersPage #gridshort-view .row > div { width: 100%; padding: 0; }
    .splitLayout .splitLayoutInner { max-width: calc(100% - 50px); }
    .teachersPage .GridBottomGallery .owl-carousel .photoTextWrapper { padding: 30px; }
    .teachersPage .GridBottomGallery .owl-carousel .owl-dots { max-width: calc(100% - 50px); top: 20px; }
    .teachersPage .GridBottomGallery .owl-carousel { padding-left: 25px; padding-right: 25px; }
    .teachersPage .GridBottomGallery { padding-top: 40px; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box { max-width: 100%; padding: 0; }
    .retreatsPage #LobbyModule .retreatsSec { padding-left: 0; padding-right: 0; }
    .withusSec { padding-left: 0; padding-right: 0; }
    .retreatsPage .splitLayout .section-title { padding: 0; }
    .withusSec .grid-text .grid-text-content { padding: 0; }
    #LobbyModule .activitiesSec { padding-left: 0; padding-right: 0; }
    #LobbyModule .activitiesSec .grid-boxes .grid-box { padding: 0; }
    body:not(.home-page) .form-container-wide #DynamicFormObject { max-width: calc(100% - 50px) !important; }
    .FooterForm.form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { padding: 0; margin-bottom: 10px; }
    body:not(.home-page) .FooterForm.form-container-wide #DynamicFormObject .dynamicFormObjectFields { padding: 0; }
    .calandar-modal .grid-boxes .grid-box-subtitle.button { flex-grow: 1; margin: 0; text-align: right; }
    .calandar-modal .grid-boxes .grid-box { flex-wrap: wrap; }
    .calandar-modal .grid-box-title { width: 100%; text-align: left; margin-top: 5px; }
    .retreat-page #GridTop.noTopImage { height: 84px; }
    .intro .grid-row li.slider-item { padding-bottom: 90%; }
    .intro .flexslider-box { max-width: calc(100% - 50px); margin: 0 auto; margin-left: 25px; }
    .retreat-page .intro .grid-row { background: #fff; }
    .retreat-page .intro .grid-row .grid-row-cell.grid-row-cell-text { padding-top: 0; padding-bottom: 0; }
    .retreat-page .intro .grid-rows .grid-row-text h2 { font-size: 250%; }
    .retreat-page #GridTop { height: 0; }
    .retreat-inner-wrapper { max-width: calc(100% - 50px); }
    .retreat-info-details .grid-box-image { padding-right: 20px; min-width: 60px; width: 60px; }
    .retreat-info-details .grid-box-fulltext { padding-left: 60px; }
    .retreat-specials h2 { width: 100%; max-width: 100%; }
    .retreat-specials .section-title { max-width: calc(100% - 50px); margin-bottom: 40px !important; }
    #LobbyModule .retreat-specials .grid-boxes { max-width: calc(100% - 50px); }
    #LobbyModule .retreat-specials .grid-box { width: 100%; padding: 0; }
    #LobbyModule .retreat-specials .grid-boxes .grid-box-title h3 { margin-bottom: 20px; }
    .retreat-teacher .flex-control-nav { left: 25px; bottom: 25px; }
    .retreat-teacher .grid-rows .grid-row-text { padding: 0; }
    .retreat-teacher .grid-row .grid-row-cell.grid-row-cell-text { padding: 35px 25px; }
    .retreat-teacher .grid-rows .grid-row-text h2 { margin-bottom: 10px; font-size: 150%; }
    .retreat-teacher .grid-rows .grid-row-text h3 { font-size: 100%; }
    .retreat-teacher .grid-rows .grid-row-text a.grid-row-button:not(.last-btn) { margin-bottom: 10px; }
    .retreat-teacher { padding-top: 0; }
    .retreat-page section { padding-left: 0; padding-right: 0; }
    .retreat-result.grid-text-section .section-animation-item { max-width: calc(100% - 50px); flex-direction: column; }
    .grid-text .grid-text-content .gridText1 { width: 100%; margin: 0; }
    .retreat-result .grid-text .grid-text-content .gridText2 { width: 100%; margin: 0; }
    .retreat-result .grid-text .grid-text-content .gridText1 { margin-bottom: 30px; }
    .retreat-result .section-title h2 { max-width: 100%; font-size: 118%; }
    .grid-image-section.retreat-image { height: auto; max-width: unset; }
    .retreat-image .image-section-data { height: auto; }
    .retreat-note .grid-text { max-width: calc(100% - 50px); }
    .terms-page #text1, .privacy-page #text1 { max-width: calc(100% - 50px); margin-bottom: 50px; }
    .teacher__container { padding-left: 25px; padding-right: 25px; }
    #header .submenu { opacity: 1; transform: none; left: 0; height: 100% !important; padding-top: 120px !important; animation: none !important; }
    .grid-rows .grid-row-text p { font-size: 100%; }
    .retreats h3 { font-size: 100%; margin: 10px auto 10px; }
    .retreatsPage .section-title #LobbyModule h2 { font-size: 100%; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box { width: 50%; padding: 0 8px; }
    .retreatsPage #LobbyModule .retreatsSec .grid-boxes { margin-left: -8px; margin-right: -8px; max-width: unset; width: auto; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle.button { font-size: 100%; }
    .retreatsPage #LobbyModule .retreatsSec .grid-box-subtitle.button a::after { height: 15px; width: 15px; margin-bottom: 1px; }
    .withusSec .grid-text li, #LobbyModule .activitiesSec .grid-box-fulltext { font-size: 100%; }
    #allSectionsWrapper > h2 { font-size: 100%; text-align: center; color: #7d735c; line-height: 1.53; }
    .retreatsPage .grid-text .grid-text-content .gridText2 { width: 100%; }
    .retreat-info-details .section-title h2 { max-width: 100%; }
    .retreat-info .grid-text .grid-text-content p { font-size: 94.4%; }
    .teachersPage #gridshort-view .row > div { width: 50%; padding: 0 8px; }
    .teachersPage #gridshort-view .flex-row { margin-left: -8px; margin-right: -8px; }
    .teachersPage .grid-short-box-label { font-size: 100%; }
    .teachersPage .grid-short-box-label::after { width: 15px; height: 15px; margin-bottom: 3px; }
    .teacher__body p, .teacher__body ul { font-size: 100%; }
    .teacher__body h3 { font-size: 118%; }
    .culture-page .zviki .grid-text p { font-size: 100%; }
    .culture-page .grid-text-section.zviki { padding-bottom: 160px; }
    .culture-page .kick .grid-text p { font-size: 100%; }
    .terms-page #text1 p, .privacy-page #text1 p { font-size: 100%; }
    #allSectionsWrapper > h2 br { display: none; }
    .about { padding-left: 25px; padding-right: 25px; }
    .home-page .about.grid-text-section .section-animation-item { width: 100%; padding: 0; }
    .grid-rows .grid-row-text { width: 100%; padding-left: 25px; padding-right: 25px; }
    .grid-rows .grid-row-text h2 { width: 100%; max-width: unset; }
    .row-align .grid-rows .grid-row-text { padding-left: 0; padding-right: 0; }
    .culture-page .grid-text .grid-text-content { padding-left: 25px; padding-right: 25px; }
    .grid-row-section.shared { max-width: calc(100% - 50px); }
    .island .grid-rows .grid-row-text { padding-left: 25px; padding-right: 25px; }
    .farm-page .grid-rows .grid-row-text { width: 100%; }
    .family .grid-text-section { padding-left: 25px; padding-right: 25px; }
    .family .grid-text .grid-text-content { padding: 0; }
    .family .grid-rows .grid-row-text { padding: 0; }
    .retreat-page .form-container-wide #DynamicFormObject { padding: 40px 0 !important; }
    .grid-row-section.shared img { height: auto !important; width: 100%; }
    .shared .grid-row li.slider-item { padding-bottom: 50.8%; }
    .testimonials .owl-carousel .photoTextWrapper { text-align: left; align-items: flex-start; }
    .testimonials h3::before { margin-left: 0; }
    body:not(.home-page) .accomodation-gallery { margin-left: auto; margin-right: auto; }
    body:not(.home-page) .accomodation-gallery .owl-carousel .owl-dots { width: 90%; }
    .retreat-page .intro .grid-rows .grid-row-text { transform: none; z-index: 9999999; }
    .retreat-page .intro .book-btn-wrapper.sticky a { position: fixed; top: 85px; left: 0; z-index: 99999999999999; display: block; height: auto; }
}


/* New Home Page Media */
@media (max-width: 767px) {
    #home-gallery .gallery-caption .gallery-text { font-size: 25px; white-space: unset; padding: 0 25px; }
    #home-gallery .gallery-caption { width: 100%; top: 25px; }
    .about::before { bottom: 25px; }
    .about .section-title { margin-bottom: 0; }
    .about p { margin-top: 15px; }
    .sections .wellness-images-sec { width: calc(100% - 40px); width: 100%; margin: 0 auto 110px; }
    .sections .wellness-images-sec .grid-boxes { margin: 0; width: 100%; display: flex; position: relative; overflow-x: scroll; padding: 0 10px; }
    .sections .wellness-images-sec .grid-boxes::before, .sections .wellness-images-sec .grid-boxes::after { display: none; }
    .sections .wellness-images-sec .grid-box { width: 90%; margin: 0; flex-shrink: 0; padding: 0 10px; }
    .simplicity.grid-row-section ul li .grid-row-image-container img { max-height: 300px; }
    .simplicity .grid-rows .grid-row-text h2 { font-size: 210%; }
    .accomodation-gallery .section-title { margin-bottom: 20px; }
    .accomodation-gallery .section-title h2 { font-size: 148%; line-height: 1.5; max-width: 290px; }
    .accomodation-gallery .gallery-container { width: 100%; }
    .accomodation-gallery .owl-carousel .owl-item .item img { min-height: 300px; }
    .from-farm .section-title h2 { font-size: 148%; }
    .from-farm .text1 { padding: 0 20px; }
    .from-farm .gallery-container { padding-left: 15px; }
    .from-farm .gallery-container .owl-prev { right: 20px; }
    .from-farm .gallery-container .owl-next { right: 75px; }
    .from-farm .gallery-container .owl-prev::after, .from-farm .gallery-container .owl-next::after { width: 35px; height: 35px; }
    .culture-page #GridTop { height: 85px; }
    .culture-page .first-culture-sec .grid-rows .grid-row .grid-row-text { padding-bottom: 100px; }
    .culture-page .first-culture-sec .grid-rows .grid-row .grid-row-text h2 { font-size: 206%; max-width: 225px; margin-bottom: 20px; }
    .culture-page .family-sec .grid-rows .grid-row-text { padding-bottom: 100px; }
    .culture-page .grid-text-section.kick-video { padding-top: 0; }
    .culture-page .grid-text .grid-text-content { padding: 0; }
    .culture-page .grid-text-section.kick { padding: 35px 20px 100px; }
    .culture-page .grid-text-section.kick .section-title { margin-bottom: 20px; }
    .culture-page .grid-text-section.kick .section-title h2 { font-size: 147%; }
    #SiteFooter .footer-text.text-center span p { padding-left: 10px; }
}
