/*
	Theme Name: ORG 2023
	Theme URI: n/a
	Author: Abuv	
	Version: 2.0.0
	Description: n/a
	Author URI: https://abuvdesign.com	
*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
html {
  font-size: .88vw;
}
:focus-visible {
  outline: none;
}
body {
  font-family: 'DM Serif Display', serif;
  font-family: 'Noto Sans', sans-serif;
  background-color: #fff;
}
body > footer {
  position: sticky;
  top: 100vh;
}
.pg-content select {
  border: 2px solid #0079C0;
  padding: 2% 5%;
  font-size: 1.25rem;
  background-color: #0079C0;
  color: #fff;
  appearance: none;
  background-image: url("./assets/svg/drop-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  cursor: pointer;
}
#acnt-slctr {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2%;
  margin-bottom: 2%;
}
a#login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
  line-height: 100%;
}
a {
  text-decoration: none;
  color: #1e1e1e;
}
a.current {
  color: #0079C0;
}
a.logo {
  width: 100%;
  height: auto;
}
a.logo svg {
    width: 100%;
    height: auto;
}
a:hover {
  color: #c6c6c6;
}
h1 {
  font-size: 5rem;
  color: #0079C0;
  font-style: italic;
  font-weight: 900;
}
h2 {
  font-size: 4rem;
  color: #EB9486;
  font-weight: 500;
	font-style: italic;
	font-family: 'DM Serif Display', serif;	
}
h2.light {
  color: #fff;
}
h2.dark {
	color: #1D1D1D;
}
h3 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
}
h4 {
  font-size: 1.5rem;
}
img {
  vertical-align: middle;
}
.amco-1 {
  fill: #1d1d1d;
}
.amco-2 {
  fill: #0079c0;
}
ul {
  list-style: none;
}
ul ul {
    text-indent: 1rem;
}
a.wpgmza_infowindow_link {
	color: #0079C0;
}
a.wpgmza_infowindow_link:hover {
	color: #C6C6C6;
}
input {
	font-family: 'Noto Sans', sans-serif;
}
input:focus-visible {
  outline: none;
}
input[type="text"], input[type="number"] {
	font-size: 1rem;
}
nav#mobi-nav {
	display: none;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
}
header#main {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  z-index: 30;
}
header#prop-head {
  background-color: #0079C0;
  display: flex;
  flex-direction: row;
  z-index: 30;
}
header#prop-head a:not(.fnd-btn) {
	color: #fff;
}
header#prop-head a:hover:not(.fnd-btn) {
	color: #C6C6C6;
}
header .logo {
  display: flex;
  width: 15%;
  max-width: 216px;
  padding: 2% 0 1% 2%;
}
header .logo img {
  width: 100%;
  height: auto;
}
header nav#pg-nav {
  flex-grow: 1;
  padding: 2% 2% 1%;
}
header nav#pg-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
  height: 100%;
}
header nav#pg-nav ul li {
  display: inline;
}
header nav#ten-nav {
  width: 30%;
  padding: 2% 2% 1% 0;
}
header nav#ten-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  text-align: right;
	padding-left: 65%;
}
header nav#ten-nav ul li:not(:last-child) {
  padding-bottom: 5px;
}
header nav#ten-nav ul:first-child li {
	position: relative;
	cursor: pointer;
}
header nav#ten-nav ul:first-child li a {
	padding: 0 5px;
}
header nav#ten-nav ul li > ul {
	max-height:0;
	overflow: hidden;
}
header nav#ten-nav ul li:hover > ul {
    max-height: 1000px;
	padding: 10px 0;
}
header nav#ten-nav ul.navdrop {
  position: absolute;
  top: 100%;
  left: -2px;
  background-color: #c6c6c6;
  padding: 0;
  margin: 0;
 	width: calc(100% + 4px);
	transition: all .4s ease;
	height: auto;
}
header nav#ten-nav ul.navdrop li {
    width: 96%;
    margin-left: unset;
	padding: 2%;
}
header nav#ten-nav ul.navdrop li a {
  display: block;
  text-decoration: none;
  color: #fff;
	font-size: .75rem;
}
header nav#ten-nav ul.navdrop li a:hover {
	background-color: #0079C0;
	
}
nav#mobi-nav {
    z-index: 50;
    position: fixed;
    width: 65%;
    height: 100%;
	top: 0;
    right: -65%;
	-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#mobi-wich {
	position: fixed;
	background-color: #fff;
	width: 40px;
	height: 40px;
	top: 2%;
	right: 5%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobi-wich span  {
	display: block;
	background: #c6c6c6;
	height: 4px;
	width: 32px;
	position: absolute;
	  opacity: 1;
  left: 10%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#mobi-wich span:nth-child(1) {
  top: 4px;
}

#mobi-wich span:nth-child(2),#mobi-wich span:nth-child(3) {
  top: 18px;
}

#mobi-wich span:nth-child(4) {
  top: 32px;
}
#mobi-nav a#pay-rent {
    position: fixed;
    right: calc(5% + 50px);
    top: 2%;
	height: 36px;
	padding: 0 5px;
	-webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#mobi-nav a#pay-rent.open {
    right: 5%;
}
#mobi-nav a#apply-now {
    position: fixed;
    right: 5%;
    top: calc(2% + 50px);
	height: 36px;
	padding: 0 5px;
	-webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#mobi-nav a#apply-now.open {
    
}
#mobi-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    width: 100%;
    height: 100%;
}

#mobi-list ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
}
#mobi-nav.open {
	right: 0;
}
#mobi-wich.open {
	right: calc(65% - 60px);
}

#mobi-wich.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobi-wich.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobi-wich.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobi-wich.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.singprop-nav #mobi-wich {
	background-color: #0079C0;
}
.singprop-nav #mobi-wich span {
	background-color: #fff;
}
.singprop-nav #mobi-list {
	background-color: #0079C0;
}
img.logo-white {
  filter: brightness(0) invert(1);
}
#prop-head svg.logo-white path, footer a.logo svg.logo-white path {
  fill: #fff;
}
span.active {
  color: #0079C0;
}
.imgcontent, .flrcontent, .flrimgcontent {
	visibility: hidden;
	opacity: 0;
	transition: opacity 600ms ease-in, visibility 0ms ease-in 600ms;
	-webkit-transition: opacity 600ms ease-in, visibility 0ms ease-in 600ms;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.flrcontent {
  transition: opacity 1s ease-out;
  opacity: 0;
}

.flr-contain {
  flex: 1;
	position: relative;
}
article#photos-tours  .lg-img .active, .flr-contain .active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0ms;
	position: relative;
}
article#floorplans  .lg-img .active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0ms;
	position: absolute;
}
article#floorplans  .lg-img .flrimgcontent#flrimg1.active {
    position: relative;
}
footer {
  width: 100%;
  background-color: #1D1D1D;
  display: flex;
  flex-direction: column;
}
footer .row {
  padding: 0 10%;
  ;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  display: flex;
}
footer .row .column:first-child {
  width: 15%;
  max-width: 216px;
}
footer .row .column {
  display: flex;
  padding: 5% 2%;
}
footer .row .column ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer li, footer a {
  font-size: .88rem;
  color: #fff;
}
main#fp {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
main#fp article.ftrd {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
main article#lmnde.ftrd {
	display: flex;
	width: 95%;
    flex-direction: row;
    justify-content: center;
}
article#lmnde.srch {
	display: flex;
	width: 100%;
    flex-direction: row;
    justify-content: center;
	margin-bottom: 1%;
}
article#lmnde > a {
    margin: 0 1rem;
    width: calc(100% - 2rem);
    display: inline-block;
	max-width: 950px;
}
#fp article .column {
    z-index: 15;
}
main#fp article#lux-amen {
	margin-top: 10rem;
}
main#fp article#family-focused, main#fp article#apt-feat, main#fp article#conv-key {
    margin-top: 5rem;
}
main#fp article#pet-friendly {
  flex-direction: row-reverse;
  justify-content: start;
	margin-top: 5rem;
}
article#def {
  overflow: hidden;
}
article.ftrd img {
  width: 100%;
}
article.ftrd p {
  font-size: 1.5rem;
  padding-left: 40px;
}
article.ftrd .column {
  position: relative;
}
article.ftrd .column:first-child {
  width: 35%;
}
article.ftrd .column:last-child {
  width: 60%;
}
#family-focused .column:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 45.75%, #FFFFFF 88.7%);
  transform: rotate(-180deg);
}
article#cta, article#contact, article#about-us {
  width: 100%;
  position: relative;
}

article#contact .cntct-form {
  left: 2.5%;
}
#cntct-info {
  position: absolute;
  max-width: 15%;
  top: 14%;
  left: 45%;
  text-align: right;
}
#def #cntct-info {
  text-align: left;
  max-width: 30%;
  top: 30%;
  left: 12.5%;
  font-size: 1.25rem;
  z-index: 15;
}
#cntct-info span {
  width: 100%;
  display: inline-block;
}
#cntct-info span:first-child {
  font-weight: 800;
}
#cntct-info span:nth-of-type(2), #cntct-info span:nth-last-child(2) {
  margin-bottom: 4%;
}
#cta-search {
  position: absolute;
  top: 6%;
  left: 6%;
  z-index: 10;
  width: 50%;
}
#cta-search header {
  text-align: center;
}
#cta-search #search-box {
  width: 65%;
  padding: 00 17.5%;
  margin: 4% 0;
}
#cta-search #search-box form ul li.sf-field-submit {
  flex: .5;
}
.clipped {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding-top: 1%;
}
.clipped::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 102%;
  height: 102%;
  z-index: 10;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #FFFFFF 90%);
}
.clip-container {
  overflow: hidden;
  position: relative;
	width: 100%;
}
.main-clipping {
  width: 80%;
  height: 100%;
  position: relative;
  left: 30%;
}
article#about-us .clipped .clip-container {
  padding-top: 3%;
}
svg.roofs {
  width: 50%;
  display: inline-block;
  left: 0;
  top: 0;
}
svg.roofs .p1 {
  fill: #1d1d1d;
}
svg.lft-roof {
  position: relative;
  z-index: 10;
}
svg.rt-roof {
  transform: scale(-1, 1);
  transform-origin: center;
  position: absolute;
  left: calc(50% - 1px);
}
svg.roofs .p1.blue {
  fill: #0079C0;
}
svg.roofs .p1.grey {
  fill: #ededed;
}
svg.roofs.bhd {
  float: unset;
  top: 20%;
  position: absolute;
  right: 10%;
  left: unset;
}
article#contact .main-clipping {
  left: 35%;
}
article#contact .clipped {
  overflow: hidden;
}
.cta-building {
  position: absolute;
  z-index: 0;
  width: 100%;
  right: -12%;
  top: 0;
  height: auto;
}
.cta-building img {
  width: 100%;
}
article#about-us .cta-building {
	right: 8%;
}
#search-box form ul li.sf-field-submit input, #search-box form ul li.sf-field-reset input {
  width: 100%;
  height: 100%;
  font-size: .75rem;
  cursor: pointer;
  text-transform: uppercase;
}
.reset-btn {
  flex: .125;
  font-size: .75rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
input#prop-search {
  background: #ededed;
  position: relative;
  padding: 1.25%;
  border: 5px solid #fff;
  color: #c6c6c6;
  width: 100%;
  box-shadow: 0px 0px 0 2px #c6c6c6;
  margin: 1%;
  font-weight: 500;
}
input#prop-search::placeholder {
  color: #c6c6c6;
  font-weight: 500;
	font-size: 1rem;
}
.fnd-btn {
  background-color: #fff;
  border: solid 2px #c6c6c6;
  color: #c6c6c6;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
	transition: all .4s ease;
}
.fnd-btn:hover {
  background-color: #c6c6c6;
  border: solid 2px #c6c6c6;
  color: #fff;
  cursor: pointer;
}
article#next-home {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5% 1%;
	z-index: 15;
	background-color: #ededed;
}
article#next-home a {
  padding: 1% 2.5%;
  margin-left: 2%;
  display: flex;
  align-items: center;
}
main#fp article.ftrd#about-us {
  display: block;
  width: 100%;
  position: relative;
padding-top: 2.5%;
}
article.ftrd#about-us .column {
  position: absolute;
  left: 5%;
  top: 20%;
}
.multi1, .multi2 {
  position: absolute;
  z-index: -1;
  width: 60%;
  height: auto;
}
.multi1 {
  top: 10%;
  right: -20%;
}
.multi2 {
  left: -10%;
  bottom: -25%;
}
.fnd-btn.black-outln {
  background-color: #fff;
  border: solid 2px #1D1D1D;
  color: #1D1D1D;
}
.fnd-btn.black-outln:hover {
  background-color: #1D1D1D;
  border: solid 2px #1D1D1D;
  color: #fff;
}
.fnd-btn.blue-outln, li.sf-field-submit input, li.sf-field-reset input {
  background-color: #fff;
  border: solid 2px #0079C0;
  color: #0079C0;
}
.fnd-btn.blue-outln:hover, li.sf-field-submit input:hover, li.sf-field-reset input:hover {
  background-color: #0079C0;
  border: solid 2px #0079C0;
  color: #fff;
}
.fnd-btn.red-outln {
  background-color: #fff;
  border: solid 2px #EB9486;
  color: #EB9486;
}
.fnd-btn.red-outln:hover {
  background-color: #EB9486;
  border: solid 2px #EB9486;
  color: #fff;
}
.fnd-btn.white-solid {
  background-color: #fff;
  border: solid 2px #fff;
  color: #c6c6c6;
}
.fnd-btn.white-solid:hover {
  background-color: #c6c6c6;
  border: solid 2px #fff;
  color: #fff;
}
.fnd-btn.black-solid {
  background-color: #d1d1d1;
  border: solid 2px #d1d1d1;
  color: #fff;
}
.fnd-btn.black-solid:hover {
  background-color: #fff;
  border: solid 2px #d1d1d1;
  color: #d1d1d1;
}
.fnd-btn.red-solid {
  background-color: #EB9486;
  border: solid 2px #EB9486;
  color: #fff;
}
.fnd-btn.red-solid:hover {
  background-color: #fff;
  border: solid 2px #EB9486;
  color: #EB9486;
}
.cntct-form {
  position: absolute;
  top: 14%;
  left: 6%;
  z-index: 10;
  width: 40%;
}
#cntct-info {
	z-index: 10;
}
.wpcf7 form {
  margin-left: 10%;
  width: 90%;
  height: auto;
}
.wpcf7 form input, .wpcf7 form textarea {
  padding: 5px;
  margin: 1% 1%;
  background-color: #ededed;
  border: 5px solid #fff;
  color: #c6c6c6;
  width: calc(48% - 20px);
  box-shadow: 0px 0px 0 2px #c6c6c6;
  float: left;
	font-size:1rem;
	  font-family: 'Noto Sans';
}
.wpcf7 form textarea {
  width: calc(98% - 20px);

  resize: none;
  height: 6rem;
}
.wpcf7 form input.wpcf7-submit {
  box-shadow: none;
  float: right;
  width: unset;
  padding: 14px 20px;
  background-color: #fff;
  border: solid 2px #c6c6c6;
  color: #c6c6c6;
  font-weight: 500;
  text-align: center;
}
.wpcf7 form input.wpcf7-submit:hover {
  background-color: #c6c6c6;
  border: solid 2px #c6c6c6;
  color: #fff;
  cursor: pointer;
}
/* Property Search */
#search-page {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 2%;
  gap: 2%;
}
.tour-embd {
    width: 100%;
	height: 100%;
}

