/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

.single-property .content-wrap{
    background: #fff !important;
}

.header-main-wrap {
    box-shadow: none !important;
}

.property-schedule-tour-form-wrap li.disabled {
    background: #e9ecef;
}

.property-form-tabs {
    border: 1px solid rgba(217, 217, 217, 0.60);
    border-radius: 8px;
}
.property-form-tabs .nav-link{
    background-color: #f8f8f8;
}
.property-form-tabs .nav-link.active {
    background-color: #fff;
}
.content-wrap-style-minimal .property-form-tabs-wrap .property-schedule-tour-form-wrap {
    box-shadow: none;
}

.property-view .block-title-wrap {
    border-top: none;
}

#property-overview-wrap .block-title-wrap {
    display: none;
}

.property-overview-wrap ul .hz-meta-label {
    color: #C7C7C7;
}

#property-description-wrap .block-title-wrap, #property-detail-wrap .block-title-wrap {
    display: none !important;
}

#property-description-wrap .block-content-wrap {
    padding-top: 50px;
    border-top: 1px solid #D9D9D9;
}

#property-description-wrap {
    border: 1px solid #D9D9D9;
    border-top: none;
    border-bottom: none;
    padding: 0 20px 40px 20px;
    
}

#property-description-wrap .block-wrap, #property-overview-wrap .block-wrap, #property-detail-wrap .block-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

#property-overview-wrap {
    border: 1px solid #D9D9D9;
    border-bottom: none;
    padding: 40px 20px;
    margin-top: 40px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.content-wrap-style-minimal .property-view {
    padding-right: 0 !important;
}

#property-detail-wrap .detail-wrap {
    background: white;
    padding: 0 !important;
}

#property-detail-wrap {
    border: 1px solid #D9D9D9;
    border-top: none;
    padding: 40px 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#property-video-wrap {
    display: none !important;
}
.block-content-wrap .detail-wrap li, .block-content-wrap .list-1-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-3-cols li {
    border-color: #E5E9F0 !important;
}

.advanced-search-nav, .content-wrap-style-boxed .accordion-header, .content-wrap-style-minimal .accordion-header, .content-wrap-style-minimal .block-content-wrap .list-1-cols li, .content-wrap-style-minimal .block-content-wrap .list-2-cols li, .content-wrap-style-minimal .block-content-wrap .list-3-cols li, .content-wrap-style-minimal .class-energy-list li, .content-wrap-style-minimal .what-nearby dd, .mobile-search-nav, .property-lightbox-v2-section .property-floor-plans-wrap .accordion .accordion-header {
    padding: 20px 0;
}

.page-title-wrap .property-labels-wrap {
    padding: 0;
    margin: 40px 0 24px;
}
.page-title-wrap .property-title-price-wrap {
    margin: 24px 0;
    padding: 0;
}
.page-title-wrap a.address-map {
    color: #2159A5;
    text-decoration: underline;
}


#property-detail-wrap .detail-wrap ul {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
#property-detail-wrap .detail-wrap ul li {
    width: 48%;
}

@media screen and (max-width: 768px) {
    #property-detail-wrap .detail-wrap ul {
        flex-direction: column;
        column-gap: 0;
    }
    #property-detail-wrap .detail-wrap ul li {
        width: 100%;
    }
}

.property-details-custom-wrap,
#property-floor-plans-wrap,
#property-features-wrap,
#property-address-wrap {
    margin: 0 20px;
}