/*
Theme Name: Dextrose
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=Italiana&family=Poppins:wght@400;500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");

/* ===== Global Styles ===== */
html {
  font-size: 16px;
}
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-font {
  font-family: "Italiana", serif;
}

h2.section-title {
  font-size: 3.25rem;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 15px;
}

h3.section-sub-title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 15px 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Poppins", Helvetica, Arial, "sans-serif";
}

h2.small-font {
  font-size: 1.125rem;
}

h1.hero-title {
  font-size: 4.5rem;
}
h1.section-title {
  font-size: 4.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
h3.section-subtitle {
  font-size: 1.688rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

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

.container.menu-right{
  justify-content: space-between;
}

.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 {
  line-height: 1.8;
  margin: 0 0 20px;
  font-weight: 400;
}

a {
  cursor: pointer;
}

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

a.btn:hover {
  opacity: 0.75;
}

/*  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;
}

.section-content p,
.section-content ul li

{
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.5px;
}
.section-content ul,
.section-discription ul
{
  list-style: disc;
  margin-bottom: 40px;
}

.section-discription ul{
  line-height: 1.8;
}

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

h3.section-subtitle,
h4.slide-subtitle,
.nb-map-filter label,
.nb-scores .score-inner,
section.gallery-section ul.ct-tabs li,
.mp-box-content h2,
.mp-box-content h3,
h2.flp-title,
.gm-style .gm-style-iw-d h1,
.gm-style .gm-style-iw-d h5,
h3.property-name,
.call-section h5,
.office-hours > p,
h2.resident-section-title,
h2.resident-section-title,
h4.resident-section-subtitle,
.single-resource-header h4 {
  font-family: "Poppins", Helvetica, Arial, "sans-serif";
}
/* for common dropdwon design */
section.neighborhood .nbp-fliter-dropdown,
.swifty-gallery-mobile-tabs-dropdown,
.mobile-home-flp-filter,
.swifty-gallery-mobile-tabs-dropdown {
  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,
.swifty-gallery-mobile-tabs-dropdown select {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  text-align: center;
  display: block;
}
/* ====== Header styles ===== */
header {
  display: flex;
  flex-flow: wrap;
  position: fixed;
  z-index: 9999;
  height: 100px;
  width: 100%;
  transition: all 0.5s ease;
}
header .fixed-header-bg {
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header.fixed .fixed-header-bg {
  opacity: 1;
}

header .main-menu-wrapper {
  flex: 2;
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
  margin-left: 40px;
}
header .main-menu-container {
  max-width: 420px;
}
header ul.main-menu {
  display: flex;
  height: 120px;
  font-size: 15px;
  margin: 0;
  color: #fff;
  flex-flow: column;
  flex-wrap: wrap;
}
/*changes*/
header ul.main-menu li.menu-item {
  height: 40px;
  width: auto;
  max-width: max-content;

}
header ul.main-menu li.menu-item a.menu-item-link {
  text-transform: capitalize;
  height: 100%;
  display: block;
}
.header .main-menu li:hover>ul.sub-menu{
  width: auto;
}
.header ul.main-menu>li.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children>a:before{
  right: 0px;
}
header .menu-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  width: 180px;
  padding: 20px;
  margin: 0;
  transition: all 0.5s ease;
  font-size: 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.container.menu-right .menu-trigger{
  width: 80px;
}

header .menu-trigger span {
  position: absolute;
  width: 40px;
  height: 0px;
  border-bottom: 3px solid;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
header .menu-trigger span:first-child {
  top: calc(50% - 10px);
}
header .menu-trigger span:last-child {
  top: calc(50% + 10px);
}
header .logo-section {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0;
  position: relative;
}
header .logo-section .header-logo {
  width: 260px;
}
header .logo-section .header-logo.header-logo-text{
height: 100%;
align-items: center;
}
header .logo-section a.logo img {
  width: auto;
  margin: 10px 0 10px;
  transition: all 0.5s ease 0s;
  max-height: 80px;
}
header .logo-section a.logo{
  display: flex;
  align-items: center;
    height: 100%;
}
header .logo-section a.sticky-logo {
  display: none;
}
/* header .logo-section .header-logo-text {
  padding-top: 50px;
}
header.collapsed .logo-section .header-logo-text {
  padding-top: 25px;
} */
.mobile-menu .logo-section .header-logo-text{
  display: flex;
}
header .logo-section a.logo .text-logo, .mobile-menu .logo-section a.logo .text-logo{
  font-size: 1.7rem;
  margin: 0px;
  font-weight: 700;
}
footer .footer-logo-text {
  margin-bottom: 20px;
}
footer .footer-logo-text .text-logo {
  font-size: 1.7rem;
}

header.collapsed .logo-section .header-logo-img a.sticky-logo,
header.collapsed .logo-section .header-logo-text a.sticky-logo
{
  display: flex;
  align-items: center;
}

header.collapsed .logo-section a.main-logo {
  display: none;
}
header .right-menu {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
}
header .right-menu .right-menu-top {
  text-align: right;
  padding-right: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
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));
}
.header-cta {
  display: flex;
  transition: all 0.5s ease 0s;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s ease 0s;
  flex-grow: 1;
  text-align: right;
}
.header-cta a.btn {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
}
a.btn-border,
a.btn-border:hover {
  border: 2px solid;
}
.navbar-fixed-top {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.main-menu-panel ul.main-menu {
  display: flex;
  flex-flow: wrap;
}
header.collapsed,
header.collapsed .logo-section {
  height: 80px;
}
header.collapsed .logo-section a.logo img {
  margin: 10px 0;
  max-height: 80px;
    height: 60px;
}
header.collapsed .main-menu-wrapper {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
header.collapsed .header-cta {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  align-items: center;
}
header .menu-trigger {
  display: none;
}
header.collapsed .menu-trigger {
  display: block !important;
  font-size: 0;
  max-width: 100px;
}
/* Main Menu Panel styles */
.main-menu-panel {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 50px;
  z-index: 9999;
  transition: all 0.5s ease 0s;
  top: 0;
  right: -100%;
  background: #fff;
  overflow-x: hidden;
}
.main-menu-panel.open {
  right: 0;
}
.main-menu-panel .social-bar {
  width: 100%;
}
.main-menu-panel .mobile-menu {
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
}
.main-menu-panel ul.main-menu {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.main-menu-panel .menu-logo {
  max-width: 150px;
  margin: 0;
  width: auto;
  height: 70px;
  position: absolute;
  top: 10px;
  display: flex;
    align-items: center;
}
.main-menu-panel .menu-logo img {
  width: 100%;
  max-height: 70px;
}
.main-menu-panel a.main-logo .header-logo-text {
  max-width: 250px;
}
.main-menu-panel a.main-logo .header-logo-text .text-logo {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
}
.main-menu-panel ul.main-menu li.menu-item {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  order: 100;
}
.main-menu-panel ul.main-menu li.menu-item a.menu-item-link {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease 0s;
  text-transform: capitalize;
}
.main-menu-panel ul.social-links {
  display: block;
  margin: 0;
  vertical-align: middle;
  font-size: 0;
  padding: 0;
  width: 100%;
}
.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%;
}
.main-menu-panel ul.social-links li.social-icon a:after {
  font-size: 0;
}
.main-menu-panel ul.social-links li.social-icon a svg {
  width: 20px;
  max-height: 100%;
}
.main-menu-panel .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  font-size: 3.125rem;
  line-height: 40px;
  display: block;
  text-align: center;
  transform: rotate(45deg);
}
.main-menu-panel .menu-close:hover {
  opacity: 1;
}
.main-menu-panel .header-cta {
  display: flex;
  padding-top: 0px;
  flex-flow: wrap;
  gap: 10px;
  justify-content: start;
}
.main-menu-panel .header-cta a.btn {
  display: inline-block;
  padding: 15px 20px;
  margin: 0 5px 0 0;
}
.main-menu-panel .address {
  padding: 20px 0;
}
.main-menu-panel .address a span {
  padding: 10px 0;
  text-transform: capitalize;
}
.main-menu-panel .contact {
  margin: 20px 0;
}
.main-menu-panel .contact a {
  font-weight: 700;
}

/* Main Container */
.main-content {
  transition: all 0.5s ease;
 /*  overflow: hidden; */
 contain: paint;
}

/* ====== Home Page styles ===== */
section.hero-banner {
  position: relative;
  height: 100vh;
    min-height: calc(50vw - 50px);
}
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.5;
  background: #000;
}
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 .container {
  width: 100%;
  max-width: initial;
  height: auto;
  position: relative;
}
section.hero-banner .slide-flex-wrapper .container .slide-content,
section.hero-banner .slide-flex-wrapper .container .video-content {
  width: 55%;
  color: #fff;
  position: relative;
  padding: 40px 0px;
  padding-left: calc(50% - 735px);
  overflow: hidden;
  padding-right: 120px;
  text-align: left;
  -webkit-clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 100%, 0% 100%);
}
section.hero-banner .slide-flex-wrapper .container .slide-content .caption-bg,
section.hero-banner .slide-flex-wrapper .container .video-content .caption-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  opacity: 0.7;
}
section.hero-banner
  .slide-flex-wrapper
  .container
  .slide-content
  h1.hero-title,
  section.hero-banner .video-container .slide-flex-wrapper  h1.hero-title
  {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 1.2;
}
section.hero-banner
  .slide-flex-wrapper
  .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: 88vw;
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: block;
  text-align: left;
}
section.hero-banner .slider-container .slick-dots > li {
  display: inline-block;
}
section.hero-banner .slider-container .slick-dots > li:first-child {
  margin-left: 0;
}
section.hero-banner .slider-container .slick-dots > li button {
  background-color: #cdbf94;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
section.hero-banner .slider-container .slick-dots > li.slick-active button {
  opacity: 1;
}
section.hero-banner .slider-container .slick-dots > li button:before {
  font-size: 8px;
  top: 1px;
}
section.hero-banner .slider-container .slick-dots > li:only-child {
  display: none;
}
section.hero-banner .video-wrapper {
  height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

section.hero-banner .video-wrapper iframe#hero_vimeo_bg,
section.hero-banner .video-wrapper iframe.youtube-video {
  height: 120vw;
  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;
  min-height: 100vh; */
  max-width: initial;
  height: 100%;
}
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 .hero-slider button.slick-arrow {
  display: none !important;
}
section.hero-banner h1.hero_title {
  margin: 0 auto 40px;
  line-height: 1.3;
}
section.hero-banner h2.hero-subtitle {
  font-size: 2.063em;
  font-weight: 400;
  margin: 0 0 5px;
  display: inline-block;
  margin-bottom: 15px;
}
section.hero-banner .hero-paragraph {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 700px;
}
section.hero-banner .hero-paragraph p {
  font-size: 1.25rem;
  max-width: 650px;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
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;
  width: 100%;
  height: 100%;
}
slick-dots li button {
  border: 1px solid;
  border-radius: 50%;
}

body button.slick-arrow {
  width: 4.6875vw;
  height: 4.6875vw;
  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;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: right center;
  max-width: 450px;
  display: none;
}
section.hero-banner .scroll-down {
  position: absolute;
  width: 66.67%;
  height: 90px;
  right: 0;
  bottom: -2px;
  background: #fff;
  z-index: 9;
}
section.hero-banner .scroll-down:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 135px solid transparent;
  position: absolute;
  right: 100%;
  bottom: 0;
}
a.scroll-trigger {
  position: absolute;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 9;
  bottom: 120px;
  left: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}

section.hero-banner .slide-flex-wrapper a.btn{
  margin-left: 0px;
  margin-top: 20px;
}
/* ====== 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%;
}
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;
}

.text-content-wrapper .intro-heading,
.text-content-wrapper .intro-content {
  text-align: left;
}
.text-content-wrapper .intro-content {
  padding-left: 50px;
}

/* ====== 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 {
  background-size: cover;
  background-position: center;
  margin-right: 50px;
  width: 100%;
  height: 100%;
  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-container .image-wrapper{
  width: calc(100% - (50vw - 758px));
}

section.neighborhood .fliters-map-container{
  width: 100%;
}

.image-text-block .it-container .image-wrapper {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.image-text-block .amnety-header .container {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding: 0px;
}
.image-text-block .it-container .image-wrapper .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 5;
}
.image-text-block .it-section {
  width: 100%;
  padding-left: calc(50vw - 45em);
  position: relative;
  padding-right: 50px;
}
.image-text-block .it-section h2.section-title {
  margin: 0;
}
.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: 50px;
}
.image-text-block .it-section .amenities-grid {
  column-count: 2;
  padding: 0 20px 30px;
  margin-bottom: 0;
}
.image-text-block .it-section .amenities-grid > li {
  padding-left: 4px;
  list-style: none;
  line-height: 1.4;
  margin-bottom: 12px;
}
.image-text-block .title-logo-bug {
  margin-bottom: 30px;
}
.image-text-block.image-position-left .col.left-col {
  position: relative;
  width: 100%;
  height: 28vw;
  transition: all 0.5s ease 0s;
  order: 2;
}
.image-text-block.image-position-left .col.amnety-header,
.image-text-block.image-position-right .col.amnety-header {
  height: auto;
}
.image-text-block.image-position-left .col.left-col.home-intro-slider-wrapper {
  margin-top: 80px;
  margin-left: calc(50% - 735px);
}
.home-intro .slick-track, .home-intro .slick-slide {
  width: 100% !important;
}
.image-text-block.image-position-left .col.right-col {
  width: 100%;
  margin: 50px 0;
  position: relative;
  z-index: 9;
  padding: 0px;
}
.image-text-block .col.right-col .it-section {
  width: 100%;
  padding-right: calc(50vw - 45em);
  position: relative;
  padding-left: 50px;
}
.reverse .amnety-header .col-6 {
  float: left;
}
.reverse .amnety-header .image-wrapper {
  margin-left: calc(50vw - 758px);
}
.reverse .amnety-list .container .col-6 {
  order: 2;
}
.reverse .amnety-list .container .col-6.it-section {
  order: 1;
}
.image-text-block .left-col {
  position: relative;
  width: 50%;
  height: 100%;
  transition: all 0.5s ease 0s;
  order: 2;
}
.image-text-block .left-col.amnety-header {
  width: 100%;
  height: auto;
  order: 1;
}
.image-text-block.image-position-right .col.right-col .amnety-list,
.image-text-block.image-position-left .col.right-col .amnety-list {
  width: 100%;
  order: 2;
  padding: 50px 0;
  margin-top: -200px;
}
.image-text-block .it-container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-block .col.right-col.amnety-list .col-6 {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.amnety-header .top-bar,
.amnety-header .bottom-bar {
  width: 50%;
  z-index: 6;
}
.image-text-block.amenities-section .col.right-col {
  width: 100%;
  margin: 50px 0;
  padding: 0px;
  order: 2;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.amnety-header {
  position: relative;
  padding: 200px 0;
}
/*
.image-text-block .col.right-col.amnety-list{
    padding: 50px 0;
    margin-top: -200px;
}
*/

/* ====== Home Intro ===== */
.intro-slider {
  position: relative;
  height: 100%;
}
.intro-slider .slick-list {
  height: 100%;
}
.intro-slider .slick-list .slick-track {
  height: 100%;
}
.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%;
  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;
}
.intro-heading,
.intro-content {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: start;
}
#gallery-tabs-header .intro-heading{
text-align: center;
width: 100%;
max-width: 960px;
margin: 0 auto;
}
.intro-content p:empty {
  margin-bottom: 0;
}
.intro-content {
  width: 60%;
  padding-left: 50px;
}
.intro-slider .slick-slide {
  width: 100%;
  display: block;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  height: 30vw;
  max-height: 540px;
}
.intro-slider-container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.intro-heading .section-buttons a {
  min-width: 240px;
  font-weight: 700;
}