.tour-embd iframe {
    width: 100%;
    min-height: 100%;
}
#search-heading {
  display: flex;
  width: 100%;
  gap: 2%;
	align-items: end;
}
#search-amen {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
padding-bottom: 1%;
}
#prop-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-evenly;
  gap: 20px;
  padding-bottom: 20px;
}
#search-amen #search-box {
  margin: 0;
  background-color: transparent;
  align-items: stretch;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  gap: 1.5%;
	flex-direction: column;
}
form#search-filter-form-299 {
  flex: 1;
}
form.search-form {
  display: flex;
  justify-content: center;
}
form.searchandfilter ul li, form.searchandfilter ul li {
  padding: 0;
}
.searchandfilter label {
  width: 100%;
	cursor: pointer;
}
.searchandfilter li h4 {
  font-size: .75rem;
  padding: 0;
  line-height: 100%;
}
#search-box form ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 2%;
  z-index: 15;
}
li.sf-field-search {
  flex: 2;
}
li.sf-field-submit, li.sf-field-reset {
  flex: .75;
}
#search-amen form .sf-field-post-meta-bedsbaths, #search-amen form .sf-field-post-meta-range_min, #search-amen form .sf-field-post-meta-allfeat_amen {
  background-color: #c6c6c6;
  color: #fff;
  font-weight: 500;
  position: relative;
  flex: 1;
  text-align: center;
  display: flex;
  flex-directioN: column;
  justify-content: center;
}
#search-amen form .sf-field-post-meta-bedsbaths ul, #search-amen form .sf-field-post-meta-range_min .sf-meta-range, #search-amen form .sf-field-post-meta-allfeat_amen ul {
  display: block;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  background-color: #c6c6c6;
  width: 100%;
  padding: 0 4% 0;
  z-index: 10;
  top: 99%;
  left: 0;
  transition: max-height 360ms ease-out, padding 359ms ease-out 1ms;
}
#search-amen form .sf-field-post-meta-bedsbaths ul li, #search-amen form .sf-field-post-meta-allfeat_amen ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  gap: 2%;
  padding: 2% 0;
}
#search-amen form .sf-field-post-meta-range_min .sf-meta-range, #search-amen form .sf-field-post-meta-range_min:hover .sf-meta-range {
  width: 92%;
}
#search-amen form .sf-field-post-meta-bedsbaths:hover ul, #search-amen form .sf-field-post-meta-range_min:hover .sf-meta-range, #search-amen form .sf-field-post-meta-allfeat_amen:hover ul {
  transition: max-height 360ms ease-in, padding 359ms ease-in 1ms;
  padding: 4%;
  max-height: 600px;
}
#search-amen form .sf-field-post-meta-bedsbaths h4::after, #search-amen form .sf-field-post-meta-range_min h4::after, #search-amen form .sf-field-post-meta-allfeat_amen h4::after {
  content: "";
  width: 1rem;
  height: 100%;
  background-image: url(./assets/svg/drop-arrow.svg);
  background-position: center;
  background-size: 1em;
  background-repeat: no-repeat;
  z-index: 1;
  text-align: center;
  transform: rotate(0);
  transition: transform 360ms ease-out;
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
}
#search-amen form .sf-field-post-meta-bedsbaths:hover h4::after, #search-amen form .sf-field-post-meta-range_min:hover h4::after, #search-amen form .sf-field-post-meta-allfeat_amen:hover h4::after {
  transform: rotate(180deg);
  transition: transform 360ms ease-in;
}
#search-amen .sf-field-post-meta-range_min label {
  width: 30%;
  display: inline-block;
}
#search-amen .sf-field-post-meta-range_min label input {
  width: 96%;
}
label.sf-label-checkbox {
  font-size: .75rem;
  font-weight: 800;
}
input.sf-input-range-number {
  width: 30%;
  font-weight: 400;
  padding: 2%;
  display: inline-block;
}
#search-box .searchandfilter .meta-slider {
  width: calc(80% - 2px);
  margin: 10px 10%;
  border-shadow: none;
}
#search-box .searchandfilter .noUi-horizontal .noUi-handle {
  border-radius: 0;
  border-color: #c6c6c6;
  background: #ededed;
  width: 20px;
  height: 20px;
}
input.sf-input-text {
  background: #ededed;
  position: relative;
  padding: 2%;
  border: 5px solid #fff;
  color: #c6c6c6;
  width: calc(96% - 14px);
  box-shadow: 0px 0px 0 2px #c6c6c6;
  margin: 2px;
  font-weight: 500;
	font-size:1rem;
}
input.sf-input-text::placeholder {
  color: #c6c6c6;
}
#search-amen #search-amen form .sf-field-post-meta-range_min .sf-meta-range {
  display: flex;
  justify-content: space-between;
}
#search-amen .sf-field-post-meta-bedsbaths ul li input, #search-amen form .sf-field-post-meta-allfeat_amen ul li input {
  appearance: none;
  background-color: #C6C6C6;
  border: 2px solid #fff;
  padding: 3%;
  border-radius: 0;
  display: inline-block;
  margin-right: 3%;
  cursor: pointer;
}
#search-amen .sf-field-post-meta-bedsbaths ul li input:hover, #search-amen form .sf-field-post-meta-allfeat_amen ul li input:hover {
  background-color: #EDEDED;
  border-color: #ededed;
}
#search-amen .sf-field-post-meta-bedsbaths ul li input:checked, #search-amen form .sf-field-post-meta-allfeat_amen ul li input:checked {
  background-color: #fff;
  border-color: #fff;
}
#map-container {
  flex: 1;
}
#map {
  position: -webkit-sticky;
  height: 80vh;
  position: sticky;
  top: 135px;
  display: flex;
  flex-direction: column;
}
#map iframe {
  height: 100%;
  width: 100%;
}
#map-loading-spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#map-loading-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  border-right: 3px solid transparent;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wpgmza-standalone-component .wpgmza-store-locator > div {
    flex-direction: row!important;
    gap: 2%;
    flex: 1;
}
.wpgmza-standalone-component .wpgmza-store-locator {
    width: 100%;
    justify-content: space-between;
    align-items: center!important;
}
.wpgmza-standalone-component label.wpgmza-address {
    display: none;
}
.wpgmza-standalone-component .wpgmza-store-locator > .wpgmza-radius-container {
    display: none;
}
input#addressInput_1::placeholder{
	color: #c6c6c6;
}
input#addressInput_1 {
    flex: 1;
    padding: 2%;
    border: 5px solid #fff;
    color: #c6c6c6;
    width: calc(96% - 18px);
    box-shadow: 0px 0px 0 2px #c6c6c6;
    margin: 2px;
    font-weight: 500;
    background-color: #ededed;
    border-radius: 0;
}

