/* Global Styles */
:root {
    --blue          : #1c2957;
    --red           : #bb2128;
    --light-blue    : #202c5a;
    --light-red     : #ca2427;
    --gray          : #707070;
    --light-gray    : #a5a9bc;
    --blue-highlight: #ebebec;
    --red-highlight : #f8e7e7;
}

/* Location Page Styles */

#app {
    margin-bottom: -30px;
}

.location-container {
    height        : 90vh;
    display       : flex;
    flex-direction: column;
    flex-wrap     : nowrap;
    overflow      : hidden;
    margin-top    : -15px;
    margin-bottom : 2rem;
}

.location-list-container {
    width         : calc(100% - 40px);
    height        : 90vh;
    padding       : 20px;
    display       : flex;
    flex-direction: column;

}

.location-list-container {
    padding       : 20px 10px 0px 0;
    display       : flex;
    flex-direction: column;
    width         : 100%;
}

.location-map-container {
    display       : flex;
    flex-direction: column;
    flex-grow     : 1;
    height        : 90vh;
}

.vue-map-container {
    height: 320px;
}

.location-image {
    display: none;
}

/* 


.location-container.stretch-container {
    padding: 0 !important;
} */

.location-content {
    padding       : 20px 20px 0px 40px;
    flex-shrink   : 0;
    flex-grow     : 1;
    flex-basis    : 50%;
    min-width     : 650px;
    max-width     : 800px;
    height        : 100%;
    display       : flex;
    flex-direction: column;
}


.location-search-container {
    border-bottom: 4px solid var(--blue);
    margin-right : 18px;
}

.location-search-container label h2 {
    color        : var(--blue);
    font-size    : 2em;
    margin-bottom: 15px;
}

.location-search-container input[type=search] {
    padding      : 10px;
    width        : 100%;
    border       : 1px solid var(--light-gray);
    border-radius: 2px;
    font-size    : 1em;
    margin-bottom: 15px;
}

.location-filter-list {
    display       : flex;
    flex-direction: row;
    flex-wrap     : wrap;
    align-items   : center;
    margin-bottom : 10px;
}

.location-search-container input[type="radio"] {
    margin: -2px 5px 0 0;
}

.location-filter-title {
    color       : var(--blue);
    margin-right: 5px;
    font-weight : 500;
}

.location-filter-list label {
    color       : var(--gray);
    margin-right: 10px;
}

.location-mobile-map-container {
    display: none;
}

.location-mobile-map-trigger {
    font-weight   : 600;
    text-align    : center;
    font-size     : 1.4em;
    letter-spacing: -.3px;
    cursor        : pointer;
}

img.mobile-map-trigger-icon {
    margin-left   : 10px;
    display       : inline-block;
    height        : 10px;
    width         : 10px;
    margin-bottom : 1px;
    vertical-align: middle;
    transition    : all .3s ease;
}

.map-show img.mobile-map-trigger-icon {
    transform: rotate(90deg);
}

.location-mobile-map {
    background   : var(--gray);
    width        : 100%;
    height       : 300px;
    border-radius: 2px;
    overflow     : hidden;
    max-height   : 0px;
    transition   : all .6s ease;
}

.map-show .location-mobile-map {
    max-height: 300px;
}

.location-search-results {
    color         : var(--gray);
    font-size     : .9em;
    padding-bottom: 6px;
}

.location-store-list {
    overflow-y: scroll;
}

.location-store-list::-webkit-scrollbar {
    width: 8px;
}

.location-store-list::-webkit-scrollbar-track {
    background: none;
}

.location-store-list::-webkit-scrollbar-thumb {
    background   : var(--blue-highlight);
    border-radius: 4px;
}

.location-store-list:hover::-webkit-scrollbar-thumb {
    background: var(--light-gray);
}

.location-store {
    border-bottom: 1px solid var(--gray);
    padding      : 1rem 0px 1rem 0px;
    margin-right : 10px;
}

.location-store .store-number,
.store-number-container {
    font-family: "Yellowtail";
    color      : var(--red);
    font-size  : 1.25rem;
    line-height: 1.5rem;
}

.location-store-number {
    font-family: "Yellowtail";
    color      : var(--red);
    font-size  : 1rem;
    line-height: 1.5rem;
}

.location-store a {
    color      : var(--blue);
    line-height: 1.5rem;
}

.location-store a:hover {
    color      : var(--red);
    line-height: 1.5rem;
}

.location-store a.location-order-button,
.location-window a.location-order-button {
    color         : #ffffff;
    font-size     : .9em;
    text-transform: uppercase;
    padding       : 6px 20px;
    background    : var(--red);
    font-weight   : 500;
    border-radius : 100px;
    transition    : all .4s;
    margin        : 1rem 0;
}

.store-button-container .fusion-button {
    margin: 1rem 0;
}

.location-store a.location-order-button:hover,
.location-window a.location-order-button:hover {
    background: var(--blue);
    color     : white;
}

.location-store-row {
    display       : flex;
    flex-direction: column;
    flex-wrap     : nowrap;
    margin        : 10px 0;
    align-items   : flex-start;
}


.location-store-address,
.wpseo-address-wrapper {
    font-size     : 1.25rem;
    letter-spacing: .4px;
    line-height   : 1.5rem;
    font-weight   : 600 !important;
}

.location-store-title {
    line-height  : 1.5rem;
    margin-bottom: .75rem;
}

.location-store-address {
    cursor: pointer;
}

.location-order-button,
.location-store-phone {
    display    : block;
    white-space: nowrap;
}

.wpseo-location .wpseo-phone a,
a.store-directions {
    color         : var(--blue) !important;
    padding-bottom: 5px;
}


