/*
 Theme Name:   Houzing Child
 Theme URI:    https://themeforest.net/item/houzing-real-estate-wordpress-theme/33375316
 Description:  Houzing Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     houzing
 Version:      1.0.0
 Text Domain:  houzing-child
*/


section#main-container {
    padding-top: 0px!important;
}

/* Filtro: anular position fixed del tema */

@media (min-width: 992px){
    html body.fix-header .properties-filter-top-half-map {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
        width: 100% !important;
    }
}

/* Columnas 50/50 */
@media (min-width: 1200px) {
    .layout-type-half-map .first_class {
        width: 50% !important;
        padding-right: 30px;
    }
    .layout-type-half-map .second_class {
        width: 50% !important;
    }
}

/* Desktop y Widescreen (≥1367px) */
@media (min-width: 1367px) {
    #main-container.layout-type-half-map {
        max-width: 1250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .properties-filter-top-half-map {
        max-width: 1250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .layout-type-half-map .first_class {
        padding-left: 0px;
    }
}

/* Laptop (1366px) — full width */
@media (min-width: 1200px) and (max-width: 1366px) {
    #main-container.layout-type-half-map {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .properties-filter-top-half-map {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .layout-type-half-map .first_class {
        padding-left: 50px !important;
    }
}
