﻿/*
Theme Name: The Hive
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 2.1.2
Tags: community
License: GNU General Public License v2 or later
 ______________________________________________________
|                                                      |
|    ███████╗██╗    ██╗██╗███████╗████████╗██╗   ██╗   |
|    ██╔════╝██║    ██║██║██╔════╝╚══██╔══╝╚██╗ ██╔╝   |
|    ███████╗██║ █╗ ██║██║█████╗     ██║    ╚████╔╝    |
|    ╚════██║██║███╗██║██║██╔══╝     ██║     ╚██╔╝     |
|    ███████║╚███╔███╔╝██║██║        ██║      ██║      |  
|    ╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝        ╚═╝      ╚═╝      |
|______________________________________________________|

*/


/*===== Global Styles =====*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


*,
*:before,
*:after {
	box-sizing: border-box;
}
a, a:visited {
    text-decoration: none;
}
html, body {
   max-width: 100%;
   overflow-x: hidden;
}
body {
    margin: 0;
    color: #535353;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", Helvetica, Arial, "sans-serif";
}
body.sticky-header { 
    padding-left: 80px;
}
ul, ol {
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
}
.gallery-tabs-header p{
    margin: 0 0 45px;
}
.container {
    width: 100%;
    max-width: 1500px;
    display: block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.container-full {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.container:after, .flex-box:after {
    display: table;
    content: "";
    clear: both;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}

a.cb-btn {
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
    font-size: 16px;
    padding: 15px 25px;
    transition: all 0.1s ease-in 0s;
}
.cta-btns a.cb-btn{
    box-shadow: none;
    width: auto;
    min-width: 240px;
}
ul.flex-direction-nav {
    display: none;
}
div#property-slider .flex-control-nav {
    bottom: 0;
}
.flexslider {
    margin: 0 !important;
    border: none !important;
    background: transparent;
}

section {
    position: relative;
}
.bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.col-bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
.container.same-height, .container-full.same-height {
    display: flex;
    flex-flow: wrap;
}
.form-section .bg-pattern {
    width: 100%;
}

li.main-menu-item.disabled, li.footer-menu-item.disabled {
    display: none !important;
}
.header-bottom {
	opacity: 0;
}
section.hero-section {
    position: relative;
    height: calc(100vh - 173px);
    min-height: calc(50vw - 50px);
    opacity: 0;
    transition: all 0.5s ease 0s;
}
body.loading-complete section.hero-section {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
body.loading-complete .header-bottom {
	opacity: 1;
}



.form-section .form-sec-bg{
    position: relative;
    width: calc(50% + 15px);
    margin-right: -15px;
}
.form-section .form-sec-bg:after{
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    right: 15%;
    bottom: -47px;
    z-index: 9;
/*    mix-blend-mode: multiply;*/
    opacity: 0.6;
    border-radius: 50%;
}
body.home .form-section .form-sec-bg:after{
    display: none;
}
.form-section .form-sec-bg img, .contact-page-intro .col-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.footer-cta .col-6{
    width: calc(50% + 15px);
    margin-left: -15px;
}


/*----- Header Styling -----*/
.main-menu-panel {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    transform: translateX(100%);
    background: #fff;
    max-width: 500px;
    right: 0;
    top: 0;
}
.mobile-menu-logo img {
    height: auto;
    width: 150px;
}

.menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 35px;
    top: 10px;
    right: 10px;
    text-align: center;
    transform: rotate(45deg);
    font-weight: 700;
    cursor: pointer;
}
/*
.main-menu-panel .header-cta, .main-menu-panel .social-bar {
    display: none;
}
*/
.main-menu-panel a.menu-item-link {
    display: block;
    font-size: 21px;
    padding: 10px 0;
    font-weight: 500;
}
.header-logo img {
    width: 200px;
    height: auto;
    transition: all 0.5s ease 0s;
    max-height: 100px;
    object-fit: contain;
}
.header-top {
    padding: 30px 0;
    transition: all 0.5s ease 0s;
}
header.dark .header-logo img {
	max-height: 45px;
}
header.dark .header-top {
    padding: 10px 0;
}
.header-logo {
    float: left;
}
.header-contact {
    position: absolute;
    height: 100%;
    display: flex;
    right: 0;
    top: 0;
    flex-flow: column;
    justify-content: center;
}
.header-contact-inner span {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    margin: 0 5px;
}
.header-contact-inner span.header-call {
    font-weight: 700;
}
.header-menu {
    float: left;
}
.header-menu ul.menu-main-menu {
    margin: 0;
    font-size: 0;
}
.header-menu li.main-menu-item {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.header-menu li.main-menu-item a.menu-item-link {
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 20px;
    display: block;
    line-height: 18px;
    position: relative;
}
	header.header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
	main#content {
    padding-top: 150px;
}
.header-menu li.main-menu-item a.menu-item-link:after{
    width: 10px;
    height: 10px;
    content: "";
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: 7px;
    margin-left: -7.5px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.header-menu li.main-menu-item a.menu-item-link:hover:after, .header-menu li.main-menu-item.current-page a.menu-item-link:after{
    opacity: 1;
}
.header-cta {
    float: right;
    font-size: 0;
}
.main-menu-panel .header-cta {
    float: none;
    margin-top: 80px;
}
.header-cta a.cb-btn {
    margin: 0;
    padding: 15px 25px;
}
.main-menu-panel .header-cta a.cb-btn {
    margin-right: 15px;
}
.hero-image-slider div.slides .slider-contents {
    padding: 100px 0;
    height: auto;
    position: relative;
    display: flex !important;
    flex-flow: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center center;
}
.hero-image-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.hero-image-slider .slide-content {
    width: 50%;
    max-width: 700px;
    padding: 62px;
    position: relative;
    display: flex;
    flex-flow: column;
}  

.hero-image-slider div.slides .slider-contents h2{
    font-size: 42px;
    font-weight: 400;
    margin: 20px 0;
    order: 1;
}
.hero-image-slider div.slides .slider-contents .slide-text {
    order: 3;
    margin-bottom: 20px;
}
.hero-image-slider div.slides .slider-contents .slide-btns {
    order: 4;
}
.hero-image-slider .wrapper-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*    mix-blend-mode: multiply;*/
    opacity: 0.5;
}
h4.slide-subtitle {
    font-size: 54px;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}