.wpgmza-standalone-component label {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpgmza-standalone-component.wpgmza-auto-center {
    margin-bottom: 10px;
}
#properties {
  display: flex;
  gap: 2%;
  flex: 1;
}
#prop-infinite {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-content: flex-start;
  flex: 1.5 1;
}
.prop-container {
  position: relative;
}
.property {
  display: flex;
  justify-content: center;
  padding: 2%;
  border: 2px solid #c6c6c6;
  position: relative;
  z-index: 1;
  pointer-events: none;
	transition: all .4s ease;
}
.prop-container:hover .property {
  border-color: #0079c0;
}
.property a, property span {
  pointer-events: all;
}
#prop-name h2 {
  font-family: 'DM Serif Display', serif;
  color: #000;
  font-weight: 400;
}
#prop-name img {
  width: 100%;
}
a.prop-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.list-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 2%;
  flex: 0 0 50%;
  align-items: stretch;
}
.list-img {
  overflow: hidden;
  text-align: center;
}
.list-img img {
  height: auto;
  width: 100%;
  display: inline-block;
}
.prop-info, .li-fcs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}
.li.fcs {
  flex: 0 0 25%;
}
.listing-ft {
  flex: .75;
}
.listing-gen {
  display: flex;
  flex-direction: column;
}
.listing-gen .room-qty {
  font-weight: 700;
}
.feat-amen {
  width: 95%;
  padding-right: 5%;
}
.hp-amen {
  width: 65%;
  padding: 20px 17.5% 0;
}
.ft-amen p {
    flex: 4;
}
.feat-amen ul {
  display: flex;
  flex-direction: row;
  gap: 5%;
  justify-content: space-around;
}
.hp-amen ul {
  margin-top: 20px;
  padding: 0 10%;
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: space-around;
}
.hp-amen ul li a:hover svg path.amco-1 {
  fill: #ededed;
}
.hp-amen ul li a:hover svg path.amco-2 {
  fill: #c6c6c6;
}
.hp-amen ul li {
  max-width: 16%;
	text-align: center;
}
.hp-amen ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hp-amen ul li a span {
	font-size: .5rem;
	width: 100%;
	display: inline-block;
}
.feat-amen ul li svg, .hp-amen ul li svg {
  display: inline-block;
  width: 75%;
  height: auto;
}
svg.grey-pth .amco-1 {
  fill: #ededed;
}
svg.grey-pth .amco-2 {
  fill: #c6c6c6;
}
svg.white-pth .amco-1 {
  fill: #fff;
}
svg.white-pth .amco-2 {
  fill: #ededed;
}
.call-specials {
  display: flex;
  align-items: center;
  text-align: center;
}
.call-specials a.fnd-btn {
  letter-spacing: .05rem;
  padding: 10px 22px;
}
.listing-actions {
  display: flex;
  flex-direction: column;
  flex: .25;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  gap: 5%;
}
.listing-actions a {
  padding: 10% 6%;
  width: calc(88% - 4px);
  margin: 0;
  flex: 0.5;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* Singular Property Pages */
article#property-details {
  display: flex;
  flex-direction: column;
}
#property-details article:not(:first-child):not(:last-child) {
  padding: 8% 2.5% 0;
}
.pg-content {
  padding: 0 2.5%;
}
#the-content {
	width: 60%;
	padding: 0 20%;
}
#the-content p {
	margin-bottom: 5px;
}
#property-details article#contact {
	padding: 8% 0 0;
}
/* #property-details article:not(:first-child) h2 {
    display: inline-block;
	position: relative;
    bottom: -2rem;
} */
#prop-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
#prop-page article .clipped {
	z-index: -1;
}
#prop-coninfo {
width: 95%;
  padding: 2.5%;
  background-color: #EB9486;
  color: #fff;
