/*******************************************************
 *
 * Listing Details
 *
 *******************************************************/

 .ip-banner {
     display: none;
 }

 #inner-page-wrapper {
     margin-bottom: 0;
 }

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

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

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

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

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

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

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

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

 .ip-ld-gallery-img {
     display: block;
     position: relative;
     background-color: #000;
 }

 .ip-ld-gallery-img img {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     display: block;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
        object-fit: cover;
     -o-object-position: center;
        object-position: center;
     z-index: 2;
     opacity: .85;
 }

 .ip-ld-gallery-img canvas {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
 }


 .ip-ld-gallery-content-details {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
             transform: translateY(-50%);
     display: block;
     margin: 0 auto;
     text-align: center;
     z-index: 4;
 }

 .ip-ld-gallery-content {
     display: block;
     position: relative;
     margin-bottom: 157px;
 }

 .ip-ld-gallery-vt-btn {
     display: block;
     position: relative;
 }

 .ip-ld-gallery-content h2 {
     font-size: 75px;
     line-height: 1;
     color: #fff;
     font-weight: 500;
     text-shadow: 0px 0px 5px rgba(2, 2, 2, 0.75);
     display: block;
     margin-bottom: 20px;
 }

 .ip-ld-gallery-content span {
     font-size: 22px;
     line-height: 1;
     letter-spacing: 2.2px;
     color: #fff;
     text-transform: uppercase;
     text-shadow: 0px 0px 5px rgb(2 2 2 / 75%);
 }

 .ip-ld-gallery-vt-btn a {
     font-size: 20px;
     line-height: 1;
     color: #fff;
     text-shadow: 0px 0px 5px rgb(2 2 2 / 75%);
     display: inline-block;
     position: relative;
 }


.ip-ld-gallery-vt-btn a span {
    display: block;
}

.ip-ld-gallery-vt-btn a span em {
    display: block;
    margin: 0 auto 17px;
    padding: 6px;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    max-width: 56px;
    border-radius: 3px;
    -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-gallery-vt-btn a span em:before {
    background-image: url(../../images/listing-details/ai-virtual-tour-icon.png);
    background-position: center;
    background-size: contain;
    width: 42px;
    height: 36px;
    content: '';
    display: block;
    margin: 0 auto;
}

.ip-ld-gallery-vt-btn a:hover em {
    background: #a58459;
}

/* Section 2 */

.ip-ld-details-main {
    display: block;
    position: relative;
}

.ip-ld-section.section2 {
    padding: 83px 0 92px;
}

.ip-ld-det-offered {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 67px;
}

.ip-ld-det-list {
    display: block;
    position: relative;
    margin-bottom: 75px;
}

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

.ip-ld-det-offered span {
    font-family: var(--font-gotham);
    font-size: 22px;
    line-height: 1;
    color: #666666;
    display: block;
    margin-bottom: 15px;
}

.ip-ld-det-offered h2 {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #a58459;
}

.ip-ld-det-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.ip-ld-det-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(100% / 4);
    padding: 0 10px 18px;
    text-align: center;
}

.ip-ld-det-list > ul > li span {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.25px;
    color: #000;
    text-transform: uppercase;
}

.ip-ld-det-list > ul > li em {
    font-style: normal;
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #666666;
    margin-bottom: 7px;
}

.ip-ld-det-list > ul > li:not(:last-child) {
    border-right: 1px solid #a58459;
}

.ip-ld-det-content h2 {
    font-size: 22px;
    font-family: var(--font-gotham);
    line-height: 1;
    color: #666666;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ip-ld-det-content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #666;
    font-family: var(--font-gotham);
}

.ip-ld-det-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
}

/* Section 3 */

.ip-ld-gl-container {
    display: block;
    position: relative;
    padding-bottom: 30px;
    background: #fffcf8;
}

.ip-ld-gl-main {
    display: block;
    position: relative;
}

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

