/*******************************************************
 *
 * Property Details
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner,
#footer-top {
    display: none;
}

.floating-smi {
    display: block;
}

.floating-smi-wrap {
    height: 60%;
}

body[sidebar-active-section="ip-pd-banner"] .floating-smi li a {
    color: #fff !important;
}

body[sidebar-active-section="ip-pd-banner"] .floating-smi li a:hover {
    color: var(--secondary-color) !important;
}

.canvas-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.canvas-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--default-transition);
    object-fit: cover;
}

.section-heading h2 {
    margin-bottom: 35px;
}

.section-heading h2 small {
    display: block;
    font-size: 18px;
    font-family: var(--font-family-default);
    letter-spacing: normal;
    color: #000;
    margin-top: 20px;
}

.ip-pd-container {
    width: 87.5%;
    max-width: 1400px;
    margin: 0 auto;
}

/* while slick is not loaded */
.ip-pd-banner-slider:not(.slick-initialized) > div:not(:first-child),
.ip-pd-gallery-slider-main:not(.slick-initialized) > div:not(:first-child) {
    display: none;
}

.ip-pd-gallery-slider-thumbs:not(.slick-initialized) 
.ip-pd-team-list:not(.slick-initialized),
.ip-pd-fl-list:not(.slick-initialized){
    display: flex
}

/* banner */
.ip-pd-banner {
    position: relative;
}

.ip-pd-banner-slider {
    position: relative;
    z-index: 1;
}

.ip-pd-banner-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .45;
}

.ip-pd-banner-slider-control {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.ip-pd-banner-counter {
    color: #fff;
    font-size: 14px;
    font-family: var(--font-family-title);
    width: 84px;
    text-align: center;
}

.ip-pd-banner-counter .current-slide li {
    display: none;
}

.ip-pd-banner-counter .current-slide li.slick-active {
    display: block;
}


/* main */
.ip-pd-main {
    padding: 70px 0;
}

.ip-pd-main-left p {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 50px;
}

.ip-pd-main-price {
    font-size: 36px;
    font-family: var(--font-family-title);
    text-align: center;
    margin-bottom: 35px;
    color: #000;
}

.ip-pd-main-specs {
    background-color: var(--accent-color);
    color: #fff;
    margin-bottom: 58px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ip-pd-main-spec {
    font-size: 24px;
    padding: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.ip-pd-main-spec i {
    content: '';
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}

.ip-pd-main-spec i.icon-bed {
    width: 32px;
    height: 21px;
    background-image: url(../../images/property-details/icon-bed.png)
}

.ip-pd-main-spec i.icon-bath {
    width: 20px;
    height: 24px;
    background-image: url(../../images/property-details/icon-bath.png)
}

.ip-pd-main-spec i.icon-sqft {
    width: 17px;
    height: 17px;
    background-image: url(../../images/property-details/icon-sqft.png)
}

.ip-pd-main-photo {
    position: relative;
    overflow: visible;
}

.ip-pd-main-photo::before,
.ip-pd-main-photo:after {
    content: '';
    width: 90px;
    height: 245px;
    background-color: var(--secondary-color);
    position: absolute;
    z-index: 1;
}

.ip-pd-main-photo::before {
    left: -27px;
    top: -24px;
}

.ip-pd-main-photo::after {
    right: -27px;
    bottom: -24px;
}

.ip-pd-main-photo img {
    z-index: 2;
}

/* Gallery */
.ip-pd-gallery {
    position: relative;
}

.ip-pd-gallery-slider-main {
    width: 62.25%;
}

.ip-pd-gallery-slider-thumbs {
    width: 40%;
    position: absolute;
    right: 6.25%;
    bottom: -88px;
    padding: 5px;
    background-color: #fff;
}

.ip-pd-gallery-slider-thumbs .ip-pd-gallery-slide {
    padding: 5px;
    background-color: #fff;
}

.ip-pd-gallery-slider-control {
    left: 40.80%;
    position: absolute;
    bottom: 0;
    bottom: -80px;
}

.ip-pd-gallery-slider-control .default-arrow {
    margin: 0 15px;
}

.ip-pd-gallery .view-all {
    position: absolute;
    right: 6.85%;
    top: 13%;
}

/* gallery popup */
.ip-pd-gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.ip-pd-gallery-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity.5s;
}

.ip-pd-gallery-popup-body {
    background-color: #fff;
    width: 85%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 25px 20px 10px;
    z-index: 2;
    position: relative;
    opacity: 0;
}
@media(max-height: 900px) {
    .ip-pd-gallery-popup-body {
        width: 65%;
    }
}


.ip-pd-gallery-popup-thumbs-slider:not(.slick-initialized) {
    display: flex;
}

.ip-pd-gallery-popup-thumbs-slider .slick-slide > div {
    padding:10px 5px;
}

.ip-pd-gallery-popup-close {
    position: absolute;
    top: -40px;
    right: -13px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

body.popup-open .ip-pd-gallery-popup {
    display: flex;
}

body.popup-open .ip-pd-gallery-popup-overlay {
    opacity: .55;
}


body.popup-open .ip-pd-gallery-popup-body {
    opacity: 1;
}

body.popup-open #main-header {
   display: none;
}

body.popup-open {
    overflow: hidden;
}
body.popup-open .floating-smi-wrap {
    z-index: 1
}


/* disclaimer */
.ip-pd-disclaimer {
    margin-top: 130px;
    padding-bottom: 60px;
}

.ip-pd-disclaimer h3 {
    margin-bottom: 15px;
    color: #000;
    font-family: var(--font-family-title);
}

.ip-pd-disclaimer p {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 300;
    color: #4a4a4a;
}

/* team */
.ip-pd-team {
    position: relative;
    padding: 120px 0;
}


.ip-pd-team .ip-pd-container {
    max-width: 1140px;
}

.ip-pd-team .section-bg canvas {
    opacity: 0.12;
}

.ip-pd-team .section-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.8%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 20%, rgba(255, 255, 255, 0.26) 31%, rgba(255, 255, 255, 0.61) 53%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0.92) 83%, rgba(255, 255, 255, 0.98) 98%, rgb(255, 255, 255) 99%, rgba(255, 255, 255, 0.93) 100%);
    pointer-events: none;
}