/* ====== Home Page styles ===== */
section.home-floorplans {
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
section.home-floorplans .container-full {
  flex-direction: row-reverse;
}
section.home-floorplans .slick-slide {
  text-align: center;
  font-size: 5rem;
  cursor: pointer;
  transform: scale(0.9) translateY(60px);
  margin-bottom: 125px;
  display: block;
}
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 .floorplan-slide-img {
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  z-index: 9;
  background: #d9d9d9;
  min-height: 250px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
}
section.home-floorplans .slick-slide.slick-active .floorplan-slide-img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
}
section.home-floorplans .slick-slide .floorplan-slide-details {
  width: 100%;
  max-width: 480px;
  margin: 0px auto 20px;
  text-align: left;
  transform: translateY(-250px);
  opacity: 0;
  transition: all 0.5s ease;
}
section.home-floorplans .slick-slide.slick-active .floorplan-slide-details {
  transform: translateY(0);
  opacity: 1;
}
section.home-floorplans .slick-slide .floorplan-slide-details h2 {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  vertical-align: top;
  text-transform: capitalize;
  display: block;
  padding: 25px 15px 15px;
  margin-top: 0;
}
section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath {
  width: 100%;
  padding: 0 15px;
}
section.home-floorplans .slick-slide .floorplan-slide-details .bed-bath span {
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-align: left;
}
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 .filter {
  margin: 0;
  padding-left: 0;
  position: relative;
  padding-right: 12em;
}
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: 13px 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 0.938rem;
  line-height: 1.5;
  border-radius: 0;
  border: 2px solid;
  transition: all 0.5s ease 0s;
  margin: 0 8px 15px;
  min-width: 240px;
  text-align: center;
  font-weight: 700;
}
section.home-floorplans .col.flp-slider {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-right: 50px;
}
section.home-floorplans .col.flp-slider .slick-list .slick-track img {
  max-height: 480px;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  object-fit: contain;
  object-position: center center;
}
section.home-floorplans .col.flp-slider-tab {
  padding: 0;
}
section.home-floorplans .col.flp-slider-tab .floorplans-text {
  padding: 40px 20px;
  width: 100%;
  padding-left: 0;
  position: relative;
  padding-right: 12em;
}
.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;
}
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 {
  color: #000;
}
section.home-floorplans
  .floorplans-container
  .flp-slider-wrapper
  .home-floorplans-slider
  button.slick-prev,
section.home-floorplans
  .floorplans-container
  .flp-slider-wrapper
  .home-floorplans-slider
  button.slick-next {
  bottom: 0;
  top: auto;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 0;
  z-index: 99;
  padding-top: 10px;
}
section.home-floorplans
  .floorplans-container
  .flp-slider-wrapper
  .home-floorplans-slider
  button.slick-next {
  left: auto;
  right: -20px;
}
section.home-floorplans
  .floorplans-container
  .flp-slider-wrapper
  .home-floorplans-slider
  button.slick-prev {
  opacity: 1;
  left: -20px;
}
/*
section.home-floorplans .floorplans-container .flp-slider-wrapper .home-floorplans-slider .slick-prev:before {
    transform: rotate(180deg);
}
*/
section.home-floorplans .floorplans-slick {
  width: 40%;
  margin-left: 26% !important;
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
}
section.home-floorplans .floorplans-slick .slick-list {
  overflow: visible;
}
section.home-floorplans .flp-slider-wrapper {
  overflow: hidden;
  padding-bottom: 0px;
}
section.home-floorplans .flp-slider-wrapper.active {
  opacity: 1;
  display: flex;
  transition: all 0.5s ease 0.5s;
  height: auto;
}
section.home-floorplans .slick-slide.slick-active + .slick-slide {
  opacity: 1;
}

/* ====== 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 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;
}
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;
}
section.tabs-block .tabs-amenities .tabs-nav {
  position: relative;
  z-index: 1;
  width: calc(100% + 45px);
}
section.tabs-block .tabs-amenities .tabs-nav li {
  width: calc(45% + 45px);
  height: 30vw;
  padding: 0;
  display: inline-block;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  vertical-align: bottom;
  position: relative;
}
section.tabs-block .tabs-amenities .tabs-nav li .tab-line {
  width: 100%;
  position: absolute;
  height: 8px;
  bottom: 45px;
  left: 0;
  transition: all 0.5s ease 0s;
}
section.tabs-block .tabs-amenities .tabs-nav li.active {
  width: calc(55% + 45px);
}
/*
section.tabs-block .tabs-amenities .tabs-nav li:after {
    width: 100%;
    content: "";
    position: absolute;
    height: 8px;
    background: #000;
    bottom: 45px;
    left: 0;
    transition: all 0.5s ease 0s;
}
*/
section.tabs-block .tabs-amenities .tabs-nav li:first-child {
  margin-left: -45px;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 120px) 0%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, calc(100% - 120px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 120px) 0%, 100% 100%, 0% 100%);
}
section.tabs-block .tabs-amenities .tabs-nav li:last-child {
  margin-left: -90px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 120px 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 120px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 120px 100%);
}
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.active a {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
section.tabs-block .tabs-amenities .tabs-nav li a {
  /*
  
*/
}
section.tabs-block .tabs-amenities .tabs-nav li a .col-bg {
  margin-top: 120px;
  transition: all 0.5s ease 0s;
  filter: grayscale(100);
  height: calc(100% - 180px);
  overflow: hidden;
  border-radius: 0;
}
section.tabs-block .tabs-amenities .tabs-nav li.active a .col-bg {
  margin-top: 0;
  filter: grayscale(0);
  height: calc(100% - 60px);
}
section.tabs-block .tabs-amenities .tabs-nav li.active a .col-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.tabs-block .tabs-amenities .tabs-nav li a .property-logo-img.tab-image .flp-pmc-logo{
  position: absolute;
  max-width: 200px;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  translate: inherit;
  transform: translate(-50%, -50%);
}
section.tabs-block .tabs-amenities .tabs-nav li a span {
  padding-left: 120px;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
section.tabs-block .tabs-amenities .tabs-nav li span.home-amnety-tab-name {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  font-size: 18px;
  padding-left: 7vw;
  font-weight: 400;
}
section.tabs-block
  .tabs-amenities
  .tabs-nav
  li.second-tab
  span.home-amnety-tab-name {
  padding-left: 120px;
}

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 0;
  transition: all 0.5s ease;
}
section.tabs-block .tabs-amenities .tabs-stage .tab-content .tab-content-wrap {
  padding: 50px 0 0;
}
section.tabs-block
  .tabs-amenities
  .tabs-stage
  .tab-content
  .tab-content-wrap
  ul.amenities-grid {
  
  padding-bottom: 0px;
  columns: 2;
  padding-left: calc(50vw - 780px);
  
}
/* section.tabs-block .tabs-amenities .amenities-grid-wrap {
  margin-bottom: 50px;
} */
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: 15px;
  line-height: 30px;
  margin-bottom: 15px;
}
section.tabs-block .tabs-amenities .tabs-stage .tab-content h2 {
  font-size: 3.375rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}
section.tabs-block .tabs-amenities .tabs-stage .tab-content h3 {
  font-size: 1.688rem;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
  padding-top: 0;
}

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


.amenities-grid li {
  display: none; 
}
.amenities-grid li.visible {
  display: list-item;
}

.amenities-grid-wrap .show-more, .amenities-section .show-more{
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
}