h1.slide-title {
    font-size: 54px;
    margin: 0;
    line-height: 1.2;
}
.hero-image-slider .slide-content .slide-text p {
    margin-bottom: 0;
}
/*.hero-image-slider .flex-control-nav {
    bottom: 25px;
    z-index: 9;
}
.hero-image-slider .flex-control-nav.flex-control-paging li a {
    background: transparent;
    border: 2px solid #fff;
}
.hero-image-slider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #fff;
}*/
.sec-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
/*    mix-blend-mode: multiply;*/
}
section.hero-section .hero-image-slider, 
section.hero-section .hero-image-slider .slides,
section.hero-section .hero-image-slider .slides .slick-list,
section.hero-section .hero-image-slider .slides .slick-list .slick-track,
section.hero-section .hero-image-slider .slides .slick-list .slick-track .slider-contents{
    height: 100%;
}
section.hero-section .hero-image-slider .slides .slick-list .slick-track .slider-contents{
    background-size: cover;
}


/*----- Home Intro -----*/
section#luxury-life {
    padding: 100px 0 150px;
    margin-bottom: 20px;
}
section#luxury-life .prpty-sldr-col, section#luxury-life .box-right {
    width: 50%;
}
div#property-slider {
    width: 100%;
    max-width: 650px;
    position: relative;
}
div#property-slider, div#property-slider ul, div#property-slider ul li {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.luxury-life-stripe {
    background: #000;
    position: absolute;
    width: 100%;
    height: 150px;
    top: 150px;
}
section#luxury-life .box-right {
    margin-top: 50px;
}
.luxury-life-stripe {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 150px;
}
h2.luxury-life-heading {
    font-size: 48px;
    margin-top: 0;
    line-height: 1.2;
    margin: 0 0 40px;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}
