.map_marker {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #463e8b;
    padding: 1px;
    cursor: pointer;
}
.map_marker:after, .map_marker:before { 
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
} 
.map_marker:after { 
    border-color: rgba(136, 183, 213, 0); 
    border-top-color: #FFFFFF; 
    border-width: 3px; 
    margin-left: -3px; 
} 
.map_marker:before { 
    border-color: rgba(194, 225, 245, 0); 
    border-top-color: #463e8b; 
    border-width: 5px; 
    margin-left: -5px; 
}
.map_bubble {
    width: 250px;
}
.map_bubble img {
    padding: 0 10px 10px 0;
}
.map_bubble .view_button {
    clear: left;
    text-align: center;
}
.gm-style-iw > div:first-of-type {
    width: 270px;
}
.copy_permalink{
 	font-size: 14px;
	padding: 3px 6px;
}

@media screen and (max-width: 469px) {
    .filter-bar__core-filters{
        display: none;
    }
}

#filters_desktop {
    display: block;
}
.filter-bar-control--mobile {
    display: none;
}
@media screen and (max-width: 640px) {
    #filters_desktop, .search--header{
        display: none;
    }
    .filter-bar-control--mobile {
        display: block;
    }
    .jqueryui_datepicker {
        z-index: initial;
    }
}






