.page-location {
    position: relative;
    padding: 50px 0;
}

.single-location .single-location-map {
    width: 100%;
}

.single-location .locations-map__container {
    padding-bottom: 70px;
}

.location__search-filter .btn {
    margin-top: 10px;
}

.show-all {
    margin-top: 15px;
}

.search-filter-option {
    margin-bottom: 30px;
}

.location__search-filter .choices__inner {
    min-height: 60px;
}

.location__search-filter .choices__list--single {
    padding: 11px 0;
}

.location__search-filter .choices[data-type*="select-one"]::after {
    top: 13px;
}

.location__search-filter .choices[data-type*="select-one"].is-open::after {
    top: 17px;
}

.location-listing__section {
    position: relative;
    padding-left: 28px;
    padding-top: 15px;
}

.location-listing h4 {
    padding-bottom: 5px;
    font-size: 23px;
}

.location-listing__address {
    position: relative;
    padding-left: 28px;
}

.location-icon {
    position: absolute;
    left: 0;
}

.location-icon svg {
    width: 100%;
    height: auto;
    max-width: 17px;
    max-height: 20px;
}

.location-listing__section ul {
    padding: 0;
}


@media (min-width: 768px) {
    .page-location {
        padding: 70px 0;
    }

    .location__search-filter .btn {
        margin-top: 24px;
    }

    .location__search-filter input {
        height: 52px;
    }

    .location__search-filter .btn::after {
        right: 22px;
    }

    .location__search-filter .form-col .row {
        padding-left: 5px;
        padding-right: 5px;
    }

    .location__search-filter .form-col .row>* {
        padding-left: 5px;
        padding-right: 5px;
    }

    .location__search-filter .choices[data-type*="select-one"]::after {
        top: 15px;
        right: 24px;
    }

    .location__search-filter .choices[data-type*="select-one"].is-open::after {
        top: 19px;
    }

    .location__search-filter .choices[data-type*="select-one"] .choices__inner {
        padding: 0 24px;
    }

    .location-listing__section {
        padding-top: 23px;
    }
}

@media (min-width: 1200px) {
    .page-location {
        padding: 100px 0 75px;
    }

    .location__search-filter input {
        height: 60px;
    }

    .location__search-filter .btn-primary {
        margin-top: 26px;
        padding: 20px 38px;
    }

    .filter-col {
        width: 62%;
    }

    .filter-sub {
        width: 38%;
    }

    .location__search-filter {
        max-width: 874px;
    }

    .show-all {
        text-align: right;
        margin-top: 24px;
    }

    .show-all .btn {
        padding: 20px 38px;
    }

    .show-all .btn-secondary:hover {
        padding-right: 68px;
    }

    .location__search-filter .choices[data-type*="select-one"]::after {
        top: 13px;
    }

    .location__search-filter .choices[data-type*="select-one"].is-open::after {
        top: 17px;
    }

}


/* location-listings */

.location-listings {
    margin-top: 70px;
}

.location-list-wrap {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    justify-content: center;
    text-align: left;
}

.location-listings .location-list-column {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 86px;
    margin: 16px 16px;
    width: calc(100% - 32px);
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .16);
    color: #272727;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    border-radius: 5px;
}

.location-list-column h4 {
    background: #1C1B19;
    padding: 20px 32px;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.location-list-column p {
    padding: 12px 32px;
    color: #272727;
    line-height: 1.54em;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    font-family: 400;
    font-family: 'Roboto', sans-serif;
}

.location-list-column h4,
.location-list-column p {
    text-align: center;
}

.location-list-column p:last-child {
    border-bottom: none;
}

.location-list-column p span {
    display: block;
    font-weight: 700;
    display: block;
}

.location-list-column p a {
    text-decoration: underline;
    border-bottom: none;
    font-weight: 700;
    color: #000000;
}

.location-links {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 32px;
    text-align: center;
}

@media (min-width: 768px) {
    .location-list-column {
        width: calc(50% - 32px) !important;
    }
}

@media (min-width: 1200px) {
    .location-list-column {
        width: calc(25% - 32px) !important;
    }

    .location-list-column p {
        padding: 15px 32px;
        font-size: 18px;
    }

    .location-listings {
        margin-top: 130px;
    }
}

/* map */
.fx-location {
    position: relative;
    margin-top: 30px;
}

.map-graphic {
    position: absolute;
    left: -240px;
    bottom: -140px;
    z-index: -1;
}

.fx-location__map {
    line-height: 0;
    height: 503px;
    margin-bottom: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .16);
    border: 1px solid #C1C1C1;
}

.gm-ui-hover-effect,
.gmnoprint {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    width: 100% !important;
    max-width: 275px !important;
    padding: 20px 20px 13px !important;
    border-radius: 5px !important;
    border-bottom: none !important;
    background-color: #fff;
    max-height: 320px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16) !important;
}

.gm-style-iw-d {
    max-height: 272px !important;
}

.gm-style .gm-style-iw-c p.phone-pin {
    padding-top: 12px;
}

.gm-style .gm-style-iw-t::after {
    background: #fff !important;
    z-index: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.locations-map-col .btn {
    padding: 16px 28px;
}

.map-marker__inner {
    margin-bottom: 10px;
}

.map-marker__closer {
    display: inline-block;
    padding: 0 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    background-color: #000;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}

.map-marker__closer:hover {
    background-color: var(--dark-gray);
    color: #fff;
}

.map-marker__address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
}

.map-marker__phone a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
}

.map-marker__phone a:hover {
    text-decoration: underline;
}

.map-marker__title {
    letter-spacing: 0;
}

.map-marker__title,
.map-marker__address,
.map-marker__phone {
    padding-bottom: 16px;
}

.map-marker .btn-link {
    margin-bottom: 16px;
    font-size: 16px;
}

.fx-location--home {
    margin-top: 0;
    margin-bottom: 60px;
}


@media (min-width: 768px) {
    .fx-location--home {
        margin-top: 0;
        margin-bottom: 80px;
    }
}


@media (min-width: 1200px) {
    .fx-location--home {
        margin-top: 0;
        margin-bottom: 120px;
    }
}

.locations-section__img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .locations-section__img {
        display:none;
    }
}

.locations-content {
    padding-top: 2rem;
}


.single-location-map .btn.btn-primary {
    display: inline-block;
    margin-top: 1.5rem;
}