h3.luxury-life-subheading {
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 45px;
}
section#luxury-life .box-right h2.luxury-life-heading {
    text-align: center;
    margin: 0;
    padding: 30px 0 50px;
}
section#luxury-life .box-right h3.luxury-life-subheading {
    text-align: center;
    padding: 20px 0;
    margin: 0;
    text-transform: capitalize;
}
section#luxury-life .box-right {
    text-align: center;
}
h2.luxury-life-heading:after {
    width: 15px;
    height: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: -10px;
    margin-left: -7.5px;
    border-bottom: 15px solid;
}
section#luxury-life .box-right h2.luxury-life-heading:after {
    bottom: 15px;
}
.footer-cta h2.luxury-life-heading:after{
    bottom: -15px;
}
section#luxury-life .luxury-life-content {
    margin: 25px 0;
}
div#property-slider .slides:after {
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    right: 20px;
    bottom: -50px;
    z-index: 9;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
    border-radius: 50%;
}
.pull-right .subcol {
    padding-left: calc(50vw - 770px);
    padding-right: 50px;
}
.pull-right .subcol a.cb-btn.type-5.active {
    font-weight: 700;
}
.home-floorplans .pull-right {
    padding: 75px 0;
    text-align: center;
        z-index: 9;
}
.home-floorplans h3.luxury-life-subheading {
    margin: 30px 0 50px;
}
.flp-slider-wrapper {
    width: 55%;
}
	iframe.dynamic-leasing-iframe {
    width: 100%;
    height: 100vh;
    border: none;
}
div#floorplan-slider-0, div#floorplan-slider-1, div#floorplan-slider-3, div#floorplan-slider-2{
    padding-top: 0;
}
.slick-slide .floorplan-slide-img img{
    height: 350px;
    object-fit: contain;
    object-position: center center;
}
.slick-floorplan .slick-list{
    overflow: visible;
}
body .flp-slider-wrapper .flexslider {
    padding: 0 !important;
}
.flp-slider-wrapper .floorplan-slide-details {
    margin: 15px 0 0;
    padding: 30px;
    width: calc(100% - 30px);
    margin: 15px auto 0;
    position: relative;
}
.flp-slider-wrapper .floorplan-slide-details .bed-bath {
    max-width: 60%;
    width: 60%;
    padding: 0;
    border: none;
    vertical-align: bottom;
}
.flp-slider-wrapper .floorplan-slide-details a.flp-details-btn {
    margin: 0;
    max-width: 40%;
    padding: 12px;
    display: inline-block;
    vertical-align: bottom;
    width: 38%;
}
.floorplan-slide-img {
    padding: 50px;
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.flp-slider-wrapper ul.flex-direction-nav {
    display: block;
}
body .home-3-ctas .mp-box-content{
    top: 95%;
    transition: all 0.5s ease 0s;
}
body .home-3-ctas .active .mp-box-content{
    top: 50%;
}
body .home-3-ctas .mp-box-content br{
    display: none;
}
body .home-3-ctas .mp-box-content h2, 
body .home-3-ctas .mp-box-content h3 {
    text-align: center;
}
body .home-3-ctas .mp-box-content h2{
    font-size: 50px;
}
body .home-3-ctas .mp-box-content h2{
    position: relative;
    text-transform: capitalize;
    font-size: 50px;
}
body .home-3-ctas .mp-box-content h3, body .home-3-ctas .mp-box-content h2:before {
    display: none;
}
body .home-3-ctas .active .mp-box-content h3, body .home-3-ctas .active .mp-box-content h2:before {
    display: block;
}
body .home-3-ctas .mp-box-content h2:before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: -25px;
}
.flex-direction-nav a:before {
    font-size: 24px;
    line-height: 50px;
}
body .flp-slider-wrapper .flexslider .flex-viewport {
    overflow: visible !important;
}
.flexslider .slides .floorplan-slide-img img {
    height: 350px;
    object-fit: contain;
    object-position: center center;
}
.home-floorplans {
    overflow: hidden;
}
.floorplan-slide-details h2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
}
.floorplan-slide-img:after, .floorplan-slide-details:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0.5;
}
.slick-slide.slick-active .floorplan-slide-img:after, .slick-slide.slick-active .floorplan-slide-details:after {
    display: none;
}
body .col-6.amnety-image, body .col-6.amnety-image .col-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
}
body.home .amnety-image .col-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.tab-content {
    display: none;
    padding: 0;
}
.tab-content.current {
    display: inherit;
}
.amenities-outer-wrapper {
    margin: 30px 0;
    position: relative;
}
.amenities-outer-wrapper:after{
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    right: 20%;
    bottom: -90px;
    z-index: 9;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
    border-radius: 50%;
}
body .col-6.amnety-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: 0;
}
.col-6.amenity-list-col {
    width: 100%;
    background: transparent;
    position: relative;
    padding: 200px 0;
    margin: 0;
}
.amenities-outer-wrapper ul.ct-tabs {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 99;
}
.amenities-outer-wrapper ul.ct-tabs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    cursor: pointer;
}
.amenities-outer-wrapper ul.ct-tabs li.current {
    font-weight: 700;
}
body.home ul.amenities-grid {
    min-height: 100px;
    width: 60%;
}
.home-amnety-head {
    width: 40%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
/*    mix-blend-mode: multiply;*/
}
body.home ul.amenities-grid {
    min-height: 100px;
    width: 60%;
    padding: 60px;
}
ul.amenities-grid > li {
    font-weight: 500;
    margin: 0;
}
section.home-gallery-section {
    padding: 75px 0;
}
.home-gallery-content.col-6 {
    text-align: center;
    padding: 0 50px;    
}
.gallery-grid-carousel li.modular-image-container a {
    display: block;
    padding-bottom: 100%;
    height: 0;
}
.gallery-grid-carousel li.modular-image-container {
    background-size: cover;
    background-position: center center;
}
.gallery-grid-carousel {
    margin-top: 80px;
    position: relative;
}
section.home-gallery-section .single-gallery-img li, section.home-gallery-section .single-gallery-img ul.modular-gallery-ul, section.home-gallery-section .single-gallery-img li a {
    display: block;
    height: 100%;
    background-size: cover;
}
section.home-gallery-section .single-gallery-img li img.attachment-lm-s {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-gallery-img.col-6.popup-gallery {
    overflow: hidden;
}
.home-3-ctas .container {
    max-width: 100%;
    overflow: hidden;
}
.multipurpose-boxes .flex-child {
    margin: 0 15px;
    width: calc(25% - 20px);
    transition: all 0.5s ease 0s;
}
.home-3-ctas .container .flex-box {
    margin-left: -15px;
    margin-right: -15px;
}
.multipurpose-boxes .flex-child.active {
    width: calc(50% - 40px);
}

.multipurpose-boxes .box-count-1 .flex-child {
    width: 100%;
	    padding: 0;
    margin: 20px 0;
}
.multipurpose-boxes .box-count-1 .flex-child .mp-box-content {
	    padding-left: 0;
    padding-right: 0;
    position: absolute;
	    width: 100%;
}
.multipurpose-boxes .box-count-1 .flex-child .mp-box-content h2 {
    font-size: 42px;
    margin: 0;
	    width: 100%;
    text-align: center;
}
.multipurpose-boxes .box-count-1 .flex-child .mp-box-content h3 {
    font-size: 24px;
    text-align: center;
    width: 100%;
}
body .flex-box.box-count-1 .box-bg {
    width: 100%;
}
.multipurpose-boxes .box-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mp-box-content h2:after{
    display: none;
}
section.form-section h2.luxury-life-heading {
    text-align: center;
}
.form-outer-wrapper .pull-right {
    padding: 75px 0;
}
.formmangr-row {
    margin-bottom: 25px;
}
.formmangr-col {
    padding: 0 12px;
}
.formmangr-field {
    flex-flow: wrap;
}
.formmangr-row .formmangr-field label {
    margin-bottom: 10px;
}
.formmangr-row .formmangr-input, .formmangr-row select.formmangr-form-dd, .formmangr-row textarea {
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    background-color: #EDEDED;
    padding: 12px;
    border-width: 0;
    border-style: none;
    border-radius: 0;
    -webkit-appearance: none;
}
div#submit {
    text-align: center;
}
button.formmangr-button.formmangr-button-submit {
    display: inline-block;
    padding: 12px 35px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    margin: 0 8px 15px;
/*    box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2);*/
    border: none;
    cursor: pointer;
}
.form-outer {
    margin-top: 50px;
}
.col-6.form-sec-bg {
    background-size: cover;
    background-position: center center;
}
.form-outer-wrapper {
    padding: 25px 0 40px;
}


