/*******************************************************
 *
 * Open House Listing Details
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
    z-index: auto;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-container #breadcrumbs {
    display: block;
    color: #000;
}

.breadcrumbs-container{
    padding: 0 8.75vw;
}

.breadcrumbs-container span {
    font-size: 14px;
    text-transform: uppercase;
} 
    .breadcrumbs-container span.breadcrumb_last {
        color: var(--secondary-color);
        font-weight: 700;
    }

#ip-listing-details {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-ld-section, .ip-ld-container {
    display: block;
    position: relative;
}

.ip-banner {
    display: none;
}

/*Section 1*/
.ip-ld-hero-container {
    display: block;
    position: relative;
}

.ip-ld-hero-slide {
    display: block;
    position: relative;
}

.ip-ld-hero-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.ip-ld-hero-slide:not(.slick-initialized) .ip-ld-hero-item:nth-child(n+2) {
    display: none;
}

.ip-ld-hero-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    z-index: 2;
}

.ip-ld-hero-img {
    background-color: #000;
    width: 100%;
}

.ip-ld-hero-img.site-img {
}

.ip-ld-listing-info-container {
    position: absolute;
    bottom: -135px;
    right: 0;
    width: 87.366%;
    z-index: 10;
}

.ip-ld-listing-info-inner {
    position: relative;
    padding: 94px 95px 101px 74px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ip-ld-listing-info-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--primary-color);
    border-right: none;
    margin: -10px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    pointer-events: none;
}

.ip-ld-listing-info, .ip-ld-listing-price {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ip-ld-listing-price span {
    font-size: 53px;
    line-height: 1;
    letter-spacing: 0.040em;
    color: #fff;
}

.ip-ld-listing-price span:nth-child(2) {
  font-size: 29px;
}

.ip-ld-listing-price span.statuses {
        font-size: 29px;
    }

.ip-ld-listing-info h2 {
    font-size: 37px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.010em;
    display: block;
    margin-bottom: 12px;
    font-family: var(--title-font);
}

.ip-ld-listing-info-list span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.010em;
    padding: 0 13px;
}

.ip-ld-listing-info-list span:first-child {
    padding-left: 0;
}

.ip-ld-listing-info-list span:last-child {
    padding-right: 0;
}

.ip-ld-listing-info-list span:not(:last-child):before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: calc(100% - 5px);
    background-color: #fff;
}

.ip-ld-listing-info-inner .global-accent-bg.top-right canvas {
    background-position: top -78px right;
    background-size: cover;
}

.ip-ld-listing-info-inner .global-accent-bg.top-right {
    width: 45.337%;
    height: 100%;
}

/* Section 2 */
.ip-ld-content-container {
    display: block;
    position: relative;
    padding: 55px 0 156px;
    background-color: #f4f3ef;
    min-height: 1460px;
}

.ip-ld-content-container:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background-color: #cfc9b4;
    width: 45.736%;
    height: 61.486%;
    border-bottom-left-radius: 280px;
    -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 3;
}

.ip-ld-content-row {
    display: block;
    position: relative;
}

.ip-ld-content-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-ld-content-holder {
    display: block;
    position: relative;
    padding-left: 135px;
    padding-right: 30px;
}

.ip-ld-listing-title {
    display: block;
    position: relative;
    margin-bottom: 70px;
}

.ip-ld-listing-title h2 {
    font-size: 70px;
    line-height: 1;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-family: var(--title-font);
}

.ip-ld-listing-title h2 span {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.010em;
    color: var(--primary-color);
    text-transform: none;
    display: block;
}

.ip-ld-content-text {
    display: block;
    position: relative;
    margin-bottom: 78px;
    width: 93%;
}

.ip-ld-content-text p {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.010em;
    color: var(--primary-color);
}

.ip-ld-content-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 515px;
}

.ip-ld-content-btn {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 17px);
    position: relative;
}

.ip-ld-content-btn a {
    max-width: 100%;
}

.aiosp-wrap .aiosp-container[class*="ipld-share"] .aios-popup-body {
    width: auto;
    background: #fff;
    min-height: auto;
}

.aiosp-content button.aiosp-close {
    position: absolute;
    top: -35px;
    right: 0;
    left: initial;
    width: 21px;
    height: 30px;
    padding: 0;
    font-size: 0;
    opacity: 1;
    color: white;
    font-size: 38px;
}

#ipld-share .addtoany_list a {
    font-size: 50px;
}