display: flex;
position: relative;
justify-content: unset;
height: fit-content;
}
ul#con-details {
width: 100%;
flex-direction: column;
background: none;
justify-content: stretch;
gap: 8px;

}
ul#con-details li {
flex: 1;
display: flex;
justify-content: space-between;
}
ul#con-details li span {
  flex: 1;
}
ul#con-details li span:first-child {
  color: #fff;
	text-align: left;
}
ul#con-details li span:last-child {
	text-align: right;
}
#desc-paragraph {
	text-indent: 20px;
}
#desc-paragraph > p:not(:first-child) {
	margin-top: 10px;
}
#deets {
  flex: .75;
}
#main-information {
  display: flex;
  justify-content: center;
	padding: 2.5% 2.5% 0;
}
#deets {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 30%;
}
#prop-actions {
  display: flex;
  justify-content: center;
  gap: 5%;
}
#prop-actions a {
  padding: 10px 4%;
}
ul#specials {
  color: #EB9486;
  padding: 0 12.5%;
}
ul#specials li:first-child {
  text-indent: 0;
  font-style: italic;
  list-style: none;
  margin-bottom: 10px;
}
ul#specials li {
  text-indent: 5%;
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside;
}
#deets hr {
  width: 70%;
  margin: 0 15%;
  height: 2px;
  background-color: #ededed;
}
ul#prop-nav {
  display: flex;
  padding: 0 10%;
  justify-content: space-between;
}
#main-img {
  position: relative;
  flex: 1;
  width: 60%;
	overflow: hidden;
}
#main-img:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: linear-gradient(90deg, #FFFFFF 10%, rgba(255, 255, 255, 0) 30%);
}
#main-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.prop-content {
  display: flex;
  gap: 2.5%;
}
.apt-visuals {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 50%;
}
.apt-visuals  h3 {
  margin-bottom: 5px;
}
#floorplans .lg-img {
  flex: 0 1 50%;
}
#floorplans .apt-visuals {
  flex: 1 1 50%;
  gap: 2%;
}
/* Swiper */
swiper-slide.swiper-slide-visible {
  cursor: pointer;
}
swiper-slide img {
  width: 100%;
  height: auto;
}
swiper-container swiper-slide:hover {
  background-color: #c6c6c6;
}
.apt-visuals swiper-container swiper-slide:hover img {
  opacity: .5;
}
.active swiper-container swiper-slide.swiper-slide-thumb-active {
  background-color: #0079C0;
}
.active swiper-container swiper-slide.swiper-slide-thumb-active img {
  opacity: .5;
}
.flrIMGMainSwiper swiper-slide a {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2%;
    right: 2%;
}
.flrIMGMainSwiper swiper-slide a svg g path {
	stroke: #c6c6c6;
}
.flrIMGMainSwiper swiper-slide a:hover svg g path {
	stroke: #0079C0;
}
swiper-slide a {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2%;
    right: 2%;
}
swiper-slide a svg g path {
	stroke: #fff;
}
swiper-slide a:hover svg g path {
	stroke: #0079C0;
}
.ol-marker {
    cursor: pointer;
}
/*
.apt-visuals  ul {
    display: flex;
	flex-wrap:nowrap;
	justify-content: space-evenly;
    list-style: none;
    gap: 2%;
	overflow-x: hidden;
}
.apt-visuals  ul li {
    flex: 1 0 20%;
}
.apt-visuals  ul li img {
    width: 100%;
    height: auto;
} */
.apt-visuals .tours ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.apt-visuals .tours ul li {
  flex: 0 1 48%;
  height: 100%;
  margin: 5px 0;
  width: calc(100% - 4px);
  display: block;
  padding: 5px 0;
}
.lg-img {
  overflow: hidden;
  width: 100%;
	min-height: 100%;
	position:relative;
}
.flrimgcontent#flrimg1 {
    position: relative;
}
/*
.lg-img ul li {
    position: relative;
}
.lg-img ul li img {
	width:100%;
	height: auto;
	max-width: 50px;
} */
.img-expand {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 60px;
  height: 60px;
}
article#floorplans .prop-content {
  flex-direction: row-reverse;
}
/*
article#floorplans  .apt-visuals {
    gap: unset;
}
.apt-visuals #flr-contain {
	flex: 0 .5 50%;
}
.apt-visuals #flr-contain ul {
    display: none;
    align-items: stretch;
    justify-content: space-evenly;
	flex-wrap: wrap;
}
.apt-visuals #flr-contain ul.active {
    display: inline-flex;
}
.apt-visuals #flr-contain ul li {
	vertical-align: middle;
	min-width: 23%;
    max-width: 48%;
    margin: 2% 0 0;
	flex: none;
} */
.apt-visuals nav#flrpln-nav {
  display: flex;
  gap: 2%;
  justify-content: flex-start;
}
.apt-visuals nav#flrpln-nav span {
  color: #C6C6C6;
  border: 2px solid #c6c6c6;
  padding: 5px 2%;
  background-color: #fff;
  cursor: pointer;