.wpseo-location .wpseo-phone a:hover,
a.store-directions:hover {
    color: var(--red) !important;
}

.location-store-phone:before,
.wpseo-location .wpseo-phone:before {
    content   : "";
    display   : inline-block;
    background: url("/wp-content/uploads/2022/01/phone-icon.svg") no-repeat;
    width     : 16px;
    height    : 16px;
    margin    : 0 4px -3px 0;
}

.location-store-phone:hover:before,
.wpseo-location .wpseo-phone:hover:before {
    background: url("/wp-content/uploads/2022/01/phone-icon-hover.svg") no-repeat;
}

a.store-directions:before,
.location-store-directions a:before {
    content   : "";
    display   : inline-block;
    background: url("/wp-content/uploads/2022/01/location-icon.svg") no-repeat;
    width     : 16px;
    height    : 16px;
    margin    : 0 4px -3px 0;
}

a.store-directions:hover:before,
.location-store-directions a:hover:before {
    background: url("/wp-content/uploads/2022/01/location-icon-hover.svg") no-repeat;
}

.location-store-attribute-list {
    display        : flex;
    flex-direction : row;
    flex-wrap      : wrap;
    justify-content: flex-start;
}

.location-store-attribute {
    flex-shrink : 0;
    white-space : nowrap;
    color       : var(--gray);
    line-height : 1.5rem;
    margin-right: 20px;
}

.location-store-hours-wrapper {
    width: 100%;
}

.location-store-hours-full-wrapper {
    width: 100%;
}

.location-store-list .location-store-hours {
    margin-right: 5px;
}

.location-store-list .location-store-hours:after,
.location-store-hours-wrapper .location-store-hours:after {
    content: ": "
}

.location-store-hours:before {
    content   : "";
    display   : inline-block;
    background: url("/wp-content/uploads/2022/01/hours-icon.svg") no-repeat;
    width     : 16px;
    height    : 16px;
    margin    : 0 4px -3px 0;
}

.location-map {
    flex-basis : 50%;
    flex-shrink: 1;
    flex-grow  : 1;
    background : var(--gray);
}

.location-window {
    display       : flex;
    flex-direction: column;
    font-family   : "Montserrat";
}

.location-window a {
    color: var(--blue);
}

.location-window a:hover {
    color: var(--red);
}

.location-window .location-store-title {
    line-height  : 1.5rem;
    margin-bottom: .5rem;
}

.location-window .location-store-title>a {
    font-size    : 1rem;
    color        : var(--blue);
    font-weight  : 600;
    display      : block;
    margin-bottom: .5rem;
    outline      : none;
}

.location-window .location-store-title>a:hover {
    font-size: 1rem;
    color    : var(--red);
}

.location-window .location-store-directions,
.location-window .location-store-phone {
    line-height: 1.5rem
}

.location-window a.location-order-button {
    margin-top: .75rem;
}


.location-window img {
    max-width: 100%;
    height   : auto;
}

/* .location-window .location-store-title {
    flex-basis: 100%;
    text-align: center;
} */

.location-window a.location-order-button {
    margin-bottom: 0;
}

.location-window .location-store-hours {
    margin-right: 0;
}

.wpseo-opening-hours-wrapper .day {
    padding-right: 20px;
}

.location-categories {
    text-align: left !important;
    display   : flex;
    flex-wrap : wrap;
    gap       : 20px;
    color     : var(--gray);
}

.location-categories div {
    display    : inline-block;
    white-space: nowrap;
}

.wpseo-map-canvas {
    border-radius: 3px;
    width        : 100% !important;
}

.vue-map {
    height    : 100%;
    width     : 100%;
    min-height: 2rem;
}

.store-hours-full {
    width        : 100%;
    margin-bottom: 1rem;
}

.hours-day-wrapper {
    display              : grid;
    grid-template-columns: 120px auto;
}

button.view-hours {
    background     : #fff;
    border         : none;
    outline        : 0;
    color          : var(--blue);
    padding        : 0;
    text-decoration: underline;
    cursor         : pointer;
}

button.view-hours:hover {
    color: var(--red);
}

@media screen and (min-width: 640px) {
    .location-image {
        display: inline-block;
    }

    .location-window {
        flex-direction: row;
        gap           : 10px;
        max-width     : 400px;
    }

    .location-window-col {
        width: 75%;
    }

    .location-window-col:first-child {
        width: 25%;
    }
}

@media screen and (min-width: 1000px) {
    .location-container {
        flex-direction: row;
        align-items   : stretch;
    }

    .location-list-container {
        width : 33%;
        height: 100%;
    }

    .location-map-container {
        height: 100%;
    }

    .vue-map-container {
        height: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .location-container {
        height: auto;
    }

    .location-search-container {
        margin-right: 0;
    }

    .location-container.stretch-container {
        padding    : 0 !important;
        width      : auto !important;
        margin-left: 0 !important;
        transform  : none !important;
    }

    .location-content {
        padding  : 20px 0px 0px 0px;
        min-width: 0px;
    }

    .location-store-title {
        font-size    : 1.2rem;
        flex-basis   : 100%;
        order        : 0;
        line-height  : 1.4 !important;
        margin-bottom: 10px;
    }

    .location-mobile-map-container {
        display: block;
    }

    .location-map {
        display: none;
    }

    .wpseo-map-canvas {
        height: 300px !important;
    }


}

/* Locations CR */



.fusion-page-title-bar .location-title-container .fusion-title {
    margin-bottom: 30px !important;
}



@media screen and (max-width: 1000px) {
    .fusion-page-title-bar .location-title-container h1 {
        font-size  : 26px !important;
        line-height: 1.2 !important;
        margin-top : 0px !important;
    }
}