@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap'); #inner-page-wrapper {
    margin-bottom: 0;
}
.ip-ld-side-buttons-inner .ip-ld-hero-ctas {
    display: flex;
    right: 0;
    z-index: 402;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
div#content-full {
    position: relative;
    margin-top: 0;
}
p#breadcrumbs, .ip-banner {
    display: none;
}
.ld-title h2 {
    font-size: 55px !important;
    font-family: 'Lora', serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #532742;
    line-height: 1;
    margin-bottom: 0!important;
}
.ld-title h2 span {
    display: block;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
}
.ip-ld-back-to-main {
    padding: 0 5%;
	display: none;
}
    .ip-ld-back-to-main a {
        font-weight: 500;
        font-size: 14px;
        color: #532742;
    }
        .ip-ld-back-to-main a:hover {
            color: #000;
        }
.ip-ld-hero {
    position: relative;
}
.ip-ld-hero-item {
    position: relative;
}
.ip-ld-hero-item:before {
    content: '';
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .35;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.ip-ld-hero-main {
    position: relative;
}

.ip-ld-hero-slider .slick-slide, .ip-ld-hero-item, .ip-ld-hero-item img {
    height: 100vh;
    height: calc(100vh + 82px);
    /*max-height: 800px;*/
}
.admin-bar .ip-ld-hero-slider .slick-slide, 
.admin-bar .ip-ld-hero-item, 
.admin-bar .ip-ld-hero-item img {
    height: calc(100vh + 50px);
}
.ip-ld-hero-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.ip-ld-hero-item img {
    /*object-fit: contain;*/
    position: absolute;
}
.ip-ld-hero-item canvas {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
}
.ip-ld-hero-item {
    position: relative;
}

.ip-ld-hero-thumbs {
    position: relative;
    padding: 0 5px;
    margin-top: -80px;
}
.ip-ld-hero-thumb {
    background-color: #000;
    cursor: pointer;
}
.ip-ld-hero-thumb img {
    opacity: 0.5;
    width: 100%;
    object-fit: cover;
    height: 172px;
    transition: opacity .3s ease;
}
.ip-ld-hero-thumbs .slick-current .ip-ld-hero-thumb img {
    opacity: 1;
}
    .slick-current.ip-ld-hero-thumb img {
        opacity: 1;
    }
.ip-ld-hero-thumbs .ld-hero-arrow,
.ip-ld-hero-main .ld-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-indeX: 1;
    background: transparent;
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 20px;
}
.ip-ld-hero-main .ld-hero-arrow {
    font-size: 40px;
}
.ip-ld-hero-thumbs .ld-hero-next,
.ip-ld-hero-main .ld-hero-next {
    right: 20px;
    left: auto;
}
.ip-ld-hero-thumbs .ld-hero-arrow i,
.ip-ld-hero-main .ld-hero-arrow i {
    font-style: normal !important;
}
.ip-ld-hero-thumbs .slick-slide {
    padding: 0 2px;
}
.ip-ld-hero-ctas {
    position: absolute;
    bottom: 215px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
}
.ip-ld-side-buttons-inner .ip-ld-hero-ctas.our-gallery,
.ip-ld-side-buttons-inner .ip-ld-hero-ctas.our-videos {
	/*top: 450px;*/
	top: 21vw;
	opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.ip-ld-hero-ctas.our-gallery a:not(.from-video-gallery),
.ip-ld-hero-ctas.our-videos a:not(.from-video-gallery) {
	display: none;
}
.ip-ld-hero-cta {
    border: 1px #fff solid;
    color: #fff !important;
    width: 275px;
    height: 76px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: all .5s;
}
.ip-ld-hero-cta:hover {
    background-color: #532742;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.ip-ld-hero-cta span {
    font-size: 12px;
    font-weight: 400;
}
.ip-ld-hero-summary {
    /*display: none;*/
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
}
.ip-ld-hero-summary-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.45);
    height: 95px;
}
.ip-ld-hero-summary-inner > div {
    padding: 5px 1.8vw;
    text-transform: uppercase;
    /* font-size: 1.3vw; */
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    color: #532742;
    border-right: 1px solid;
    display: flex;
    align-items: center;
}
.ip-ld-hero-summary-inner > div:last-child{
    border:none;
}
.ip-ld-hero-summary-inner > div img{
    margin-right: 1.3vw;
}