.ip-ld-gl-view-all {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.ip-ld-gl-view-all a {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #666;
    font-family: var(--font-gotham);
}

.ip-ld-gl-view-all a em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-image: url(../../images/listing-details/ai-grid-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

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

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

.ip-ld-gl-img {
    display: block;
    position: relative;
    background-color: #0d0d0d;
}

.ip-ld-gl-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 2;
    -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-gl-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-ld-gl-slide:not(.slick-initialized) .ip-ld-gl-item:nth-child(n+12) ~ div {
    display: none;
}

.aiosp-content .aiosp-figure figure img.aiosp-img {
    max-width: 100%;
    width: 550px;
}


.ip-ld-gl-item a:hover .ip-ld-gl-img img {
    opacity: .75;
}


/* Section 4 */

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

.ip-ld-vv-wrapper {
    display: block;
    position: relative;
}

.ip-ld-vv-main {
    display: block;
    position: relative;
}

.ip-ld-vv-virtual-tour {
    display: block;
    position: relative;
    margin-bottom: 90px;
}

.ip-ld-vv-video {
    display: block;
    position: relative;
}

.ip-ld-section.section4 {
    padding: 38px 0 130px;
    background: #fffcf8;
}

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

.ip-ld-vv-popup {
    display: block;
    position: relative;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

.ip-ld-vv-popup a {
    display: block;
    position: relative;
}

.ip-ld-vv-popup-holder {
    display: block;
    position: relative;
    background-color: #000;
}

.ip-ld-vv-popup-holder canvas {
    display: block;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .75;
    -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-vv-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: var(--font-gotham);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.ip-ld-vv-play span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75px;
    height: 75px;
    background: rgba(248,239,225,0.88);
    border-radius: 50%;
    margin: 0 auto 10px;
    color: #000;
    font-size: 22px;
}

.ip-ld-vv-virtual-tour .ip-ld-vv-play span {
    margin: 0 auto;
    background: rgba(255,255,255,.88);
    width: 89px;
    height: 89px;
    font-size: 26px;
}

.ip-global-title h2 {
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
    color: #a58459;
}

.ip-global-title span {
    font-size: 22px;
    line-height: 1;
    color: #666;
    font-family: var(--font-gotham);
    letter-spacing: 4.4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.ip-ld-vv-popup a:hover .ip-ld-vv-popup-holder canvas {
    opacity: .50;
}

/* Section 5 */
.ip-ld-section.section5 {
    padding: 73px 0 67px;
}

.ip-ld-fp-holder canvas {
    display: block;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-size: cover; */
}

.ip-ld-fp-holder {
    width: 100%;
    max-width: 689px;
    margin: 0 auto;
}

.ip-ld-fp-main .ip-global-title span {
    font-size: 20px;
    letter-spacing: normal;
    margin: 0;
    font-family: var(--font-gotham);
}

.ip-ld-fp-main {
    display: block;
    position: relative;
}

/* Section 6 */

.ip-ld-section.section6 {
    /* padding: 100px 50px 50px; */
}

.ip-ld-amenities {
    display: block;
    position: relative;
    padding: 0 170px 130px;
}

.ip-ld-am-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background-color: #d6c4a6;
    pointer-events: none;
}

.ip-ld-am-main {
    display: block;
    position: relative;
    background: #fff;
    padding-bottom: 95px;
}

.ip-ld-am-main .ip-global-title {margin-bottom: 50px;}

.ip-ld-am-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

/* .ip-ld-am-list > ul {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    padding: 0 15px;
} */

.ip-ld-am-list > ul {
    vertical-align: top;
    padding: 0 15px;
    column-count: 3;
    width: 100%;
}

.ip-ld-am-list > ul > li {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.45px;
    color: #545454;
    display: block;
    position: relative;
    font-family: var(--font-gotham);
}

em.ai-icon-border {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-image: url(../../images/listing-details/ai-border-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 21px;
}

.ip-ld-am-list > ul > li:not(:last-child) {
    margin-bottom: 25px;
}


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

.ip-ld-map-holder canvas {
    display: block;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-ld-am-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../../images/listing-details/accent-bg.png);
    background-position: center;
    background-size: cover;
    opacity: .22;
}

.ip-ld-am-list-wrapper {
    display: block;
    width: 100%;
    position: relative;
    max-width: 982px;
    margin: 0 auto;
    padding: 0 15px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
    .ip-ld-amenities {
        padding: 0 130px 130px;
    }

    .ip-ld-gallery-content h2 {
        font-size: 70px;
    }

    .ip-ld-gallery-content {
        margin-bottom: 100px;
    } 
}

@media only screen and (max-width: 1366px) {
    .ip-ld-am-list > ul > li {
        font-size: 16px;
    }

    .ip-ld-amenities {
        padding: 0 95px 130px;
    }
}

@media only screen and (max-width: 1280px) {

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .ip-ld-gallery-content {
        margin-bottom: 50px;
    }

    .ip-ld-gallery-content h2 {
        font-size: 60px;
    }

    .ip-ld-gallery-content span {
        font-size: 20px;
    }

    .ip-ld-amenities {
        padding: 0 50px 130px;
    }

    .ip-ld-am-list > ul > li {
        letter-spacing: normal;
        font-size: 14px;
    }

    .ip-global-title h2 {
        font-size: 60px;
    }

    .ip-global-title span {
        font-size: 20px;
    }

    .ip-ld-am-list-wrapper {
        max-width: 840px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {


    #ip-listings-details {
        margin-top: 90px;
    }

    .ip-ld-gallery-content {
        margin-bottom: 20px;
    }

    .ip-ld-gallery-content h2 {
        font-size: 45px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .ip-ld-gallery-content span {
        font-size: 16px;
        letter-spacing: normal;
    }

    .ip-ld-gallery-vt-btn a {
        font-size: 14px;
    }

    .ip-ld-det-list > ul > li span {
        font-size: 20px;
    }

    .ip-ld-det-list > ul > li em {
        font-size: 16px;
    }

    .ip-ld-am-list > ul {
        /* width: calc(100% / 2); */
        column-count: 2;
        margin-bottom: 30px;
    }

    .ip-ld-am-main {
        padding-bottom: 30px;
    }

    .ip-ld-amenities {
        padding: 0 50px 50px;
    }

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

    .ip-ld-section.section4 {
        padding: 38px 0 80px;
    }
    
    .ip-ld-det-offered h2 {
        font-size: 30px;
    }

    .ip-ld-det-offered span {
        font-size: 20px;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-ld-gallery-content h2 {
        font-size: 30px;
    }

    .ip-ld-det-list > ul > li {
        width: 100%;
        padding: 30px 10px 25px;
    }

    .ip-ld-det-list > ul > li:not(:last-child) {
        border: none;
        border-bottom: 1px solid #a58459;
    }

    .ip-ld-det-list {
        width: 100%;
        max-width: 290px;
        margin: 0 auto 50px;
    }

    .ip-ld-det-offered {
        margin-bottom: 20px;
    }

    .ip-ld-section.section2 {
        padding: 50px 0 60px;
    }

    .ip-ld-det-content {
        text-align: center;
    }


    .ip-ld-am-list > ul {
        /* width: 100%; */
        column-count: 1;
        display: block;
    }

    .ip-ld-am-list {
        display: block;
        margin: 0;
    }

    .ip-ld-amenities {
        padding: 0 30px 50px;
    }

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

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-ld-am-list-wrapper {
        padding: 0;
    }

    .ip-ld-vv-popup-holder canvas {
        min-height: 250px;
    }

    .ip-ld-gallery-img canvas {
        min-height: 300px;
    }


    .ip-ld-gallery-content h2 {
        font-size: 25px;
    }

    .ip-ld-gallery-content span {
        font-size: 14px;
    }


}
