/*
Theme Name: Collective
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.0
License: GNU General Public License v2 or later
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

html body {
    font-family: futura-pt, Helvetica, Arial, "sans-serif";
}

/* body[data-aos-duration="400"] [data-aos] {
    animation-duration: unset !important;
    animation-delay: unset !important;
    transition-duration: unset !important;
} */


body .heading-font,
body .font-heading {
    font-family: futura-pt, Helvetica, Arial, "sans-serif";
}

body .subheading-font,
body .font-subheading {
    font-family: futura-pt, Helvetica, Arial, "sans-serif";
}
p,
li,
form {
    font-family: futura-pt, Helvetica, Arial, "sans-serif";
}
a.btn{
    text-align: center;
}

.image-text-block .lightbg {
    background: transparent;
}

.bg-grey {
    background-color: #C7C7C7;
}

.bg-grey-light {
    background-color: #F0F0F0;
}

.bg-white {
    background-color: #fff;
}

.text-color-grey {
    color: #C7C7C7;
}

.bg-color-transperant {
    background-color: transparent;
}

/* ===== Global Styles ===== */
html {
    font-size: 16px;
}

h2{
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}
h3{
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

h2.section-title {
    font-size: 3.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px;
}

h3.section-sub-title {
    font-size: 1.75rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 20px;
}

h2.section-title .small-font {
    font-size: 2.3rem;
}

h1.hero-title {
    font-size: 5rem;
    font-weight: 400;
}

h1.section-title {
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.amenities-cta-boxes .container {
    max-width: 1350px;
}

.center-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.two-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

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

.center-left {
    text-align: left;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

form input[type=text],
form input[type=email],
form input[type=number],
form select,
form textarea {
    border-bottom: 1px solid;
}

p,
li {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: 400;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    cursor: pointer;
}

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


.hover-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.5s ease;
}

/* ====== Header styles ===== */
header {
    display: flex;
    flex-flow: wrap;
    position: fixed;
    z-index: 9999;
    height: auto;
    width: 100%;
    transition: all 0.5s ease;
    padding: 0 0 10px;
}

header .container-full {
    padding: 0 30px;
    flex-flow: nowrap;
}

header .menu-trigger {
    display: flex !important;
    align-items: center;
    padding: 5px;
    margin: 0;
    transition: all 0.5s ease;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    position: fixed;
    width: 70px;
    height: 60px;
    margin-top: 50px;
    margin-right: 30px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    z-index: 1000;
}

header .menu-trigger span {
    position: absolute;
    width: 60px;
    height: 0px;
    border-bottom: 4px solid;
    right: 4px;
    top: 50%;
}

header .menu-trigger span:first-child {
    top: calc(50% - 14px);
}

header .menu-trigger span:last-child {
    top: calc(50% + 14px);
}
header .menu-trigger span.line1{
    transition: all 0.2s ease;
}
header .menu-trigger span.line2{
    transition: all 0.4s ease;
}
header .menu-trigger span.line3{
    transition: all 0.6s ease;
}
.menu-section.menu-trigger.menu-active span.line1 {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
}
.menu-section.menu-trigger.menu-active span.line2 {
    display: none;
}
.menu-section.menu-trigger.menu-active span.line3 {
    transform: translate3d(0px, -17px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}

header.fixed:has(.main-menu-panel.open) {
    height: 100%;
}

.header .header-top-bar {
    width: 100%;
    padding: 5px 20px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.header .header-top-bar .top-cta-wrap {
    position: absolute;
    right: 0;
}

.header .header-top-bar ul.top-cta {
    display: flex;
    justify-content: end;
}

.header .header-top-bar ul.top-cta li a {
    border: 2px solid;
    box-shadow: none;
    padding: 10px;
}

header .logo-section {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    padding: 0 15px;
    position: relative;
    width: 280px;
}

header .logo-section a.logo {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    height: 100%;
    width: 100%;
}

header .logo-section a.logo .header-logo {
    width: 100%;
}

header .logo-section a.logo img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 79px;
    margin: 0;
    transition: all 0.5s ease 0s;
}

header .logo-section a.sticky-logo {
    display: none;
}

header .right-menu {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-grow: 1;
    padding: 0;
    height: calc(100% + 10px);
}

header .right-menu .right-menu-top {
    text-align: right;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

header .right-menu .right-menu-top a.header-call,
header .right-menu span.header-address {
    padding: 0 10px;
}

.header-right-cta {
    width: auto;
}

header .menu-tab {
    position: fixed;
    z-index: 999;
    width: 135px;
    height: 60px;
    top: 50%;
    transform: rotate(-90deg);
    line-height: 25px;
    left: 162px;
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
}

.menu-section.hide {
    display: none;
}

.header-cta {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
}

.header-cta a.btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 700;
    padding: 17px 12px;
    text-transform: uppercase;
    margin: 0;
    box-shadow: none;
    border: 2px solid;
    height: fit-content;
    margin: 0px 10px;
    min-width: 180px;
    font-family: "Poppins", sans-serif;
}

.navbar-fixed-top {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.main-menu-panel ul.menu-main-menu {
    display: flex;
    flex-flow: wrap;
}

header.fixed {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(23 22 22 / 80%);
}

header.fixed .logo-section a.logo img {
    max-height: 90px;
}

/*
header .main-menu-wrapper {
    flex: 1;
    display: inline-block;
    vertical-align: top
}
*/

header ul.main-menu {
    display: flex;
    margin: 0;
    color: #fff;
    flex-flow: row;
    justify-content: center;
    gap: 15px;
    height: 100%;
}

header ul.main-menu li {
    width: auto;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .90rem;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
}

header ul.main-menu li a.menu-item-link {
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: end;
    z-index: 5;
    padding: 0 35px 29px;
    color:#739595;
    transition: all 0.5s ease;
    font-family: "Poppins", sans-serif;
}
header ul.main-menu li a.menu-item-link:hover{
    color: #F0F0F0;
}

header ul.main-menu li.current_page_item {
    position: relative;
    background-color: rgb(23 22 22 / 65%);
}
/* header ul.main-menu li.menu-item:first-child {
    display: none;
} */
header ul.main-menu li.current_page_item a.menu-item-link {
    color: #F0F0F0;
}
body .vline{
    transform: translate3d(0px, 0px, 0px) !important;
}
.amenities-cta-boxes.vl-center .vline {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    background: inherit;
    z-index: -1;
}

header ul.main-menu li.current_page_item:after {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    border: 2px solid #739595;
    position: absolute;
    top: -10px;
    bottom: auto;
    left: 4px;
    right: auto;
    transform: skewY(5deg);
    z-index: 2;
    display: none;
}

.header-cta-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 100px;
}


/*  for long header css  add this css in style.css below the menu*/
.hidemenu{
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.top-cta-wrap {
    text-align: right;
    margin-bottom: 10px;
}
.top-cta-wrap a.btn {
    margin-top: -3px;
    padding: 12px 25px 11px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.75px;
}
.scrollText {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #fafafa;
    font-size: 14px;
    transform: rotate(90deg);
}

.block {
    position: relative;
    height: 100%;
}

.vertical,
.vline,
.footer-vertical {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    /* border-right: 0.25vw solid; */
    border-right: 4px solid;
    /* transform: scaleY(0); */
    transform-origin: 0 top;
    z-index: 3 !important;
}

section.home-floorplans .connector {
    top: -75px;
}

.horizontal {
    width: 50%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 1px;
    z-index: 3 !important;
    /* border-bottom: 0.25vw solid; */
    border-bottom: 4px solid;
    /* transform: scaleX(0); */
    transform-origin: 100% top;
}

.horizontal-bottom {
    width: 50%;
    position: absolute;
    top: -9px;
    left: auto;
    right: 0;
    height: 1px;
    z-index: 2;
    border-top: 4px solid;
}

.bottom-line-shape .horizontal-bottom.shape1 {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: 2;
    background-attachment: fixed;
    width: 50%;
    border: 0;
}

.bottom-line-shape .horizontal-bottom.shape1 svg {
    margin-bottom: -11px;
}

.bottom-line-shape2 .horizontal-bottom.shape2 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    height: auto;
    z-index: 2;
    background-attachment: fixed;
    width: calc(40% + 3px);
    border: 0;
}

.hline,
section.amenities-section .hline {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 1px;
    z-index: 2;
    /* border-bottom: 0.25vw solid #C6AA76; */
    border-bottom: 4px solid #C6AA76;
    background-attachment: fixed;
    width: 50%;
    /* transform: scaleX(0); */
    transform-origin: 100% top;
}

.btm-shape .hline.shape1 {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: 2;
    background-attachment: fixed;
    width: 50%;
    border: 0;
}

.btm-shape .hline.shape1 svg {
    margin-left: -1px;
    margin-bottom: -11px;
}

.btm-shape2 .hline.shape1 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    height: auto;
    z-index: 2;
    background-attachment: fixed;
    width: calc(40% + 3px);
    border: 0;
}

section.form-lines div#hline {
    top: 125px;
    width: 55%;
}

section.form-lines div#vline {
    top: 125px;
    left: 45%;
    height: calc(100% - 50px);
}

section.form-lines div#btm-shape-contact{
    width: calc(45% + 4px);
    left: 0;
    bottom: -75px;
    position: relative;
    height: 75px;
}
div#btm-shape-contact svg.designshape {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
}

/* Main Menu Panel styles */
.main-menu-panel {
    display: flex;
    flex-flow: wrap;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 50px;
    z-index: 99;
    transition: all 0.5s ease 0s;
    top: 0;
    transform: translateY(-130%);
    opacity: 0;
}

.main-menu-panel .menu-section-left {
    width: 70%;
}

.main-menu-panel .menu-section-right {
    width: 30%;
    position: relative;
}

.main-menu-panel .menu-section-right:before {
    content: "";
    width: 1px;
    height: calc(100% - 250px);
    border-left: 1px solid #616161;
    position: absolute;
    left: 0;
    top: 30px;
}

.main-menu-panel.open {
    transform: translateY(0);
    opacity: 1;
    background: #171616;
}

.main-menu-panel ul.menu-main-menu {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    margin-bottom: 30px;
    height: calc(100% - 150px);
    min-height: 70vh;
    justify-content: center;
}

.main-menu-panel ul.menu-main-menu li.main-menu-item {
    float: left;
    display: block;
    width: 100%;
    padding: 0 10px;
    order: 100;
    text-align: center;
    letter-spacing: 6px;
}

.main-menu-panel ul.menu-main-menu li.main-menu-item a.menu-item-link {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.main-menu-panel .social-bar {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    padding: 0;
    width: auto;
    float: left;
}

.main-menu-panel ul.social-links {
    text-align: center;
}

.main-menu-panel ul.social-links li.social-icon {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 5px 10px;
}

.main-menu-panel ul.social-links li.social-icon a {
    position: absolute;
    border: 1px solid;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.main-menu-panel ul.social-links li.social-icon a svg {
    width: auto;
    height: 20px;
}

.main-menu-panel ul.social-links li.social-icon a:after {
    font-size: 1.25rem;
    display: none;
}

.main-menu-panel .menu-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    font-size: 6rem;
    font-weight: 300;
    line-height: 50px;
    display: block;
    text-align: center;
    /* display: none; */
}
.main-menu-panel .menu-close svg{
    width: 100%;
}

.main-menu-panel .menu-close:hover {
    opacity: 1;
}

.main-menu-panel .header-cta {
    display: flex;
    float: none;
    padding: 20px 0;
    max-width: 100%;
    text-align: center;
    justify-content: space-evenly;
}

.main-menu-panel .header-cta a.btn {
    display: inline-block;
    padding: 28px 20px;
    min-width: 300px;
    font-size: 20px;
    margin: 10px;
}

.main-menu-panel .menu-section-left ul.menu-main-menu li.main-menu-item a.menu-item-link {
    font-size: 3rem;
}
.main-menu-panel .menu-section-left ul.menu-main-menu li.main-menu-item a.menu-item-link:hover {
    transform: scale(1.1);
}

.main-menu-panel .menu-section-right ul.menu-main-menu li.main-menu-item a.menu-item-link {
    font-size: 1.875rem;
    font-weight: 500;
    opacity: 0.7;
}
.main-menu-panel .menu-section-right ul.menu-main-menu li.main-menu-item a.menu-item-link:hover{
    opacity: 1;;
}

/* Main Container */
.main-content {
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 0
}

.limited-overlap {
    max-height: 21vw;
}

/* ====== Home Page styles ===== */
section.hero-banner {
    position: relative;
    height: 100vh;
    min-height: 50vw;
}

section.hero-banner .hero-container.container {
    width: 70vw;
    max-width: 1640px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 200px;
    z-index: 3;
}

section.hero-banner .slider {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.hero-banner .slider .slick-list {
    height: 100%;
}

section.hero-banner .slider .slick-list .slick-track {
    height: 100%;
    min-width: 100vw !important;
}

section.hero-banner .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.hero-banner .slide-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.hero-banner .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

section.hero-banner .slide-flex-wrapper {
    height: 100%;
    z-index: 9;
    position: relative;
    padding: 150px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

section.hero-banner .slide-flex-wrapper .slide-container {
    width: 100%;
    padding-left: 10vw;
    height: auto;
    position: relative;
}

section.hero-banner .slide-flex-wrapper .slide-container .slide-content {
    width: 100%;
    text-align: left;
    display: flex;
    /* position: relative; */
}

section.hero-banner .slide-flex-wrapper .slide-container .slide-content .caption-wrap {
    width: 50%;
}
section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design {
    width: calc(100% - 35%);
    height: auto;
    position: absolute;
    overflow: hidden;
    padding-top: 12px;
    margin-left: 110px;
}
section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design svg {
    width: 100%;
}

section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
    text-align: left;
    margin-bottom: 50px;
    text-transform: uppercase;
    min-height: 100px;
    font-weight: 400;
    letter-spacing: 5px;
}

section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title span {
    display: inline-block;
}

section.hero-banner .slide-flex-wrapper .slide-container .slide-content .hero-paragraphs p {
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

section.hero-banner .slider-container .slick-dots {
    width: 100%;
    max-width: 1280px;
    /*
  left: 50%;
  transform: translateX(-50%);
*/
    bottom: 150px;
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 10vw;
}

section.hero-banner .slider-container .slick-dots > li {
    display: inline-block;
    margin: 0 10px;
}

section.hero-banner .slider-container .slick-dots > li:first-child {
    margin-left: 0;
}

section.hero-banner .slider-container .slick-dots > li button:before {
    font-size: 1.5rem;
    color: #fff;
}

section.hero-banner .slider-container .slick-dots > li:only-child {
    display: none;
}

section.hero-banner .video-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.hero-banner .video-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

section.hero-banner .video-wrapper iframe.youtube-video,
section.hero-banner .video-wrapper iframe#hero_vimeo_bg {
    height: 120vh;
    width: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

section.hero-banner .video-wrapper .video-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}

section.hero-banner .hero-slider button.slick-prev {
    left: 25px;
    transform: translate(0, -50%);
}

section.hero-banner .hero-slider button.slick-next {
    right: 25px;
}

section.hero-banner h1.hero_title {
    margin: 0 auto 40px;
    line-height: 1.3;
}

section.hero-banner h1.hero_title span {
    display: block;
}

section.hero-banner h2.hero-subtitle {
    font-size: 2.063em;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0 15px 5px 0;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.hero-banner .hero-paragraph {
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 700px;
}

section.hero-banner .hero-paragraph p {
    font-size: 32px;
    max-width: 570px;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 45px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

section.hero-banner .banner-img {
    width: 100%;
}

section.hero-banner section.hero-banner {
    height: 100vh;
}

section.hero-banner .hero-container,
section.hero-banner .video-slider-outer-wrapper,
section.hero-banner .video-slider-outer,
section.hero-banner .video-gallery-slider,
section.hero-banner .video-gallery-slider ul.slides,
section.hero-banner li.single-video-slide,
section.hero-banner .video-bg.auto-thumbnail {
    height: 100%;
}

section.hero-banner .slick-slide {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    transition: all 0.5s ease;
}

slick-dots li button {
    border: 1px solid;
    border-radius: 50%;
}

body button.slick-arrow {
    width: 32px;
    height: 65px;
    opacity: 1;
    z-index: 9;
}

button.slick-arrow.slick-disabled {
    opacity: 0.75;
}

body .slick-prev:before,
body .slick-next:before {
    background-position: center;
    font-size: 3.125rem;
    text-align: center;
    width: 100%;
    display: block;
    opacity: 1;
}

body button.slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: 45px;
}

body button.slick-next {
    right: 45px;
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    max-width: 50vw;
    z-index: 0;
}

/* ====== Socail Media Bar ===== */
section.social-bar {
    text-align: center;
}

section.social-bar h2 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

section.social-bar ul.social-links {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 0;
}

section.social-bar ul.social-links li.social-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px;
    position: relative;
}

section.social-bar ul.social-links li.social-icon a {
    position: absolute;
    text-align: center;
    border: 1px solid;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
}

section.social-bar ul.social-links li.social-icon a:after {
    font-size: 0.938rem;
    display: none;
}

section.social-bar ul.social-links li.social-icon a svg {
    width: auto;
    height: 15px;
}

/* ====== Image Text Block styles ===== */
.image-text-block {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.image-text-block .col {
    position: relative;
}

.image-text-block .it-image-section {
    width: 100%;
    height: auto;
    max-height: 960px;
    overflow: hidden;
}

.image-text-block .it-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.image-text-block .it-section {
    width: 100%;
    padding-left: calc(50vw - 45em);
    position: relative;
    padding-right: 50px;
}

.image-text-block .it-section .it-content-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.image-text-block .it-section .it-content-wrapper .section-buttons {
    display: none;
}

.image-text-block .it-section .section-content {
    margin-bottom: 20px;
}

.image-text-block .it-section .amenities-grid {
    column-count: 1;
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #C6C4C2;
}

.image-text-block .it-section .amenities-grid > li {
    padding-left: 4px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.image-text-block .title-logo-bug {
    margin-bottom: 30px;
}

.image-text-block.image-position-left .col.left-col {
    position: relative;
    width: 50%;
    height: 100%;
    max-height: 600px;
    transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
}
.image-text-block.image-position-left.amenities-section .left-col {
    max-height: 720px;
}
.image-text-block.image-position-left .col.right-col {
    width: 50%;
    position: relative;
    z-index: 9;
    padding: 0px;
}

.image-text-block.image-position-right .col.left-col img,
.image-text-block.image-position-left .col.left-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text-block.image-position-left .col.right-col .it-section {
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.image-text-block.image-position-right .left-col {
    position: relative;
    width: 50%;
    height: 100%;
    transition: all 0.5s ease 0s;
    order: 2;
}

.image-text-block.image-position-right .col.right-col {
    width: 50%;
    margin: 50px 0;
    padding: 0px;
}

.amenities-section.image-text-block .it-container {
    align-items: flex-start;
}

.amenities-section .it-image-section .community-title {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 2;
    font-weight: 700;
}

/* .amenities-section .it-image-section .community-title.text-color-light{
    color: #E3DDD3;
} */

.amenities-section .it-section h2.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
}

.image-text-block.image-position-right.home-intro .left-col {
    width: 55%;
}

.image-text-block.image-position-right.home-intro .col.right-col {
    width: 45%;
}

.intro-slider .slick-list .slick-track {
    padding: 0;
}

.image-text-block.image-position-right.home-intro .col.right-col .it-section {
    padding-right: 0;
}

section.angled-section2 .vertical {
    top: -5vw;
    height: calc(100% + 5vw);
}




/* ====== Home Intro ===== */
section#intro-slider{
    padding-bottom: 150px;
    padding-top: 150px;
}
section#intro-slider .horizontal {
    top: 70px;
}
section#intro-slider .vertical {
    top: 70px;
}
.intro-slider {
    position: relative;
    height: 100%;
}

.intro-slider .slick-list {
    height: 100%;
}

.intro-slider .slick-list .slick-track {
    height: 100%;
    width: 100% !important;
}

.intro-slider .slick-list .slick-track .slick-slide {
    display: flex;
    flex-flow: column;
    justify-content: start;
    width: 100% !important;
    padding-top: 0px;
}

.intro-slider .slick-list .slick-track .slick-slide .slide-bg {
    height: 100%;
}

.intro-slider .slick-list .slick-track .slick-slide .slide-bg img {
    width: 100%;
    height: 100%;
    max-height: 590px;
    object-fit: cover;
}

.intro-slider .slick-dots {
    bottom: 50px;
}

.intro-slider .slick-dots > li {
    border-radius: 50%;
    border: 1px solid;
    display: inline-block;
}

.intro-slider .slick-dots > li.slick-active {
    background: #666;
}

.intro-slider .slick-dots > li:first-child {
    margin-left: 0;
}

.intro-slider .slick-dots > li:only-child {
    display: none;
}

section#intro-slider .it-section h3.tag-title {
    position: absolute;
    top: 0;
    right: -13vw;
    transform: rotate(-90deg);
    font-size: 1.75rem;
    letter-spacing: 1.3px;
}

section#intro-slider .it-section .section-content {
    margin-bottom: 20px;
}


/* ====== Home Page styles ===== */
section.home-floorplans {
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 1;
}
.home-floorplans h2.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
}
.home-floorplans h2.section-title span {
    font-size: 3.75rem;
    display: block;
    font-weight: 500;
}
section.home-floorplans .slick-list{
    border: 2px solid #C7C7C7;
}
section.home-floorplans .slick-slide {
    padding: 20px 0 0;
    text-align: center;
    font-size: 5rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.35);
}

section.home-floorplans .slick-slide[aria-hidden="true"] {
    opacity: 1;
    transition: all 0.5s ease;
}

section.home-floorplans .slick-slide[aria-hidden="false"] {
    opacity: 1;
    transition: all 0.5s ease;
}
section.home-floorplans .slick-slide a.flp-details-btn {
    width: 100%;
    border: 0;
    margin: 0;
    background-color: #C7C7C7;
    font-weight: 700;
    padding: 20px;
    font-size: 1.438rem;
}
section.home-floorplans .slick-slide a.flp-details-btn:hover{
    background-color: #A5A5A5;
}
section.home-floorplans .slick-slide .floorplan-slide-img {
    max-width: 550px;
    display: block;
    margin: 0 auto;
    width: 85%;
}

section.home-floorplans .slick-slide .floorplan-slide-details {
    width: 87%;
    max-width: 550px;
    margin: 20px auto 0px;
    text-align: left;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

section.home-floorplans .slick-slide .floorplan-slide-details h2 {
    font-size: 1.875rem;
    font-weight: 700;
    vertical-align: top;
    max-width: 100%;
    text-transform: capitalize;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.home-floorplans .slick-slide .floorplan-slide-details > h2,
section.home-floorplans .slick-slide .floorplan-slide-details > div {
    /* width: 50%; */
    color: #9F9E9D;
    font-weight: 500;
}

section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
    padding-left: 0;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    text-align: right;
    justify-content: end;
    grid-row: 1 / span 2;
    grid-column: 2;
}

section.home-floorplans .slick-slide .floorplan-slide-details .amount,
section.home-floorplans .slick-slide .floorplan-slide-details .area,
section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
    font-size: 1.875rem;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.home-floorplans .slick-slide .floorplan-slide-details .amount{
    grid-row: 2;
    grid-column: 1;
}
section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
    display: block;
}

section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span:first-child{
    order: 3;
    width: 100%;
}

section.home-floorplans .slick-slide .floorplan-slide-details a.flp-details-btn {
    margin: 0;
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    height: fit-content;
    align-self: end;
    font-size: 1.1rem;
}

section.home-floorplans .slick-slide .flp-details a.btn.flp-details-btn {
    width: 100%;
    box-shadow: none;
    margin: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

section.home-floorplans .filter {
    margin: 0;
    padding-left: calc(50vw - 50em);
    position: relative;
    padding-right: 50px;
    display: flex;
    justify-content: center;
}

section.home-floorplans .slick-slide .flpdetails-wrap {
    padding: 50px;
}

/*

section.home-floorplans .filter span {
  content: "";
  width: 100vw;
  left: calc(-1*(50vw + 150px));
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}
*/

section.home-floorplans .filter .filter-item {
    padding: 23px 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0;
    border: 2px solid;
    transition: all 0.5s ease 0s;
    margin: 0 10px 15px;
    text-align: center;
    width: -webkit-fill-available;
    letter-spacing: 0.8px;
    width: 125px;
    height: 125px;
}

section.home-floorplans .filter .filter-item.active {
    border-color: #739595;
}

section.home-floorplans .filter .filter-item span {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
}

section.home-floorplans .col.flp-slider {
    width: 50%;
    position: relative;
    display: flex;
    flex-flow: column;
    order: 1;
    overflow: hidden;
}

section.home-floorplans .col.flp-slider .slick-list .slick-track img {
    width: 100%;
    height: 100%;
    max-height: 577px;
    object-fit: contain;
}

section.home-floorplans .col.flp-slider-tab {
    width: 50%;
    padding: 0;
}

section.home-floorplans .col.flp-slider-tab .floorplans-text {
    padding: 40px 25px;
    width: 100%;
    padding-left: calc(50vw - 50em);
    position: relative;
    padding-right: 50px;
    text-align: center;
}

section.home-floorplans .col.flp-slider-tab .floorplans-text .section-content {
    max-width: 530px;
    text-align: center;
    margin: 50px auto 20px;
}

section.home-floorplans .col.flp-slider-tab .floorplans-text p {
    color: #A5A5A5;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

/* .home-floorplans-slider.slick-slider .slick-list {
    overflow: visible;
} */

.mobile-home-flp-filter {
    display: none;
}

section.home-floorplans .floorplans-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    order: 2;
    overflow: hidden;
}

section.home-floorplans .floorplans-container.active {
    opacity: 1;
    display: flex;
    transition: all 0.5s ease 0.5s;
    height: auto;
}

section.home-floorplans .floorplans-container .floorplans-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

section.home-floorplans .floorplans-container .floorplans-slider .floorplan-slide-img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 480px;
}

section.home-floorplans .floorplans-container .floorplans-slider .floorplan-slide-img img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

section.home-floorplans .floorplans-container .property-btn {
    padding: 40px 0;
    margin: 50px 0 0;
    position: relative;
}

section.home-floorplans .floorplans-container .property-btn:before {
    content: "";
    width: 100vw;
    left: calc(-1*(50vw + 150px));
    position: absolute;
    height: 100%;
    top: 0;
}

section.home-floorplans .floorplans-container .floorplans-text {
    padding: 40px 25px;
    width: 100%;
    max-width: 540px;
}

section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button:before {
    background: url(https://parchaus.beswifty.com/wp-content/uploads/2024/04/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    width: 30px;
    height: 63px;
}

section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-arrow {
    top: 50%;
}

section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-prev {
    left: -70px;
}

section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-next {
    right: -70px;
}

.home-floorplans-slider.slick-slider {
    width: 75%;
    margin-right: 15% !important;
    max-width: 700px;
    margin: 0 auto;
}

/* ====== Home Page Gallery Slider ===== */
.image-slider-container {
    position: relative;
    width: 100%;
    height: auto;
}

.image-slider-container .sh_product_slider2_wrap {
    padding: 30px 50px;
}

.image-slider-container .gallery {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.image-slider-container .gallery button.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 99;
}

.image-slider-container .gallery button.slick-arrow:before {
    font-size: 1.875rem;
}

.image-slider-container .gallery button.slick-arrow.slick-prev {
    left: 0;
}

.image-slider-container .gallery button.slick-arrow.slick-next {
    right: 0;
}

.image-slider-container .gallery .slick-list {
    overflow: hidden;
    margin: 0;
}

.image-slider-container .gallery .slick-track {
    display: flex !important;
}

.image-slider-container .gallery .slick-slide {
    outline: none !important;
    margin: 0 15px;
    object-fit: cover;
    height: inherit;
}

.image-slider-container .gallery .slick-slide a {
    height: 100%;
    display: flex;
}

.image-slider-container .gallery .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
    font-family: Helvetica, sans-serif;
    line-height: 40px;
    text-align: center;
    background-color: #E6E6E6;
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s ease;
}

.image-slider-container .gallery .gallery-arrow:hover {
    background: #D0DFE6;
}

.image-slider-container .gallery .gallery-arrow.mod-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.image-slider-container .gallery .gallery-arrow.mod-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.image-slider-container .gallery .gallery-item {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: center;
}

.image-slider-container .gallery .gallery-img-holder {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}

.image-slider-container .gallery .gallery-img {
    width: 100%;
    height: 100%;
}

.image-slider-container .gallery .slick-lightbox .slick-arrow {
    z-index: 10;
}

/* ======= Home Amenities Tiles ===== */
section#amenities {
    padding-top: 1px !important;
    z-index: 0;
    padding-bottom: 150px;
}

.tiles-block .tiles-wrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 0px;
    display: grid;
}

.tiles-block .tiles-wrapper .single-tile {
    width: 100%;
    /*    min-height: 35vw;*/
    position: relative;
    padding: 40px 0;
}

section#amenities .tiles-wrapper .single-tile {
    padding: 0;
}

.tiles-block .tiles-wrapper .img-wrapper {
    position: relative;
}

.tiles-block .tiles-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-height: 50vw; */
}

