/*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:   WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      3.9.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.filter_menu .kaa-city-search-row {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 8px;
    background: #fff;
}

.filter_menu .kaa-city-search-input {
    display: block;
    width: 100%;
    min-width: 180px;
    height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(43, 43, 43, 0.25);
    border-radius: 8px;
    background: #fff;
    color: #2b2b2b;
    font: inherit;
    line-height: 20px;
}

.filter_menu .kaa-city-search-input:focus {
    border-color: #2b2b2b;
    outline: 2px solid rgba(43, 43, 43, 0.15);
    outline-offset: 1px;
}

.filter_menu .kaa-city-search-empty {
    padding: 10px 12px;
    color: rgba(43, 43, 43, 0.65);
    cursor: default;
    pointer-events: none;
}