.amenities-grid-wrap .show-more .toggle-more, 
.amenities-section .show-more .toggle-more{
  margin: 0px;
  margin-top: 20px;
}
/* ====== Home Gallery Slider ===== */
section.home-gallery {
  padding: 175px 0;
  overflow: hidden;
}
section.home-gallery .section-title {
  margin-top: 0;
}
section.home-gallery .section-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
}
section.home-gallery .left-col {
  width: 40%;
  padding-left: calc(40% - 560px);
  transition: all 0.5s ease 0s;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
}
section.home-gallery.gallery-active .left-col {
  margin-left: -40%;
}
section.home-gallery .right-col {
  width: 60%;
  height: 30vw;
  position: relative;
  padding-left: 150px;
  transition: all 0.5s ease 0s;
}
section.home-gallery.gallery-active .gallery-grid {
  width: 100%;
  padding-left: calc(50vw - 700px);
}
section.home-gallery .container-full {
  position: relative;
  z-index: 5;
}
.gallery-grid .gallery-grid-modular {
  width: 100vw;
  height: 100%;
  position: relative;
}
.gallery-grid .gallery-grid-modular .sh_product_slider2_wrap {
  width: 100%;
  height: 100%;
}
.gallery-grid .gallery-grid-modular .gallery {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img {
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-active .gallery-grid .gallery-grid-modular .gallery .magnific-img {
  transform: translateX(50px);
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img:first-child {
  width: 20vw;
  height: 15vw;
  left: 100px;
  top: 0;
  transition: all 1.3s ease 0s;
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img:nth-child(2) {
  width: 20vw;
  height: 18vw;
  left: calc(20vw + 50px);
  top: calc(15vw + 50px);
  transition: all 2.6s ease 0s;
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img:nth-child(3) {
  width: 20vw;
  height: 18vw;
  left: calc(35vw + 50px);
  top: 15px;
  transition: all 1.3s ease 0s;
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img:nth-child(4) {
  width: 20vw;
  height: 18vw;
  left: calc(50vw + 50px);
  top: calc(15vw + 50px);
  transition: all 3s ease 0s;
}
.gallery-grid .gallery-grid-modular .gallery .magnific-img:nth-child(5) {
  width: 20vw;
  height: 24vw;
  left: calc(60vw + 100px);
  top: -70px;
  transition: all 1s ease 0s;
}
#home-gallery .gallery-grid-modular .slick-track {
  width: 100% !important;
  transform: translate(0px, 0px) !important;
  display: block !important;
}
section.home-gallery.gallery-active .left-subcol {
  margin-left: -40%;
}
section.home-gallery.gallery-active .gallery-grid {
  width: 100%;
  padding-left: calc(50vw - 700px);
}
.gallery-expand {
  border: 2px solid #e7a430;
  position: absolute;
  left: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  transition: all 1s ease 0s;
}
.gallery-expand svg {
  width: 100%;
  height: 50%;
  margin-top: 25px;
}
.gallery-active .gallery-expand {
  transform: rotate(180deg);
  left: 125px;
  z-index: 99;
}
.home-gallery
  .gallery-grid
  .gallery-grid-modular
  .gallery
  .magnific-img
  a
  .bg-primary {
  display: none;
}

/* ====== 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:last-child{
  padding-bottom: 75px;
}
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: 37.5px;
  position: relative;
  overflow: hidden;
  height: 33vw;
  width: calc(100% - 25px);
  opacity: 1 !important;
  padding: 0;
  height: auto;
  margin-top: 100px;
  transition: all 0.5s ease 0s;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  a.btn {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0px;
  z-index: 9;
  font-size: 0;
  background: transparent;
  position: absolute;
  top: -5px;
  left: -5px;
}
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;
  transform: none !important;
  height: 33vw;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
  margin-bottom: -122px;
  transition: all 0.5s ease 0s;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover {
  margin-top: 0;
  filter: grayscale(0);
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .box-img {
  margin-bottom: 0;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .box-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s ease 0s;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(0);
  top: auto;
  left: auto;
  padding: 20px;
  position: relative;
  transition: all 0.5s ease 0s;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .mp-box-content {
  transform: translateX(0);
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .box-img
  .caption-bg {
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .box-img
  .caption-bg {
  opacity: 0;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  h2 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  margin-top: 0;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .mp-box-content
  h2,
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .mp-box-content
  h3 {
  color: #000;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .mp-box-content
  h2:after {
  left: -25px;
}
section.multipurpose-boxes .cta-btns {
  display: none;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  h3 {
  font-size: 1rem;
  margin: 10px 0;
  letter-spacing: 0.75px;
  font-weight: 400;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  .mp-box-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  right: 0;
  bottom: 50px;
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  .mp-box-content
  .mp-box-arrow
  svg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item:hover
  .mp-box-content
  .mp-box-arrow {
  opacity: 1;
}

/* ====== 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 0.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: 30vw;
  min-height: 540px;
}

/* ====== Footer CTA Section ===== */
section.footer-cta {
  position: relative;
}
section.footer-cta .bg-pattern {
  position: absolute;
  top: 10%;
  left: auto;
  right: 0;
  height: 90%;
  transform: translateX(10%);
  opacity: 0.15;
  background-repeat: no-repeat;
}
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;
  order: 2;
  overflow: hidden;
}
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 40px 40px 0;
}
section.footer-cta.overlapping-text-box {
  padding: 240px 0;
  background-position: center center;
  background-size: cover;
}
.overlapping-text-box .cta-container {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  position: initial;
}
.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;
}
.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.5;
}
.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;
  display: flex;
  flex-flow: column;
}
.overlapping-text-box .footer-cta-text .text-wrap h2.section-title {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
}
.overlapping-text-box .footer-cta-text .text-wrap h3.section-sub-title {
  text-align: center;
}
.overlapping-text-box .cta-container .section-buttons {
  display: none;
}
.overlapping-text-box .cta-container .content-wrapper {
  display: flex;
  flex-flow: wrap;
  align-content: center;
}
section.footer-cta .section-buttons a.btn {
  min-width: 240px;
  margin: 5px 10px 5px 0;
  font-weight: 700;
}
.overlapping-text-box .footer-cta-text .text-wrap .headdings-wrapper {
  width: 40%;
  padding-right: 50px;
}
.overlapping-text-box .footer-cta-text .text-wrap .content-wrapper {
  width: 60%;
}
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;
}
.overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse {
  right: auto;
  left: 0;
  height: 90px;
}
.overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse:after {
  width: 0;
  height: 0;
  border-top: 90px solid #fff;
  border-right: 135px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
  border-bottom: 0;
}
.overlapping-text-box .cta-container .footer-cta-img .bottom-bar.reverse {
  right: 0;
  left: auto;
  height: 90px;
}
.overlapping-text-box .cta-container .footer-cta-img .bottom-bar.reverse:after {
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 135px solid transparent;
  position: absolute;
  left: auto;
  right: 100%;
  bottom: 0;
  border-top: 0;
}

/*===== Footer =====*/
footer#footer {
  transition: all 0.5s ease;
}
section.site-footer {
  display: flex;
  flex-flow: wrap;
}
.footer-left {
  width: 33%;
  padding: 50px 0;
  padding-left: calc(33vw - 420px);
  flex-grow: 1;
}
.footer-left img {
  width: 100%;
  display: block;
  max-width: 230px;
  margin: 0 0 35px;
}
.footer-left .contact a,
.footer-left .address {
  word-break: break-all;
  max-width: 250px;
  margin: 0 auto;
  display: inline-block;
}
.footer-left ul.social-links {
  display: block;
  margin: 0;
  font-size: 0;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 25px;
  padding-left: 0;
}
.footer-left ul.social-links li.social-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px 10px 5px 0px;
  position: relative;
}
.footer-left ul.social-links li.social-icon a {
  text-align: center;
}
.footer-left ul.social-links li.social-icon a svg {
  width: auto;
  height: 20px;
}
.footer-left ul.social-links li.social-icon a:after {
  font-size: 1.5rem;
  display: none;
}
.footer-right {
  width: 67%;
  padding: 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.footer-right .contact {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  font-weight: 500;
}
.footer-right .contact a {
  word-break: break-all;
}
.footer-right img {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}
.footer-right .address {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}
.footer-right .contact a,
.footer-right .address a {
  display: inline-block;
}
.footer-right .container .footer-menu {
  padding: 0;
  text-align: center;
  position: relative;
}
.footer-right .container .footer-menu-wraper {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.footer-right .container-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.footer-right li.footer-menu-item {
  display: inline-block;
}
.footer-right li.footer-menu-item a.menu-item-link {
  text-transform: none;
  font-weight: 400;
  padding: 0 25px;
  margin: 5px 0;
  font-size: 1.1rem;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}
ul.footer-menu-wraper {
  line-height: 1.5;
  border-top: 1px solid rgb(216, 216, 216, 0.35);
  padding: 30px 0;
}
.footer-right li.footer-menu-item:last-child a:after {
  display: none;
}

.footer .contact a.footer-email{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  margin-top: 10px;
}

.footer-email svg{
  height: 22px;
    width: 22px;
}

.copyright-area {
  padding: 20px 0px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.copyright-area p {
  margin-bottom: 0px;
}
.copyright-text {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
ul.policy-nav {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
}
ul.policy-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border-left: 1px solid;
  font-size: 1rem;
}
.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;
}
.text-color-light .single-prop-icon img[src$=".svg"] {
  filter: invert(100%) brightness(100) contrast(100);
}
.text-color-dark.attribution a.cb-logo-link img {
  filter: brightness(1) invert(1);
}
ul.property-icons-list {
  margin: 0;
}
.attribution {
  width: auto;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  margin-left: auto;
}
.attribution a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
.attribution a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
  height: 40px;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
}
footer .contact,
footer .address {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
footer .contact {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .contact .callus {
  display: block;
  font-weight: 600;
}
.footer .contact .phone-no,
.footer .contact .email {
  display: block;
  font-weight: 600;
}
footer .contact span,
footer .address span {
  text-transform: capitalize;
}

/* ====== Form Section ===== */
/* section.form-section {
  padding: 100px 0;
} */
section.form-section .form-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  width: calc(50% + 5vw);
  margin-left: -5vw;
  z-index: 0;
  padding-left: calc(5vw + 40px);
}
section.form-section .form-sec-bg {
  z-index: 1;
}
section.form-section .form-wrap .subcol {
  margin: 0;
  width: 100%;
  max-width: 700px;
}
section.form-section .form-wrap .subcol .form-outer {
  padding: 20px 0;
}
section.form-section .form-wrap .subcol h2 {
  margin: 0 0 30px;
  padding-left: 12px;
}
section.form-section .form-wrap .subcol .formmangr-col {
  width: 50%;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 12px;
}
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%;
}
section.form-section .form-wrap .subcol .formmangr-col.field-type-comment {
  width: 100%;
}
section.form-section .form-wrap .subcol div#submit {
  text-align: left;
  padding-left: 12px;
}
section.form-section .form-sec-bg {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
section.form-section .form-sec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
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.form-section .form-wrap .subcol .formmangr-col {
  width: 50%;
  margin-bottom: 25px;
  flex-grow: 1;
  padding: 0 12px;
}
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%;
}
section.form-section .form-wrap .subcol .formmangr-field-label,
section.form-section
  .form-wrap
  .subcol
  .field-type-referral
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-unit_type
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-pets
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-contact_by
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-time_to_call
  .formmangr-field
  label.show,
section.form-section
  .form-wrap
  .subcol
  .field-type-generaic_checkbox
  .formmangr-field
  label.show {
  display: none;
}
section.form-section .form-wrap .subcol .formmangr-field label.show {
  display: block;
}
section.form-section .formmangr-row .formmangr-input::placeholder {
  opacity: 0;
  color: transparent !important;
  display: none;
}
section.form-section .formmangr-row .formmangr-field textarea::placeholder {
  opacity: 0;
  color: transparent !important;
  display: none;
}

