/*
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
-------------------------------------- */

.property_worth {
    padding: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 0 5px 1px #d3d3d3;
    text-align: center;
}

.property_worth .home-facts {
    font-size: 20px;
    margin-bottom: 15px;
}

.property_worth .avmValue-lover {
    display: inline-block;
    font-size: 22px;
}

.property_worth .avmValue-larger {
    display: inline-block;
    font-size: 22px;
}



.worth_error {
    padding: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 0 5px 1px #d3d3d3;
    text-align: center;
}

.worth_error .home-facts {
    font-size: 20px;
    margin-bottom: 15px;
}

section#desktop-header-search {
    display: none;
}

form.wpcf7-form.init button.btn.btn-secondary {
    line-height: unset;
    padding: 0px 8px;
}

div#compare-property-panel {
    display: none;
}

.dashboard-side-wrap {
    width: 100%;
    position: relative;
}

.dashboard-header-main-wrap,
.dashboard-content-wrap {
    padding-left: 0px;
}

.dashboard-side-menu-wrap ul {
    display: flex;
}

.dashboard-side-menu-wrap ul li.side-menu-item {
    margin: 0px 10px;
}

.dashboard-logo-search-form {
    display: flex;
    /* width: fit-content; */
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.search-form {
    width: 90%;
}

.search-form input{
    flex-basis:inherit !important;
}

.search-form  .elementor-field-group{
    flex-wrap: initial;
}
.search-form button.btn.houzez-search-button.elementor-button.elementor-size-md {
    color: #212529 !important;
    padding: 11px 15px !important;
    line-height: 1;
    /*height: 42px;*/
}
.dashboard-logo-wrap {
    width: fit-content;
}

.search-form .houzez-ele-search-form-wrapper.elementor-form-fields-wrapper.elementor-labels-above {
    display: flex;
    width: 100%;
    align-items: center;
}

.search-form .elementor-field-group.elementor-column.form-group.elementor-field-group-3b77aca.elementor-col-80 {
    width: 40%;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.search-form input[name="search"] {
    width: 70%;
}

.search-form form span {
    color: white;
    margin: 0px 5px;
}

.search-form input[name="mls"] {
    width: 30%;
}

.search-form label {
    display: none !important;
}

.search-form input#form-field-custom {
    border-radius: 5px;
    border-right: transparent;
}

.search-form button.btn.houzez-search-button.elementor-button.elementor-size-md {
    background: white;
    border-left-color: #00365e;
    margin-left: 10px;
}


/* .top-bar-wrap.hide-top-bar-mobile {
    display: none !important;
} */

.page-id-5465 .header-main-wrap,
.page-id-4043 .header-main-wrap,
.page-id-5459 .header-main-wrap,
.page-id-5462 .header-main-wrap,
.page-id-5465 .header-main-wrap {
    display: none !important;
}


/* 
.item-listing-wrap.hz-item-gallery-js.item-listing-wrap-v6.card.houzez-gallery-loaded .item-wrap.item-wrap-v6.h-100 {
    height: 400px !important;
} */

.item-listing-wrap.hz-item-gallery-js.item-listing-wrap-v6.card.houzez-gallery-loaded .item-wrap.item-wrap-v6.h-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) and (max-width:1040px) {
    .dashboard-side-menu-wrap .side-menu {
        display: grid;
        align-items: center;
        grid-template-columns: 20% 20% 20% 20% 20%;
    }
}