.tiles-block .tiles-wrapper .single-tile .slide-overlay {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.tiles-block .tiles-wrapper .single-tile .tile-title {
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 50px;
}

.tiles-block .tiles-wrapper .single-tile .tile-title:after {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: -30px;
    margin-left: -7.5px;
    background-color: #fff;
}

.tiles-block .tiles-wrapper .single-tile .tile-button {
    margin-top: 30px;
}

.tiles-block .tiles-wrapper .single-tile .tile-button a.btn {
    font-weight: 600;
    text-transform: uppercase;
}

.tiles-columns-1 .tiles-wrapper {
    grid-template-columns: repeat(1, 1fr);
}

.tiles-columns-2 .tiles-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.tiles-columns-3 .tiles-wrapper {
    grid-template-columns: repeat(3, 1fr);
}

.tiles-columns-4 .tiles-wrapper {
    grid-template-columns: repeat(4, 1fr);
}

.tiles-columns-5 .tiles-wrapper {
    grid-template-columns: repeat(5, 1fr);
}

.tiles-columns-6 .tiles-wrapper {
    grid-template-columns: repeat(6, 1fr);
}

.tiles-block h2.block-title {
    text-align: center;
}

#amenities .tiles-wrapper .single-tile .tile-content {
    padding: 5vw 8vw;
}


#amenities .tiles-wrapper .single-tile .tile-content .tile-description ul {
    padding-left: 20px;
    border-left: 1px solid #C7C6C5;
    margin: 50px 0 0;
}

#amenities .tiles-wrapper .single-tile .tile-content .tile-description ul li {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

#amenities .tiles-wrapper .img-wrapper .community-title {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 2.813rem;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 1.7;
    text-align: center;
    font-weight: 700;
    color: #F0F0F0;
}

.circle-img .tiles-wrapper .img-wrapper {
    width: 35vw;
    height: 35vw;
    max-width: 600px;
    max-height: 600px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-img .tiles-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-cta-boxes .single-tile .single-tile-wrapper {
    display: flex;
    flex-direction: row;
}

.home-cta-boxes .single-tile .single-tile-wrapper .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.home-cta-boxes .single-tile .single-tile-wrapper .tile-content {
    width: 50%;
    padding-right: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-cta-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.neighborhood-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
    font-size: 3.5rem;
}
.home-cta-boxes .single-tile .single-tile-wrapper .tile-content .tile-description p{
    font-size: 22px;
    letter-spacing: 1px;
}

section#home-cta {
    z-index: 0;
}

section#home-cta .angle-top {
    margin-bottom: -15%;
}


/* ====== Home Page Tabs ===== */
section.tabs-block {
    width: 100%;
    overflow: hidden;
}

section.tabs-block .tabs-amenities-images {
    padding: 0;
    position: relative;
    z-index: 1;
    min-height: 450px;
}

section.tabs-block .tabs-amenities-images .tab-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    display: none;
}

section.tabs-block .tabs-amenities-images .tab-image.active {
    opacity: 1;
    display: inline-block;
}

section.tabs-block .tabs-amenities-images .tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.tabs-block .tabs-amenities {
    max-width: 100%;
    order: 1;
    padding: 0;
    position: relative;
    background: #fff;
}

section.tabs-block .tabs-amenities:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #f3f0eb;
    z-index: 0;
}

section.tabs-block .tabs-amenities .tabs-nav {
    position: relative;
    z-index: 1;
    width: 100%;
}

section.tabs-block .tabs-amenities .tabs-nav li {
    float: left;
    width: 50%;
    transition: all 0.5s ease;
}

/*
section.tabs-block .tabs-amenities .tabs-nav li:not(.current) a {
background: transparent;
border-bottom-color: transparent;
}
*/
section.tabs-block .tabs-amenities .tabs-nav li.current a {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}

section.tabs-block .tabs-amenities .tabs-nav li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 40px 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

section.tabs-block .tabs-amenities .tabs-stage {
    clear: both;
    padding: 0 30px;
    position: relative;
    top: -1px;
    opacity: 1;
}

section.tabs-block .tabs-amenities .tabs-stage .tab-content {
    position: relative;
    padding: 50px 30px;
    transition: all 0.5s ease;
}

section.tabs-block .tabs-amenities .tabs-stage .tab-content .tab-content-wrap ul.amenities-grid {
    min-height: 100px;
    padding-bottom: 50px;
    columns: 2;
    list-style: disc;
    padding-left: 20px;
}

section.tabs-block .tabs-amenities .tabs-stage .tab-content .tab-content-wrap ul.amenities-grid li {
    font-weight: 400;
    font-size: 1.063rem;
    position: relative;
    padding-left: 0px;
    line-height: 30px;
    margin-bottom: 5px;
}

section.tabs-block .tabs-amenities .tabs-stage .tab-content h2 {
    text-transform: uppercase;
}

section.tabs-block .tabs-amenities-images img {
    width: 100%;
}

/* ====== Home Gallery Slider ===== */
section.image-gallery-heading .section-title {
    margin-top: 0;
}

section.image-gallery-heading .section-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
}

/* ====== CTA Sliders styles ===== */
section.multipurpose-boxes {
    position: relative;
}

/* ====== CTA Slider to Columns styles ===== */
section.multipurpose-boxes .cta-columns .cta-slider-big {
    display: none;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap {
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    height: 33vw;
    width: calc(33vw - 10px);
    opacity: 1 !important;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item:last-child {
    margin-right: 0;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .box-img {
    position: relative;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    overflow: hidden;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1.01);
    transition: all 0.4s ease 0s;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item:hover .box-img img {
    transform: translateY(-50%) translateX(-50%) scale(1.15);
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    padding: 30px;
    min-height: auto;
    transform: translateY(-50%) translateX(-50%);
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2 {
    font-size: 2.25rem;
    margin-bottom: 0;
    position: relative;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2 svg {
    width: 40px;
    height: 40px;
    margin-left: 0;
    position: absolute;
    left: -50px;
    line-height: 1;
    top: -3px;
    transition: all 0.5s ease;
}

section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item:hover .mp-box-content h2 svg {
    left: -40px;
}

/*
section.multipurpose-boxes .cta-btns{
  display: none;
}
*/
section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}

/* ====== Gallery Slider ====== */
.gallery {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: auto;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.gallery .slick-list {
    overflow: hidden;
}

.gallery .slick-slide {
    outline: none !important;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #E6E6E6;
    z-index: 10;
    cursor: pointer;
    transition: background .3s ease;
}

.gallery-arrow:hover {
    background: #D0DFE6;
}

.gallery-arrow.mod-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.gallery-arrow.mod-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.gallery-item {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: center;
}

.gallery-img-holder {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: auto;
}

.gallery-img {
    width: 100%;
    height: 100%;
}

.slick-lightbox .slick-arrow {
    z-index: 10;
}

/* ====== Google Map Section ===== */
section.map-wrapper {
    height: 55vw;
    min-height: 540px;
    margin-top: -170px;
    z-index: 0;
}

section#footer-google-map {
    z-index: 1;
    padding-bottom: 100px;
    height: 55vw;
    min-height: 540px;
    margin-top: -75px;
    z-index: -1;
}

section#footer-google-map .it-container {
    z-index: 2;
    padding: 50px 0;
}
section#footer-google-map.image-position-left .col.left-col {
    width: 53%;
}
section#footer-google-map.image-position-left .right-col {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 47%;
}
section#footer-google-map h2.section-title {
    font-weight: 500;
}
section#footer-google-map h3.section-sub-title {
    color: #739595;
}
section#footer-google-map .horizontal-bottom {
    width: calc(40% + 0.22vw);
}

/* ====== Footer CTA Section ===== */
section.map-wrapper + section.footer-cta {
    margin-top: -16.5vw;
    margin-bottom: 120px;
    z-index: 1;
}

section.map-wrapper .angle-bottom-small {
    margin-top: -1px;
}

section.footer-cta {
    position: relative;
    margin-bottom: 120px;
    z-index: 4;
}

section.footer-cta .footer-vertical {
    z-index: 2;
    left: 15%;
    top: 70%;
    height: 70%;
}

section.footer-cta .bg-pattern {
    position: absolute;
    top: 10%;
    left: auto;
    right: 0;
    height: 90%;
    transform: translateX(10%);
    opacity: 0.25;
    background-repeat: no-repeat;
    background-size: contain;
}

section.footer-cta.two-columns .cta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.footer-cta.two-columns .cta-container .footer-cta-img {
    width: 50%;
    position: relative;
}

section.footer-cta.two-columns .cta-container .footer-cta-img .image-wrap {
    height: 100%;
}

section.footer-cta.two-columns .cta-container .footer-cta-img .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.footer-cta.two-columns .cta-container .footer-cta-text {
    width: 50%;
}

section.footer-cta.two-columns .cta-container .footer-cta-text .text-wrap {
    padding: 40px;
    text-align: center;
}

.overlapping-text-box .cta-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: initial;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.overlapping-text-box .cta-container .center-block {
    justify-content: center;
}

.overlapping-text-box .footer-cta-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.overlapping-text-box .footer-cta-img .image-wrap {
    height: 100%;
    position: relative;
    background-color: #092740;
}

.overlapping-text-box .footer-cta-text {
    position: relative;
}

.overlapping-text-box .footer-cta-img .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.20;
}

.overlapping-text-box .footer-cta-logo .image-wrap img {
    position: absolute;
    top: 10%;
    right: 0;
    height: 90%;
    transform: translateX(10%);
    width: auto;
    opacity: 0.15;
}

overlapping-text-box .footer-cta-text {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlapping-text-box .footer-cta-text.center-text .section-content {
    margin: 0 auto;
}

.overlapping-text-box .footer-cta-text .text-wrap {
    padding: 0px;
    text-align: left;
}

.overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
    margin-bottom: 80px;
    text-align: center;
    margin-top: 0;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 6px;
}

.overlapping-text-box .footer-cta-text .text-wrap .section-buttons {
    display: flex;
    justify-content: space-around;
}

/* .page-layout-page-home .footer-cta-text .text-wrap h2.section-title,
.page-layout-page-home .footer-cta-text .text-wrap h3.section-sub-title {
    text-align: left;
} */

body.home .overlapping-text-box .footer-cta-text .text-wrap h2.section-title,
body.home .overlapping-text-box .footer-cta-text .text-wrap h3.section-sub-title,
body.home .overlapping-text-box .section-content,
body.home section.footer-cta .footer-cta-text .section-buttons {
    text-align: left;
}

.overlapping-text-box .footer-cta-text .text-wrap h3.section-sub-title {
    text-align: center;
}

/*
.overlapping-text-box .section-content {
  max-width: 660px;
}
*/

section.footer-cta .section-buttons a.btn {
    width: auto;
    margin: 5px 10px;
    font-weight: 600;
    padding: 26px 20px;
    min-width: 300px;
}

section.footer-cta.overlapping-text-box .footer-cta-text.center-text h2,
section.footer-cta.overlapping-text-box .footer-cta-text.center-text h3,
section.footer-cta.overlapping-text-box .footer-cta-text.center-text .section-content,
section.footer-cta.overlapping-text-box .footer-cta-text.center-text .section-buttons {
    text-align: center;
}

section.footer-cta .footer-cta-text.center-text h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*===== Footer =====*/
footer#footer {
    transition: all 0.5s ease;
    position: relative;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0% 100%);
    margin-top: -10.5vw;
    z-index: 15;
}

footer#footer .footerbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

footer#footer .footerbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer#footer .footer-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    background-color: #092740;
}

footer#footer section.footer-lower {
    padding-bottom: 50px;
}

section.site-footer {
    display: flex;
    flex-flow: wrap;
    position: relative;
    padding: 5% 0 0;
}

.footer-left {
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.footer-left img {
    position: absolute;
    width: 250px;
    top: 50%;
    left: -10%;
    opacity: 0.35;
    transform: translateY(-50%);
}
/* 
.footer-right ul.social-links {
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 25px;
    padding-left: 0;
}

.footer-right ul.social-links li.social-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 5px 10px;
    position: relative;
    overflow: hidden;
}

.footer-right ul.social-links li.social-icon a {
    text-align: center;
}

.footer-right ul.social-links li.social-icon a svg {
    width: 40px;
    height: 40px;
}

.footer-right ul.social-links li.social-icon a:after {
    font-size: 1.5rem;
    display: none;
} */


.footer-right ul.social-links {
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 25px;
    padding-left: 0;
}

.footer-right ul.social-links li.social-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    position: relative;
    overflow: hidden;
}

.footer-right ul.social-links li.social-icon a {
    text-align: center;
    background-color: transparent;
}

.footer-right ul.social-links li.social-icon a svg {
    width: 40px;
    height: 40px;
    display: none;
}
.footer-right ul.social-links li.social-icon a.text-color-dark svg.custom-icon path{
    fill: #739595;
}
.footer-right ul.social-links li.social-icon a.text-color-dark:hover svg.custom-icon path{
    fill: #ffffff;
}
.footer-right ul.social-links li.social-icon a svg.custom-icon{
    display: block;
}

.footer-right ul.social-links li.social-icon a:after {
    font-size: 1.5rem;
    display: none;
}




.footer-left .container .footer-menu {
    padding: 0;
    text-align: center;
    position: relative;
}

.footer-left .container .footer-menu-wraper {
    padding: 30px 0;
    text-align: center;
}

.footer-left .container-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

ul.footer-menu-wraper li.footer-menu-item {
    display: inline-block;
}

ul.footer-menu-wraper li.footer-menu-item a.menu-item-link {
    text-transform: none;
    font-weight: 400;
    padding: 0 30px;
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #739595;
    letter-spacing: 1.3px;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease;
}
ul.footer-menu-wraper li.footer-menu-item a.menu-item-link:hover{
    color: #f0f0f0;
}


ul.footer-menu-wraper li.footer-menu-item:last-child a:after {
    display: none;
}

.footer-right .address span {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 10px;
    color: #f0f0f0;
}


ul.policy-nav li:first-child {
    border: 0;
}

.footer-right {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
}

.footer-right .contact {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    margin: 100px 0 30px;
    font-weight: 500;
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: center;
}

.footer-right .contact a {
    word-break: break-all;
    margin: 0 5px;
}
.footer-right .contact a:hover{
    color: #fff;
}

.footer-right img {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.footer-right .address {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
}

.footer-right .contact a,
.footer-right .address a {
    display: flex;
    justify-content: center;
    color: #DCDDDE;
    font-weight: 400;
}

.footer-right .address a:hover {
    color: #fff;
}

.copyright-area {
    padding: 22px 15px 18px;
    flex-grow: 1;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.copyright-area .property-icons {
    min-width: 16%;
    text-align: left;
}
section.home-floorplans .container-full.equal-height {
    align-items: center;
}

.copyright-text {
    display: inline-block;
    width: auto;
    padding: 0 10px 0 7vw;
    margin-bottom: 5px;
}

.copyright-text p {
    font-weight: 500;
}

.copyright-text,
ul.policy-nav li,
.attribution {
    font-size: 1.25rem;
    font-weight: 500;
}

ul.policy-nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0;
    text-transform: capitalize;
}

ul.policy-nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 15px;
    position: relative;
}
ul.policy-nav li:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #739595;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
ul.policy-nav li:last-child {
    display: none;
}
.copywrap ul.policy-nav a {
    color: #739595;
}
.copywrap ul.policy-nav a:hover{
    color: #c6aa76;
}
.property-icons {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.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;
}

ul.property-icons-list {
    margin: 0;
}

.attribution {
    width: auto;
    z-index: 99;
    color: #739595;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.7px;
}
.attribution .designby {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.attribution a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.attribution a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 40px;
    height: auto;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 700;
}
.btmdevider {
    padding: 0 6px;
}

.footer .contact .callus {
    display: block;
    font-weight: 600;
}

.footer .contact .phone-no,
.footer .contact .email {
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}

/* ====== Footer Bottom Section ===== */
.bottom-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
}

.bottomlogo {
    width: 100%;
    height: auto;
    max-width: 230px;
    padding: 20px;
}

.bottomlogo img {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.bottom-container .bottom-link {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 10px;
}

.bottom-container .bottom-link a {
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.bottom-container .bottom-link a span {
    margin-right: 5px;
}
.bottom-container .bottom-link a span.text-color-light{
    color: #A5A5A5;
}

.bottom-container .bottom-link a svg {
    width: 14px;
    height: 14px;
}


/* ====== Form Section ===== */
section.form-section .form-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

section.form-section .form-outer {
    max-width: 700px;
    margin: 0 auto;
}

section.form-section .form-wrap .subcol {
    padding: 40px 135px 40px 40px;
    border-width: 0;
    border-style: solid;
    margin: 0;
    padding: 40px 0;
    width: 100%;
    /*    padding-left: calc(50vw - 45em);*/
    position: relative;
    /*    padding-right: 50px;*/
}

section.form-section .form-wrap .subcol h2 {
    font-weight: 600;
    max-width: 700px;
    margin: 50px auto 60px;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

section.form-section .form-wrap .subcol .formmangr-col {
    width: 50%;
    margin-bottom: 25px;
    flex-grow: 1;
}

section.form-section .form-wrap .subcol .formmangr-row {
    display: flex;
    margin-bottom: 20px;
    min-height: 30px;
    width: 100%;
    flex-flow: wrap;
}

section.form-section .form-wrap .subcol .formmangr-field {
    display: flex;
    width: 100%;
    background-color: transparent;
}

section.form-section .form-wrap .subcol .formmangr-field label {
    display: none;
}

section.form-section .form-wrap .subcol .formmangr-col.field-type-comment {
    width: 100%;
}
section.form-section .equal-height .form-wrap .formmangr-field span.error:empty {
    margin: 0;
}
.formmangr-row .formmangr-input + br {
    display: none;
}

section.form-section .form-wrap .subcol div#submit {
    text-align: right;
    padding-right: 30px;
}

section.form-section .form-sec-bg {
    position: relative;
    z-index: 0;
    max-height: 40vw;
    max-width: 40vw;
}

section.form-section.footer-form .form-sec-bg {
    display: none;
}

section.form-section .form-sec-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.form-section .form-sec-bg .contact-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.2);
}
section.form-section .form-sec-bg .contact-title{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 2.813rem;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 1.7;
    text-align: center;
    font-weight: 700;
    color: #E3DDD3;
}

section.form-section .image-position-right {
    width: 50%;
}

section.form-section .image-position-right .form-sec-bg {
    position: relative;
    z-index: 0;
    padding-left: 15px;
}

section.form-section .image-position-right .form-sec-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#contact {
    padding-bottom: 200px;
}

section#contact .form-outer {
    width: 100%;
}

section#contact .form-wrap .subcol {
    padding-left: 5vw;
    padding-top: 125px;
}

section#contact {
    margin: -10% 0 0;
    z-index: 10;
    position: relative;
    padding-top: 0px;
}

section#contact .bg-pattern {
    width: 100%;
    max-width: 75%;
    background-size: 100%;
    opacity: 0.1;
    z-index: 21;
    top: -7.3vw;
    height: calc(100% + 200px);
}

section#contact .container-full {
    position: relative;
    z-index: 22;
}

section#gallery .tagline-text {
    transform: rotate(180deg) translateY(85%);
}

section#gallery .container {
    z-index: 2;
}

section#gallery .bg-pattern {
    top: -140px;
    transform: scaleX(-1);
    opacity: .1;
    z-index: 1;
    max-width: 75%;
    margin-left: 25%;
    height: calc(100% + 230px);
    background-size: 100%;
}

section.form-section.footer-form .formmangr-row .formmangr-input,
section.form-section.footer-form .formmangr-row select.formmangr-form-dd,
section.form-section.footer-form .formmangr-row .formmangr-field textarea {
    background-color: #171616;
    border-color: #888888;
}
section.form-section .form-wrap .subcol div#submit button.formmangr-button {
    border: 3px solid #739595;
    min-width: 265px;
    padding: 17px 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
}
section.form-section .form-wrap .subcol div#submit button.formmangr-button:hover{
    background-color: #739595;
    color: #fff;
}

/* ====== Home Image Gallery Section ===== */
#gallery .left-subcol {
    width: 40%;
    padding-left: calc(40% - 560px);
    padding-right: 50px;
    transition: all 0.5s ease 0s;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#gallery .gallery-grid-modular {
    width: 60%;
    min-height: 35vw;
    position: relative;
    padding-left: 150px;
    transition: all 0.5s ease 0s;
}

#gallery .left-subcol .section-content {
    margin-bottom: 30px;
}

#gallery .gallery-grid-modular .magnific-img {
    position: absolute;
    width: 13vw;
    height: 13vw;
    left: calc(10vw + 15px);
    top: 0;
}

#gallery .gallery-grid-modular .magnific-img:first-child{
    animation-delay: 100ms;
    animation-duration: 1s;
}

#gallery .gallery-grid-modular .magnific-img:nth-child(2n) {
    width: 17vw;
    height: 20vw;
    left: calc(24vw + 20px);
    top: 0;
}

#gallery .gallery-grid-modular .magnific-img:nth-child(3n) {
    width: 24vw;
    height: 20vw;
    left: 0;
    top: calc(13vw + 20px);
}

#gallery .gallery-grid-modular .magnific-img:nth-child(4n) {
    width: 13vw;
    height: 13vw;
    left: calc(24vw + 20px);
    top: calc(20vw + 20px);
}

#gallery .gallery-grid-modular .magnific-img a.image-popup-vertical-fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#gallery .gallery-grid-modular .magnific-img a.image-popup-vertical-fit .hover-color {
    opacity: 0;
}

#gallery .gallery-grid-modular .magnific-img a.image-popup-vertical-fit:hover .hover-color {
    opacity: 0.5;
}

#gallery .gallery-grid-modular .magnific-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #gallery .gallery-grid-modular .magnific-img{
    opacity: 0;
} */

#gallery .gallery-grid-modular .magnific-img.aos-animate{
    opacity: 0; 
    animation: fadeInUp .5s ease forwards;
}
#gallery .gallery-grid-modular .magnific-img.aos-animate:nth-child(1){
    animation-delay: 0.5s;
}
#gallery .gallery-grid-modular .magnific-img.aos-animate:nth-child(2){
    animation-delay: 1s;
}
#gallery .gallery-grid-modular .magnific-img.aos-animate:nth-child(3){
    animation-delay: 1.5s;
}
#gallery .gallery-grid-modular .magnific-img.aos-animate:nth-child(4){
    animation-delay: 2s;
}




/* ====== Inner Hero Section ===== */
section.inner-hero {
    overflow: hidden;
    height: 90vh;
    min-height: 500px;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

section.inner-hero .inner-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.75;
    background-color: #092740;
}

section.inner-hero .inner-hero-container {
    text-align: center;
}

section.inner-hero .inner-hero-container .text-wrap {
    text-align: center;
}

