/** Common **/
.locations {
    height: 70vh;
}

.locations .gmap {
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .row.-fullscreen > .col:not(.active) {
        display: none !important;
    }
    .locations {
        height: 80vh;
    }
}

/** Search form **/
.search-form .placeholder {
    background-color: #efefef;
    border-radius: 5px 0 0 5px;
    border: 0;
    padding: 5px 10px;
    width: 100%
}

.search-form .btn {
    background-color: #efefef;
    border: 0;
    border-radius: 0 5px 5px 0;
}

.search-form i {
    color: rgb(127, 199, 0);
}


/** Location list **/
.locations-list {
    overflow-y: auto;
}

.locations-list > .location {
    cursor: pointer;
}

.locations-list > .location:hover, .locations-list > .location.active {
    background-color: #EFEFEF;
}

.location-info {
    padding: 15px 5px;
}

.location-info h4 {
    font-size: 1.0625rem;
    color: rgb(105, 166, 0);
}

.location-info i {
    width: 16px;
    height: 16px;
    margin: 0 10px 5px 0;
    text-align: center;
    color: rgb(127, 199, 0);
}

.location-info address {
    margin: 0;
    font-size: 0.875rem;
}