text-transform: uppercase;
}
.apt-visuals nav#flrpln-nav span:not(.active):hover {
  color: #fff;
  background-color: #c6c6c6;
}
.apt-visuals nav#flrpln-nav span.active {
  color: #fff;
  border: 2px solid #0079C0;
  background-color: #0079C0;
  cursor: auto;
}
#amenities .prop-content {
  display: flex;
  margin-top: 2%;
}
#amenities .prop-content .apt-visuals {
  width: calc(40% - 1.125%);
  margin: 0 0 0 5%;
}
#ft-list {
  background-color: #C6C6C6;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 4%;
}
#ftrd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  align-items: center;
  grid-gap: 5% 2.5%;
}
.ft-amen {
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
}
#amenities .prop-content .lg-img {
  flex: 1;
}
.amen-icon {
  text-align: center;
  position: relative;
  flex: 2 0 0;
  display: flex;
  flex-direction: column;
	max-width:150px;
}
.amen-icon span {
  font-size: 0.88rem;
}
.amen-desc {
  flex: 3 0 0;
  font-size: 0.88rem;
  padding-bottom: 10%;
}
.amen-icon img {
  width: 100%;
  height: auto;
}
#full-list {
  display: flex;
  justify-content: space-evenly;
  gap: 5%;
  align-items: stretch;
  margin-left: 5%;
}
#full-list ul {
  flex: 1;
}
#full-list ul li h4 {
  margin-bottom: 2%;
}
#full-list ul li:not(.amen-cat) {
  list-style: disc;
  list-style-position: inside;
  text-indent: 5%;
  padding: .5% 0;
}
article#pricing-fees {
  position: relative;
}
#pricing-container {
  display: flex;
  gap: 5%;
  flex-direction: column;
  position: relative;
  width: 50%;
}
#price-content a {
  padding: 2%;
}
#property-details #price-header h2 {
  bottom: 0;
}
nav#price-nav {
  display: flex;
  flex-direction: column;
	margin-bottom: 10px;
}
nav#price-nav span {
  text-transform: capitalize;
}
#price-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#price-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#price-header a {
  height: calc(100% - 4px);
  display: inline-block;
}
#price-nav span.fee-header {
  color: #EB9486;
  margin: 2% 0;
}
#price-nav span.fee-type {
  font-size: .75em;
  padding-left: 15%;
}
#price-nav span:not(.active) {
  cursor: pointer;
}
#price-nav span:not(.active):not(:first-child):hover {
  color: #c6c6c6;
}
#price-nav span.active {
  color: #0079C0;
  cursor: auto;
}
table.tabcontent {
  display: none;
}
table.tabcontent.active {
  display: table;
}
table tr td:nth-child(3) {
    text-transform: capitalize;
}
#pricing-fees #pricing-container table.pricing-table, #pricing-fees #pricing-container table.fees-table {
  width: auto;
  flex: 1;
  padding: 2%;
  border: 2px solid #c6c6c6;
}
.pricing-table thead tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.pricing-table tbody tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  text-align: center;
}
.pricing-table thead tr.tre {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.pricing-table tbody tr.tre {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  text-align: center;
}
.fees-table thead tr, .fees-table tbody tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  text-align: center;
}
thead {
  color: #fff;
  background-color: #c6c6c6;
}
.pricing-table thead tr th, .pricing-table tbody tr td, .fees-table thead tr th, .fees-table tbody tr td {
  padding: 1vh 5%;
}
.pricing-table tbody tr:nth-child(odd), .fees-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.pricing-table tbody tr:nth-child(even), .fees-table tbody tr:nth-child(even) {
  background-color: #ededed;
}
#def table {
	width: auto;
	flex: 1;
	padding: .25%;
	border: 2px solid #c6c6c6;
	margin:1%;
}
#def table thead tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
#def table tbody tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  text-align: center;
}
#def table thead tr, #def table tbody tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  text-align: center;
}
#def table thead {
  color: #fff;
  background-color: #c6c6c6;
}
#def table thead tr th, #def table tbody tr td, #def table thead tr th, #def table tbody tr td {
  padding: 1vh 5%;
}
#def table tbody tr:nth-child(odd), #def table tbody tr:nth-child(odd) {
  background-color: #fff;
}
#def table tbody tr:nth-child(even), #def table tbody tr:nth-child(even) {
  background-color: #ededed;
}
#def .wp-block-table thead {
	border-bottom: none;
}
#def .wp-block-table table {
	border-collapse: none;
}
#def .wp-block-table td, #def .wp-block-table th {
	border: none;
}
#pricing-fees .clipped {
  position: absolute;
  top: -10rem;
}
#pricing-fees .clipped::after {
  left: unset;
  right: 0;
  transform: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 85%, #FFFFFF 100%);
}
#pricing-fees .clipped::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, #FFFFFF 65%), linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 60%);
}
#pricing-fees .clipped  .main-clipping::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 102%;
  z-index: 10;
  width: 102%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 45%, #FFFFFF 75%);
  transform: none;
}
#pricing-fees .clipped::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, #FFFFFF 65%), linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 70%);
}
article#bg-roofs {
  display: flex;
  flex-direction: column;
  position: absolute;
	top: 100vh;
  left: 0;
  gap: 5rem;
  width: 100%;
  z-index: -10;
  justify-content: space-between;
	margin-top: 3rem;
	overflow: hidden;
}
#bg-roofs .clipped {
  flex: 1;
  padding: 0;
}
#bg-roofs .clipped   svg {
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, #FFFFFF 65%), linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #FFFFFF 60%);
  mask-mode: alpha;
}
#bg-roofs .multi1 {
    position: relative;
}

