/* ===============
 * Contact map
 * =============== */

.acf-contact-map {
  width: 100%;
  min-height: 50vh;
  border: none;
  margin: 0;  
}
/* fixes potential theme css conflict */
.acf-contact-map  img {
   max-width: none !important;
}

.acf-contact-map .gecko-directions-overlay-container {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 999999999 !important;
}
.acf-contact-map .gecko-directions-ui-container {
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	cursor: pointer;
	margin: 10px;
	text-align: center;
}
.acf-contact-map .gecko-directions-text-container {
	color: rgb(25,25,25);
	font-size: 14px;
	line-height: 2;
	padding: 0 5px;
}




/* Info window */
.acf-contact-map .gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
.acf-contact-map #iw-container {
	margin-bottom: 10px;
}
.acf-contact-map #iw-container .iw-title {
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.acf-contact-map #iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	overflow-y: auto;
	overflow-x: hidden;
}
.acf-contact-map .iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
	width: 150px;
	height: 150px;
}
.acf-contact-map .iw-content p {
	margin: 0;
}
.acf-contact-map .iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0 15px 0;
}
.acf-contact-map .iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}