.ip-ld-info {
    padding: 0 0 85px;
    background-image: url(../images/ld-info-bg.jpg);
    background-size: cover;
    margin-top: 189px;
}
.ip-ld-info-inside {
/*    max-width: 1280px;*/
    max-width: 1480px;
    width: 93%;
    margin: 0 auto -120px;
    background-color: #fff;
    position: relative;
    top: -120px;
    padding: 0 60px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ip-info-disclaimer {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #532742;
    margin-top: 60px;
}
    .ip-info-disclaimer span {
        display: block;
        font-size: 16px;
    }
    .ip-info-disclaimer p {
        font-weight: 400;
        font-size: 12px!important;
        color: #222;
    }
.ld-info-button {
    background-color: #532742;
    ; color: #fff !important;
    width: 275px;
    height: 76px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s;
}
.ip-ld-info:hover .ld-info-button {
    opacity: 1;
}
.ld-info-button span {
    font-size: 12px;
    font-weight: 400;
}
.ld-info-button-back {
    bottom: -30px;
    left: -30px;
}
.ld-info-button-more {
    bottom: -30px;
    right: -30px;
}
.ip-ld-info-inside::before {
    content: '';
    width: 10px;
    height: 60px;
    background-color: #552a44;
    position: absolute;
    top: 0;
    left: 0;
}
.ip-ld-info-inside::after {
    content: '';
    width: 60px;
    height: 10px;
    background-color: #552a44;
    position: absolute;
    top: 0;
    left: 0;
}
.ip-ld-info-inside h2 {
    font-size: 55px !important;
    font-family: 'Lora', serif;
    font-weight: 400 !important;
    color: #532742;
    text-transform: uppercase;
    margin: 0 0 54px!important;
    line-height: normal;
}
    .ip-ld-info-inside h2 span {
        line-height: 1.25;
        font-size: 20px;
        text-transform: none;
        display: block;
        max-width: 100%;
        font-style: italic;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        padding: 2px 0;
        letter-spacing: 0.025em;
    }
.ip-ld-info-inside h3 {
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #532742;
    font-size: 20px!important;
    line-height: 1;
    letter-spacing: 0.025em;
    margin-bottom: 10px!important;
}
.ip-ld-info-inside ul.property-features {
    list-style-type: none !important;
    margin-left: 0 !important;
    columns: 2;
    max-width: 80%;
    font-size: 15px;
    margin-top: 0!important;
}
.ip-ld-info-inside ul.property-features li {
    position: relative;
    padding-left: 10px;
}
.ip-ld-info-inside ul.property-features li::before {
    content: '\00BB';
    position: absolute;
    left: 0;
    top: 0;
}
.ip-ld-info-left {
    width: 50%;
    padding-top: 48px;
}
.ip-ld-info-left p:first-of-type:first-letter {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    float: left;
    font-size: 70px;
    font-weight: 600;
    line-height: 0.65;
    margin: 0.1em 0.1em 0.2em 0;
    color: #532742;
}
.ip-info-btn-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 608px;
    margin: 40px 0 40px;
}
    a.ip-info-btn {
        width: calc(50% - 2px);
        height: 50px;
        background: #532742;
        color: #fff!important;
        font-size: 13px;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 600;
        transition: all .3s ease;
        border: 1px solid #532742;
        text-align: center;
        line-height: 1;
    }
        a.ip-info-btn:hover {
            background-color: #fff;
            color: #532742!important;
        }