#ipld-share .addtoany_list a span {
    width: 50px!important;
    height: 50px!important;
    display: block;
}

#ipld-share .addtoany_list a.a2a_button_twitter span{
    background-color: white!important;
    text-align: center;
}

#ipld-share span.a2a_svg.a2a_s__default.a2a_s_twitter:before {
        content: "\b0100";
        font-family: 'agentimage'!important;
}

#ipld-share .addtoany_list a.a2a_button_twitter span svg{
    display: none;
}

#ipld-share .addtoany_list .ai-font-twitter:before{
    padding-left: 3px;
}

#ipld-share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
    line-height: 49px; 
} 

.ip-ld-gallery-container {
    display: block;
    position: relative;
    padding-top: 37px;
}

.ip-ld-gallery-list {
    display: block;
    position: relative;
    margin: -6px 0 -6px -6px;
    z-index: 5;
}

.ip-ld-gallery-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 6px;
}

.ip-ld-gallery-item a {
    display: block;
    position: relative;
}

.ip-ld-gallery-img {
    overflow: hidden;
}

.ip-ld-gallery-img img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}

.ip-ld-gallery-item a:hover .ip-ld-gallery-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.ip-ld-content-container .global-accent-bg.top-center {
    top: -11%;
    right: 0;
    left: 0;
    width: 63.424%;
    margin: 0 auto;
}

.ip-ld-content-container .global-accent-bg.top-center canvas {
    background-position: top center;
    background-size: cover;
}

.ipld-desc-gallery-list-controls {

                margin: 20px -15px 0;

            }

            .ipld-desc-gallery-list-controls button:before {

                font-size: inherit!important;

            }

                .ipld-desc-gallery-list-controls .line {

                    width: 1px;

                    height: 36px;

                    background: #8d7631;

                    margin: -6px 12px;

                    display: inline-block;  

                }

                .ipld-desc-gallery-list-controls button {

                    width: 30px;

                    height: 30px;

                    background: transparent;

                    outline: none;

                    border: none;

                    font-size: 24px;

                    color: #8d7631;

                    transition: color .3s ease;

                    -webkit-appearance: none;

                    -moz-appearance: none;

                    appearance: none;

                    padding: 0 0 0;

                }

                    .ipld-desc-gallery-list-controls button:hover {

                        color: #e4c87c;

                    }



            button.aiosp-arrow {

                font-family: agentimage!important;

                speak: none;

                font-style: normal;

                font-weight: 400;

                font-variant: normal;

                text-transform: none;

                line-height: 1;

                font-size: 45px;

                color: #fff;

                -webkit-font-smoothing: antialiased;

                -moz-osx-font-smoothing: grayscale;

                opacity: 1;

            }

                button.aiosp-arrow:before {

                    border: none;

                    margin: 0;

                    position: relative;

                    width: initial;

                    height: initial;

                    opacity: 1;

                }

                button.aiosp-arrow.aiosp-arrow-left:before {

                    content: "\b0001";

                }

                button.aiosp-arrow.aiosp-arrow-right:before {

                    content: "\b0002";

                }

                button.aiosp-arrow:after {

                    display: none;

                }



            button.aiosp-arrow.aiosp-arrow-left {

                left: 40px;

            }

            button.aiosp-arrow.aiosp-arrow-right {

                right: 40px;

            }

            .aiosp-bottom-bar {

                margin-top: 5px;

            }

/*new section*/
.ip-video-container {
    position: relative;
    display: block;
    padding-top: 96px;
}
    .ip-video-container a {
        display: block;
        position: relative;
    }
        .ip-video-container a canvas {
            display: block;
            width: 100%;
            height: auto;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .ip-video-container a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.3);
            z-index: 1;
        }
        .custom-play-icon {
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50%;
            border: 7px solid rgba(255,255,255,0.3);
            padding: 2px;
            width: 135px;
            height: 135px;
            z-index: 2;
            transition: all .3s ease;
        }
            .custom-play-icon i {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                border: 2px solid #fff;
                font-size: 60px;
                color: #fff;
            }

        .ip-video-container a:hover .custom-play-icon {
            border-color: rgba(255,255,255,0.6);
        }

/* Section 3 */
.ip-press-container {
    display: block;
    position: relative;
    padding: 60px 0 298px;
    overflow: hidden;
}

.ip-press-container .global-accent-bg.top-left {
    width: 31.081%;
    height: 73.426%;
}

.ip-press-container .global-accent-bg.top-left canvas {
    background-size: cover;
}

