/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;

  .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 36px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform .15s ease-in-out .15s;
    max-height: 66vh;
    overflow-y: scroll;
    z-index: 5;
  }
  
  .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
  }
  
  .dropdown-label {
    display: block;
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 11px 12px 6px 12px;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    
    &:before {
      content: '▼';
      float: right;
    }
  }
  
  &.on {
   .dropdown-list {
      transform: scale(1, 1);
      transition-delay: 0s;
      
      .dropdown-option {
        opacity: 1;
        transition-delay: .2s;
      }
    }
    
    .dropdown-label:before {
      content: '▲';
    }
  }
  
  [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
  }
}

.bgdv-tooltip {
  position: relative;
  display: inline-block;
}

.bgdv-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.bgdv-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.bgdv-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.bgdv-map-filters {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: var(--site-content-width,1200px)
}

.bgdv-map-filters label.filter-label{
  font-weight: bold;
}

@media screen and (max-width: 1290px){
  .bgdv-map-filters{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 600px){
  .bgdv-map-filters{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-large {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-popup-img{
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  display: inline-block;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
  background-color: #333 !important;
  color: #fff !important;
}
.leaflet-container a.leaflet-popup-close-button{
  color: #fff !important;
}

.leaflet-popup-content{
  margin: 5px !important;
}

.leaflet-control-fullscreen{
  width: 34px !important;
  height: 34px !important;
}

@media screen and (max-width: 374px){
  header .l-subheader-cell.at_right a.us-btn-style_28{
    padding: 1em 0.5em;
    margin-left: 0.8em;
  }
}

.sharebtn{
    margin: 0;
}

.sharebtn button{
    width: 48px;
    padding: 0 0.8em;
    height: 32px;
    margin: 0.1em;
}

.sharebtn button.w-btn.icon_atleft i{
    margin-right: 0;
}

.listing-settings .w-post-elm-before{
  font-weight: bold;
}

.shareicon .w-iconbox-icon{
  margin-right: 0.4em !important;
}