.ip-pd-team-list {
    margin-top: 50px;
}

.ip-pd-team-list .slick-slide {
    padding: 0 23px;
}

.ip-pd-team-item {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1) translateZ(0);
    transition: all 0.4s ease;
}

.ip-pd-team-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53.8%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 18%, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.17) 42%, rgba(0, 0, 0, 0.36) 61%, rgba(0, 0, 0, 0.71) 88%, rgba(0, 0, 0, 0.84) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.ip-pd-team-image img {
    transform: translateZ(0);
    filter: grayscale(1);
    transition: all 0.4s ease;
}

.ip-pd-team-content {
    font-size: var(--font-size-default);
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
    padding: 25px 15px;
    transform: translateZ(0);
    opacity: 1;
    transition: opacity 0.4s ease;
}

.ip-pd-team-content>span {
    display: block;
    transform: scale(0.9009009009) translateZ(0);
}

.ip-pd-team-content .ip-pd-team-name {
    font-family: var(--font-family-title);
    font-size: 2.143em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.ip-pd-team-content .ip-pd-team-phone {
    margin-top: 10px;
}

.ip-pd-team-content .ip-pd-team-email {
    margin-top: 5px;
}

.ip-pd-team-content em[class^=ai-font-] {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 20px;
    transform: translateZ(0);
}

.ip-pd-team-content em[class^=ai-font-phone] {
    font-size: 14px;
}

.ip-pd-team-content a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    transition: color 0.4s ease;
}

.ip-pd-team-content a:hover,
.ip-pd-team-content a:focus {
    color: var(--secondary-color);
}

.ip-pd-team-item:hover .ip-pd-team-image::after,
.ip-pd-team-item:focus .ip-pd-team-image::after {
    opacity: 1;
}

.ip-pd-team-item:hover .ip-pd-team-image img,
.ip-pd-team-item:focus .ip-pd-team-image img {
    filter: grayscale(0);
}

.ip-pd-team-item:hover .ip-pd-team-content,
.ip-pd-team-item:focus .ip-pd-team-content {
    opacity: 1;
}



/* interested form */
.ip-pd-interested-form {
    position: relative;
    padding: 130px 0;
}

.ip-pd-interested-form .section-heading h2 {
    font-size: 59px;
    letter-spacing: normal;
    line-height: 1.1;
    padding-bottom: 50px;
}

.ip-pd-interested-form .section-heading h2::before {
    width: 455px;
}

.ip-pd-interested-form .section-bg {
    background: #000;
}

.ip-pd-interested-form .section-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../../images/bg-git-overlay.png)
}

.ip-pd-interested-form .section-bg canvas {
    opacity: .44;
}

