/* =====================================================
   [kells_locations_map] shortcode
   ===================================================== */

.kells-locations-map {
	width: 100%;
	height: 500px;
}

@media (max-width: 600px) {
	.kells-locations-map {
		height: 360px;
	}
}

/* ----- InfoWindow content (Google wraps this in its own chrome) ----- */
.kells-locations-map__info {
	font-family: "Montserrat", Sans-serif;
	max-width: 240px;
}

.kells-locations-map__info-title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #1F2A44;
}

.kells-locations-map__info-address {
	margin: 0 0 6px;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
}

.kells-locations-map__info-phone {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #1F2A44;
	text-decoration: none;
}

.kells-locations-map__info-phone:hover {
	color: #F1B434;
}