.ip-info-right {
    width: 50%;
    max-width: 550px;
}
        
    .ip-info-right-form {
        position: relative;
        padding-top: 5px;
    }
        .ip-info-right-form .wpcf7-response-output {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin: 10px auto 0!important;
            font-size: 12px;
            text-align: center;
        }
        .ip-info-right-form:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 62px;
            height: 62px;
            border-top: 10px solid #552a44;
            border-right: 10px solid #552a44;
        }
        .ip-info-right-form h2 {
            font-size: 34px!important;
            line-height: 1;
            color: #532742;
            text-transform: uppercase;
            margin-bottom: 20px!important;
        }
            .ip-info-right-form h2 span {
                display: block;
                font-size: 18px;
                font-style: normal;
                text-transform: uppercase;
                letter-spacing: 400;
            }
        .ip-info-right-form form {
            margin: 0 -10px!important;
            font-size: 0;
        }
        .ip-info-right-form-field {
            display: inline-block;
            vertical-align: top;
            padding: 0 10px;
            margin-bottom: 10px;
        }
            .ip-info-right-form-field input,
            .ip-info-right-form-field textarea {
                width: 100%;
                height: 50px;
                font-size: 13px;
                font-weight: 300;
                color: #6c6c6c;
                border: none;
                border-bottom: 1px solid #6c6c6c;
            }
            .ip-info-right-form-field textarea {
                resize: none;
                padding-top: 10px;
                height: 90px;
            }
        .ip-info-right-form-field.field-6 {
            width: 50%;
        }
        .ip-info-right-form-field.field-12 {
            width: 100%;
        }
        .ip-info-right-form .form-button {
            margin-top: 26px;
            padding: 0 10px;
        }
        .ip-info-right-form .form-button input {
            border: 0;
            color: #532742;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 15px 40px 10px;
            font-size: 12px;
            background: transparent;
        }
        .ip-info-right-form .form-button input:hover {
            background: #532742;
            color: #fff;
        }
        .ip-info-right-form .form-button span {
            border: 1px #c7c7c7 solid;
            display: inline-block;
            text-align: center;
            position: relative;
        }
        .ip-info-right-form .form-button > span::before {
            content: '';
            position: absolute;
            right: 0;
            top: -.5px;
            ; height: 1px;
            width: 42%;
            background-color: #532742;
        }
        .ip-info-right-form .form-button > span::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -.5px;
            height: 1px;
            width: 42%;
            background-color: #532742;
        }
        .ip-info-right-form .form-button span span {
            position: absolute;
            border: 0;
        }
.ld-share a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px #522649 solid;
    border-radius: 50%;
    color: #522649 ;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.testi-agent-box {
    max-width: 100%;
    height: 465px;
    height: 500px;
    background-color: #cbcbcb;
    position: relative;
    padding: 15px;
    margin: 0 5px;
    margin-bottom: 50px;
}

.clk-lrg {
	font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: .05em;
  margin-top: 10px;
	display: block;
	margin-bottom: 35px;
}


.ip-ld-hero-slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
    opacity: 0.7;
}
.ip-ld-hero-ctas,
.ip-ld-hero-summary,
.ip-ld-hero-thumbs{
    z-index: 2;
}

@media(min-width: 992px) {
	.testi-agent-box.slick-slide {
		height: 500px;
	}	
}
.testi-agent-box::after {
    background-image: url(../images/box-shadow.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 53px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -35px;
}
.testi-agent-box-inner {
    padding: 15px 30px;
    position: relative;
    height: 100%;
    color: #522649 !important;
    z-index: 3;
}
.testi-agent-box-heading {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 2px;
}
.testi-agent-box-heading img {
    width: 100%;
    display: block;
    height: auto;
}
.testi-agent-photo {
    width: 35%;
    max-width: 130px;
    position: absolute;
    right: 25px;
    bottom: 0;
}
.testi-agent-photo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 115px;
}
.testi-agent-photo-name {
    position: absolute;
    width: 100%;
    font-weight: 700;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}