section.inner-hero.two-columns .inner-hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-img {
    width: 50%;
    position: relative;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-img .image-wrap {
    height: 100%;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-img .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-text {
    width: 50%;
}

section.inner-hero.two-columns .inner-hero-container .inner-hero-text .text-wrap {
    padding: 40px;
    text-align: left;
}

section.inner-hero .inner-hero-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -100px;
    position: unset;
}

section.inner-hero .inner-hero-container .inner-hero-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

section.inner-hero .inner-hero-container .inner-hero-img .image-wrap {
    height: 100%;
    position: relative;
}

section.inner-hero .inner-hero-container .inner-hero-img .image-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

section.inner-hero .inner-hero-container .inner-hero-img .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.inner-hero .inner-hero-container .inner-hero-text {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 250px;
}

section.inner-hero .inner-hero-container .inner-hero-text .text-wrap {
    padding: 0px;
    width: 100%;
}

section.inner-hero .inner-hero-container .inner-hero-text .text-wrap h1.section-title {
    text-align: left;
    margin: 0;
    display: flex;
    max-width: 670px;
}

section.inner-hero .inner-hero-container .inner-hero-text .text-wrap h1.section-title span {
    display: inline-block;
}


/* ====== Resident Section ===== */
section.resident-sections .it-container {
    display: flex;
    flex-flow: wrap;
}



/* ====== Gallery Section ===== */
section.gallery-section .gallery-tabs {
    width: 100%;
}

.swifty-gallery-mobile-tabs-dropdown {
    display: none;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav {
    display: flex;
    padding-left: 10%;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav li {
    padding: 15px 5px;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav li:not(.current) a {
    /*  background: transparent;*/
    border-bottom-color: transparent;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav li.current a {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}

section.gallery-section .gallery-tabs .gallery-tabs-nav li a {
    border: 2px solid;
    border-color: transparent;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav li a.active {
    border: 2px solid;
    border-color: inherit;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav li a,
section.gallery-section .gallery-tabs .gallery-tabs-nav li:not(.current) a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    height: 100%;
    line-height: 1.2;
    font-weight: 700;
}

section.gallery-section .gallery-tabs .tab-active a {
    cursor: default;
}

section.gallery-section .gallery-tabs .gallery-stage {
    border-top: 0;
    clear: both;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

section.gallery-section .gallery-tabs .gallery-stage div#tab-4 .vt-tour-section{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.gallery-section .gallery-tabs .gallery-stage div#tab-4 .vt-tour-section .vt_list-grid-toggle{
    padding-top: 0;
}
section.gallery-section .gallery-tabs .gallery-stage div#tab-4 .vt-tour-section .btm-shape, 
section.gallery-section .gallery-tabs .gallery-stage div#tab-4 .vt-tour-section .hline, 
section.gallery-section .gallery-tabs .gallery-stage div#tab-4 .vt-tour-section .vline {
    display: none;
}

.img-gallery-magnific.gallery-col {
    column-count: 3;
    column-gap: 16px;
}

section.gallery-section .gallery-tabs .gallery-stage .magnific-img {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
    margin-bottom: 16px;
    height: 16vw;
}
section.gallery-section .gallery-tabs .gallery-stage .magnific-img:nth-child(2n+3), 
section.gallery-section .gallery-tabs .gallery-stage .magnific-img:nth-child(7n) {
    height: 34vw;
}

section.gallery-section .gallery-tabs .gallery-stage .magnific-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.gallery-section .gallery-tabs .gallery-stage .magnific-img:hover img {
    opacity: 0.5;
}

section.gallery-section .gallery-tabs .gallery-stage .magnific-img a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-left {
    left: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-left:before {
    border-right: none !important;
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-right {
    right: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-right:before {
    border-left: none !important;
    border-left: 27px solid #3F3F3F;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

section.gallery-section .gallery-tabs .gallery-stage button.mfp-arrow {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-container:hover button.mfp-arrow {
    opacity: 1 !important;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

body .mfp-bg {
    z-index: 99998;
}

body .mfp-wrap {
    z-index: 99999;
}

body button.mfp-close {
    cursor: pointer !important;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-align-top .mfp-container:before {
    display: none;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-ajax-cur {
    cursor: progress;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-auto-cursor .mfp-content {
    cursor: auto;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close:hover {
    opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close:focus {
    opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close:active {
    top: 1px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:active {
    margin-top: -54px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:hover {
    opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:focus {
    opacity: 1;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-preloader a {
    color: #CCC;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-preloader a:hover {
    color: #FFF;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-loading.mfp-figure {
    display: none;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-hide {
    display: none !important;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-s-ready .mfp-preloader {
    display: none;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-s-error .mfp-content {
    display: none;
}

section.gallery-section .gallery-tabs .gallery-stage button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

section.gallery-section .gallery-tabs .gallery-stage button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-close-btn-in .mfp-close {
    color: #333;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-image-holder .mfp-content {
    max-width: 100%;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure {
    line-height: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-figure figure {
    margin: 0;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

section.gallery-section .gallery-tabs .gallery-stage .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

section.gallery-section .gallery-tabs .gallery-stage .gallery-slide .slide-content img {
    object-fit: cover;
    width: 100%;
    height: 100vw;
}

section.gallery-section .gallery-tabs .gallery-stage .gallery-carousel button.slick-arrow :before {
    color: #fff;
}

section.gallery-section .gallery-tabs .gallery-stage .gallery-carousel button.slick-prev.slick-arrow {
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 99;
}

section.gallery-section .gallery-tabs .gallery-stage .gallery-carousel button.slick-next.slick-arrow {
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 99;
}

.mobile-only {
    display: none;
}

section.gallery-section .gallery-tabs .img-gallery-magnific.gallery-col .magnific-img .hover-color {
    display: none;
}

/*
section.gallery-section .gallery-tabs .gallery-stage .magnific-img:nth-child(3n+1) { grid-row: 1 / 3; }
section.gallery-section .gallery-tabs .gallery-stage .magnific-img:nth-child(3n+2) { grid-column: 3 / 5; }
section.gallery-section .gallery-tabs .gallery-stage .magnific-img:nth-child(3n)   { grid-row: 2 / 4; }
*/


/* ====== Floorplan Filters Section ===== */
.floorplan-filters {
    padding: 0 60px;
    overflow: hidden;
    height: auto;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

section#floorplans-listing .container {
    max-width: 1300px;
}

.floorplan-filters.fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
}

.floorplan-filters .container {
    padding: 60px 0 0 120px;
    display: flex;
}

.floorplan-filters .flp-head-wrap a.flp-filters-trigger {
    display: none;
    background:#739595;
}

.floorplan-filters h2 {
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: 1px;
}

.floorplan-filters select.flp-bedrooms {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    height: 48px;
    outline: none;
    border: 0;
    background-color: #f8f8f8;
    text-transform: uppercase;
}

.floorplan-filters a.flp-filters-trigger {
    display: block;
    position: absolute;
    right: 35px;
    top: 24px;
    width: 170px;
    text-align: center;
    padding: 15px 10px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.floorplan-filters.fixed {
    width: calc(100% - 220px);
}

.floorplan-filters.active {
    height: 255px;
}

.floorplan-filters .more-flp-filters > div {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 15px 5px;
}

.floorplan-filters .flp-head-wrap {
    padding: 50px 0 0;
}
section#floorplans-listing .floorplan-filters .flp-head-wrap {
    padding: 10px 10px 0 0;
}

.floorplan-filters .more-flp-filters > div select {
    width: calc(50% - 20px);
    min-width: 130px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    height: 48px;
    outline: none;
    border: none;
    display: inline-block;
    background-color: #f8f8f8;
    color: #000;
}

.floorplan-filters .more-flp-filters > div h2 {
    margin: 0 20px 10px 0;
    width: 100%;
}

.floorplan-filters .more-flp-filters > div span.sf-range-values-seperator {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.floorplan-filters .more-flp-filters > div span.sf-range-values-seperator svg path {
    fill: #dcddde;
}

.floorplan-filters .more-flp-filters > div:last-child {
    border: none;
    padding: 15px;
    align-items: end;
}
/* section#footer-google-map .horizontal-bottom {
    width: auto;
} */
/* section#footer-google-map .horizontal-bottom .designshape{
    width: auto;
} */

.floorplan-filters .more-flp-filters .reset-new-flp-filtrers {
    margin-bottom: 0;
    cursor: pointer;
    margin-top: 0;
}

.floorplan-filters .more-flp-filters .flp-reset {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    border: 0;
    margin: 2px 5px;
}

.reset-new-flp-filtrers .flp-reset .refresh-icon {
    position: relative;
}

.reset-new-flp-filtrers .flp-reset .refresh-icon:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(50% - 14px);
    background: url(/wp-content/themes/parchaus/assets/images/Icon-material-refresh.svg) no-repeat center;
    background-size: 28px;
}

/* ====== Floorplan Section ===== */
.floorplans-intro h2.section-title,
.neighborhood-intro h2.section-title,
.resident-heading h2.section-title,
section#gallery h2.section-title {
    margin-top: 0;
}

section#gallery h2.section-title {
    font-size: 3.7rem;
    font-weight: 400;
}
section#gallery h3.section-sub-title {
    color: #739595;
    margin-bottom: 50px;
    font-weight: 500;
}

body section#gallery .section-buttons a.btn{
    padding: 28px 20px;
    min-width: 300px;
}

.inner-intro .text-content-wrapper {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    overflow-x: hidden;
}

.inner-intro .text-content-wrapper .section-headings {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
    width: 40%;
}
.inner-intro .text-content-wrapper .section-content-wrap {
    width: 60%;
}
.inner-intro .text-content-wrapper .section-headings h2.section-title{
    font-size: 3.75rem;
    letter-spacing: 2px;;
}
.inner-intro .text-content-wrapper .section-headings h2.section-title span {
    display: inline-block;
}

.inner-intro .text-content-wrapper .section-content-wrap .section-content {
    padding-left: 30px;
    border-left: 1px solid #C7C7C7;
    text-align: left;
    padding-right: 0;
}
.inner-intro .text-content-wrapper .section-content-wrap p {
    font-size: 1.375rem;
}

section.floorplans-listing .flp-listing .available_flp h2,
section.floorplans-listing .flp-listing .unavailable_flp h2,
section.floorplans-listing .flp-listing p.not-available
{
  text-align: center;
}

section.floorplans-listing .flp-listing {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    font-size: 0;
    position: relative;
}

section.floorplans-listing .single-floorplan {
    width: calc(50% - 60px);
    padding: 0;
    font-size: 0;
    margin: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #C7C7C7;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

section.floorplans-listing .single-floorplan .floorplan-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

section.floorplans-listing .single-floorplan .flp-header {
    width: 100%;
    vertical-align: middle;
    height: auto;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    padding: 20px 60px;
}

section.floorplans-listing .single-floorplan .flp-ctas a.flp-more-details {
    width: 100%;
    height: 70px;
    margin: 0;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.floorplans-listing .single-floorplan .flp-ctas a.vr-tour{
    min-width: unset;
    width: 100%;
    margin: 0;
    line-height: 1.7;
    border: 0;
    border-top: 2px solid;
}

section.floorplans-listing .single-floorplan .flp-ctas a.flp-more-details:hover{
    background-color: #A5A5A5;
}

body section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l {
    display: flex;
    flex-flow: column;
    width: 50%;
    text-align: left;
    text-transform: uppercase;
}
section.floorplans-listing .text-color-dark,
.floorplan-filters .more-flp-filters>div select {
    color: #9F9E9D;
}
section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l h2.flp-title {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l .price-box {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: start;
    align-items: center;
    font-weight: 500;
    text-align: left;
}

section#floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span {
    display: block;
    line-height: 1.8;
    font-size: 1.5rem;
    width: auto;
    font-weight: 500;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r span.flp-sq-ft {
    text-align: right;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span.type-2 {
    display: none;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r {
    width: 50%;
    margin: 0;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    text-align: right;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r span {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    padding: 0;
    margin: 8px 0 10px;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r .price-box {
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    line-height: 1.5;
    border: 1px solid;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r .price-box span {
    font-weight: 700;
}


section.floorplans-listing .flp-listing .single-floorplan .flp-swaps {
    display: block;
    margin: 20px 0;
    width: 100%;
    padding: 0;
    text-align: center;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-swaps a {
    margin: 0 8px 15px;
    display: inline-block;
    font-size: 1.25rem;
    padding: 10px;
    border: 1px solid;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-swaps a.active {
    font-weight: 700;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-ctas {
    text-align: center;
    display: flex;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-img {
    width: 100%;
    vertical-align: middle;
    height: 35vw;
    max-height: 550px;
    margin: 0;
    display: inline-block;
    padding: 15px;
    position: relative;
    order: 1;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-img > div {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
}

section.floorplans-listing .single-floorplan .flp-img > div img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-img > div.active {
    opacity: 1;
}

section.floorplans-listing .flp-listing .single-floorplan .flp-img .flp-2d-image,
section.floorplans-listing .flp-listing .single-floorplan .flp-img .flp-3d-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    padding: 40px 20px 20px;
    opacity: 0;
}

body select, 
body .mobile-home-flp-filter select, 
body .mobile-home-flp-filter.text-color-light select {
    background-image: url(/wp-content/uploads/2024/01/select-arrow.svg) !important;
    background-size: 16px !important;
    background-position: 94% center !important;
}

section#gallery {
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 150px;
}

section#gallery .vertical {
    height: 108.5%;
    top: -10%;
}
.home-gallery a.text-color-accent {
    color: #739595;
}
section#home-cta .vertical {
    top: 7%;
    left: 40%;
    height: calc(93% - 75px);
}

section#home-cta.inner-intro .vertical {
    top: 75px;
}

section#home-cta .hline {
    top: 7%;
    width: 60%;
}

section#home-cta.inner-intro .horizontal {
    top: 75px;
}

section#neighborhood + section#home-cta:before{
    content: '';
    width: 100%;
    height: 20vw;
    position: absolute;
    background: inherit;
    bottom: 30vw;
    left: 0;
    transform-origin: left top;
    transform: skewY(-5deg);
    background: #F0F0F0;
    z-index: -1;
}
section#neighborhood + section#home-cta:after {
    content: "";
    width: 100%;
    height: 55vw;
    background: #F0F0F0;
    position: absolute;
    bottom: -230px;
    z-index: -1;
}

section#footer-google-map .vertical {
    left: 40%;
    top: -17%;
    height: 116.3%;
}

section#footer-google-map .bg-pattern {
    max-width: 75%;
    background-size: 100%;
    top: -6vw;
    height: calc(100% + 15vw);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}

section.footer-cta .footer-vertical {
    z-index: 2;
}

section.footer-cta .footer-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    height: 1px;
    z-index: 2;
    background-attachment: fixed;
    width: 50%;
    top: 70%;
    width: 15%;
}

section.footer-cta .footer-horizontal svg {
    width: 100%;
    position: absolute;
}
section.footer-cta .footer-horizontal svg path {
    stroke-width: 0.4vw;
}
section.hl-bottom .hbline svg.designshape,
.vt-tour-section .hbline svg.designshape{
    width: auto;
    height: auto;
}
.vt-tour-section .hbline {
    position: relative;
}
.vt-tour-section .hline {
    top: 75px;
}
.vt-tour-section .vline{
    top: 75px;
    height: calc(100% + 175px);
}

/* ====== Floorplan Sliding Popup ===== */
/* section.flp-slide-in {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
} */

/* section.flp-slide-in .flp-slide {
    position: absolute;
    background: #fff;
    width: 60%;
    height: 100%;
    min-width: 700px;
} */

/* section.flp-slide-in .flp-slide .flp-slide-header {
    background: #F8F8F8;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
} */
/* .flp-slide .flp-slide-close {
    float: right;
} */
/* section.flp-slide-in .flp-slide .flp-slide-close {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #a0a0a0;
}

section.flp-slide-in .flp-slide .flp-slide-close span {
    font-size: 40px;
    transform: rotate(45deg);
    display: block;
    line-height: 54px;
}

section.flp-slide-in .flp-slide .flp-slide-body {
    display: flex;
    flex-flow: wrap;
    height: calc(100% - 60px);
    overflow: auto;
    padding: 0 0 0 40px;
    position: relative;
} */

/* section.flp-slide-in .flp-slide .flp-slide-body .flp-images,
section.flp-slide-in .flp-slide .flp-slide-body .flp-sldr-wrapper {
    width: 50%;
    display: none;
    flex-flow: column;
    justify-content: center;
    padding-right: 40px;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images {
    display: block;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-image-wrapper {
    height: auto;
    min-height: calc(100% - 80px);
    display: flex;
    flex-flow: column;
    justify-content: center;
} */

section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-image-wrapper .single-flp-image {
    height: auto;
    min-height: calc(100% - 80px);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

/* section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-img-toggles {
    text-align: center;
    padding: 0 0 25px;
    position: relative;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-img-toggles .flp-img-toggle-inner {
    display: inline-block;
    width: auto;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 0;
    background: #fff;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-img-toggles .flp-img-toggle-inner .img-switcher {
    font-size: 0.875rem;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-img-toggles .flp-img-toggle-inner .img-switcher.img-switcher.current,
section.flp-slide-in .flp-slide .flp-slide-body .flp-images .flp-img-toggles .flp-img-toggle-inner .img-switcher.img-switcher:hover {
    background: #535353;
    color: #fff;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-info {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 25px;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-info h2 {
    font-size: 1.875rem;
    margin: 0 0 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
}

section.flp-slide-in .flp-slide .flp-slide-body .flp-info .slide-flp-info {
    margin: 30px 0;
    font-size: 1.125rem;
    line-height: 1.5;
} */

.vt_list-grid-toggle {
    padding: 30px 0 0 140px;
}

.vt_list-grid-toggle span {
    opacity: 0.5;
}

.vt_list-grid-toggle span.active {
    opacity: 1;
}

.vt-tour-section .vr-tour-listing {
    padding-top: 20px;
}

body .flp-slide-in.active {
    opacity: 1;
    left: 0;
    z-index: 9999;
    visibility: visible;
}

.social-share__group {
    overflow: hidden;
    height: 65px;
    transition: all 0.5s ease 0s;
}


a.fss-trigger-anchor {
    display: flex;
    color: #000;
}

a.fss-trigger-anchor svg {
    width: 12px;
}

.flp-slidein-slider .slick-prev:before,
.flp-slidein-slider .slick-next:before,
.flp-slidein-carousel .slick-prev:before,
.flp-slidein-carousel .slick-next:before {
    color: #191616;
}

.flp-slide-in a.social-share__link {
    color: #000;
}

.flp-slide-in a.social-share__link svg {
    max-width: 14px;
    max-height: 14px;
}

.flp-slidein-slider .slick-list .flp-gallery-slide img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.flp-carousel-slide {
    cursor: pointer;
}

/* .flp-carousel-slide img {
    width: 100%;
    height: 6vw;
    object-fit: cover;
    object-position: center center;
    border: 5px solid #fff;
}

.flp-video-wrapper {
    height: 100%;
}

.flp-gallery-slide.slick-slide {
    height: calc(100vh - 180px);
    max-height: 100%;
}

.flp-images .panzoom-buttons {
    right: auto;
    left: 0;
    padding: 5px;
    bottom: 0px;
    background: #fff;
    padding-left: 10px;
    padding-bottom: 0;
    position: absolute;
}

.flp-images .panzoom-buttons span {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    transition: all 0.5s ease 0s;
}

body .flp-slidein-slider button.slick-prev {
    left: -15px;
}

body .flp-slidein-slider button.slick-next {
    right: -15px;
}

.flp-slidein-carousel button.slick-prev {
    left: 0;
}

.flp-slidein-carousel button.slick-next {
    right: 0;
}

.flp-slidein-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.flp-slidein-btns a.btn {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    background-color: #739595;
    border-color: #739595;
} */

.single-virtual-tour,
.single-gallery-video a {
    display: flex;
    flex-flow: wrap;
    padding: 50px 50px 50px 140px;
    border: 3px solid #C7C7C7;
    margin: 20px auto;
    background-color: rgba(255,255,255, 0.3);
}

.single-gallery-video a {
    border-bottom: 0;
    padding: 0;
    width: 100%;
}

.single-virtual-tour {
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}

.single-virtual-tour .vt-bg {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
}

.vt_img {
    width: 30%;
    z-index: 1;
}

.vt_img img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.vt-flp-info {
    width: 40%;
    padding: 0 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.vt-flp-info h2 {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 0 0 10px;
    z-index: 1;
    line-height: 1.5;
    text-transform: capitalize;
    color: #9F9E9D;
    font-weight: 500;
    font-size: 1.875rem;
}

.attached-flp-info {
    width: 100%;
    max-width: 300px;
    margin: 10px 0 0;
    z-index: 1;
}

.attached-flp-info span {
    display: block;
    line-height: 2;
}

.virtual-tour-btns {
    width: 30%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
}

.vt-tour-section {
    padding-bottom: 100px;
    margin-bottom: 100px;
    z-index: 0;
}

.vt_list-grid-toggle span {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.875rem;
    vertical-align: middle;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.vt_list-grid-toggle span:hover,
.vt_list-grid-toggle span.active {
    color: #000;
}

.vt-tour-section .type-grid .alm-reveal {
    display: flex;
    flex-flow: wrap;
}

.vt-tour-section .type-grid .single-virtual-tour {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    border: 3px solid #C7C7C7;
    border-radius: 0px;
    padding: 20px;
}

.vt-tour-section .type-grid .single-virtual-tour .vt_img,
.vt-tour-section .type-grid .single-virtual-tour .vt-flp-info,
.vt-tour-section .type-grid .virtual-tour-btns {
    width: 100%;
    align-content: center;
    justify-content: center;
    padding: 0 0 20px;
}
.vt-tour-section .type-grid .virtual-tour-btns{
    padding-bottom: 0;
    margin: 0;
}

.vt-tour-section .type-grid .single-virtual-tour .vt_img img {
    height: 250px !important;
    object-fit: cover;
}

.type-grid .vt-flp-info {
    width: 60%;
    padding: 20px 0 0;
}

.type-grid .virtual-tour-btns {
    width: 40%;
    align-content: flex-end;
    justify-content: flex-end;
    flex-flow: wrap;
}

.vt_list-grid-toggle span.list svg,
.vt_list-grid-toggle span.grid svg {
    opacity: 0;
    position: relative;
}
.vt_list-grid-toggle span.list::before,
.vt_list-grid-toggle span.grid::before{
    content: "";
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2024/01/list-view-icon.png) no-repeat;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.vt_list-grid-toggle span.grid::before{
    background: url(/wp-content/uploads/2024/01/grid-view-icon.png) no-repeat;
}


.avalable-units {
    width: 66%;
    display: inline-block;
    vertical-align: middle;
}

.au-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column;
}

.unite-row {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0;
    background: rgba(255, 255, 255, 0.5);
}

.unite-row:last-child {
    border-bottom: none;
}

a.unit-apply {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
}

.row-cell {
    font-size: 0.875rem;
    display: inline-block;
    width: 25%;
    padding: 20px 10px;
    color: #454545;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.unite-row.head-row {
    font-weight: 700;
    background: rgba(255, 255, 255);
}

/*
body .flp-header {
  text-align: left;
  font-size: 0;
}
*/

p.small-txt {
    color: #454545;
    margin-top: 5px;
}

.row-cell.availability {
    border-right: none;
}

.row-cell.s-n {
    width: 10%;
}

.no-apt-text {
    width: 66%;
    display: inline-block;
    color: #000;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

.amp-popup.theme_2 section.popup-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-form .formmangr-row {
    margin-bottom: 20px;
}

.popup-form div#submit {
    text-align: left;
}

.amp-popup.theme_1 .popup-body-wrapper {
    max-width: 1000px;
}

.amp-popup.theme_1 .forminator-row div#submit {
    text-align: center;
}

.amp-popup.theme_2 .popup-body-wrapper .popup-flex {
    border-radius: 0;
    border: 0;
}

.vr-tour-popup {
    background-color: #000;
    width: 90%;
}

iframe.special-vr-iframe {
    width: 100% !important;
    min-height: 300px;
}

.leaflet-popup-content h1 {
    font-size: 1.25rem;
}

body .vr-tour-wrapper.active {
    z-index: 9999;
}

body .flp-slide-in a.social-share__link:hover {
    background: transparent;
}

.amp-popup.theme_1 .popup-content {
    padding: 0 30px;
    text-align: center;
}

.amp-popup.theme_1 .popup-form {
    padding: 0 30px;
}

.amp-popup.theme_1 .formmangr-col {
    padding-right: 0;
}

.amp-popup.theme_1 section.popup-banner {
    max-height: 350px;
    overflow: hidden;
}

.amp-popup.theme_1 section.popup-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.slide_in-body-wrapper .popup-flex {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.amp-slide_in {
    width: 100%;
}

body.sticky-header .amp-slide_in {
    width: calc(100vw - 80px);
}

.amp-slide_in-close {
    right: 20px;
    top: 20px;
}

.vr-close span {
    transform: rotate(45deg);
    display: block;
    position: relative;
    left: 2px;
    top: -1px;
}





/* ====== Neighborhood Block styles ===== */
section.neighborhood .nbp-fliter-dropdown {
    display: none;
}

section.neighborhood .fliters-map-container {
    display: flex;
    flex-flow: column;
}

section#neighborhood .neighborhood-container {
    padding-left: 0;
 	width: 87%;
    position: relative;
    z-index: 10;
}

section#neighborhood .neighborhood-wrap .fliters-map-container .map-places {
    border: 1px solid #C7C7C7;
    display: flex;
    flex-flow: wrap;
    flex-direction: row-reverse;
    background: rgba(255, 255, 255, 0.2);
}

section#neighborhood .angle-bottom {
    z-index: -1;
}

section.neighborhood .nbp-filter-options {
    font-size: 0;
    width: 100%;
    display: flex;
    padding-left: 5vw;
    padding-bottom: 40px;
}

section.neighborhood a.nb-map-filter {
    width: auto;
    height: 100%;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    border: 0;
    margin: 20px 15px;
    padding: 12px 20px;
    font-weight: 700;
    color: #363636;
    border: 3px solid transparent;
    letter-spacing: 1px;
}
section.neighborhood a.nb-map-filter:hover,
section.neighborhood a.nb-map-filter.active {
    color: #739595;
    border: 3px solid #739595;
}

section.neighborhood a.nb-map-filter span {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}

section.neighborhood a.nb-map-filter.active span,
section.neighborhood a.nb-map-filter:hover span {
    border: 2px solid;
}

section.neighborhood .map-canvas {
    width: auto;
    height: 50vh;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}

section.neighborhood .map-canvas .map-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e5e3df;
}

.map-wrap iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

section#neighborhood.intro-bottom {
    padding-top: 50px;
    padding-bottom: 0px;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

section.neighborhood .nbp-filter-places {
    padding: 40px 40px 0 80px;
    width: 35%;
    max-width: 500px;
    text-align: left;
}
section.neighborhood .nbp-filter-places h2.nbp-places-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #003057;
    font-size: 2.857rem;
    font-weight: 600;
}

section.neighborhood ul.nb-places-ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

section.neighborhood ul.nb-places-ul li.nb-places {
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

section.neighborhood ul.nb-places-ul li.nb-places a {
    display: block;
    padding: 5px 0;
    transition: all 0.5s ease;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 1px;
}

section#neighborhood .vline {
    height: 100%;
}
section#neighborhood + section#home-cta .vline {
    height: calc(100% + 50px);
}


/* ====== Walk Score Block styles ===== */
.walk-score-section {
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    z-index: 1;
    min-height: 100vh;
    margin-bottom: -7%;
    display: flex;
    justify-content: center;
}

.walk-score-section .bg-pattern {
     top: 30px;
     opacity: 0.1;
     z-index: 1;
     background-size: 100%;
     max-width: 75vw;
}

.walscore-text {
    width: 100%;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
}


.nb-scores {
    display: inline-block;
    margin: 15px 35px;
    position: relative;
}

.nb-scores .score-inner {
    width: 25vw;
    height: 25vw;
    border: 3px solid #739595;
    font-weight: 700;
    font-size: 9rem;
    letter-spacing: 15px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative
}

.nb-scores .score-inner:before {
    content: "";
    width: 25vw;
    height: 25vw;
    border: 3px solid #171616;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.score-desc {
    margin: 20px 0 0;
    padding: 15px 0 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bg-walk {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.bg-walk .image-wrap {
    height: 100%;
    position: relative;
}

.bg-walk .image-wrap.walk-overlay {
    background-color: #171616;
}

.bg-walk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .15;
}



/* ====== Contact Block Style ===== */
section.contact-intro .subcol {
    display: flex;
    flex-flow: wrap;
}

section.contact-intro .zoom-it-wrapper {
    width: 50vw;
    height: 100%;
    position: relative;
}

section.contact-intro .zoom-it-inner {
    height: 100%;
    width: 100%;
}

.contact-page-logo {
    display: flex;
    width: 33.333%;
    position: relative;
}

.contact-page-logo img {
    width: 100%;
    height: auto;
    max-width: 350px;
}

h3.property-name,
.call-section h5,
.office-hours > p {
    font-size: 1.688rem;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1.5;
    text-transform: uppercase;
}

.contact-page-desc .address-wrap .call-section {
    margin: 20px 0;
    font-size: 1.375rem;
    font-weight: 500;
}

.daily-hours {
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-weight: 500;
}

.daily-hours span {
    text-transform: uppercase;
    color: #606060;
}
section#contact .form-wrap {
    padding-bottom: 0;
}
.contact-intro .top-bar {
    top: -50px;
}

.contact-intro .bottom-bar {
    bottom: -50px;
}

.directions a {
    margin-left: 0 !important;
    text-transform: uppercase;
}

a.resident-section-link {
    position: relative;
    display: flex;
}

h3.resident-section-subtitle {
    padding-left: 20%;
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 1.125rem;
}

.contact-page-desc {
    display: flex;
}

.contact-page-desc .address-wrap {
    padding-right: 4vw;
}

.contact-block .subcol,
section.contact-intro .subcol {
    position: relative;
}

.address span.contact-property-name,
.address-wrap .call-section .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #606060;
}

.address span.contact-property-name {
    text-transform: none;
}

.address p {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}


/* ====== Resident Block Style ===== */
section.resident-sections {
    max-width: 100%;
    font-size: 0;
    display: flex;
    margin: 0 auto;
    flex-flow: wrap;
    text-align: center;
}

section.resident-sections .single-resident-section {
    width: calc(50% - 60px);
    margin: 0 30px 60px;
    font-size: 1.125rem;
    padding: 15px;
    height: 170px;
    display: flex;
    transition: all 0.5s ease 0s;
    position: relative;
}
section.resident-sections .single-resident-section:before{
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}
section.resident-sections .single-resident-section:hover:before{
    opacity: 0.3;
}
section.resident-sections .single-resident-section svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 20px;
    transition: all 0.3s ease;
}

section.resident-sections .single-resident-section:hover svg {
    margin-left: 0;
}

section.resident-sections .single-resident-section a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid;
    color: #C7C7C7;
}

section.resident-sections .single-resident-section .resident-section-content {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    padding-right: 40px;
}

section.resident-sections .single-resident-section .resident-section-content:before {
    content: "+";
    font-size: 3rem;
    font-weight: 500;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #C7C7C7;
}

section.resident-sections .single-resident-section .resident-section-content h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #888888;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
section.resident-sections .single-resident-section:hover .resident-section-content h3{
    color:#739595;
}
section#resources-boxes {
    padding-bottom: 150px;
}


section.resident-sections .single-resident-section a:after {
    content: "\f105";
    font-family: FontAwesome;
    background-position: center;
    font-size: 3.125rem;
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
}

section.resident-sections .single-resident-section:hover a:after {
    opacity: 0;
}


section.resident-sections h2.resident-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #888888;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 30px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    text-align: left;
}

section.resident-sections h2.resident-section-title svg {
    position: absolute;
    left: 30px;
    top: 15px;
}

section.resident-sections .single-resident-section:hover h2.resident-section-title svg {
    margin-left: -15px;
}

section.resident-sections h3.resident-section-subtitle {
    padding-left: 30px;
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 2rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: left;
}


/* ====== FAQ Section ===== */
section#faq-heading {
    display: flex;
    flex-flow: row;
}

section#faq-heading section#faq-heading {
    width: 40%;
    padding-right: 40px;
}

section#faq-heading section#faq-section {
    width: 60%;
}

section#faq-heading .section-content-wrap[data-aos^=fade][data-aos=fade-left] {
    transform: translate3d(-100px, 0, 0);
}
section#faq-heading .section-content-wrap[data-aos^=fade][data-aos=fade-left].aos-animate {
    transform: translateZ(0);
}

section#faq-heading section#faq-heading .text-content-wrapper {
    flex-direction: column;
    width: 70%;
}

section#faq-heading section#faq-heading .text-content-wrapper .section-content-wrap {
    padding-left: 0;
    border: 0;
    width: 100%;
}
section#faq-heading section#faq-heading .section-headings {
    width: 100%;
}

section#faq-heading section#faq-heading .col-5,
section#faq-heading section#faq-heading .col-7 {
    width: 100%;
}
section#faq-heading.inner-intro .section-content {
    padding-left: 0;
    border: 0;
}
section#faq-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -75px;
    min-height: 40vw;
    z-index: 0;
}

section.faq-section .question {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 700;
    font-size: 1.313rem;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    border: 3px solid;
    padding: 20px 20px 20px 50px;
    color: #A5A5A5;
}

section.faq-section .question.active {
    margin-bottom: 0;
    border-bottom: 0;
}
section.faq-section .question.active + .answer {
    border-top: 0;
    background-color: transparent;
    margin-top: 0;
}

section.faq-section .question:after {
    content: '+';
    position: absolute;
    font-size: 2.25rem;
    line-height: 30px;
    font-weight: 300;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}


section.faq-section .active:after {
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    margin-top: 1px;
    right: 25px;
}

section.faq-section .answer {
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 3px solid #A5A5A5;
    color: #363636;
    text-align: left;
}

section.faq-section .question,
section.faq-section .answer {
    margin-top: 35px;
    position: relative;
}

/* ====== Resources Section ===== */
section.resources-section .fixed-links {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

section.resources-section .fixed-links a.fixed-resource-link {
    width: calc(50% - 60px);
    margin: 0 30px 60px;
    font-size: 1.125rem;
    padding: 15px;
    height: 200px;
    display: flex;
    transition: all 0.5s ease 0s;
    position: relative;
}

section.resources-section .fixed-links a.fixed-resource-link:before {
    content: "\f054";
    font-family: fontawesome;
    font-weight: 400;
    font-size: 1.125rem;
    position: relative;
    left: auto;
    line-height: 1;
    top: auto;
    margin-left: 0;
    margin-right: 10px;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links {
    display: flex;
    flex-flow: wrap;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource {
    width: calc(50% - 20px);
    margin: 0 10px 35px;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header {
    padding: 5px;
    position: relative;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 {
    font-size: 1.688rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    padding: 15px 0 15px 25px;
    margin: 0;
    vertical-align: middle;
    text-transform: capitalize;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 span {
    display: inline-block;
    font-size: 2.063rem;
    line-height: 27px;
    margin-right: 15px;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header .single-resource-icon {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-content {
    padding: 25px;
    font-size: 1.125rem;
    line-height: 2;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-content .resource-desc a.flexi-resource-link {
    font-weight: 700;
    display: block;
    margin-top: 10px;
}





/* ====== Blog Page Style ===== */
section#blog-listing-block {
    padding-bottom: 20vw;
}

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

.dropdown-toggle {
    padding: 10px;
    background: #f5f5f5;
}

ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    padding: 10px;
    background: #f5f5f5;
    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;
    color: #A5A5A5;
}

.blog-posts-filters .search-form i,
.post-sidebar .search-form i {
    position: absolute;
    top: 20px;
    font-size: 20px;
    opacity: 1;
    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: #f5f5f5;
    line-height: 1;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #1360A5;
}

.blog-posts-filters .category-option span.current-category:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow-down.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: 1.2rem;
    line-height: 1.5;
    padding: 17px 17px 17px 50px;
    font-weight: 700;
    border: 0;
    border-radius: 0px;
    letter-spacing: 1.5px;
    background-color: #f5f5f5;
    text-transform: uppercase;
}

.blog-posts-filters input#searchsubmit,
.post-sidebar input#searchsubmit {
    position: absolute;
    top: 12px;
    font-size: 20px;
    opacity: 0;
    left: 15px;
    width: 32px;
}

.blog-cats-nav {
    position: relative;
    min-width: 250px;
    width: 100%;
    max-width: 410px;
}

.blog-cats-nav .dropdown-toggle {
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 17px 17px 17px 40px;
    border: 0;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.blog-cats-nav .dropdown-toggle:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 22px;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.listing-container {
    display: flex;
}

.listing-container .listing-wrapper {
    flex-grow: 1;
    width: 100%;
}

.listing-container .serach-box {
    width: 100%;
    margin-bottom: 50px;
}

.listing-container .poperty-listing {
    display: flex;
    width: 100%;
}

.listing-container .layout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.listing-container .post-item {
    display: flex;
    flex-wrap: wrap;
}

.listing-container .post-item .item-details {
    background-color: #fff;
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    height: 100%;
    border: 1px solid #d5d5d5;
}

.listing-container .post-item .item-details .post-top {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 0;
    margin: 0;
    max-height: 210px;
    overflow: hidden;
}

.listing-container .post-item .item-details .post-top::after {
    content: "";
    position: absolute;
    left: 50%;
    top: auto;
    width: 0.875vw;
    height: 0.875vw;
    border-radius: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.listing-container .post-item .item-details .post-top .single-featured-image a.featured-image {
    display: block;
    height: 100%;
}

.listing-container .post-item .item-details .post-top .single-featured-image a.featured-image .post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listing-container .post-item .item-details .post-top .single-featured-image .post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 9px 0 0;
    padding: 10px 20px;
}

.listing-container .post-item .item-details .post-info {
    display: flex;
    flex-flow: wrap;
    justify-content: inherit;
    align-items: inherit;
    padding: 20px;
}

.listing-container .post-item.single-blog .item-details .post-info {
    flex-flow: column;
    flex: 1;
}

.listing-container .post-item .item-details .post-info .post-cat {
    text-align: left;
    width: 100%;
    padding: 10px 0;
}

.listing-container .post-item .item-details .post-info .post-cat ul li {
    display: inline-block;
    padding: 0 10px;
}

.listing-container .post-item .item-details .post-info .post-cat ul li:first-child {
    padding-left: 0;
}

.listing-container .post-item .item-details .post-info .dir-desc,
.listing-container .post-item .item-details .post-info .post-link-wrap,
.listing-container .post-item .item-details .post-info h4.single-post-title a {
    text-align: left;
}


.listing-container .post-item .item-details .post-info h4.single-post-title {
    flex-grow: 1;
    margin: 0;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
}

.listing-container .post-item .item-details .post-info h4.single-post-title a {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: self-end;
}

.listing-container .post-item.single-blog .post-info h4.single-post-title a {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.post-link-wrap a.btn {
    margin: 0;
    border: 0;
    width: 100%;
    font-weight: 600;
}

.listing-container .post-item .item-details .post-info .dir-desc {
    flex-grow: 1;
}

.listing-container .post-item .item-details .post-info .dir-desc span {
    display: inline-block;
    line-height: 1.5;
}

.listing-container .post-item .item-details .post-info .dir-desc a.external-link {
    display: block;
}

section.blog-details-block {
    position: relative;
}

section.blog-details-block .post-content-inner {
    display: flex;
    flex-flow: wrap;
    padding-left: 100px;
}

section.blog-details-block .post-content-inner .block-paragraphs {
    width: 70%;
    padding-top: 0;
    padding-right: 30px;
}

section.blog-details-block .post-content-inner .block-paragraphs h3 {
    font-weight: 700;
    text-transform: capitalize;
    margin: 50px 0 40px;
    font-size: 1.5rem;
}

section.blog-details-block .post-content-inner .block-paragraphs p {
    margin-bottom: 30px;
}

section.blog-details-block .post-content-inner .wp-block-image {
    margin: 40px 0;
}

section.blog-details-block .post-content-inner .wp-block-image .post-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blog-details-block .social-share {
    position: absolute;
    top: 0px;
    transition: all 0.5s ease 0s;
    padding-top: 0;
}

section.blog-details-block .social-share.fixed-pos {
    position: fixed;
}

section.blog-details-block .social-share a.social-share-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.social-share a.social-share-link svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
}

section.blog-details-block .post-sidebar {
    width: 30%;
    padding-left: 50px;
    position: relative;
}

section.blog-details-block .post-sidebar .serach-box .search-container {
    position: relative;
}

section.blog-details-block .post-sidebar .serach-box .search-container input#search-bar {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 20px 20px 20px 50px;
    height: 58px;
    width: 100%;
}

section.blog-details-block .post-sidebar .serach-box .search-container a.search-icon {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 20px;
    height: 20px;
}

section.blog-details-block .post-sidebar .widget-title {
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
}

section.blog-details-block .post-sidebar .cat-list {
    padding: 20px 0 30px;
}

section.blog-details-block .post-sidebar .cat-list ul {
    list-style: none;
}

section.blog-details-block .post-sidebar .cat-list ul li {
    padding-bottom: 20px;
}

section.blog-details-block .post-sidebar .cat-list ul li a {
    font-size: 0.938rem;
    text-transform: uppercase;
    font-weight: 700;
}

section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts {
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts a.related-post-title h3 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.5;
}

section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts .rp-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts .rp-details {
    padding: 20px;
}

section.blog-details-block .post-sidebar .releted-posts-list .single-related-posts .rp-details .post-link-wrap a {
    display: block;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    text-decoration: underline;
}

.latest-posts-container {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    position: relative;
}

.latest-posts-container h2.section-title {
    margin-bottom: 50px;
}

.latest-posts-container .latest-posts-list .single-latest-posts {
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
    background: #f8f8f8;
}

.latest-posts-container .latest-posts-list .single-latest-posts a.latest-post-title h3 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: left;
}

.latest-posts-container .latest-posts-list .single-latest-posts .lp-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-posts-container .latest-posts-list .single-latest-posts .lp-details {
    padding: 30px;
}

.latest-posts-container .latest-posts-list .single-latest-posts .lp-details .post-link-wrap a {
    display: block;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    text-decoration: underline;
}

.latest-posts-container .multiple-items .slick-slide {
    margin: 0 35px;
}

.latest-posts-container .multiple-items button.slick-arrow {
    width: 4vw;
    height: 4vw;
    z-index: 10;
}

.latest-posts-container .multiple-items button.slick-prev {
    left: -70px;
}

.latest-posts-container .multiple-items button.slick-next {
    right: -70px;
}

.latest-posts-container .multiple-items button.slick-next:before,
.latest-posts-container .multiple-items button.slick-prev:before {
    background: url(/assets/images/arrow-slider.svg) no-repeat;
}

.items .item {
    display: inline-block;
}

.image-gallery-slider .slide-bg img.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input#humans {
    width: 0;
    height: 0;
    font-size: 0;
    border: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

section.footer-cta .footer-cta-text .section-buttons {
    text-align: center;
    margin-left: -10px;
}

section.hero-banner .hero-slider button.slick-arrow {
    display: none !important;
}

section#intro-slider .equal-height {
    flex-direction: row-reverse;
}

section#intro-slider .equal-height .it-section {
    padding-left: 70px;
}

section.footer-cta .bg-pattern + .cta-container .footer-cta-text .text-wrap,
section.footer-cta .bg-pattern + .cta-container .footer-cta-text .section-buttons,
section.footer-cta .bg-pattern + .cta-container .footer-cta-text .text-wrap h3.section-sub-title {
    text-align: left;
}

.office-hours,
.contact-page-desc .address-wrap {
    text-transform: capitalize;
    padding-left: 50px;
    border-left: 1px solid #C7C7C7;
}
.contact-page-desc .address-wrap .address.text-color-dark,
.contact-page-desc .office-hours,
.contact-page-desc .address-wrap .call-section a.text-color-dark {
    color: #606060;
}
.address-wrap .directions a{
    min-width: 230px;
}

body > .skiptranslate {
    display: none;
}

.mobile-ctas {
    display: none;
}

.vt_list-grid-toggle span {
    width: 40px;
}



/*

.angled-section{
  position: relative;
  overflow: visible;
}
.angled-section .top-angled,
.angled-section .top-bottom{
  content: "";
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: -100px;
  background-color: #171616;
}
.angled-section .top-bottom{
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  left: 0;
  top: auto;
  bottom: -100px;
  background-color: #171616;
}



.angle-top {
  width: 100%;
  margin-top: -5%;
  margin-bottom: -5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skewY(-5deg);
  z-index: 0;
}

.angle-bottom {
  width: 100%;
  margin-top: -5%;
  margin-bottom: -5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skewY(5deg);
  z-index: 0;
}

.angle-top-small{
  width: 100%;
  height: 10vw;
  margin-top: -1px;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.angle-bottom-small{
  width: 100%;
  height: 10vw;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
*/

.triangle {
    -webkit-clip-path: polygon(50% 0, 50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(50% 0, 50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
footer#footer .triangle {
    -webkit-clip-path: polygon(50% 0,50% 0,100% 30%,100% 100%,0 100%,0 30%);
    clip-path: polygon(50% 0,50% 0,100% 30%,100% 100%,0 100%,0 30%);
}
footer#footer .triangle .bottom-container {
    padding-bottom: 50px;
}

section#home-neighborhood {
    z-index: 2;
    padding-top: 100px;
    margin-top: 100px;
}

section#home-neighborhood.image-position-left .col.right-col {
    padding-right: 6.5vw;
    padding-top: 50px;
    padding-bottom: 50px;
}
section#home-neighborhood.image-position-left .col.right-col h3.section-sub-title {
    color: #739595;
}
/*
section#home-cta.cta-boxes-angle{
  padding-top: 15%;
}
*/

section.cta-boxes-angle .limited-overlap {
    max-height: 19vw;
    margin-bottom: 0;
    z-index: -1;
}

section#home-cta {
    z-index: 0;
    padding-top: 100px;
}

section.footer-lower .container {
    max-width: 88vw;
    display: flex;
}

section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap .design {
    width: 100%;
    padding-bottom: 0px;
    display: flex;
    flex: 1;
    max-height: 70px;
    margin-bottom: 10px;
}
section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap .design svg {
    max-height: 70px;
}

section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap {
    padding-left: 10vw;
    width: 100%;
}

.line {
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
}


/*
.line{
	stroke-dasharray:2300;
	stroke-dashoffset:2300;
}

.animated-line{
	animation: dash 5s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.animated-line-reverse{
    stroke-dasharray:2300;
	stroke-dashoffset:-2300;
    animation: dash2 5s linear reverse;
}
@keyframes dash2 {
    from {
      stroke-dashoffset: 2300;
    }
    to {
      stroke-dashoffset: -2300;
    }
}
*/
.designshape{
    width: 100%; 
    height: 100%;
    max-height: 70px;
}

.heroline{
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
    transition: stroke-dashoffset 5s ease-in-out;
    max-height: 70px;
}
.footerline {
    stroke-dasharray: 2850;
    stroke-dashoffset: 2850;
    transition: stroke-dashoffset 5s ease-in-out;
}
.animated-line {
    stroke-dashoffset: 0;
}

.animated-line-reverse {
    stroke-dashoffset: -2300;
}
.home-gallery .horizontal-bottom svg.designshape {
    width: auto;
    height: auto;
}
.home-gallery .horizontal-bottom svg.designshape path {
    stroke-width: 0.2vw;
}


.heading-wrap {
    display: flex;
    flex-flow: row;
    align-items: end;
}

.tagline-text {
    font-size: 1.5rem;
    position: absolute;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg) translateY(100%);
    left: 30px;
    letter-spacing: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

.tagline-text.subheading-font {
    color: #8E7255;
    opacity: 0.85;
}

.tagline-text.text-right {
    left: auto;
    right: 30px;
    transform: rotate(180deg) translateY(calc(100% + 35%));
}

section#intro-slider .overlapping-text-box {
    margin-top: 0;
    margin-bottom: 100px;
}

section#floorplans .tagline-text {
    transform: rotate(180deg) translateY(calc(100% + 0));
}

