/* stop some themes from messing up Google Maps' styling (e.g. twentyeleven, twentytwelve, twentythirteen...) */

.flxmap-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.flxmap-container img {
	max-width: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.site-content .flxmap-directions img.adp-marker,
.entry-content .flxmap-directions img.adp-marker {
	max-width: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.flxmap-directions td.adp-text {
	vertical-align: middle;
}

/* some basic styling for info window */

.gm-style .gm-style-iw .flxmap-infowin {
	color: #2c2c2c;
}

.gm-style .gm-style-iw .flxmap-marker-title {
	font-weight: bold;
}