.testi-agent-box-inner .testi-title.testi-title {
    background-color: #522649;
    color: #fff;
    position: relative;
    /* margin-left: -70px;
    padding: 0 15px 0 35px; */
    margin-left: -50px;
    padding: 0 15px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 11px !important;
    height: 55px;
}
.testi-agent-box-inner .testi-title::before {
    width: 22px;
    height: 16px;
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-image: url(../images/quote-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
}
.testi-text {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: normal;
}
.ip-testi-agent-slider-item.long-text .testi-text {
    /* font-size: 13px; */
}
.ip-testi-agent-slider-item.long-text1 .testi-text {
    /* font-size: 11px; */
}
.testi-client {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    font-weight: 700;
}
.testi-text::after {
    width: 18px;
    height: 12px;
    content: '';
    display: inline-block;
    margin-right: 8px;
    background-image: url(../images/quote-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testi-logo {
    position: absolute;
    bottom: 15px;
    width: 45%
}
.testi-logo img {
    display: block;
    object-fit: contain;
    width: 100%;
}
.testi-agent-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.testi-agent-box-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .30;
    filter: blur(4px)
}
.testi-agent-box-borders {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.testi-agent-box-borders .borders-top {
    border-top: 10px #522649 solid;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.testi-agent-box-borders .borders-top::before {
    width: 10px;
    /*height: 100px;*/
    height: 17%;
    background-color: #522649;
    content: '';
    position: absolute;
    top: 0;
}
.testi-agent-box-borders .borders-top::after {
    width: 10px;
    height: 100%;
    background-color: #522649;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}
.testi-agent-box-borders .borders-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.testi-agent-box-borders .borders-bottom::before {
    width: 10px;
    /*height: 250px;*/
    height: 58%;
    background-color: #522649;
    content: '';
    position: absolute;
    bottom: 0;
}
.testi-agent-box-borders .borders-bottom::after {
    /*width: 250px;*/
    width: 55%;
    height: 10px;
    background-color: #522649;
    content: '';
    position: absolute;
    bottom: 0;
}
.ip-testi-agent:first-child .testi-agent-photo-name {
    display: none;
}
#content .testi-title p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
#content .testi-title p strong {
    font-weight: 400 !important;
}
.ip-ld-video {
    padding: 0;
    background-position: bottom;
    background-size: cover;
}
.ip-ld-video {
}
    .ip-ld-banner {
        position: relative;
    }
    .ip-ld-banner canvas {
        display: block;
        width: 100%;
        background-position: center top;
        background-size: cover;
        background-color: #000;
    }
    .ip-ld-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 50%;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        opacity: 0.35;
    }
    .ip-ld-banner-title {
        position: absolute;
        top: 64%;
        left: 0;
        right: 0;
        text-transform: uppercase;
        text-align: center;
        transform: translateY(-50%);
        font-size: 55px;
        color: #ffff;
        font-family: 'Lora', serif;
        padding: 0 5%;
    }
#ip-ld-vid-1 {
    background-image: url(../images/ld-vid-bg-1.jpg);
}
#ip-ld-vid-2 {
    background-image: url(../images/ld-vid-bg-2.jpg);
}
#ip-ld-vid-3 {
    background-image: url(../images/ld-vid-bg-3.jpg);
}
.ip-ld-video-item {
    padding: 58px 0 60px;
}
.ip-ld-video h3 {
    font-size: 34px !important;
    font-family: 'Lora', serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #532742;
    line-height: 1;
    margin-top: 0!important;
}
.ip-ld-vid-holder {
    width: 90%;
    max-width: 1140px;
    height: 517px;
    margin: 0 auto;
    background-color: #000;
    position: relative;
}
.ip-ld-vid-holder a img {
    /*opacity: 0.40;*/
}
.ip-ld-vid-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    display: block;
}
#ip-ld-vid-3 .ip-ld-vid-holder img {
    opacity: 1;
}
.ip-ld-vid-holder i {
    font-style: normal !Important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 2;
    font-size: 30px;
    width: 95px;
    height: 95px;
    border: 1px #fff solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ip-ld-contact-info {
    display: flex;
    padding: 52px 0 80px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ip-ld-contact-info-map {
    width: 50%;
}
.ip-ld-contact-info-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ip-ld-contact-info-agents {
    width: 50%;
    padding: 30px 50px;
    position: relative;
}
.ip-ld-contact-info-agents h3 {
    font-size: 31px !important;
    text-transform: uppercase;
    color: #532742;
    font-family: 'Lora', serif;
    font-weight: 400 !important;
    margin: 0 0 30px !Important;
    position: relative;
    display: inline-block;
    padding-right: 50px;
    padding-top: 15px;
}
.ip-ld-contact-info-agents h3::before {
    content: '';
    width: 10px;
    height: 60px;
    background-color: #552a44;
    position: absolute;
    top: 0;
    right: 0;
}
.ip-ld-contact-info-agents h3::after {
    content: '';
    width: 60px;
    height: 10px;
    background-color: #552a44;
    position: absolute;
    top: 0;
    right: 0;
}
.agent-card {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.agent-img {
    width: 168px;
    height: 168px;
}
.agent-img img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    object-fit: cover;
}
.agent-info {
    padding-left: 10px;
    flex: 1;
}
.agent-info-name {
    font-size: 25px;
    text-transform: uppercase;
    color: #532742;
    font-family: 'Lora', serig;
    font-weight: 400 !important;
}
.agent-info-number {
    display: flex;
    /*justify-content: space-between;*/
    max-width: 240px;
    font-weight: 500;
	justify-content: flex-start;
	gap: 10px;
}
.agent-email {
    background-color: #532742;
    ; color: #fff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    transition: opacity .5s;
    width: 175px;
    height: 40px;
    margin-top: 10px;
}
    
    html[lang="es"] .agent-email {
        font-size: 10px;
        letter-spacing: 0;
        width: 210px;
    }
    
.ip-ld-contact-form {
    background-image: url(../images/ld-footer-form-bg.jpg);
    background-size: cover;
    padding: 80px 0;
}
.ip-ld-contact-form h2 {
    font-size: 45px !important;
    font-weight: 400 !important;
    font-family: 'Lora', serif;
    color: #212121;
    margin: 0 !important;
}
.ip-ld-contact-form h3 {
    font-size: 30px !important;
    font-weight: 400 !important;
    color: #532742;
    margin: 0 0 40px!important;
}
.ip-ld-contact-form-holder {
    max-width: 890px;
    width: 95%;
    margin: 0 auto;
}
.ip-ld-contact-form-holder .form-row {
    display: flex;
}
.ip-ld-contact-form-holder .form-col input, .ip-ld-contact-form-holder .form-col textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px #929292 solid;
    font-size: 13px;
    height: 60px;
    padding-top: 20px;
    resize: none;
}
.ip-ld-contact-form-holder .form-col {
    width: 33.33%;
    padding: 0 5px;
}
.ip-ld-contact-form-holder .form-col-message {
    flex: 1;
}
.ip-ld-contact-form-holder .form-button {
    text-align: center;
    margin-top: 45px;
}
.ip-ld-contact-form-holder .form-button input {
    border: 0;
    color: #532742;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 40px 10px;
}
.ip-ld-contact-form-holder .form-button input:hover {
    background: #532742;
    color: #fff;
}
.ip-ld-contact-form-holder .form-button span {
    border: 1px #c7c7c7 solid;
    display: inline-block;
    text-align: center;
    position: relative;
}
.ip-ld-contact-form-holder .form-button > span::before {
    content: '';
    position: absolute;
    right: 0;
    top: -.5px;
    ; height: 1px;
    width: 42%;
    background-color: #532742;
}
.ip-ld-contact-form-holder .form-button > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.5px;
    height: 1px;
    width: 42%;
    background-color: #532742;
}
.ip-ld-contact-form-holder .form-button span span {
    position: absolute;
    border: 0;
}
.ip-ld-contact-form-holder .wpcf7-response-output {
    text-align: center;
    background-color: #fff;
}
.aiosp-wrap .aiosp-container .aios-popup-body {
    background-color: rgb(255 255 255 / .85);
    min-height: auto;
    max-width: 760px;
    padding-bottom: 50px;
}
.aiosp-bg {
    opacity: 0;
}
.aios-popup-body .aiosp-close {
    top: -45px;
    right: -45px;
    background-color: #532742;
    opacity: 1;
    color: #fff;
}
#popup-form h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #532742;
    margin-top: 50px;
    margin-bottom: 30px;
}
#popup-form form {
    max-width: 890px;
    width: 95%;
    margin: 0 auto;
}
#popup-form .form-row {
    display: flex;
    margin-bottom: 10px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}
