/* Malli: @include icon($facebook)*/
.marker-content {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 18.75rem;
  padding: 1.25rem 1.25rem 1.125rem 1.25rem; }
@media screen and (max-width: 31.1875em) {
  .marker-content {
    padding: 1.25rem 0 1.125rem 0; } }
.marker-content :first-child {
  margin-top: 0; }
  .marker-content :first-child :first-child {
    margin-top: 0; }
.marker-content :last-child {
  margin-bottom: 0; }
  .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; }

.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: "\e984"; }
  .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%; }