#bg-roofs .clipped:nth-child(odd) {
    top: 2rem;
    left: -24%;
}
#bg-roofs .clipped:nth-child(even) {
    transform:scaleX(-1);
    top: 2rem;
    right: -24%;
    left:unset;
}
#bg-roofs .clipped:last-child {
	margin-top: 15rem;	
}
 .fade-in {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }
main#fp article#lux-amen, main#fp article#conv-key {
	flex-direction: row-reverse;
	justify-content: start;
	align-items: center;
	position:relative;
	gap: 5%;
	padding: 0 5% 0 0;
}
main#fp article#apt-feat {
	justify-content: start;
	align-items: center;
	position:relative;
	gap: 5%;
	padding: 0 0 0 5%;
}
main#fp article#lux-amen .column, main#fp article#apt-feat .column, main#fp article#conv-key .column {
	width: unset;
}
main#fp article#lux-amen .column:first-child, main#fp article#apt-feat .column:first-child, main#fp article#conv-key .column:first-child {
	width: unset;
	flex: 1 0 40%;
}
main#fp article#lux-amen .column:last-child::after, main#fp article#apt-feat .column:last-child::after, main#fp article#conv-key .column:last-child::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #FFFFFF 85%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    z-index: 16;
	pointer-events: none;
}
article#propex {
    width: 96%;
    position: relative;
    display: flex;
    height: 15rem;
	gap: 2%;
	padding: 2%;
	background-color: #ededed;
}
.propexindv {
    flex: 1;
    width: calc(100% / 3);
    filter: grayscale(50%);
    transition: all .4s ease;
	background-size: cover;
    background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.propexindv:nth-child(1) {
	background-image: url(./assets/img/fp-5.jpg);
}
.propexindv:nth-child(2) {
	background-image: url(./assets/img/fp-4.jpg);
}
.propexindv:nth-child(3) {
	background-image: url(./assets/img/luxamen-3.jpg);
}
.propexindv:hover {
    flex: 2;
    filter: grayscale(0);
}
.propexindv span {
    text-align: center;
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 11;
	font-family: 'DM Serif Display';
    font-size: 2rem;
    font-style: italic;
}
.propexindv:hover span {
	visibility: visible;
	opacity: 1;
}
.propexindv::after {
    background: linear-gradient(180deg, rgba(237,237,237,0) 10%, rgba(237,237,237,1.00) 74%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    z-index: 10;
	pointer-events: none;
	transition: all .4s ease;
	visibility: hidden;
	opacity: 0;
}
.propexindv:hover::after {
	visibility: visible;
	opacity: 1;
}
.propexindv a {
    transition: all .4s ease;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
	text-align:center;
	padding-bottom: 0;
}
.propexindv a:hover {
	color: #0079C0;
}
.propexindv:hover a {
    visibility: visible;
	opacity: 1;
	padding-bottom: 2%;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.wpcf7 form p small {
    float: left;
		width: 50%;
}
@media only screen and (max-width: 600px) {
	html {
	font-size: 100%;
	}
	h1 {
	font-size: 4rem;
	line-height: 4.5rem;
	}
	h2 {
	font-size: 2.5rem;
	}
	h2.light {
	font-size: 4.5rem;
	}
	article#next-home {
	flex-direction: column;
	padding: 5%;
	gap: 1rem;
	text-align: center;
	background-color: #ededed;
	margin-top: 0;
	}
	article#next-home a {
	font-size: 1.5rem;
	padding: 2% 5%;
	}
	#next-home h2 {
    font-size: 4.5rem;
    line-height: 4rem;
	}
	#prop-name h2 {
	text-align: center;
	}
	h3 {
	font-size: 1.75rem;
	}
	h4 {
	font-size: 1.125rem;
	}
	#pg-nav, #ten-nav {
	display: none;
	}
	nav#mobi-nav {
	display: block;
	}
	header {
	background-color: transparent;
	position:relative;
	}
	header a.logo {
	width: 45%;
	max-width: unset;
	}
	article#main-information {
	flex-direction: column;
	}
	ul#con-details li {
	font-size: .75rem;
	}
	.hp-amen ul li {
	max-width: unset;
	}
	article#bg-roofs {
		display: none;
	}
	main#fp article#lux-amen, main#fp article#family-focused, main#fp article#apt-feat, main#fp article#conv-key {
	flex-direction: column-reverse;
	}
	main#fp article#family-focused, main#fp article#apt-feat, main#fp article#conv-key, main#fp article#family-focused, main#fp article#pet-friendly, article#contact {
		margin: 2rem 0 0;
		padding: 0;
	}
	main#fp article#lux-amen .column:last-child, main#fp article#family-focused .column:last-child, main#fp article#apt-feat .column:last-child, main#fp article#conv-key .column:last-child, article.ftrd .column:last-child {
    max-width: 100%;
	}

	main#fp article#lux-amen .column:first-child, main#fp article#apt-feat .column:first-child, main#fp article#conv-key .column:first-child {
    padding: 0 5%;
	}
	#main-img:after {
	background: linear-gradient(0deg, #FFFFFF 10%, rgba(255, 255, 255, 0) 30%);
	}
	#main-img {
	width: unset;
	}
	#prop-actions a {
	font-size: .75rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	}
	#deets {
	width: unset;
	padding: 0 2.5%;
	order: 3;
	}
	#prop-actions {
	align-items: stretch;
	}

	ul#prop-nav {
	flex-direction: column;
	gap: 20px;
	text-align: center;
	}
	.prop-content {
	flex-directioN: column-reverse;
	gap: 20px;
	}
	.apt-visuals {
	max-width: unset;
	}
	.apt-visuals .tours ul {
	flex-direction: column;
	}
	article#floorplans .prop-content {
	flex-direction: column-reverse;
	}
	#floorplans .apt-visuals {
	flex: auto;
	}
	.apt-visuals nav#flrpln-nav {
	justify-content: center;
	margin-bottom: 20px;
	}
	#amenities .prop-content {
	flex-direction: column;
	}
	#amenities .prop-content .apt-visuals {
	width: unset;
	margin: 0;
	}
	#full-list {
	flex-direction: column;
	}
	#pricing-container {
	widtH: 100%;
	}
	nav#price-nav {
	font-size: 1.5rem;
	gap: 5px;
	}
	#ft-list {
	padding: 10;
	}
	#ftrd {
	display: flex;
	flex-direction: column;
	gap: 20px;
	}
	.amen-desc {
	flex: 2 0;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	}
	.ft-amen {
	gap: 8%;
	}
	.amen-icon {
	flex: 1;
	}
	.amen-icon span {
	font-size: .75rem;
	}
	footer .row .column ul {
	gap: 10px;
	}
	#prop-head {
	padding: 6% 2%;
	width: 96%;
	}
	nav#price-nav {
	font-size: 1.125rem;
	}
	#pricing-container table {
	margin-top: 20px;
	}
	table {
    font-size: .85rem;
}
	#property-details article#pricing-fees {
	overflow-x: hidden;
	padding: 2rem 2.5%;
	}
	#map {
	height:40vh;
	}
	#pricing-fees .clipped {
	top: 0;
	left: 35%;
	}
	.main-clipping {
	left: 48%;
	}
	.multi1 {
	top: 41%;
	}
	.multi2 {
	bottom: -23%;
	left: 9%;
	}
	article#contact .cntct-form {
	position: relative;
	left: unset;
	top: unset;
	width: 95%;
	padding: 0 2.5%;
	}
	#cntct-info {
	position: relative;
	max-width: unset;
	top: unset;
	left: unset;
	text-align: left;
	}
	.wpcf7 form {
	margin-left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	}
	.wpcf7 {
	width: 95%;
	padding: 02.5%;
	}
	p {
	display: flex;
	flex-direction: column;
	}
	.wpcf7 form input {
	width: unset;
	margin: 0;
	}
	footer .row {
	flex-direction: column;
	}
	footer .row .column:first-child {
	width: 75%;
	max-width: unset;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	padding: 5% 12.5%;
	text-align:center;
	}
	.column {
	padding: 5% 12.5%;
	justify-content: stretch;
	}
	footer .row .column ul {
	flex: 1;
	}
	.column:last-child ul li {
	display: flex;
	flex-direction: column;
	}
	.column:last-child ul li:last-child {
	text-align: center;
	}
	.wpcf7 form textarea {
	width: unset;
	margin: 0;
	float: unset;
	}
	.wpcf7-form-control-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	}
	#cntct-info {
	padding: 0 2.5%;
	}
	article#contact .clipped {
	margin-top: 0;
	}
	li.sf-field-submit {
	margin-top: 10px;
	}

	article#contact .main-clipping {
	width: 125%;
	left: -10%;
	}
	#cta-search {
	position: relative;
	width: 90%;
	left: unset;
	top: unset;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	}
	#cta-search #search-box {
	width: 100%;
	padding: 0;
	margin-top: 0;
	}
	li.sf-field-search {
	flex: 1;
	}
	li.sf-field-submit {
	flex: .75;
	}
	.hp-amen {
	width: 100%;
	padding: 0;
	text-align: center;
	}
	.hp-amen ul {
	padding: 0 5%;
	gap: 10%;
	justify-content: space-evenly;
	}
	#cta .main-clipping {
	width: 150%;
	left: -15%;
	}
	#cta .clipped {
	padding-top: 5%;
	}
	main#fp article.ftrd {
	flex-direction: column-reverse;
	}
	article.ftrd .column:first-child {
	width: 90%;
	padding: 0 5%;
	}

	main#fp article#lux-amen .column:last-child, main#fp article#family-focused .column:last-child, main#fp article#apt-feat .column:last-child, main#fp article#conv-key .column:last-child, article.ftrd .column:last-child {
	width: 100%;
	}
	main#fp article#pet-friendly {
		flex-direction: column-reverse;
	}
	main#fp article#contact h2 {
	margin-bottom: 20px;
	}
	article.ftrd#about-us .column {
	position: relative;
	left: 0;
	}
	#about-us .main-clipping {
	width: 150%;
	left: -20%;
	}
	#search-heading {
	flex-direction: column;
	}
	#search-heading h1 {
    width: 100%;
	}
	article#search-amen {
    width: 100%;
	}
	#search-box form ul {
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
	}
	li.sf-field-search {
	width: 100%;
	flex: auto;
	margin-bottom: 10px;
	}

	form#search-filter-form-299 ul li:not(:first-child) {
	flex: 1 0 46%;
	padding: 3% 0;
	}
	form#search-filter-form-299 ul li.sf-field-reset {
	padding: 0;
	}
	#search-box form ul li.sf-field-submit input, #search-box form ul li.sf-field-reset input {
	padding: 10px 0;
	}
	#properties {
	flex-directioN: column-reverse;
	gap: 1rem;
	}
	.pagination {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	}
	article.property {
	flex-direction: column;
	gap: 1rem;
	}
	article#def .clipped {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	}

	#def #cntct-info {
	top: 0;
	left: 0;
	width: 95%;
	max-width: unset;
	}

	.main-clipping {
	width: 125%;
	left: -15%;
	}
	#acnt-slctr {
	flex-direction: column;
	gap: 2rem;
	}

	a#login {
	padding: 2.5%;
	}
	article.ftrd p {
	padding: 0 0 0 40px;
	}
	.wpgmza_gallery_placeholder {
	display: none;
	}
	.wpgmza_infowindow_description {
	display: none;
	}
	#propex {
		flex-direction: column;
	}
	ul.res-login {
    position: absolute;
   	 top: 10%;
   	 margin: 0 10%;
		width: 80%;
}
ul.navdrop {
    max-height: 0;
    overflow: hidden;
	transition: all .4s ease;
}
	ul.res-login li.fnd-btn {
		padding: 15px 0;
	}
ul.res-login li:hover ul.navdrop {
    max-height: 1000px;
	padding: 10px 0;
}
	ul.navdrop li {
    margin: 5px 0;
    text-align: center;
    text-indent: 0;
    font-size: 1rem;
}
	ul.navdrop li a {
   	 color: #fff;
		width: calc(100% - 4px);
		padding: 2px;
		display:inline-block;
}
	ul.navdrop li a:hover {
		background-color: #0079C0;
	}
	.propexindv {
		width:100%;
	}
@keyframes delay-pointer-events {
  0% {
    pointer-events: none;
  }
  50% {
    pointer-events: none;
  }
  100% {
    pointer-events: auto;
  }
}
	.propexindv a {
		pointer-events: none;
	}
	.propexindv:hover a {
		animation: delay-pointer-events 500ms forwards;
	}
	.propexindv span {
		font-size: 1.5rem;
	}
	.wpcf7 form p small {
		width: 100%;
	}
	#the-content {
		padding: 0;
		width: 100%;
	}
}