/* Single listing */
.propzu-mls-single-listing,
.single-listing-open {
    background: #F4F4F4;
}
.single-listing-open .lg-backdrop,
.single-listing-open .lg-outer.lg-visible {
    z-index: 999999;
}
.propzu-mls-single-listing .site-inner {
    padding-top: 0;
}
.propzu-mls-single-listing .entry-header {
    display: none;
}

/* MLS Header */
.propzu-mls-header { margin-bottom: 40px; padding-top: 40px;}

.propzu-mls-header .propzu-mls-header-left h2 {color: #000; font-weight: bold; font-size: 25px;}
.propzu-mls-header .propzu-mls-header-left .propzu-mls-meta ul { padding: 0; margin: 0;}
.propzu-mls-header .propzu-mls-header-left .propzu-mls-meta ul li { list-style-type: none; display: inline-block; margin-right: 20px; margin-bottom: 5px;}
.propzu-mls-header .propzu-mls-header-left .propzu-mls-meta ul li span { font-weight: bold;}
.propzu-mls-header .propzu-mls-header-left .propzu-mls-meta ul li::before {
    content:'';
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url('../img/icon-mls-house.svg') no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}
.propzu-mls-header .propzu-mls-header-left .propzu-mls-meta ul li.mls-seller:before { width: 14px;
    height: 15px; background: url('../img/icon-mls-seller.svg') no-repeat center;
}

/* .propzu-mls-header .propzu-mls-header-right { display: flex; align-items: center;} */
.propzu-mls-header .propzu-mls-header-right .mls-price-sc .mls-price{ font-weight: bold; font-size: 35px; margin-top: 10px;}
/* .propzu-mls-header .propzu-mls-header-right .social-links{ border-left: 1px solid #B2B2B2; padding-left: 18px; margin-left: 20px;} */
.propzu-mls-header .propzu-mls-header-right .mls-price-sc .social-links {margin-top: 10px;}
.propzu-mls-header .propzu-mls-header-right .mls-price-sc .social-links ul{margin: 0; padding: 0;}
.propzu-mls-header .propzu-mls-header-right .mls-price-sc .social-links ul li{list-style: none; display: inline-block;}
.propzu-mls-header .propzu-mls-header-right .mls-price-sc .social-links ul li a{ display: block;}
.propzu-mls-header .propzu-mls-header-right .mls-price-sc .social-links ul li a:before{
    content:'';
    display: inline-block;
    width: 47px;
    height: 37px;
    background: url('../img/icon-facebook.svg') no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}
.propzu-mls-header .propzu-mls-header-right .social-links ul li a span {display: none;}
.propzu-mls-header .propzu-mls-header-right .social-links ul li a.sc-tw:before{background: url('../img/icon-twitter.svg') no-repeat center; width: 37px; margin-right: 0; }
.propzu-mls-header .propzu-mls-header-right .social-links ul li a:hover {opacity: .7;}
.propzu-mls-header .mls-seller-phone {
    background: #22C960;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
}
.propzu-mls-header .mls-seller-phone:hover {
    background-color: #277142;
}
/* MLS Content */
.propzu-mls-content {}
.propzu-mls-content .mls-content-card {padding: 20px; border: 2px solid grey;box-shadow: 0px 0px 10px #0000000F; margin-top: 10px; border-radius: 10px;}
.propzu-mls-content .mls-content-card h3 { font-weight: normal; font-size: 20px;text-align: left; }
.propzu-mls-content .mls-content-card p { margin: 0; font-size: 15px;text-align: left;}
.propzu-mls-content .mls-content-card p:last-child { margin: 0;text-align: left;}
.propzu-mls-content .mls-content-card p strong { color: #7E7E7E; font-weight: normal; margin-right: 5px;text-align: left;}
.propzu-mls-content .mls-other-information .mls-content-card p {
    margin-bottom: 7px;
}
.propzu-mls-content .mls-other-information .mls-content-card.go-hide {
    display: none;
}
.propzu-mls-content .mls-content-side .mls-seller-phone,
.propzu-mls-content .mls-content-side .mls-seller-flyer {
    background: #22C960;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px;
    display: inline-block;
    width: 100%;
}
.propzu-mls-content .mls-content-side {
    margin-bottom: 30px;
}
.propzu-mls-content .mls-content-side .mls-seller-phone:before {
    content:'';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon-btn-phone.svg') no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}
.propzu-mls-content .mls-content-side .mls-seller-phone:hover,
.propzu-mls-content .mls-content-side .mls-seller-flyer:hover {
    background-color: #277142;
}
.propzu-mls-content .mls-content-side .mls-seller-flyer:before {
    display:none;
}
.propzu-mls-content .mls-content-side h2 {
    background: #081B39;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 28px 20px;
    margin-bottom: 0;
}
.propzu-mls-form {
    background: #fff;
    padding: 30px 20px;
    margin-top: 0;
}
.propzu-mls-form .mls-field {
    margin-bottom: 17px;
}
.propzu-mls-form .mls-field label {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.propzu-mls-form .mls-field input,
.propzu-mls-form .mls-field textarea {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    width: 100%;
    padding: 12px 18px;
}
.propzu-mls-form .mls-field .mls-required {
    border-color: red;
}
.propzu-mls-form .mls-field.mls-select {

}
.propzu-mls-form .mls-field.mls-checkbox {
    display: flex;
    align-items: flex-start;
}
.propzu-mls-form .mls-field.mls-checkbox input[type=checkbox]{
    width: 40px;
    margin-top: 3px;
}
.propzu-mls-form .mls-field button {
    background: #22C960;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 20px;
    display: inline-block;
    width: 100%;
}
.propzu-mls-form .mls-field button:hover {
    background-color: #277142;
}

#listing-detail-wrapper {
    padding-top: 10px;
}
#listing-detail-wrapper .image-wrap {
    display: block;
}
#listing-detail-wrapper .image-wrap img {
    cursor: pointer;
}
#listing-detail-wrapper .image-wrap:after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .5) url('../img/zoom.png') no-repeat center;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
#listing-detail-wrapper .image-wrap:hover:after {
    opacity: 1;
}
#listing-detail-wrapper .slick-track {
    margin-left: 0;
}
/* MLS slider */
.propzu-slider-wrap img {
    width: 100%;
}
.propzu-slider-wrap.propzu-slider {
    padding-top: 0;
    position: absolute;
    left: -15%;
    width: 130%;
}
.propzu-slider .slider-item .image-wrap {
    height: 100px;
    position: relative;
    overflow: hidden;
}
.propzu-slider .slider-item .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #fff;
}
.propzu-slider .slick-prev:before, 
.propzu-slider .slick-next:before {
    color: #081b39;
    font-size: 20px;
}

