/* property template */
.hero-slideshow{
	width: 100%;
	height: 100vh;
}
.hero-slideshow .hero-slide{
	height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.cld-control {
  position:absolute;
  display:flex;
  bottom:0;
  right:30px;
  z-index:2;
  margin:44px
auto
}
.cld-control>div {
  display:inline-block;
  vertical-align:middle;
  position:relative;
  padding:0
54px;
  cursor:pointer
}
.cld-control>div
span {
  font-size:14px;
  font-weight:300;
  line-height:1;
  letter-spacing:0.100em;
  color:#fff;
  text-transform:uppercase;
  position:relative;
  padding:16px
0;
  -webkit-transition:0.3s all ease-in-out;
  -o-transition:0.3s all ease-in-out;
  transition:0.3s all ease-in-out
}
.cld-control>div.cld-control-prev span
em {
  margin-right:30px
}
.cld-control>div.cld-control-next span
em {
  margin-left:30px
}
.cld-control>div:first-child {
  padding-left:0
}
.cld-control>div:last-child {
  padding-right:0
}
.cld-control>div:not(:last-child):before {
  position:absolute;
  content:'';
  top:50%;
  right:0;
  width:1px;
  height:67px;
  background-color:#dadada;
  -webkit-transform:translateY(-50%) rotate(30deg);
  -ms-transform:translateY(-50%) rotate(30deg);
  transform:translateY(-50%) rotate(30deg)
}
.cld-control>div span:before {
  position:absolute;
  content:'';
  bottom:0;
  right:0;
  width:20px;
  height:5px;
  background-color:var(--orange);
  -webkit-transition:0.3s all ease-in-out;
  -o-transition:0.3s all ease-in-out;
  transition:0.3s all ease-in-out
}
.cld-control>div.cld-control-next span:before {
  right:auto;
  left:0
}
.cld-control>div span em.ai-icon-prev {
	background-image:url("../img/ai-prev-icon.png");
	width:12px;
	height:20px;
	display: inline-block;
	vertical-align: bottom;

}
.cld-control>div span em.ai-icon-next {
	background-image:url("../img/ai-next-icon.png");
	width:12px;
	height:20px;
	display: inline-block;
	vertical-align: bottom;
}
.cld-control>div:hover
span {
  color:var(--orange)
}
.cld-control>div:hover span:before {
  background-color:var(--brown)
}
.hero-slideshow::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	pointer-events: none;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.hero-slideshow::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 44%;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0))); 
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

#content-full {
    margin-top: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
    z-index: initial;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

#custom-listing-details {
    position: relative;
}

.no-cld-banner {
    background: #41251C;
    padding: 17px 0;
    min-height: 112px;
}


.cld-banner {
    position: relative;
    font-size: 0;
}

.cld-banner-slick {
    position: relative;
}

.cld-banner-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.cld-banner-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    ;}


.cld-banner-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);

}

.cld-banner-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.cld-banner-slick:not(.slick-initialized) .cld-banner-img:nth-child(n+2) ~ div {
    display: none;
}

.cld-banner-btn {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 282px;
    max-width: 100%;
    z-index: 5;
    bottom: 30px;
    left: 30px;
    max-width: 165px;
}


.cld-banner-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    position: relative;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 400;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    /* text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); */
    text-align: center;
    font-style: italic;
    /* border: 1px solid #3b1c11; */
    font-size: 18px;
    height: 43px;
    background-color: var(--orange);
}

.cld-banner-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1dad2+0,ddd5cb+10,dad2cb+11,d4c9c1+22,c5b7ae+40,bfb2a7+44,a49186+86,9d897e+100 */
    /* background: linear-gradient(to bottom,  rgba(225,218,210,1) 0%,rgba(221,213,203,1) 10%,rgba(218,210,203,1) 11%,rgba(212,201,193,1) 22%,rgba(197,183,174,1) 40%,rgba(191,178,167,1) 44%,rgba(164,145,134,1) 86%,rgba(157,137,126,1) 100%); */
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: -1;
    /* background-image: url(../../images/listing-details/gradient-btn.jpg); */
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
} 

