/* ------------------------------ */
/* --------- Google Maps -------- */
/* ------------------------------ */
.section__text + .section__googlemaps {
    padding-top: 1rem;
}

.googlemaps {
    height: 420px;
}
  
.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: var(--brand-black) !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;
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */
 
@media (max-width: 767.98px) {  

    .googlemaps {
        height: 300px;
    }

}


@media all and (max-width: 575.98px) {

    .googlemaps {
        height: 250px;
    }

}