.propzu-slider .slick-dots {
    margin-bottom: 0;
    bottom: -40px;
}
.propzu-slider .slick-dots li button:before {
    font-size: 20px
}
.propzu-featured-image {
    border: 1px solid #fff;
}
.propzu-featured-image .slider-item {
    display: block;
}
.propzu-featured-image a {
    display: block;
    line-height: 0;
}
.propzu-featured-image .image-wrap {
    text-align: center;
    position: relative;
    background: #081b39;
    overflow: hidden;
}
.propzu-featured-image .image-wrap img {
    position: relative;
    z-index: 2;
    max-height: 600px;
}
.propzu-featured-image .image-wrap img.blur-bg {
    position: absolute;
    top: -50%;
    left: 0;
    width: 200%;
    height: 200%;
    max-height: none;
    object-fit: cover;
    border: 1px solid #fff;
    z-index: 1;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity: .6;
}
.propzu-slider .slick-track .slick-slide:first-child {
    display: none;
}
.empty-listing {
    text-align: center;
}

.slick-dotted.slick-slider {
    overflow: visible;
}
/* Responsive */
@media screen and (min-width: 768px) {
    .propzu-slider .slider-item .image-wrap {
        height: 150px;
    }
}
@media screen and (min-width: 1024px) {
    .propzu-mls-header .propzu-mls-header-right .mls-price-sc  { display: flex; align-items: center;}
    .propzu-mls-header .propzu-mls-header-right .mls-price-sc  .mls-price { margin-top: 0;}
    .propzu-mls-header .propzu-mls-header-right .mls-price-sc  .social-links{ border-left: 1px solid #B2B2B2; padding-left: 18px; margin-left: 20px; margin-top: 0;}
    .propzu-mls-header,
    .propzu-mls-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    /* .propzu-mls-header .propzu-mls-header-left, .propzu-mls-content .propzu-mls-content-left { flex:0 68%;}
    .propzu-mls-header .propzu-mls-header-right, .propzu-mls-content .propzu-mls-content-right { flex:0 28%;} */

    .propzu-mls-content .mls-content-card {padding: 38px 35px; margin-top: 10px;}

    .propzu-mls-header .propzu-mls-header-right .mls-price-sc {justify-content: flex-end;}
    .propzu-mls-form {
        padding: 35px 27px;
    }
    .propzu-mls-content .mls-other-information .mls-content-card p {
        width: 100%;
        float: left;
    }
    .propzu-mls-content .mls-other-information .mls-content-card p:nth-child(2n+2) {
        float: right;
        clear: right;
    }
    .propzu-mls-content .mls-other-information .mls-content-card p:nth-child(2n+1) {
        clear: left;
    }
    .propzu-mls-header { margin-bottom: 40px; padding-top: 60px;}
    #listing-detail-wrapper {
        padding-top: 10px;
    }
    .propzu-slider .slider-item .image-wrap {
        height: 200px;
    }
    .propzu-slider .slick-prev, 
    .propzu-slider .slick-next {
        width: 30px;
        height: 30px;
    }
    .propzu-slider .slick-prev {
        left: -30px;
    }
    .propzu-slider .slick-next {
        right: -30px;
    }
    .propzu-slider .slick-prev:before, 
    .propzu-slider .slick-next:before {
        font-size: 30px;
    }
}