.cld-banner-btn a:hover {
    background-color: var(--brown);
}

.cld-banner-btn a:hover:before {
    /* opacity: 0; */
    /* visibility: hidden; */
}

.cld-control {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 30px;
    z-index: 2;
    margin: 44px auto;
}

.cld-control>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 54px;
    cursor: pointer;
}

.cld-control>div span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.cld-control>div.cld-control-prev span em {
    margin-right: 30px;
}

.cld-control>div.cld-control-next span em {
    margin-left: 30px;
}

.cld-control>div:first-child {
    padding-left: 0;
}

.cld-control>div:last-child {
    padding-right: 0;
}

.cld-control>div:not(:last-child):before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 67px;
    background-color: #dadada;
    -webkit-transform: translateY(-50%) rotate(30deg);
    -ms-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg);
}

.cld-control>div span:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 20px;
    height: 5px;
    background-color: var(--orange);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.cld-control>div.cld-control-next span:before {
    right: auto;
    left: 0;
}

.cld-control>div span em.ai-icon-prev {
    background-image: url(../img/ai-prev-icon.png);
    width: 12px;
    height: 20px;
}

.cld-control>div span em.ai-icon-next {
    background-image: url(../img/ai-next-icon.png);
    width: 12px;
    height: 20px;
}

.cld-control>div:hover span {
    color: var(--orange);
}

.cld-control>div:hover span:before {
    background-color: var(--brown);
}

.cld-info-wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.cld-description {
    width: 60.312%;
    /*padding: 99px 70px 0 130px;*/
    padding: 99px 4% 100px 8.1%;
}

.cld-title {
    font-size: 36px;
    letter-spacing: 0.25em;
    line-height: 1;
    color: #58585b;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 54px;
}

.cld-title span {
    font-size: 83px;
    color: var(--orange);
    font-family: var(--cinzel);
    text-transform: capitalize;
    display: block;
    letter-spacing: 0;
}

.cld-title small {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: var(--orange);
    font-family: var(--title-font);
    font-style: italic;
    font-weight: 400;
    display: block;
    text-transform: initial;
}

.cld-description h2 {
    font-family: var(--title-font);
    font-size: 35px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
}

.cld-description p {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #251917;
    line-height: 34px;
    margin-bottom: 31px;
}

.cld-description p:first-of-type {
    font-size: 22px;
}

.cld-description ul {
    list-style: none;
    margin: 47px 0 0;
}

.cld-description ul li {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 34px;
    padding-left: 45px;
    margin-bottom: 10px;
}

.cld-description ul li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 29px;
    height: 25px;
    background: url(../img/icon-check.png) center/contain no-repeat;
}

.cld-info {
    width: 39.688%;
    background: #32170f url(../img/bg-info.jpg) center/cover no-repeat;
    /*padding: 61px 130px 0;*/
    padding: 61px 8.125% 23px;
    color: #fff;
}

.cld-price {
    text-align: right;
    font-family: var(--title-font);
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 23px;
}

.cld-price span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.cld-area {
    font-size: 30px;
    text-align: right;
    line-height: 1;
    font-family: var(--title-font);
    margin-bottom: 36px;
}

.cld-btns {
    margin-bottom: 36px;
}

.cld-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 375px;
    margin: 0 auto 14px;
    height: 57px;
    background: var(--orange);
    color: #fff;
    transition: background .3s ease;
}

.cld-btns a i {
    display: inline-block;
    position: relative;
}

.cld-btns a i.icon-download {
    width: 25px;
    height: 25px;
    background: url(../img/icon-download.png) center/contain no-repeat;
    margin-right: 11px;
    top: -3px;
}

.cld-btns a i.icon-video {
    width: 29px;
    height: 25px;
    background: url(../img/icon-video.png) center/contain no-repeat;
    margin-right: 11px;
}

.cld-btns a i.icon-photo {
    width: 34px;
    height: 29px;
    background: url(../img/icon-photo.png) center/contain no-repeat;
    margin-right: 11px;
}

