.marker {
    background-image: url('/wp-content/themes/page-builder-framework-child/assets/images/CLYDE-LOCATION-ICON-WITH-BORDER.png');
    background-size: cover;
    width: 50px;
    height: 74px;
    border-radius: 50%;
    cursor: pointer;
}
.mapboxgl-popup-content
{
    background-color:#fbfbfb !important;
    color:black !important;
    color:2d2d2d  !important;
}
.mapboxgl-popup
{
    max-width:700px;
}
@media (max-width: 767px){
    .mapboxgl-popup
    {
        max-width:400px;
    }
}
.mapboxgl-popup-content h3,.mapboxgl-popup-content p
{
    color:black !important;
    color:2d2d2d  !important;
}
.map-view-property:hover {
    background: #3e3e3e;
    color: white !important;
}
.map-view-property
{
    margin-top: 12px;
    line-height: 1.42857143;
    display: inline-block;
    
    background: whitesmoke;
    padding: 7px 12px;
    font-size: 13px;
    color: #3e3e3e !important;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    text-transform: uppercase;
    
    font-weight: 600;
}
.mapboxgl-popup-content p {
  margin-bottom: 0;
  font-weight: 600;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.listing-map-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.listing-map-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
}
.listing-map-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.listing-map-content h3{
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.listings-map{
    background: #fff;
    padding: 10px;
}
.listings-map-legend{
    margin-top: 6px;
}
.listings-map-legend-btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
}
.listings-map-legend-btns .btn{
    flex:auto;
    background: #888A8E;
    color: #fff;
/*    margin-top: 4px;
    margin-right: 4px;*/
    line-height: 1;
    padding: 6px 5px;
    text-align: center;
    cursor: pointer;
}
.listings-map-legend-btns .btn.checked {
    background: #55575B;
}  
    
.listings-map-legend-btns .btn:last-child{
    margin-right: 0;
}
.listings-map-legend-btns .btn .fa {
    margin-right: 2px;
    /*font-size: 0.9em;*/
    text-align: center;
    width: 1.25em;
}