/*===== Map Section =====*/
/*
.gm-style > div > div > div > div > div * {
    background: transparent !important;
}
*/
.gm-style .gm-style-iw-d {
    padding-right: 20px;
    padding-bottom: 15px;
    max-width: 300px !important;
    overflow: hidden !important;
}
.gm-style .gm-style-iw-d h1 {
    margin: 0;
    font-weight: 500;
}
.gm-style .gm-style-iw-d h5 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.info-w-wrapper {
    padding: 15px 0;
}
img.info-w-logo {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 100px;
    height: auto;
}
.info-W-content {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.info-W-content, .info-W-content p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
}
section#footer-google-map {
    min-height: 560px;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: -2px !important;
    right: -2px !important;
}
.gm-style button.gm-ui-hover-effect img {
    display: none !important;
}
.gm-style button.gm-ui-hover-effect:after {
    content: "+";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 33px;
    font-size: 27px;
    transform: rotate(45deg);
}
.gmap-info {
    display: none;
}
.insta-transparent-bg {
    display: none;
}
section.instagram-section {
    padding: 60px 0;
} 
section.instagram-section .col-6 {
    float: none;
    width: 100%;
    text-align: center;
}
h6.luxury-life-heading {
    font-size: 35px;
    margin: 25px 0;
}
div#instafeed .insta-photo {
    display: inline-block;
    width: 275px;
    height: 275px;
    margin: 20px;
}
div#instafeed .insta-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-cta .subcol {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}
.pull-left .subcol {
    max-width: 720px;
    padding-left: 25px;
}
section.footer-cta {
    margin: 40px 0 30px;
}
section.footer-cta .col-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.footer-cta h2.luxury-life-heading {
    margin-bottom: 50px;
}
section.site-footer {
    display: flex;
    flex-flow: wrap;
}
.footer-left {
    width: 30%;
        padding: 50px 0;
}
.footer-right {
    width: 70%;
    background: #F5F5F5;
    padding: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
li.footer-menu-item {
    display: inline-block;
    margin-left: 20px;
}
li.footer-menu-item a.menu-item-link {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}
img.footer-right-logo {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}
.footer-left .contact {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 5px;
    font-weight: 500;
}
.footer-left .address {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
}
.copyright-text {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
ul.policy-nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    margin-right: 15px;
}
ul.policy-nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
}
ul.policy-nav li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -4px;
    top: 5px;
    display: inline-block;
    background-color: #808080;
    border-radius: 50%;
}
.property-icons {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 0 20px;
}
ul.property-icons-list {
    margin: 0;
}
.property-icons li.single-prop-icon {
    display: inline-block;
    width: 30px;
    margin: 0 4px;
    vertical-align: middle;
}
.property-icons li.single-prop-icon img {
    width: 100%;
    height: auto;
}

.walkscore-info {
    display: none;
}
.social-bar ul.social-links {
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}
.social-bar ul.social-links li.social-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 10px;
    position: relative;
    border-radius: 50%;
}
.social-bar ul.social-links li.social-icon a {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.social-bar ul.social-links li.social-icon a:after {
    position: absolute;
    content: "\f230";
    font-family: fontawesome;
    width: 100%;
    height: 100%;
    left: 0;
    line-height: 40px;
    font-size: 24px;
    top: 0;
}
.main-menu-panel .social-bar ul.social-links {
    text-align: left;
}
.main-menu-footer {
    line-height: 1.5;
    margin-top: 15px;
}
.footer-social.social-bar ul.social-links li.social-icon a:after {
    line-height: 40px !important;
    font-size: 24px !important;
}
.social-bar ul.social-links li.social-icon.twitter a:after {
    content: "\f099";
}

.social-bar ul.social-links li.social-icon.linkedin a:after {
    content: "\f0e1";
}

.social-bar ul.social-links li.social-icon.instagram a:after {
    content: "\f16d";
}

.social-bar ul.social-links li.social-icon.youtube a:after {
    content: "\f16a";
}
section.footer-lower {
    margin-top: 40px;
    text-align: center;
}
.footer-menu.container {
    text-align: center;
}
 

.multipurpose-boxes .box-bg:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
}


/*===== Amenities Page =====*/
section.inner-page-banner {
    background-size: cover;
    background-position: center;
}
.inner-page-banner .container {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 550px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.inner-page-banner h1.inner-page-title {
    font-size: 64px;
    margin: 0;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    z-index: 99;
}
.inner-page-banner h1.inner-page-title span {
    display: inline-block;
    padding: 50px 75px;
    width: 50%;
    max-width: 700px;
}
.inner-wrapper-overlay{
    position: absolute;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
}
.middle-wrapper-overlay {
    position: absolute;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 300px;
    left: calc(50% - 750px);
    top: calc(50% - 150px);
}
.prpty-sldr-col .col-bg {
    width: 90%;
    position: relative;
}
.prpty-sldr-col .col-bg:after {
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    right: 20px;
    bottom: -90px;
    z-index: 9;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
    border-radius: 50%;
}
section.luxury-life.amenities-intro {
    margin-bottom: 40px;
    position: relative;
    padding: 100px 0;
    FONT-VARIANT: JIS04;
    background-size: cover;
    background-position: center center;
    padding: 0;
}
#luxury-life .prpty-sldr-col .col-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.luxury-life.amenities-intro img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.luxury-life.amenities-intro .container {
    padding: 145px 0;
}
section.luxury-life.amenities-intro:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #000;
}

section.luxury-life.amenities-intro .amenity-block-headeings {
    width: 40%;
    text-align: center;
    padding: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
section.luxury-life.amenities-intro .gallery-grid {
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 8%;
}
section.luxury-life.amenities-intro .gallery-grid ul.amenities-grid {
    padding: 25px 0;
}
section.luxury-life.amenities-intro:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #000;
    opacity: 0.5;
}
.reverse .amenity-block-headeings {
    order: 2;
}
.reverse .middle-wrapper-overlay {
    left: auto;
    right: calc(50% - 750px);
}
section.gallery-ctas h2 {
    font-size: 42px;
    margin-top: 0;
    line-height: 1.2;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px
}