.ip-press-container .global-accent-bg.top-right {
    width: 49.274%;
    height: 90.1%;
    top: -40%;
}

.ip-press-container .global-accent-bg.top-right canvas {
    background-size: cover;
}

.ip-press-container .custom-container {
    max-width: 1380px;
    padding: 0 15px;
}

.ip-press-main {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-press-list {
    display: block;
    position: relative;
    margin: 0 -40px;
}

.ip-press-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 40px;
}

.ip-press-item a {
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}

.ip-press-item a:hover .ip-press-img img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ip-press-item a, .ip-press-img, .ip-press-img canvas, .ip-press-img img, .ip-press-img:before {
    border-radius: 220px;
}

.ip-press-content {
    position: absolute;
    bottom: 133px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: 0;
    width: 100%;
    padding: 0 15px 0;
    z-index: 2;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-content h2 {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 30px;
}

.ip-press-content p {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.060em;
    color: #cfc9b4;
    text-transform: uppercase;
    font-weight: 600;
}

.ip-press-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}

.ip-press-main .global-title {
    margin-bottom: 65px;
}

.ip-press-item a:hover .ip-press-content {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

/*Form*/
.ip-form-container {
    display: block;
    position: relative;
    background-color: var(--secondary-color);
    padding: 188px 70px 185px;
    border-top-right-radius: 320px;
    border-top-left-radius: 320px;
    margin-left: 10px;
}

.ip-form-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

.ip-form-title span {
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0.010em;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.ip-form-title h2 {
    font-size: 50px;
    color: #cfc9b4;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--title-font);
    display: block;
    margin: 0 -10px;
}

.ip-form-widget, .ip-form-widget form {
    display: block;
    position: relative;
}

.ip-form-row {
    display: block;
    position: relative;
}

.ip-form-col {
    display: block;
    width: 100%;
    position: relative;
}

.ip-form-col input:not([type=submit]), .ip-form-col textarea {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.100em;
    line-height: normal;
    text-transform: uppercase;
    color: #f4f3ef;
}

.ip-form-col:not(:last-child) {
    margin-bottom: 30px;
}

.ip-form-col textarea {
    height: 120px;
    padding: 20px 45px 20px 0;
    resize: none;
}

.ip-form-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--primary-color);
    margin: -10px;
    border-top-right-radius: 320px;
    border-top-left-radius: 320px;
}

.ip-form-submit {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ip-form-submit button {
    background-color: transparent;
    font-size: 35px;
    padding: 0;
    border: none;
    color: var(--primary-color);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-form-submit button:hover {
    color: #cfc9b4;
}

.ip-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ip-form-widget .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #fff!important;
    text-align: center;
    margin: 0 auto;
}

.ip-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
}

.ip-form-widget .wpcf7-form-control-wrap {
    display: block;
}

/* Map */
.ip-form-holder {
    position: absolute;
    bottom: 207px;
    right: 8%;
    width: 560px;
    z-index: 5;
}

.ip-ld-map-holder {
    display: block;
    position: relative;
}

.ip-ld-map-container {
    display: block;
    position: relative;
    margin-bottom: 0;
    z-index: 3;
}

.ip-ld-map-holder canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 7px 7px 22px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 7px 7px 22px 0px rgba(0, 0, 0, 0.2);
}

.ip-ld-map-holder, .ip-ld-map-holder canvas, .ip-ld-map-holder iframe {
    border-bottom-left-radius: 265px;
    border-bottom-right-radius: 265px;
}

.ip-ld-map-holder iframe {
    width: 100%;
    display: block;
    height: 760px;
}

/* Section 4 */
.ip-ld-agents-container {
    display: block;
    position: relative;
    padding: 140px 0 105px;
}

.ip-ld-agents-container .global-accent-bg.top-right {
    top: -27%;
    width: 36.892%;
    height: 55.537%;
}

.ip-ld-agents-container .global-accent-bg.top-right canvas {
    background-size: cover;
}

.ip-ld-agents-container .custom-container {
    max-width: 1170px;
    padding: 0 15px;
}