section#footer-google-map .tagline-text {
    transform: rotate(180deg) translateY(50%);
    left: auto;
    right: 30px;
}

.form-section .vertical {
    left: 15%;
    z-index: 20;
    height: 110%;
}

footer#footer .fv-line {
    left: 15%;
    top: 10%;
    height: 40.5%;
    z-index: 20;
}

.footer-right .container-full .footer-shape {
    position: relative;
    left: 0;
    padding: 7% 0 0;
    width: 100%;
}
/*
.footer-shape svg.designshape {
    margin-left: -1px;
}
*/
section.contact-intro .subcol {
    padding: 0 0 0 0;
}
section.vh-lines-gallery .vertical {
    left: 20%;
    z-index: 0;
    display: flex;
    border: 0;
    width: 3px;
}

section.vh-lines-gallery .horizontal {
    width: 80%;
    z-index: 0;
    border: 0;
    height: auto;
    display: flex;
}

section.vh-lines-gallery .horizontal.bottom-line {
    border: 0;
    top: auto;
    bottom: 0;
    height: auto;
}

section.vh-lines-gallery {
    padding-top: 40px;
}

section#image-gallery .container {
    position: relative;
    z-index: 7;
}
section.gallery-section .gallery-tabs .gallery-stage .vt-tour-section .hline,
section.gallery-section .gallery-tabs .gallery-stage .vt-tour-section .vline {
    display: none;
}
section.gallery-section .gallery-tabs .gallery-stage .gallery-wrap .vt-tour-section {
    padding: 0;
}
section.gallery-section .gallery-tabs .gallery-stage .gallery-wrap .vt-tour-section .container {
    padding: 0;
    max-width: 100%;
}
section.gallery-section .gallery-tabs .gallery-stage .gallery-wrap .vt-tour-section .container .vt_list-grid-toggle {
    padding-top: 0;
}
/*
section.vh-lines-gallery .vertical svg {
  display: none;
}
*/
.walk-score-section + section#footer-google-map .angle-bottom-small {
    display: none;
}

.sd {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
    align-items: end;
}

.slanted-div {
    position: relative;
    padding: 75px 0;
    overflow: visible;
    z-index: 1;
}

.slanted-div.style1:before,
.slanted-div.style1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: skewY(-5deg);
}

.slanted-div.style1:after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(5deg);
}

.slanted-div.style2:before,
.slanted-div.style2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    transform-origin: right top;
    transform: skewY(-5deg);
}

.slanted-div.style2:after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(5deg);
}

section.inner-intro.slanted-div {
    padding-bottom: 25vw;
    margin-bottom: -25vw;
    z-index: 0;
}

section#resident-amenities,
#policy-headingsection,
section#resources-boxes {
    padding-bottom: 12vw;
}

section#resident-amenities + section#home-cta .tiles-wrapper {
    margin-top: -12vw;
}

section.home-floorplans .vertical {
    top: -10%;
    height: 120%;
}

section#home-cta.amenities-cta-boxes .vertical {
    top: -30px;
    left: 45%;
}

section#home-cta.amenities-cta-boxes .horizontal {
    display: none;
}

section#community-amenities {
    padding-top: 150px;
}

section.amenities-section .hline {
    top: 75px;
    left: 45%;
    width: 55%;
}

section.amenities-section .vline {
    left: 45%;
    top: 75px;
    height: 100%;
}

section.amenities-section.image-position-left .it-section {
    padding-right: 7vw;
}

.amenities-cta-boxes.vl-center .vline {
    left: 45%;
    top: 0;
    height: 85%;
    width: 1px;
}

section#community-amenities .horizontal {
    top: 75px;
    width: 55%;
}

section#home-cta.bottom-line-shape .container {
    padding-bottom: 100px;
}

section#home-cta.bottom-line-shape .vertical {
    height: calc(100% - 25vw);
}

section.amenities-cta-boxes.hl-bottom {
    padding-bottom: calc(25vw + 150px);
}

section.hl-bottom .hbline {
    width: 55%;
    left: 45%;
    position: relative;
}

section.hl-bottom .hbline svg path {
    stroke-width: 0.21vw;
}

section.vh-lines .vline {
    left:16%;
    height: calc(100% + 165px);
}

section.vh-lines .hline {
    width:84%;
}

section#image-gallery .vline {
    height: calc(100% + 200px);
}

section.vh-lines .hbline,
.vt-tour-section .hbline {
    width: calc(50% + 590px);
    left: calc(50% - 590px);
    bottom: -3px;
    overflow: hidden;
}
section#image-gallery .hline,
section#image-gallery .hbline,
.vt-tour-section .hline,
.vt-tour-section .hbline {
    width: calc(50% + 36vw);
}
section#image-gallery .hbline,
section#image-gallery .vline,
.vt-tour-section .hbline,
.vt-tour-section .vline {
    left: calc(50% - 36vw);
}
/*
section.vh-lines .hbline svg path {
  stroke-width: 2px;
}
*/
h2.nbp-places-heading {
    font-size: 2rem;
    /* word-wrap: break-word;
    word-break: break-all; */
}

section#floorplans-listing {
    padding-bottom: 150px;
}

/*
section#home-cta.hl-bottom {
  padding-bottom: 100px;
}
*/
section#faq-listing {
    width: 100%;
    padding-bottom: 150px;
}

section#faq-listing div#hline {
    width: calc(52% + 80px);
}

section#faq-listing div#vline {
    left: calc(48% - 80px);
    height: calc(100% + 145px);
}

section#faq-listing div#btm-shape {
   width: calc(52% + 80px);
    left: calc(48% - 80px);
}

.header-cta:not(.show-first) > a.btn:first-child {
    display: none;
}

section#floorplans {
    padding-top: 150px;
    padding-bottom: 150px;
}
section#resident-amenities {
    padding-bottom: 200px;
}

/* ====== Static Colors ===== */
a.btn.bg-primary-hover:hover{
    border-color: #003057;
}
a.btn.bg-secondary-hover:hover{
    border-color: #c6aa76;
}
a.btn.border-color-accent,
a.btn.bg-accent-hover:hover {
    border-color: #739595;
}
.text-color-grey{
    color: #C7C7C7;
}
section.home-floorplans .filter .filter-item:hover {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #8E7255;
    color: #8E7255;
}
#amenities .tiles-wrapper .single-tile .tile-content p,
#amenities .tiles-wrapper .single-tile .tile-content ul li {
    color: #A5A5A5;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.28px;
}
#amenities .tiles-wrapper .single-tile .tile-content ul li {
    color: #888888;
}
.amenities-section .col.right-col .amenities-grid li {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.3s, transform 0.3s;
  }
  
  .amenities-section .col.right-col .amenities-grid li.show {
    opacity: 1;
    transform: translateX(0);
    }
    section#policy-heading {
        z-index: 0;
        padding-bottom: calc(25vw + 150px);
        margin-bottom: -25vw;
    }
section.bg-dark, .bg-black, .bg-dark-hover:hover {
    background-color: #171616;
}
h3.section-sub-title {
    color: #A5A5A5;
}
#amenities .tiles-wrapper .single-tile .tile-content h3.section-sub-title {
    color: #003057;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.copyright-text p{
    color: #739595;
}
.header-cta a.btn.bg-accent-hover:hover {
    color: #f0f0f0;
}
.amenities-section .image-text-block .it-section .section-content p, 
.amenities-section .image-text-block .it-section .amenities-grid>li {
    color: #888888;
}
section.amenities-section.image-position-left .it-section p, 
section.amenities-section.image-position-left .it-section li {
    color: #A5A5A5;
    font-weight: 500;
}
section.amenities-section.image-position-left .it-section li {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.28px;
    color: #888888;
}
/* section.amenities-section.image-position-left .aos-animate .it-section li{
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
section.amenities-section.image-position-left .aos-animate .it-section li.fade-in-left {
    opacity: 1;
    transform: translateX(0);
} */
section.amenities-section.image-position-left .aos-animate .it-section p{
    color: #A5A5A5;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.28px;
}

.formmangr-row .formmangr-input::placeholder,
.formmangr-row select.formmangr-form-dd,
.formmangr-row .formmangr-field textarea::placeholder {
    color: #888888!important;
    opacity: 1!important
}

.text-color-light .formmangr-row .formmangr-input::placeholder,
.text-color-light .formmangr-row select.formmangr-form-dd,
.text-color-light .formmangr-row .formmangr-field textarea::placeholder {
    color: #888888!important;
    opacity: 1!important
}
.section-buttons a.btn {
    border: 4px solid;
    min-width: 180px;
    padding: 25px 68px;
}
.tile-button a.btn {
    border: 3px solid;
    min-width: 254px;
    padding: 17px 45px;
}
.section-buttons a.btn.border-color-accent,
.tile-button a.btn.border-color-accent{
    border-color: #739595;
}
.section-buttons a.btn.border-color-accent:hover,
.tile-button a.btn.border-color-accent:hover{
    color:#ffffff;
}
.section-buttons a.btn.border-color-secondary-hover:hover{
    border-color: #c6aa76;
}
.vt-tour-section .vt-section-content {
    display: none;
}
.virtual-tour-btns a.vr-tour {
    color: #739595;
    background-color: transparent;
    border: 3px solid;
    min-width: 180px;
    padding: 22px 48px;
}
.virtual-tour-btns a.vr-tour:hover{
    color: #fff;
    background-color: #739595;
}
.vt-tour-section .single-virtual-tour .vt_img{
    width: 35%;
}
.vt-tour-section .single-virtual-tour .vt-flp-info {
    width: 35%;
    padding: 0 30px;
}
.vt-tour-section .single-virtual-tour .vt_img .single-featured-image {
    max-height: 250px;
    overflow: hidden;
}
.vt-tour-section .single-virtual-tour .vt_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.copyright-text p, .copyright-text,  ul.policy-nav li, .attribution, .attribution a{
    font-size: 0.9rem;
}
.mobile-only{
    display: none;
}
section.amenities-cta-boxes.hl-bottom .hbline svg path {
    stroke-width: 0.22vw;
}
section#image-gallery.intro-bottom .hbline svg path{
    stroke-width: 0.22vw;
}
section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap h1 font br {
    display: none;
}


section#image-gallery.intro-bottom + .footer-cta{
    z-index: 9;
}
.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item{
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(1){
    animation-delay: 0.5s;
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(2){
    animation-delay: 0.8s;
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(3){
    animation-delay: 1.1s;
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(4){
    animation-delay: 1.4s;
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(5){
    animation-delay: 1.7s;
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(6){
    animation-delay: 2s;
}

.footer-menu.aos-animate ul.footer-menu-wraper li.footer-menu-item:nth-child(7){
    animation-delay: 2.3s;
}


body .leaflet-container .leaflet-marker-pane img[src="https://parchaus.beswifty.com/wp-content/uploads/swifty-site-images/custom-map-marker.png"] {
    width: 85px !important;
}

section.form-lines div#btm-shape-contact svg path,
.design svg path.heroline,
.footer-right .container-full .footer-shape .footerline,
section#footer-google-map .horizontal-bottom svg path,
.bottom-line-shape2 svg.designshape path {
    stroke-width: 4px;
}
.home-floorplans .container-full {
    align-items: center;
}
section#footer-cta .cta-container {
    max-width: 1000px;
}
.footer-right .footerlogo img{
    max-width: 400px;
}
.content-blocks section#footer-cta:last-child {
    margin-bottom: 0;
    z-index: 1;
}


  
/* section.amenities-section.image-position-left .it-section li {
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 0.5s forwards;
}
  
@keyframes slideIn {
from {
    opacity: 0;
    transform: translateX(100%);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

section.amenities-section.image-position-left .it-section li:nth-child(2) {
animation-delay: 0.5s;
}

section.amenities-section.image-position-left .it-section li:nth-child(3) {
animation-delay: 1s;
}

section.amenities-section.image-position-left .it-section li:nth-child(4) {
animation-delay: 1.5s;
}

section.amenities-section.image-position-left .it-section li:nth-child(5) {
animation-delay: 2s;
} */
.amenities-section.image-position-left.amenities-section .left-col {
    max-height: 40vw;
    max-width: 40vw;
}
section#neighborhood div#vline{
    transform: translate3d(0px, 0px, 0px) !important;
}
section#contact + section#footer-cta {
    z-index: 5;
}
section#intro-slider {
    padding-bottom: 10%;
    padding-top: 10%;
}
.bg-pattern {
    background-size: 100%;
    max-width: 75%;
}
body.page-layout-page-amenities section#home-cta .vertical{
    top: 0;
    left: 45%;
    height: calc(100% + 100px);
}
body.page-layout-page-neighborhood section#home-cta .vertical{
    top: 0;
    left: 16%;
    height: calc(100% + 100px);
}
body.page-layout-page-amenities section#home-cta .hline,
body.page-layout-page-neighborhood section#home-cta .hline{
    display: none;
}
body.page-layout-page-amenities section#home-cta .container {
    max-width: 1380px;
}
.inner-intro .text-content-wrapper .section-content-wrap p:empty {
    display: none;
}





/* ====== Responsive styles ===== */
@media screen and (max-width: 1920px) {
    .designshape{
        max-height: 64px;
    }
}

@media screen and (max-width: 1800px) {
    h1.hero-title {
        font-size: 70px;
    }
    section.hero-banner .hero-paragraph p {
        font-size: 1.7rem;
    }
    header ul.main-menu{
        gap: 7px;
    }
    header ul.main-menu li a.menu-item-link{
        padding: 0 30px 35px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design{
        width: calc(100% - 32%);
        padding-top: 0;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design svg {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 1680px) {
    html {
        font-size: 14px;
    }

    .container {
        max-width: 1366px;
    }

    h2.section-title {
        font-size: 3.2rem;
    }

    section.hero-banner .slide-flex-wrapper .slide-container,
    section.hero-banner .slider-container .slick-dots {
        padding-left: 10vw;
    }

    section.hero-banner .slide-flex-wrapper .slide-container .slide-content {
        display: flex;
        align-items: flex-start;
    }

    section.vh-lines-gallery .vertical {
        left: 15%;
    }

    section.vh-lines-gallery .horizontal {
        width: 85%;
    }

    section.vh-lines .hline {
        width: calc(50% + 630px);
    }

    section.vh-lines .vline {
        left: calc(50% - 630px);
    }
    
    section.vh-lines .hbline,
    .vt-tour-section .hbline {
        width: calc(50% + 630px);
        left: calc(50% - 630px);
    }

    .tagline-text {
        font-size: 1rem;
    }
    footer#footer .fv-line {
        top: 0;
        height: 45%;
    }
    
    section.form-lines div#btm-shape-contact{
        width: calc(45% + 3px);
        left: 0;
    }
    .intro-slider .slick-list .slick-track .slick-slide .slide-bg img{
        max-height: 500px;
    }
    .top-cta-wrap a.btn {
        padding: 9px 25px 11px;
    }
    section#neighborhood div#hline {
        width: calc(50% + 490px);
    }
    section#neighborhood div#vline {
        left: calc(50% - 490px);
    }
    section#neighborhood + section#home-cta .vline{
        left: calc(50% - 490px);
    }
    section#neighborhood + section#home-cta .hbline {
        width: calc(50% + 490px);
        left: calc(50% - 490px);
    }
    section#image-gallery .hline, section#image-gallery .hbline,
    .vt-tour-section .hline, .vt-tour-section .hbline {
        width: calc(50% + 38vw);
    }
    section#image-gallery .hbline, section#image-gallery .vline,
    .vt-tour-section .hbline, .vt-tour-section .vline {
        left: calc(50% - 38vw);
    }
    section#floorplans-listing .container {
        max-width: 1350px;
    }

    .section-buttons a.btn {
        padding: 18px 50px;
    }
    .tile-button a.btn {
        padding: 11px 40px;
    }
    section.home-floorplans .slick-slide .floorplan-slide-details .amount,
    section.home-floorplans .slick-slide .floorplan-slide-details .area,
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
        font-size: 1.5rem;
    }
    .vt_list-grid-toggle {
        padding: 30px 0 0 90px;
    }
    .single-virtual-tour, .single-gallery-video a{
        padding: 40px 40px 40px 90px;
    }
    
    ul.policy-nav li:before{
        width: 6px;
        height: 6px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design{
        padding-top: 2px;
    }
    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-prev {
        left: -60px;
    }
    
    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-next {
        right: -60px;
    }
    h1.hero-title {
        font-size: 67px;
    }
    header ul.main-menu li a.menu-item-link{
        padding: 0 20px 35px;
    }
    header .menu-trigger{
        margin-top: 48px;
    }
    .bg-pattern{
        background-size: 130%;
    }
    header .logo-section{
        width: 250px;
    }
    section.home-floorplans .filter .filter-item{
        width: 100px;
        height: 100px;
    }
    section.home-floorplans .slick-slide .floorplan-slide-details h2{
        font-size: 1.5rem;
    }
    body button.slick-arrow{
        width: 27px;
        height: 60px;
    }
    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button:before{
        width: 25px;
        height: 58px;
    }
    header ul.main-menu li a.menu-item-link {
        padding: 0 17px 35px;
    }
    .overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
        font-size: 4rem;
        letter-spacing: 4px;
    }
    section#footer-cta .cta-container {
        max-width: 700px;
    }
    .neighborhood-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
        font-size: 2.5rem;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .tile-content .tile-description p{
        font-size: 1.25rem;
    }
    section.form-lines div#btm-shape-contact svg path,
    .design svg path.heroline,
    .footer-right .container-full .footer-shape .footerline,
    section#footer-google-map .horizontal-bottom svg path,
    .bottom-line-shape2 svg.designshape path {
        stroke-width: 4px;
    }
    header ul.main-menu li a.menu-item-link{
        font-size: 15px;
    }
    .tagline-text.text-right {
        transform: rotate(180deg) translateY(calc(100% + 50%));
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design svg {
        width: calc(100% - 50px);
    }
    section#gallery .bg-pattern {
        top: -120px;
        max-width: 73vw;
        margin-left: 27vw;
    }
    section#floorplans .tagline-text {
        transform: rotate(180deg) translateY(calc(100% + 11%));
        font-size: 1.2rem;
    }
    section#neighborhood .neighborhood-container {
        padding-left: 0;
        width: 86%;
    }
    section#neighborhood div#hline {
        width: 83%;
    }
    section#neighborhood div#vline {
        left: 17%;
    }
    section#neighborhood + section#home-cta .vline {
        left: 17%;
    }
    body.page-layout-page-neighborhood section#home-cta .vertical{
        left: 17%;
    }
    .tile-button a.btn {
        min-width: 150px;
        padding: 15px 45px;
    }
    body section#gallery .section-buttons a.btn{
        padding: 18px 20px;
        min-width: 230px;
    }
    section.form-section .form-wrap .subcol div#submit button.formmangr-button{
        min-width: 200px;
        padding: 15px 50px;
    }
    section.home-floorplans .col.flp-slider-tab .floorplans-text .section-content{
        max-width: 450px;
    }
    section.home-floorplans .col.flp-slider-tab .floorplans-text p{
        font-size: 1.9rem;
    }
}


