/*
Theme Name: Zuhaus Child
Theme URI: https://zuhaus.qodeinteractive.com/
Description: A child theme of Zuhaus Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: zuhaus
Template: zuhaus
*/
/* OBHOA homepage property search: match listing page filter layout */
.obhoa-home-property-search-holder {
    max-width: 1400px;
    width: calc(100% - 50px);
    margin: 0 auto;
    box-sizing: border-box;
}

.obhoa-home-property-search-holder .mkdf-property-search-inner,
.obhoa-home-property-search-holder .obhoa-home-property-search {
    width: 100%;
    box-sizing: border-box;
}

.obhoa-home-property-search {
    background: #ffffff12;
    border: 1px solid #e1e1e1;
    padding: 26px 34px 20px;
}

.obhoa-home-filter-grid {
    display: grid;
    gap: 28px 20px;
    margin-bottom: 26px;
}

.obhoa-home-filter-row-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.obhoa-home-filter-row-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.obhoa-home-property-search .obhoa-home-filter-field {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 !important;
    box-sizing: border-box;
    position: relative;
}

.obhoa-home-property-search .obhoa-home-filter-field label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
}

.obhoa-home-property-search .mkdf-search-property-icon {
    position: absolute;
    left: 17px;
    bottom: 14px;
    z-index: 2;
    pointer-events: none;
}

.obhoa-home-property-search select,
.obhoa-home-property-search .select2,
.obhoa-home-property-search .select2-container {
    width: 100% !important;
}

.obhoa-home-property-search select,
.obhoa-home-property-search .select2-container--default .select2-selection--single {
    height: 43px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #fff;
}

.obhoa-home-property-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    padding-left: 45px;
    color: #000;
}

.obhoa-home-filter-actions {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 6px;
}

.obhoa-home-filter-actions .mkdf-property-filter-button,
.obhoa-home-filter-actions .mkdf-property-save-search-button {
    min-width: 210px;
    height: 43px;
    line-height: 43px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.obhoa-home-filter-actions .mkdf-property-save-search-button {
    background: #fff;
    border: 1px solid #ffc400;
    color: #000;
}

.obhoa-home-filter-actions .mkdf-property-filter-reset-button {
    margin-left: auto;
}

@media only screen and (max-width: 1024px) {
    .obhoa-home-filter-row-top,
    .obhoa-home-filter-row-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 680px) {
    .obhoa-home-property-search-holder {
        width: calc(100% - 30px);
    }
    .obhoa-home-property-search {
        padding: 22px 18px;
    }
    .obhoa-home-filter-row-top,
    .obhoa-home-filter-row-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .obhoa-home-filter-actions {
        display: block;
    }
    .obhoa-home-filter-actions .mkdf-btn {
        width: 100%;
        margin: 0 0 12px !important;
    }
}

/* OBHOA icon alignment fix for homepage filter */
.obhoa-home-property-search .obhoa-home-filter-field .mkdf-search-property-icon {
    top: 39px !important;
    bottom: auto !important;
    left: 18px !important;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    z-index: 3;
    color: #555;
}

.obhoa-home-property-search .obhoa-home-filter-field .mkdf-search-property-icon span,
.obhoa-home-property-search .obhoa-home-filter-field .mkdf-search-property-icon i {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
}

.obhoa-home-property-search select {
    padding-left: 45px !important;
    padding-right: 36px !important;
    line-height: 43px !important;
    box-sizing: border-box;
}

.obhoa-home-property-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 45px !important;
    padding-right: 36px !important;
}

.obhoa-home-property-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    right: 10px;
}
