﻿.main {
    width: 50%;
    margin: 50px auto;
}

.location-detail-note {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
    line-height: 70px;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    text-align: center;
}

.form-rounded {
    border-radius: 24px;
}

.btn-outline-secondary {
    border: 1px solid #B4B4B4;
    background-color: white;
}

    .btn-outline-secondary:hover {
        background-color: #ff6b17 !important;
    }

/* enable absolute positioning */

.fakeimg {
    height: 350px !important;
}

.location-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: rgba(1,1,1,0.2);
}

.location-banner-content {
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    overflow-wrap: break-word;
    padding: 5% 0px;
}


.location-banner-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ddd;
}


.location-big-text {
    color: #ffffff;
    font-family: Lakesight,sans-serif;
    font-size: 72px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    line-height: 70px;
    width: 90%;
    margin: 0 auto;
    text-transform: capitalize;
    padding-bottom: 16px;
}

.location-small-text {
    color: #ffffff;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0px 0px 16px #000000;
}

.category-big-text {
    display: flex;
    font-size: 50px;
    font-family: 'Montserrat Black', sans-serif !important;
    text-transform: uppercase;
    color: #5c3d2b;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .category-big-text hr {
        border-top: 4px dotted #5c3d2b;
        width: 172px;
        margin: 0;
        margin-bottom: 16px;
    }

        .category-big-text hr.left-dotted {
            margin-right: 18px;
        }

        .category-big-text hr.right-dotted {
            margin-left: 18px;
        }

@media(max-width: 1024px){
    .category-big-text{
        flex-direction: column;
    }

    .category-big-text hr.left-dotted {
        margin-right: 0px;
    }

    .category-big-text hr.right-dotted {
        margin-left: 0px;
    }

}

.location-search {
    width: 400px;
    margin: auto;
}

.location-search-button {
    width: 285px !important;
    margin: auto !important;
    font-style: normal;
    font-size: 16px !important;
    display: block;
    cursor: pointer;
    border-radius: 24px;
    background-color: #ff6b17 !important;
    padding-top: 14px;
    padding-bottom: 12px;
}

.location-state-list {
    order: 3;
    width: 100%;
}

.international-location-list {
    order: 3;
    width: 100%;
}

#locationSearchInput {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 16px;
    height: 40px;
    padding-left: 18px;
}

#locationSearchInput::placeholder {
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 16px;
}

.location-search .form-control {
    border: 1px solid #B4B4B4 !important;
    color: #5c3d2b;
}

    .location-search .form-control:focus {
        color: #5c3d2b !important;
        border-color: #5c3d2b !important;
        box-shadow: 0 0 0 1px #5c3d2b !important;
    }

.location-search .btn-outline-secondary {
    border-color: #B4B4B4;
}


.btn-outline-secondary {
    color: #5c3d2b !important;
}

.btn-outline-secondary:hover {
    color: #ffffff !important;
    border: none;
}

    .btn-outline-secondary:focus {
        border-color: #5c3d2b !important;
        box-shadow: 0 0 2px 2px #5c3d2b !important;
    }

#StoreListMapMobile {
    display: none;
}

.local-features-carousel > .slick-list {
    border-radius: 24px;
    -webkit-box-shadow: 0px -2px 23px -2px rgba(0,0,0,0.30);
    box-shadow: 0px -2px 23px -2px rgba(0,0,0,0.30);
}


.location-small-text2 {
    margin: 12px 0;
    font-family: 'Raleway Medium', sans-serif !important;
}

.locationPhone, .locationDirection {
    width: 50%;
}

.breadcrumbs {
    color: #404040;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 1rem;
    text-transform: uppercase;
}

ul.breadcrumbs {
    padding: 8px 0px 16px 0px;
    list-style: none;
    margin-top: 21px;
    margin-bottom: 12px;
    text-align: center;
}

.breadcrumbs.menu-breadcrumbs.menu-category-ul {
    margin: 0;
    margin-top: 28px;
    width: 100%;
}

ul.breadcrumbs li {
    display: inline;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    color: #ff6b17;
}