section.form-section .form-wrap .subcol .formmangr-col.field-type-pets .formmangr-field,
section.form-section .form-wrap .subcol .formmangr-col.field-type-contact_by .formmangr-field{
flex-flow: wrap;
}
section.form-section .form-wrap .subcol .formmangr-col.field-type-pets .formmangr-field .formmangr-form-lbl,
section.form-section .form-wrap .subcol .formmangr-col.field-type-contact_by .formmangr-field .formmangr-form-lbl
{
width: 100%;
}

section.form-section .formmangr-row .formmangr-input,
section.form-section .formmangr-row select.formmangr-form-dd,
section.form-section .formmangr-row .formmangr-textarea
{
  color: #000000 !important;
}

section.form-section#contact select{
  background-image: url(../images/arrow-down.svg) !important;
}


/* ====== Home Image Gallery Section ===== */

/* ====== Inner Hero Section ===== */
section.inner-hero {
  overflow: hidden;
  height: 85vh;
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
}
section.inner-hero:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
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.overlapping-text-box .inner-hero-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  margin-top: -100px;
}
section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .image-wrap {
  height: 100%;
  position: relative;
}
section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .inner-wrapper-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
section.inner-hero .bottom-bar {
  z-index: 1;
}
section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-img
  .image-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.inner-hero.overlapping-text-box .inner-hero-container .inner-hero-text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-text
  .text-wrap {
  padding: 0px;
  width: 100%;
}
section.inner-hero.overlapping-text-box
  .inner-hero-container
  .inner-hero-text
  .text-wrap
  h1 {
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

/* ====== Resident Section ===== */
.amenities-section .it-section .section-content {
  margin-bottom: 0px;
}
section.resident-sections {
  max-width: 100%;
  padding-top: 0;
  font-size: 0;
  display: flex;
  margin: 0 auto;
  flex-flow: wrap;
  text-align: center;
}

section.resident-sections .it-container {
  display: flex;
  flex-flow: wrap;
}
section.resident-sections .single-resident-section a:hover {
  border-color: inherit;
}
.text-color-light-hover a.resident-section-link {
  color: #fff;
}
.text-color-light-hover:hover a.resident-section-link {
  color: #fff;
}
.text-color-dark a.resident-section-link {
  color: #000;
}
.text-color-dark-hover:hover a.resident-section-link {
  color: #000;
}
/* ====== 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;
}
section.gallery-section .gallery-tabs .gallery-tabs-nav li {
  width: auto;
  display: inline-block;
}
section.gallery-section .gallery-tabs .gallery-tabs-nav li:not(.current) a {
  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,
section.gallery-section .gallery-tabs .gallery-tabs-nav li:not(.current) a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
}
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 .vr-tour-listing.pt-s {
  padding-top: 0px;
}
section.gallery-section .gallery-tabs .gallery-stage .magnific-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: 100%;
  opacity: 1;
  max-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 {
  column-count: 3;
  column-gap: 30px;
  padding-top: 0;
}
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img {
  padding-bottom: 90%;
  font-size: 0;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img:nth-child(3n) {
  margin-right: 0px !important;
}
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  .magnific-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  > .magnific-img:nth-child(9n + 3),
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  > .magnific-img:nth-child(9n + 4),
section.gallery-section
  .gallery-tabs
  .img-gallery-magnific.gallery-col
  > .magnific-img:nth-child(9n + 8) {
  padding-bottom: 150%;
}

section.gallery-tabs-header .intro-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

/* ====== Floorplan Filters Section ===== */
.floorplan-filters {
  padding: 0 60px;
  overflow: hidden;
  height: 104px;
  margin-bottom: 35px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.floorplan-filters.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}
.floorplan-filters .container {
  padding: 30px 0;
}
.floorplan-filters h2 {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.floorplan-filters select.flp-bedrooms {
  display: inline-block;
  width: 270px;
  margin-left: 25px;
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  height: 45px;
  outline: none;
}
.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 {
  font-size: 0;
  padding-top: 60px;
  display: flex;
}
.floorplan-filters .more-flp-filters div {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 25px;
  border-right: 1px solid #cdcdcd;
}
.floorplan-filters .more-flp-filters div select {
  min-width: 130px;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  border-radius: 0;
  height: 45px;
  outline: none;
  border: none;
  display: inline-block;
  background-color: #fff;
  color: #000;
}
.floorplan-filters .more-flp-filters div h2 {
  margin: 0 20px 0 0;
}
.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:last-child {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
.floorplan-filters .more-flp-filters .reset-new-flp-filtrers {
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 0;
}

/* ====== Floorplan Section ===== */
.floorplans-intro h2.section-title,
.neighborhood-intro h2.section-title,
.resident-heading h2.section-title,
section#home-gallery h2.section-title {
  margin-top: 0;
}
section.floorplans-listing .flp-listing {
  display: flex;
  flex-flow: wrap;
  padding: 0 20px;
  font-size: 0;
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}


.available_flp h2,
.unavailable_flp h2{
  font-size: 2rem;
  margin-bottom: 0;
}
section.floorplans-listing .single-floorplan {
  width: calc(33.33% - 20px);
  padding: 0;
  font-size: 0;
  margin: 10px;
  padding: 0;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 20px;
}
section.floorplans-listing .single-floorplan h2.flp-title {
  font-size: 1.875rem;
}
.block-padding-medium.floorplan-filters {
  padding: 0;
}
section.floorplans-listing .single-floorplan .flp-header {
  width: 100%;
  vertical-align: middle;
  height: auto;
  margin: 0;
  display: block;
  padding: 0;
  order: 2;
  position: relative;
}
section.floorplans-listing .flp-header-l {
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding: 25px 0 15px;
  clear: both;
}
section.floorplans-listing .flp-header-l h2 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.688rem;
}
section.floorplans-listing .flp-header-l span {
  font-size: 0.938rem;
  width: 33.33%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 10px;
}
section.floorplans-listing .flp-header-l span.type-1 {
  display: none;
}
section.floorplans-listing .flp-header-r {
  width: 50%;
  margin: -40px 0 0;
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
section.floorplans-listing .flp-header-r .price-box {
  padding: 10px;
  font-size: 0.938rem;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}
section.floorplans-listing .flp-header-r .price-box span {
  font-weight: 700;
}
section.floorplans-listing .single-floorplan .flp-swaps {
  display: block;
  margin: 0px;
  position: relative;
  padding: 10px;
  width: calc(50% - 40px);
  background: #d9d9d9;
  height: 60px;
  font-size: 0;
  float: left;
  text-align: center;
}
section.floorplans-listing .single-floorplan .flp-swaps:after {
  content: "";
  left: 100%;
  top: 0;
  position: absolute;
  border-left: 60px solid #d9d9d9;
  border-bottom: 60px solid transparent;
}
section.floorplans-listing .single-floorplan .flp-swaps a {
  padding: 0;
  margin: 0;
  border: 2px solid;
  font-size: 18px;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: -2px;
  display: inline-block;
  border-color: #9c6911;
}
section.floorplans-listing .single-floorplan .flp-swaps a.active {
  font-weight: 700;
}

section.floorplans-listing .single-floorplan .flp-ctas {
  text-align: center;
  order: 4;
}
section.floorplans-listing .single-floorplan .flp-ctas a.btn {
  min-width: 200px;
}
section.floorplans-listing .single-floorplan .flp-img {
  width: 100%;
  vertical-align: middle;
  background: #d9d9d9;
  height: 310px;
  margin: 0;
  display: inline-block;
  padding: 25px;
  position: relative;
  order: 1;
}
section.floorplans-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 .single-floorplan .flp-img > div.active {
  opacity: 1;
}
section.floorplans-listing .single-floorplan .flp-img .flp-2d-image,
section.floorplans-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: 20px;
  opacity: 0;
}
.bg-grey {
  background: #d9d9d9;
}

span.flp-bed-bath.type-1 {
  display: none !important;
}

/* ====== Floorplan Sliding Popup ===== */

div.floorplan-filter-wrapper{
  padding-top: 50px;
}

section#floorplans-intro{
  padding-bottom: 50px;
}