#popup-form .form-col input, #popup-form .form-col textarea {
    width: 100%;
    background: #fff;
    border: 0;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    height: 45px;
    resize: none;
    padding: 0 20px;
}
#popup-form .form-col textarea {
    padding-top: 15px;
}
#popup-form .form-col {
    width: 50%;
    padding: 0 5px;
}
#popup-form .form-col-message {
    flex: 1;
}
#popup-form .form-button {
    text-align: center;
    margin-top: 10px;
}
#popup-form .form-button input {
    border: 0;
    color: #532742;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 40px;
    background-color: transparent;
}
#popup-form .form-button input:hover {
    background: #532742;
    color: #fff;
}
#popup-form .form-button span {
    border: 1px #c7c7c7 solid;
    display: inline-block;
    text-align: center;
    position: relative;
}
#popup-form .form-button > span::before {
    content: '';
    position: absolute;
    right: 0;
    top: -.5px;
    ; height: 1px;
    width: 42%;
    background-color: #532742;
}
#popup-form .form-button > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.5px;
    height: 1px;
    width: 42%;
    background-color: #532742;
}
#popup-form .form-button span span {
    position: absolute;
    border: 0;
}
#popup-form .wpcf7-response-output {
    text-align: center;
    background-color: #fff;
}
.ip-ld-side-buttons-inner {
    position: relative;
}
.ip-ld-side-buttons-inner .ip-ld-hero-ctas {
    position: fixed;
    z-index: 1011;
    opacity: 0;
    /*bottom: 5vh;*/
    bottom: auto;
    top: 100px;
    transition: all .5s;
	height: 76px;
    pointer-events: none;
    visibility: hidden;
}
.ip-ld-side-buttons-inner .ip-ld-hero-ctas.active{
    opacity: 1;
	z-index: 1011;
    pointer-events: all;
    visibility: visible;
}
.ip-ld-side-buttons-inner .ip-ld-hero-ctas .ip-ld-hero-cta {
    background-color: #532743;
    border-color: #532742;
    margin: 0 1px;
}
.ip-ld-side-buttons-inner .ip-ld-hero-ctas .ip-ld-hero-cta:hover {
    background: #fff;
    color: #532742 !important;
    border-color: #fff;
}