.category-menu {
    color: #ff6b17 !important;
    font-size: 24px !important;
}

    .category-menu::before {
        color: #ff6b17 !important;
        font-size: 24px !important;
    }

    .category-menu a {
        color: #ff6b17 !important;
        font-size: 16px !important;
        text-decoration: underline !important;
    }

        ul.breadcrumbs li + li:before {
            padding: 8px;
            content: ">";
            font-family: 'Montserrat Black', sans-serif !important;
            font-weight: bold;
            font-size: 16px;
            color: #ff6b17;
        }

        ul.breadcrumbs li a {
            text-decoration: none;
            font-family: 'Montserrat Black', sans-serif !important;
            font-size: 16px;
            color: #ff6b17;
        }

ul.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs-text {
    cursor: pointer;
}
.location-features-section {
    width: 100%
}

.location-restaurant-local-features-images {
    width: 45%;
    margin: auto;
    margin-top: unset;
}

.location-store-list-header {
    color: #5c3d2b;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    margin-left: 0px;
    margin-right: 0;

}

.location-store-list-header > div:first-child {
    width:10%;
    margin-top: 10px;
}

.location-store-list-header > div:nth-child(2) {
    margin-top: 18px;
    width: 90%;
}

.location-store-name {
    color: #5c3d2b !important;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    padding: 1px 8px;
    cursor: pointer;
    text-decoration: none !important;
    width: 85%;
    text-transform: uppercase;
    margin-top: 7px;
}

.location-store-address {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin: 15px 0 15px -15px;
}

.location-store-address > p {
    margin-bottom: 0;
    width: 100%;
}

.location-store-phone-directions {
    margin-top: 10px;
}

.location-store-phone-directions > div:first-child {
    width:50%;
}

.location-store-phone-directions > div:nth-child(2) {
    width: 50%;
}

.location-store-phone-number {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-left: 5px;
}

.location-set-default-location {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-top: 15px;
    line-height: 5px;
    width: 100%;
    border-top-style: dotted;
    border-top-width: 3px;
    padding-top: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    cursor: pointer;
}

.location-set-default-location-star {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    color: #5c3d2b;
}

.location-set-default-location-text {
    padding-top: 13px;
    padding-left: 10px;
}

#storeListContainer {
    padding: 0 16px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.location-store-directions {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-left: 5px;
}

.location-store-hours {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-top: 15px;
    overflow-wrap: anywhere;
}

.location-store-availability {
    color: #ff6b17;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: 0;
}

.store-buttons {
    width: 45%;
    height: 45px;
    margin: 5px;
    padding: 5px 10px;
    cursor: pointer;
    color: #ffffff !important;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    line-height: 18px;
    position: relative;
    display: inline-table;
    justify-content: center;
    align-items: center;
    background-color: #30c7a8;
    border: 1px solid #30c7a8;
    padding: 16px;
    line-height: 1;
    border-radius: 24px;
}

.store-buttons > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}


#storeDetailMap {
    width: 100%;
    height: 100%;
}

.store-buttons-container {
    margin: 0 0 0 -28px;
    display: block;
    text-align: center;
}

.location-restaurant-header {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 21px;
    font-style: normal;
    margin-bottom: 12px;
    padding-left: 18px;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    margin-top: 6px;
}

.location-restaurant-address {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    padding-top: 4px;
}

.location-restaurant-address > p {
    margin-bottom: 0;
    width: 100%;
}

.location-restaurant-marker {
    height: 50px;
}

.location-restaurant-phone-directions {
    margin-top: 10px;
}

.location-list {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 25px;
    line-height: 2.25;
    white-space: nowrap;
}


    .location-list:hover {
        color: #5c3d2b;
    }

.btn-dark:focus {
    color: #000000;
    background-color: transparent;
    border-color: none;
}

.store-details {
    margin-top: 20px;
}

.location-sub-header-text:not(.location-sub-header-text p) {
    /*text-transform: initial;*/
}

.location-sub-header-text {
    color: #5c3d2b;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Montserrat Black', sans-serif !important;
    text-transform: uppercase;
}

.location-sub-header-text:first-letter, .location-sub-header-text:first-line{
    /*text-transform: capitalize;*/
}


    .location-sub-header-text > p {
    margin-bottom: 32px;
}


