/* Map */
#map_container {
    padding-top: 65%;
    position: relative;
}
#map_container #map {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#map_container {
}
.info_window {
    padding: 15px 0 15px 0;
    max-width: 250px;
}
.info_window .name {
    font-family: var(--title-font-family);
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
}
.info_window .place {
    font-family: var(--default-font-family);
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
}
.info_window a.website {
    font-family: var(--title-font-family);
    padding-left: 15px;
    background: url('../img/arrow.svg') no-repeat left center;
    background-size: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.info_window a span {
    border-bottom: 1px solid #000;
}