/*
Theme Name: Boostly Child
Theme URI: https://boostly.co.uk/themes
Template: boostly-theme
Author: Boostly
Author URI: https://boostly.co.uk/
Description: Boostly is a powerful booking platform that lets you run a residential or commercial
Tags: right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,post-formats,theme-options,translation-ready
Version: 1.0.0
Updated: 2023-03-23 11:03:46
GitHub Theme URI: tomboostly/boostly-theme-child
GitHub Theme URI: https://github.com/tomboostly/boostly-theme-child
*/

.location-search-modal .dropdown-menu .location-filter{
    width: calc(100% - 40px);
    border: 1px solid #d8dce1;
    margin: auto;
    padding: 5px 8px;
    margin-left: 15px;
}

#boostly_daily_main_search_wrap .location-search-modal .dropdown-menu .location-filter:focus{
    border-color: #d8dce1 !important;
}

#boostly_modal_search_filters .price-slider-wrapper .slider .progress{
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #FFA500;
}

#boostly_right_side.hide_first{
    width: 0 !important;
    height: 0 !important;
    opacity: 0 ;
}

#boostly_halfmap_listings_container.map-visible #boostly_right_side{
    display: block !important;
}

#boostly_right_side.first_load{
    position: absolute !important;
    opacity: 0;
    right: -100%;
    bottom: -100%;
}

#boostly_right_side.show{
    display: block !important;
}

#boostly_right_side.hide{
    display: none !important;
}


/* Benjo */

.multiselect-container button{
    border: none !important;
    background-color: unset !important;
    padding: 0px 5px !important;        
}

button.multiselect.dropdown-toggle.custom-select.text-center {
    min-width: 250px;
}    

.multiselect-container button {
    width: 100%;
    text-align: left;
}   

.home button.multiselect.dropdown-toggle.btn.bs-placeholder.btn-default.text-center {
  max-width: 250px;
  margin-top: 0;
  height: 57px;
  width: 200px;
  margin-right: 8px;
}

.search-wrap button.multiselect.dropdown-toggle.btn.bs-placeholder.btn-default.text-center {
  width: 109%;
  max-width: 110%;
  margin-bottom: 5px;
}

#boostly_home_search button.multiselect.dropdown-toggle.btn.bs-placeholder.btn-default.text-center {
  width: 220px;
  margin-bottom: 0;
}

.home span.multiselect-native-select {
  margin: 0;
}

.multiselect-filter .fa-search {
    display: none;
}     

.multiselect-container ul {height:50px;overflow-y:scroll;}

.multiselect-group  {
    font-weight: bold;
}   

.btn-group.open {
    width: calc(100% - 30px);
}    

button.multiselect.dropdown-toggle.btn.bs-placeholder.btn-default.text-center {
    width: 100%;
    margin-top: 15px;
}    

.multiselect-native-select .btn-group {
    width: calc(100% - 30px);
}    

span.multiselect-native-select {
    margin: 15px;
}   

.multiselect-native-select label.form-check-label {
    text-indent: 8px;
}    

span.multiselect-selected-text {
    font-weight: 500 !important;
}
input[type=radio], input[type=checkbox] {
  accent-color: #628E7F;
}

#overlay-search-advanced-module {
    top: 0 !important;
}
span.multiselect-native-select {
    margin: -12px 0px 0px 0px;
}
#boostly-success-message, #error-message{
    text-align: center;
}
#boostly-success-message{
    color: #9D8070;
}

#error-message{
    color: red;
}

label.form-check-label {
    width: 85%;
    margin-left: 15px;
}

.multiselect-option input {
    position: absolute;
}

button.multiselect.dropdown-toggle.btn.bs-placeholder.btn-default.text-center {
    text-align: left;
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus{
    background-color: #9d8070 !important;
    color: #fff !important;
}

#single-booking-search-calendar .single-listing-calendar-wrap ul.days li.day-available{
    background-color: #fff;
}
#boostly_halfmap_listings_container .listings .item-wrap.card-view{
    min-height: 560px;
}
@media screen and (min-width: 1678px) {
    #boostly_halfmap_listings_container .listings .item-wrap.card-view {
      width: 16.66%;
      min-height: 560px;
    }
}
@media screen and (max-width: 991px) {
    #boostly_halfmap_listings_container .listings .item-wrap.card-view{
        min-height: 510px;
    }
}

@media screen and (max-width: 767px) {
    html body iframe#LeadboosterContainer {
		z-index: 1000 !important;
	}
}

.boostly-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1000;
    font-size: 12px;
    text-align: center;
    opacity: 1;
  }
  







  