.cld-btns a i.icon-phone {
    width: 28px;
    height: 28px;
    background: url(../img/icon-phone.png) center/contain no-repeat;
    margin-right: 11px;
}

.cld-btns a i.icon-map {
    width: 29px;
    height: 35px;
    background: url(../img/icon-map.png) center/contain no-repeat;
    margin-right: 11px;
}

.cld-btns a span {
    font-family: var(--title-font);
    font-size: 22px;
    letter-spacing: 0.1em;
    font-style: italic;
}

.cld-btns a:hover {
    background-color: #b79582;
    color: #fff;
}

.cld-agents {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cld-agent {
    width: 170px;
    width: 45.335%;
    margin-bottom: 12px;
}

.cld-agent-img {
    position: relative;
    margin-bottom: 14px;
}

.cld-agent-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c74d29+0,502e23+100 */
    background: rgb(199, 77, 41);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 77, 41, 1)), to(rgba(80, 46, 35, 1)));
    background: -o-linear-gradient(top, rgba(199, 77, 41, 1) 0%, rgba(80, 46, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(199, 77, 41, 1) 0%, rgba(80, 46, 35, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c74d29', endColorstr='#502e23', GradientType=0);
    /* IE6-9 */
}

.cld-agent a {
    display: block;
    position: relative;
}

.cld-agent a:hover .cld-agent-img:before {
    opacity: 0.6;
    visibility: visible;
}

.cld-agent-img canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.cld-agent-name {
    font-size: 22px;
    font-family: var(--title-font);
    color: #fff;
    margin-bottom: 10px;
}

.cld-agent-title {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #e9d8d3;
}

.cld-map {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.cld-map iframe {
    display: block;
    width: 100%;
    height: 486px;
}

.cld-map #custom-kmz-map {
    width: 100%;
    height: 486px;
}

.cld-brochure {
    padding: 60px 15px 80px;
}

.cld-brochure a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 315px;
    margin: 0 auto;
    height: 57px;
    background: var(--orange);
    color: #fff;
    transition: background .3s ease;
}

.cld-brochure a i.icon-download {
    width: 25px;
    height: 25px;
    background: url(../img/icon-download.png) center/contain no-repeat;
    margin-right: 11px;
    top: -3px;
}

.cld-brochure a span {
    font-family: var(--title-font);
    font-size: 22px;
    letter-spacing: 0.1em;
    font-style: italic;
}

.cld-brochure a:hover {
    background-color: #b79582;
    color: #fff;
}

.cld-community {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.cld-community:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33px;
    background: #eae4d9;
}

.cld-community-left {
    width: 38.75%;
    position: relative;
    z-index: 1;
    padding-left: 67px;
    margin: 67px 0 64px;
}

.cld-community-img {
    position: relative;
    margin-right: -69px;
    height: 569px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.cld-community-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.cld-community-title {
    color: #fff;
    position: relative;
    width: 100%;
    /*padding: 43px 80px 49px;*/
    padding: 43px 14% 49px;
}

.cld-community-title:before, .cld-community-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 280px;
}

.cld-community-title:before {
    background: var(--orange);
    left: 0;
    top: 0;
}

.cld-community-title:after {
    background: #fff;
    right: 0;
    bottom: 0;
}

.cld-community-title span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.25em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cld-community-title strong {
    display: block;
    font-size: 60px;
    line-height: 1;
    color: var(--orange);
    font-family: var(--cinzel);
    text-transform: capitalize;
    display: block;
    letter-spacing: 0;
    color: #eae4d9;
    font-weight: 400;
    margin-bottom: 7px;
}

.cld-community-title em {
    display: block;
    font-family: var(--title-font);
    font-size: 22px;
    letter-spacing: 0.1em;
}

.cld-community-right {
    width: 61.250%;
    background: #32170f url(../img/bg-community.jpg) center/cover no-repeat;
    padding: 59px 5% 80px 150px;
}

.cld-community-description {
    max-width: 610px;
}

.cld-community-description h2 {
    font-size: 100px;
    line-height: 1;
    color: var(--orange);
    font-family: var(--cinzel);
    text-transform: capitalize;
    display: block;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(158,124,105,0.65);
    padding: 0 0 13px;
    margin: 0 0 41px;
}

.cld-community-description p {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 61px;
}

.cld-community-description a.global-btn {
    width: auto;
    max-width: initial;
    display: inline-flex;
    padding: 0 40px;
}

.fp-container {
    padding-top: 86px;
}

#landowner-insights {
    position: relative;
}

