/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hph-gpdr-google-maps {
	position:  relative;
	display: block;
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
}
.hph-gpdr-google-maps *{
	transition: opacity .3s ease-in-out;
}

.hph-gpdr-google-maps .map_inner,
.hph-gpdr-google-maps .map_image_wrap_inner{
	height: 100%;
}

.hph-gpdr-google-maps img.preview {
	position:  relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	object-fit: cover;
	object-position: center;
}
.hph-gpdr-google-maps:hover IMG.preview,
.hph-gpdr-google-maps:hover .map_image_wrap_inner:after{
	filter: blur(8px);
}


.hph-gpdr-google-maps .iframewrap .iframewraptext,
.hph-gpdr-google-maps .map_btn{
	opacity: 0;
}
.hph-gpdr-google-maps:hover .iframewrap .iframewraptext,
.hph-gpdr-google-maps:hover .map_btn{
	opacity: 1;
}


.hph-gpdr-google-maps .iframewrap iframe {
	border: none;
	display: none;
	margin:  0 auto;
}


.hph-gpdr-google-maps .iframewrap,
.hph-gpdr-google-maps .map_image_wrap_inner{
	position: relative;
	background: transparent;
	z-index: 3;
}


.hph-gpdr-google-maps .googlemaps_headline{
	display: block;
}


.hph-gpdr-google-maps span.consent_remember_setting {
	display: block;
	position: relative;
	cursor: pointer;
	margin: -10px 0 15px;
}
.hph-gpdr-google-maps span.consent_remember_setting:hover::before{
	content: "\2611";
	opacity:  .5;
}
.hph-gpdr-google-maps span.consent_remember_setting:before {
	content: "\2610";
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	font-size: 30px;
}
.hph-gpdr-google-maps span.consent_remember_setting.yes:before{
	content: "\2611";
}


.hph-gpdr-google-maps .iframewrap:not(.src-loaded).init:after,
.hph-gpdr-google-maps .map_image_wrap_inner:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-100%);
	z-index: 1;
	height: 9.847393mm;
	width: 5.644445mm;
	background-image: url('Google_Maps_pin.svg');
}

.hph-gpdr-google-maps .iframewrap .iframewraptext,
.hph-gpdr-google-maps .map_btn{
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	width: 90%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: normal;
}
.hph-gpdr-google-maps .iframewrap .privacytext {
	display: block;
	margin: 0;
	padding: 0 0 10px;
}
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn,
.hph-gpdr-google-maps BUTTON.button{
	display: inline-block;
	cursor: pointer;
	width: auto;
	background: rgba(255,255,255,.9);
	padding: 7px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:hover {
	background: rgba(255,255,255,1);
}