section.flp-slide-in {
  height: 100%;
  width: 100%;
  z-index: 99999;
  position: fixed;
  left: -100%;
  top: 0;
}

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

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;
}
.vt_list-grid-toggle {
  text-align: right;
  /* padding: 20px 0 0; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.vt_list-grid-toggle span {
  opacity: 0.5;
}
.vt_list-grid-toggle span.active {
  opacity: 1;
}
.vt_list-grid-toggle span svg {
  max-width: 40px;
}
.vt_list-grid-toggle span {
  padding: 5px;
  cursor: pointer;
  width: 40px;
}
.vt_list-grid-toggle span:hover,
.vt_list-grid-toggle span.active {
  color: #000;
}

body .flp-slide-in.active {
  opacity: 1;
  left: 0;
  z-index: 9999;
  visibility: visible;
}
.social-share__group {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease 0s;
}
.flp-slidein-share .social-share__group.active {
  height: 65px;
}

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;
} */
.single-virtual-tour,
.single-gallery-video a {
  display: flex;
  flex-flow: wrap;
  padding: 50px 0;
  border-bottom: 1px solid #cdcdcd;
}
.single-gallery-video a {
  border-bottom: 0;
  padding: 0;
  width: 100%;
}
.vt_img {
  width: 30%;
}
.vt_img img {
  width: 100%;
  height: auto;
}
.vt-flp-info {
  width: 40%;
  padding: 0 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.vt-flp-info h2 {
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 0 0 10px;
}
.attached-flp-info {
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0;
}
.attached-flp-info span {
  display: block;
  line-height: 2;
}
.virtual-tour-btns {
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.vt-tour-section {
  padding-bottom: 100px;
}
/* .vt_list-grid-toggle span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.875rem;
  vertical-align: middle;
  padding: 5px;
  cursor: pointer;
} */
.vt_list-grid-toggle span:hover,
.vt_list-grid-toggle span.active {
  color: #000;
}
.type-grid .alm-reveal {
  display: flex;
  flex-flow: wrap;
}
.type-grid .single-virtual-tour {
  width: calc(33.33% - 30px);
  margin: 40px 15px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 20px;
}
.type-grid .single-virtual-tour .vt_img {
  width: 100%;
}
.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;
}
.avalable-units {
  width: 100%;
  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: 24.99999%;
  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.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;
} */


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

section.home-slider-floorplan{
  margin-top: 100px;
}

section.home-slider-floorplan .scroll-trigger{
  display: none;
}

/* ====== Neighborhood Block styles ===== */
section.neighborhood{
  padding-top: 100px;
}

section.neighborhood .nbp-fliter-dropdown {
  display: none;
}
section.neighborhood .fliters-map-container {
  display: flex;
  flex-flow: column;
}
section.neighborhood .nbp-filter-options {
  display: flex;
  justify-content: center;
  width: 85%;
  text-align: right;
  height: 50px;
  margin-bottom: -60px;
  z-index: 99;
  position: relative;
}
section.neighborhood a.nb-map-filter {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 3%;
  cursor: pointer;
  transition: all 0.5s ease;
}
section.neighborhood a.nb-map-filter:first-child {
  border-left: 0;
}
section.neighborhood a.nb-map-filter.active,
section.neighborhood a.nb-map-filter:hover {
  opacity: 0.75;
}
section.neighborhood a.nb-map-filter.active {
  font-weight: 700;
  text-decoration: underline;
}
div#map-canvas {
  -webkit-clip-path: polygon(
    0% 90px, 85% 90px, 90% 0%, 100% 0%, 100% 100%, 0% 100%
  );
  -moz-clip-path: polygon(
    0% 90px, 85% 90px, 90% 0%, 100% 0%, 100% 100%, 0% 100%
  );
  clip-path: polygon(0% 90px, 85% 90px, 90% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.neighborhood .map-canvas {
  width: 100%;
  height: 50vh;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}
section.neighborhood .map-canvas .map-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #e5e3df;
}
section.neighborhood .nbp-filter-places {
  width: 100%;
  padding: 40px;
  /* min-height: 250px; */
  z-index: 99;
  position: relative;
  padding-bottom: 135px;
}
section.neighborhood h2 {
  margin-bottom: 50px;
  text-align: left;
}
section.neighborhood ul.nb-places-ul {
  column-count: 2;
  text-align: left;
}
section.neighborhood ul.nb-places-ul li.nb-places {
  margin: 0 0 15px;
}
section.neighborhood ul.nb-places-ul li.nb-places a {
  display: block;
  padding: 0 30px 0 0;
  transition: all 0.5s ease;
  font-size: 1rem;
  line-height: 1.25;
}

section.neighborhood .nbp-places-list{
  max-width: 1200px;
}

section.neighborhood .nbp-places-heading{
  margin: 0px 0px 30px;
}


/* ====== Walk Score Block styles ===== */
.walk-score-section {
  position: relative;
}
.walscore-container h2.section-title {
  width: 50%;
  font-weight: 700;
}
.walscore-text {
  width: calc(50% - 9px);
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}
.nb-scores {
  display: inline-block;
  margin: 15px 35px;
  position: relative;
  width: 225px;
}
.nb-scores .score-inner {
  width: 195px;
  height: 130px;
  border-radius: 50%;
  line-height: 130px;
  font-weight: 400;
  font-size: 7.5rem;
  margin: 0 auto;
}
.score-desc {
  margin: 0;
  padding: 15px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.walscore-container {
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.walscore-bg {
  position: absolute;
  width: calc(50vw - 9px);
  height: 100%;
  left: 50%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100px 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100px 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100px 100%);
}
.walk-score-text {
  flex-flow: inherit;
}

/* ====== Contact Block Style ===== */
section.contact-intro {
  /* padding: 100px 0; */
  overflow: hidden;
}
section.contact-intro .subcol {
  display: flex;
  flex-flow: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.contact-intro .zoom-it-wrapper {
  width: 50vw;
  height: 100%;
  position: relative;
}
section.contact-intro .zoom-it-inner {
  height: 100%;
  width: 100%;
}
section.contact-intro .left-col .col-bg {
  position: relative;
}
.contact-page-logo {
  width: 100%;
}
.contact-page-logo img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
h3.property-name,
.call-section h5,
.office-hours > p {
  font-size: 1.688rem;
  font-weight: 700;
  margin: 25px 0 5px;
  line-height: 1.5;
}

.daily-hours {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.75px;
}
.daily-hours span {
  font-weight: 600;
  text-transform: uppercase;
}
.contact-intro .top-bar {
  height: 50px;
}
.contact-intro .bottom-bar {
  height: 50px;
}
.directions a {
  margin-left: 0 !important;
}
a.resident-section-link {
  position: relative;
  display: flex;
}
h3.resident-section-subtitle {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.contact-page-desc {
  display: flex;
}
.contact-page-desc .address-wrap {
  padding-right: 50px;
}
.contact-block .subcol,
section.contact-intro .subcol {
  padding-left: calc(50vw - 45em);
  position: relative;
  padding-right: 50px;
}
.address-wrap .address {
  padding-top: 25px;
}
.address span.contact-property-name,
.address-wrap .call-section .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.address-wrap .directions {
  margin-bottom: 25px;
}

/* ====== Resident Block Style ===== */
section.resident-sections {
  max-width: 100%;
  padding-top: 0;
  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: auto;
  min-height: 300px;
  display: flex;
  transition: all 0.5s ease 0s;
  position: relative;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    0% 100%
  );
  -moz-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    0% 100%
  );
}
section.resident-sections .single-resident-section a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.resident-sections .single-resident-section a:before {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid;
  position: absolute;
  right: 20px;
  top: calc(50% - 30px);
  border-radius: 50%;
}
section.resident-sections .single-resident-section a svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
  transform: translateX(0);
  transition: all 0.5s ease;
}
section.resident-sections .single-resident-section a:hover svg {
  transform: translateX(5px);
}
section.resident-sections .single-resident-section .resident-section-content {
  display: flex;
  width: 100%;
  flex-flow: column;
  justify-content: center;
  padding: 50px 80px 50px 30px;
  position: relative;
}
section.resident-sections
  .single-resident-section
  .resident-section-content
  .arrow-wrap {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 12px 10px;
  display: block;
  margin-top: -25px;
}
section.resident-sections
  .single-resident-section
  .resident-section-content
  h3 {
  text-transform: capitalize;
  letter-spacing: 1px;
}

section.resident-sections h2.resident-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  line-height: 1.5;
  text-align: left;
}
section.resident-sections h2.resident-section-title svg {
  display: none;
}
section.resident-sections h3.resident-section-subtitle {
  margin: 5px 0 0;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.5;
}

/* ====== FAQ Section ===== */
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;
  padding: 0;
}
section.faq-section .question a.que-bg {
  display: block;
  padding: 20px 50px;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.68rem;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  -moz-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  position: relative;
}
section.faq-section .question svg {
  display: none;
}
section.faq-section .question:after {
  content: "+";
  position: absolute;
  right: 0;
  bottom: -10px;
  line-height: 1;
  font-size: 35px;
  font-weight: 700;
}
section.faq-section .active:after {
  content: "-";
}
section.faq-section .answer {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #676767;
}
section.faq-section .question,
section.faq-section .answer {
  margin-bottom: 40px;
  position: relative;
}
.faq-heading .text-content-wrapper {
  flex-flow: column;
}
dl.accordion dt:after {
  content: "+";
  position: absolute;
  right: 0;
  bottom: -10px;
  line-height: 1;
  font-size: 35px;
  font-weight: 700;
}
.container.faq-grid {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-flow: wrap;
}
.faq-description {
  width: 440px;
  padding-right: 50px;
}
.faq-section {
  width: calc(100% - 440px);
  padding: 0px;
}

.faq-section.full-width-section{
  margin: 0 auto;
  padding-bottom: 0px;
}

.faq-heading .text-content-wrapper .intro-heading,
.faq-heading .text-content-wrapper .intro-content {
  width: 80%;
}
.inner-faq-section,.home-faq-section{
  width: 100%;
  padding-top: 75px;
  display: flex;
  flex-flow: wrap;
}

.faq-section .section-content {
 margin-bottom: 18px;
}
.faq-page-container{
display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.faq-page-container .text-section{
    width: 440px;
    padding-right: 50px;

}
.faq-page-container .text-section .text-content-wrapper{
  text-align: left;

}
 .faq-page-container .container:nth-child(2){
    width: calc(100% - 440px);
    padding: 0;}
/* .faq-heading {
    width: 440px;
    padding-right: 50px;
} */
/* .inner-faq-section .container:nth-child(2), .home-faq-section .container:nth-child(2){
width: calc(100% - 440px);
    padding: 0;
} */
.faq-heading 
/* ====== 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 {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 25px 10px;
  padding: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  -moz-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
}
/* section.resources-section .fixed-links a.fixed-resource-link {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 25px 10px;
  padding: 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
} */
section.resources-section .fixed-links a.fixed-resource-link svg {
  width: 20px;
  position: relative;
  top: 3px;
  right: 8px;
}
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 25px;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  -moz-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0% 100%
  );
}
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: 30px;
  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 ===== */

.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 0 30px;
}
.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;
}
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image
  .post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: 0 20px 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: 2rem;
  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;
}
.listing-container .post-item .item-details .post-info .post-link-wrap a.btn {
  margin-left: 0;
}
.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: 2rem;
}
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;
}
/*  ===== common css for blog  =====*/
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  .blog-img-block,
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image {
  display: block;
  background-color: #d3cdcd;
  height: 240px;
  position: relative;
}
.listing-container .post-item .item-details .post-top .single-featured-image {
  width: 100%;
}
.listing-container
  .post-item
  .item-details
  .post-top
  .single-featured-image
  a.featured-image
  img,
.related-widget
  .releted-posts-list
  .single-related-posts
  .single-related-post-img-blk
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.related-widget
  .releted-posts-list
  .single-related-posts
  .single-related-post-img-blk {
  height: 170px;
  width: 100%;
  position: relative;
  display: block;
}
.blog-hero-detail-page .blog-hero-detail-content-wrap {
  flex-direction: column;
}
.blog-hero-detail-page .blog-hero-detail-content-wrap span p {
  margin-bottom: 0px;
}
section.inner-hero.overlapping-text-box.blog-hero-detail-page
  .inner-hero-container
  .inner-hero-text
  .blog-hero-detail-content-wrap
  h1 {
  padding: 0px 30px;
}

section.blog-details-block .post-content-inner .block-paragraphs img {
  width: 100%;
}
section.blog-details-block .post-content-inner .block-paragraphs p:empty {
  display: none;
}
section.blog-details-block .social-share.fixed-pos {
  position: fixed;
}
section.blog-details-block .social-share {
  position: absolute;
  top: 0px;
  transition: all 0.5s ease 0s;
  padding-top: 0;
}

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

.top-bar {
  position: absolute;
  width: 66.5%;
  height: 90px;
  left: 0;
  top: -2px;
  background: #fff;
  z-index: 1;
}
.bottom-bar {
  position: absolute;
  width: 66.5%;
  height: 90px;
  right: 0;
  bottom: -2px;
  background: #fff;
  z-index: 1;
}
.bottom-bar:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 135px solid transparent;
  position: absolute;
  right: 100%;
  bottom: 0;
}
.top-bar:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 90px solid #fff;
  border-right: 135px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.top-bar.reverse {
  z-index: 9;
  left: auto;
  right: 0;
}
.bottom-bar.reverse {
  right: auto;
  left: 0;
}
.top-bar.reverse:after {
  border-bottom: 90px solid transparent;
  border-right: 135px solid #fff;
  position: absolute;
  right: 100%;
  bottom: 0;
  border-top: 0;
  left: auto;
  top: auto;
}
.bottom-bar.reverse:after {
  border-top: 90px solid transparent;
  border-left: 135px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  border-bottom: 0;
  right: auto;
  bottom: auto;
}
.footer-cta-img .top-bar,
.footer-cta-img .bottom-bar {
  height: 40px;
}
.footer-cta-img .top-bar {
  right: auto;
  left: 24vw;
}
section.multipurpose-boxes
  .cta-columns
  .cta-columns-wrap
  .small-img-item
  a.box-link-wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}
.faq-heading .text-content-wrapper .intro-content {
  padding: 0;
}
section.form-section .form-wrap {
  width: calc(50% + 5vw);
  margin-left: -5vw;
  z-index: 0;
  padding-left: calc(5vw + 40px);
}
section.form-section .form-sec-bg {
  z-index: 1;
}
.vt-section-content h2,
.vt-section-content h3 {
  text-transform: capitalize;
}


/* ====== No heading, Subheading and Images styles ===== */

.no-head-sub .intro-content, 
.no-intro-description .intro-heading,
section.footer-cta.two-columns.full-width-section .cta-container .footer-cta-text
{
  width: 100%;
  text-align: center;
}

section.form-section.full-width-section .form-wrap{
  margin: 0 auto;
  padding: 50px 40px;
}

section.form-section.full-width-section .form-wrap .subcol{
  margin: 0 auto;
}

section.form-section.full-width-section .form-wrap .subcol h2{
  text-align: center;
  padding-left: 0px;
}

/* ============Take a tour intro section ========== */
.tour-intro.image-text-block .it-container.container{
  max-width: unset;
  width: 100%;
}


.tour-intro.image-text-block .col.right-col .it-section{
  padding: 0;
  display: flex;
}