#landowner-insights .loi-container {
    padding-bottom: 217px;
}

.cld-loi-btn {
    margin: 0 auto;
    position: absolute;
    bottom: 78px;
    left: 0;
    right: 0;
    z-index: 4;
}

.cld-loi-btn a.global-btn {
    margin: 0 auto;
    max-width: 258px;
    z-index: 3;
}

/*popup*/
.active.cld-popup-photos-bg, .active.cld-popup-photos-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.cld-popup-photos-bg, .cld-popup-photos-wrap {
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
}

.cld-popup-photos-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1034;
    background: rgba(0,0,0,0.8);
    pointer-events: none;
}

.cld-popup-photos-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 65px 0;
    z-index: 1034;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
}

.cld-popup-photos-inner {
    margin: 0 auto;
    width: 770px;
    max-width: 90%;
    background: #fff;
    position: relative;
}

.cld-popup-photos-close {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    top: -37px;
    right: -45px;
}

.cld-popup-photos-inner:before {
    content: '';
    position: absolute;
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;
    border: 1px solid #fff;
    opacity: 0.8;
    pointer-events: none;
}

.cld-popup-photos-title {
    text-align: center;
    background: #32170f url(../img/bg-popup.jpg) center/cover no-repeat;
    padding: 27px 0 28px;
    margin-bottom: 36px;
}

.cld-popup-photos-title h2 {
    color: var(--orange);
    font-family: var(--cinzel);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
}

.cld-popup-photos-title span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 3px 0 0;
    font-weight: 300;
}

.cld-popup-photos-list {
    position: relative;
    padding: 0 53px;
    margin: 0 0 34px;
}

.cld-popup-photos-list:last-child {
    margin-bottom: 0;
    padding-bottom: 47px;
}

.cld-popup-photos-list-label {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 0 13px;
}

.cld-popup-photos-list-label span {
    font-family: var(--title-font);
    font-size: 17px;
    font-style: italic;
    color: #000;
}

.cld-popup-photos-list-label a {
    font-family: var(--title-font);
    font-size: 13px;
    font-style: italic;
    color: var(--orange);
}

.cld-popup-photos-list-slick {
    font-size: 0;
    margin: 0 -2px;
}

.cld-popup-photos-list-slick:not(.slick-initialized) .cld-popup-photos-item:nth-child(n+3) ~ div {
    display: none;
}

.cld-popup-photos-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 2px;
}

.single-popup img {
	object-fit: cover;
	height: 150px;
}
.aiosp-content img.aiosp-img {
    width: 800px!important;
    max-width: 100%!important;
}

html.overflow {
    overflow: hidden!important;
}

.single-aios-listings #inner-page-wrapper {
    z-index: initial;
}

.textarea-contact {
    max-width: 100px;
}

/*Popup*/
.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .aios-popup-body {
    background: transparent;
    width: 100%;
    min-height: 0;
    max-width: 800px;
    padding: 0;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 15px auto 0;
    border: 2px solid #790000!important;
    padding: 7px 0;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .wpcf7 form.sent .wpcf7-response-output {
    display: none!important;
}

.aiosp-container.aiosp-inline-holder[class*="brochureDL"] .aios-popup-body .aiosp-close {
    top: 10px;
    right: 10px;
}

.aiosp-ready .property-popup {
    display: block;
}

.property-popup {
    position: relative;
    border: 10px solid #f2efea;
    background: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    height: auto;
    display: none;
}

.property-popup h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeece1;
    text-align: center;
    font-family: var(--title-font);
    color: #392f2c;
    font-size: 24px;
}

