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

.hph-gpdr-google-maps {
	position:  relative;
	display: inline-block;
	width: 100%;
}

.hph-gpdr-google-maps img.preview {
	position:  relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.hph-gpdr-google-maps *{
	transition: opacity .3s ease-in-out;
	/*backface-visibility: hidden;*/
}

.hph-gpdr-google-maps .iframewrap .iframewraptext{
	opacity: 0;
}

.iframewrap iframe {
    border: none;
    display: none;
    margin:  0 auto;
}

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

.hph-gpdr-google-maps:hover IMG.preview{
	filter: blur(5px);
}

.iframewrap {
	position: relative;
	background: transparent;
	z-index: 3;
}

.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";
}

.iframewrap:not(.src-loaded).init: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');
}

.iframewrap .iframewraptext {
	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;
	max-width: 300px;
	width: 90%;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: normal;
}
.iframewrap .privacytext {
	display: block;
	margin: 0;
	padding: 0 0 10px;
}

.ytframe {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	background: #e6e6e6;
}

.ytframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}