@charset "UTF-8";
/* Malli: @include icon($facebook)*/
.mapboxgl-popup {
  max-width: 25rem !important;
}
.mapboxgl-popup .marker-content {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.125rem 1.875rem 0.8125rem 1.875rem;
}
@media print, screen and (max-width: 31.24875em) {
  .mapboxgl-popup .marker-content {
    padding: 0.9375rem 1.25rem 0.625rem 1.25rem;
  }
}
.mapboxgl-popup .marker-content :first-child {
  margin-top: 0;
}
.mapboxgl-popup .marker-content :first-child :first-child {
  margin-top: 0;
}
.mapboxgl-popup .marker-content :last-child {
  margin-bottom: 0;
}
.mapboxgl-popup .marker-content :last-child :last-child {
  margin-bottom: 0;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  display: none;
}
.mapboxgl-popup-content {
  background-color: #ffffff !important;
  box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.2) !important;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip, .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #ffffff !important;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip, .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #ffffff !important;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #ffffff !important;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #ffffff !important;
}
.mapboxgl-popup-close-button {
  color: transparent;
  font-size: 0;
}
.mapboxgl-popup-close-button:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.mapboxgl-popup-close-button:before {
  color: #222222;
  display: block;
  position: absolute;
  top: 0.625rem;
  right: 0.5625rem;
  font-size: 0.625rem;
}
.map-marker {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.map-marker .map-marker-pin {
  fill: #3fa2f7;
}
.map-marker .map-marker-dot {
  fill: #ffffff;
}
.map-marker::before {
  background-image: url(/wp-content/themes/hoyrymoottori/assets/front/images/map-marker-shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -9%;
}
