.eapps-google-maps-locations {
    height: 100%;
    font: 400 15px/1.3 Roboto, Arial, Sans-serif;
    background: #F7A99C;
}

.eapps-google-maps-locations-header {
    background: #F7A99C;
}

.eapps-google-maps-marker-title-wrapper {
    background: #F7A99C;
}

.eapps-google-maps-marker-info-item-icon {
    fill: #F7A99C;
}

.eapps-google-maps-marker-title {
    color: #fff;
}

.eapps-google-maps-locations-list-item-active {
    box-shadow: inset 0 0 0 2px #000, 0 2px 6px rgba(0,0,0,0.1);
    z-index: 1;
    cursor: default;
}

.eapps-google-maps-locations-list {
    box-shadow: 1px 1px 4px rgba(0,0,0,0);
}

.eapps-google-maps .gm-style img{
  max-width: none;
}

.eapps-google-maps-marker-directions {
    display: none;
}

.eapps-google-maps-marker-directions-icon {
    display: none;
}

.buttondirections {
    background-color: #F7A99C;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.row .col img:not([srcset]) {
    width: 300px;
}

.eapps-google-maps-marker-title-wrapper {
    display: inherit;
}

.eapps-google-maps-marker {
    margin: -50px;
    max-width: 300px;
    width: 300px;
    min-width: 200px;
    position: relative;
    z-index: 100000;
}