.cta-content {
    max-width: 720px;
    text-align: center;
    line-height: 2;
    margin: 25px auto 0;
}

section.gallery-ctas h2:after {
    width: 15px;
    height: 0px;
    border-bottom: 10px solid
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: -5px;
    margin-left: -7.5px;
}
section.floorplans-intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 0 50px;
        text-align: center;
}
section.floorplan-filters {
    padding: 20px 0;
    height: auto;
}
.floorplan-filters h4 {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.floorplan-filters.new-ver .container {
    padding: 15px 0;
    text-align: center;
}
.text-color-light span.sf-range-values-seperator{
    font-weight: bold;
    font-size: 30px;
}
.reset-new-flp-filtrers {
    display: none;
}
section.floorplan-filters.fixed {
    position: relative !important;
    top: auto !important;
    z-index: 9 !important;
}
section.floorplans-listing {
    padding-top: 20px !important;
}   
.theme-2 .single-floorplan {
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
}
.theme-2 .floorplan-inner {
    display: flex;
    flex-flow: wrap;
}
.theme-2 .single-floorplan:nth-child(2n+1) {
    margin-right: 0;
}
.theme-2 .flp-header {
    order: 2;
    border: none;
    width: 50%;
    padding: 40px;
    position: relative;
    z-index: 9
}
.theme-2 a.flp-slide-in-trigger {
    order: 1;
    width: calc(50% - 20px);
    max-width: 50%;
    position: relative;
    margin-right: 20px;
}
.theme-2 .flp-img {
    width: 100%;
    position: relative;
    max-width: 100%;
    height: 100%;
        padding-bottom: 60px;
}
body .flp-slide-in a.cb-btn.type-12 {
    padding: 10px 20px;
}
.theme-2 .flp-img > div {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 350px;
    padding-bottom: 0;
}
.theme-2 .flp-hdr h2 {
    text-transform: none;
    font-size: 40px;
	padding-right: 180px;
}
.theme-2 .flp-header-r .price-box {
    border: none;
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    right: 40px;
    top: 40px;
}
span.flp-bed-bath.type-2 {
    display: block;
}
span.flp-bed-bath.type-1 {
    display: none;
}
span.flp-bed-bath.type-2 {
    display: block;
    font-weight: 500;
}
.theme-2 .flp-hdr span.flp-sq-ft {
    font-weight: 500;
    margin-top: 50px;
}
.theme-2 .flp-swaps {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: calc(50% - 20px);
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.flp-swaps a {
    border: none;
    font-weight: 700;
    width: 50px;
    height: 40px;
    border: 2px solid;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.flp-swaps a.vr-tour-anchor {
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}

.flp-swaps span.vr-tour {
    margin: 0;
    display: block;
    width: auto;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid;
    line-height: 1;
    text-align: center;
    display: inline-block;
}
.flp-ctas {
    text-align: right;
}
a.download-flp {
    font-size: 20px;
    padding: 10px 15px;
    line-height: 1;
    border: 2px solid;
    margin: 10px 0;
    display: inline-block;
}
.floorplan-inner a.download-flp {
    max-width: 240px;
}
a.flp-more-details {
    margin: 10px 0;
    display: inline-block;
    width: 150px;
    padding: 10px 15px;
    text-align: center;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
section.nb-description {
    text-align: center;
    margin: 75px auto;
    width: 100%;
    max-width: 900px;
}
.nb-headings {
    width: 100%;
}
.nb-desc {
    width: 100%;
}
section.dynamic-mb-map {
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
}
.map-filters-box {
    order: 1;
    width: 50%;
    padding-top: 0;
}
.nbp-filter-places {
    width: 100%;
    padding-top: 50px;
}
div#nbp-filter-options {
    position: relative;
    margin-top: 50px;
    right: 0;
    width: 100%;
    font-size: 0;
    padding-left: 30px;
}
/*
.nb-map-filter {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
*/
a.nb-map-filter {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 35px 5px;
    border-left: 1px solid #fff;
    cursor: pointer;
    position: relative;
}
a.nb-map-filter.active {
    text-decoration: none;
}
.nbp-fliter-dropdown {
    display: none;
}
.container.nb-places-list {
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
}
ul.nb-places-ul {
    font-size: 0;
    margin-top: 25px;
}
ul.nb-places-ul li {
    font-size: 20px;
    font-weight: 500;
    width: 50%;
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
}
a.nb-map-filter {
    font-size: 15px;
    text-transform: none;
    padding: 25px 15px;
    font-weight: 500;
    border: none;
}
ul.nb-places-ul li {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.nb-places-ul li:hover{
    text-decoration: underline;
    font-weight: 500;
}
a.nb-map-filter.active{
    position: relative;
}
a.nb-map-filter.active:before{
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: 6px;
    margin-left: -7.5px;
}
ul.nb-places-ul li.active {
    text-decoration: underline;
}
.walk-score-section {
    padding: 90px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
.nb-scores {
    display: inline-block;
    margin: 15px 55px;
    position: relative;
        border-radius: 50%;
}
.nb-scores .score-inner {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    line-height: 165px;
    font-weight: 700;
    font-size: 150px;
    margin: 0 auto;
    transform: translateX(60px);
}
.score-desc {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-top: -50px;
    position: absolute;
    left: 25%;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
}
.walk-score-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.walk-score-section .col-12 {
    position: relative;
}
.walk-score-section h2 {
    font-size: 42px;
    margin: 0 0 15px;
    padding: 25px;
    font-weight: 700;
    position: relative;
}
.walk-score-section h2:after {
    width: 15px;
    height: 0px;
    border: 10px solid;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: -6px;
    margin-left: -7.5px;
}
section.gallery-tabs-header {
    text-align: center;
    margin: 75px 0 50px;
}
section.gallery-section{
    overflow: hidden;
}
section.gallery-section ul.ct-tabs{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
section.gallery-section ul.ct-tabs li {
    display: inline-block;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
section.gallery-section ul.ct-tabs li a {
    padding: 0 15px;
}
body.home section.gallery-section ul.ct-tabs li a {
    padding: 20px 15px;
}

body.page-template-page-gallery section.gallery-section ul.ct-tabs li.current a{
    position: relative;
}
body.page-template-page-gallery section.gallery-section ul.ct-tabs li.current a:after{
    width: 10px;
    height: 0px;
    border: 10px solid;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: -20px;
    margin-left: -7.5px;
}
section.gallery-section ul.ct-tabs {
    text-align: center;
    padding: 30px;
}
.page-template-page-gallery ul.modular-gallery-ul {
    margin: 50px 0;
    font-size: 0;
}
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container {
    position: relative;
    display: inline-block;
    height: 250px;
    margin: 0 25px 40px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+1),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+3),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+5),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+6),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+7),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+8) {
    width: calc(40% - 50px)
}

.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+2),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+4),
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(9n+9) {
    width: calc(20% - 50px)
}
.page-template-page-gallery ul.modular-gallery-ul li.modular-image-container > a {
    font-size: 0;
    opacity: 1 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.gallery-intro .container {
    margin: 0 auto;
    padding: 75px 0;
    max-width: 800px;
    text-align: center;
}
section.gallery-intro {
    background-size: cover;
    background-position: center center;
    position: relative;
}
section.gallery-intro:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
/*    mix-blend-mode: multiply;*/
}
section.gallery-intro img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.page-intro.contact-page-intro {
    margin: 20px 0;
    padding: 20px 0;
}
section.contact-page-intro .pull-left {
    padding: 60px;
}
.Contact-page-logo > img {
    width: auto;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.contact-page-desc {
    text-align: center;
    float: left;
    width: 50%;
}
.contact-hours-desc {
    text-align: center;
    float: left;
    width: 50%;
}
.page-template-page-contact .luxury-life .col-6 .subcol{
    position: relative;
    z-index: 5;
}
.page-template-page-contact .luxury-life .col-6.pull-left .bg-pattern {
    width: 50%;
    right: 0;
    left: auto;
    z-index: 2;
}
.page-template-page-contact .luxury-life .col-6 .call-section h5 {
    margin-bottom: 15px;
    margin-top: 40px;
}
.Contact-page-logo {
    margin-bottom: 30px;
}
.daily-hours {
    margin-bottom: 15px;
}
.daily-hours span {
    font-weight: 700;
}
.directions a{
    margin: 0;
    display: inline-block;
    width: 150px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
}
section.resident-sections {
    padding-top: 0;
    padding-bottom: 60px;
}
.single-resident-section {
    margin: 0 25px 50px;
    width: calc(33.33% - 50px);
    min-height: 250px;
    height: auto;
    border: 3px solid;
    transition: all 0.5s ease 0s;
}
.single-resident-section .bg-pattern{
    background-size: cover;
}
h2.resident-section-title {
    padding: 0;
    text-align: center;
    font-size: 42px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
}
h2.resident-section-title:after {
    display: none;
}
h4.resident-section-subtitle {
    padding: 0;
    text-align: center;
}


/*----- faqs section -----*/
.accordion {
    margin: 20px 0 50px;
    padding: 50px;
}
.accordion dt, .accordion dd {
    padding: 0 0 40px;
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
.accordion dd {
    border-top: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-left: 0;
    font-weight: 400;    
    padding-left: 20px;
    padding-right: 40px;
}
.accordion dt a, .accordion dd a {
    display: block;
    font-weight: 500;
    position: relative;
    font-size: 22px;
}
.accordion dt:before {
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.accordion dt a:after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    font-size: 36px !important;
    line-height: 24px;
    font-weight: 300;
    right: 20px;
    top: 50%;
    margin-top: -18px;
}
.accordion dt a.active:after {
    content: "\f106";
}
.accordion dt a {
    background: #F5F5F5;
    padding: 20px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}
.page-template-page-resources section.page-intro {
    padding: 75px 0 0;
    margin-bottom: 20px;
}
.single-resource {
    width: calc(33.33% - 20px);
    margin: 0 10px 100px;
    text-align: center;
}
.single-resource-icon {
    position: relative;
    margin: 0 auto;
    right: auto;
    top: auto;
    height: 75px;
    width: 70px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.single-resource-header h4 {
    padding: 0;
}
.single-resource-header h4 {
    padding: 0;
    letter-spacing: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
.single-resource-content {
    padding: 0 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}
.resource-desc {
    margin-bottom: 20px;
}
section.page-intro {
    padding: 75px 0;
}
section.page-intro h2.luxury-life-heading, section.page-intro h3.luxury-life-subheading {
    text-align: center;
    line-height: 45px;
}
body.home section.gallery-section ul.ct-tabs {
    background: transparent;
}
.menu-section {
    height: 20px;
    text-align: left;
    position: absolute;
    top: 14px;
    left: 15px;
}
.menu-section .menu-trigger {
    width: 40px;
    height: 30px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    transform: translateY(-5px);
    display: inline-block;
    cursor: pointer;
}
.menu-section .menu-trigger span.burger {
    width: 100%;
    height: 0;
    display: block;
    margin-top: 10px;
    border-bottom: 3px solid;
}
.header-menu.hide > ul {
    height: 0;
    overflow: hidden;
}
.menu-section.hide {
    display: none;
}
.main-menu-panel.open {
    transform: translateX(0);
}
.footer-right > .container .contact a {
    display: block;
}
.footer-left .contact a {
    display: block;
    line-height: 1.5;
}
body.single-page-scroller .footer-right .container {
    line-height: 1.6;
    text-align: center;
}
body.single-page-scroller .footer-left {
    padding: 25px 0;
}
body.single-page-scroller .footer-right {
    padding: 25px 30px;
        justify-content: center;
}
img.footer-right-logo {
    max-width: 320px;
}
/*Skip to content*/
.screen-reader-shortcut {
    position: absolute;
    top: -1000em;
}

/*Video Controll*/

.video-controls {
    position: absolute;
    z-index: 999;
    right: 15px;
    font-size: 28px;
    bottom: 100px;
}
.video-controls a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.video-controls i {
    font: normal normal normal 14px/1 FontAwesome !important;
}
.video-controls {
    font: normal normal normal 14px/1 FontAwesome !important;
}

/*Hero slick slider*/

.slick-dots {
    bottom: 20px;
}
.hero-image-slider ul.slick-dots li button {
    border: 2px solid #fff;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
}
.hero-image-slider ul.slick-dots li.slick-active button {
    border-radius: 50%;
}
.hero-image-slider ul.slick-dots li button::before {
    content: '' !important;
}
.home-hero-section .hero-image-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-home-intro ul.slick-dots li button {
    border: 2px solid #fff;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
}
.slick-home-intro ul.slick-dots li.slick-active button {
    border-radius: 50%;
}
.slick-home-intro ul.slick-dots li button::before {
    content: '' !important;
}

/*Slick inactive Nav Arrow Hide*/
.slick-disabled {
    opacity: 0;
    pointer-events:none;
    display: none !important;
}

/*Home Floorplan Slick Slider*/

#floorplan-slider-1.floorplans-slick .slides .slick-prev, #floorplan-slider-3.floorplans-slick .slides .slick-prev, #floorplan-slider-2.floorplans-slick .slides .slick-prev {
    width: 50px;
    left: 15px;
    height: 50px;
    top: 26px;
    margin-top: 0;
    background: #787878;
    text-align: center;
    z-index: 1;
}
#floorplan-slider-1.floorplans-slick .slides .slick-next, #floorplan-slider-3.floorplans-slick .slides .slick-next, #floorplan-slider-2.floorplans-slick .slides .slick-next {
    top: 26px;
    margin: 0;
    width: 50px;
    height: 50px;
    background: #787878;
    right: 15px;
    text-align: center;
}
.floorplans-slick .slick-arrow:before {
    font-size: 24px;
    line-height: 50px;
}
.floorplans-slick .slick-next:before,  .floorplans-slick .slick-prev:before{
    content: "\f105";
    font-size: 36px !important;
    font-weight: 700 !important;
    font-family: 'FontAwesome';
    color: #fff;
}
.floorplans-slick .slick-prev:before{
    content: "\f104";
}
/*Home Gallery Section*/

.slick-home-gallery .modular-image-container.slick-slide {
margin-right: 30px;
}
.slick-home-gallery .slick-next{
    right: -35px;
}
.slick-home-gallery .slick-prev{
    left: -35px;
}
.slick-home-gallery .slick-next:before{
    content: "\f054";
    font-size: 30px !important;
}
.slick-home-gallery .slick-prev:before{
    content: "\f053";
    font-size: 30px !important;
}
/*Swifty Lightbox Background Color Change*/
img.mfp-img {
  background-clip: content-box;
    background: transparent !important;
}

/*Floorplan Page */
.flp-img > div img {
    opacity: 1 !important;
    object-fit: contain;
    height: 100%;
    width: 100%;
    object-position: center center;
}
.modular-gallery-ul .section-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-template-page-floorplans-listing select:not(.nbp-mobile-filters) {
    background-image: url(img/angle-down-solid.svg) !important;
    background-size: 20px 20px;
    background-position: 100% center !important;
}
.theme-2 .flp-hdr span {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
}
.theme-2 .flp-hdr span:before {
    content: "\f015";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px !important;
    font-family: 'FontAwesome';
}
.theme-2 .flp-hdr span.flp-bed-bath:before {
    content: "\f236";
}
.theme-2 .flp-hdr span.flp-bed-bath:last-child::before {
    content: "\f2cd";
}
div#map-canvas {
    width: 50%;
    height: auto !important;
}
.nb-places-list h2.luxury-life-heading {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}
body.home .amnety-image .col-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}
a.sticky-logo {
    display: none;
}
header.header.dark a.big-logo {
    display: none;
}
header.header.dark a.sticky-logo {
    display: block;
}
.home-floorplans a.cb-btn.flp-slider-trigger {
    margin-top: 10px;
    margin-bottom: 10px;
}   
.vr-tour-popup {
    width: 90%;
}
.ui-dialog { z-index: 9999 !important; position: fixed;}
.attribution {
    width: auto;
    display: block;
    vertical-align: middle;
    margin-left: 20px;
}
.attribution a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.attribution a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    height: 40px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    max-height: 40px;
}
img.overlay-logo {
    display: none !important;
}
h1.text-logo {
    font-size: 40px;
    line-height: 1.5;
    margin: 20px -10px;
    letter-spacing: 3px;
}
h1.text-logo.text-logo-sticky {
    font-size: 50px;
    margin: 5px;
    line-height: 1;
}

