/**
 * Google Maps Module - Styles
 * Module: base_gmap
 */

.gmap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed,
.gmap > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Location descriptions in info windows */
.locations_map_description {
	margin: 0;
	padding: 10px;
	line-height: 1.6;
}

.locations_map_description strong {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.locations_map_description a {
	color: #337ab7;
	text-decoration: none;
}

.locations_map_description a:hover {
	text-decoration: underline;
}

.locations_map_description .fa {
	margin-right: 5px;
}
