/**
 * 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-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100% !important;
}
.hph-gpdr-google-maps section h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 23px;
}
.hph-gpdr-google-maps section p {
 padding-top: 10px;
 margin-bottom: 20px;
 font-size:21px;
}
.map_image_wrap_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
@media all and (max-width: 500px) {
  .map_image_wrap_inner {
    padding: 20px;
  }
}
.hph-gpdr-google-maps img.preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  filter: blur(1px) grayscale(1);
}

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

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

.hph-gpdr-google-maps .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: 0.5;
}

.hph-gpdr-google-maps span.consent_remember_setting:before {
  content: "\2610";
  display: inline-block;
  position: relative;
  top: 0;
  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 {
  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 .map_btn {
  margin-bottom: 0;
}
.hph-gpdr-google-maps .iframewrap .iframewraptext,
.hph-gpdr-google-maps .map_btn {
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 600px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 60px;
  box-sizing: border-box;
  line-height: normal;
}
@media all and (max-width: 500px) {
  .hph-gpdr-google-maps .iframewrap .iframewraptext,
  .hph-gpdr-google-maps .map_btn {
    padding: 30px 20px;
  }
}
.hph-gpdr-google-maps .map_btn strong {
  display: block;
}
.hph-gpdr-google-maps .iframewrap .privacytext {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