.ip-ld-agents-main {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-ld-agents-row {
    display: block;
    position: relative;
}

.ip-ld-agents-container.is-centered .ip-ld-agents-row {
    display: flex;
    justify-content: center;
}

.ip-ld-agents-container.is-centered .global-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.ip-ld-agents-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ip-ld-agents-item {
    display: block;
    position: relative;
    max-width: 100%;
    width: 448px;
    margin: 0 auto;
}

.ip-ld-agents-col:nth-child(even) .ip-ld-agents-item {
    margin-left: 0;
    margin-right: auto;
    margin-top: -154px;
}

.ip-ld-agents-col:nth-child(odd) {
    padding-right: 52px;
    padding-left: 120px;
}

.ip-ld-agents-col:nth-child(odd) .ip-ld-agents-item {
    margin-left: auto;
    margin-right: 0;
    margin-top: 57px;
}

.ip-ld-more-btn {
    position: absolute;
    top: 0;
    left: -40px;
    width: 240px;
    z-index: 5;
    height: 240px;
}

.ip-ld-agents-col:last-child .ip-ld-more-btn {
    top: auto;
    bottom: -170px;
    left: auto;
    right: -40px;
}

.ip-ld-agents-col:nth-child(3) .ip-ld-more-btn {
    top: 0;
    left: -40px;
    bottom: 0;
    right: auto;
}

.ip-ld-agents-col:first-child .ip-ld-more-btn {
    top: 0;
    bottom: auto;
    left: -40px;
    right: auto;
}



.ip-ld-more-btn a {
    max-width: 100%;
    height: 100%;
    color: var(--primary-color);
}

.ip-ld-agents-item, .ip-ld-agents-inner, .ip-ld-agents-inner canvas, .ip-ld-agents-inner img, .ip-ld-agents-img a {
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
}

.ip-ld-agents-col:nth-child(odd) .ip-ld-agents-item, .ip-ld-agents-col:nth-child(odd) .ip-ld-agents-inner, .ip-ld-agents-col:nth-child(odd) .ip-ld-agents-inner canvas, .ip-ld-agents-col:nth-child(odd) .ip-ld-agents-inner img, .ip-ld-agents-col:nth-child(odd) .ip-ld-agents-img:before, 
.ip-ld-agents-col:nth-child(odd)  .ip-ld-agents-img a{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 220px;
    border-bottom-right-radius: 220px;
}

.ip-ld-agents-inner:hover  img{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}



.ip-ld-agents-col:last-child {
    padding-left: 52px;
    padding-right: 20px;
}

.ip-ld-agents-container .global-title {
    margin-bottom: 70px;
    margin-left: 240px;
}

.ip-ld-agents-container .global-accent-bg.bottom-left {
    width: 40.367%;
    height: 55.537%;
    bottom: 17%;
}

.ip-ld-agents-container .global-accent-bg.bottom-left canvas {
    background-size: cover;
}

.ip-ld-agents-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
    z-index: 2;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.75)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}