@media screen and (max-width: 1440px) {
    h1.section-title {
        font-size: 4.5rem;
    }
    h2.section-title {
        font-size: 3rem;
    }
    .container {
        max-width: 1120px;
    }
    ul.footer-menu-wraper li.footer-menu-item a.menu-item-link {
        padding: 0 20px;
    }
    header ul.main-menu{
        gap: 5px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
        font-size: 4.3rem;
    }
    section.hero-banner .hero-paragraph p{
        font-size: 1.6rem;
    }
    section#intro-slider {
        padding-bottom: 100px;
    }
    section.vh-lines .vline {
        left: calc(50% - 510px);
    }
    section.vh-lines .hline {
        width: calc(50% + 510px);
    }
    section.vh-lines .hbline,
    .vt-tour-section .hbline {
        width: calc(50% + 510px);
        left: calc(50% - 510px);
    }
    .tagline-text{
        font-size: 1.4rem;
    }
    section#home-neighborhood .left-col {
        max-height: 430px;
    }
    /* section#neighborhood .neighborhood-container{
        padding-left: 13vw;
    } */
    section#neighborhood .vline {
        height: calc(100% + 10px);
    }
    section#neighborhood + section.home-cta-boxes {
        padding-bottom: 75px;
    }
    section#neighborhood + section.home-cta-boxes .vline {
        height: calc(100% - 75px);
    }
    /* section#image-gallery.intro-bottom .vline {
        height: calc(100% - 75px);
    } */
    .bottom-line-shape2 .horizontal-bottom.shape2 {
        width: calc(40% + 3px);
    }
    .footer-shape svg.designshape {
        margin-left: 0px;
    }
    /* section#neighborhood div#hline {
        width: calc(50% + 470px);
    } */
    /* section#neighborhood div#vline {
        left: calc(50% - 470px);
    } */
    section#neighborhood + section#home-cta .vline{
        left: calc(50% - 470px);
    }
    section#neighborhood + section#home-cta .hbline {
        width: calc(50% + 470px);
        left: calc(50% - 470px);
    }
    section#floorplans-listing .container {
        max-width: 1120px;
    }
    .inner-intro .text-content-wrapper .section-content-wrap .section-content {
        padding-right: 0;
    }
    .inner-intro .text-content-wrapper .section-headings h2.section-title {
        font-size: 2.8rem;
    }
    .daily-hours {
        font-size: 1.1rem;
    }
    section.home-floorplans .filter .filter-item{
        padding: 17px 18px;
    }
    section#image-gallery .hline, section#image-gallery .hbline,
    .vt-tour-section .hline, .vt-tour-section .hbline {
        width: calc(50% + 36vw);
    }
    section#image-gallery .hbline, section#image-gallery .vline,
    .vt-tour-section .hbline, .vt-tour-section .vline {
        left: calc(50% - 36vw);
    }
    .vt-tour-section .single-virtual-tour .vt_img img{
        height: 200px;
    }
    section#home-neighborhood.image-position-left .col.right-col{
        padding-right: 0;
    }
    .amenities-cta-boxes .container {
        max-width: 1120px;
    }
    section#faq-listing div#hline {
        width: calc(50% + 80px);
    }
    
    section#faq-listing div#vline {
        left: calc(50% - 80px);
    }
    
    section#faq-listing div#btm-shape {
       width: calc(50% + 80px);
        left: calc(50% - 80px);
    }
    section.hl-bottom .hbline svg path {
        stroke-width: 0.2vw;
    }
    .amenities-cta-boxes.vl-center .vline{
        height: 85%;
    }
    section#image-gallery.intro-bottom .hbline svg path{
        stroke-width: 0.18vw;
    }
    header .menu-trigger {
        margin-top: 45px;
    }
    .header-cta a.btn{
        min-width: 160px;
    }
    .footer-right .footerlogo img {
        max-width: 250px;
    }
    header ul.main-menu li a.menu-item-link{
        padding: 0 10px 35px;
        font-size: 14px;
    }
    ul.footer-menu-wraper li.footer-menu-item a.menu-item-link {
        padding: 0 15px;
        font-size: 14px;
    }
    .amenities-section .it-section h2.section-title{
        font-size: 2.2rem;
    }
    .amenities-section .it-image-section .community-title{
        font-size: 2.813rem;
        letter-spacing: 10px;
    }
    section.neighborhood .nbp-filter-places h2.nbp-places-heading{
        font-size: 2rem;
    }
    section#gallery .bg-pattern {
        top: -100px;
        background-size: 112%;
    }
    section#footer-google-map .bg-pattern{
        max-width: 70vw;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    }
    .contact-page-logo img {
        max-width: 250px;
    }
    section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap .design{
        margin-bottom: 5px;
    }
    .vertical,
    .vline,
    .footer-vertical {
        border-right: 3px solid;
    }
    .horizontal {
        border-bottom: 3px solid;
    }
    .hline,
    section.amenities-section .hline {
        border-bottom: 3px solid #C6AA76;
    }
    section#footer-google-map .bg-pattern {
        top: -7vw;
    }
    section#floorplans .tagline-text {
        transform: rotate(180deg) translateY(calc(100% + 6%));
        font-size: 1.4rem;
    }
    section.resident-sections .single-resident-section .resident-section-content h3{
        font-size: 1.4rem;
    }
    header .right-menu, .header-cta, .header .header-top-bar {
        display: inherit;
    }
    body.page-layout-page-amenities section#home-cta .container {
        max-width: 1120px;
    }
}

@media screen and (max-width: 1366px) {
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
        font-size: 4.1rem;
        margin-bottom: 40px;
    }
    h2.section-title {
        font-size: 3rem;
    }
    header ul.main-menu li a.menu-item-link{
        padding: 0 8px 35px;
    }
    .header-cta a.btn {
        min-width: 130px;
    }
    .header-cta-wrap{
        padding-right: 80px;
    }
    section#gallery .bg-pattern {
        background-size: 120%;
    }
    section#gallery .bg-pattern{
        top: -90px;
    }
    
    section#footer-google-map .bg-pattern {
        max-width: 60vw;
        background-size: cover;
    }
}

@media screen and (max-width: 1280px) {
    html{
        font-size: 13px;
    }
    .container {
        max-width: 980px;
    }
    header .logo-section{
        width: 200px;
    }
    header ul.main-menu li.menu-item{
        padding: 14px 7px;
    }
    .header-cta a.btn,
    .header .header-top-bar ul.top-cta li a{
        min-width: 110px;
    }
    header .menu-trigger span{
        width: 65px;
    }
    header ul.main-menu li a.menu-item-link {
        padding: 0 6px 20px;
    }
    section.home-floorplans .col.flp-slider-tab .floorplans-text{
        padding-left: 20px;
    }
    section.tabs-block .tabs-amenities .tabs-nav {
        width: 100%;
    }

    .floorplan-filters .more-flp-filters div h2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .floorplan-filters .more-flp-filters > div select{
        width: calc(50% - 20px);
    }

    .vt-tour-section .container {
        padding: 0 25px;
    }
    header .container-full {
        padding: 0 10px;
    }
    header .menu-trigger{
        margin-right: 12px;
    }
    
    .form-section .vertical,
    footer#footer .vertical,
    section.footer-cta .footer-vertical{
        left: 10%;
    }
    section.footer-cta .footer-horizontal{
        width: 10%;
    }
    ul.footer-menu-wraper li.footer-menu-item a.menu-item-link {
        padding: 0 10px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .caption-wrap {
        width: 60%;
    }
    .main-menu-panel .menu-section-left ul.menu-main-menu li.main-menu-item a.menu-item-link {
        line-height: 1.5;
    }
    header .logo-section {
        height: 90px;
        width: 210px;
    }
    .image-text-block.image-position-left.amenities-section .left-col {
        max-height: 490px;
    }
    section.map-wrapper + section.footer-cta{
        margin-top: -15vw;
    }
    section#contact{
        margin: -15% 0 0;
    }
    .walk-score-section .bg-pattern{
        background-size: 100%;
        max-width: 50%;
    }
    section.neighborhood a.nb-map-filter{
        margin: 20px 10px;
    }
    section.neighborhood .nbp-filter-options{
        padding-left: 0px;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .tile-content{
        padding-right: 0;
    }
    section#neighborhood + section#home-cta:before{
        bottom: 20vw;
        height: 25vw;
    }
    section.form-section .form-sec-bg{
        max-height: 450px;
        max-width: 450px;
    }
    .office-hours, .contact-page-desc .address-wrap{
        padding-left: 20px;
    }
    .amenities-cta-boxes .container {
        max-width: 1020px;
    }
    section.neighborhood .nbp-filter-options {
        padding-left: 50px;
    }
    /* section#neighborhood .neighborhood-container {
        padding-left: 12vw;
    }
    section#neighborhood div#vline {
        left: calc(50% - 450px);
    }
    section#neighborhood div#hline {
        width: calc(50% + 450px);
    }
    section#neighborhood + section#home-cta .vline {
        left: calc(50% - 450px);
    } */
    section#footer-google-map.image-position-left .col.left-col{
        max-height: 500px;
    }
    header .logo-section a.logo img {
        max-width: inherit;
    }
    header .right-menu {
        width: auto;
        display: inherit;
      }
      
      .top-cta-wrap {
        display: inherit;
      }
      
      .header-right-cta .header-cta {
        display: inherit;
      }
      
      .header-cta-wrap {
        margin-top: 0;
      }
      
      header .right-menu, .header-cta, .header .header-top-bar {
        display: inherit;
      }
      
      .container.intro-slider-container.equal-height {
        max-width: 85%;
      }
      
      section#footer-google-map .bg-pattern {
        background-repeat: no-repeat;
      }
      body.page-layout-page-amenities section#home-cta .container {
        max-width: 980px;
      }
      header .menu-trigger {
    height: 58px;
}
}

/* ===== For desktio ===== */
@media screen and (min-width: 1280px) {
    .floorplan-filters .more-flp-filters {
        display: flex !important;
    }
}

