﻿.location-info-wrapper {
    display: flex;
    padding-top: 5em;
}


.badge-background span.pricebadge {
    font-size: 25px;
}

.location-info:first-of-type {
    display: flex;
    width: 40%;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-right: 5em;
}

.location-info {
    display: flex;
    width: 60%;
    flex-wrap: nowrap;
    flex-direction: column;
}

.location-link {
    color: var(--wtw-blue);
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1em;
}

    .location-link a {
        color: var(--wtw-blue);
        text-decoration: none;
    }

.location-name {
    color: var(--wtw-dark-blue);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.location-description {
    color: var(--wtw-gray);
    font-size: 20px;
    padding-bottom: 1.5em;
    border-bottom: 0.1em solid var(--wtw-light-cool-gray);
}

.location-address {
    color: var(--wtw-dark-blue);
    font-size: 24px;
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 0.5em;
    width: 75%;
}

.location-address-link {
    padding-bottom: 1em;
}

.location-address-link a {
    color: var(--wtw-medium-blue);
    text-decoration: underline;
    font-size: 20px;
    text-transform: uppercase;
}

.location-phone {
    padding-bottom: 2em;
    border-bottom: 0.1em solid var(--wtw-light-cool-gray);
}

.location-phone a {
    color: var(--wtw-medium-blue);
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
}

.location-icons {
    display: flex;
    flex-direction: row;
}

.location-icon-wrapper {
    display: flex;
    flex-direction: column;
    margin: 2em 3em 2em 0;
}

.location-icon {
    margin: 0 auto;
}

.location-icon-text {
    text-align: center;
}

.location-image {
    max-height: 100%;
    max-width: 100%;
}

.location-image img {
    max-height: 100%;
    max-width: 100%;
}

.location-hours-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
}

.location-hours {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.location-hours-title {
    color: var(--wtw-dark-blue);
    font-size: 24px;
    font-weight: 700;
}

.location-hours-times {
    font-size: 18px;
    color: var(--wtw-dark-gray);
}

.location-hours-times td{
    padding-right: 50px;
}

.amenities-wash-wrapper {
    width: 100%;
    background-color: var(--wtw-background-blue);
    padding: 4em;
}

.amenities-wash-title:first-of-type {
    color: var(--wtw-dark-blue);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 0;
}

.amenities-wash-title {
    color: var(--wtw-dark-blue);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 2em;
}

.amenities-wrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.amenities-item {
    display: flex;
    height: 2em;
    width: 33%;
    margin: 1.5em 0;
}

.amenities-item-icon {
    height: 2em;
}

.amenities-item-text {
    margin-left: 1em;
    color: var(--wtw-dark-gray);
    font-weight: 500;
    font-size: 20px;
}

.wash-services-wrapper {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap;
    justify-content: center;
}

.service-content {
    width: 30%;
    margin: 1em;
}

.service-content img {
    max-height: 100%;
    max-width: 100%;
}

.badge-wrapper {
    width: 96px;
    flex: 0 0 auto !important;
}

.badge-background {
    background-color: var(--wtw-orange);
    height: 96px;
    width: 96px;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 28px 15px 0px;
    text-align: center;
}

.badge-background span {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: white;
    position: relative;
    left: -1px;
}

@media only screen and (max-width: 1400px) {
    .location-info-wrapper {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .location-name {
        margin-bottom: 0.75em;
    }

    .location-info {
        width: 100%;
        padding-right: 0;
    }

        .location-info:first-of-type {
            width: 100%;
            padding-right: 0;
        }

    .location-hours-wrapper {
        flex-direction: column;
    }

    .location-hours {
        width: 100%;
    }

    .location-hours:first-of-type {
        margin-bottom: 2em;
    }

    .location-description, .location-address, .location-address-link, .location-phone, .location-icons {
        margin: 0 auto;
        width: 100%;
    }

    .location-icon-wrapper {
        margin: 2em auto;
    }

    .amenities-wash-wrapper {
        padding: 2em;
    }

    .amenities-wrapper {
        width: 95%;
        justify-content: space-between;
    }

    .amenities-item {
        width: 50%;
        margin: 0.5em 0;
    }

    .amenities-item-icon {
        display: none;
    }

    .service-content {
        width: 45%;
        margin: 0.5em;
    }

    .amenities-wash-title:first-of-type {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .amenities-wash-title {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 1em;
        margin-top: 2em;
    }
}

@media only screen and (max-width: 800px) {
    .amenities-wash-wrapper {
        padding: 0.5em;
    }

    .amenities-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .service-content {
        width: 100%;
        margin: 0.5em;
    }
}

@media only screen and (max-width: 450px) {
    .amenities-item-text {
        font-size: 16px;
    }
    .location-info-wrapper {
    margin-left: 1em;
    margin-right: 1em;
    }
    }

.service-select {
    background-color: var(--wtw-background-blue);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
    color: var(--wtw-dark-gray);
    line-height: 1.33;
    flex-wrap: wrap;
    display:inline-block;
}

.filter-select {
    background-color: var(--wtw-blue);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: inline-block;
}

@media only screen and (max-width: 450px) {
    .location-hours-times td {
        padding-right: 30px;
    }
}