.ip-ld-gallery {
    position: relative;
}
    .ip-ld-gallery-container {
        position: relative;
        background-image: url(../images/ld-info-bg.jpg);
        background-size: cover;
        padding: 1px 0 102px;
        margin-top: 94px;
    }
    .ip-ld-gallery-inner {
        max-width: 1480px;
        width: 93%;
        margin: -40px auto 0;
        background-color: #fff;
        padding-bottom: 123px;
    }
        .ip-ld-gallery-inner  .ip-ld-back-to-main {
            padding: 0;
            max-width: 1140px;
            width: 90%;
            margin: 0 auto 10px;
        }
        .ip-ld-gallery-list {
            position: relative;
            font-size: 0;
            max-width: 1140px;
            width: 90%;
            margin: 0 auto;
        }
            .ip-ld-gallery-item-row {
                margin: 0 -5px;
                display: flex;
                flex-flow: row wrap;
                align-items: flex-start;
            }
                .ip-ld-gallery-item {
                    font-size: 0;
                    position: relative;
                }
                    .ip-ld-gallery-item-img {
                        display: block;
                        position: relative;
                        padding: 5px;
                    }
                        .ip-ld-gallery-item-img canvas {
                            display: block;
                            width: 100%;
                            background-position: center;
                            background-size: cover;
                            background-color: #000;
                        }
                .ip-ld-gallery-item-img:nth-child(1) {
                    width: 31.4095%;
                }
                    .ip-ld-gallery-item-img:nth-child(1) canvas {
                        height: 657px;
                    }
                .ip-ld-gallery-item-img:nth-child(2) {
                    width: 68.5905%;
                }
                    .ip-ld-gallery-item-img:nth-child(2) canvas {
                        height: 320px;
                    }
                .ip-ld-gallery-item-img:nth-child(4) {
                    margin-left: calc(34.29525% + 5px);
                }
                .ip-ld-gallery-item-img:nth-child(3),
                .ip-ld-gallery-item-img:nth-child(4) {
                    width: 34.29525%;
                    position: absolute;
                    bottom: 0;
                    left: 31.4095%;
                }
                    .ip-ld-gallery-item-img:nth-child(3) canvas,
                    .ip-ld-gallery-item-img:nth-child(4) canvas {
                        height: 327px;
                    }
    .ip-ld-gallery-pagination {
        margin-top: 22px;
    }
        .ip-ld-gallery-pagination ul {
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: center;
            margin: 0!important;
            list-style: none!important;
        }
            .ip-ld-gallery-pagination ul li {
                margin: 0 6px;
            }
                .ip-ld-gallery-pagination ul li:not(.arrow) span,
                .ip-ld-gallery-pagination ul li:not(.arrow) a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 42px;
                    height: 42px;
                    border: 1px solid #000;
                    font-size: 16px;
                    font-weight: 500;
                    color: #000;
                    line-height: 1;
                    letter-spacing: .04em;
                    transition: all var(--default-transition);
                }
                .ip-ld-gallery-pagination ul li:not(.arrow) span,
                .ip-ld-gallery-pagination ul li:not(.arrow) a:hover {
                    background-color: #532742;
                    border-color: #532742;
                    color: #fff!important;
                }
            .ip-ld-gallery-pagination ul li.arrow {
                margin: 6px 25px;
            }
                .ip-ld-gallery-pagination ul li.arrow a {
                    color: #888888!important;
                    transition: all var(--default-transition);
                }
                    .ip-ld-gallery-pagination ul li.arrow a i {
                        font-size: 36px;
                        font-style: normal!important;
                    }
                .ip-ld-gallery-pagination ul li.arrow a:hover {
                    color: #532742;
                }
