/*
 Theme Name:     Kolibri
 Description:    Thema van De Makelaar Online
 Author:         De Makelaar Online
 Author URI:     https://demakelaaronline.nl
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


.hidden {
    display: none !important;
}

.m30b {
    margin-bottom: 30px;
}



/* Search Form styles */

.search-field {
    margin: 0 0 1em 0;
}

.search-field h4 {
    margin: 0 0 0.5em 0;
}

.search-field label {
    display: block;
    cursor: pointer;
}


/* Fade results without any results */

.search-field label[data-count="0"]:not(.active) {
    color: #777;
}

.search-field label span {
    color: #999;
    font-size: 90%;
}

.search-field select {
    width: 100%;
}

.search-field input[type=text] {
    width: 90%;
}

.search-field a {
    display: block;
    font-size: 90%;
    text-decoration: none;
}


/* Hide search button when JS is active */

body.has-js .search-sidebar input[type=submit] {
    display: none;
}


/* Slider styling */

.search-field.has-slider .search-items {
    display: none;
}

.search-field .slider-values {
    font-size: 85%;
    margin-bottom: 1em;
    overflow: hidden;
}

.search-field .slider-values small {
    font-size: 100%;
    color: #999;
    display: none;
}

.search-field.tracking-min .slider-values .low small,
.search-field.tracking-max .slider-values .high small {
    display: inline;
}

.search-field .slider-values .low {
    float: left;
}

.search-field .slider-values .high {
    float: right;
}


/* Search field hide all non-selected items */

.search-field.hide-non-selected label {
    margin-bottom: 6px;
}

.search-field.hide-non-selected label.active {
    font-weight: normal;
}

.search-field.hide-non-selected input[type=checkbox] {
    display: none;
}

.search-field.hide-non-selected:not([data-selected="0"]) .clear-selected {
    display: none;
}





/* Results Settings styles */

.search-settings {
    padding: 1em 0em;
    line-height: 22px;
}

.search-settings .display {
    float: right;
}

.search-settings .display li {
    float: left;
    padding: 0 0.5em;
}

.search-settings .display a {
    font-weight: bold;
    font-size: 90%;
    color: #999;
    text-decoration: none;
}

.search-settings .display a:hover {
    color: #000;
}

.search-content.list .display-list a,
.search-content.grid .display-grid a {
    color: #000;
}




/* Google Maps styles */

.search-content .search-map {
    margin: 0 0.5em 2em 0.5em;
}

#google-map,
#google-streetview {
    width: 100%;
    height: 400px;
}

#google-map .gm-style-iw a {
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
}

#google-map .gm-style-iw img {
    float: left;
}

#google-map .gm-style-iw .address {
    float: left;
    margin-left: 1em;
    min-width: 200px;
    line-height: 1.5;
}


/* View helpers */

.search-content .visible-grid,
.search-content .visible-list,
.search-content.grid .hidden-grid,
.search-content.list .hidden-list {
    display: none;
}

.search-content.grid .visible-grid,
.search-content.list .visible-list {
    display: block;
}





/* jQuery UI slider styles */

.ui-slider {
    position: relative;
    text-align: left;
    background: #ddd;
    height: 4px;
    margin: 0 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    padding: 10px;
    width: 8px;
    height: 8px;
    top: -12px;
    margin-left: -14px;
    outline: none;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-handle span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #1b5e7e;
    box-shadow: 0 0 2px 2px #fff;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #21759b;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}




@media screen and (max-width: 599px) {
    /* Change sliders back into dropdowns */
    .search-field.has-slider .slider-container {
        display: none;
    }
    .search-field.has-slider .search-items {
        display: block;
    }
    .search-sidebar {
        width: 100%;
        float: none;
    }
    .search-content {
        margin-left: 0;
    }
}


