/* This stylesheet is used to style the public-facing components of the plugin. */
#map_elements,
#map {
	width:100%;
	height: 500px;
}

.custom-map-container {
	margin-bottom: 20px;
}
body .map-box {
	background-color: #fff;
}

body .map-box h2,
body .map-box a h2 {
	padding: 5px 25px 0 25px;
	margin: 20px 0px 0px 0px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 21px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

body .map-box a {
	text-decoration: none;
	border: 0px;
}

body .map-box a h2:hover { color: #666; }

body .map-box ul,
body .map-box p {
	padding: 6px 25px 25px;
	font-size: 15px;
	margin: 0 0 15px 0;
	line-height: 25px;
}
body .map-box ul.post-series-links {
	margin: 0 0 15px 0;
	font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.infoBox .date {