/* codeDESIGN - mod_codedesign_responsive_google_maps.css */
@charset "utf-8";

/* INFO WINDOW CONTENT */
div.google_maps_infowindow_box img:first-child {
	z-index: 2;
}
div.google_maps_infowindow {
	background: #ffffff;
	width: 300px;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 300 !important;
	color: var(--ci_color_black);
	margin: 0px 21px 0px 0px;
	position: relative;
}
div.google_maps_infowindow_ci_stripe {
	background: #ffffff;
	width: 4px;
	height: 120px;
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: 0px;
}
div.google_maps_infowindow_shaddow_hider {
	background: #ffffff;
	width: 4px;
	height: 200px;
	display: inline-block;
	position: absolute;
	z-index: 5;
	right: 20px;
	bottom: 0px;
}
div.google_maps_infowindow_close {
	background: #ffffff;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	z-index: 6;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
div.google_maps_infowindow_close i {
	font-size: 1.4em;
	line-height: 19px;
	color: #242424;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}
div.google_maps_infowindow:hover div.google_maps_infowindow_close i {
	color: var(--ci_color_accent_1);
}
div.google_maps_infowindow_off:before {
	background: #ffffff;
	width: 20px;
	height: 20px;
	content: "\f00d";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 1.4em;
	line-height: 16px;
	color: var(--ci_color_accent_1);
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: -20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.google_maps_infowindow:hover div.google_maps_infowindow_off:before {
	color: var(--ci_color_black);
}
div.google_maps_infowindow_content {
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 300 !important;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	text-align: left;
}
div.google_maps_infowindow_content a,
div.google_maps_infowindow_content a:link,
div.google_maps_infowindow_content a:visited {
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	color: var(--ci_color_black);
	text-decoration: none !important;
	font-weight: 400;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
div.google_maps_infowindow_content a:hover {
	color: var(--ci_color) !important;
	text-decoration: underline;
}
div.google_maps_infowindow_title {
	text-transform: uppercase;
	color: var(--ci_color_black);
	font-weight: 400;
}
div.google_maps_infowindow_title span {
	color: var(--ci_color);
	font-weight: 400;
}
div.google_maps_infowindow_href a,
div.google_maps_infowindow_href a:link,
div.google_maps_infowindow_href a:visited {
	color: var(--ci_color_black);
	text-decoration: underline;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}



/* OVERRIDE THE DEFAULT GOOGLE INFO WINDOW STYLES A BIT */
div.gm-style div.gm-style-iw-c {
	background: transparent !important;
	background-color: transparent !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}
div.gm-style div.gm-style-iw-d {
	overflow: hidden !important;
}
/* ARROW */
div.gm-style div.gm-style-iw-tc::after {
	background: var(--ci_color_accent_2) !important;
	top: 0px !important;
}