/* ------------------------------ */
/* --------- Google Maps -------- */
/* ------------------------------ */

.googlemaps {
    height: 300px;
}
  
.gm-style-cc {
    display: none;
}
  
.gm-desc {
    font-family: 'Hurme';
}
  
.gm-style .gm-style-iw {
    font-weight: normal;
    margin-top: -5px;
}
  
.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 15px;
    min-width: 200px !important;
    max-height: 300px !important;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
  
.gm-style .gm-style-iw-t::after {
    top: -5px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
  
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
}
  
.no-touchevents .gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover {
    opacity: .6 !important;
}
  
.gm-style .gm-style-iw-c button.gm-ui-hover-effect img {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    display: inline-block !important;
}
  
.gm-desc, .gm-desc a {
    color: #000000 !important;
}
  
.no-touchevents .gm-desc a:hover {
    opacity: .6;
}
  
.gm-desc h3, .gm-style .gm-style-iw {
    font-size: .9rem;
}
  
.gm-desc h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
  
.gm-style .gm-style-iw p {
    margin-bottom: .5rem;
}
  

/* IE Backup */
.googlemaps.ie-backup {
    position: relative;
    height: auto;
}
  
.googlemaps.ie-backup::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
}
  
.googlemaps.ie-backup img {
    width: 100%;
}
  
.googlemaps.ie-backup .googlemaps__info {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: white;
}