@media screen and (max-width: 1279px) {
     header .right-menu,
    .header-cta,
    .header .header-top-bar{
        display: none;
    }
    header .right-menu{
        width: calc(80% - 200px);
    }
    .top-cta-wrap{
        display: none;
    }
    header .logo-section{
        height: 80px;
    }
    .header-cta-wrap{
        justify-content: end;
        margin-top: 50px;
    }

    header .logo-section a.logo img{
        max-width: 150px;
    }

    .header-right-cta .header-cta{
        display: none;
    }
    header .container-full {
        padding: 0 20px;
        flex-flow: row;
        justify-content: space-between;
    }
    section#image-gallery .hline, 
    section#image-gallery .hbline {
        width: calc(50% + 435px);
    }
    section#image-gallery .hbline, 
    section#image-gallery .vline {
        left: calc(50% - 435px);
    }
    section#footer-google-map .bg-pattern{
        background-repeat: repeat;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 16px;
    }
    .container {
        max-width: 100%;
    }
    .main-menu-panel .menu-section-left ul.menu-main-menu li.main-menu-item a.menu-item-link{
        font-size: 2.143rem;
    }
    .main-menu-panel .header-cta {
        margin: 10px 0;
        padding: 10px 0;
    }
    .main-menu-panel .header-cta a.btn {
        margin: 12px 20px;
        min-width: 200px;
    }
    .main-menu-panel ul.menu-main-menu{
        min-height: inherit;
    }
    .main-menu-panel .menu-section-left,
    .main-menu-panel .menu-section-right {
        width: 100%;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
        font-size: 4.5rem;
        line-height: 1.3;
    }
    .resources-heading .container,
    .policy-heading .container {
        padding: 0 25px;
    }

    section.hero-banner .slide-flex-wrapper .container .slide-content {
        width: 100%;
        text-align: center;
    }

    section.hero-banner .slide-flex-wrapper .container .slide-content h1.hero-title,
    section.hero-banner .slide-flex-wrapper .container .slide-content h2.hero-subtitle {
        text-align: center;
    }

    .image-text-block.image-position-left .col.right-col,
    .image-text-block.image-position-right .col.right-col {
        padding: 50px 0;
    }

    .image-text-block.image-position-left .col.right-col .it-section,
    .image-text-block.image-position-right .col.right-col .it-section {
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 40px 0 0;
    }

    section.social-bar + section#luxury-life .it-container .it-section {
        text-align: center;
    }

    .image-text-block.image-position-left .col.right-col {
        width: 100%;
        margin: 0 auto;
        float: none;
        right: auto;
    }

    .image-text-block.image-position-right .left-col,
    .image-text-block.image-position-right .col.right-col {
        width: 100%;
        padding-top: 0;
    }

    .image-text-block.image-position-right .col.right-col {
        order: 2;
    }

    .image-text-block.image-position-right .col.right-col {
        order: 1;
    }

    .image-text-block .it-image-section,
    .image-text-block.image-position-left .col.left-col,
    .image-text-block.image-position-right .left-col,
    section.home-floorplans .col.flp-slider,
    section.home-floorplans .col.flp-slider-tab,
    section.home-floorplans .floorplans-container {
        width: 100%;
    }

    .image-text-block.image-position-left .col.left-col {
        left: 0;
        width: 100%;
        height: 75vw;
        padding: 0px;
    }

    .image-text-block.image-position-right .col.left-col {
        right: 0;
        width: 100%;
        height: 75vw;
        order: 1;
    }

    .image-text-block.image-position-right .col.right-col {
        width: 100%;
        margin: 0 auto;
        float: none;
        right: auto;
        left: auto;
        padding: 0 25px;
    }

    .image-text-block.home-intro.image-position-right .col.left-col {
        order: 2;
        margin-top: 50px;
    }

    .image-text-block.image-position-right .it-container section.home-floorplans .equal-height {
        flex-flow: column;
    }

    .luxury-life .subcol {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    section#intro-slider .equal-height .it-section {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    section.home-floorplans {
        text-align: center;
    }

    section.home-floorplans .col.flp-slider-tab .floorplans-text {
        max-width: 100%;
        padding: 0 20px 40px;
    }

    section.home-floorplans .col.flp-slider-tab .floorplans-text h2.section-title {
        padding-top: 0;
        margin-top: 0;
    }

    section.home-floorplans .col.flp-slider-tab .filter {
        display: flex;
        justify-content: center;
        padding: 0;
        padding: 0 20px;
        margin: 0;
    }

    section.home-floorplans .col.flp-slider-tab .filter .filter-item {
        text-align: center;
        padding: 15px 12px;
        margin-left: 0;
        margin-right: 20px;
    }

    section.home-floorplans .col.flp-slider-tab .filter .filter-item.active:before {
        display: none;
    }

    section.home-floorplans .flp-slider .floorplans-container {
        margin-left: 0;
        padding: 0 25px;
    }

    .image-text-block .it-image-section {
        margin-right: 0;
    }

    section.home-floorplans .col.flp-slider-tab {
        padding: 0;
        order: 1;
    }

    section.home-floorplans .col.flp-slider {
        order: 2;
        margin-top: 40px;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details {
        flex-flow: column;
        justify-content: center;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details > h2,
    section.home-floorplans .slick-slide .floorplan-slide-details > div{
        width: 100%;
        max-width: 100%;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
        width: 100%;
        border: 0;
        text-align: center;
        padding-left: 0;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
        display: inline-block;
        font-size: 14px;
        text-align: right;
    }
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span:first-child{
        text-align: right;
    }

    .home-floorplans h2.section-title{
        font-size: 1.75rem;
    }
    .home-floorplans h2.section-title span{
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details a.flp-details-btn {
        margin: 20px auto;
    }

    .tabs-block .two-columns {
        flex-flow: column;
        justify-content: center;
    }

    .tabs-block .two-columns .col-6 {
        width: 100%;
    }

    .tabs-block .two-columns .tabs-amenities {
        padding: 0;
    }

    .tabs-block .two-columns .tabs-amenities .tabs-stage {
        padding: 30px;
    }

    .tabs-block .two-columns .tabs-amenities .tabs-stage .tab-content {
        padding: 0;
    }

    section.multipurpose-boxes {
        padding-bottom: 150px;
    }

    section.multipurpose-boxes .cta-slider-big {
        width: 100%;
        height: 100%;
        margin-top: 0px;
    }

    section.multipurpose-boxes .cta-slider-big .slick-list {
        display: none;
    }

    section.multipurpose-boxes .cta-slider-big button.slide-arrow.prev-arrow {
        left: 10px;
    }

    section.multipurpose-boxes .cta-slider-big button.slide-arrow.next-arrow {
        right: 25px;
        margin-right: 0;
    }

    section.multipurpose-boxes .cta-slider-small {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    section.form-section .equal-height {
        flex-flow: column;
    }

    section.form-section .equal-height .form-sec-bg {
        width: 100%;
        order: 1;
    }

    section.form-section .equal-height .form-wrap {
        width: 100%;
        order: 2;
        margin: 0px auto;
    }

    section.form-section .equal-height .form-wrap .subcol {
        margin: 0;
        padding: 100px 25px 40px;
    }

    section.form-section .equal-height .form-wrap .subcol .formmangr-col {
        width: 100%;
        padding: 0;
    }

    section.map-wrapper {
        height: 90vw;
    }

    section.footer-cta.overlapping-text-box .cta-container .footer-cta-text {
        width: 100%;
        padding: 50px 25px;
    }

    section.site-footer {
        flex-flow: column;
    }

    section.site-footer .footer-left,
    section.site-footer .footer-right {
        width: 100%;
    }

    section.site-footer .footer-left .footer-menu-wraper {
        column-count: 3;
        column-gap: 40px;
    }

    section.site-footer .footer-left .footer-menu-wraper li.footer-menu-item {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    section.footer-lower .copyright-area {
        width: 100%;
        flex-direction: column-reverse;
    }

    section.footer-lower .copyright-area .copyright-text,
    section.footer-lower .copyright-area .property-icons,
    section.footer-lower .copyright-area ul.policy-nav {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    section.footer-lower .attribution {
        position: inherit;
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap h1 {
        text-align: center;
        padding: 20px;
        margin-bottom: 20px;
    }

    section.text-block .text-section {
        padding: 0;
    }

    section.faq-section .container {
        padding: 0 25px;
    }

    section.resources-section .fixed-links a.fixed-resource-link {
        margin: 0 0 20px;
        width: 100%;
        font-size: 18px;
    }

    section.resources-boxes .resources-boxes-wrapper .flexi-resource-links {
        width: 100%;
    }

    section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource {
        width: 100%;
        margin: 0 0 40px;
    }

    section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 {
        font-size: 20px;
        padding-right: 40px;
    }

    section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 span {
        font-size: 20px;
        line-height: 1.5;
    }

    section.contact-intro {
        padding-left: 0;
    }

    section.contact-intro .equal-height {
        flex-flow: column;
    }

    section.contact-intro .equal-height .right-col {
        width: 100%;
        order: 2;
    }

    section.contact-intro .equal-height .left-col {
        width: 100%;
        order: 1;
    }

    section.contact-intro .equal-height .right-col .subcol .contact-page-desc,
    section.contact-intro .equal-height .right-col .subcol .contact-page-logo {
        width: 100%;
        padding: 30px 25px;
        justify-content: center;
    }

    .contact-page-desc .address-wrap {
        width: 50%;
    }

    .image-slider-container .sh_product_slider2_wrap {
        padding: 30px 0;
    }

    .cta-slider .slick-list {
        overflow: visible;
    }

    .cta-slider .slick-list .slick-track {
        overflow: hidden;
    }

    section.floorplans-listing .flp-listing {
        padding: 0;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header {
        width: 100%;
    }

    .floorplan-filters {
        padding: 0 15px !important;
    }

    .floorplan-filters h2 {
        margin-right: 20px;
    }

    .floorplan-filters a.flp-filters-trigger {
        width: 150px;
        right: -15px;
        top: -10px;
    }

    .floorplan-filters select.flp-bedrooms {
        width: 200px;
        margin-left: 0;
    }

    .floorplan-filters.active {
        height: 480px;
    }

    .floorplan-filters .more-flp-filters div span.sf-range-values-seperator {
        display: none;
    }

    .floorplan-filters .more-flp-filters div h2 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .floorplan-filters .more-flp-filters div select {
        margin: 10px;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-img {
        width: 100%;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header {
        order: 2;
    }

    section.floorplans-listing .flp-listing .single-floorplan a.flp-slide-in-trigger {
        order: 1;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    section.hero-banner .hero-slider button.slick-prev {
        left: 15px;
        width: 30px;
        height: 30px;
    }

    section.hero-banner .hero-slider button.slick-next {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    section.hero-banner .slide-flex-wrapper .container {
        width: calc(100% - 50px);
    }

    section.hero-banner .slider-container .slick-dots {
        text-align: center;
        bottom: 75px;
    }

    .listing-container .layout-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    section.tabs-block .tabs-amenities-images .tab-image {
        width: calc(100% + 30px);
        height: 80vw;
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
        z-index: 9;
    }

    section.tabs-block .equal-height {
        flex-flow: column;
    }

    section.tabs-block .tabs-amenities-images,
    section.tabs-block .tabs-amenities {
        width: 100%;
        padding: 0;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details {
        margin: 20px auto;
    }

    section.tabs-block .tabs-amenities .tabs-stage .tab-content {
        padding: 30px 0;
    }

    h1.text-logo {
        text-align: left;
    }

    section.blog-details-block .container {
        display: flex;
        flex-flow: column;
    }

    section.blog-details-block .post-content-inner {
        padding-left: 0px;
        width: 100%;
    }

    section.blog-details-block .post-content-inner .block-paragraphs {
        width: 100%;
        padding-right: 0px;
    }

    section.blog-details-block .post-sidebar {
        width: 100%;
        padding-left: 0;
        order: 2;
    }

    section.blog-details-block .social-share {
        position: relative;
        top: 0;
        order: 2;
    }

    section.blog-details-block .social-share .social-share-group {
        display: flex;
        margin: 10px;
        justify-content: center;
    }

    section.blog-details-block .social-share a.social-share-link {
        margin-right: 10px;
    }

    section.blog-details-block .post-sidebar .widget-title {
        font-size: 30px;
    }

    section.blog-details-block .post-sidebar .cat-list {
        padding: 50px 0;
    }

    .flp-carousel-slide img {
        height: 20vw;
    }

    .active-slide-in {
        margin-left: 0;
    }

    .amp-slide_in {
        width: 100%;
    }

    .image-slider-container .gallery .slick-slide {
        max-width: 100%;
    }

    section.site-footer .footer-right h1.text-logo {
        text-align: center;
    }

    .vt-tour-section {
        padding-bottom: 50px;
    }

    .image-text-block {
        flex-flow: column;
    }

    ul.footer-menu-wraper li.footer-menu-item a:after {
        display: none;
    }

    .header-cta a.btn {
        display: none;
    }

    .main-menu-panel {
        padding: 50px 0;
    }
    .bg-pattern {
        max-width: 50%;
    }
    section#gallery .bg-pattern {
        left: auto;
        right: 0;
        width: 100%;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
        width: calc(33vw - 0px);
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
        max-height: 450px;
        padding-left: 40px;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2 svg {
        left: -40px;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2:after {
        display: none;
    }

    section.multipurpose-boxes {
        padding-bottom: 50px;
    }

    section#contact.form-section {
        padding-bottom: 70px;
    }

    section.form-section .form-wrap .subcol h2 {
        text-align: center;
        margin: 20px auto 50px;
    }

    .form-section .form-sec-bg {
        display: none;
    }

    section.footer-lower .copyright-area .copyright-text p {
        margin-bottom: 0;
    }

    section.footer-cta .bg-pattern {
        display: none;
    }

    section.tabs-block {
        padding-bottom: 0;
    }

    .floorplan-filters .container {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    .type-grid .single-virtual-tour {
        width: calc(50% - 30px);
    }

    .listing-container,
    section.blog-details-block .container {
        padding: 0;
    }
    section#gallery{
        padding-bottom: 170px;
    }
    .bottom-line-shape .horizontal-bottom.shape1 {
        width: calc(100% - 21px);
        bottom: 43px;
    }
    section#gallery .vertical {
    height: calc(108% - 50px);
    }
    section#gallery .text-content-wrapper {
        padding: 50px 25px;
    }

    .mobile-home-flp-filter {
        display: block;
        width: 100%;
    }

    .swifty-gallery-mobile-tabs-dropdown {
        display: block;
    }

    section.inner-hero h1.section-title {
        font-size: 3.6rem;
        line-height: 1.3;
    }

    .home-flp-desktop-filters {
        display: none;
    }

    section.neighborhood .nbp-fliter-dropdown {
        display: block;
    }

    section.neighborhood .nbp-fliter-dropdown,
    .swifty-gallery-mobile-tabs-dropdown,
    .mobile-home-flp-filter {
        display: block;
        margin: 0;
        width: 100%;
        padding: 20px;
        background: #ecebe9;
    }

    .nbp-fliter-dropdown select.nbp-mobile-filters,
    .swifty-gallery-mobile-tabs-dropdown select,
    .mobile-home-flp-filter select {
        width: 100%;
        background: #fff;
        color: #232323;
        border: none;
        padding: 10px 10px 10px 30px;
        display: block;
    }

    section.neighborhood .fliters-map-container .nbp-filter-options,
    section.gallery-section .gallery-tabs .gallery-tabs-nav {
        display: none;
    }

    section.neighborhood .fliters-map-container .map-canvas {
        width: 100%;
    }

    .page-layout-page-home .footer-cta-text .text-wrap h2.section-title,
    .page-layout-page-home .footer-cta-text .text-wrap h3.section-sub-title {
        text-align: center;
    }

    section.footer-cta .bg-pattern + .cta-container .footer-cta-text .text-wrap,
    section.footer-cta .bg-pattern + .cta-container .footer-cta-text .section-buttons,
    section.footer-cta .bg-pattern + .cta-container .footer-cta-text .text-wrap h3.section-sub-title {
        text-align: center;
    }

    .overlapping-text-box .section-content {
        width: 100%;
        margin: 0 auto 20px;
    }

    section#community-amenities {
        padding-top: 0;
        padding-bottom: 0;
    }

    section#community-amenities .it-section .section-content,
    section#resident-amenities .it-section .section-content {
        text-align: left;
        max-width: 600px;
        margin: 20px 0 0;
    }

    .overlapping-text-box .footer-cta-text .text-wrap {
        text-align: center;
    }

    section#faq-heading .container {
        padding: 0 20px;
    }

    section#gallery-intro.image-text-block.image-position-right .col.left-col {
        order: 2;
    }

    section#gallery-intro.image-text-block.image-position-right .col.right-col {
        order: 1;
    }

    section#gallery-intro.image-text-block.image-position-right .col.right-col .it-section {
        text-align: center;
    }

    section#gallery-tabs-heading .container {
        padding: 0 20px;
    }

    section#image-gallery,
    section.gallery-section .gallery-tabs .gallery-stage {
        padding-top: 0;
    }

    section#image-gallery {
        padding-bottom: 0;
    }

    section.gallery-section .gallery-tabs .gallery-stage .gallery-carousel button.slick-prev {
        transform: none;
        margin-top: -30px;
    }

    section.gallery-section .gallery-tabs .gallery-stage .gallery-carousel ul.slick-dots li button:before {
        font-size: 15px;
        top: 10px;
    }

    .walk-score-section {
        padding-bottom: 50px;
        overflow-x: hidden;
    }

    section.resident-sections h2.resident-section-title {
        font-size: 2rem;
        line-height: 1.2;
        padding-left: 0;
        text-align: center;
    }

    section.resident-sections h2.resident-section-title svg {
        display: none;
    }

    section.resident-sections .single-resident-section .resident-section-content h3 {
        line-height: 1.5;
        padding-left: 0;
        text-align: center;
    }

    section.resident-sections .single-resident-section {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }

    section#tour-intro .it-section {
        text-align: center;
    }

    section.floorplans-listing .single-floorplan .flp-swaps a {
        margin: 0 8px 30px;
    }

    .virtual-tour-btns a.vr-tour {
        padding: 15px;
    }
    .inner-intro .text-content-wrapper .section-headings,
    .inner-intro .text-content-wrapper .section-content-wrap{
        width: 100%;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content{
        flex-flow: column;
        justify-content: center;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .caption-wrap,
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design{
        width: 100%;
        text-align: center;
        position: inherit;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title,
    section.hero-banner .hero-paragraph{
        text-align: center;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title{
        justify-content: center;
    }
    section.hero-banner .slide-flex-wrapper{
        padding: 80px 0 150px 0;
    }
    section.hero-banner .hero-paragraph{
        max-width: 100%;
        margin-bottom: 70px;
    }
    section.hero-banner .hero-paragraph p{
        max-width: 100%;
        margin: 10px auto;
    }
    
    section.hero-banner .slide-flex-wrapper .slide-container {
        padding: 0;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .caption-wrap {
        padding: 20px;
    }
    .horizontal {
        width: calc(100% - 20px);
    }
    .vertical{
        left: 20px;
    }
    .image-text-block.image-position-right.home-intro .col.right-col {
        width: 100%;
    }
    section#intro-slider .equal-height {
        flex-direction: column-reverse;
    }
    .container {
        padding-left: 20px;
        width: calc(100% - 40px);
        padding-right: 20px;
    }
    .intro-slider .slick-list .slick-track,
    .intro-slider .slick-list .slick-track .slick-slide .slide-bg{
        height: 100%;
    }
    .intro-slider .slick-list .slick-track .slick-slide .slide-bg img{
        max-height: unset;
    }
    .tagline-text.text-right {
        left: auto;
        right: 20px;
        transform: rotate(180deg) translateY(100%);
    }
    .tiles-columns-2 .tiles-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    section#gallery .container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    #gallery .gallery-grid-modular{
        margin-bottom: 40px;
    }
    .bottom-line-shape .horizontal.shape1{
        width: calc(100% - 20px);
    }
    .home-cta-boxes .single-tile .single-tile-wrapper{
        flex-direction: column;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .img-container{
        width: 100%;
        margin-bottom: 30px;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .tile-content {
        width: 100%;
        text-align: center;
        padding-left: 10vw;
        padding: 0 10px 70px;
    }
    section#home-cta .vertical{
        left: 20px;
        top: 20%;
    }
    section#home-cta .horizontal{
        width: calc(100% - 20px);
    }
    section#footer-google-map .vertical{
        padding-left: 20px;
    }
    section#footer-google-map .vertical{
        left: 0;
    }
    .bottom-line-shape2 .horizontal.shape2{
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    section#footer-google-map .vertical{
        padding-left: 20px;
        top: -7%;
        height: calc(100% + 35px);
    }
    section#gallery h2.section-title{
        font-size:  4.5rem;
        font-weight: 500;
    }
    .bottom-line-shape .horizontal.shape1 {
        bottom: auto;
        top: 20%;
    }
    section.map-wrapper + section.footer-cta {
        margin-top: -20vw;
        margin-bottom: 0;
    }
    section.form-section .form-outer{
        max-width: 100%;
    }
    section.footer-cta .footer-vertical,
    section.footer-cta .footer-horizontal,
    .form-section .vertical,
    footer#footer .vertical{
        display: none;
    }
    .circle-img .tiles-wrapper .img-wrapper{
        width: 60vw;
        height: 60vw;
    }
    section#footer-google-map .tagline-text{
        transform: rotate(180deg) translateY(50%);
        left: auto;
        right: 15px;
    }
    section.footer-lower .container{
        flex-flow: column;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-right .contact{
        margin: 50px 0 30px;
    }
    section.footer-bottom .bottom-container {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 80px 0;
    }
    .amenities-section.image-text-block .it-container{
        width: 100%;
        padding: 0;
    }
    .home-cta-boxes .container .tiles-wrapper {
        padding: 40px 0;
    }
    .tiles-block .tiles-wrapper .single-tile{
        padding: 50px 0;
    }
    section#home-cta{
        padding: 50px 0;
    }
    section.footer-cta {
        margin-top: -50px;
        margin-bottom: 0;
    }
    section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap {
        padding-left: 0;
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .form-section .vertical, 
    footer#footer .vertical, 
    .footer-right .container-full .footer-shape, 
    section.footer-cta .footer-vertical {
        left: 0;
    }
    .footer-right .container-full .footer-shape{
        width: 100%;
        overflow: hidden;
    }
    .footer-right .container-full .footer-shape svg.designshape {
        width: calc(130% + 5px);
        margin-left: -5px;
    }
    section.site-footer {
        flex-flow: column;
        padding: 50px 0 0;
    }
    .footer-right .contact {
        margin: 70px auto 30px;
        flex-flow: column;
        padding: 0;
        width: 80%;
    }
    section.footer-cta .cta-container {
        padding: 100px 0;
    }
    .overlapping-text-box .footer-cta-text .text-wrap h2.section-title{
        font-size: 3.25rem;
    }
    h2.nbp-places-heading {
        font-size: 2.5rem;
    }
    
    .triangle{
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 20vw, 100% 100%, 0 100%, 0 20vw);
        clip-path: polygon(50% 0, 50% 0, 100% 20vw, 100% 100%, 0 100%, 0 20vw);
    }
    section#contact{
        margin: -21% 0 0;
        -webkit-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0% 100%);
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section#intro-slider .intro-slider-container {
        padding: 0;
    }
    section#intro-slider .intro-slider-container {
        padding: 0 60px;
        width: 100%;
    }
    .tagline-text {
        font-size: 1.2rem;
    }
    section#intro-slider .tagline-text.text-right {
        transform: rotate(180deg) translateY(155%);
    }
    .intro-slider .slick-list .slick-track{
        margin: 0;
    }
    .image-text-block .it-container{
        padding-top: 75px;
    }
    section#intro-slider .vertical {
        bottom: auto;
        top: 23%;
    }
    section#intro-slider .horizontal{
        top: 23%;
    }
    .blog-posts-filters .search-form,
    .post-sidebar .search-form {
        margin: 10px auto;
    }
    .blog-posts-filters .search-form,
    .post-sidebar .search-form {
        width: 100%;
    }
    .blog-posts-filters.search-bar {
        width: 100%;
    }
    .slanted-div.style1:before{
        transform: skewY(350deg);
    }
    .slanted-div.style1:after{
        transform: skewY(10deg);
    }
    .slanted-div.style2:before{
        transform: skewY(350deg);
    }
    .slanted-div.style2:after{
        transform: skewY(10deg);
    }
    .floorplan-filters .container{
        flex-direction: column;
    }
    section.inner-intro.slanted-div{
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    section#floorplans-listing{
        padding-top: 50px;
        padding-bottom: 250px;
    }
    .floorplan-filters select.flp-bedrooms{
        width: 100%;
    }
    .top-cta-wrap{
        display: none;
    }
    header .logo-section a.logo{
        align-content: center;
    }
    .header-cta-wrap{
        margin-top: 20px;
        justify-content: end;
    }
    .floorplan-filters .flp-head-wrap a.flp-filters-trigger {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: 20px 0 10px;
        border: 0;
    }
    section.home-floorplans .tagline-text {
        display: none;
    }
    section#amenities .tiles-wrapper .single-tile .tile-content {
        padding-left: 50px;
    }
    section#amenities .tiles-wrapper .single-tile{
        position: relative;
        padding: 0 0 100px;
    }
    section#amenities .tiles-wrapper .single-tile:before{
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        background: #F0F0F0;
        z-index: 2;
        top: -100px;
        left: 0;
        transform-origin: right top;
        transform: skewY(-7deg);
    }
    section#amenities .tiles-wrapper .single-tile:nth-child(2):before{
        background: #ffffff;
        transform: skewY(7deg);
        top: 0px;
        height: 150px;
        z-index: 2;
    }
    #amenities .tiles-wrapper .single-tile .tile-content h3.section-sub-title{
        font-size: 2.3rem;
        font-weight: 600;
    }
    section#luxury-life {
        margin-bottom: 0;
    }
    section.amenities-section .it-image-section{
        position: relative;
    }
    section.amenities-section .it-image-section:before{
        content: '';
        width: 100%;
        height: 25%;
        position: absolute;
        background: #F0F0F0;
        z-index: 1;
        top: -100px;
        left: 0;
        transform-origin: right top;
        transform: skewY(5deg);
    }
    section#resident-amenities.amenities-section .it-image-section:before{
        background: #ffffff;
        transform: skewY(5deg);
        top: -12%;
    }
    
    section.amenities-section.image-position-left .col.right-col{
        padding: 0;
    }
    section#community-amenities.amenities-section .horizontal,
    section#resident-amenities.amenities-section .horizontal{
        width: calc(100% - 20px);
    }
    section#community-amenities.amenities-section .vertical,
    section#resident-amenities.amenities-section .vertical{
        left: 20px;
    }
    section#community-amenities.amenities-section .it-section,
    section#resident-amenities.amenities-section .it-section{
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        max-width: 600px;
    }
    section#home-cta.amenities-cta-boxes .vertical {
        top: -40px;
        left: 20px;
    }
    #gallery .gallery-grid-modular{
        width: 100%;
        max-width: 450px;
        padding-left: 0;
    }
    #gallery .left-subcol {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    section#faq-listing{
        padding-bottom: 100px;
    }
    section#faq-listing div#vline{
        left: 20px;
        height: calc(100% + 150px);
    }
    section#faq-listing div#hline {
        width: calc(100% - 20px);
    }
    section#faq-listing div#btm-shape {
        width: calc(100% - 20px);
        left: 20px;
        stroke-width: 3px;
    }
    section.vh-lines .hline {
        width: calc(100% - 20px);
    }
    section.vh-lines .vline {
        left: 20px;
        height: calc(100% + 150px);
    }
    section.vh-lines .hbline,
    .vt-tour-section .hbline {
        width: calc(100% - 20px);
        left: 20px;
        bottom: -3px;
    }
    section#neighborhood .neighborhood-container{
        padding-left: 0;
    }
    section#image-gallery.intro-bottom{
        padding: 20px 0 200px;
    }
    section#image-gallery.intro-bottom .container {
        padding: 0;
        width: 100%;
    }
    section#contact {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #amenities .tiles-wrapper .img-wrapper .community-title{
        font-size: 3rem;
        padding-left: 40px;
        padding-right: 40px;
    }
    section#home-cta .hline {
        width: calc(100% - 20px);
        top: 20%;
    }
    section#footer-google-map{
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .bottom-line-shape2 .horizontal-bottom.shape2 {
        width: calc(100% - 20px);
        /* transform: rotateX(180deg) rotateY(180deg); */
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        left: 20px;
        bottom: 50px;
    }
    section.form-lines div#vline,
    section.amenities-section .vline,
    .amenities-cta-boxes.vl-center .vline{
        left: 20px;
    }
    section.form-lines div#hline,
    section.amenities-section .hline{
        width: calc(100% - 20px);
        left: 20px;
        overflow: hidden;
    }
    section.amenities-section .hline{
        display: none;
    }
    section.hl-bottom .hbline{
        width: calc(100% - 20px);
        left: 20px;
        overflow: hidden;
    }
    section.form-lines div#btm-shape-contact {
        width: calc(100% - 20px);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        left: 20px;
        overflow: hidden;
    }
    section.neighborhood .nbp-filter-places {
        padding: 40px 20px;
        width: 100%;
        max-width: 100%;
    }
    section#home-cta .tiles-wrapper .single-tile {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    section#faq-heading section#faq-heading,
    section#faq-heading section#faq-section{
        width: 100%;
    }
    section#faq-heading section#faq-heading{
        padding-right: 0;
        padding-top: 30px;
    }
    .inner-intro .text-content-wrapper .section-headings{
        padding-left: 0;
        padding-right: 0;
    }
    section.faq-section .question{
        padding: 20px;
    }
    .inner-intro .text-content-wrapper .section-headings h2.section-title {
        font-size: 2.5rem;
        text-align: center;
    }
    section#faq-heading section#faq-heading .text-content-wrapper .section-content-wrap{
        text-align: center;
    }
    .inner-intro .text-content-wrapper .section-content-wrap {
        padding-left: 0px;
        border-left: 0;
        text-align: center;
    }
    section.amenities-section .vline{
        top: 5.1vw;
    }
    section#resident-amenities {
        padding-bottom: 100px;
    }
    section#home-cta{
        padding-bottom: 100px;
    }
    section#home-cta + section#footer-cta {
        margin-top: -300px;
    }
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath{
        justify-content: right;
    }
    section.home-floorplans .slick-slide .floorplan-slide-details h2,
    section.home-floorplans .slick-slide .floorplan-slide-details .amount{
        text-align: left;
    }
    section#image-gallery .hline,
    section#image-gallery .hbline {
        width: calc(100% - 20px);
    }
    section#image-gallery .hbline,
    section#image-gallery .vline {
        left: 20px;
    }
    section#intro-slider .overlapping-text-box {
        margin-bottom: 50px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 100px;
    }
    section#floorplans {
        padding-top: 75px;
    }
    section.home-floorplans .vertical{
        display: none;
    }
    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-arrow {
        margin-top: 10px;
    }
    section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap .design{
        overflow: hidden;
        width: calc(100% + 30px);
    }
    section#home-neighborhood .it-container {
        padding: 0;
        margin: -180px 0 0;
        width: 100%;
        clip-path: polygon(0 0, 100% 8%, 100% 90%, 0% 100%);
    }
    section#home-neighborhood.image-position-left .col.right-col{
        padding-left: 20px;
        width: calc(100% - 40px);
        padding-right: 20px;
        padding-top: 10px;
    }
    .image-text-block.image-position-left .col.right-col .it-section, 
    .image-text-block.image-position-right .col.right-col .it-section{
        text-align: center;
    }
    #amenities .tiles-wrapper .single-tile .tile-content p, 
    #amenities .tiles-wrapper .single-tile .tile-content ul li{
        line-height: 1.5;
        font-weight: 500;
        font-size: 1.429rem;
    }
    section#amenities{
        padding-bottom: 50px;
    }
    section.form-section .form-wrap{
        padding-bottom: 50px;
    }
    body section.site-footer .footer-left {
        padding: 20px 25px 20px;
    }
    .amenities-cta-boxes.vl-center .vline {
        height: 100%;
    }
    section#neighborhood div#hline {
        width: calc(100% - 20px);
    }
    section#neighborhood div#vline {
        left: 20px;
    }
    section#neighborhood + section#home-cta .hbline {
        width: calc(100% - 20px);
        left: 20px;
    }
    section#neighborhood + section#home-cta .vline {
        left: 20px;
    }
    section#neighborhood + section#home-cta:before{
        bottom: 0;
        top: 200px;
    }
    section#neighborhood + section#home-cta:after{
        bottom: -230px;
        height: 100%;
    }
    .walk-score-section{
        -webkit-clip-path: polygon(0 0,100% 10%,100% 90%,-40% 100%);
        clip-path: polygon(0 0,100% 10%,100% 90%,-40% 100%);
        overflow-y: hidden;
    }
    section.hero-banner{
        height: 95vh;
        min-height: 650px;
    }
    header{
        padding: 10px 0 10px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design{
        margin-left: 0;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content .design svg {
        width: 180% !important;
        margin-left: -40%;
    }
    /* .horizontal{
        border-bottom: 0.9vw solid;
    } */
    section#home-neighborhood{
        margin-bottom: -150px;
        position: relative;
        padding-top: 0;
    }
    section#home-neighborhood + section#home-cta {
        position: relative;
        z-index: 2;
    }
    section#footer-google-map {
        z-index: 2;
    }
    section#footer-google-map h2.section-title {
        color: #f0f0f0;
    }
    section#footer-google-map h3.section-sub-title {
        color: #739595;
    }
    section#footer-google-map .it-section .section-content{
        color: #DCDDDE;
    }
    section.form-section .form-wrap .subcol div#submit{
        padding-right: 0px;
    }
    .mobile-only{
        display: block;
    }
    .dekstop-only{
        display: none !important;
    }
    .footer-shape.dekstop-only {
        display: none;
    }
    .footer-right .container-full .footer-shape.mobile-only svg {
        width: 180%!important;
        margin-left: -40%;
    }
    section.inner-hero{
        max-height: 800px;
    }
    section#home-cta.amenities-cta-boxes {
        padding-bottom: 150px;
    }
    section.floorplans-listing .single-floorplan .flp-header{
        padding: 15px 20px 30px 20px;
    }
    section.floorplans-listing .flp-listing .single-floorplan .flp-img{
        height: 250px;
    }
    .main-menu-panel .menu-close{
        width: 25px;
        height: 25px;
    }
    section#image-gallery.intro-bottom .vline {
        height: calc(100% + 150px);
    }
    section#image-gallery.intro-bottom .hbline svg path {
        stroke-width: 3px;
    }
    header .menu-trigger {
        margin-top: 20px;
        margin-right: 25px;
    }
    header.fixed .menu-section {
        margin-top: 18px;
    }
    body [data-aos-delay] {
        transition-delay: 0s !important;
        transition-duration: 0s !important;
    }
    .contact-page-logo{
        justify-content: center;
    }
    section#footer-google-map.image-position-left .col.left-col,
    section#footer-google-map.image-position-left .right-col{
        width: 100%;
    }
    ul.policy-nav li:first-child:before{
        display: none;
    }
    .nb-scores .score-inner {
        width: 300px;
        height: 300px;
        margin-bottom: 20px;
    }
    .nb-scores .score-inner:before{
        width: 300px;
        height: 300px;
    }
    .nb-scores .score-inner {
        font-size: 7rem;
    }
    .amenities-section.image-position-left.amenities-section .left-col {
        max-height: 100%;
        max-width: 100%;
        height: 100vw;
    }
    .inner-intro .text-content-wrapper .section-headings h2.section-title span {
        display: block;
    }
    section#gallery .bg-pattern {
        background-size: 90%;
    }
    section#footer-google-map .it-container{
        width: 100%;
        padding: 0 60px;
    }
    section#footer-google-map.image-position-left .col.left-col{
        padding: 0px;
    }
    footer#footer .triangle {
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 20vw, 100% 100%, 0 100%, 0 20vw);
        clip-path: polygon(50% 0, 50% 0, 100% 20vw, 100% 100%, 0 100%, 0 20vw);
    }
    .floorplan-filters .more-flp-filters > div:last-child{
        justify-content: center;
    }
    .floorplan-filters.active {
        height: 580px;
    }
    .floorplan-filters .container {
        padding: 60px 0 0 40px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title span {
        display: flex;
        justify-content: center;
    }
    section#footer-google-map.image-position-left .right-col{
        padding-bottom: 0px;
    }
    .footer-right .container-full .footer-shape{
        padding: 5% 0;
    }
    .main-menu-panel{
        align-items: center;
    }
    section#contact .bg-pattern{
        top: 50px;
        background-repeat: repeat;
        background-size: 120%;
    }
    section#footer-google-map .bg-pattern{
        top: -14vw;
        height: calc(100% + 27vw);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    section#home-cta .tiles-wrapper .single-tile{
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    #home-cta .container {
        width: calc(100% - 100px);
        overflow-x: hidden;
        padding-top: 100px;
    }
    .inner-intro .text-content-wrapper .section-content-wrap .section-content{
        padding-right: 30px;
    }
    .inner-intro .text-content-wrapper .section-content-wrap .section-content {
        padding-right: 30px;
        border: 0;
        text-align: center;
    }
    .slick-dots{
        bottom: -50px;
    }
    section.gallery-section .gallery-tabs .gallery-stage{
        padding: 50px 0px 100px;
    }
    /* section#contact{
        overflow-x: hidden;
    } */
    section.footer-cta {
        margin-top: -200px;
    }
    section#contact .form-outer {
        width: 100%;
        padding-bottom: 50px;
    }
    section#intro-slider .horizontal,
    section#intro-slider .vertical{
        top: 53%;
    }
    header .logo-section a.logo img{
        max-width: 170px;
    }
    header.fixed .logo-section a.logo img {
        max-height: 100px;
    }
    .bg-pattern {
        background-size: 100%;
    }
    section#amenities .tiles-wrapper .single-tile .tile-content .tile-description {
        max-width: 600px;
    }
    section#home-neighborhood .left-col {
        height: 75vw;
        max-height: 75vw;
    }
    section.form-section .equal-height .form-wrap .subcol{
        max-width: 80%;
        margin: 0 auto;
    }
    .site-footer .ftr-menu a.btn {
        padding: 20px 70px;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.8px;
        line-height: 35px;
        border: 3px solid;
    }
    .site-footer .ftr-menu a.btn:hover{
        background-color: #ffffff;
        color: #739595;
        border-color: #ffffff;
    }
    section.resident-sections .container {
        padding: 100px 20px;
    }
    section#gallery .tagline-text {
        transform: rotate(180deg) translateY(95%);
    }
    section#footer-google-map .tagline-text{
        transform: rotate(180deg) translateY(52%);
    }
    section#footer-google-map.image-position-left .col.left-col {
        max-height: 600px;
    }
    #gallery .gallery-grid-modular {
        width: 100%;
        max-width: 47vw;
        min-height: 40vw;
        padding-left: 0;
    }
    #gallery .gallery-grid-modular .magnific-img {
        width: 15vw;
        height: 15vw;
        left: calc(10vw + 15px);
        top: 0;
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(2n) {
        width: 19vw;
        height: 21.7vw;
        left: calc(24vw + 35px);
        top: 0;
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(3n) {
        width: 26vw;
        height: 21.7vw;
        left: 5px;
        top: calc(13vw + 35px);
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(4n) {
        width: 15vw;
        height: 15vw;
        left: calc(24vw + 35px);
        top: calc(20vw + 30px);
    }

    header .right-menu {
        display: none;
      }
    
      .top-cta-wrap {
        display: inherit;
        margin-top: 20px;
        margin-right: 90px;
      }
    
      .bg-pattern {
        background-size: 60%;
        max-width: 90%;
      }
    
      .image-text-block.home-intro.image-position-right .col.left-col {
        max-height: 550px;
        margin-top: 0;
      }
    
    
      section#intro-slider .horizontal,
      section#intro-slider .vertical {
        top: 39%;
      }
    
      section#intro-slider .horizontal {
        width: 95%;
      }
    
      .vertical {
        left: 5%;
      }
    
      section#intro-slider .intro-slider-container {
        padding: 0 10%;
        max-width: 100%;
      }
    
    
      /* === floorplan cards === */
      section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath,
      section.home-floorplans .slick-slide .floorplan-slide-details h2,
      section.home-floorplans .slick-slide .floorplan-slide-details .amount {
        font-size: 1.5rem;
      }
    
      section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
        font-size: 1.5rem;
      }
    
      /* === amenities  === */
      section#amenities .tiles-wrapper .single-tile {
        padding: 0 0 1%;
      }
    
      section#amenities .tiles-wrapper .single-tile .tile-content {
        padding: 8% 23%;
      }
    
      section#home-cta .vertical {
        left: 5%;
      }
    
      section#home-cta .hline {
        width: 95%;
      }
    
      /* === faq page === */
    
      section#faq-heading section#faq-heading .text-content-wrapper {
        width: 100%;
      }
      section.home-cta-boxes .container{
        padding: 50px;
      }
      section#neighborhood .neighborhood-container{
        width: 100%;
      }
      /* .walk-score-section{
        min-height: calc(100vh + 7%);
      } */
      section.resident-sections + section#footer-cta {
        margin-top: -50px;
      }
     .main-menu-panel .menu-section-right:before{
        display: none;
     }
     .floorplan-filters .flp-head-wrap a.flp-filters-trigger span{
        display: inline-block;
     }
     .floorplan-filters.active .flp-head-wrap a.flp-filters-trigger span{
        transform: rotate(45deg);
     }
     body.page-layout-page-amenities section#home-cta .vertical,
     body.page-layout-page-neighborhood section#home-cta .vertical {
        left: 20px;
    }
}

