@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins"), url("../fonts/Poppins/Poppins-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), url("../fonts/Poppins/Poppins-Regular.ttf") format("ttf");
}
@media (min-width: 768px) {
  body nav ul.menu li.menu-item-has-children:hover .sub-menu, body nav ul.menu li.menu-item-has-children:focus .sub-menu {
    display: block;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
  }
}
body nav ul.menu li.menu-item-has-children .sub-menu {
  display: none;
}
@media (min-width: 768px) {
  body nav ul.menu li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
  }
}

body.full-width-content .site-inner {
  max-width: 100%;
  padding: 0px;
}
body.full-width-content .site-inner .content {
  width: 100%;
}

html body {
  font-family: "Poppins", sans-serif;
}
html body p, html body li, html body label, html body input {
  font-family: "Poppins", sans-serif;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: "Poppins", sans-serif;
}

html[lang] {
  margin-top: 0px !important;
}

.site-header {
  display: none;
}

#map-container {
  position: relative;
}

#gmap {
  height: 100vh;
  width: 100vw;
  cursor: crosshair;
}

.gm-style-iw-d {
  background-color: #F5D781;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px;
  transform: translateX(-100%) translateY(-100%);
  transform: translateX(calc(-100% + 10px)) translateY(-100%);
  max-width: 300px !important;
  background-color: #F5D781;
  color: #006857;
  margin: 0 !important;
  padding: 40px !important;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 960px) {
  .gm-style .gm-style-iw-c {
    min-width: 260px !important;
    max-width: 280px !important;
  }
}
.gm-style .gm-style-iw-c > button {
  top: 0px !important;
  right: 0px !important;
  background: #fff !important;
  border-radius: 0px !important;
  opacity: 1 !important;
}
.gm-style .gm-style-iw-c > button > span {
  width: 20px !important;
  height: 20px !important;
  margin: 5px !important;
}

.gm-style .gm-style-iw-t {
  transform: translateX(-10px) translateY(-14px);
}

.gm-style .gm-style-iw-t::after {
  background: transparent;
  background: url("../images/triangle.svg") center center no-repeat;
  background-size: contain;
  transform: none !important;
  box-shadow: none !important;
  width: 30px;
  height: 30px;
  left: -20px;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

#map-modal__header {
  font-size: 19px;
  font-weight: 700;
  padding-right: 30px;
}

#map-modal-content {
  font-size: 15px;
}
#map-modal-content .information {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
#map-modal-content .information > div {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#map-modal-content a[href=""] {
  display: none;
}
#map-modal-content #map-modal-content__link {
  float: right;
}

#map-controls {
  position: absolute;
}
@media (min-width: 960px) {
  #map-controls {
    width: 240px;
  }
}
@media (max-width: 959px) {
  #map-controls {
    top: 20px;
    left: 20px;
    display: flex;
  }
}
@media (min-width: 960px) {
  #map-controls {
    bottom: 25px;
    right: 60px;
  }
}
#map-controls button {
  background: #fff;
  color: #006857;
  border-radius: 0px;
  width: 100%;
  padding: 10px;
  min-width: 80px;
  font-size: 12px;
}
@media (min-width: 960px) {
  #map-controls button {
    font-size: 14px;
  }
}
#map-controls #price-legend {
  width: 100%;
  display: none;
  justify-content: space-between;
}
@media (min-width: 960px) {
  #map-controls #price-legend {
    margin-top: 10px;
  }
}
#map-controls #price-legend.visible {
  display: flex;
}
#map-controls #price-legend .price {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #006857;
}
@media (max-width: 959px) {
  #map-controls #price-legend .price {
    height: 100%;
    font-size: 12px;
  }
}
#map-controls #price-legend .price.tier-1 {
  background: #F2FDFF;
}
#map-controls #price-legend .price.tier-2 {
  background: #49BCCB;
}
#map-controls #price-legend .price.tier-3 {
  background: #1FA9B4;
  color: #fff;
}
#map-controls #price-legend .price.tier-4 {
  background: #1E8D78;
  color: #fff;
}
#map-controls #price-legend .price.tier-5 {
  background: #0F3F36;
  color: #fff;
}