.aios-img-mobile.aiosp-bg {
    opacity: 0.85;
}
.ip-ld-video-all,
.ip-ld-gallery {
    display: none;
}
.ip-ld-hero-ctas .from-video-gallery {
	text-align: center;
	display: none;
}
.ip-ld-hero-ctas.our-videos .from-video-gallery,
.ip-ld-hero-ctas.our-gallery .from-video-gallery {
	display: inline-flex;
}
div#listings-map {
    height: 500px;
    width: 100%;
}

.ip-ld-hero-slider:not(.slick-initialized) .ip-ld-hero-item:nth-child(n+2) {
    display: none!important;
}
.ip-ld-hero-thumbs:not(.slick-initialized) .ip-ld-hero-thumb {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
}
.ip-ld-hero-thumbs {
    font-size: 0;
}
.ip-ld-hero-thumbs:not(.slick-initialized) .ip-ld-hero-thumb:nth-child(n+4) ~ div {
    display: none!important;
}
#content-footer {
    display: block!important;
}
.testi-agent-slider:not(.slick-initialized) .testi-agent-box:nth-child(n+2) {
    display: none!important;
}

.summary-title, .summary-location, .summary-status, .summary-sqft {
    text-align: center;
}

.ip-ld-hero-summary-inner>div {
    position: relative;
    border: 0;
}

.ip-ld-hero-summary-inner>div::after {
    content: '';
    background-color: #532742;
    height: 45px;
    width: 1px;
    position: absolute;
    right: 0;
}

.ip-ld-hero-summary-inner>div:last-child::after {
    width: 0;
}

/* Floorplan */
.ip-property-details-main-floorplan-images {
    margin: 0;
    width: 100%;
    /* max-width: 548px; */
    max-width: 338px;
    border: 5px solid #000;
  }
  
  .ip-property-details-main-floorplan {
    margin: 40px 0 65px;
  }
  
  .ip-property-details-main-floorplan-images a:not(:first-child) {
    display: none;
  }

body.single-aios-listings .aiosp-image-holder .aiosp-content {
    max-width: 1100px;
    width: 100%;
}

.ip-property-details-main-floorplan-images a {
    display: block;
    position: relative;
}

.ip-property-details-main-floorplan-images a img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
    display: block;
    /* min-height: 420px; */
}


  /* Floorplan */

.ip-property-details-main-floorplan-title{
    font-size: 55px;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #532742;
    text-transform: uppercase;
    /* margin: 0 0 30px;*/
    margin: 0;
    line-height: normal;
}
  