.or-text {
    font-size: 30px !important;
    color: #5c3d2b;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat Black', sans-serif !important;
}


.direction-icon {
    background-color: #5c3d2b;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}


.phone-icon {
    background-color: #5c3d2b;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    color: #ffffff;
}


.map-indicator {
    background-color: #ff6b17;
    border: 1px solid #ff6b17;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
}


.features-icon {
    height: 40px;
    width: 40px;
    font-size: 10px;
    cursor: pointer;
}

.feature-circle {
    background-color: lightgray;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #FFFFFF;
}

.location-restaurant-local-features-header {
    color: #5c3d2b;
    font-size: 30px;
    line-height: 32px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 80px;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 32px;
    font-family: 'Montserrat Black', sans-serif !important;
    text-transform: uppercase;
}

.location-restaurant-promo-text {
    width: 100% !important;
    overflow-wrap: anywhere;
}

.location-restaurant-promo-text  > div {
    font-family: MuseoSlab-300, serif !important;
    font-size: 13px !important;
}

.location-restaurant-promo-text > ul {
    font-family: BurfordBase, serif !important;
    font-size: 22px !important;
}

.location-restaurant-promo-text span {
    width: 200px !important;
}

.location-restaurant-local-features-text{
    height:100%;
    padding-left: 40px;
    width:50%;
}

.location-restaurant-local-features{
    /*margin-top:20px;*/
}

.feature-text {
    padding: 10px 16px 0px 5px;
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}

.feature-header {
    color: #5c3d2b;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.feature-details{
    width:100%;
    margin-left: 3px;
}

.page-body {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
}

.location-box-1 {
    text-align: center;
    width:100%;
    margin-top: 32px;
}

.location-box-2 {
    width: 40%;
    height: 600px;
    max-width: 400px;
    margin: auto;
}


    .location-box-3 {
        width: 60%;
        display: block;
        height: 590px;
    }

.location-box-2-restaurant {
    width: 50%;
    padding-right: 32px;
    max-width: 400px;
    margin: auto;
    padding-left:32px;
}

#state-list, #international-list {
    text-align: center;
    order: 3;
    width: 100%;
    margin: 32px 0;
}

#city-list {
    text-align: center;
    order: 3;
    width: 100%;
    margin: 32px 0;
}

.location-box-3-restaurant {
    display: block;
    width: 50%;
    height: 475px;
    max-width: 550px;
    margin: auto;
}

.features-container {
    display: inline-flex;
    padding: 8px 0;
}

.features-container:hover {
    color: #404040;
}



.location-restaurant-local-menu, .location-restaurant-local-features {
    margin-top: 40px;
    margin-left: 40px;
}

.no-pad {
    padding: 0;
}

.pac-container {
    padding-left:18px;
}

.pac-item {
    color: #000000;
    font-family: MuseoSlab-300, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    vertical-align: middle;
    border-style:none;   
}

.pac-icon{
    height:0px;
    width:0px;
}

.location-catering-phone-number-container {
    display: inherit;
}

.location-catering-phone-number {
    color: #5c3d2b;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-top: 15px;
    line-height: 20px;
}

.location-store-place-marker {
    color: #5c3d2b;
    font-size: 42px;
}

    .location-store-place-marker em {
        font-size: 36px;
    }

    .location-box-2-restaurant .location-store-place-marker {
        color: #ff6b17;
    }

.catering-number {
    padding-top: 12px;
}

.store-buttons > a {
    text-decoration: none;
    height: auto;
    color: #ffffff !important;
}
#state-list-dropdown, #international-list-dropdown {
    font-family: BurfordBase, serif;
    font-size: 21px;
    width: 200px;
    display: none;
}

#state-list, #international-list {
    display: block;
}

#wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    border-radius: 24px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .store-buttons > a {
        position: relative;
    }
}

.franchise-store-operator {
    color: #000000;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin-top: 15px;
    line-height: 20px;
    font-style: normal;
}

    .franchise-store-operator > p {
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 14px;
        font-style: normal;
        color: #5c3d2b;
    }

