- /*
 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:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@media (min-width:1025px) and (max-width:1440px)  {
    .listing_filters_head .wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
    padding: 10px 30px 10px 23px !important;
    font-size: 15px !important;
	}
.listing_filters_head .wpresidence_dropdown.wpresidence_filters_dropdown {
    max-width: max-content !important;
    overflow: hidden !important;
	}
}
.property_listing.property_card_default {
    max-width: 100% !important;
    width: 100% !important;
}
body.page-template-property_list_half{
    display: unset !important;
    overflow: visible !important;
}
body.page-template-property_list_half div#google_map_prop_list_wrapper {
    max-height: 100vh !important;
    margin-top: 40px;
    min-height: 700px;
}
body.page-template-property_list_half .checker_wrapper_half{
    display: none;
}
.col-md-12.radius_wrap {
    max-width: 50%;
    width: 100%;
}
.col-md-9.slider_radius_wrap {
    max-width: 35%;
    width: 100%;
}
.col-md-3.slider_radius_wrap {
    max-width: 15%;
}
input#geolocation_search {
    border-radius: 8px;
    border-color: #D48A17;
}
.radius_wrap:after {   
    color: #D48A17 !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-max {
    background: #D48A17 !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header{
    background: #D48A17 !important;
}
input#geolocation_search, span.radius_value, .wpresidence_dropdown .dropdown-toggle, .adv_search_slider label, .wpresidence_slider_price, .label_radius, .form-control{
    font-size: 17px !important;
}
ul#actionslist li, button#a_filter_order, ul.dropdown-menu.filter_menu.a_filter_order.show li{
    font-size: 17px !important;
}
span#amount {
    color: #76727d !important;
}


@media(max-width: 1440px){
    .col-md-3.slider_radius_wrap {
        max-width: 20% !important;
    }
    .col-md-9.slider_radius_wrap {
        max-width: 30%;
    }
}

@media(max-width: 1024px){
    .col-md-12.radius_wrap {
        max-width: 100% !important;
    }
    .col-md-3.slider_radius_wrap {
        max-width: 35% !important;
    }
    .col-md-9.slider_radius_wrap {
        max-width: 65% !important;
    }
    .col-md-3 {
        max-width: 49% !important;
    }
    .col-md-6.adv_search_slider p {
        margin-bottom: 10px !important;
    }
}

@media(max-width: 991px){
    .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
    }
    #listing_ajax_container .col-md-6 {
        width: 49% !important;
        max-width: 100% !important;
    }
    #listing_ajax_container{
        justify-content: space-between;
    }
}

@media(max-width: 767px){
    #listing_ajax_container .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
    }
}