/* =WordPress Core
-------------------------------------------------------------- */
.map-section .buttons {z-index: 2;}
.acf-map {
	width: 100%;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.offer-list li:after,
.team-list li:after {
	content: "";
	display: block;
	clear: both;
}
.offer-list h2 a,
.team-list h2 a {
	color: #81c4ab;
	text-decoration: none;
}
.offer-list h2 a:hover,
.team-list h2 a:hover {
	color: #3299bb;
	text-decoration: none;
}