.brochure-form-field {
    display: block;
    position: relative;
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
}

.brochure-form-field label {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #392f2c;
    font-family: var(--title-font);
    margin-bottom: 10px;
}

.brochure-form-field input:not([type=submit]), .brochure-form-field select {
    width: 100%;
    height: 34px;
    border: 1px solid #9d7c68;
    padding: 0 10px;
    font-size: 13px;
    line-height: normal;
    color: #392f2c;
}

.brochure-form-widget {
    display: block;
    position: relative;
    margin: 0 auto;
}

.brochure-form-widget form {
    display: block;
    position: relative;
}

.brochure-form-field.form-submit {
    max-width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeece1;
}

.brochure-form-field.form-submit input[type=submit] {
    width: 100%;
    max-width: 75px;
    height: 30px;
    border: 1px solid #9d7c68;
    padding: 0;
    font-size: 15px;
    font-family: var(--title-font);
    background-color: transparent;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.brochure-form-field.form-submit input[type=submit]:hover {
    background-color: #431b08;
    border-color: #431b08;
    color: #fff;
}

.brochure-field-details {
    position: relative;
    display: none;
    padding: 0 15px;
}

.brochure-field-details form {
    display: block;
    position: relative;
}

.brochure-field-details form ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.brochure-field-details form ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin-bottom: 14px;
}

.brochure-field-details form ul li .brochure-form-field {
    max-width: 100%;
}

.brochure-field-details form ul li .brochure-form-field label {
    text-align: left;
    font-size: 12px;
    margin-bottom: 3px;
}

.brochure-field-details form .text-center {
    text-align: center;
    margin-bottom: 28px;
}

.brochure-field-details.active {
    display: block;
}

.brochure-form-control-btn button {
    width: 90px;
    max-width: 100%;
    height: 36px;
    border: 1px solid #9d7c68;
    padding: 0;
    font-size: 15px;
    font-family: var(--title-font);
    background-color: transparent;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.brochure-field-controls {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eeece1;
}

.brochure-form-control-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.brochure-field-details form .text-center p {
    font-size: 15px;
    line-height: 1;
    color: #392f2c;
    margin-bottom: 10px;
}

.brochure-form-control-btn button.submit-form {
    background-color: #431b08;
    border-color: #431b08;
    color: #fff;
}

.brochure-form-control-btn button.submit-form:hover {
    opacity: .75;
}

.brochure-form-control-btn button:hover {
    background-color: #431b08;
    border-color: #431b08;
    color: #fff;
}

.brochure-success-container {
    display: none;
    position: relative;
    padding: 10px 0 30px;
}

.brochure-success-container h2 {
    font-size: 15px;
    line-height: 1;
    color: #000;
    display: block;
    margin-bottom: 7px;
    text-align: center;
}

.brochure-success-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 219px;
    margin: 0 auto;
    height: 36px;
    color: #fff!important;
    background-color: #431b08;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 1;
}

.brochure-success-btn a:hover {
    opacity: .75;
}

.brochure-field-details form ul li .brochure-form-field label span {
    color: #790000;
    margin-left: 4px;
}

.brochure-field-details form .text-center p strong {
    font-size: 13px;
}

.cld-popup-photos-wrap .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0 15px 0;
    bottom: 15px;
    position: relative;
}

.cld-desc-inner {
    height: auto;
    display: block;
    overflow: hidden;
}

.cld-show-more {
    display: block;
    position: relative;
    text-transform: uppercase;
    margin: 20px auto 0;
    font-size: 16px;
    color: var(--orange);
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
}

.cld-desc-inner.show-less {
    height: 240px;
}