@media only screen and (max-width: 1750px) {
    .ip-ld-hero-summary-inner>div {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1366px) {
    .ip-ld-hero-summary-inner>div{
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1199px) {
  .ip-ld-hero-summary-inner>div {
    font-size: 15px;
    padding: 0 15px;
  }
  
  .ip-property-details-main-floorplan-title{
    font-size: 40px;
    /*margin: 0 0 20px;*/
    margin: 0;
  }
  
  
}

@media(max-width: 1199px) {
    .ip-ld-info-left {
        width: 45%;
    }
    .ip-ld-info-inside h2 {
        font-size: 40px!important;
    }
        .ip-ld-info-inside h2 span {
            font-size: 15px;
        }
    .ip-ld-info-inside ul.property-features {
        font-size: 12px;
        max-width: 100%;
    }
    .ip-ld-banner-title {
        font-size: 45px;
    }
    .ip-ld-gallery-item-img:nth-child(1) canvas {
        /*height: 500px;*/
        height: 31.250vw;
    }
    .ip-ld-gallery-item-img:nth-child(2) canvas,
    .ip-ld-gallery-item-img:nth-child(3) canvas,
    .ip-ld-gallery-item-img:nth-child(4) canvas {
        /*height: 240px;*/
        height: 15vw;
    }
}
@media(max-width: 991px) {
    .ip-ld-hero-summary-inner>div {
        padding: 5px 0;
    }
    .ip-ld-hero-thumbs {
        /* display: none; */
        margin-top: 10px;
    }
    .ip-ld-hero-main .ld-hero-arrow {
        font-size: 20px;
    }
    .ip-ld-info-left {
        width: 100%;
        padding-top: 20px;
    }
    .ip-info-right {
        width: 100%;
        margin: 0 auto;
    }
    .ld-share {
        text-align: center;
        margin-bottom: 30px;
    }
    .ld-info-button {
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        margin: 5px 0;
    }
    .ip-ld-contact-info-map, .ip-ld-contact-info-agents {
        width: 100%;
    }
    .ip-ld-contact-info-agents {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }
    .ip-ld-contact-info-agents h3 {
        display: block;
        text-align: center;
        padding-right: 0;
    }
    .ip-ld-hero-slider .slick-slide, .ip-ld-hero-item, .ip-ld-hero-item img {
        max-height: 500px;
    }
    .ip-ld-hero-ctas {
        /* bottom: 335px; */
        bottom: unset;
        top: 400px;
        align-items: center;	
    }
    .ip-ld-hero-summary{
        position: relative;
        bottom: unset;
    }
    .ip-ld-hero-summary-inner{
        flex-direction: column;
        height: auto;
        padding: 25px 0;
        background: #532742;
    }
    .ip-ld-hero-summary-inner > div{
        padding: 5px 0;
        font-size: 20px;
        color: #fff;
        border: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 400px;
    }
    .ip-ld-hero-summary-inner > div img{
        margin-right: 20px;
        filter: brightness(0) invert(1);
    }
    .ip-ld-info-inside ul.property-features {
        columns: 1;
        max-width: 100%;
    }
    .ip-ld-contact-form-holder .form-row,
    #popup-form .form-row{
        flex-wrap: wrap;
    }
    .ip-ld-contact-form-holder .form-col,
    #popup-form .form-col{
        width: 100% !important;
        margin: 5px 0;
    }
    .ip-ld-side-buttons-inner .ip-ld-hero-ctas{
        width: 100vw;
        bottom: 0;
        flex-direction: row;
    }
    .ip-info-right-form {
        padding-top: 30px;
    }
    .testi-text {
        font-size: 14px;
    }
    .testi-agent-box-inner {
        padding: 15px 15px 60px;
    }
    .testi-client {
        font-size: 16px;
    }
    .testi-agent-box-inner .testi-title.testi-title {
        margin-left: -30px;
        padding-left: 13px;
    }
    .ip-ld-vid-holder {
        height: auto;
    }
    #popup-form .form-row {
        margin-bottom: 0;
    }

	  .ip-property-details-main-floorplan {
    margin: 40px 0 40px;
  }
	.ip-property-details-main-floorplan-images a img {
    min-height: 0;
}
.clk-lrg {
		font-size: 17px;
	}
    .ip-ld-info-left p {
        word-wrap: break-word;
    }
    .testi-agent-photo img {
        height: auto;
    }
}
@media(max-width: 767px) {
    a.ip-info-btn {
        width: 100%;
        margin-bottom: 4px;
    }
    .ip-ld-contact-info-agents h3 {
        font-size: 25px!important;
        line-height: 1.2;
    }
    .ip-ld-banner canvas {
        min-height: 250px;
    }
    .ip-ld-banner-title {
        line-height: 1;
        font-size: 35px;
    }
    .ip-ld-video-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ip-ld-video h3 {
        font-size: 30px!important;
    }
    .ld-title h2 {
        font-size: 45px!important;
    }
        .ld-title h2 span {
            font-size: 30px;
        }
		.clk-lrg {
		font-size: 15px;
	}
}
@media(max-width: 480px) {
    .ip-ld-contact-info-agents {
        width: 100%;
        padding: 20px;
    }
    .agent-info {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .agent-info-number {
        display: block;
        max-width: none;
    }
    .agent-img {
        width: 100%;
        height: auto;
    }
    .agent-img img {
        width: auto;
        margin: 0 auto;
    }
    .ip-ld-info-inside {
        padding: 20px;
    }
    .ip-ld-info-inside h2 {
        font-size: 40px !important;
    }
    .ip-ld-info-inside .ip-info-right-form h2 {
        font-size: 25px!important;
    }
    .ip-ld-contact-form h2 {
        font-size: 30px !important;;
    }
    .ip-ld-contact-form h3 {
        font-size: 20px !important;
    }
    .ip-ld-hero-ctas {
        flex-direction: column;
        top: 310px;
    }
     .ip-ld-hero-cta {
         width: 100%;
         margin: 5px 0;
     }
     .ip-ld-gallery-item-img {
        padding: 2px;
    }
    .ip-ld-vid-holder i {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .ip-info-right-form-field.field-6 {
        width: 100%;
    }
    .ip-info-right-form-field {
        margin-bottom: 0;
    }
	.testi-agent-box {
		height: 555px;
	}
}