.location-restaurant-promo-text {
    margin-bottom: 40px;
}

.saved-location-icon {
    height:30px;
    font-size: 12px;
}

.slick-next:before, .slick-prev:before {
    color: black;
}


@media(max-width:991px) {
    .store-buttons-container {
        margin: 0 0 0 -20px;
    }
    .page-body {
        padding-left: 32px;
        padding-right: 32px;
    }

    .location-restaurant-local-features-images {
        width: 90%;
    }

    .location-restaurant-local-features-text{
        padding: 0;
    }



    .location-small-text {
        font-size: 14px;
    }

    #locationSearchInput {
        font-size: 16px; /*set the font size to 16px for mobile view to prevent zoom behavior in iOS*/
    }

    #locationSearchInput::placeholder {
        font-size: 16px;
    }

    .location-store-phone-number {
        font-size: 13px;
        margin-left: 0px;
    }

    .location-store-list-header > div:first-child {
        text-align: center;
        width: 20%;
        margin-left: -10px;
    }

    .location-store-list-header > div:nth-child(2) {
        width: 80%;
        margin-left: -10px;
    }

    .location-store-address {
        width:75%;
    }

    .location-store-directions {
        font-size: 13px;
        margin-left: 0px;
    }

    .location-box-2 {
        padding-right: 5px;
    }

    .location-set-default-location-text{
        padding-left:5px;
    }

    #storeDetailMap {
        max-height: 350px;
    }

    .location-restaurant-local-menu, .location-restaurant-local-features {
        margin: 20px 40px;
    }

    .location-restaurant-local-features-text {
        width: 100%;
    }

}


@media(max-width:767px) {
    .location-big-text{
        font-size: 56px;
        line-height: 56px;
    }
    .page-body {
        padding-top: 0px;
    }

    .location-search {
        width: 300px;
    }

    .location-store-address {
        width: 40%
    }

    .location-restaurant-address {
        width: 30%;
    }

    .location-store-phone-directions {
        width: 100%;
    }

    .location-store-phone-directions > div:first-child {
        width: 50%;
        margin-bottom: 10px;
    }

    .location-store-phone-directions > div:nth-child(2) {
        width: 50%;
    }

    .location-small-text, .location-small-text2 {
        font-size: 13px;
    }

    .page-body {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-right: 0px;
    }

    .location-box-1 {
        order: 2;
        width: 100%;
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 0;
    }

    .location-box-2 {
        order: 3;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .location-box-3 {
        order: 1;
        width: 100%;
        height: 325px;
    }

    .location-box-2-restaurant {
        order: 3;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .location-box-3-restaurant {
        order: 1;
        width: 100%;
        height: 400px;
    }

    .location-restaurant-local-features-header {
        order: 4;
    }

    .location-restaurant-local-features-images {
        order: 5;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .location-restaurant-local-features-text {
        order: 6;
        width: 100%;
    }

    #storeListContainer {
        height: auto !important;
    }

    .location-box-2 {
        height: auto !important;
    }

    .location-list {
        padding: 0 16px;
    }

    .location-store-list-header > div:first-child {
        margin-left: -16px;
    }

    .features-container {
        width: 100%;
    }

    #state-list-dropdown, #international-list-dropdown {
        display: block;
        text-align: center;
        order: 3;
        margin: 0 auto;
    }

        #state-list-dropdown > select, #international-list-dropdown > select {
            width: 200px;
            font-family: 'Raleway Medium', sans-serif !important;
            text-transform: uppercase;
            color: #5c3d2b;
            font-size: 15px;
        }

    #state-list, #international-list {
        display: none;
    }
    .international-header {
        padding-top: 30px;
    }
}


@media(max-width:590px) {
    .location-store-address {
        width: 50%;
    }

    .location-restaurant-address {
        width: 50%;
    }
}


@media(max-width:499px) {
    .location-store-address {
        width: 100%
    }

    .location-restaurant-address {
        width: 100%;
    }
    .location-restaurant-promo-text {
        padding-right: 30px;
        overflow-wrap: break-word;
    }
}

@media(max-width:320px) {
    .store-buttons {
        font-size: 13px;
    }
}