.ip-pd-interested-form .section-heading h2 .address {
    display: block;
}

.ip-pd-form .form-view textarea {
    margin-bottom: 35px;
}

/* Featured Listings */
.ip-pd-featured-listings {
    padding: 95px 0 68px;
}

.ip-pd-fl-list .slick-slide>div {
    padding: 0 12px;
}

.ip-pd-fl-content {
    width: 95%;
    position: relative;
    margin: -74px auto 0;
}

.ip-pd-fl-content-top {
    background-color: rgb(255 255 255 / .93);
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ip-pd-fl-address-1 {
    font-size: 18px;
    color: #000;
    font-family: var(--font-family-title);
}

.ip-pd-fl-address-2 {
    font-size: 11px;
    color: #000;
    letter-spacing: 1.5px;
    margin-top: 2px;
}

.ip-pd-fl-price {
    font-size: 18px;
    font-family: var(--font-family-title);
    color: #000;
}

.ip-pd-fl-content-bottom {
    background-color: var(--accent-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px 15px 15px;
}

.ip-pd-fl-specs {
    background-color: var(--accent-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ip-pd-fl-spec {
    font-size: 12px;
    padding: 0 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.ip-pd-fl-spec i {
    content: '';
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}

.ip-pd-fl-spec i.icon-bed {
    width: 17px;
    height: 11px;
    background-image: url(../../images/property-details/icon-bed.png)
}

.ip-pd-fl-spec i.icon-bath {
    width: 11px;
    height: 13px;
    background-image: url(../../images/property-details/icon-bath.png)
}

.ip-pd-fl-spec i.icon-sqft {
    width: 10px;
    height: 10px;
    background-image: url(../../images/property-details/icon-sqft.png)
}

.ip-pd-fl-content-bottom .default-btn {
    border: 1px #aeaeae solid;
    color: #fff;
    font-size: 10px;
    width: auto;
    min-width: auto;
    padding: 10px;
}

.ip-pd-fl-ctas {
    display: flex;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ip-pd-fl-ctas .default-btn {
    width: 308px;
    padding: 22px 0;
    margin: 0 15px;
}

@media(max-width:1440px) {
    .ip-pd-gallery-slider-control {
        left: 37.8%;
    }
    .ip-pd-fl-content-bottom {
        padding: 15px;
    }
    .ip-pd-fl-content-bottom .default-btn {
        font-size: 8px;
    }
    .ip-pd-fl-spec {
       padding: 0 10px;
    }
    .ip-pd-fl-address-1,
    .ip-pd-fl-price{
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .ip-pd-main-spec {
        font-size: 20px;
    }
    .ip-pd-container {
        width: 95%;
    }
}

@media(max-width:1199px) {
    .ip-pd-fl-spec  {
        font-size: 10px;
    }
    .ip-pd-fl-ctas .default-btn {
        margin: 0 5px;
        width: 300px;
    }
}


@media(min-width:992px) {
    .ip-pd-main-left {
        padding-right: 6%;
    }

    .ip-pd-main-right {
        padding-left: 4%;
    }

}

@media(max-width:991px) {
    .ip-pd-main-left {
        text-align: center;
        margin-bottom: 6%;
    }

    .ip-pd-gallery-slider-control {
        left: 0;
    }

    .view-all .default-btn {
        padding: 10px;
    }
    .ip-pd-fl-ctas .default-btn {
        width: 100%;
        margin: 5px 0;
    }
}

@media(max-width:767px) {
    .ip-pd-gallery-slider-main {
        width: 100%;
        padding: 5px 10px;
    }
    .ip-pd-gallery-slider-thumbs {
        position: relative;
        width: 100%;
        bottom: 0;
        right: 0;
    }
    .ip-pd-gallery-slider-control {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
    }
    .ip-pd-team-item {
        max-width: 340px;
        margin: 0 auto;
        display: block !important; 
    }
}


@media(max-width:480px) {
    .ip-pd-fl-content-top, .ip-pd-fl-content-bottom {
        flex-direction: column;
    }
    .ip-pd-fl-address{
        text-align: center;
        margin-bottom: 5px;
    }
    .ip-pd-fl-spec {
        font-size: 12px;
    }
    .ip-pd-fl-content-bottom .default-btn {
        width: 100%;
        margin-top: 20px;
    }
    .ip-pd-main-spec {
        width: 100%;
        margin: 10px 0;
    }
    .ip-pd-banner-slider-control {
        bottom: 20px;
        right: 20px;
    }
}