@media screen and (max-width: 992px) {
    /* section#intro-slider .horizontal,
    section#intro-slider .vertical {
        top: 18%;
    } */
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
        font-size: 4rem;
    }
    section#intro-slider .equal-height .it-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    #gallery .gallery-grid-modular{
        max-width: 48vw;
    }
    section#home-cta .hline,
    section#home-cta .vertical{
        top: 17%;
    }
    .tagline-text{
        letter-spacing: .5rem;
    }
    section#footer-google-map .tagline-text{
        transform: rotate(180deg) translateY(56%);
    }
    #gallery .gallery-grid-modular .magnific-img {
        width: 15vw;
        height: 15vw;
        left: calc(10vw + 18px);
        top: 0;
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(2n) {
        width: 19vw;
        height: 21.7vw;
        left: calc(24vw + 35px);
        top: 0;
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(3n) {
        width: 26vw;
        height: 22.7vw;
        left: 11px;
        top: calc(13vw + 24px);
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(4n) {
        width: 15.5vw;
        height: 15.5vw;
        left: calc(24vw + 35px);
        top: calc(20vw + 25px);
    }
    section#gallery h2.section-title {
        font-size: 4rem;
    }

    /* === neighborhood page === */
    section#neighborhood .neighborhood-container {
        width: 100%;
      }
    
      /* section#neighborhood div#hline {
        width: 93%;
      } */
    
      /* section#neighborhood div#vline {
        left: 7%;
      }
    
      section#neighborhood+section#home-cta .vline {
        left: 7%;
      } */
    
      section.neighborhood .map-canvas {
        width: auto;
        height: 40vh;
      }
    
      section.neighborhood .nbp-filter-places {
        padding: 15px 70px;
      }
    
      .container.nbp-places-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
      }
    
      section#neighborhood .neighborhood-wrap .fliters-map-container .map-places {
        border: none;
      }
      section.amenities-section .vline{
        top: 3.5vw;
      }
      .main-menu-panel {
        height: 100%;
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    header .menu-section {
        width: 150px;
    }

    header .logo-section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }
    header .logo-section a.logo img,
    header.fixed .logo-section a.logo img {
        max-height: 60px;
        max-width: 250px;
    }
    
    section.tabs-block .tabs-amenities .tabs-nav li a {
        padding: 20px;
    }
    
    h1.hero-title {
        font-size: 2.813rem;
        line-height: 1.5;
    }
    
    h2.section-title {
        font-size: 2.75rem;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
        font-size: 3.5rem;
        letter-spacing: 1.3px;
        margin-bottom: 25px;
    }
    section.site-footer .footer-left {
        padding: 20px 25px 60px;
    }

    section.site-footer .footer-left .footer-menu-wraper {
        column-count: 2;
        column-gap: 40px;
    }

    section.amenities-section ul.amenities-grid {
        column-count: 1;
    }

    section.multipurpose-boxes .cta-slider-small .slick-list .slick-track .slick-slide .mp-box-content {
        padding: 50px;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header {
        width: 100%;
        border: 0;
        display: flex;
        flex-flow: row;
    }

    .floorplan-filters h2 {
        display: none;
    }

    .floorplan-filters .flp-listing .single-floorplan,
    section.floorplans-listing .flp-listing .single-floorplan {
        width: 100%;
        margin: 0;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l {
        text-align: center;
        order: 1;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r {
        width: 50%;
        order: 3;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-swaps {
        display: flex;
        order: 2;
        padding: 0;
        margin-bottom: 10px;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r .price-box {
        border: 0;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l h2.flp-title,
    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r span,
    section#floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span{
        font-size: 1.1rem;
    }

    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-swaps a {
        width: 50%;
        text-align: center;
        padding: 10px;
        margin: 0;
    }
    
    section.floorplans-listing .flp-header-l .price-box{
        width: 100%;
        align-items: center;
    }
    section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l{
        flex-flow: column;
        justify-content: center;
    }
    section.floorplans-listing .flp-header-l h2{
        width: 100%;
    }

    .floorplan-filters .more-flp-filters {
        flex-flow: column;
        padding-top: 20px;
    }

    .floorplan-filters .more-flp-filters div {
        border-right: 0;
        justify-content: space-around;
        padding: 5px;
    }

    .floorplan-filters .more-flp-filters div h2 {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .listing-container .layout-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .single-virtual-tour,
    .type-grid .single-virtual-tour {
        width: 100%;
        margin: 0 0 40px;
        border: 1px solid #E3E3E3;
        border-radius: 15px;
        padding: 20px;
    }

    .single-virtual-tour .vt_img {
        width: 100%;
    }

    .single-virtual-tour .vt_img img {
        height: 250px !important;
        object-fit: cover;
    }

    .vt-flp-info {
        width: 100%;
        padding: 20px 0 0;
        justify-content: center;
    }
    .vt-flp-info h2{
        text-align: center;
    }

    .virtual-tour-btns {
        width: 100%;
        align-content: flex-end;
        justify-content: center;
        flex-flow: wrap;
    }

    section.gallery-section .gallery-tabs .gallery-tabs-nav li a {
        font-size: 14px;
    }

    .mobile-menu-wrapper.active ul.main-menu li.menu-item .menu-item-link {
        font-size: 18px;
    }

    section.tabs-block .tabs-amenities .tabs-nav {
        width: 100%;
        font-size: 14px;
    }

    section.gallery-section .gallery-tabs .gallery-stage {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .gallery-carousel .slick-dots {
        bottom: -35px;
    }

    .active-slide-in {
        margin-left: 0px;
    }

    .slide_in-body-wrapper .popup-flex {
        margin: 0 auto;
    }

    .amp-slide_in-close {
        right: 10px;
        top: 10px;
    }

    section.site-footer .footer-right h1.text-logo {
        text-align: center;
    }

    ul.policy-nav li {
        padding: 0 10px;
        border-left: 0;
    }

    section.neighborhood .nbp-filter-places ul.nb-places-ul li.nb-places {
        width: 100%;
    }

    .mobile-menu-wrapper .menu-logo {
        top: 25px;
    }

    .home-flp-desktop-filters {
        display: none;
    }

    iframe.special-vr-iframe {
        height: auto;
    }

    .block-padding-medium {
        padding: 35px 0;
    }

    .vt-tour-section {
        padding-bottom: 35px;
    }

    .amp-slide_in {
        width: 100%;
    }

    section.tabs-block .tabs-amenities .tabs-stage .tab-content .tab-content-wrap ul.amenities-grid {
        columns: 1;
    }

    section.tabs-block .tabs-amenities-images {
        min-height: 350px;
    }

    section.tabs-block .tabs-amenities:before {
        height: calc(100% - 45px);
        top: 0px;
    }

    section.resident-sections .single-resident-section {
        width: 100%;
        margin: 20px 10px;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap {
        flex-flow: column;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
        width: 100%;
        height: 100vw;
        max-height: 450px;
        margin-bottom: 20px;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content {
        height: auto;
    }

    header .menu-section {
        padding: 20px 15px;
        width: 80px;
    }
    
    .main-menu-panel ul.menu-main-menu {
        margin-bottom: 15px;
    }

    .main-menu-panel ul.menu-main-menu li.main-menu-item a.menu-item-link {
        padding: 2px 20px;
    }
    .main-menu-panel .menu-section-right ul.menu-main-menu li.main-menu-item a.menu-item-link{
        font-size: 1.143rem;
    }
    .main-menu-panel .header-cta{
        padding: 0;
    }

    .main-menu-panel ul.menu-main-menu li.main-menu-item {
        width: 100%;
    }

    .main-menu-panel ul.menu-main-menu li.main-menu-item a {
        padding: 15px 25px;
    }

    .main-menu-panel ul.social-links li.social-icon {
        width: 40px;
        height: 40px;
    }

    .main-menu-panel .header-cta {
        margin: 10px 0;
    }

    .main-menu-panel ul.social-links {
        width: 100%;
        float: none;
        padding-top: 20px;
        order: 4;
    }

    .main-menu-panel .header-cta {
        display: block;
        text-align: center;
    }

    .main-menu-panel {
        display: flex;
        flex-flow: column;
    }

    section.site-footer .footer-left .footer-menu-wraper {
        column-count: 1;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content {
        width: 100%;
        text-align: center;
    }

    section.floorplans-listing .flp-listing .single-floorplan {
        margin: 20px 0;
    }

    .vt_list-grid-toggle {
        display: none;
    }

    section.contact-intro .subcol {
        padding: 0;
    }

    .contact-page-logo {
        text-align: center;
    }

    .contact-page-desc {
        display: block;
        text-align: center;
    }

    .contact-page-desc .address-wrap {
        padding-right: 0;
        width: 100%;
    }

    .address-wrap .directions {
        margin-bottom: 60px;
    }

    section.contact-intro {
        padding-bottom: 50px;
    }

    .main-menu-panel .social-bar {
        width: 100%;
    }

    section.resident-sections h2.resident-section-title,
    section.resident-sections .single-resident-section .resident-section-content h3 {
        text-align: center;
        padding: 0;
    }

    section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2 svg {
        left: 50%;
        top: -60px;
        margin-left: -20px;
    }

    section.form-section .equal-height .form-wrap .subcol {
        padding-top: 0;
    }

    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button {
        top: calc(50% + 60px);
    }

    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-prev {
        margin-top: 10px;
        left: -40px;
    }

    .home-floorplans-slider.slick-slider{
        width: 86%;
        margin-right: 7% !important;
    }

    section.home-floorplans .slick-slide{
        margin: 0;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details {
        margin: 20px auto 0px;
    }

    section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider button.slick-next {
        right: -40px;
    }

    section.home-floorplans .slick-slide .floorplan-slide-details h2 {
        margin-bottom: 0;
    }

    section.site-footer .footer-right {
        padding-bottom: 30px;
    }

    .floorplan-filters.active {
        height: 480px;
    }
    .tiles-columns-2 .tiles-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 0;
    }
    section.home-floorplans .slick-slide .flpdetails-wrap {
        padding: 20px;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper {
        flex-direction: column;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .img-container {
        width: 100%;
    }
    .circle-img .tiles-wrapper .img-wrapper{
        width: 70vw;
        height: 70vw;
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .tile-content {
        width: 100%;
        text-align: center;
        padding: 30px 10px 40px;
    }
    .tiles-block .tiles-wrapper .single-tile{
        margin: 20px auto;
    }
    section.map-wrapper + section.footer-cta {
        margin-top: -29vw;
        margin-bottom: 0;
    }
    .main-menu-panel .menu-section-right{
        border-left: 0;
    }

    .floorplans-listing .container {
        padding: 0;
        padding-left: 30px;
    }
    .overlapping-text-box .footer-cta-text .text-wrap .section-buttons{
        flex-direction: column;
        gap: 20px;
    }
    .footer-right .container-full .footer-shape{
        width: 100%;
        overflow: hidden;
    }
    .attribution a{
        margin-left: 0;
        font-weight: 700;
    }
    section.footer-lower .attribution{
        top: 0;
        padding-bottom: 0;
    }
    .bottom-container .bottom-link a span {
        margin-right: 0;
    }
    .bottomlogo + .bottom-link a span {
        margin-right: 10px;
    }
    /* body button.slick-arrow{
        width: 40px;
        height: 40px;
    } */
    #gallery .gallery-grid-modular{
        min-height: 65vw;
        max-width: 550px;
    }
    #gallery .gallery-grid-modular .magnific-img {
        width: 22vw;
        height: 19vw;
        left: calc(14vw + 19px);
        top: 0vw;
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(2n){
        width: 30vw;
        height: 36vw;
        left: calc(37vw + 20px);
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(3n){
        width: 40.1vw;
        height: 36.5vw;
        top: calc(18vw + 20px);
        left: calc(-3.5vw + 15px);
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(4n) {
        width: 22vw;
        height: 19.5vw;
        left: calc(37vw + 20px);
        top: calc(35vw + 20px);
    }
    section.vh-lines .hbline svg path,
    .vt-tour-section .hbline svg path {
        stroke-width: 3px;
    }
    .footer-right .contact a, .footer-right .address a{
        flex-direction: column;
    }
    .amenities-cta-boxes.vl-center .vline{
        height: 94%;
    }
    section.home-floorplans .col.flp-slider-tab .filter .filter-item{
        margin-left: 3px;
        margin-right: 3px;
        line-height: normal;
        font-size: 2.125rem;
        width: 80px;
        height: 80px;   
    }
    section.home-floorplans .filter .filter-item span{
        letter-spacing: normal;
        font-size: 11px;
    }
    header .logo-section {
        width: 250px;
        padding: 0;
    }
    section.hero-banner .hero-paragraph p {
        font-size: 1.3rem;
        letter-spacing: 0.6px;
    }
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath,
    section.home-floorplans .slick-slide .floorplan-slide-details h2,
    section.home-floorplans .slick-slide .floorplan-slide-details .amount{
        font-size: 14px;
    }
    section.footer-cta .cta-container {
        padding: 50px 0;
    }
    footer#footer section.footer-lower .copywrap {
        margin-bottom: 15px;
    }
    section.inner-hero{
        max-height: 650px;
    }
    section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap .heading-wrap .design{
        width: calc(150% + 100px);
        margin-top: 80px;
    }
    section#amenities .vertical {
        top: 91px;
    }
    ul.footer-menu-wraper li.footer-menu-item{
        margin-bottom: 10px;
    }
    footer#footer .triangle .bottom-container {
        padding-bottom: 100px;
    }
    /* section.home-cta-boxes .container {
        padding: 0 20px 0 30px;
    } */
    /* .vertical, .vline, .footer-vertical{
        border-right: 0.9vw solid;
    } */
    section.floorplans-listing .flp-head-wrap {
        padding-top: 10px;
    }
    section#footer-google-map .horizontal-bottom {
        width: calc(100% + 0.22vw);
    }
    section#footer-google-map .horizontal-bottom svg path{
        stroke-width: 1.5vw;
    }
    .home-gallery .horizontal-bottom svg.designshape path {
        stroke-width: 2.4vw
    }
    .home-gallery .horizontal-bottom svg.designshape {
        width: 100%;
        margin-bottom: -17px;
    }
    .bottom-line-shape .horizontal-bottom.shape1 {
        width: calc(100% - 20px);
        bottom: 70px;
    }
    /* section#gallery .vertical {
        height: calc(40% - 50px);
    }
    .bottom-line-shape .horizontal-bottom.shape1 {
        width: calc(100% - 20px);
        bottom: auto;
        top: 10%;
        right: auto;
        left: 21px;
    } */
    .hline, section.amenities-section .hline{
        border-bottom: 3px solid #C6AA76;
    }
    section.hl-bottom .hbline svg path {
        stroke-width: 0.7vw;
    }
    section.form-lines div#btm-shape-contact svg path {
        stroke-width: 0.9vw;
    }
    section.contact-intro .equal-height{
        padding: 0;
    }
    section.contact-intro .equal-height .right-col .subcol .contact-page-desc, 
    section.contact-intro .equal-height .right-col .subcol .contact-page-logo{
        padding: 30px 0;
    }
    section.home-floorplans .slick-slide{
        padding: 30px 0px 0px;
    }
    section.home-floorplans .col.flp-slider .slick-list .slick-track img {
        max-height: 285px;
    }
    section#gallery h2.section-title{
        font-size: 2.5rem;
        font-weight: 500;
        letter-spacing: 0.88px;
        margin-bottom: 20px;
    }
    section#gallery h3.section-sub-title{
        font-size: 1.429rem;
        font-weight: 500;
        letter-spacing: 0.6px;
        margin-bottom: 30px;
    }
    .slanted-div.style1:before{
        transform: skewY(350deg);
    }
    .slanted-div.style1:after{
        transform: skewY(10deg);
    }
    section#footer-google-map {
        padding-bottom: 75px;
        z-index: 3;
    }
    section#footer-google-map .it-container{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0;
    }
    section#footer-google-map .it-container .left-col{
        padding-right: 46px;
        padding-left: 46px;
    }
    section#footer-google-map.image-position-left .right-col{
        padding-top: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
    }
    section#footer-google-map .vertical{
        height: calc(45% + 35px);
    }
    section#footer-google-map .horizontal-bottom{
        width: 100%;
        top: calc(35% + 38px);
        bottom: auto;
    }
    section#intro-slider .left-col {
        height: 60vw;
    }
    section#gallery {
        padding-bottom: 150px;
    }
    section#home-neighborhood .left-col{
        height: 90vw;
        max-height: 90vw;
    }
    section.amenities-section.image-position-left .it-section p{
        font-size: 20px;
        line-height: 1.25;
    }
    /* section.home-intro .bg-pattern,
    section.home-gallery .bg-pattern
     {
        background-image: url(/wp-content/uploads/2024/04/mobile-lines-shape-2.svg) !important;
        max-width: 100%;
        opacity: 0.8;
        top: -30px!important;
        height: calc(100% + 100px);
        left: 0;
        right: 0;
        background-size: 100%;
        background-position: top left;
        background-repeat: repeat-y;
    }
    section.home-gallery .bg-pattern,
    section#contact .bg-pattern,
    section#footer-google-map .bg-pattern {
        background-image: url(/wp-content/uploads/2024/04/mobile-lines-shape-2.svg) !important;
        opacity: 0.8;
    } */
    section#intro-slider .vertical{
        top: 18%;
    }
    section#intro-slider .horizontal {
        top: 18%;
    }
    section#gallery .bg-pattern {
        top: -80px;
        transform: none;
        max-width: 100%;
        margin-left: 0;
        opacity: 1;
        z-index: 1;
        height: calc(100% + 200px);
        background-size: 100%;
        background-repeat: repeat;
    }
    section#contact .bg-pattern {
        top: -50px;
        background-size: 130vw;
    }
    section#footer-google-map .bg-pattern{
        top: -70px;
        height: calc(100% + 120px);
        background-size: 120%;
        background-position: top left;
        max-width: 100%;
        background-repeat: repeat;
    }
    
    section.inner-hero .inner-hero-container .inner-hero-text {
        padding-top: 200px;
    }
    section.amenities-cta-boxes.hl-bottom .hbline svg path {
        stroke-width: 3px;
    }
    section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text .text-wrap h1 font br {
        display: block;
    }
    .inner-intro .text-content-wrapper .section-content-wrap .section-content{
        padding-right: 10px;
        padding-left: 10px;
        border: 0;
        text-align: center;
    }
    body.page.page-layout-page-amenities section#community-amenities .it-image-section:before {
        transform: skewY(5deg);
        top: -10%;
    }
    body.page.page-layout-page-amenities section#resident-amenities.amenities-section .it-image-section:before{
        transform: skewY(355deg);
        top: -20%;
    }
    body.page.page-layout-page-amenities  .amenities-cta-boxes.vl-center .vline{
        height: 100%;
    }
    .footer-right ul.social-links{
        padding-bottom: 0px;
        margin-top: 60px;
    }
    section.footer-lower .copyright-area{
        padding: 20px 0;
    }
    section.footer-lower .copyright-area .property-icons {
        margin-top: 20px;
    }
    .overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
        font-size: 3.214rem;
    }
    .tiles-block .tiles-wrapper .single-tile .slide-overlay{
        height: calc(100% - 2px);
    }
    #amenities .tiles-wrapper .single-tile .tile-content p, 
    #amenities .tiles-wrapper .single-tile .tile-content ul li{
        font-size: 20px;
    }
    section#home-neighborhood.style2:after {
        top: -30px;
    }
    
    .main-menu-panel .menu-section-left ul.menu-main-menu li.main-menu-item a.menu-item-link{
        font-size: 2rem;
    }
    section#intro-slider{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section#intro-slider .equal-height .it-section h2.section-title {
        letter-spacing: 0.88px;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    #amenities .tiles-wrapper .img-wrapper .community-title{
        font-size: 1.55rem;
        letter-spacing: 8.8px;
    }
    h3.section-sub-title,
    #amenities .tiles-wrapper .single-tile .tile-content h3.section-sub-title {
        font-size: 2rem;
        letter-spacing: 0.8px;
    }
    section#home-neighborhood.image-position-left .col.right-col h3.section-sub-title{
        margin-bottom: 25px;
    }
    section.form-section .form-wrap,
    section.form-section .equal-height .form-wrap .subcol{
        padding-bottom: 0;
    }
    .footer-right .footerlogo img{
        max-width: 250px;
    }
    .site-footer .ftr-menu {
        padding-top: 20px;
    }
    .site-footer .ftr-menu a.btn {
        padding: 15px 45px;
        min-width: 250px;
        font-family: "Poppins", sans-serif;
    }
    section.footer-bottom .bottom-container{
        padding: 100px 0 80px;
    }
    section.form-lines div#vline {
        height: calc(100% - 100px);
    }
    section#amenities .tiles-wrapper .single-tile{
        padding: 0 0 50px;
    }
    section#amenities .tiles-wrapper .single-tile:nth-child(2):before {
        background: #ffffff;
        transform: skewY(7deg);
        top: -45px;
        height: 100px;
        z-index: 2;
    }
    section#home-cta + section#footer-cta {
        margin-top: -180px;
    }
    .amenities-section .it-image-section .community-title.text-color-light{
        font-size: 1.375rem;
    }
    .amenities-section .it-section h2.section-title{
        font-size: 1.7rem;
    }
    .home-floorplans h2.section-title {
        font-size: 2rem; 
    }
    section.home-floorplans .col.flp-slider-tab .floorplans-text .section-content {
        margin: 25px auto 20px; 
    }
    .home-cta-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
        font-size: 2rem;
    }
    section#footer-google-map .it-container{
        padding: 0 45px;
    }
    section#contact .bg-pattern {
        top: -15px;
        background-size: 100vw;
    }
    footer#footer .triangle {
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 20vw, 100% 100%, 0 100%, 0 20vw);
        clip-path: polygon(50% 0, 50% 0, 100% 20vw, 100% 100%, 0 100%, 0 20vw);
    }
    section.map-wrapper{
        margin-top: -170px;
    }
    section#floorplans {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    section#amenities .tiles-wrapper .single-tile:nth-child(2):before{
        height: 150px;
    }
    section.amenities-section.image-position-left .it-section p, 
    section.amenities-section.image-position-left .it-section li{
        font-size: 16px;
        letter-spacing: 1.2px;
    }
    .address-wrap.aos-init.aos-animate,
    .office-hours {
        border: 0;
        padding-left: 0;
    }
    #home-cta .container {
        width: calc(100% - 40px);
    }
    section#home-cta .tiles-wrapper .single-tile {
        width: 100%;
    }
    section#contact .form-wrap .subcol div#submit {
        text-align: center;
    }
    section.inner-intro.slanted-div{
        margin-bottom: 50px;
    }
    section#faq-heading section#faq-section{
        padding-bottom: 0;
    }
    section#home-cta .hline, section#home-cta .vertical {
        top: 11%;
    }
    section.form-section .equal-height .form-wrap .subcol{
        max-width: 100%;
    }
    
    section#intro-slider .tagline-text.text-right {
        transform: rotate(180deg) translateY(86%);
    }
    .tagline-text.text-right{
        right: 17px;
    }
    section#gallery .tagline-text {
        transform: rotate(180deg) translateY(80%);
    }
    section.amenities-section .vline {
        top: 3.3vw;
    }

    section#intro-slider .horizontal,
    section#intro-slider .vertical {
      top: 35%;
    }
  
    section#amenities .vertical {
      top: 108px;
    }
  
    /* === floorplan cards === */
    section.home-floorplans .col.flp-slider .slick-list .slick-track img {
      max-height: 400px;
    }
  
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath,
    section.home-floorplans .slick-slide .floorplan-slide-details h2,
    section.home-floorplans .slick-slide .floorplan-slide-details .amount {
      font-size: 1.5rem;
    }
    .top-cta-wrap{
        display: none;
    }
    .walk-score-section .bg-pattern{
        background-size: 100%;
        background-repeat: repeat-y;
    }
	  /* ====== floorplan page ===== */      
   .more-flp-filters {
        padding: 0 0% !important;
    }
    .floorplan-filters .more-flp-filters div select {
        margin: 0;
    }
	.floorplan-filters .more-flp-filters>div {
      padding: 20px 0;
	}
}

@media screen and (max-width: 576px) {
    section#intro-slider .intro-slider-container {
        padding: 0 10%;
    }

    section#intro-slider .horizontal,
    section#intro-slider .vertical {
        top: 17%;
    }

    .image-text-block.image-position-right .col.right-col .it-section {
        padding: 20px 0 0;
    }

    #gallery .gallery-grid-modular{
        max-width: 310px;
    }
    #gallery .gallery-grid-modular .magnific-img {
        width: 22vw;
        height: 19vw;
        left: calc(14vw + 19px);
        top: 0vw;
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(2n){
        width: 30vw;
        height: 36vw;
        left: calc(37vw + 20px);
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(3n){
        width: 40.5vw;
        height: 37.5vw;
        top: calc(16vw + 20px);
        left: calc(-3.5vw + 15px);
    }
    #gallery .gallery-grid-modular .magnific-img:nth-child(4n) {
        width: 22vw;
        height: 20.3vw;
        left: calc(37vw + 20px);
        top: calc(33vw + 20px);
    }
}


@media screen and (max-width: 450px) {
    section.form-section .form-wrap .subcol h2{
        max-width: 300px;
    }
    h2.section-title {
        font-size: 2.35rem;
    }
    h3.section-sub-title,
    #amenities .tiles-wrapper .single-tile .tile-content h3.section-sub-title {
        font-size: 1.8rem;
        letter-spacing: 0.6px;
    }
    section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title{
        font-size: 3rem;
    }
    .overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
        font-size: 2.5rem;
    }
    section.inner-hero h1.section-title {
        font-size: 3rem;
    }
    section#footer-google-map h2.section-title {
        font-size: 2rem;
    }
    section.hero-banner{
        height: 77vh;
    }
    .nb-scores{
        margin: 15px 15px;
    }
    section#amenities .tiles-wrapper .single-tile:nth-child(2):before {
        height: 100px;
    }
    section.hero-banner{
        height: 87vh;
    }
    .image-text-block.image-position-left .col.left-col{
        height: 78vw;
    }
    #gallery .gallery-grid-modular{
        max-width: 290px;
    }
    section#contact {
        -webkit-clip-path: polygon(0 0, 100% 12vw, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 12vw, 100% 100%, 0% 100%);
    }
    section.form-section .form-wrap .subcol h2{
        margin: 50px auto;
    }
    section#intro-slider .horizontal,
    section#intro-slider .vertical {
        top: 17%;
    }
    
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath,
    section.home-floorplans .slick-slide .floorplan-slide-details h2,
    section.home-floorplans .slick-slide .floorplan-slide-details .amount {
        font-size: 1.2rem;
    }
    
    section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    section.inner-hero h1.section-title {
        font-size: 2.5rem;
    }
    section#intro-slider .horizontal, section#intro-slider .vertical {
        top: 16%;
    }
    section.form-section .form-wrap .subcol h2{
        font-size: 2.3rem;
    }
}





/* =========== Tracking Codes Style =========== */

/* ====== Large Screen styles ===== */
  p {
      line-height: 1.5;
  }

  /* === top nav === */
  .header-cta-wrap {
      margin-bottom: 5px;
  }

  .header-cta a.btn {
      padding: 17px 17px;
      min-width: 180px;
  }

  header .logo-section a.logo img,
  header.fixed .logo-section a.logo img {
      max-height: 70px;
  }

  /* === homepage === */

  .bg-pattern {
      background-size: 100%;
      background-repeat: no-repeat;
  }

  section#gallery .bg-pattern {
      transform: scaleX(1);
      opacity: .1;
      z-index: 1;
      max-width: 75%;
      margin-left: 0;
      height: calc(100% + 230px);
      background-size: 100%;
      background-repeat: no-repeat;
      top: 0;
  }

  section#footer-google-map .bg-pattern {
      background-size: 100%;
      max-width: 75%;
      background-repeat: no-repeat;
  }

  section#contact .bg-pattern {
      background-size: 100%;
      max-width: 75%;
      background-repeat: no-repeat;
  }


  section#intro-slider {
      position: relative;
  }

  .tagline-text {
      font-size: 1.8rem;
  }

  .tagline-text.text-right {
      transform: rotate(180deg) translateY(calc(100% + 55%));
  }

  section#gallery .tagline-text {
      transform: rotate(180deg) translateY(90%);
  }

  section#footer-google-map .tagline-text {
      transform: rotate(180deg) translateY(46%);
  }

  section.home-floorplans .col.flp-slider-tab {
      padding-left: 5%;
  }

  section.home-floorplans .col.flp-slider {
      padding-right: 5%;
  }

  section.home-floorplans .col.flp-slider-tab .floorplans-text {
      padding: 0 10%;
  }

  section.home-floorplans .filter {
      padding: 5% 10% 5%;
  }

  .home-floorplans-slider.slick-slider {
      margin: 0 auto !important;
  }

  #amenities .tiles-wrapper .single-tile .tile-content .tile-description ul {
      width: 85%;
  }

  div#neighborhood:empty {
    display: none;
  }

  #amenities .tiles-wrapper .single-tile .tile-content .tile-description ul li {
      text-transform: uppercase;
      margin-bottom: 18px;
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1.1;
  }

  .home-cta-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
      margin-bottom: 15px;
  }


  /* ====== footer  ===== */
  body .footer-right .contact a,
  body  .footer-right .address a {
      color: #f0f0f0;
  }

 body .text-color-light svg path {
      fill: transparent;
  }

  body  .section-buttons a.btn {
      padding: 18px 20px;
      min-width: 230px;
  }

  /* ====== amenities page ===== */
  body  .image-text-block .it-section .amenities-grid {
      margin-top: 40px;
      width: 85%;
  }

  body .image-text-block.image-position-left .col.right-col .it-section {
      padding-left: 70px;
      padding-right: 50px;
  }

  section.amenities-section.image-position-left .it-section li {
      font-size: 1.4rem;
      font-weight: 600;
      letter-spacing: 1.28px;
      color: #888888;
      line-height: 1;
      margin-bottom: 20px;
  }

  section.amenities-section.image-position-left .it-section li:last-child {
      margin-bottom: 3px;
  }

  /* ====== floorplan page ===== */                
.floorplan-filters {
    padding: 0 0;
}
.floorplan-filters h2 {
	margin: 0 0 5px 0;
}
section.floorplans-listing h2.text-color-dark {
    color: #C7C7C7;
}
.floorplan-filters .more-flp-filters {
	padding-left: 5px;
	color: #c7c7c7;
}
.floorplan-filters .more-flp-filters>div {
  	padding:10px 5px
}
.floorplan-filters .more-flp-filters>div h2 {
      margin: 0 20px 5px 0;
}
.floorplan-filters .more-flp-filters>div:last-child {
      padding: 10px;
}
.flex.reset-new-flp-filtrers {
    padding: 10px;
}

  section.floorplans-listing .single-floorplan .flp-header {
      padding: 3% 10% 0;
  }

  section#floorplans-listing .container {
      max-width: 75%;
  }


  /* ====== contact page ===== */
  section.form-lines div#vline {
      top: 14%;
  }

  section.form-lines div#hline {
      top: 14%;
  }

  section#contact .form-wrap .subcol {
      padding-top: 110px;
  }

  body  .address span.contact-property-name,
  body .address-wrap .call-section .title {
      font-size: 1.5rem;
      margin-bottom: 20px;
      color: #606060;
      text-transform: none;
  }

  body .address p {
      text-transform: none;
      font-size: 1.5rem;
      letter-spacing: 1px;
      line-height: 1.5;
  }

  .contact-page-desc .address-wrap .call-section {
      font-size: 1.5rem;
  }

  /* ====== virtual tour page ===== */
  body .vt-tour-section .hline,
  body .vt-tour-section .hline {
      width: 86%;
  }

  body .vt-tour-section .hbline,
  body .vt-tour-section .vline {
      left: 14%;
  }

  section.vt-tour-section .container {
      max-width: 85%;
  }

  body .vt-tour-section .container {
      padding: 0 5% 0;
  }

  body .vt-tour-section .vr-tour-listing {
      padding-top: 0;
  }

  body .vt-tour-section .single-virtual-tour .vt_img img {
      object-fit: cover;
  }

  body .single-virtual-tour,
  body .single-gallery-video a {
      display: flex;
      flex-flow: wrap;
      flex-direction: row;
      align-content: center;
      justify-content: space-between;
      padding: 40px 40px 40px 80px;
      border: 3px solid #C7C7C7;
      margin: 5% auto;
      background-color: rgba(255, 255, 255, .3);
  }

  body .vt_list-grid-toggle {
      padding: 40px 0 0 90px;
  }

  body .vt-tour-section .type-grid .single-virtual-tour {
      width: calc(50% - 40px);
      margin: 5% 1%;
      border: 3px solid #C7C7C7;
      border-radius: 0;
      padding: 5%;
  }

  body .vr-tour-listing.pt-m.type-grid {
      margin: 0 7%;
  }

  body .vt-tour-section .type-grid .alm-reveal {
      display: flex;
      flex-flow: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  body .vt-flp-info h2 {
      text-transform: none;
      color: #A5A5A5;
      font-weight: 500;
      font-size: 1.75rem;
      width: 100%;
      max-width: inherit;
      text-align: left;
      margin: 0 0 0;
      z-index: 1;
      line-height: 1.5;
  }

  body .vt-tour-section .type-grid .single-virtual-tour .vt-flp-info h2 {
      text-align: center;
  }


  /* ====== Responsive styles ===== */

  @media screen and (max-width: 1680px) {


    body .tagline-text {
          font-size: 1.6rem;
      }

    body .tagline-text.text-right {
          transform: rotate(180deg) translateY(calc(100% + 55%));
      }

      body section#floorplans .tagline-text {
          transform: rotate(180deg) translateY(calc(100% + 6%));
          font-size: 1.6rem;
      }

      /* body section#home-cta .vertical {
          top: 9%;
      }

      body  section#home-cta .hline {
          top: 9%;
      } */

      /* ====== floorplan page ===== */
      body  section#floorplans-listing .container {
          max-width: 84%;
      }

      body  section.vh-lines .hline {
          width: 88%;
      }

      body  section.vh-lines .vline {
          left: 12%;
      }

  }


  @media screen and (max-width: 1440px) {

    body  .bg-pattern,
    body   section#gallery .bg-pattern,
    body  section#footer-google-map .bg-pattern,
    body  section#contact .bg-pattern {
          background-size: 100%;
      }

      /* ====== floorplan page ===== */
      body  section#floorplans-listing .container {
          max-width: 85%;
      }

      body  section.vh-lines .hline {
          width: 88%;
      }

      body  section.vh-lines .vline {
          left: 12%;
      }
	  
                 
    section#floorplans-listing .container {
      max-width: 80%;
    }
	section.vh-lines .hline {
        width: 86%;
    }
	section.vh-lines .vline {
        left: 14%;
    }
	.more-flp-filters {
        display: flex;
        flex-direction: row;
	}

      /* ====== virtual tour page ===== */
      body  .vt-tour-section .hline,
      body  .vt-tour-section .hline {
          width: 88%;
      }

      body  .vt-tour-section .hbline,
      body  .vt-tour-section .vline {
          left: 12%;
      }

      body  section.vt-tour-section .container {
          max-width: 90%;
      }

      body  .vt-tour-section .container {
          padding: 0 4% 0;
      }

      body  .vt_list-grid-toggle {
          padding: 40px 0 0 100px;
      }


  }


  @media screen and (max-width: 1280px) {

      /* === top nav === */
      body  header .right-menu,
      body  .header-cta,
      body  .header .header-top-bar {
          display: inherit;
      }

      body  header .logo-section {
          height: 90px;
          width: 210px;
      }

      body  header .logo-section a.logo img,
      body  header.fixed .logo-section a.logo img {
          max-height: 60px;
      }

      body header .right-menu {
          width: auto;
          display: inherit;
      }

      body header ul.main-menu li.menu-item {
          padding: 0px 7px;
      }

      body .top-cta-wrap {
          display: inherit;
          margin-bottom: 6px;
      }

      body .header-right-cta .header-cta {
          display: inherit;
      }

      body .header-cta-wrap {
          margin-top: 0;
      }

      body  header .right-menu,
      body .header-cta,
      body .header .header-top-bar {
          display: inherit;
      }

      body header .menu-trigger {
          margin-right: 18px;
          margin-top: 36px;
      }

      body .header-cta a.btn {
          padding: 13px 13px;
          font-size: 13px;
          min-width: 150px;
      }



  }





  /* ====== Tablet styles ===== */