footer h2.text-logo {
    text-align: center;
    margin-bottom: 0;
}
.single-virtual-tour .vt-flp-info h2 {
    font-weight: 400;
}
.sab-btn-wrap {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}
.sab-btn-wrap button.sab-vr-load-more-btn.more {
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
    font-size: 16px;
    padding: 15px 25px;
    transition: all 0.1s ease-in 0s;
    cursor: pointer;
    border: 0;
}


/* ============ Blog Style ========== */
.blog-listing{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
}
.blog-listing .post-item {
    padding: 0 24px 80px;
    width: 33.33%;
    z-index: 3;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-listing .post-item .item-details {
    border: 1px solid #E3E3E3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blog-listing .post-item .item-details .post-info {
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog-listing .post-item .item-details .post-info .post-cat ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-listing .post-item .item-details h4.single-post-title{
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 0;
}
.blog-listing .single-featured-image{
    height: 300px;
    position: relative;
}
.blog-listing .single-featured-image .post-date {
    background: #f5f5f5;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-listing .single-featured-image img.wp-post-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-listing .post-item{
    padding: 0 24px 80px;
    width: 33.33%;
    z-index: 3;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-listing .post-item .post-detail{
    position: relative;
    display: flex;
    flex-direction: column;
}
.blog-listing .post-item .post-details .blog-post-date{
    color: #003B57;
    padding: 10px 0;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1.5px;
}
.blog-listing .dir-desc{
    flex: 1 0 auto;
}
.blog-listing .post-link-wrap{
    display: block;
    padding: 20px 0;
}
.blog-listing .post-link-wrap a.post-link,
body.single-post .single-related-posts a.read-more-link,
body.single-post .latest-related-posts a.read-more-link{
    color: #003B57;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 1px solid;
    overflow: hidden;
}
.blog-listing .dir-desc{
    flex: 1 0 auto;
}
.blog-listing .post-link-wrap a.post-link:hover:after,
.single-related-posts a.read-more-link:hover:after{
    width: calc(100% - 50px);
}
.content-block.blog-list{
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    overflow: visible;
}

.content-block.blog-list.pattern-4:before{
    z-index: 2;
}
.content-block.blog-list .container{
    max-width: 1550px;
}
.content-block.blog-list .container{
    margin-bottom: 80px;
}
.content-block.blog-list .container .blog-listing{
    margin: 0 -14px;
    padding-top: 30px;
    margin-bottom: 0px;
}
.content-block.blog-list .container a.load-more{
    display: block;
    width: 170px;
    margin: 0 auto;
    font-weight: 700;
    background-color: #0075AE;
}
.blog-listing .single-post .post-details{
    border: 1px solid #E3E3E3;
    border-radius: 27px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blog-listing .single-post h4.single-post-title{
    color: #0075AE;
    margin-bottom: 20px;
}
.blog-listing .single-post .post-details .post-details-wrap {
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.dropdown-toggle {
    padding: 10px;
    background: #fff;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    padding: 10px;
    background: #fff;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul.dropdown li {
    list-style-type: none;
}

ul.dropdown li a {
    text-decoration: none;
    padding: 10px;
    display: block;
}

.blog-posts-filters .search-form,
.post-sidebar .search-form {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    float: right;
    width: 400px;
}
.blog-posts-filters .search-form i, .post-sidebar .search-form i {
    position: absolute;
    top: 15px;
    font-size: 25px;
    opacity: 0.5;
    left: 20px;
}
.post-sidebar .search-form {
    width: 100%;
    float: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.blog-posts-filters .category-option span.current-category{
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    display: block;
    background: #fff;
    line-height: 1;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #909090;
}
.blog-posts-filters .category-option span.current-category:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 30px;
    height: 30px;
    background-image: url(../wp-content/uploads/2023/02/select-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 14px;
    background-size: 30px;
}
.blog-posts-filters input#s, .post-sidebar input#s {
    width: 100%;
    border: 0;
    font-size: 15px;
    line-height: 1.5;
    padding: 17px 17px 17px 40px;
    font-weight: 700;
    border: 2px solid #909090;
    border-radius: 30px;
    letter-spacing: 1.5px;
    color: #363636;
}
.blog-posts-filters input#searchsubmit, .post-sidebar input#searchsubmit {
    position: absolute;
    top: 12px;
    font-size: 25px;
    opacity: 0;
    right: 15px;
}
.blog-cats-nav {
    position: relative;
    min-width: 250px;
    width: 100%;
    max-width: 410px;
}
.blog-cats-nav .dropdown-toggle{
    background: #fff;
    color: #858585;
    cursor: pointer;
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    padding: 17px 17px 17px 40px;
    border: 2px solid #909090;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.blog-cats-nav .dropdown-toggle:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2023/02/select-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;  
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.filters-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.blog .inner-hero-container {
    position: relative;
}
.blog .inner-hero-container .inner-hero-text {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 50px;
}
.social-share {
    position: absolute;
    top: 60px;
    transition: all 0.5s ease 0s;
    padding-top: 60px;
}
.social-share .social-share-group a.social-share-link {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s ease;
    background-color: #000;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.social-share .social-share-group a.social-share-link svg {
    width: 20px;
    fill: #fff;
}
body.single-post .post-content-inner {
    display: flex;
    flex-flow: wrap;
    padding-left: 100px;
}
body.single-post .post-content-inner .block-paragraphs {
    width: 70%;
    padding-top: 50px;
}
body.single-post .post-sidebar {
    width: 30%;
    padding-left: 50px;
}
body.single-post .post-sidebar .blog-subscription{
    padding: 30px 15px;
}
body.single-post .post-sidebar .blog-subscription h4.blog-subscribe-heading{
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 50px;
}
section.blog-details-block {
    padding-bottom: 100px;
}
.single .inner-hero-container .image-wrap img {
    width: 100%;
}
body .col-6.amnety-image:after{
    background-color: rgba(0, 0, 0, 0.5);
}
.slick-next, .slick-prev{
    font-family: fontawesome;
}
.theme-2 .flp-header-r .price-box span.sec-dep {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 15px;
    font-weight: 400;
}
.theme-2 .flp-header-r .price-box {
    text-align: right;
}