@media only screen and (max-width: 1366px) {
    .cld-description {
        padding-left: 5%;
    }

    .cld-info {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
    .cld-title {
        font-size: 30px;
    }

    .cld-title span {
        font-size: 60px;
    }

    .cld-community-description h2 {
        font-size: 60px;
    }

    .cld-community-title {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media only screen and (max-width: 991px) {
	.cld-control {
		bottom: 48vh;
	}
	
	.hero-slideshow  .hero-slide,
	.hero-slideshow{
		height: 50vh	
	}
	.cld-popup-photos-close {
        right: 0;
        top: -45px;
    }
	
    .cld-popup-photos-list {
        padding: 0 5%;
    }

    .cld-banner-img canvas {
        min-height: 400px;
    }

    .cld-description {
        width: 100%;
        padding: 40px 5% 80px;
    }
    .cld-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cld-title span {
        font-size: 30px;
    }
    .cld-mobile-info {
        font-family: var(--title-font);
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.01em;
        color: #251917;
        line-height: 1.5;
        margin-bottom: 30px;
    }
	.cld-mobile-info span {
		padding-right: 5px;
	}
    .cld-info {
        width: 100%;
        padding: 60px 5% 25px;
    }


    .cld-price, .cld-area {
        text-align: center;
    }

    .cld-agents {
        display: block;
    }

    .cld-agent {
        width: 170px;
        margin: 0 auto 12px;
    }

    .cld-community:before {
        display: none;
    }

    .cld-community-left {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .cld-community-img {
        height: auto;
        padding: 80px 5%;
        width: 100%;
    }

    .cld-community-title {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .cld-community-right {
        width: 100%;
        padding: 60px 5%;
    }

    .cld-community-description {
        margin: 0 auto;
    }

    .cld-control {
        right: 0;
        left: 0;
        justify-content: center;
    }

    .brochure-field-details {
        padding: 0;
    }

    .cld-banner-btn {
		display: none;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: calc(45vh + 100px);
        max-width: 135px;
    }
    
    .cld-banner-btn a {
        height: 43px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cld-popup-photos-title h2 {
        font-size: 30px;
    }

    .brochure-field-details form ul {
        display: block;
    }

    .brochure-field-details form ul li {
        display: block;
        width: 100%;
    }

    .property-popup {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .cld-community-title strong {
        font-size: 40px;
    }

    .cld-community-description h2 {
        font-size: 40px;
    }

    .cld-community-description a.global-btn {
        padding: 0 15px;
        font-size: 17px;
    }
}


.ip-ld-vid-container {
    display: block;
    position: relative;
    padding: 90px 0 109px;
}

.ip-ld-vid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--brown);
}

.ip-ld-vid-main {
    display: block;
    position: relative;
    z-index: 1;
}

.ip-ld-vid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-ld-vid-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.ip-ld-vid-item {
    display: block;
    position: relative;
}

.ip-ld-vid-img {
    display: block;
    position: relative;
}

.ip-ld-vid-img a {
    display: block;
    position: relative;
}

.ip-ld-vid-holder {
    display: block;
    position: relative;
}

.ip-ld-vid-bg canvas {
    opacity: .30;
}

.ip-ld-vid-holder canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-ld-vid-img a span.ai-icon-youtube {
    background-image: url(../img/ai-youtube-icon.png);
    width: 81px;
    height: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ip-ld-vid-content {
    display: block;
    position: relative;
    padding: 25px 0 0;
    text-align: center;
}

.ip-ld-vid-content h2 {
    font-size: 32px;
    font-family: var(--title-font);
    line-height: 44px;
    color: #fff;
    display: block;
    margin-bottom: 18px;
}

.ip-ld-vid-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}

.ip-ld-vid-main .global-title {
    margin-bottom: 40px;
}

.ip-ld-vid-main .global-title.is-white h2 {
    color: #eae4d9;
}

.ip-ld-vid-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px 20px;
    border: 1px solid #ebe5da;
    z-index: 5;
    pointer-events: none;
}

.ip-ld-vid-holder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px 10px;
    border: 1px solid #ebe5da;
    z-index: 5;
    pointer-events: none;
}

.ip-ld-vid-img a:hover .ip-ld-vid-holder canvas {
    opacity: .75;
}