@media screen and (min-width: 1025px) {
     /* ====== floorplan page ===== */      
  .floorplan-filters .more-flp-filters {
        display: flex !important;
		flex-direction: row;
    }
}

  @media screen and (max-width: 1024px) {

      /* === top nav === */
      body header .right-menu {
          display: none;
      }

      body header .logo-section {
          height: 80px;
      }

      body  header .menu-trigger {
          margin-right: 18px;
          margin-top: 18px;
      }

      /* === footer === */
      body .triangle {
          -webkit-clip-path: polygon(50% 0, 50% 0, 100% 17vw, 100% 100%, 0 100%, 0 17vw);
          clip-path: polygon(50% 0, 50% 0, 100% 17vw, 100% 100%, 0 100%, 0 17vw);
      }

      body  section.footer-cta .cta-container {
          padding: 40px 0 150px 0;
      }

      body footer#footer .triangle {
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 17vw, 100% 100%, 0 100%, 0 17vw);
         clip-path: polygon(50% 0, 50% 0, 100% 17vw, 100% 100%, 0 100%, 0 17vw);
      }

      body section#contact {
          margin: -24% 0 0;
          -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
      }

      body footer#footer {
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
          margin-top: -20%;
      }

      body section#home-cta+section#footer-cta {
          margin-top: -100px;
      }

      body section.footer-cta.overlapping-text-box .cta-container .footer-cta-text {
          width: 100%;
          padding: 20% 3%;
      }

      /* === homepage === */


      body .bg-pattern,
      body  section#gallery .bg-pattern,
      body  section#footer-google-map .bg-pattern,
      body  section#contact .bg-pattern {
          background-size: 100%;
          max-width: 50%;
          transform: none;
          left: 0;
      }

      body section#footer-google-map .bg-pattern {
          top: -12vw;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          height: calc(100% + 29vw);
      }


      body .image-text-block.home-intro.image-position-right .col.left-col {
          max-height: 550px;
          margin-top: 50px;
      }

      body section#intro-slider .horizontal,
      body  section#intro-slider .vertical {
          top: 40%;
      }

      body .tagline-text {
          font-size: 1.25rem;
      }

      body section#intro-slider .tagline-text.text-right {
          transform: rotate(180deg) translateY(118%);
      }

      body section#gallery .tagline-text {
          transform: rotate(180deg) translateY(90%);
      }

      body section#footer-google-map .tagline-text {
          transform: rotate(180deg) translateY(50%);
      }

      body section.home-floorplans .slick-slide .floorplan-slide-details {
          margin: 20px auto -10px;
      }

      body section#amenities .tiles-wrapper .single-tile {
          padding: 0 0 3%;
      }

      body section.gallery-section .gallery-tabs .gallery-stage {
          padding: 0 0 100px;
      }

      body section#amenities .tiles-wrapper .single-tile .tile-content {
          padding: 8% 20%;
      }

      body section#footer-google-map .it-container {
          padding: 0 11%;
      }

      body section.home-floorplans .col.flp-slider-tab {
          padding-left: 0;
      }

      body section.home-floorplans .col.flp-slider {
          padding-right: 0;
      }

      body section.home-floorplans .col.flp-slider-tab .filter {
          padding: 3% 0;
      }

      body .home-cta-boxes .container .tiles-wrapper {
          padding: 0;
      }

      body section#home-cta .hline,
      body  section#home-cta .vertical {
          top: 13%;
      }

      body .home-cta-boxes .single-tile .single-tile-wrapper .tile-content {
          padding: 0 10% 15%;
      }

      body section#footer-google-map.image-position-left .col.left-col {
          max-height: 550px;
      }

      body section#footer-google-map.image-position-left .right-col {
          padding-top: 0;
      }


      /* === floorplan page === */
      body section#floorplans-listing .container {
          max-width: 1120px;
          padding: 0 5%;
          width: 100%;
      }

      body .floorplan-filters .container {
          padding: 2% 5% 1%;
      }

      body .floorplan-filters {
          padding: 0 !important;
          margin: 0 0 20px;
      }

      body section#floorplans-listing .floorplan-filters .flp-head-wrap {
          padding: 0 4%;
      }

      body section#floorplans-listing .hline {
          width: calc(100% - 4%);
      }

      body section#floorplans-listing .vline {
          left: 4%;
      }

      body section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l h2.flp-title {
          font-size: 1.3rem;
      }

      body section#floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-l span {
          font-size: 1.3rem;
      }

      body section.floorplans-listing .flp-listing .single-floorplan .flp-header .flp-header-r span {
          font-size: 1.3rem;
      }

      body  section.floorplans-listing .single-floorplan .flp-header {
          padding: 15px 20px 0px 20px;
      }

      body section.floorplans-listing .flp-listing .single-floorplan .flp-img {
          height: 350px;
      }


      /* === contact page === */
      body section#contact .form-wrap .subcol {
          padding: 15% 5% 10%;
      }

      body section.contact-intro .equal-height .right-col .subcol .contact-page-desc,
      body  section.contact-intro .equal-height .right-col .subcol .contact-page-logo {
          padding: 4% 0;
      }

      body .contact-page-logo img {
          max-width: 330px;
      }

      body section.form-lines div#vline {
          top: 10%;
          left: 5%;
      }

      body section.form-lines div#hline {
          top: 10%;
          width: 95%;
          left: 5%;
      }

      /* === residents page === */
      body  section.resident-sections .container {
          padding: 0 5%;
      }

      body section.resident-sections {
          padding: 0 0px 100px 0;
      }

      body section.resident-sections .single-resident-section .resident-section-content {
          padding: 5px 40px 5px 20px;
      }

      body section.resident-sections h2.resident-section-title {
          font-size: 1.7rem;
          text-align: left;
      }

      body section.resident-sections .single-resident-section .resident-section-content h3 {
          font-size: 1.1rem;
          text-align: left;
          margin-bottom: 0;
      }

      /* === virtual tour page === */
      body section#image-gallery .hline,
      body section#image-gallery .hbline,
      body .vt-tour-section .hline,
      body  .vt-tour-section .hbline {
          width: calc(100% - 4%);
      }

      body section#image-gallery .hbline,
      body section#image-gallery .vline,
      body .vt-tour-section .hbline,
      body .vt-tour-section .vline {
          left: 4%;
      }

      body .vt-tour-section .hline,
      body .vt-tour-section .vline {
          top: 4%;
      }

      body .vt-tour-section .container {
          padding: 0 4% 20%;
      }

      body .vt_list-grid-toggle {
          padding: 30px 0 0 15px;
      }

      body .vr-tour-listing.pt-m.type-grid {
          margin: 0%;
      }

      body .single-virtual-tour,
      body .single-gallery-video a {
          padding: 40px;
          margin: 40px auto;
          display: flex;
          justify-content: space-between;
      }

      body .vt-tour-section .vr-tour-listing {
          padding-top: 0;
      }

      body .vt-tour-section .single-virtual-tour .vt_img img {
          height: 175px;
          object-fit: cover;
      }

      body .vt-tour-section .type-grid .single-virtual-tour .vt_img img {
          height: 175px !important;
          object-fit: cover;
      }

      body .vt-flp-info h2 {
          font-size: 1.5rem;
      }

      body .vt-tour-section .single-virtual-tour .vt-flp-info {
          padding: 0 20px 0 5px;
      }

      body .virtual-tour-btns {
          width: 25%;
      }

      body .virtual-tour-btns a.vr-tour {
          font-size: 1rem;
      }
	  
	     /* ====== floorplan page ===== */      
	.more-flp-filters {
        display: flex;
        flex-direction: column;
        padding: 0 3% !important;
    }
	.floorplan-filters.active {
        height: auto;
    }
	.floorplan-filters .more-flp-filters>div h2 {
        margin: 0 20px 5px 10px;
        text-align: left;
	}
	.floorplan-filters .more-flp-filters .flp-reset {
        width: 100%;
        margin: 0;
        background: #c7c7c7;
	}

}


  @media screen and (max-width: 992px) {

    body section.vt-tour-section.pt-m {
          padding-top: 75px;
      }

  }

  @media screen and (max-width: 800px) {

    body section#intro-slider .horizontal,
    body section#intro-slider .vertical {
          top: 37%;
      }

    body section#home-cta .hline,
    body section#home-cta .vertical {
          top: 11%;
      }
      section.floorplans-listing .flp-listing .single-floorplan .flp-ctas{
        display: block;
      }
  }

  /* ====== Mobile styles ===== */

  @media screen and (max-width: 767px) {

    body .bg-pattern,
    body section#gallery .bg-pattern,
    body section#footer-google-map .bg-pattern,
    body section#contact .bg-pattern {
          background-size: 100%;
          max-width: 70%;
          opacity: .1;
      }

    body section#footer-google-map .bg-pattern {
          top: -12vw;
      }

    body section#footer-google-map .bg-pattern {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
      }

    body section#contact .bg-pattern {
          top: 50px;
      }

    body section#intro-slider .horizontal,
    body section#intro-slider .vertical {
          top: 35%;
      }

    body section#intro-slider .left-col {
          max-height: 450px;
      }

    body section#intro-slider {
          padding-top: 30px;
          padding-bottom: 30px;
      }

    body #amenities .tiles-wrapper .img-wrapper .community-title {
          font-size: 2.5rem;
          letter-spacing: 10px;
      }

    body #home-cta .container {
          width: 100%;
      }

    body section#home-cta .hline,
    body section#home-cta .vertical {
          top: 12%;
      }

    body .home-cta-boxes .single-tile .single-tile-wrapper .tile-content {
          padding: 0 5% 15%;
      }

    body .home-cta-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
          font-size: 2.5rem;
      }

    body section#footer-google-map.image-position-left .col.left-col {
          max-height: 450px;
      }

    body section.home-floorplans .slick-slide .floorplan-slide-details {
          margin: 20px auto -20px;
      }

    body section#amenities .vertical {
          top: 130px;
      }

    body section.form-section .equal-height .form-wrap .subcol {
          max-width: 90%;
      }

      /* === footer  === */
      body .overlapping-text-box .footer-cta-text .text-wrap .section-buttons {
          margin: 0 10%;
          gap: 50px;
      }

      body section.footer-cta.overlapping-text-box .cta-container .footer-cta-text {
          padding: 10%;
      }

      body section#contact {
          padding: 200px 0;
          margin: -20% 0 0;
          -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
      }

      body footer#footer {
          clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
          margin-top: -20%;
      }

      body footer#footer .triangle .bottom-container {
          padding-bottom: 70px;
      }

      /* === floorplan page === */
      body section#floorplans-listing .container {
          padding: 0 8%;
      }

      body section#floorplans-listing .floorplan-filters .flp-head-wrap {
          padding: 0;
      }

      /* === amenities page === */
      body .image-text-block .it-section .amenities-grid {
          width: 95%;
      }

      /* === contact page === */
      body section#contact .form-wrap .subcol {
          padding: 15% 5% 10%;
      }

      body .address span.contact-property-name,
      body .address-wrap .call-section .title {
          font-size: 1.2rem;
      }

      body .address p {
          font-size: 1.2rem;
      }

      body .contact-page-desc .address-wrap .call-section {
          font-size: 1.2rem;
      }

      body  section.form-lines div#vline {
          top: 7%;
      }

      body section.form-lines div#hline {
          top: 7%;
      }

      body section#contact .form-wrap .subcol div#submit {
          text-align: right;
      }

      /* === virtual tour page === */
      body .vt-tour-section .hline,
      body .vt-tour-section .vline {
          display: none;
      }

      body section.vt-tour-section.pt-m {
          padding-top: 0;
      }

      body .vt-tour-section .container {
          padding: 0 5% 20%;
      }

      body .vt-tour-section .single-virtual-tour .vt_img .single-featured-image {
          max-height: 200px;
      }

      body .single-virtual-tour,
      body  .type-grid .single-virtual-tour {
          width: 100%;
          margin: 0 0 40px;
          border: 3px solid #E3E3E3;
          border-radius: 0;
          padding: 30px;
          display: flex;
          flex-direction: column;
          align-content: center;
          align-items: center;
      }

      body .vt-tour-section .single-virtual-tour .vt_img {
          width: 100%;
      }

      body .vt-tour-section .single-virtual-tour .vt-flp-info {
          width: 100%;
      }

      body .vt-flp-info h2 {
          text-align: center;
          margin: 10px 0;
      }

  }


  @media screen and (max-width: 576px) {

    body section#footer-google-map .bg-pattern {
          top: -10vw;
      }

    body section#intro-slider .intro-slider-container {
          padding: 0 11%;
      }

    body section#intro-slider .left-col {
          max-height: 350px;
      }

    body section#intro-slider .horizontal,
    body section#intro-slider .vertical {
          top: 28%;
      }

    body section#home-cta .hline,
    body section#home-cta .vertical {
          top: 9%;
      }

    body #amenities .tiles-wrapper .img-wrapper .community-title {
          font-size: 2rem;
          letter-spacing: 10px;
      }

    body .home-cta-boxes .single-tile .single-tile-wrapper .tile-content h2.section-title {
          font-size: 2rem;
      }

    body .tagline-text {
          font-size: 1rem;
      }

    body #gallery .gallery-grid-modular {
          max-width: 410px;
      }

    body section#amenities .tiles-wrapper .single-tile .tile-content {
          padding: 8% 15%;
      }

    body section#footer-google-map.image-position-left .col.left-col {
          max-height: 350px;
      }

      /* === floorplan page === */
    body section#floorplans-listing .hline {
          display: none;
      }

    body section#floorplans-listing .vline {
          display: none;
      }

      /* === footer === */
    body section#contact {
          padding: 150px 0;
          margin: -30% 0 0;
      }

   body footer#footer {
          margin-top: -30%;
      }

  }


  @media screen and (max-width: 450px) {

    body .top-cta-wrap {
          display: none;
      }

      body section#intro-slider .horizontal,
      body section#intro-slider .vertical {
          top: 20%;
      }

      body section.home-floorplans .col.flp-slider-tab .floorplans-text {
          padding: 0 7%;
      }

      body .home-floorplans h2.section-title {
          font-size: 1.7rem;
      }

      body #gallery .gallery-grid-modular {
          max-width: 322px;
          min-height: 60vw;
      }

      body section#home-cta .hline,
      body section#home-cta .vertical {
          top: 8%;
      }

      body section.home-cta-boxes .container {
          padding: 30px;
      }

      body section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath,
      body section.home-floorplans .slick-slide .floorplan-slide-details h2,
      body section.home-floorplans .slick-slide .floorplan-slide-details .amount {
          font-size: 1rem;
      }

      body section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
          font-size: 1rem;
      }

      body section#footer-google-map.image-position-left .col.left-col {
          max-height: 275px;
      }

      /* === footer === */
      body section.footer-cta.overlapping-text-box .cta-container .footer-cta-text {
          padding: 50px 10px;
      }

      body .overlapping-text-box .footer-cta-text .text-wrap .section-buttons {
          margin: 0 1%;
          gap: 40px;
      }

      body .overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
          margin-bottom: 65px;
      }

      /* === amenities page === */
      body section#resident-amenities {
          padding-bottom: 0;
      }

      /* === contact page === */
      body .contact-page-logo img {
          max-width: 275px;
      }

      body section.contact-intro .equal-height .right-col .subcol .contact-page-logo {
          padding: 10% 0;
      }

      body section#contact .form-wrap .subcol div#submit {
          text-align: center;
      }

      body section.form-section .form-wrap .subcol div#submit button.formmangr-button {
          min-width: 100%;
      }

  }


  @media screen and (max-width: 400px) {

    body section#intro-slider .horizontal,
    body section#intro-slider .vertical {
          top: 19%;
      }

    body  section#home-cta .hline,
    body section#home-cta .vertical {
          top: 7%;
      }

  }


  @media screen and (max-width: 375px) {

    body section#intro-slider .horizontal,
    body section#intro-slider .vertical {
          top: 18%;
      }

    body section#home-cta .hline,
    body section#home-cta .vertical {
          top: 6%;
      }

  }


  @media screen and (max-width: 350px) {

    body section#intro-slider .horizontal,
    body section#intro-slider .vertical {
          top: 18%;
      }

      body section#home-cta .hline,
      body section#home-cta .vertical {
          top: 6%;
      }

      body section.form-section .form-wrap .subcol h2 {
          font-size: 2rem;
      }

  }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
                    Extra CSS (Sarah) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

 /* ====== Large Screen styles ===== */

.page-layout-page-neighborhood  #walk-score-section {
	display: none;
}

 /* === homepage === */
section.hero-banner .hero-paragraph p {
    font-size: 2rem;
    max-width: 100%;
}
 
section#home-neighborhood-map .tagline-text {
    transform: rotate(180deg) translateY(50%);
}       

section.home-floorplans .slick-slide .floorplan-slide-img {
    min-height: 410px;
	display: flex;
    align-content: center;
    justify-content: center;
}

.tiles-block .tiles-wrapper .single-tile .tile-button a.btn {
    z-index: 10;
}
.tile-button a.btn {
        margin: 0;
}

.home-cta-boxes .single-tile .single-tile-wrapper .img-container {
    margin-right: 2%;
}
body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 5%;
}

                                         
/* ====== floorplan page ===== */                
/* ====== floorplan popup ===== */   
body .flp-slide-in.active {
	z-index: 99999;
}
.flp-images, .flp-sldr-wrapper {
	position: relative;
}
.flp-images .panzoom-buttons {
	background: none;
	padding-left: 0;
	position: absolute;
}

                                         
/* ====== neighborhood page ===== */   
section.neighborhood ul.nb-places-ul {
    overflow: scroll;
    max-height: 295px;
}
.page-layout-page-neighborhood section.map-wrapper {
    margin-top: 0;
}

                                         
/* ====== contact page ===== */                 
.contact-page-desc .address-wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
section.form-section .form-wrap .subcol div#submit button.formmangr-button {
    color: #739595;
}

.header-cta-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

header .menu-trigger {
    margin: 0;
    position: absolute;
}

/* === pet policy page === */
section#policy-heading ul {
	list-style: disc;
	padding: 0 45px;
	margin: 25px 0;
}

/* ===faq page === */
section.faq-section .answer {
    padding: 5px 50px 20px;
}

                                         
                                         
/* ====== RESPONSIVE ===== */

@media screen and (max-width: 1680px) {

	body section#home-cta-boxes .vertical, body section#home-cta-boxes .hline {
		top: 6%;
	}
}


@media screen and (max-width: 1440px) {

    section.home-floorplans .slick-slide .floorplan-slide-img {
		min-height: 350px;
    }

 }


@media screen and (max-width: 1280px) {

  /* === top nav === */
	body header .logo-section {
      height: 88px;
      width: 210px;
    }
	body header .logo-section a.logo img, body header.fixed .logo-section a.logo img {
    	max-height: 60px;
		min-width: 180px;
    }
	header ul.main-menu li.menu-item {
        padding: 10px 7px;
    }
	header ul.main-menu li a.menu-item-link {
        font-size: 13px;
		padding: 0 5px 20px;
    }
  
    /* === neighborhood page === */
    section.neighborhood .nbp-filter-options {
        padding-left: 8%;
    }

}

  
 /* ====== TABLET  ===== */

@media screen and (max-width: 1024px) {
 
  /* === footer === */
    footer#footer .triangle {
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 17vw, 100% 100%, 0 100%, 0 17vw);
        clip-path: polygon(50% 0, 50% 0, 100% 17vw, 100% 100%, 0 100%, 0 17vw);
    }
	section#home-cta-boxes + section#footer-cta {
        margin-top: -100px;
    }
    section.footer-cta.overlapping-text-box .cta-container .footer-cta-text {
        width: 100%;
        padding: 20% 3%;
    }

 /* === homepage === */                     
	section.hero-banner .slide-flex-wrapper {
        padding: 100px 0 150px 0;
    }
	.caption-wrap {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
    section.hero-banner .hero-paragraph {
        max-width: 85%;
    }
   
	section.home-floorplans .slick-slide .floorplan-slide-img {
		min-height: 450px;
    }

    body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 13%;
    }


   /* === neighborhood page === */   
	section#neighborhood.intro-bottom {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
		justify-content: center;
	}
	section#neighborhood .neighborhood-container {
		width: 92%;
	}
    section.neighborhood .nbp-filter-places {
		text-align: center;
	}
	section#neighborhood div#hline {
        width: 93%;
    }
    section#neighborhood div#vline, body.page-layout-page-neighborhood section#home-cta-boxes .vertical {
		left: 7%;
	}
                    
}
 
                                               
@media screen and (max-width: 992px) {

	/* === neighborhood page  === */    
	section#neighborhood .neighborhood-wrap .fliters-map-container .map-places {
        border: 1px solid #C7C7C7;
    }
	section.neighborhood .nbp-filter-places {
        padding: 16px 70px 40px;
    }

 }

 @media screen and (max-width: 800px) {
  
	body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 12%;
    }

 }
 
 
  /* ====== MOBILE ===== */

 @media screen and (max-width: 767px) {

   /* ====== homepage ===== */   
   section.hero-banner .hero-paragraph p {
      font-size: 1.5rem;
	}
    
	#amenities .tiles-wrapper .single-tile .tile-content p {
		font-size: 1.6rem;
	}    
	h3.section-sub-title.subheading-font {
		font-size: 1.6rem;
	}
    .tiles-columns-2 .tiles-wrapper {
		padding: 0;
    }
    .tiles-block .tiles-wrapper .single-tile {
		margin: 0;
    }

    #home-gallery .gallery-grid-modular {
        min-height: 60vw;
	}
	section#home-gallery h2.section-title {
        font-size: 2.8rem;
	}
	section#home-gallery h3.section-sub-title {
        font-size: 1.6rem;
	}
	
    body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 13%;
    }
    
    body .home-cta-boxes .single-tile .single-tile-wrapper .tile-content {
        padding: 0 10% 15%;
    }

    /* === floorplan page === */      
	.more-flp-filters {
        padding: 0 0% !important;
    }
    .floorplan-filters .more-flp-filters div select {
        margin: 0;
    }
    .floorplan-filters .more-flp-filters>div {
      padding: 20px 0;
	}
    /* ====== floorplan popup ===== */   
    .flp-images .panzoom-buttons {
        background: none;
        padding-left: 0;
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .flp-images .panzoom-buttons span {
        margin: 0 5px;
    }
    .flp-img-toggles {
        padding: 0 0 35px;
    }

        /* === amenities page === */      
	section.amenities-section .vline {
        top: 6.3vw;
    }

	/* === virtual tour page === */    
	body .vt-tour-section .single-virtual-tour .vt-flp-info {
    	width: 100%;
        padding: 0 5%;
    }

 }


@media screen and (max-width: 576px) {
  
  /* === homepage  === */  
	section.hero-banner .slide-flex-wrapper .slide-container .slide-content h1.hero-title {
        font-size: 3rem;
        margin-bottom: 10px;
	}
  	section.hero-banner .hero-paragraph {
        margin-bottom: 10px;
    }
   
	section.home-floorplans .slick-slide .floorplan-slide-img {
		min-height: 335px;
    }

    body section#amenities .vertical {
        top: 0;
    }
	#amenities .tiles-wrapper .single-tile .tile-content .tile-description ul {
		width: 95%;
	}
	#amenities .tiles-wrapper .single-tile .tile-content .tile-description ul li {
		font-size: 1.25rem;
	}
    
	body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 11%;
    }
	
    body .image-text-block.image-position-left .col.right-col .it-section {
		padding-left: 0;
		padding-right: 0;
	}


}


@media screen and (max-width: 450px) {
  
	body section#intro-slider .horizontal, body section#intro-slider .vertical {
        top: 23%;
	}

	section.home-floorplans .slick-slide .floorplan-slide-img {
		min-height: 250px;
    }

	body section#amenities .vertical {
        top: 0;
    }

	body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 9%;
    }

	/* === amenities page === */  
    section.amenities-section .vline {
        top: 3.3vw;
    }
  

}


@media screen and (max-width: 400px) {
  
	body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 8%;
    }

}

@media screen and (max-width: 375px) {
	
	body #amenities .tiles-wrapper .img-wrapper .community-title {
        font-size: 1.75rem;
        letter-spacing: 7px;
    }
 
}

@media screen and (max-width: 350px) {
  
    body section#intro-slider .horizontal, body section#intro-slider .vertical {
        top: 17%;
    }
	body section#home-cta-boxes .hline, body section#home-cta-boxes .vertical {
        top: 8%;
    }
    
	section.home-floorplans .slick-slide .floorplan-slide-img {
		min-height: 180px;
    }
    
    section.form-section .form-wrap .subcol h2 {
   		 font-size: 2rem;
    }
    
}
section.map-wrapper{
    height: 5vw;
    min-height: 275px;
}

section#contact .bg-pattern{z-index: 0;}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
                    New CSS Updates 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.header-cta a.btn,
section#intro-slider .right-col .section-buttons a.btn,
.tiles-block .tiles-wrapper .single-tile .tile-button a.btn,
section#footer-cta .section-buttons a.btn{
    border-color: #739595 !important;
    color: #739595 !important;
}

.header-cta a.btn:hover,
section#intro-slider .right-col .section-buttons a.btn:hover,
.tiles-block .tiles-wrapper .single-tile .tile-button a.btn:hover,
section#footer-cta .section-buttons a.btn:hover{
    border-color: #739595 !important;
    color: #fff !important;
}

.top-cta-wrap a.btn,
.main-menu-panel .menu-section-right .header-cta a.btn{
    border-color: #C6AA76 !important;
    color: #C6AA76 !important;
}

.top-cta-wrap a.btn:hover,
.main-menu-panel .menu-section-right .header-cta a.btn:hover{
    background-color: #C6AA76 !important;
    color: #fff !important;
}

.main-menu-panel .menu-section-right .header-cta a.btn{
    padding: 28px 20px;
    min-width: 300px;
}

header .right-menu{
    height: calc(100% - 4px);
}
header .right-menu .right-menu-top{
    display: block !important;
}
header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item{
    display: none;
}

.header ul.main-menu li.menu-item a.menu-item-link{
    padding: 14px 20px 18px 20px !important;
}

/* .main-menu-panel .menu-section-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
} */


/* == mmenu-big == */
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-big li.main-menu-item{
    line-height: 1.8;
}
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-big li.main-menu-item a.menu-item-link {
    font-size: 3rem;
}

/* == menu-medium == */
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-medium li.main-menu-item{
    line-height: 1.5;
}
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-medium li.main-menu-item a.menu-item-link {
    font-size: 2.4rem;
}

/* == menu-small == */
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-small li.main-menu-item{
    line-height: 1.7;
}
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-small li.main-menu-item a.menu-item-link {
    font-size: 1.8rem;
}

/* == menu-extrasmall == */
.main-menu-panel .menu-section-left ul.menu-main-menu.menu-extrasmall li.main-menu-item{
    line-height: 1.3;
}

.main-menu-panel .menu-section-left ul.menu-main-menu.menu-extrasmall li.main-menu-item a.menu-item-link {
    font-size: 1.5rem;
}

/* Hide all menu items by default */
header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item {
    display: none;
}

section#contact.middle-form{
    z-index: 4;
}


/* Show 5 menu items (2nd to 6th) when screen width is 1676px or more */
@media (min-width: 1676px) {
    header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item:nth-child(n+2):nth-child(-n+6) {
        display: inline-block;
    }
}

/* Show only 2nd, 5th, and 6th menu items when screen width is 1675px or less */
@media (max-width: 1675px) {
    header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item:nth-child(2),
    header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item:nth-child(5),
    header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item:nth-child(6) {
        display: inline-block;
    }
    .main-menu-panel .menu-section-right .header-cta a.btn, .main-menu-panel .header-cta a.btn {
        padding: 25px 20px;
        min-width: 270px;
        font-size: 16px;
        border-width: 3px;
    }

    /* == mmenu-big == */
    .main-menu-panel .menu-section-left ul.menu-main-menu.menu-big li.main-menu-item{
        line-height: 1.6;
    }
    .main-menu-panel .menu-section-left ul.menu-main-menu.menu-big li.main-menu-item a.menu-item-link {
        font-size: 3.5rem;
    }

    /* == menu-medium == */

    .main-menu-panel .menu-section-left ul.menu-main-menu.menu-medium li.main-menu-item a.menu-item-link {
        font-size: 3.3rem;
    }

    /* == menu-small == */
    .main-menu-panel .menu-section-left ul.menu-main-menu.menu-small li.main-menu-item a.menu-item-link {
        font-size: 2.4rem;
    }

    /* == menu-extrasmall == */
    .main-menu-panel .menu-section-left ul.menu-main-menu.menu-extrasmall li.main-menu-item a.menu-item-link {
        font-size: 3.2rem;
    }
    section.footer-cta .section-buttons a.btn{
        padding: 18px 20px;
        min-width: 230px;
    }
    .header-cta a.btn {
    padding: 13px 15px;
    min-width: 170px;
}
header .menu-trigger {
    height: 42px;
}
}

@media (max-width: 1536px) {
    .main-menu-panel .menu-section-left ul.menu-main-menu.menu-extrasmall li.main-menu-item a.menu-item-link {
        font-size: 2.5rem !important;
        line-height: normal;
        padding: 3px;
    }
    /*.main-menu-panel .header-cta a.btn{*/
    /*    padding: 22px 20px;*/
    /*    min-width: 230px;*/
    /*}*/
}

@media (max-width: 1440px) {
        .main-menu-panel .menu-section-right .header-cta a.btn, .main-menu-panel .header-cta a.btn {
        padding: 22px 20px;
        min-width: 240px;
        font-size: 14px;
        border-width: 3px;
    }
    
}

/* Hide all menu items under 992px */
@media (max-width: 992px) {
    header .right-menu .right-menu-top ul.navbar-primary-menu.main-menu li.menu-item {
        display: none;
    }
}

body .flp-flag::after {
    right: auto;
    left: 0;
    transform: rotate(180deg);
    height: 100%;
    border-width: 15px;
    border-right-color: #F0F0F0;
}