.ip-ld-agents-info {
    position: absolute;
    bottom: 79px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.ip-ld-agents-col:last-child .ip-ld-agents-info {
    bottom: 115px;
}

.ip-ld-agent-name {
    display: block;
    position: relative;
    margin-bottom: 28px;
    text-align: center;
}

.ip-ld-agent-name h2 {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.ip-ld-agent-name h2 a {
    color: inherit;
    -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-agents-inner:hover .ip-ld-agent-name h2 a {
    color: var(--secondary-color);
}

.ip-ld-agent-contacts {
    display: block;
    position: relative;
    text-align: center;
}

.ip-ld-agent-contacts span {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.060em;
    color: #cfc9b4;
    font-weight: 600;
    display: block;
}

.ip-ld-agent-contacts span:not(:last-child) {
    margin-bottom: 7px;
}

.ip-ld-agent-contacts span a {
    color: inherit;
    -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-agent-contacts span a:hover {
    color: var(--secondary-color);
}

.ip-ld-agents-inner {
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}

.ip-ld-agents-main .slick-list {
    overflow: visible !important;
}
/*.ip-ld-agents-main .slick-slide div + div .ip-ld-agents-col:last-child {
    margin-top: -6.625vw;
}*/

.ihf-open-home-remarks-container {
    margin-bottom: 0;
}

.ihf-expander.ihf-hide-expander,
.ihf-open-home-remarks-gradient {
    display: none;
}


.open-house {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.010em;
    color: var(--primary-color);
    margin: 0 100px 50px;
}

.breadcrumbs-container{
    /*padding: 11.688vw 8.75vw;*/
    padding: 12.688vw 8.75vw;
    padding-bottom: 0;
}

.breadcrumbs-container span {
    font-size: 14px;
    text-transform: uppercase;
} 
    .breadcrumbs-container span.breadcrumb_last {
        color: var(--secondary-color);
        font-weight: 700;
    }

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {

    .ip-ld-listing-info-container {
        bottom: -8.438vw;
    }

    .breadcrumbs-container span {
        font-size: 0.875vw;
    }

    .ip-ld-listing-info-inner {
        padding: 5.875vw 5.938vw 6.313vw 4.625vw;
        border-top-left-radius: 9.375vw;
        border-bottom-left-radius: 9.375vw;
    }

    .ip-ld-listing-info-inner:before {
        border: 1px solid var(--primary-color);
        margin: -0.625vw;
        border-top-left-radius: 9.375vw;
        border-bottom-left-radius: 9.375vw;
    }

    .ip-ld-listing-price span {
        font-size: 3.313vw;
    }
    .ip-ld-listing-price span.statuses {
        font-size: 29px;
    }

    .ip-ld-listing-info h2 {
        font-size: 2.313vw;
        margin-bottom: 0.75vw;
        padding: 0 30px 0 0;
    }

    .ip-ld-listing-info-list span {
        font-size: 1.625vw;
        padding: 0 0.813vw;
    }

    .ip-ld-listing-info-list span:not(:last-child):before {
        width: 0.125vw;
        height: calc(100% - 0.313vw);
    }

    .ip-ld-listing-info-inner .global-accent-bg.top-right canvas {
        background-position: top -4.875vw right;
    }

    /* Section 2 */
    .ip-ld-content-container {
        padding: 2.688vw 0 9.75vw;
        min-height: 91.250vw;
    }

    .ip-ld-content-container:before {
        border-bottom-left-radius: 17.500vw;
    }

    .ip-ld-content-holder {
        padding-left: 8.438vw;
        padding-right: 1.875vw;
    }

    .ip-ld-listing-title {
        margin-bottom: 4.375vw;
    }

    .ip-ld-listing-title h2 {
        font-size: 4.375vw;
    }

    .ip-ld-listing-title h2 span {
        font-size: 2.625vw;
    }

    .ip-ld-content-text {
        margin-bottom: 4.875vw;
    }

    .ip-ld-content-text p {
        font-size: 1vw;
    }

    .ip-ld-content-btns {
        max-width: 32.188vw;
    }

    .ip-ld-content-btn {
        width: calc(50% - 1.063vw);
    }

    .ip-ld-gallery-container {
        padding-top: 2.313vw;
    }

    .ip-ld-gallery-list {
        margin: -0.375vw 0 -0.375vw -0.375vw;
    }

    .ip-ld-gallery-item {
        padding: 0.375vw;
    }

    /*new section*/
    .ip-video-container {
        padding-top: 6vw;
    }
        .custom-play-icon {
            width: 8.438vw;
            height: 8.438vw;
        }
            .custom-play-icon i {
                font-size: 3.750vw;
            }

    /* Section 3 */
    .ip-press-container {
        padding: 5.75vw 0 18.625vw;
    }

    .ip-press-container .custom-container {
        max-width: 86.25vw;
        padding: 0 0.938vw;
    }

    .ip-press-list {
        margin: 0 -2.5vw;
    }

    .ip-press-item {
        padding: 2.5vw;
    }

    .ip-press-item a, .ip-press-img, .ip-press-img canvas, .ip-press-img img, .ip-press-img:before {
        border-radius: 13.750vw;
    }

    .ip-press-content {
        bottom: 8.313vw;
        padding: 0 0.938vw 0;
    }

    .ip-press-content h2 {
        font-size: 3vw;
        margin-bottom: 1.875vw;
    }

    .ip-press-content p {
        font-size: 1.25vw;
    }

    .ip-press-main .global-title {
        margin-bottom: 4.063vw;
    }

    /*Form*/
    .ip-form-container {
        padding: 11.75vw 4.375vw 11.563vw;
        border-top-right-radius: 20vw;
        border-top-left-radius: 20vw;
        margin-left: 0.625vw;
    }

    .ip-form-title {
        margin-bottom: 1.125vw;
    }

    .ip-form-title span {
        font-size: 1.438vw;
        margin-bottom: 1vw;
    }

    .ip-form-title h2 {
        font-size: 3.125vw;
        margin: 0 -0.625vw;
    }

    .ip-form-col input:not([type=submit]), .ip-form-col textarea {
        height: 3.125vw;
        border-bottom: 1px solid #fff;
        font-size: 0.875vw;
    }

    .ip-form-col:not(:last-child) {
        margin-bottom: 1.875vw;
    }

    .ip-form-col textarea {
        height: 7.5vw;
        padding: 1.25vw 2.813vw 20px 0;
    }

    .ip-form-container:before {
        border: 1px solid var(--primary-color);
        margin: -0.625vw;
        border-top-right-radius: 20vw;
        border-top-left-radius: 20vw;
    }

    .ip-form-submit {
        bottom: 1.25vw;
    }

    .ip-form-submit button {
        font-size: 2.188vw;
    }

    .ip-form-widget div.wpcf7 .ajax-loader {
        bottom: -1vw;
        width: 1vw;
        height: 1vw;
    }

    .ip-form-widget .wpcf7 form .wpcf7-response-output {
        bottom: -2.188vw;
        font-size: 0.75vw;
    }

    .ip-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
        font-size: 0.75vw;
    }

    /* Map */
    .ip-form-holder {
        bottom: 12.938vw;
        width: 35vw;
    }

    .ip-ld-map-holder canvas {
        height: 100%;
    }

    .ip-ld-map-holder, .ip-ld-map-holder canvas, .ip-ld-map-holder iframe {
        border-bottom-left-radius: 16.563vw;
        border-bottom-right-radius: 16.563vw;
    }

    .ip-ld-map-holder iframe{
        height: 47.500vw;
    }

    /* Section 4 */
    .ip-ld-agents-container {
        padding: 8.75vw 0 6.250vw;
    }

    .ip-ld-agents-container .custom-container {
        max-width: 73.125vw;
        padding: 0 0.938vw;
    }

    .ip-ld-agents-item {
        width: 28vw;
    }
    
      .ip-ld-agents-col:nth-child(even) .ip-ld-agents-item {
        margin-right: auto;
        margin-top: -9.625vw;
    }

    .ip-ld-agents-col:nth-child(odd) {
        padding-right: 3.25vw;
        padding-left: 7.5vw;
    }

    .ip-ld-agents-col:nth-child(odd) .ip-ld-agents-item {
        margin-top: 3.563vw;
    }

    .ip-ld-more-btn {
        left: -2.5vw;
        width: 15vw;
        height: 15vw;
    }

    .ip-ld-agents-col:nth-child(even) .ip-ld-more-btn {
        top: auto;
        bottom: -10.625vw;
        left: auto;
        right: -2.5vw;
    }
     .ip-ld-agents-col:nth-child(2) .ip-ld-more-btn {
       top: -18.625vw;;
        bottom: auto;
    }

    .ip-ld-agents-item, .ip-ld-agents-inner, .ip-ld-agents-inner canvas, .ip-ld-agents-inner img {
        border-top-left-radius: 13.750vw;
        border-top-right-radius: 13.750vw;
    }

    .ip-ld-agents-col:nth-child(even) .ip-ld-agents-item, .ip-ld-agents-col:nth-child(even) .ip-ld-agents-inner, .ip-ld-agents-col:nth-child(even) .ip-ld-agents-inner canvas, .ip-ld-agents-col:nth-child(even) .ip-ld-agents-inner img, .ip-ld-agents-col:nth-child(even) .ip-ld-agents-img:before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 13.750vw;
        border-bottom-right-radius: 13.750vw;
    }

    .ip-ld-agents-col:nth-child(even) {
        padding-left: 3.25vw;
        padding-right: 1.25vw;
    }

    .ip-ld-agents-container .global-title {
        margin-bottom: 4.375vw;
        margin-left: 15vw;
    }

    .ip-ld-agents-info {
        bottom: 4.938vw;
    }

    .ip-ld-agents-col:last-child .ip-ld-agents-info {
        bottom: 7.188vw;
    }

    .ip-ld-agent-name {
        margin-bottom: 1.75vw;
    }

    .ip-ld-agent-name h2 {
        font-size: 2.625vw;
    }

    .ip-ld-agent-contacts span {
        font-size: 1.375vw;
    }

    .ip-ld-agent-contacts span:not(:last-child) {
        margin-bottom: 0.438vw;
    }

    /*    AIOS Popup*/
    body .aiosp-container.aiosp-image-holder .aiosp-close {
        top: 0;
    }
    
    body .aiosp-container.aiosp-image-holder img.aiosp-img {
        /* max-height: 49.938vw!important;
        padding: 2.5vw 0; */
        width: 100%;
        padding: 0;
    }

    body .aiosp-container.aiosp-image-holder .aiosp-content {
        /* max-width: 46.875vw;
        width: 100%; */
    }

    body .aiosp-wrap.aiosp-gallery .aiosp-container {
        padding: 0 0.5vw;
    }

    body .aiosp-container.aiosp-image-holder .aiosp-close {
        /* right: -0.375vw; */
        right: 10px;
        padding-right: 0.375vw;
        height: 2.75vw;
        line-height: 2.75vw;
        font-size: 1.75vw;
    }

    body .aiosp-wrap.aiosp-gallery .aiosp-container .aiosp-arrow {
        margin: -3.438vw 0 0;
        width: 5.625vw;
        height: 6.875vw;
    }

    body .aiosp-container.aiosp-image-holder .aiosp-counter {
        font-size: 0.75vw;
        line-height: 1.2;
        margin-top: 0.375vw;
    }

    body .aiosp-figure:after {
        background: transparent;
    }

    body .aiosp-arrow-left:before {
        margin-left: 1.563vw;
        border-right: 1.688vw solid #3F3F3F;
    }

    body .aiosp-arrow:before {
        border-top-width: 1.313vw;
        border-bottom-width: 1.313vw;
    }

    body .aiosp-arrow:after, body .aiosp-arrow:before {
        margin-top: 2.188vw;
        margin-left: 2.188vw;
    }

    body .aiosp-arrow:after {
        border-top-width: 0.813vw;
        border-bottom-width: 0.813vw;
        top: 0.500vw;
    }

    body .aiosp-arrow-left:after {
        border-right: 1.063vw solid #FFF;
        margin-left: 1.938vw;
    }

    body .aiosp-arrow-right:before {
        border-left: 1.688vw solid #3F3F3F;
    }

    body .aiosp-arrow-right:after {
        border-left: 1.063vw solid #FFF;
        margin-left: 2.438vw;
    }

    body .aiosp-bottom-bar {
        margin-top: -2.250vw;
        display: none;
    }

    .open-house {
        font-size: 1vw;
        margin: 0 6.250vw 3.125vw;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-ld-listing-info-container {
        position: relative;
        bottom: 0;
        width: calc(100% - 30px);
        display: block;
        padding: 20px 0;
        margin: 0 auto;
        max-width: 768px;
    }

    .ip-ld-listing-info, .ip-ld-listing-price {
        display: block;
    }

    .ip-ld-listing-info-inner {
        display: block;
        padding: 50px 30px;
        text-align: center;
    }

    .ip-ld-listing-info-inner {
        border-radius: 50px!important;
    }

    .ip-ld-listing-info-inner:before {
        border-radius: 60px!important;
    }

    .ip-ld-listing-info-inner:before {
        border: 1px solid var(--primary-color);
    }

    .ip-ld-listing-info h2 {
        font-size: 23px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .ip-ld-listing-info-list span {
        font-size: 16px;
    }

    .ip-ld-listing-info {
        margin-bottom: 15px;
    }

    .ip-ld-listing-price span {
        font-size: 45px;
    }
    .ip-ld-listing-price span.statuses {
        font-size: 29px;
    }

    .ip-ld-content-container {
        padding: 50px 0 60px;
        min-height: 0;
    }

    .ip-ld-content-col {
        display: block;
        width: 100%;
    }

    .ip-ld-gallery-list {
        margin: -6px;
    }

    .ip-ld-content-holder {
        padding: 0 30px;
        text-align: center;
    }

    .ip-ld-content-text {
        width: 100%;
        margin-bottom: 50px;
    }

    .ip-ld-listing-title {
        margin-bottom: 30px;
    }

    .ip-ld-listing-title h2 {
        font-size: 45px;
    }

    .ip-ld-listing-title h2 span {
        font-size: 30px;
    }

    .ip-ld-hero-img canvas {
        min-height: 400px;
    }

    .ip-ld-content-btns {
        margin: 0 auto;
        max-width: 420px;
    }

    .ip-ld-gallery-container {
        padding: 0 15px;
        width: 100%;
        max-width: 567px;
        margin: 50px auto 0;
    }

    .ip-ld-content-container:before {
        height: 350px;
        width: 100%;
        display: none;
    }

    .ip-ld-content-btn a {
    }

    .ip-ld-content-btn {
        width: calc(50% - 10px);
    }

    .ip-press-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 380px;
        margin: 0 auto;
    }

    .ip-press-list {
        margin: 0;
    }

    .ip-press-container {
        padding: 30px 0 95px;
    }

    .ip-press-main .global-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .ip-press-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .ip-press-content h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .ip-press-content p {
        font-size: 16px;
    }

    .ip-form-holder {
        bottom: 0;
        right: 0;
        position: relative;
        margin: 0 auto 20px;
        max-width: calc(100% - 30px);
        width: 567px;
    }

    .ip-ld-map-holder, .ip-ld-map-holder canvas, .ip-ld-map-holder iframe {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .ip-ld-map-holder canvas {
        min-height: 350px;
    }

    .ip-ld-agents-container {
        padding: 80px 0 0;
    }

    .ip-ld-agents-container .global-title {
        margin: 0 auto 50px;
        text-align: center;
    }

    .ip-ld-agents-col {
        display: block;
        padding: 0!important;
        margin-bottom: 40px;
    }

    .ip-ld-agents-item {
        margin: 0 auto!important;
        max-width: 380px;
        width: 100%;
    }

    .ip-ld-more-btn {
        position: relative!important;
        bottom: 0!important;
        right: 0!important;
        left: 0!important;
        top: 0!important;
        margin: 30px auto 0;
        width: 200px;
        height: 200px;
    }

    .ip-ld-agents-col:not(:last-child) {
        margin-bottom: 50px;
    }

    .ip-ld-agent-name h2 {
        font-size: 35px;
    }

    .ip-ld-agent-contacts span {
        font-size: 18px;
    }

    .ip-ld-agents-info {
        bottom: 80px!important;
    }

    .ip-ld-hero-img:before {
        display: none;
    }


    .ip-video-container {
        padding-top: 30px;
    }
        .custom-play-icon {
            width: 80px;
            height: 80px;
        }
            .custom-play-icon i {
                font-size: 20px;
            }

    .ip-ld-agents-container.is-centered .ip-ld-agents-row{
        display: block;
    }

    .ip-ld-map-holder iframe{
        height: 400px;
    }

    .open-house {
        font-size: 14px;
        margin: 0 15px 40px;
    }

    .breadcrumbs-container{
        padding: 30px 15px 0;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-ld-listing-info-container {
    }

    .ip-ld-listing-info-inner {
        padding: 50px 20px;
    }

    .ip-ld-listing-info-list span {
        padding: 2px 13px;
    }

    .ip-ld-listing-price span {
        font-size: 35px;
    }

    .ip-ld-listing-info h2 {
    }

    .ip-ld-content-btns {
        display: block;
        max-width: 200px;
    }

    .ip-ld-content-btn {
        width: 100%;
        display: block;
    }

    .ip-ld-content-btn:not(:last-child) {
        margin-bottom: 30px;
    }

    .ip-ld-gallery-item {
        width: calc(100% / 2);
        padding: 3px;
    }

    .ip-ld-gallery-list {
        margin: -3px;
    }

    .ip-form-container {
        margin: 0 auto;
        padding: 123px 30px 100px;
        border-top-right-radius: 320px;
        border-top-left-radius: 320px;
    }

    .ip-form-title h2 {
        font-size: 40px;
    }

    .ip-form-title span {
        font-size: 18px;
    }

    .ip-form-col:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-ld-listing-info-list span {
        font-size: 13px;
        padding: 2px 9px;
    }

    .ip-ld-listing-info-inner {
        padding: 50px 15px;
    }

    .ip-ld-listing-title h2 {
        font-size: 34px;
    }

    .ip-ld-content-holder {
        padding: 0 15px;
    }

    .ip-ld-listing-title h2 span {
        font-size: 26px;
    }

    .ip-ld-content-btns {
        max-width: 150px;
    }

    .ip-press-content {
        bottom: 90px;
    }

    .ip-press-content p {
        font-size: 15px;
    }

    .ip-form-container {
        padding: 120px 15px 80px;
    }

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

    .ip-ld-map-holder, .ip-ld-map-holder canvas, .ip-ld-map-holder iframe {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .ip-ld-agent-name h2 {
        font-size: 26px;
    }

    .ip-ld-agent-contacts span {
        font-size: 16px;
        letter-spacing: 0.020em;
    }

    .ip-ld-agent-name {
        margin-bottom: 20px;
    }

    .ip-ld-more-btn {
        width: 150px;
        height: 150px;
    }

    .ip-form-col input:not([type=submit]), .ip-form-col textarea {
        font-size: 13px;
        letter-spacing: 0.050em;
    }
    .ip-form-widget .wpcf7 form .wpcf7-response-output {
        bottom: -45px;
    }
}