.clearfix:after {
     content: ".";
     clear: both;
     display: block;
     visibility: hidden;
     height: 20px;
}
.catmaps-item-title {
}
.catmaps-item-description {
}
.catmaps-marker-popup-content {
    width:auto;
    height:auto;
}
.catmaps-marker-popup-content .catmaps-item-title {
    margin-bottom:5px;
    text-transform:uppercase;
    color:#212f3d;
    font-weight:600;
    font-size:18px;
}
.catmaps-item-featured-image img {
    float:left;
    margin-right:10px;
    border:1px solid #ddd;
    height:auto;
    max-width:100%;
    padding:5px;
    display:inline-block;
}
@media only screen and (max-width: 767px) {
    .catmaps-map {
        max-height: 300px;
    }
    .leaflet-left {
        left: unset !important;
    }
    .leaflet-top {
        top: unset !important;
    }
    .leaflet-control-container .leaflet-left {
        right: 5px !important;
    }
    .leaflet-control-container .leaflet-top {
        bottom: 20px !important;
    }
}
#map_bottom_bar {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {
	#map_bottom_bar {
	    max-width: 90%;
	}
}
#map_bottom_bar ul {
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
#map_bottom_bar li {
	float:left;
	position:relative; /* ie needs position:relative here*/
	list-style-type: none !important;
	float:left;
	margin-left: 10px;
	cursor:pointer;
	display: inline-block;
	margin: 0 1px 0 0;
	line-height: 1.5em;
}
#map_bottom_bar label {
	text-align: center;
	font-size: 0.75em;
    display: block;
	padding: 3px 8px;
	cursor: pointer;
	transition: background-color 0.25s ease-in-out;
}
#category_marker_links {
    margin-top: 30px;
    width: 100%;
}
#category_marker_links > .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1140px;
}
.cat-block-wrapper {

}
.cat-block {
    width: 90%;
    text-align: left;
    margin-top: 25px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.cat-block h3 {
	font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
	#category_marker_links {
		display: none;
	}
}
.p-10 {
    padding: 10px;
}
