/**
Theme Name: Astra-child
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moretown
Template: astra
*/

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Medium.woff2') format('woff2'),
        url('fonts/NotoSans-Medium.woff') format('woff'),
        url('fonts/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Light.woff2') format('woff2'),
        url('fonts/NotoSans-Light.woff') format('woff'),
        url('fonts/NotoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans-Regular.woff') format('woff'),
        url('fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-SemiBold.woff2') format('woff2'),
        url('fonts/NotoSans-SemiBold.woff') format('woff'),
        url('fonts/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans-Bold.woff') format('woff'),
        url('fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kapra Neue';
    src: url('fonts/KapraNeue-SemiBold.woff2') format('woff2'),
        url('fonts/KapraNeue-SemiBold.woff') format('woff'),
        url('fonts/KapraNeue-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;     
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Regular.woff2') format('woff2'),
        url('fonts/BentonSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Bold.woff2') format('woff2'),
        url('fonts/BentonSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; font-family: 'Noto Sans'; font-weight:400; color:#3b3b3b; font-size: 16px;}
input{font-family: 'Noto Sans';}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ transition: all 400ms ease;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}


h1 {
    font-family: 'Kapra Neue';
    color:#fff !important;
}
p { margin: 0 0 10px !important; }
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

.orange-heading h1 { font-size: 190px; line-height: 160px; color: #FF662D !important; text-transform: uppercase; text-align: center; font-family: 'Kapra Neue';}

/*Nav*/

.menulinks {text-align:center;width:41px;height:35px;line-height:35px;color:#fff;font-size:22px;position:relative;top:-5px;right:0px;cursor:pointer;z-index: 7;}
ul.mainmenu { vertical-align:middle; display:inline-block; margin:0; padding:0; list-style:none; text-align:left; }
ul.mainmenu:after { content: '';  position: fixed; background: url(images/Menu-Image.svg); width: 1122px; height: 100%; left: 20%; transform: translateX(-20%);  background-size: contain; background-repeat: no-repeat; background-position: bottom; z-index: 2;   /*top: 100%;*/ animation: flowerAnimation 2s linear forwards; max-width: 100%;bottom: 0;}
@keyframes flowerAnimation {
  0% {
    top: 80%;
    transform: scale(0.2) rotate(18deg);
  }
  100% {
    top: 0; 
    transform: scale(1) rotate(0deg);
  }
}
ul.mainmenu > li { display:inline-block; padding:0 5px; position:relative; z-index: 3;}
ul.mainmenu > li:hover a, ul.mainmenu > li > a.current { color:#16c1f3; }
ul.mainmenu > li > a.current { border-bottom-color:#16c1f3; }
ul.mainmenu > li > a.current:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #16c1f3; border-width:8px; margin-left: -8px; }

ul.mainmenu ul { position:absolute; left:0; width:250px; padding:0; list-style:none; margin:0; background:#111; z-index:2; display:none; }
ul.mainmenu ul li { border-bottom:1px solid rgba(255,255,255,0.1); position: relative; }
ul.mainmenu ul li:last-child{ border-bottom:none;}
ul.mainmenu li li a:link , ul.mainmenu li li a:visited { color:#fff; display:block; padding:8px 15px; font-size:15px; }
ul.mainmenu li li a:hover { background:rgba(255,255,255,0.1); }
ul.mainmenu ul ul { position:absolute; left:100%; top: 0;  display:none; }

/*Nav*/

.menulinks { display:inline-block;} 
ul.mainmenu {text-align:left;position:absolute;top: 0;padding:0;right:0;width:100%;background:#000;display:none;text-align: center;z-index: 1;overflow: auto;padding-top: 113px;  height: 100vh;}
ul.mainmenu > li { float:left; width:100%; padding:0px; margin:0; /*border-top:1px solid rgba(255,255,255,0.2);*/ position:relative;  }
ul.mainmenu > li:first-child { border:none; }
ul.mainmenu > li > a:link, 
ul.mainmenu > li > a:visited {text-transform: uppercase; font-size: 90px;width:100%;border:none;color: #245D4F;text-align: center;line-height: 93px;font-family: Noto Sans; display: inline-block; text-decoration: none; font-family: Kapra Neue; }
ul.mainmenu > li > a:hover, ul.mainmenu > li.current-menu-item a { color: #FF662D; }

a.menulinks i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
a.menulinks i:before, a.menulinks i:after { position: absolute; content: ''; left:0; }
a.menulinks i, a.menulinks i:before, a.menulinks i:after {width: 23px;height: 2px;background-color: #fff;display: inline-block;}
a.menulinks i:before {margin-top: -7px;-webkit-transition-property: margin, -webkit-transform;-webkit-transition-duration: .2s;-webkit-transition-delay: .2s, 0;}
a.menulinks i:after {margin-top: 7px;-webkit-transition-property: margin, -webkit-transform;-webkit-transition-duration: .2s;-webkit-transition-delay: .2s, 0;}
.mobile-open a.menulinks i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
.mobile-open a.menulinks i:before {margin-top: 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition-delay: 0, .2s;-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);background-color: #FF662D;}
.mobile-open a.menulinks i:after {margin-top: 0;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition-delay: 0, .2s;-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);background-color: #FF662D;}

ul.mainmenu > li > a.current:after { display:none; }
ul.mainmenu ul { position:relative; top:auto; left:auto; float:left; width:100%; }
ul.mainmenu ul li{ position:relative;}
ul.mainmenu li li a:link, ul.mainmenu li li a:visited{ padding:8px 15px 8px 25px; color:#fff;}
ul.mainmenu ul ul { position:relative; left:auto; top: auto; float:left; width:100%;}
ul.mainmenu ul ul li{ padding-left: 10px; }

a.child-triggerm { display: block !important; cursor: pointer; position: absolute !important; top: 0px; right: 0px; width:50px !important; min-width: 50px !important; height:38px !important; padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
a.child-triggerm:hover { text-decoration: none; color:#f00;}
a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; }
a.child-triggerm span:after { position: absolute; content: ''; }
a.child-triggerm span, a.child-triggerm span:after { width: 10px; height: 1px; background-color:#fff; display: block; }
a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

a.child-triggerm:hover span, a.child-triggerm:hover span:after{ background-color:#f00;}

.logo {filter: brightness(0) invert(1); }
.mobile-open .logo { position: relative; z-index: 9; width: 60%; filter: none; }
ul.mainmenu { background-color: #cbf9e4; }

.header-section .logo img {width: 220px;height: 32px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.header-section.stickyHeader .logo img {width:190px;height: 32px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
header { position: fixed; left: 0; right: 0; top: 0; z-index: 99; }
.header-section {display: flex;align-items: center;justify-content: space-between;padding: 40px 90px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.header-section.stickyHeader {background: #00000042;padding: 20px 90px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}

.site-content .ast-container { display: block; width: 100%; max-width: 100%; padding: 0 }
.banner-caption { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; }
.mobile-open { overflow: hidden;}
a.menulinks:after { content: ''; height: 40px; width: 40px; background-color: transparent; border-radius: 100%; position: absolute; border: 2px solid #fff; left: -1px; top: 1px; padding: 20px; }
.mobile-open a.menulinks:after { border-color: #FF662D; }
ul.mainmenu::-webkit-scrollbar { width: 0 !important; display: none; }
.square-foot-section { background: #CBF9E4; display: flex; align-items: center; overflow: hidden; position: relative; }
.flowers-green-left { width: 711px !important;height: 875px; position: absolute !important;left: 5%; bottom: 0; z-index: -1; margin: 0; }
.flowers-green-left img {height: 100%;object-position: bottom;}
.flowers-green-right { width: 717px !important; height: 777px; position: absolute !important; right: 5%; top: 0; z-index: -2  ; margin: 0;}
h2 { color: #005046 !important; font-weight: 300 !important; }
.square-foot h2 span { font-size: 228px; font-weight: 500;  line-height: 295px; }
.square-foot { text-align: center; width: 100%; gap: 0px !important; }
.southank { font-size: 88px; color: #005046; line-height: 66px;font-family: Kapra Neue; max-width: 736px; margin-bottom: 0 !important ;}
.off-newly {z-index:-1 ;color: #FF662D;font-size: 106px;line-height: 97px;max-width: 1056px;text-align: left;margin-left: 35% !important;font-family: Kapra Neue;margin-bottom: 0 !important;}
.perfctily-located { color: #005046; font-size: 67px; line-height: 61px; text-align: left; font-family: Kapra Neue; max-width: 736px; }
.perfctily-located span { display: block; margin-left: 38%; }
.square-foot h2 { width: 1334px !important; margin: 0 auto; position: relative; max-width: 100% !important; font-family: Kapra Neue; line-height: 160px !important; }
.more-events-section { padding-top: 142px !important; }
#primary {margin: 0 !important; }
.uagb-is-root-container { padding: 0 !important; }
#ast-scroll-top { position: absolute; top: 56px; }
.site-footer { position: relative; z-index: 2; }
.more-events-section p.office-content { position: relative; z-index: 1; }



#ast-scroll-top span.ast-icon.icon-arrow { background-image: url(images/scroll-top.png); background-color: transparent !important; width: 54.8px; display: inline-block; height: 54px; }
#ast-scroll-top span.ast-icon.icon-arrow svg { display: none; }
#ast-scroll-top { background-color: transparent; width: 54.8px; height: 54px; }

.square-foot p { margin-bottom: 0; }
.square-foot-wrap > div { z-index: 1; padding-bottom: 80px;padding-top: 120px; }
.home-1-orange-heads, .home-1-orange-heads a { color: #FF662D !important; font-size: 43px !important; line-height: 37px !important; text-decoration: none !important; margin-bottom: 10px !important;}
.square-foot-wrap {overflow: hidden;}
.availability-green-space .office-text { font-size: 29px !important; line-height: 37px !important; color: #585857 !important; font-weight: 300; margin-top: 10px !important; margin-bottom: 19px !important ;}
.availability-green-space .office-content { color: #585857; font-size: 30px; line-height: 38px; font-weight: 300;max-width: 593px; margin-left: 0 !important; }
.availability-section figure { width: 100%; margin-left: 0 !important; height: 805px; max-width: 100% !important; margin-top: 42px !important; }
.availability-section figure img { width: 100%; height: 100%; object-fit: cover; }
.availability-green-space .office-content a { color: #000000; font-size: 17px; line-height: 22px; font-weight: 600; text-decoration: none; }
.availability-green-main-wrap > .uagb-container-inner-blocks-wrap { align-items: flex-start !important; }
.availability-green-main-wrap > .uagb-container-inner-blocks-wrap { align-items: flex-start !important; }
.availability-green-main-wrap .availability-section { padding-top: 164px; }
.availability-green-main-wrap .green-spaces-sectoin { padding-top: 63px; }
.green-spaces-sectoin figure.wp-block-video { height: 1188px; }
.green-spaces-sectoin figure.wp-block-video video { height: 100%; object-fit: cover; width: 100%;}
.green-spaces-video .play-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; cursor: pointer; word-break: break-word; pointer-events: none; }
.green-spaces-video { position: relative; }
.green-spaces-sectoin{row-gap:0px!important;}
.availability-green-space{ padding-top: 164px; }
.availability-green-space > .uagb-container-inner-blocks-wrap{row-gap:0px!important;column-gap:0!important;}
.green-spaces-video figure.wp-block-video{margin-top:26px;}
.location-section { margin-top: -138px; }
.location-section .office-content a { display: block; margin-top: 10px; }
.availability-section.location-section figure { height: 832px; }
.more-events-section figure { height: 468px; margin-top: 14px !important; }
.more-events-section { margin-top: -245px; }

figure.location-flowers-orange { height: 906px; width: 795.13px !important; position: absolute; right: 174px; z-index: 1; top: 22%; }
figure.location-flowers-orange img { width: 100%; height: 100%; object-fit: contain; }

.flowers-orange-news-image {position: absolute !important;bottom: -99%;width: 625px !important;height: 945px;z-index: -1;left: 40px;}

.green-space-text { font-size: 160px; line-height: 132px; color: #FF662D; font-weight: 400; margin: 0 !important; max-width: 1118px; margin-left: 550px !important; text-align: left;     font-family: Kapra Neue; margin-top: -35px !important;}

.lunch-text { color: #96EAC4; line-height: 95px; font-size: 119px; max-width: 741px; margin: 0 !important;     font-family: Kapra Neue;}
.lunch-text span {display: block;padding-left: 110px;}
.relax-text { font-size: 181px; line-height: 182px; color: #96EAC4; padding-left: 161px;    font-family: Kapra Neue; }
.green-space-text span { display: block; margin-left: -225px; }
.news-right-section { row-gap: 0px !important; margin-top: 0; margin-right: 47px; margin-left: auto !important; }
.green-space-section { padding-bottom: 25% !important; }
.download-right-section { padding-right: calc((100% - 1650px) / 2) !important; text-align: center;  padding-bottom: 80px !important; padding-top: 50px !important;}
.download-right-content { font-family: Kapra Neue; position: relative; }
.download-right-content .full-link a { position: absolute; top: 0; right: 0; bottom: 0; opacity: 0; left: 0; }
.download-right-content:hover  * { color: #ACFAD7 !important; }
.news-post-section h3 { margin: 0 !important; }
.flowers-orange-download { margin-top: -139px; }
.news-post-section { padding-left: calc((100% - 1576px) / 2) !important; gap:0 !important;}
.moretown-latest-news .news-latest-posts { font-size: 28px; line-height: 38px; color: #585454; padding: 15px 0; border-top: 1px solid #9A988D; }
.moretown-latest-news a.more-text { font-size: 18px; color: #000; text-decoration: none; }
.news-post-section h3 a { font-size: 100px !important; line-height: 81px !important; color: #005046 !important; text-transform: uppercase; font-weight: 400; font-family: Kapra Neue; }
.moretown-latest-news .news-latest-posts:first-child .content { color: #585857; font-size: 38px; line-height: 45px; }
.moretown-latest-news .news-latest-posts:first-child { border-top: 0px; padding-bottom: 30px; }
.news-post-section { padding-top: 115px !important; }
.image-wrap .image-two { position: absolute; top: 0; right: 0; margin: 0 auto; left: 0; opacity: 0; }
.image-wrap { position: relative; }
.download-right-content:hover .image-wrap .image-two { opacity: 1; }
.download-right-content:hover .image-wrap .image-onw { opacity: 0; }
.more-next-section { position: absolute; bottom: 25px; text-align: center; }
.more-next-section a { color: #fff; text-decoration: none !important; font-size: 19px; line-height: 27px; text-transform: uppercase; font-weight: 500; }
.more-next-section a:after { content: ''; display: block; background-image: url(images/white-down-arrow.svg); background-size: contain; background-repeat: no-repeat; background-position: center; height: 29px; width: 32px; margin: 0 auto; }
html { scroll-behavior: smooth; }
.splitboard { position: relative; z-index: 1; overflow: hidden !important; width: 100vw !important; margin-left: calc(((100% - 100vw) / 2) - 8px) !important; -webkit-clip-path: url(#clipSplitBox) !important; clip-path: url(#clipSplitBox) !important; }
.splitboard-content { position: relative; width: 100%; height: 100vh; }
.splitboard-content iframe { position: fixed; top: 0; left: 0; width: inherit; height: inherit; border: none; pointer-events: none; }
.splitboard-content.active iframe, .splitboard-content:hover iframe { pointer-events: all; }


.video-control { position: absolute; top: 50%; left: 50%; transform: translate(-52%, -50%); height: 100px; width: 100px; border-radius: 100%; background-color: transparent !important; padding: 0; }
.video-control span.video-control-play { background-image: url(images/play-icon.png); background-repeat: no-repeat; padding-left: 30px; border: 3.04px solid #fff; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; background-position: 35px 50%; border-radius: 100%; }
.video-banner .uagb-container__video-wrap { position: absolute; z-index: -1; }
.video-banner .uagb-container__video-wrap video { width: 100%; height: 100%; object-fit: cover; }
.video-banner { position: relative;    /*height: 1020px;*/ height: 100vh; }
.video-banner .uagb-container__video-wrap h1 { }
.video-banner .uagb-container__video-wrap + h1 { display: flex; align-items: center; justify-content: center; }
.contact-us-form ul { padding: 0; display: flex; flex-wrap: wrap; }
.contact-us-form ul li { width: 50%; }
.contact-us-form input, 
.contact-us-form textarea { 
    border-radius: 33px; 
    background-color: rgb(255 255 255 / 59%); 
    height: 66px; 
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 20px 28px !important;
    color: #000;
    font-size: 19px;
    line-height: 33px;
}
.contact-us-form input:focus, 
.contact-us-form textarea:focus{
    background-color: rgb(255 255 255 / 59%); 
}
.contact-us-form input::placeholder, .contact-us-form textarea::placeholder { color: #000; opacity: 1; }
.contact-us-form input:-ms-input-placeholder, .contact-us-form textarea:-ms-input-placeholder{ color: #000;}
.contact-us-form input::-ms-input-placeholder, .contact-us-form textarea::-ms-input-placeholder{ color: #000;}

.contact-us-form textarea {height: 141px; border-radius: 36px;}
.contact-us-form { max-width: 1088px; }
.contact-us-form input[type="submit"] { font-size: 30px; line-height: 33px; background-color: transparent; text-transform: uppercase; text-align: center; width: 100%; }
.contact-us-form ul li.submit-btn { width: 100%; }
.contact-us-form input { width: 100%; }
.contact-us-form .contact-form-flex{display: flex; margin: 0 -8px;}
.contact-us-form .contact-form-flex .contact-form-col{width: 50%; padding: 0 8px;}
.contact-us-form .contact-button{transition: all 300ms; padding: 20px;text-align: center;display: flex;justify-content: center;align-content: center; position: relative;}
.contact-us-form .contact-form-button p{width: 124px;}
.contact-us-form .contact-form-button input{ font-family: 'Kapra Neue';  font-weight: 600; color: #fff; height: 124px; z-index: 2; position: relative; padding: 0 !important;}
.contact-us-form .contact-form-flex .contact-form-button{position: relative;}
.contact-us-form .contact-form-button:after{ content: ''; position: absolute; transition: 0.3s all ease; background: url('images/submit-bg-img.svg'); background-repeat: repeat; background-repeat: no-repeat; border: 0; width: 124px; height: 124px; padding: 5px; font-size: 30px; top: 15px; left: 50%; transform: translate(-50%); text-transform: uppercase; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border-color: #ff662d; color: #fff;}
.wpcf7 form.sent .wpcf7-response-output{color: #fff; border-color: transparent; text-align: center;font-size: 20px;margin-top: 0;}
.contact-us-form .contact-form-button:hover:after{ background: url('images/submit-hover-bg-img.svg'); transition: all 300ms;}

.find-us {font-size: 80px !important; line-height: 80px !important; font-family: 'Kapra Neue'; font-weight: 600 !important; color: #ff662d !important;}
.contact-us-map{margin-top: -20px;}
.map-container { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; width: 100%; }
.map-container .content-right { width: 20%; background-color: #e0e5e7; margin-top: 0; height: 700px; }
.map-container .content-left { width: 80%; height: 700px; }
.map-container .content-right li { color: black; padding: 15px 40px 15px 50px; font-size: 20px; text-transform: uppercase; background-size: 40px 40px; cursor: pointer; font-size: 20px; }
.page-id-20 .logo { filter: none; }
.page-id-20 a.menulinks:after { border-color: #FF662D; -webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.page-id-20 a.menulinks i, .page-id-20 a.menulinks i:before, .page-id-20 a.menulinks i:after { background-color: #FF662D;-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.page-id-20.mobile-open a.menulinks i {background-color: transparent;}


.page-id-20 .wp-block-uagb-container.uagb-block-76392714 {margin: 0 auto;}
figure.contact-us-top-image { position: absolute !important; top: -115px; z-index: 2; right: 7px; }
.contact-us-title { color: #ff662d !important; position: relative; z-index: 1; padding-top: 320px; font-size: 150px !important; line-height: 129px !important; margin-bottom: 40px !important; }

.splitboard-iframe-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0;/*pointer-events: none;*/ }



@media only screen and (max-width: 1910px) and (min-width:1650px)  {
    html {overflow-x: hidden;}
}

@media only screen and (max-width:1910px) and (min-width:992px)  {
 .header-section{padding-left:56px;padding-right: 56px}
 .header-section.stickyHeader {padding-left:56px;padding-right: 56px}
}

@media only screen and (max-width: 1650px) and (min-width: 1275px)  {

    .container_wrap, .places-warp { max-width: 1250px !important;  margin-left: auto !important; margin-right: auto !important; }
   
    .green-space-text { max-width: 1038px; }
    .green-space-text { font-size: 102px; line-height: 92px; margin-left: 0% !important; text-align: center; }
    .lunch-text{font-size:72px;line-height:62px;max-width:501px;}
    .relax-text { font-size: 112px; line-height: 102px; }
    .moretown-latest-news .news-latest-posts:first-child .content {font-size: 19px;line-height: normal;}
    .moretown-latest-news .news-latest-posts {font-size: 20px;line-height: 24px;}
    .news-post-section {padding-left: 29px !important;padding-top: 71px !important;}
    .square-foot h2 {width: 1334px !important;font-size: 8.9em;}
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p {font-size: 66px !important;line-height: 60px !important;}
    .download-right-content p {font-size: 66px !important;line-height: 60px !important;}
    .square-foot h2 span {font-size: 90px;right: 85px;bottom: 40px;line-height: 55px;}
    .download-right-content .image-wrap img {width: 10%;margin-bottom: 0;height: 80px;object-fit: contain;}
    /*.off-newly { margin-left: 0 !important; }*/
    .square-foot p.southank {margin-left: 0% !important;font-size: 54px;color: #005046;line-height: 36px;}
    .video-banner { height: 100vh; }
    .flowers-green-left {width: 495px !important;height: auto;bottom: 0;left: 11%;}
    figure.location-flowers-orange {height: 716px;width: 472.83px !important;right: 260px;}
    .availability-section.location-section figure { height: 620px; }

    .flowers-green-right {width: 477px !important;height: auto;}
    .off-newly {font-size: 66px;line-height: 67px;max-width: 56%;margin-left: auto !important;}
    .square-foot-wrap > div { padding-top: 70px; }


    h1, .entry-content h1 { font-size: 6.54em; font-weight: 500; line-height: 157px; }
   /* .logo { padding-left: 40px; padding-top: 38px; }
    .logo img { width: 160px; object-fit: contain; }
    .menulinks { margin-top: 35px; margin-right: 20px; }*/
    .perfctily-located { font-size: 47px; line-height: 41px; width: 100%; margin-left: auto; max-width: 396px; }
    .square-foot h2 span { }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 29px !important; line-height: 35px !important; }
    .availability-green-space .office-text { font-size: 17px !important; line-height: 24px !important; }
    .availability-green-space .office-content { font-size: 19px; line-height: 29px; }
    .availability-green-main-wrap .availability-section { padding-top: 114px; }
    .availability-section figure { height: 500px; }
    .green-spaces-sectoin figure.wp-block-video { height: 808px; }
    .location-section { margin-top: -71px; }
    .more-events-section { margin-top: 10px; padding-top: 30px !important; width: 70% !important; }
    .green-space-text span { margin-left: 20px; }
    .news-post-section h3 a { font-size: 60px !important; line-height: 11px !important; }
    .news-right-section p.green-space-text { position: relative; left: -107px; }
    .flowers-orange-news-image { bottom: -170%; width: 385px !important; height: 805px; left: 18px; }
    .flowers-orange-download img { width: 60%; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { font-size: 55px; line-height: normal; }

    ul.mainmenu:after{width: 1022px; }
}


@media only screen and (max-width:1200px) and (min-width:768px)  { 
  .header-section {padding: 40px 56px}
  .header-section.stickyHeader {padding: 20px 56px}
}



@media only screen and (max-width:1274px) and (min-width:1024px) {
    .green-space-text { max-width: 1038px; }
    .green-space-text { font-size: 77px; line-height: 85px; margin-left: 0% !important; text-align: center; }
    .lunch-text { font-size: 74px; line-height: 77px; }
    .relax-text { font-size: 92px; line-height: 92px; }
    .moretown-latest-news .news-latest-posts:first-child .content { font-size: 29px; line-height: normal; }
    .moretown-latest-news .news-latest-posts { font-size: 23px; line-height: normal; }
    .news-post-section { padding-left: 29px !important; }
    .square-foot h2 { width: 1334px !important; font-size: 10.2em; line-height: 200px; }
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p { font-size: 71px !important; }
    .download-right-content p { font-size: 56px !important; line-height: 54px !important; }
    .square-foot h2 span { font-size: 130px; line-height: 110px; right: 120px; }
    .download-right-content .image-wrap img { width: 14%; margin-bottom: 20px; }
    .news-post-section h3 a { font-size: 67px !important; line-height: 0px !important; }
    .news-post-section { flex-wrap: wrap; }
    .lunch-text span { padding-left: 41px; }
    .green-spaces-sectoin figure.wp-block-video { height: 1090px; }
    .more-events-section { margin-top: -169px; }
    .availability-section.location-section figure { height: 620px; }
    .off-newly { font-size: 86px; line-height: 77px; }
    .southank { font-size: 68px; line-height: 28px; }
    .flowers-green-right { width: 347px !important; height: 447px; }
    /*.flowers-green-left { width: 415px !important; height: 501px; }*/
    .availability-green-space .office-content { font-size: 25px; line-height: 34px; }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 33px !important; line-height: 27px !important; }
    .availability-green-space .office-text { font-size: 26px !important; line-height: 31px !important; }
    figure.location-flowers-orange { height: 426px; width: 672.83px !important; }
    .flowers-orange-news-image { width: 506px !important; height: 725px; }
    .green-space-section { padding-bottom: 20% !important; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { line-height: 83px; font-size: 60px; }
    .off-newly { margin-left: 0 !important; }
    .square-foot p.southank { margin-left: 0% !important; }
    /*.flowers-green-left { width: 555px !important; height: auto; bottom: 0; }*/
    .video-banner { height: 100vh; }

    .container_wrap, .places-warp { max-width: 1250px !important;  margin-left: auto !important; margin-right: auto !important; }
   
    .green-space-text { max-width: 1038px; }
    .green-space-text {font-size: 82px;line-height: 80px;margin-left: 0% !important;text-align: center;}
    .lunch-text {font-size: 61px;line-height: 59px;width: 82% !important;}
    .relax-text {font-size: 92px;line-height: 82px;}
    .moretown-latest-news .news-latest-posts:first-child .content {font-size: 19px;line-height: normal;}
    .moretown-latest-news .news-latest-posts {font-size: 20px;line-height: 24px;}
    .news-post-section {padding-left: 29px !important;padding-top: 71px !important;}
    .square-foot h2 {width: 1334px !important;font-size: 8.9em;}
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p {font-size: 66px !important;line-height: 60px !important;}
    .download-right-content p {font-size: 66px !important;line-height: 60px !important;}
    .square-foot h2 span {font-size: 90px;right: 85px;bottom: 40px;line-height: 55px;}
    .download-right-content .image-wrap img {width: 10%;margin-bottom: 0;height: 80px;object-fit: contain;}
    /*.off-newly { margin-left: 0 !important; }*/
    .square-foot p.southank {margin-left: 0% !important;font-size: 54px;color: #005046;line-height: 36px;}
    .video-banner { height: 100vh; }
    .flowers-green-left {width: 495px !important;height: auto;bottom: 0;left: 11%;}
    figure.location-flowers-orange {height: 716px;width: 472.83px !important;right: 260px;}
    .availability-section.location-section figure { height: 620px; }

    .flowers-green-right {width: 477px !important;height: auto;}
    .off-newly {font-size: 66px;line-height: 67px;max-width: 56%;margin-left: auto !important;}
    .square-foot-wrap > div { padding-top: 70px; }


    h1, .entry-content h1 { font-size: 6.54em; font-weight: 500; line-height: 157px; }
   /* .logo { padding-left: 40px; padding-top: 38px; }
    .logo img { width: 160px; object-fit: contain; }
    .menulinks { margin-top: 35px; margin-right: 20px; }*/
    .perfctily-located { font-size: 47px; line-height: 41px; width: 100%; margin-left: auto; max-width: 396px; }
    .square-foot h2 span { }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 29px !important; line-height: 35px !important; }
    .availability-green-space .office-text { font-size: 17px !important; line-height: 24px !important; }
    .availability-green-space .office-content { font-size: 19px; line-height: 29px; }
    .availability-green-main-wrap .availability-section { padding-top: 114px; }
    .availability-section figure { height: 500px; }
    .green-spaces-sectoin figure.wp-block-video { height: 808px; }
    .location-section { margin-top: -71px; }
    .more-events-section { margin-top: 10px; padding-top: 30px !important; width: 70% !important; }
    .green-space-text span {margin-left: 0;}
    .news-post-section h3 a { font-size: 60px !important; line-height: 11px !important; }
    .news-right-section p.green-space-text { position: relative; left: -107px; }
    .flowers-orange-news-image {top: 180px;width: 275px !important;height: 494px;left: 10px;}
    .flowers-orange-download img { width: 60%; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { font-size: 63px; line-height: normal; }
    ul.mainmenu { padding-top: 83px; }

    ul.mainmenu:after{width: 800px; }

}

@media only screen and (max-width:1000px) and (min-width:768px) {
     .green-space-text { max-width: 1038px; }
    .green-space-text { font-size: 77px; line-height: 85px; margin-left: 0% !important; text-align: center; }
    .lunch-text { font-size: 74px; line-height: 77px; }
    .relax-text { font-size: 92px; line-height: 92px; }
    .moretown-latest-news .news-latest-posts:first-child .content { font-size: 29px; line-height: normal; }
    .moretown-latest-news .news-latest-posts { font-size: 23px; line-height: normal; }
    .news-post-section { padding-left: 29px !important; }
    .square-foot h2 { width: 1334px !important; font-size: 10.2em; line-height: 200px; }
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p { font-size: 71px !important; }
    .download-right-content p { font-size: 56px !important; line-height: 54px !important; }
    .square-foot h2 span { font-size: 130px; line-height: 110px; right: 120px; }
    .download-right-content .image-wrap img { width: 14%; margin-bottom: 20px; }
    .news-post-section h3 a { font-size: 67px !important; line-height: 0px !important; }
    .news-post-section { flex-wrap: wrap; }
    .lunch-text span { padding-left: 41px; }
    .green-spaces-sectoin figure.wp-block-video { height: 1090px; }
    .more-events-section { margin-top: -169px; }
    .availability-section.location-section figure { height: 620px; }
    .off-newly { font-size: 86px; line-height: 77px; }
    .southank { font-size: 68px; line-height: 28px; }
    .flowers-green-right { width: 347px !important; height: 447px; }
    /*.flowers-green-left { width: 415px !important; height: 501px; }*/
    .availability-green-space .office-content { font-size: 25px; line-height: 34px; }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 33px !important; line-height: 27px !important; }
    .availability-green-space .office-text { font-size: 26px !important; line-height: 31px !important; }
    figure.location-flowers-orange { height: 426px; width: 672.83px !important; }
    .flowers-orange-news-image { width: 506px !important; height: 725px; }
    .green-space-section { padding-bottom: 20% !important; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { line-height: 83px; font-size: 60px; }
    .off-newly { margin-left: 0 !important; }
    .square-foot p.southank { margin-left: 0% !important; }
    /*.flowers-green-left { width: 555px !important; height: auto; bottom: 0; }*/
    .video-banner { height: 100vh; }

    .container_wrap, .places-warp { max-width: 1250px !important;  margin-left: auto !important; margin-right: auto !important; }
   
    .green-space-text { max-width: 1038px; }
    .green-space-text {font-size: 52px;line-height: 50px;margin-left: 0% !important;text-align: center;}
    .lunch-text {font-size: 61px;line-height: 59px;width: 82% !important;}
    .relax-text {font-size: 72px;line-height: 62px;text-align: center;padding: 0;}
    .moretown-latest-news .news-latest-posts:first-child .content {font-size: 19px;line-height: normal;}
    .moretown-latest-news .news-latest-posts {font-size: 20px;line-height: 24px;}
    .news-post-section {padding-left: 0px !important;padding-top: 71px !important;width: 50% !important;}
    .square-foot h2 {width: 1334px !important;font-size: 7em;line-height: 111px !important;}
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p {font-size: 58px !important;line-height: 50px !important;}
    .download-right-content p {font-size: 44px !important;line-height: 50px !important;}
    .square-foot h2 span {font-size: 90px;right: 85px;bottom: 40px;line-height: 55px;}
    .download-right-content .image-wrap img {width: 10%;margin-bottom: 0;height: 80px;object-fit: contain;}
    /*.off-newly { margin-left: 0 !important; }*/
    .square-foot p.southank {margin-left: 0% !important;font-size: 54px;color: #005046;line-height: 36px;}
    .video-banner { height: 100vh; }
    .flowers-green-left {width: 265px !important;height: auto;bottom: 0;left: 3%;}
    figure.location-flowers-orange {height: 346px;width: 262.83px !important;right: 230px;}
    .availability-section.location-section figure {height: 350px;}

    .flowers-green-right {width: 187px !important;height: auto;}
    .off-newly {font-size: 66px;line-height: 67px;max-width: 100%;margin-left: auto !important;text-align: center;}
    .square-foot-wrap > div { padding-top: 70px; }


    h1, .entry-content h1 {font-size: 5.04em;font-weight: 500;line-height: 97px;margin-bottom: 0;}
   /* .logo { padding-left: 40px; padding-top: 38px; }
    .logo img { width: 160px; object-fit: contain; }
    .menulinks { margin-top: 35px; margin-right: 20px; }*/
    .perfctily-located { font-size: 47px; line-height: 41px; width: 100%; margin-left: auto; max-width: 396px; }
    .square-foot h2 span { }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 29px !important; line-height: 35px !important; }
    .availability-green-space .office-text { font-size: 17px !important; line-height: 24px !important; }
    .availability-green-space .office-content { font-size: 19px; line-height: 29px; }
    .availability-green-main-wrap .availability-section { padding-top: 114px; }
    .availability-section figure {height: 340px;}
    .green-spaces-sectoin figure.wp-block-video {height: 580px;}
    .location-section { margin-top: -71px; }
    .more-events-section {margin-top: 10px;padding-top: 30px !important;max-width: 50% !important;}
    .green-space-text span {margin-left: 0;}
    .news-post-section h3 a { font-size: 60px !important; line-height: 11px !important; }
    .news-right-section p.green-space-text {position: relative;left: 0;}
    .flowers-orange-news-image {top: 180px;width: 275px !important;height: 494px;left: 10px;}
    .flowers-orange-download img { width: 60%; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { font-size: 63px; line-height: normal; }
    ul.mainmenu { padding-top: 83px; }

    .news-right-section { margin-top: 80px; width: 50% !important; margin-left: 0 !important; }

}


@media only screen and (max-width:767px) and (min-width:30px) {
       .green-space-text { max-width: 1038px; }
    .green-space-text { font-size: 77px; line-height: 85px; margin-left: 0% !important; text-align: center; }
    .lunch-text { font-size: 74px; line-height: 77px; }
    .relax-text { font-size: 92px; line-height: 92px; }
    .moretown-latest-news .news-latest-posts:first-child .content { font-size: 29px; line-height: normal; }
    .moretown-latest-news .news-latest-posts { font-size: 23px; line-height: normal; }
    .news-post-section { padding-left: 29px !important; }
    .square-foot h2 { width: 1334px !important; font-size: 10.2em; line-height: 200px; }
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p { font-size: 71px !important; }
    .download-right-content p { font-size: 56px !important; line-height: 54px !important; }
    .square-foot h2 span { font-size: 130px; line-height: 110px; right: 120px; }
    .download-right-content .image-wrap img { width: 14%; margin-bottom: 20px; }
    .news-post-section h3 a { font-size: 67px !important; line-height: 0px !important; }
    .news-post-section { flex-wrap: wrap; }
    .lunch-text span { padding-left: 41px; }
    .green-spaces-sectoin figure.wp-block-video { height: 1090px; }
    .more-events-section { margin-top: -169px; }
    .availability-section.location-section figure { height: 620px; }
    .off-newly { font-size: 86px; line-height: 77px; }
    .southank { font-size: 68px; line-height: 28px; }
    .flowers-green-right { width: 347px !important; height: 447px; }
    /*.flowers-green-left { width: 415px !important; height: 501px; }*/
    .availability-green-space .office-content { font-size: 25px; line-height: 34px; }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 33px !important; line-height: 27px !important; }
    .availability-green-space .office-text { font-size: 26px !important; line-height: 31px !important; }
    figure.location-flowers-orange { height: 426px; width: 672.83px !important; }
    .flowers-orange-news-image { width: 506px !important; height: 725px; }
    .green-space-section { padding-bottom: 4% !important; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { line-height: 83px; font-size: 60px; }
    .off-newly { margin-left: 0 !important; }
    .square-foot p.southank { margin-left: 0% !important; }
    /*.flowers-green-left { width: 555px !important; height: auto; bottom: 0; }*/
    .video-banner { height: 100vh; }

    .container_wrap, .places-warp {max-width: 100% !important;margin-left: auto !important;margin-right: auto !important;width: 100% !important;}
   
    .green-space-text { max-width: 1038px; }
    .green-space-text {font-size: 52px;line-height: 50px;margin-left: 0% !important;text-align: center;}
    .lunch-text {font-size: 61px;line-height: 59px;width: 82% !important;}
    .relax-text {font-size: 72px;line-height: 62px;text-align: center;padding: 0;}
    .moretown-latest-news .news-latest-posts:first-child .content {font-size: 19px;line-height: normal;}
    .moretown-latest-news .news-latest-posts {font-size: 20px;line-height: 24px;}
    .news-post-section {padding-left: 15px !important;padding-top: 71px !important;width: 100% !important;padding-right: 15px !important;}
    .square-foot h2 {width: 1334px !important;font-size: 50px;line-height: 51px !important;}
    .availability-green-space { padding-left: 15px !important; padding-right: 15px !important; }
    .download-right-content >div  p:first-child { font-size: 87px !important; }
    .download-right-content .image-wrap + p {font-size: 58px !important;line-height: 50px !important;}
    .download-right-content p {font-size: 44px !important;line-height: 50px !important;}
    .square-foot h2 span {font-size: 40px;right: 85px;bottom: 40px;line-height: 15px;}
    .download-right-content .image-wrap img {width: 10%;margin-bottom: 0;height: 80px;object-fit: contain;}
    /*.off-newly { margin-left: 0 !important; }*/
    .square-foot p.southank {margin-left: 0% !important;font-size: 35px;color: #005046;line-height: 36px;}
    .video-banner {height: 540px;}
    .flowers-green-left {width: 155px !important;height: auto;bottom: 0;left: 3%;}
    figure.location-flowers-orange {height: 346px;width: 262.83px !important;right: 230px;display: none;}
    .availability-section.location-section figure {height: 350px;}

    .flowers-green-right {width: 187px !important;height: auto;}
    .off-newly {font-size: 36px;line-height: 47px;max-width: 100%;margin-left: auto !important;text-align: center;}
    .square-foot-wrap > div {padding-top: 30px;padding-bottom: 50px;}


    h1, .entry-content h1 {font-size: 60px;font-weight: 500;line-height: 87px;margin-bottom: 0;}
  /*  .logo { padding-left: 40px; padding-top: 38px; }
    .logo img { width: 160px; object-fit: contain; }
    .menulinks { margin-top: 35px; margin-right: 20px; }*/
    .header-section .logo img {width: 190px !important;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
    .header-section.stickyHeader .logo img {width:190px !important;}
    .perfctily-located {font-size: 27px;line-height: 31px;width: 100%;margin-left: auto;max-width: 100%;text-align: center;}
    .square-foot h2 span { }
    .home-1-orange-heads, .home-1-orange-heads a { font-size: 29px !important; line-height: 35px !important; }
    .availability-green-space .office-text { font-size: 17px !important; line-height: 24px !important; }
    .availability-green-space .office-content { font-size: 19px; line-height: 29px; }
    .availability-green-main-wrap .availability-section {padding-top: 50px;}
    .availability-section figure {height: 340px;}
    .green-spaces-sectoin figure.wp-block-video {height: 580px;}
    .location-section {margin-top: 0;}
    .more-events-section {margin-top: 10px;padding-top: 30px !important;max-width: 100% !important;}
    .green-space-text span {margin-left: 0;}
    .news-post-section h3 a { font-size: 60px !important; line-height: 11px !important; }
    .news-right-section p.green-space-text {position: relative;left: 0;}
    .flowers-orange-news-image {top: 180px;width: 275px !important;height: 494px;left: 10px;display: none;}
    .flowers-orange-download img { width: 60%; }
    ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited { font-size: 63px; line-height: normal; }
    ul.mainmenu { padding-top: 83px; }
    .perfctily-located span { margin: 0; }
    .news-right-section {margin-top: 20px;width: 100% !important;margin-left: 0 !important;margin-right: 0;}
} 

.floor_table_section .table-wrap{
    display: none;
}

.floor_table_section .rowdata{
    cursor: pointer;
}

.floor_table_section .rowdata:last-child {
 pointer-events: none;
}


/*terms condition start*/
.terms-condition-title {background-color: #cbf9e4;}
.terms-condition-title .term-container {width: 100%;max-width: 1200px;padding: 180px 50px 50px 50px;margin: 0 auto;}
.terms-condition-title .title_section h1 { color: #FF662D !important;font-family: Kapra Neue;font-weight: 600;font-size: 90px;line-height:90px;text-transform: uppercase;padding-bottom: 30px}
.terms-condition-title .content-area.primary .entry-header.ast-no-thumbnail  {display: none;} 
.terms-condition-title .entry-content.clear h6,.terms-condition-title .entry-content.clear h5 { margin-bottom:10px; }
.terms-condition-title .entry-content.clear p {padding: 0 0 25px 0px !important;margin-bottom: 0 !important;}
.page-template-template-terms-conditions .logo {filter: none}  
.page-template-template-terms-conditions a.menulinks::after {border: 2px solid #FF662D;-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.page-template-template-terms-conditions a.menulinks i, .page-template-template-terms-conditions a.menulinks i::before,
.page-template-template-terms-conditions a.menulinks i::after {background-color: #FF662D;-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.page-template-template-terms-conditions.mobile-open a.menulinks i {background-color: rgba(0, 0, 0, 0.0);}



.page-template-template-terms-conditions .stickyHeader .logo,.page-id-20 .stickyHeader .logo { filter: brightness(0) invert(1);} 
.page-template-template-terms-conditions .stickyHeader a.menulinks::after {border: 2px solid #fff;}
.page-template-template-terms-conditions .stickyHeader a.menulinks i, 
.page-template-template-terms-conditions .stickyHeader a.menulinks i::before,
.page-template-template-terms-conditions .stickyHeader a.menulinks i::after {background-color: #fff;}
.page-template-template-terms-conditions.mobile-open .stickyHeader a.menulinks i {background-color: transparent !important;}

.page-id-20 .stickyHeader a.menulinks:after  {border: 2px solid #fff;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.page-id-20 .stickyHeader a.menulinks i, 
.page-id-20 .stickyHeader a.menulinks i:before,
 .page-id-20 .stickyHeader a.menulinks i:after { background-color: #fff;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.page-id-20.mobile-open .stickyHeader a.menulinks i {background-color: transparent;}


/*team page scroll header css*/
.page-template-template-terms-conditions.mobile-open .stickyHeader .logo,.page-id-20.mobile-open .stickyHeader .logo { filter: none;} 
.page-template-template-terms-conditions.mobile-open .stickyHeader a.menulinks::after,.page-id-20.mobile-open .stickyHeader a.menulinks:after {border: 2px solid #FF662D;}
.page-template-template-terms-conditions.mobile-open .stickyHeader a.menulinks i, 
.page-template-template-terms-conditions.mobile-open .stickyHeader a.menulinks i::before,
.page-template-template-terms-conditions.mobile-open .stickyHeader a.menulinks i::after {background-color: #FF662D;}


.page-id-20.mobile-open .stickyHeader a.menulinks i, 
.page-id-20.mobile-open .stickyHeader a.menulinks i:before,
 .page-id-20.mobile-open .stickyHeader a.menulinks i:after { background-color: #FF662D;}
.page-id-20.mobile-open .stickyHeader a.menulinks i {background-color: transparent;}



.terms-condition-title ul li {list-style: disc !important;}
.terms-condition-title ul,.terms-condition-title ol {padding-left: 15px;margin-top: 0 !important;padding-bottom: 15px;}
.terms-condition-title .entry-title {display: none;}
.terms-condition-title .entry-content table, td, th,.cky-cookie-audit-table td,th {border-color:#000 !important}

.cky-cookie-audit-table th, .cky-cookie-audit-table td {font-size: 16px !important;}
.cky-cookie-audit-table tr:nth-child(2n + 1) td {background: #cbf9e4 !important;}
.cky-cookie-audit-table th{background-color: transparent !important;}

@media only screen and (max-width:992px) and (min-width:30px) {
   .header-section {padding: 20px;}  
   .header-section.stickyHeader {padding: 20px;}  
 }

 @media(max-width:767px) {
 .terms-condition-title .title_section h1 {font-size: 45px !important;line-height: 50px;}
 .terms-condition-title .term-container {padding: 150px 40px 50px 40px;}
 .terms-condition-title .mainTable,.cky-cookie-audit-table {width: 900px !important;}
 .tableWrap,.cky-table-wrapper {overflow: auto !important;
     margin-bottom: 50px !important;}

html {overflow-x: hidden;}

 } 


.uagb-container-inner-blocks-wrap{align-items: start !important;column-gap: 10px !important;}
.uagb-container-inner-blocks-wrap .wp-block-uagb-container .uagb-container-inner-blocks-wrap br{margin-bottom: 20px;}
.wp-block-uagb-container.uagb-is-root-container .uagb-container-inner-blocks-wrap .wp-block-image {margin-top: 0px;}

/*.let {pointer-events: none;}*/



/* cky-consent-bar*/
.cookies-page {padding: 50px 140px}
.cky-revisit-bottom-left {display: none !important}
.cky-consent-container {width: 430px !important}
.cky-consent-bar {background-color: #E2FCF1 !important;border: #000 1px solid !important;padding: 20px !important;border-radius:0 35px 0 35px !important;}
.cky-notice .cky-title {margin: 0 !important;padding-bottom: 10px !important;font-size: 20px !important;font-weight: normal;display: none !important;}
.cky-notice-des p {font-size: 16px !important;padding-bottom: 0px !important;line-height: 24px !important;}
.cky-preference-content-wrapper p,
.cky-accordion-header-des p,.cli-bar-message a {font-size: 16px !important;}
.cky-btn-customize {width: 100%}
.cky-notice-btn-wrapper .cky-btn {margin: 10px 6px 0 0px !important;border-radius: 5px;min-width: auto;width: 97px;line-height: 18px;border-radius: 35px;font-weight: 500;}
.cky-btn:last-child {margin-right: 0 !important;}
.cky-notice-btn-wrapper {margin-top: 5px !important;display: block !important;}
.cky-prefrence-btn-wrapper .cky-btn {border-radius: 35px;line-height: 18px;font-weight: 500;}
.cky-btn {letter-spacing: 0 !important;font-size: 16px !important;background-color: #fff !important;border: #FF662D 1px solid !important;
    color: #FF662D!important;}
.cky-btn-revisit-wrapper {background-color: #f0d6a6 !important;}
.cky-btn:hover {background-color: #FF662D!important;color: #fff !important;border: #FF662D 1px solid !important;opacity: 1 !important;}
.cky-preference-title {font-size: 20px !important;}
.cky-accordion.cky-accordion-active .cky-accordion-body {margin-bottom: 16px !important}
.cky-btn-close {width: 30px !important;height: 30px !important;max-width: 30px;min-width: 30px;}
.cky-btn-close img {width: 30px !important;}
.cky-modal p {padding: 0px 0px 10px 0px;font-size: 16px !important;color: #000 !important;line-height: 22px !important;}
.cky-accordion-btn {text-align: left !important;color: #000 !important;letter-spacing: 0 !important;}
.cky-accordion-header-des {margin: 10px 0 0px 0 !important;}
.cky-accordion-body {margin-bottom: 0 !important;}
.cky-show-desc-btn {font-size: 15px !important;color: #000 !important;min-width: auto !important;letter-spacing: 0 !important;}
.cky-footer-wrapper>div:last-child {display: none !important;font-weight: 500;}
.cky-btn-accept {background-color: #FF662D !important;border: #FF662D 1px solid !important;color: #fff !important;}
.cky-btn-accept:hover {border: #FF662D 1px solid !important;background-color: #fff !important;color: #FF662D !important;}
.cky-notice-des a {color: #FF662D !important;font-weight: 600;display: inline-block;border-bottom: 1px solid #ff662d;width: fit-content;text-wrap: wrap;}
.cky-notice-des a:hover{opacity: 0.7;}
a.cky-banner-element {padding:0!important;cursor:pointer;color: #fff !important;padding:8px !important;
    text-decoration: none;background-color: #FF662D;border-radius: 35px;display: inline-block;margin-bottom: 20px;
    font-size: 16px !important;line-height: 18px !important;-webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;transition: all 0.9s;border: 1px solid #FF662D;text-decoration: none !important;}
a.cky-banner-element:hover {border: 1px solid #FF662D;-webkit-transition: all 0.9s;-moz-transition: all 0.9s;transition: all 0.9s;background: transparent;color: #000 !important}
.cky-notice-des,.cky-notice-btn-wrapper {padding: 0 !important}   
.cky-preference-header .cky-btn-close img {width: 18px !important;height: 18px !important;}
.cky-preference-header, .cky-preference-body-wrapper, .cky-accordion-wrapper, .cky-accordion, .cky-accordion-wrapper, .cky-footer-wrapper, .cky-prefrence-btn-wrapper {border-color: #ccc !important;}

path.layer[data-id="1"], path.layer[data-id="3"] {
    pointer-events: none;
}