.tour-intro.image-text-block .col.right-col
{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.tour-intro.image-text-block .col.left-col{
  background-size: cover;
  background-position: center;
  margin-right: 50px;
  width: 100%;
  height: 28vw;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
  margin-top: 80px;
  margin-left: calc(50% - 735px);
}

.tour-intro.image-text-block .col.left-col img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ====== Responsive styles ===== */

@media screen and (max-width: 1680px){
  h1.hero-title
 
  {
    font-size: 2.8rem;
}

h1.section-title{
  font-size: 3.3rem;
}
section.hero-banner h2.hero-subtitle {
  font-size: 1.8rem;
}
header .logo-section a.logo img{
  max-height: 65px;
}
h2.section-title,
section.tabs-block .tabs-amenities .tabs-stage .tab-content h2
{
  font-size: 2rem;
}
section.home-floorplans .filter .filter-item,
section.footer-cta .section-buttons a.btn
{
  padding: 10px 25px;
  min-width: 180px;
}
body .slick-prev:before, body .slick-next:before{
  font-size: 2.6rem;
}
section.tabs-block .tabs-amenities .tabs-stage .tab-content h3,
h3.section-sub-title
{
  font-size: 1.3rem;
}
.gallery-expand svg{
  margin-top: 20px;
}
.gallery-expand{
  width: 80px;
  height: 80px;
}
section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2 {
  font-size: 1.5rem;
}
.nb-scores .score-inner{
  font-size: 6rem;
}
.footer-right li.footer-menu-item a.menu-item-link{
  padding: 0;
}
.contact-page-logo img,
.footer-left img
{
  max-width: 180px;
}
.office-hours > p{
  font-size: 1.3rem;
}
section.resident-sections h2.resident-section-title {
  font-size: 1.6rem;
}
section.resident-sections h3.resident-section-subtitle{
  font-size: 1.1rem;
  font-weight: 600;
}
.listing-container .post-item.single-blog .post-info h4.single-post-title a{
  font-size: 24px;
}
section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4 span{
  font-size: 1.4rem;
  margin-right: 5px;
}

section.resources-boxes .resources-boxes-wrapper .flexi-resource-links .single-resource .single-resource-header h4,
section.resources-section .fixed-links a.fixed-resource-link
{
  font-size: 1.3rem;
}

#resources-boxes{
  padding-top: 50px;
}
}

@media screen and (max-width: 1675px) {
  html {
    font-size: 14px;
  }

  .container,
  section.hero-banner .slider-container .slick-dots,
  .image-text-block .amnety-header .container {
    max-width: 1366px;
  }
  header ul.main-menu {
    height: 100px;
  }
  header ul.main-menu li.menu-item {
    height: 30px;
  }
  section.home-floorplans .filter .filter-item {
    min-width: 180px;
  }
  .image-text-block .it-container .image-wrapper
  {
    width: calc(100% - (50vw - 560px));
  }
  .reverse .amnety-header .image-wrapper {
    margin-left: calc(50vw - 560px);
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding-left: calc(50% - 675px);
  }
  section.contact-intro {
    padding-left: 0;
  }

  section.contact-intro .equal-height {
    flex-flow: row-reverse;
  }

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

  section.contact-intro .equal-height .right-col .subcol .contact-page-logo {
    padding-bottom: 0;
  }

  .contact-page-desc .address-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 1440px) {
  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding-left: calc(50% - 575px);
  }
  .container,
  section.hero-banner .slider-container .slick-dots,
  .image-text-block .amnety-header .container,.faq-page-container  {
    max-width: 1120px;
  }
  ul.policy-nav li {
    padding: 0 10px;
  }
  section.home-gallery .left-col {
    padding-left: calc(40% - 440px);
  }
  .footer-left {
    width: 35%;
    padding-left: calc(35% - 345px);
  }
  .footer-right {
    width: 65%;
  }
  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    ul.amenities-grid {
    padding-left: calc(50vw - 650px);
  }
  section.floorplans-listing .flp-listing {
    max-width: 1280px;
  }
  section.floorplans-listing .single-floorplan .flp-swaps a {
    width: 40px;
    font-size: 16px;
  }
  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper {
    margin-left: calc(50% - 540px);
  }
  .footer-right img {
    max-width: 120px;
  }
  section.footer-cta .section-buttons a.btn {
    min-width: 180px;
  }
  .listing-container .post-item .item-details .post-info h4.single-post-title {
    font-size: 1.5rem;
  }
  .floorplan-filters .more-flp-filters div select {
    min-width: 110px;
  }
  .type-grid .vt-flp-info {
    width: 100%;
  }
  .type-grid .virtual-tour-btns {
    width: 100%;
    justify-content: center;
  }
  .type-grid .vt-flp-info h2 {
    text-align: center;
  }
  header .menu-trigger,
  .container.menu-right .menu-trigger
  {
    width: auto;
  }

  .faq-section.full-width-section{
    width: 100%;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content, 
  section.hero-banner .slide-flex-wrapper .container .video-content{
    width: 65%;
  }

  .gallery-expand {
    width: 60px;
    height: 60px;
  }

  .gallery-expand svg {
    margin-top: 20px;
    height: 35%;
}

.available_flp h2, .unavailable_flp h2 {
  font-size: 1.6rem;
}

.footer-right li.footer-menu-item a.menu-item-link{
  padding: 0;
}

.nb-scores .score-inner {
  font-size: 5rem;
}

.score-desc{
  padding: 0px;
}

section.gallery-section .gallery-tabs .gallery-tabs-nav{
  text-align: left;
}

.tour-intro.image-text-block .it-container.container{
  max-width: 1120px;
  width: 100%;
  padding: 0 25px;
}

.tour-intro.image-text-block .col.left-col{
  margin: 0;
}

}

@media screen and (max-width: 1280px) {
  .container,
  section.hero-banner .slider-container .slick-dots,.faq-page-container {
    max-width: 980px;
  }
  .image-text-block .it-section,
  section.home-floorplans .filter,
  .contact-block .subcol,
  section.contact-intro .subcol {
    padding-left: calc(50vw - 40em);
    padding-right: 50px;
  }
  section.tabs-block .tabs-amenities .tabs-nav {
    width: 100%;
  }
  .floorplan-filters .more-flp-filters div h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  section.floorplans-listing .single-floorplan {
    width: calc(50% - 20px);
  }
  .vt-tour-section .container {
    padding: 0 25px;
  }
  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding: 40px;
    padding-left: calc(50% - 485px);
    width: 90%;
    padding-right: 100px;
  }
  section.form-section .form-wrap .subcol {
    padding-left: 0;
  }
  .footer-left img {
    max-width: 200px;
  }
  .footer-left {
    padding-left: calc(35% - 300px);
  }
  .footer-right li.footer-menu-item a.menu-item-link {
    font-size: 1rem;
  }
  .attribution {
    margin-left: 0;
    float: left;
    margin-top: 20px;
    padding-left: 0px;
  }
  .attribution a {
    margin-left: 0;
  }
  .attribution a img {
    margin-left: 0;
  }
  section.home-gallery .left-col {
    padding-left: 50px;
  }
  section.home-floorplans .floorplans-slick {
    margin-left: 30% !important;
  }
  ul.policy-nav li:first-child {
    border: 0;
  }
  .image-text-block .it-container .image-wrapper
  {
    width: calc(100% - (50vw - 486px));
  }
  .reverse .amnety-header .image-wrapper {
    margin-left: calc(50vw - 486px);
  }
  .image-text-block .amnety-header .container {
    padding: 0 25px;
  }
  h1.hero-title {
    font-size: 2.5rem;
}
section.hero-banner h2.hero-subtitle {
  font-size: 1.6rem;
}
section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item .mp-box-content h2 {
  font-size: 1.3rem;
}
section.contact-intro .equal-height .right-col .subcol .contact-page-desc{
  padding-top: 0px;
}
section.resident-sections h3.resident-section-subtitle{
  font-weight: 500;
}
section.resident-sections h2.resident-section-title {
  font-size: 1.5rem;
}

.listing-container .post-item.single-blog .post-info h4.single-post-title a {
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 12px;
  font-weight: 600;
}

}

@media screen and (min-width: 1200px){
  section.neighborhood .nbp-filter-places .bottom-bar {
    width: 85%;
}
}

