/**
	* CSS for Store Location template only
**/

.acf-map {
	width: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.onload-hidden {
	display: none;
}

a.full-map-link {
	display: inline-block;
	border: 1px solid #34bf49 !important;
	padding: 0 10px;
	border-radius: 3px;
	color: #34bf49;
}

a.full-map-link:hover {
	background-color: #34bf49;
	color: #fff;
}
