/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.c-locator-map .gm-style .gm-style-iw-c {
	border-radius: 0;
	min-width: 12rem;
	max-width: 20rem !important;
}
.c-locator-map .gm-style .gm-style-iw-c button {
	top: 0 !important;
	right: 0 !important;
	width: 2.125rem !important;
	height: 2.125rem !important;
}
.c-locator-map .gm-style .gm-style-iw-c button img {
	width: 1rem !important;
	height: 1rem !important;
}
.c-locator-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect {
	opacity: .3;
	transition: all .2s;
}
.c-locator-map .gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover {
	opacity: 1;
}