@media screen and (max-width: 1024px) {
  .walscore-container h2.section-title,
  .walscore-bg,
  .walscore-text,
  .nb-scores {
    width: 100%;
  }

  .walscore-bg,
  .walscore-text {
    left: 0;
    padding-left: 0;
  }

  .walscore-bg {
    -webkit-clip-path: none;
    -moz-clip-path: none;
    clip-path: none;
  }

  .walk-score-section .walscore-container {
    padding: 0 0 50px;
  }

  .walk-score-section .nb-scores {
    margin: 15px 0;
  }

  .walscore-text .walk-score-text {
    flex-flow: row;
  }

  .walscore-container h2.section-title {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 15px;
    margin-top: -30px;
  }

  .nb-scores .score-inner {
    font-size: 5rem;
  }
  section.neighborhood .fliters-map-container {
    width: 100%;
  }
  section.neighborhood .nbp-filter-places {
    width: 100%;
    margin-right: 0px;
    margin-top: 0;
    float: inherit;
    padding-bottom: 80px;
  }
  section#neighborhood {
    padding-bottom: 0px;
  }
  section.neighborhood a.nb-map-filter {
    padding: 0 2%;
  }
  .floorplan-filters .more-flp-filters div {
    padding: 15px;
  }
  section.footer-cta.overlapping-text-box {
    margin-bottom: 100px;
  }
  section.footer-cta {
    padding-bottom: 80px;
  }
  section.tabs-block .tabs-amenities .tabs-nav li a .property-logo-img.tab-image .flp-pmc-logo {
    max-width: 100px;
  }
  section.faq-section .question a.que-bg{
    font-size: 1.5rem;
  }

  .container.faq-grid{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 13px;
  }

  .header {
    height: 100px;
  }

  h1.hero-title {
    font-size: 3.625rem;
  }

  header .main-menu-wrapper,
  header .right-menu {
    display: none;
  }
  header.collapsed .menu-trigger {
    margin-left: auto;
  }
  header .menu-trigger {
    display: flex !important;
    margin-left: auto;
  }

  .container,
  section.hero-banner .slider-container .slick-dots,.faq-page-container  {
    max-width: 100%;
    padding: 0 25px;
  }
  
  header .logo-section a.logo img {
    margin: 10px 0;
  }

  .header-cta,
  header.collapsed .header-cta {
    display: none;
    padding-top: 25px;
  }
  header .menu-trigger span {
    left: auto;
    right: 0px;
  }
  .intro-content {
    padding-left: 0px;
  }
  .main-menu-panel .header-cta {
    display: flex;
  }

  .resources-heading .container,
  .policy-heading .container {
    padding: 0 25px;
  }

  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: left;
  }

  .image-text-block.image-position-left .col.right-col,
  .image-text-block.image-position-right .col.right-col {
    padding: 50px 25px;
  }

  .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: 50px 0 0;
  }

  .image-text-block.image-position-left .col.right-col {
    width: 100%;
    margin: 0 auto;
    float: none;
    right: auto;
    padding: 0 25px;
  }

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

  .image-text-block.image-position-right .col.left-col {
    right: 0;
    width: 100%;
    height: 75vw;
    order: 1;
  }

  .amenities-section.image-text-block.image-position-right .col.left-col,
  .amenities-section.image-text-block.image-position-left .col.left-col
  {
    height: auto;
  }

  .amenities-section.image-text-block.image-position-right .col.amnety-header,
  .amenities-section.image-text-block.image-position-left .col.amnety-header
  {
    padding: 100px 0px 80px;
  }

  .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.home-floorplans .col.flp-slider-tab .floorplans-text {
    max-width: 100%;
    padding: 0;
  }

  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;
    padding: 0;
    margin: 0;
  }

  section.home-floorplans .col.flp-slider-tab .filter span {
    display: none;
  }

  section.home-floorplans .col.flp-slider-tab .filter .filter-item {
    text-align: center;
    padding: 10px;
    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 25px 10px;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details {
    flex-flow: column;
    justify-content: center;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

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

  .available_flp, .unavailable_flp {
    margin-left: 0px;
  }

  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: calc(100% - 50px);
    order: 1;
  }

  section.form-section .equal-height .form-wrap {
    width: 100%;
    order: 2;
    margin: 0px auto;
    padding: 50px 25px 0;
  }

  section.form-section .equal-height .form-wrap .subcol {
    margin: 0;
    padding: 0 0 50px;
    max-width: 100%;
  }

  section.form-section .equal-height .form-wrap .subcol .formmangr-col {
    width: 100%;
    padding: 0;
  }

  section.map-wrapper {
    height: 60vw;
  }

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

  div.footer-lower .copyright-area {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
  }

  div.footer-lower .copyright-area .copyright-text,
  div.footer-lower .copyright-area .property-icons,
  div.footer-lower .copyright-area ul.policy-nav {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  div.footer-lower .copyright-area .copyright-text {
    order: 2;
  }

  div.footer-lower .attribution {
    position: inherit;
    width: 100%;
    text-align: center;
  }

  section.inner-hero.overlapping-text-box
    .inner-hero-container
    .inner-hero-text
    .text-wrap
    h1 {
    text-align: center;
    padding: 0 20px;
  }

  section.text-block .text-section {
    padding: 0 25px;
  }

  section.faq-section .container {
    padding: 0 25px;
  }

  section.faq-section .answer,
  section.faq-section .question {
    padding: 0 40px 40px 0;
  }

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

  .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%;
    order: 2;
  }

  section.floorplans-listing .flp-header-l span {
    margin-bottom: 30px;
  }

  section.floorplans-listing .single-floorplan {
    padding: 20px 0;
  }

  .floorplan-filters {
    padding: 0 25px;
  }

  .floorplan-filters h2 {
    margin-right: 20px;
  }

  .floorplan-filters a.flp-filters-trigger {
    width: 150px;
    right: 0;
  }

  .floorplan-filters select.flp-bedrooms {
    width: 200px;
    margin-left: 0;
  }

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

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

  .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#floorplans-listing {
    padding-top: 0;
  }

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

  .main-content {
    margin-bottom: 50px;
  }

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

  .footer-left li.footer-menu-item a:after {
    display: none;
  }

  .main-menu-panel {
    padding: 50px 20px;
  }

  .bg-pattern {
    max-width: 100px;
  }

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

  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .mp-box-content
    h2:after {
    display: none;
  }

  section.multipurpose-boxes {
    padding-bottom: 50px;
    padding-top: 0;
  }

  section#home-gallery {
    padding-bottom: 20px;
    padding-top: 0;
  }

  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%;
    padding: 30px 0px;
  }

  .floorplan-filters a.flp-filters-trigger {
    padding: 17px 10px;
    right: 15px;
  }

  .type-grid .single-virtual-tour {
    width: calc(50% - 30px);
  }

  .listing-container,
  section.blog-details-block .container {
    padding: 0 25px;
  }

  section#home-gallery .text-content-wrapper {
    padding: 50px 25px;
  }

  .mobile-home-flp-filter {
    display: block;
    width: 100%;
  }



  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper {
    margin-left: calc(50% - 350px);
    height: 40vw;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper
    .intro-slider
    .slick-slide {
    height: 100%;
  }

  section.home-floorplans .floorplans-slick .slick-list {
    overflow: hidden;
  }

  section.home-floorplans .floorplans-slick {
    width: 100%;
    margin-left: auto !important;
    padding: 0 20px;
    max-width: 100%;
  }

  section.home-floorplans .slick-slide .floorplan-slide-img {
    padding-bottom: 100%;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details h2 {
    font-size: 2.5rem;
  }

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

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

  section.home-floorplans .flp-slider .floorplans-container {
    padding: 0px;
  }

  section.home-floorplans .slick-slide .floorplan-slide-details {
    margin: 0px auto;
    max-width: 100%;
  }

  section.home-floorplans
    .slick-slide
    .floorplan-slide-details
    a.flp-details-btn {
    margin: 0;
  }

  section.tabs-block .tabs-amenities .tabs-nav li a .col-bg {
    margin-top: 50px;
    height: calc(100% - 110px);
  }

  section.tabs-block .tabs-amenities .tabs-nav li:first-child {
    margin-left: -30px;
  }

  section.tabs-block .tabs-amenities .tabs-nav li.active {
    width: calc(55% + 70px);
  }

  .gallery-expand {
    width: 50px;
    height: 50px;
  }

  section.home-gallery .left-col {
    padding-left: calc(40% - 255px);
  }

  section.home-gallery .gallery-expand svg {
    margin-top: 12px;
  }

  section.home-gallery .right-col {
    padding-left: 100px;
  }

  .footer-left img {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .footer-left ul.social-links {
    text-align: center;
    padding-bottom: 0;
  }

  section.site-footer .footer-left,
  section.site-footer .footer-right {
    text-align: center;
  }

  section.site-footer .footer-right{
    padding-bottom: 0px;
  }

  section.home-floorplans .col.flp-slider-tab .floorplans-text,
  .image-text-block .it-section,
  section.home-floorplans .filter,
  .contact-block .subcol,
  section.contact-intro .subcol {
    padding-right: 0;
  }

  .container.faq-grid {
    flex-flow: column;
  }

  .faq-description {
    width: 100%;
    padding-right: 0;
  }

  .faq-section {
    width: 100%;
  }

  .faq-section.block-padding-medium{
    padding: 0px;
  }

  section.faq-section .container,
  section.faq-section .answer,
  section.faq-section .question {
    padding: 0;
  }

  section.faq-section .question a.que-bg {
    padding: 20px;
  }

  .intro-heading {
    margin-bottom: 20px;
  }

  section.hero-banner .slide-flex-wrapper .container {
    padding-left: 0;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding-left: 40px;
  }

  section.home-gallery .left-col {
    padding-left: 25px;
  }

  section.home-floorplans .col.flp-slider {
    padding-right: 0;
  }
  section.home-floorplans .slick-slide {
    transform: none;
  }

  .overlapping-text-box .equal-height .intro-heading,
  .overlapping-text-box .equal-height .intro-content {
    width: 100%;
    text-align: center;
  }

  h2.section-title br {
    display: none;
  }

  section.footer-cta.two-columns .cta-container {
    flex-flow: column;
  }

  section.footer-cta.two-columns .cta-container .footer-cta-img,
  section.footer-cta.two-columns .cta-container .footer-cta-text,
  .image-text-block .col.right-col.amnety-list .col-6 {
    width: 100%;
  }

  .footer-cta-img .top-bar {
    left: 35vw;
  }

  .image-text-block.image-position-left .col.amnety-header,
  .image-text-block.image-position-right .col.amnety-header {
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
  }

  .col-6.amenity-block-headeings {
    width: 100%;
    padding-top: 0;
  }

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

  .image-text-block .it-section .amenities-grid {
    padding: 0 20px;
  }
  .text-content-wrapper .intro-content {
    padding-left: 0;
    width: 100%;
  }
  section#faq-heading .container {
    padding: 0;
  }
  h1.section-title {
    font-size: 3.5rem;
  }
  .home-flp-desktop-filters {
    display: none;
  }
  section.home-floorplans .slick-slide.slick-active + .slick-slide {
    opacity: 0;
  }

  div#map-canvas{
    clip-path: polygon(0% 70px, 85% 70px, 90% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  section.neighborhood .nbp-filter-places .bottom-bar:after {
    border-left: 75px solid transparent;
    border-bottom: 40px solid #fff;
  }

  section.neighborhood .nbp-filter-places .bottom-bar {
    height: 40px;
  }
  .text-content-wrapper .intro-heading, 
  .text-content-wrapper .intro-content{
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  section.image-gallery-heading .intro-content{
    text-align: center;
  }
  section.footer-cta.two-columns .cta-container .footer-cta-text .text-wrap{
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .tab-content-wrap .intro-heading, 
  .tab-content-wrap .intro-content{
    width: 100%;
  }

  .tour-intro.image-text-block .col.right-col .it-section{
    flex-direction: column;
  }
  .tour-intro .intro-heading, 
  .tour-intro .intro-content{
    width: 100%;
    text-align: center;
  }
  .tour-intro.image-text-block .col.left-col{
    height: 40vw;
  }
  .inner-faq-section, .home-faq-section{
  padding: 50px 0;
}
.faq-page-container{
  padding-top: 50px;

}
.faq-page-container .text-section{
    width: 100%;
    padding-right: 0px;

}

 .faq-page-container .container:nth-child(2){
    width: 100%;
    padding: 0;}
    .faq-page-container .text-section .text-content-wrapper {
    text-align: center;
}
}

@media screen and (max-width: 767px) {
  section.hero-banner .video-wrapper iframe#hero_vimeo_bg, section.hero-banner .video-wrapper iframe.youtube-video {
    display: none;
  }
  h1.hero-title {
    font-size: 2.8rem;
  }
  header .logo-section a.logo .header-logo-text {
    padding-top: 0px;
  }
  header .menu-section {
    width: 150px;
  }

  header.collapsed .header-cta {
    display: none;
  }

  header .logo-section {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
  }

  header .logo-section a.logo,
  header.fixed .logo-section a.logo {
    height: 50px;
  }
  header .logo-section .header-logo {
    width: 150px;}
  .container,
  header .container {
    padding: 0 20px;
  }
  .slide-content-box {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  header .menu-trigger span {
    left: auto;
    right: 0px;
  }

  h2.section-title {
    font-size: 30px;
  }

  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.hero-banner .slide-flex-wrapper {
    padding: 100px 0;
  }
  section.multipurpose-boxes
    .cta-slider-small
    .slick-list
    .slick-track
    .slick-slide
    .mp-box-content {
    padding: 50px;
  }
  a.scroll-trigger {
    bottom: 76px;
  }
  section.hero-banner .scroll-down {
    height: 50px;
  }
  section.hero-banner .scroll-down:after {
    border-bottom: 50px solid #fff;
  }
  section.floorplans-listing .flp-listing .single-floorplan .flp-header {
    width: 100%;
    border: 0;
    display: flex;
    flex-flow: column;
  }

  .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: 100%;
    text-align: center;
  }

  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;
    text-align: right;
  }

  section.floorplans-listing
    .flp-listing
    .single-floorplan
    .flp-header
    .flp-swaps
    a {
    width: 50%;
    text-align: center;
    padding: 10px;
    margin: 0;
  }

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

  section#floorplans-intro {
    padding-bottom: 0;
  }

  .flp-images, .flp-sldr-wrapper{
    width: 100%;
  }

  .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: 60%;
    padding: 20px 0 0;
  }

  .virtual-tour-btns {
    width: 40%;
    align-content: flex-end;
    justify-content: flex-end;
    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.neighborhood .nbp-fliter-dropdown {
    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%;
  }

  section.gallery-section .gallery-tabs .gallery-stage {
    padding-top: 0;
  }

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

  iframe.special-vr-iframe {
    height: auto;
  }

  .block-padding-medium {
    padding: 35px 0;
  }

  .vt-tour-section {
    padding-bottom: 35px;
  }

  .amp-slide_in {
    width: 100%;
  }

  .bg-pattern {
    background-size: 80px;
  }

  section.tabs-block .tabs-amenities-images {
    min-height: 350px;
  }

  section.resident-sections .single-resident-section {
    width: 100%;
    margin: 20px 0px;
    height: auto;
  }

  section.resident-sections .single-resident-section .resident-section-content {
    padding: 20px 80px 20px 30px;
  }

  #home-gallery .gallery-grid-modular .magnific-img {
    width: 100% !important;
    height: 90vw !important;
    margin: 10px 0 !important;
  }

  #home-gallery .gallery-grid-modular .magnific-img:nth-child(10n + 4),
  #home-gallery .gallery-grid-modular .magnific-img:nth-child(10n + 5) {
    width: 100% !important;
  }

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

  .main-menu-panel ul.main-menu li.menu-item a.menu-item-link {
    padding: 10px 20px;
  }

  .main-menu-panel ul.main-menu li.menu-item {
    width: 100%;
  }

  .main-menu-panel ul.main-menu li.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: 20px 0;
  }

  .main-menu-panel ul.social-links {
    width: 100%;
    float: none;
    padding-top: 20px;
    order: 4;
  }

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

  section.site-footer .footer-left {
    padding: 30px 25px 20px;
  }

  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 25px;
  }

  .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: 50px;
  }

  section.contact-intro {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .overlapping-text-box .equal-height,
  .image-text-block .amnety-list .equal-height {
    flex-flow: column;
  }

  .overlapping-text-box .equal-height .intro-heading,
  .overlapping-text-box .equal-height .intro-content {
    width: 100%;
  }

  .image-text-block.image-position-left
    .col.left-col.home-intro-slider-wrapper {
    margin-left: calc(50% - 180px);
  }

  section.home-floorplans .col.flp-slider-tab .filter {
    display: block;
  }

  section.tabs-block .tabs-amenities .tabs-nav li a .col-bg {
    margin-top: 20px;
    height: calc(100% - 70px);
  }

  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    .container.equal-height {
    flex-flow: column;
    padding: 0;
  }

  section.tabs-block .tabs-amenities .tabs-stage {
    padding: 0 20px;
  }

  .intro-heading,
  .intro-content {
    width: 100%;
  }

  .gallery-expand {
    display: none;
  }

  .gallery-grid {
    padding: 0 15px;
    width: 100%;
    height: 30vh;
  }

  section.tabs-block
    .tabs-amenities
    .tabs-stage
    .tab-content
    .tab-content-wrap
    ul.amenities-grid
    li {
    padding-left: 0;
  }

  section.home-gallery .container-full.equal-height {
    flex-flow: column;
    padding: 0 20px;
  }

  section.home-gallery .left-col,
  section.home-gallery .right-col {
    width: 100%;
  }

  section.home-gallery .right-col {
    padding-left: 0;
  }

  section.form-section .equal-height .form-wrap {
    padding: 80px 20px 50px;
  }

  section.form-section .equal-height .form-wrap .subcol {
    padding: 0;
  }

  section.form-section .form-wrap .subcol h2 {
    padding-left: 0;
  }

  section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item,
  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .box-img {
    height: 70vw;
  }

  section.multipurpose-boxes
    .cta-columns
    .cta-columns-wrap
    .small-img-item
    .box-img
    .caption-bg {
    opacity: 0.5;
  }

  .gallery-grid .gallery-grid-modular .gallery .item.magnific-img {
    display: inline-block;
    position: unset;
    width: 32% !important;
    height: 20vw !important;
    margin-bottom: 20px;
    padding: 5px;
  }

  section.home-gallery .right-col {
    height: 60vw;
    padding-right: 0;
  }

  section.footer-cta.two-columns .cta-container {
    flex-flow: column;
  }

  section.footer-cta.two-columns .cta-container .footer-cta-img,
  section.footer-cta.two-columns .cta-container .footer-cta-text {
    width: 100%;
  }

  .gallery-grid .gallery-grid-modular {
    width: 100%;
  }

  .top-bar,
  .bottom-bar {
    height: 40px;
  }

  .top-bar:after {
    border-right: 75px solid transparent;
    border-top: 40px solid #fff;
  }

  section.hero-banner .scroll-down:after {
    border-left: 75px solid transparent;
  }

  .bottom-bar:after {
    border-left: 75px solid transparent;
    border-bottom: 40px solid #fff;
  }

  .overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse,
  .overlapping-text-box .cta-container .footer-cta-img .bottom-bar.reverse {
    height: 50px;
  }

  .overlapping-text-box .cta-container .footer-cta-img .top-bar.reverse:after {
    border-right: 75px solid transparent;
    border-top: 50px solid #fff;
  }

  .overlapping-text-box
    .cta-container
    .footer-cta-img
    .bottom-bar.reverse:after {
    border-left: 75px solid transparent;
    border-bottom: 50px solid #fff;
  }

  section.footer-cta.overlapping-text-box {
    padding: 100px 0;
  }

  section.hero-banner .scroll-down {
    width: 50%;
  }

  section.hero-banner .slide-flex-wrapper .container {
    padding: 0;
  }

  section.form-section .form-wrap .subcol .form-outer {
    padding-bottom: 50px;
  }

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

  section.home-gallery {
    padding: 75px 0;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content,
  section.hero-banner .slide-flex-wrapper .container .video-content {
    padding: 40px;
    padding-left: 20px;
    width: 95%;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    clip-path: none;
    margin: 0 auto;
  }

  .text-content-wrapper .intro-content {
    padding-left: 0;
  }

  .amnety-header col-6,
  .col-6.amenity-block-headeings {
    width: 100%;
  }

  .image-text-block .amnety-list .equal-height .col-6,
  .image-text-block .amnety-list .equal-height .col-6.it-section {
    width: 100%;
    margin: 0;
  }

  .reverse .amnety-header .col-6 {
    float: none;
    width: 100%;
  }

  .image-text-block .it-section .amenities-grid {
    padding: 0;
  }

  .image-text-block.image-position-right .col.right-col,
  .image-text-block.image-position-left .col.right-col,
  .image-text-block.image-position-right .col.left-col {
    padding: 0;
    display: flex;
    align-items: center;
  }

  .col-6.amenity-block-headeings {
    padding-top: 0px;
  }

  /* section.flp-slide-in {
    display: none;
  } */

  .footer-right {
    padding: 30px 20px;
  }

  .footer-right li.footer-menu-item {
    margin-bottom: 15px;
  }

  ul.footer-menu-wraper {
    border: 0;
  }

  .footer-cta-img .top-bar {
    left: 34vw;
  }

  section.multipurpose-boxes .cta-columns .cta-columns-wrap .small-img-item {
    margin-top: 50px;
  }
  section.multipurpose-boxes:last-child{
    padding-bottom: 50px;
  }
  section.floorplan-filters {
    padding: 0px;
  }

  section.floorplans-listing .flp-listing .single-floorplan {
    margin: 0;
  }

  section.floorplans-listing .flp-listing .single-floorplan h2.flp-title {
    margin-top: 0;
  }

  section.neighborhood .nbp-filter-places {
    padding: 40px 10px;
    padding-bottom: 70px;
  }

  section.gallery-section .gallery-tabs .img-gallery-magnific {
    column-count: 1;
  }

  .overlapping-text-box .footer-cta-text .text-wrap {
    flex-flow: column;
  }

  .overlapping-text-box .footer-cta-text .text-wrap .headdings-wrapper,
  .overlapping-text-box .footer-cta-text .text-wrap .content-wrapper {
    width: 100%;
  }

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

  section.gallery-section .gallery-tabs .gallery-tabs-nav {
    display: none;
  }

  .contact-intro .top-bar,
  .contact-intro .bottom-bar {
    height: 30px;
  }

  section.blog-listing-block.block-padding-medium {
    padding-top: 50px;
  }

  .top-bar.reverse:after {
    border-bottom: 50px solid transparent;
    border-right: 50px solid #fff;
  }

  .bottom-bar.reverse:after {
    border-top: 50px solid transparent;
    border-left: 50px solid #fff;
  }

  section.tabs-block .tabs-amenities .tabs-nav li span.home-amnety-tab-name {
    padding-left: 12vw;
  }

  section.footer-cta.two-columns .cta-container .footer-cta-img {
    height: 70vw;
  }
  .overlapping-text-box .equal-height,
  .image-text-block .amnety-list .equal-height {
    flex-flow: column;
  }
  section.form-section .equal-height .form-wrap {
    padding-bottom: 0;
    padding-top: 30px;
  }
  section.form-section .form-wrap .subcol div#submit {
    text-align: left;
    padding-left: 0;
  }
  section.text-block .text-section {
    padding: 0 20px;
  }
  
  section.footer-cta .section-buttons a.btn {
    min-width: 150px;
  }
  section.gallery-section .gallery-tabs select.gallery-tabs-nav {
    display: block;
  }
  section.gallery-section .gallery-tabs .gallery-stage .vr-tour-listing.pt-s {
    padding-top: 30px;
  }
  .single-virtual-tour .vt_img {
    width: 100%;
  }
  section#home-gallery .text-content-wrapper {
    padding: 50px 0px;
  }
  section.site-footer .footer-right {
    padding-bottom: 70px;
  }
  section.tabs-block .tabs-amenities .tabs-nav li a .property-logo-img.tab-image .flp-pmc-logo {
    max-width: 50px;
  }

  section.tabs-block .tabs-amenities .amenities-grid-wrap{
    margin-bottom: 0px;
  }
  section.tabs-block .tabs-amenities .tabs-stage .tab-content .tab-content-wrap ul.amenities-grid{
    padding-bottom: 0px;
  }

  h1.section-title{
    font-size: 3rem;
  }

  div#map-canvas{
    clip-path:unset;
  }
  .amenities-grid-wrap .show-more, .amenities-section .show-more{
    text-align: center;
  }

  .swifty-gallery-mobile-tabs-dropdown {
    display: block;
    background-color: #ededed !important;
  }
  section.home-slider-floorplan{
    margin-top: 50px;
  }

  .floorplan-filter{
    margin-top: 50px;
  }

  section.contact-intro .equal-height {
    flex-flow: column;
  }

  .tour-intro.image-text-block .col.left-col{
    clip-path: unset;
  }
  .faq-page-container{
  padding-top: 35px;
  padding-bottom: 35px;
}
}

