/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*!GENERAL*/



/*#GENERAL*/



 /* !SEARCH FORM  */


.cbpopup-btn, .dropdown-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.cbpopup-modal .option-group .child, .property-search-form .dropdown .option-group .child  {
    padding-left: 20px;
}

.cbpopup-modal ul, .property-search-form .dropdown ul{
    list-style: none;
}

.property-search-form .dropdown-menu {
    width: 100%;
}

.property-search-form .dropdown-body {
    max-height: 300px;
    overflow-y: auto;
}

.cbpopup-modal .modal-body {
    max-height: 70vh;
    overflow: auto;
}

.checkbox-inline ul {
    list-style: none;
}

.tooltip-location {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: white;
    color:black;
    padding: 2px 10px;
    border-radius: 3px;
    display: none;
}

.tooltip-location:before {
    content: "\A";
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    left: -8px;
    top: 5px;
}
 /* #SEARCH FORM  */



 /* !LISTING */

.listing ul.page-numbers{
    list-style: none;
}
.listing ul.page-numbers li{
    display: inline-block;
}

 /* #LISTING */


 /* !SINGLE PROPERTY */


.slider .slick-slide, .slider .slick-slide *, .slider .slick-track, .slider .slick-list {
    height: 100%;
}
.slider.slick-slider {
    height: 40vw;
}

.slider-thumbnails  .slick-slide, .slider-thumbnails  .slick-slide *, .slider-thumbnails  .slick-track, .slider-thumbnails  .slick-list {
    height: 100%;
}
.slider-thumbnails.slick-slider {
    height: 200px;
}

.slider .slick-slide .slide > div {
    background-size: cover!important;
    background-position: center;
}

.slider-thumbnails .slick-slide .slide > div{
    background-size: cover!important;
    background-position: center;
    border-top:2px solid white;
    border-bottom:2px solid white;
    border-right:2px solid white;
    border-left:2px solid white;
}

.slick-prev, .slick-next{
    z-index: 9;
}

section.gallery .slick-prev{
    left:0px;
}
section.gallery .slick-next{
    right:0px;
}

.contact-form-example {
    height: 500px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.koble-favorites-box .add-to-favorites {
    position: relative;
    top:0;
    left:0;
}

.koble-property-map{
    height: 500px;
}

 /* #SINGLE PROPERTY */



 /* !FAVORITES */


.add-to-favorites {
    padding: 10px;
    border: 2px solid;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffad;
    text-decoration: none;
    z-index: 999;
    position: absolute;
    color: var(--primary);
    cursor:pointer;
    transition:0.5s;
    top:15px;
    left:30px;
}

.add-to-favorites.favorited {
    background: var(--primary);
    color:white;
    transition:0.5s;
}

.selected-locations span {
    border: 1px solid lightgray;
    margin: 3px;
    padding: 3px 10px;
    display: inline-block;
}

.property-item.card .image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

 /* #FAVORITES */