.fx-location {
    position: relative;
}

.fx-location__map {
    line-height: 0;
    min-height: 310px;
}

.location-map-single h5{
    margin-bottom: 3px;
}

.location-map-single .location-listing__section{
    margin-top: 20px;
}


.location-map-single .location-map__form a{
    background: none;
    color: #D2232A;
    transition: all 300ms ease-in-out;
}

.location-map-single .location-map__form a:hover{
    color: #000;
}

.location-map-single .location-map__form a:before{
    content: none;
    background: none;
}

.gm-style .gm-style-iw-c{
    max-width: 480px !important;
}

.map-marker{
    padding: 20px;
}

.gm-style .gm-style-iw-ch{
    display: none !important;
}

.gm-style .gm-style-iw-chr{
    width: 48px;
    position: absolute;
    right: 0;
}

.map-marker h6{
    font-size: 23px;
}

.map-marker p{
    margin-bottom: 0;
}

.map-marker .btn-tertiary{
    margin-top: 10px;
}


.map-marker .btn-secondary{
    border: none;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}


.map-marker .btn-simple{
    border: none;
    font-size: 18px;
    color: #000;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}


.location-page-content{
    margin-top: var(--section-margins);
}

@media (min-width: 768px) {
    .fx-location__map {
        min-height: 483px;
    }
}

@media (min-width: 1200px) {
    .fx-location__map {
        min-height: 521px;
    }
}