@media screen and (max-width: 575px) {
  .vt-flp-info {
    width: 100%;
  }
  .vt-flp-info h2 {
    text-align: center;
  }
  .virtual-tour-btns {
    width: 100%;
    justify-content: center;
  }
}
.dynamic-popups label.formmangr-field-label.show[for="time_to_call_field_name"], 
.dynamic-popups label.formmangr-field-label.show[for="pets_field_name"],
.dynamic-popups label.formmangr-field-label.show[for="contact_by_field_name"],
.dynamic-popups label.formmangr-field-label.show[for="referral_field_name"]  {
  display: none;
}

.amp-slide_in label.formmangr-field-label.show[for="time_to_call_field_name"], 
.amp-slide_in label.formmangr-field-label.show[for="pets_field_name"],
.amp-slide_in label.formmangr-field-label.show[for="contact_by_field_name"],
.amp-slide_in label.formmangr-field-label.show[for="referral_field_name"]  {
  display: none;
}
/* this is chages */

/* All-page FAQ bridge for legacy themes */
.all-page-faq-section .faq-accordion {
  width: 100%;
}
.all-page-faq-section .faq-item {
  position: relative;
}
.all-page-faq-section .faq-question {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 32px;
  padding: 0 48px 28px 0;
  position: relative;
  text-align: left;
  transition: 0.25s ease;
}
.all-page-faq-section .faq-question span {
  display: block;
}
.all-page-faq-section .faq-question .faq-icon,
.all-page-faq-section .faq-question .minus-plus {
  display: none;
}
.all-page-faq-section .faq-question:after {
  content: "+";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.all-page-faq-section .faq-question.active:after {
  content: "-";
}
.all-page-faq-section .faq-answer {
  display: none;
  overflow: hidden;
  padding: 0 0 28px;
  margin: -18px 0 32px;
}
.all-page-faq-section .faq-answer p:last-child {
  margin-bottom: 0;
}
