/*
Theme Name: BatDongSan
Description: This is a child theme for Flatsome Theme
Author: nhienphan
Template: flatsome
Text Domain: nhienphan
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.price-filter a.active {
    background-color: var(--primary-color);
    color: #FFF;
}

.sidebar-title {
    color: var(--primary-color);
    font-weight: bold;
}

.filter-box {}

.filter-box .price-filter {
    padding: 10px 0;
}

.page-title {
    font-size: 2rem;
}

.pum-theme-content-only .pum-close {
    background: #FFF !important;
    width: 30px !important;
    height: 30px !important;
    top: -9px !important;
    font-size: 20px !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}