@font-face {
    font-family: 'Franklin-Gothic-Book-Regular';
    src: url('../fonts/Franklin-Gothic-Book-Regular.woff') format('woff'), url('../fonts/Franklin-Gothic-Book-Regular.woff2') format('woff2'), url('../fonts/Franklin-Gothic-Book-Regular.svg#Franklin-Gothic-Book-Regular') format('svg'), url('../fonts/Franklin-Gothic-Book-Regular.eot'), url('Franklin-Gothic-Book-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Franklin-Gothic-Book-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Franklin-Gothic-Condensed";
    src: url('../fonts/Franklin-Gothic-Condensed.woff') format('woff'), url('../fonts/Franklin-Gothic-Condensed.woff2') format('woff2'), url('../fonts/Franklin-Gothic-Condensed.eot'), url('../fonts/Franklin-Gothic-Condensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Franklin-Gothic-Condensed.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Arpona-Black-Italic";
    src: url('../fonts/Arpona-Black-Italic.woff') format('woff'), url('../fonts/Arpona-Black-Italic.woff2') format('woff2'), url('../fonts/Arpona-Black-Italic.eot'), url('../fonts/Arpona-Black-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Arpona-Black-Italic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: "itc-franklin-gothic-lt-demi-compressed";
    src: url('../fonts/itc-franklin-gothic-lt-demi-compressed.woff') format('woff'), 
        url('../fonts/itc-franklin-gothic-lt-demi-compressed.woff2') format('woff2'), 
        url('../fonts/itc-franklin-gothic-lt-demi-compressed.svg#itc-franklin-gothic-lt-demi-compressed') format('svg'), url('itc-franklin-gothic-lt-demi-compressed.eot'), 
        url('../fonts/itc-franklin-gothic-lt-demi-compressed.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/itc-franklin-gothic-lt-demi-compressed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


:root {
    --franklin-gothic-book-regular: Franklin-Gothic-Book-Regular;
    --franklin-gothic-condensed: Franklin-Gothic-Condensed;
    --arpona-black-italic: Arpona-Black-Italic;
    --white: #ffffff;
    --black: #000;
    --black2: #020202;
    --black3: #070707;
    --yellow: #FFC72C;
    --yellow2: #FEC72E;
    --yellow3: #FEC727;
    --red: #CE1329;
}

/*hide*/
#global-header,
#content-wrap {
    /*display: none*/
}


html,
body {
    font-family: var(--franklin-gothic-condensed);
    font-weight: normal;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .half-hero .text-box2 {
        padding: 30px 0 50px;
    }

    .primal-box > div:last-child > div {
        height: 219px;
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1300px;
    }
}

/********************change boostrap navbar default behaviour start***********************/
@media all and (min-width: 768px) and (max-width:990px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
/********************change boostrap navbar default behaviour end***********************/

/*************header start**************/
header.bg-dark1 {
    display: flex;
    flex-direction: column;
}

header.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.bg-dark1 {
    background-color: #020202;
}

    .bg-dark1 > div:first-child {
        order: 2;
    }

    .bg-dark1 > nav:first-child {
        order: 1;
    }



ul.min-nav {
    text-align: center;
    background: url(/images/border.png) repeat-x top center;
    padding: 15px 0;
    margin-bottom: 0;
    display: none;
    justify-content: space-between;
    width: 100%;
    left: 0;
    top: -50px;
}

    ul.min-nav #lnkDefaultLocation {
        text-transform: uppercase;
    }

    ul.min-nav.show {
        display: flex;
    }

    ul.min-nav li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none;
    }

        ul.min-nav li:first-child {
            float: left;
            margin-left: 0;
            display: none;
        }

            ul.min-nav li:first-child a {
                font-size: 16px;
            }

        ul.min-nav li:last-child {
            margin-right: 0;
        }

        ul.min-nav li a {
            padding: 0;
            margin: 0;
            display: inline-block;
            font-family: var(--franklin-gothic-condensed);
            font-size: 14px;
            color: var(--white);
            text-decoration: none;
            display: flex;
        }

            ul.min-nav li a:hover {
                color: var(--yellow);
            }

            ul.min-nav li a img,
            ul.min-nav li a svg {
                margin-right: 9px;
            }

header .navbar-brand {
    max-width: 143px;
    width: 100%;
    margin-right: 0;
    margin-left: 43px;
}

header .navbar-dark .navbar-toggler {
    border: 0;
    position: absolute;
    left: 2px;
    top: 10px;
}

    header .navbar-dark .navbar-toggler:focus {
        box-shadow: none;
    }

header .navbar-dark .navbar-toggler-icon,
header .navbar-dark .navbar-toggler-icon.active {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--yellow);
}

    header .navbar-dark .navbar-toggler-icon:before {
        content: "\f0c9";
        font-size: 32px;
    }

    header .navbar-dark .navbar-toggler-icon.active:before {
        content: "\f00d";
    }


header .navbar-dark .navbar-nav .nav-link {
    color: var(--white);
    font-family: var(--Franklin-Gothic-Condensed);
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

    header .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--white);
    }

        header .navbar-dark .navbar-nav .nav-link:hover::after {
            display: none;
            content: '';
            width: 100%;
            height: 2px;
            background: var(--yellow);
            position: absolute;
            left: 0;
            bottom: 8px;
        }

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 8px;
}

header .navbar-collapse > ul li:first-child {
    margin: 30px 0;
}

header .navbar-collapse > ul li.order-now .nav-link,
header .navbar-collapse > ul li.order-now .nav-link:hover {
    color: var(--black);
    background: var(--yellow);
    font-family: var(--franklin-gothic-condensed);
    font-weight: normal;
    font-size: 16px;
    border-radius: 25px;
    padding: 11px 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    header .navbar-collapse > ul li.order-now .nav-link img {
        margin-right: 10px;
    }

/*3-10*/
.order-now-btn .nav-link {
    color: var(--black);
    background: var(--yellow);
    font-family: var(--franklin-gothic-condensed);
    font-size: 16px;
    border-radius: 25px;
    min-width: 100px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
}

    .order-now-btn .nav-link:hover {
        color: var(--white);
        background: var(--red);
    }

    .order-now-btn .nav-link img.order-icon-dark {
        width: auto;
        vertical-align: sub;
        margin-right: 4px;
    }

        .order-now-btn .nav-link img.order-icon-dark.ic-2 {
            display: none;
        }

    .order-now-btn .nav-link:hover img.order-icon-dark.ic-2 {
        display: inline-block;
    }

    .order-now-btn .nav-link:hover img.order-icon-dark.ic-1 {
        display: none;
    }

/*.order-now-btn .nav-link:hover img.order-icon-dark {
        visibility: hidden;
    }

   .order-now-btn .nav-link:hover:before {
        content: url(/images/order-icon-light.svg);
        display: block;
        float: left;
        position: relative;
        top: 0px;
        margin-right: 0px;
        width: 0px;
    }*/


/*************header end**************/
/*******alert start*********/

.hero-notificationBanner {
    width: 100%;
    position: relative;
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-notificationBanner__yellow {
    background-color: var(--yellow3);
}

.hero-notificationBanner__white {
    background-color: var(--white);
}

.hero-notificationBanner__black {
    background-color: var(--black);
}

@media (min-width: 62rem) {
    .Hero-notificationBanner {
        margin-bottom: 3.75rem;
    }
}

.hero-notificationBannerText__right {
    text-align: right;
}

.hero-notificationBannerText__left {
    text-align: left;
}

.hero-notificationBannerText__center {
    text-align: center;
}

.hero-notificationBannerText__black {
    color: var(--black);
}

.hero-notificationBannerText__white {
    color: var(--white);
}

.hero-notificationBannerText__yellow {
    color: var(--yellow);
}

.hero-notificationBannerText__link {
    color: var(--black) !important;
}

.hero-notificationBanner__text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Trade-Gothic Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    margin-right: 2rem;
    font-weight: 700;
}

    .hero-notificationBanner__text::before {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 1.25rem;
        height: 1.25rem;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        vertical-align: middle;
        margin-right: 1.25rem;
    }

    .hero-notificationBanner__text i,
    .hero-notificationBanner__text em {
        font-style: italic;
    }

    .hero-notificationBanner__text b,
    .hero-notificationBanner__text strong {
        font-weight: 700;
    }

    .hero-notificationBanner__text a {
        text-decoration: underline;
    }

        .hero-notificationBanner__text a:hover {
            text-decoration: none;
        }

    .hero-notificationBanner__text ol {
        list-style-type: decimal;
    }

    .hero-notificationBanner__text ul {
        list-style: disc;
    }

    .hero-notificationBanner__text ol,
    .hero-notificationBanner__text ul {
        list-style-position: inside;
    }

    .hero-notificationBanner__text li {
        margin-left: 1.5625rem;
    }

.hero-notificationBanner__image {
    max-width: 30px;
    margin: 0 20px 0 0;
}

.hero-notificationBanner__close {
    background: transparent;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hero-notificationBannerClose__black {
    color: var(--black);
}

.hero-notificationBannerClose__white {
    color: var(--white);
}

.hero-notificationBannerClose__yellow {
    color: var(--yellow3);
}

/*************alert end**************/
/*******carousel start*********/
.mng-carousel {
    background: var(--black2);
    padding-left: 0;
    padding-right: 0;
    min-height: 490px;
}

    .mng-carousel .carousel-control-prev,
    .mng-carousel .carousel-control-next {
        display: none;
    }

    .mng-carousel .carousel-indicators {
        justify-content: left;
        align-items: center;
        left: -32px;
        bottom: 47px;
        /*top: 134px;*/
    }

.order-now-black {
    position: relative;
}

    .order-now-black:hover {
        color: #ffffff;
    }

.carousel-indicators {
    margin-bottom: 41px;
}

.mng-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border: 2px solid var(--black);
    background: var(--black);
    border-radius: 50%;
    opacity: 1;
    margin-right: 16px;
}

.mng-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    border: 2px solid var(--black);
    background: transparent;
}

.carousel-inner {
    position: relative;
}



.inner-box > div:first-child {
    background: var(--yellow2);
    color: var(--black);
}


.text-box {
    padding: 43px 30px 70px 30px;
}


    .text-box h1 {
        font-size: 38px;
        font-family: var(--arpona-black-italic);
        color: var(--black);
        line-height: 36px;
        text-transform: uppercase;
    }

        .text-box h1 span {
            color: var(--red);
        }

    .text-box h2 {
        color: var(--black);
        font-family: var(--franklin-gothic-condensed);
        font-size: 26px;
        font-weight: 800;
        line-height: 27px;
        margin: 30px 0 15px 0;
    }

    .text-box p {
        font-family: var(--franklin-gothic-book-regular);
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 33px;
        word-break: break-word;
    }

        .text-box p a {
            font-family: var(--franklin-gothic-book-regular);
            font-size: 14px;
            line-height: 22px;
            font-weight: 600;
            text-decoration: underline;
            color: var(--black);
        }

            .text-box p a:hover {
                text-decoration: none;
            }

.order-now-black {
    color: var(--white);
    background: var(--black);
    font-family: var(--franklin-gothic-condensed);
    font-size: 16px;
    border-radius: 25px;
    min-height: 46px;
    min-width: 130px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.order-now {
    text-decoration: none;
}

    .order-now span.od-text1 {
        /* color: var(--white);*/
        /* background: var(--black);*/
        font-family: var(--franklin-gothic-condensed);
        font-size: 16px;
        border-radius: 25px;
        min-height: 46px;
        min-width: 130px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .order-now:hover span.od-text1,
    .order-now span.od-text2 {
        display: none;
        margin: 0px;
    }

    .order-now:hover span.od-text2 {
        font-family: var(--franklin-gothic-condensed);
        font-size: 16px;
        border-radius: 25px;
        min-height: 46px;
        min-width: 130px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-transform: uppercase;
    }

/*    .order-now:hover:before {
        content: "ORDER NOW";
        background: var(--red);
        color: var(--white);
        font-family: var(--franklin-gothic-condensed);
        font-size: 16px;
        border-radius: 25px;
        min-height: 46px;
        min-width: 130px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-transform: uppercase;
    }*/

.strip {
    background: var(--black);
    font-family: var(--franklin-gothic-book-regular);
    font-size: 10px;
    color: var(--white);
    min-height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 49px;
}

@media (min-width:320px) and (max-width:767px) {
    .strip {
        min-height: 64px;
    }

    .pressroom_detail h1.press_title {
        font-size: 28px !important;
    }

    .feedback.contact .title-grid h3 span {
        font-size: 24px !important;
    }

    .half-hero .inner-box .text-box {
        min-height: 219px;
    }
}

.strip p {
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-family: var(--franklin-gothic-book-regular);
    letter-spacing: 0px;
    color: #FFFFFF;
}
/*******carousel end*********/



/*******************menu section start*********************/
.menu-box {
    margin-top: 60px;
}

    .menu-box .card {
        padding-left: 10px;
        padding-right: 10px;
        border: 0;
        margin-bottom: 20px;
    }

    .menu-box .card-body {
        width: 100%;
        padding: 0;
    }

        .menu-box .card-body a {
            width: 100%;
            display: flex;
            background: var(--black);
            min-height: 130px;
            border-radius: 12px;
            overflow: hidden;
            text-decoration: none;
            align-items: center;
        }

            .menu-box .card-body a:hover .card-text {
                color: var(--yellow);
            }

            .menu-box .card-body a span:first-child {
                width: 51%;
                padding-right: 10px;
            }

            .menu-box .card-body a .card-text {
                font-family: var(--franklin-gothic-condensed);
                font-size: 23px;
                color: var(--white);
                line-height: 26px;
            }

.big-link-btn {
    font-family: var(--franklin-gothic-condensed);
    font-size: 16px;
    color: var(--black);
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

    .big-link-btn:hover {
        color: var(--black);
    }

    .big-link-btn:after {
        width: 100%;
        height: 2px;
        background: var(--black);
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .big-link-btn:hover:after {
        opacity: 0;
    }

.all-menu {
    margin-top: 20px;
    margin-bottom: 54px;
}
/*******************menu section end*********************/



/*************************watch the process start*****************************/
.watch-process {
    background: url(../images/burger-bg.png) repeat-x;
    overflow: hidden;
    background-size: 100% 100%;
}

    .watch-process h1 {
        font-size: 38px;
        font-family: var(--arpona-black-italic);
        color: var(--black);
        line-height: 36px;
        text-transform: uppercase;
        padding-top: 80px;
    }

        .watch-process h1 span {
            color: var(--red);
        }

    .watch-process p {
        font-size: 16px;
        /*font-family: var(--franklin-gothic-condensed);*/
        margin: 24px 0;
    }

    .watch-process .order-now {
        color: var(--white);
    }

.burger-area {
    margin-top: 43px;
}

.yummy-burger {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 1440px;
    min-height: 303px;
}

.star-line {
    position: absolute;
    left: -146px;
    bottom: 0px;
    width: 100%;
    max-width: 298px;
}
/*************************watch the process end*****************************/

/*************************cravings start*****************************/
.desktop-cravings {
    display: none;
}

.cravings-title {
    text-align: center;
    margin: 100px -20px 40px -20px;
    position: relative;
}

    .cravings-title h3 {
        font-family: var(--arpona-black-italic);
        color: var(--black);
        font-size: 24px;
        padding: 10px 26px;
        text-transform: uppercase;
        display: inline-block;
        margin: -2px 0 0 0;
    }

.cravings .card {
    padding: 0 10px;
    border: 0;
}

.desktop-cravings .cravings .card {
    background-color: transparent;
}

.cravings .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cravings .card .card-body {
    background: var(--black3);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 28px 45px 28px;
}

.cravings .card-title {
    font-family: var(--franklin-gothic-condensed);
    color: var(--white);
    font-size: 32px;
    line-height: 29px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}

    .cravings .card-title span {
        color: var(--yellow2);
    }

.cravings .card-text {
    font-family: var(--franklin-gothic-book-regular);
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 28px 0;
}

.btn-warning {
    color: var(--black);
    background: var(--yellow);
    font-family: var(--franklin-gothic-condensed);
    font-size: 16px;
    border-radius: 25px;
    padding: 14px 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

    .btn-warning:hover {
        color: var(--white);
        background: var(--red);
        font-family: var(--franklin-gothic-condensed);
        font-size: 16px;
        border-radius: 25px;
        padding: 14px 22px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
    }

.mob-cravings .btn-warning,
.desktop-cravings .btn-warning {
    width: 130px;
    min-height: 46px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.case-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*************************cravings end*****************************/
/*************************utube insta start*****************************/
.utube-insta {
    margin: 10px -20px 100px -20px;
    text-align: center;
}

    .utube-insta .video-wrapper {
        margin-bottom: 50px;
    }

    .utube-insta h3 {
        font-size: 32px;
        font-family: var(--arpona-black-italic);
        color: var(--black);
        margin-bottom: 28px;
    }

.utube {
    padding-right: 25px;
}

.utube-insta > div:last-child {
    display: none
}

.insta-section .card {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.insta-section .card-body {
    padding: 0;
}

/*.utube-insta .video-layer iframe {
    height: 220px;
}*/
/*************************utube insta end*****************************/


.texture-bg {
    background: url(../images/ft-2.png) repeat;
    height: auto;
    padding-bottom: 7px;
}

.line-bg {
    background: url(../images/line-ft.png) repeat-x;
    text-align: right;
    height: 88px;
    margin: 0;
    background-size: 100% 100%;
}

.strip-bg {
    background: url(../images/ft-2.png) repeat-x;
    text-align: center;
    height: 110px;
    background-size: auto 100%;
    display: inline-block;
    padding-right: 15%;
    position: relative;
}

    .strip-bg img {
        width: 150px;
        position: absolute;
        left: -78px;
        top: 0;
    }

@media (min-width:300px) and (max-width:767px) {
    .line-bg {
        height: 36px;
        margin: 0;
    }

    .strip-bg {
        height: 112%;
        margin-top: -1px;
    }

        .strip-bg img {
            width: 63px;
            left: -35px;
        }
}


/*******mobile carousel start*********/
.mng-carousel2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 90px;
}

    .mng-carousel2 .carousel-control-prev,
    .mng-carousel2 .carousel-control-next {
        display: none;
    }

    .mng-carousel2 .carousel-indicators {
        justify-content: center;
        align-items: center;
        left: 0;
        bottom: -90px;
    }

        .mng-carousel2 .carousel-indicators [data-bs-target] {
            width: 11px;
            height: 11px;
            border: 2px solid var(--black);
            background: var(--black);
            border-radius: 50%;
            opacity: 1;
        }

        .mng-carousel2 .carousel-indicators .active {
            width: 11px;
            height: 11px;
            border: 2px solid var(--black);
            background: transparent;
        }

    .mng-carousel2 .cravings .card .card-body {
        background: var(--black3);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px 28px 45px 28px;
    }

    .mng-carousel2 .cravings .card-title {
        font-family: var(--franklin-gothic-condensed);
        color: var(--white);
        font-size: 24px;
        text-transform: uppercase;
        display: inline-block;
        margin: 0;
    }
/*******mobile carousel end*********/


/*************************footer start*****************************/
#global-footer {
    background: var(--black);
    padding: 40px 0 23px 0;
}

.ft-logo {
    max-width: 180px;
    margin-bottom: 48px;
}

.ft-link1 .nav,
.ft-link2 .nav {
    display: block;
}

.ft-link1 .nav-item {
    margin: 0 0 30px 0;
}

    .ft-link1 .nav-item:first-child,
    .ft-link2 .nav-item:first-child {
        margin-left: 0;
    }

.ft-link1 .nav-link {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: var(--franklin-gothic-condensed);
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
}

.ft-link2 .nav-item {
    margin: 0 0 20px 0;
}

.ft-link2 .nav-link {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: var(--franklin-gothic-book-regular);
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
}

#global-footer p {
    padding: 0;
    margin: 50px 0 60px 0;
    font-family: var(--franklin-gothic-book-regular);
    font-size: 12px;
    color: var(--white);
}

.social-media {
    margin: 64px 0 64px 0;
}

    .social-media i {
        color: var(--white);
        font-size: 24px;
    }

    .social-media a,
    .social-media a:hover {
        color: var(--white);
        text-decoration: underline;
        display: inline-block;
        margin-right: 21px;
    }
/*************************footer end*****************************/



.primal-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.space-top {
    margin-top: 60px;
}

.space-bottom {
    margin-bottom: 60px;
}

.primal-box > div:first-child {
    padding: 50px 30px 30px 30px;
}

    .primal-box > div:first-child h1 {
        font-size: 32px;
        font-family: var(--arpona-black-italic);
        line-height: 32px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .primal-box > div:first-child p {
        font-family: var(--franklin-gothic-condensed);
        font-size: 14px;
        line-height: 27px;
        text-transform: uppercase;
        margin: 20px 0 30px 0;
    }

.primal-box > div:last-child {
    display: flex;
    align-items: center;
    justify-content: right;
}

.primal-box .btn-warning {
    padding: 0;
    display: flex;
    width: 130px;
    height: 46px;
    justify-content: center;
    align-items: center;
}

.mng-slider-desktop.cravings .card {
    padding: 0;
    border: 0;
}



/******************reward start************************/
.reward {
    background: var(--yellow);
    display: flex;
    min-height: 210px;
    justify-content: center;
    align-items: end;
}

    .reward .pic {
        display: none;
    }

    .reward .inner-text {
        padding-bottom: 50px;
    }

        .reward .inner-text img:first-child {
            margin-right: 4px;
        }

        .reward .inner-text h1 {
            font-family: var(--arpona-black-italic);
            font-size: 30px;
            color: var(--black);
            text-align: center;
        }

            .reward .inner-text h1 span {
                color: var(--red);
            }
/******************reward end************************/

/**************************feedback start*****************************/
.feedback {
    padding: 85px 0;
    background-position: center center;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

@media (min-width:300px) and (max-width:767px) {
    .feedback {
        padding: 50px 0;
    }

        /*    .cravings-title h3 {
        background: #e0d6be;
    }*/

        .feedback .cravings-title {
            margin: 0px -20px 25px -20px !important;
        }

    .fl-detail .detail-content-box {
        order: 2;
    }
}

.feedback .cravings-title {
    margin: 0 0 25px 0;
}

    .feedback .cravings-title h3 {
        font-size: 24px;
        padding: 3px 10px;
        line-height: 30px;
        width: 75%;
    }

        .feedback .cravings-title h3 span {
            color: var(--red);
        }

.feedback .icons {
    width: 60px;
    height: 60px;
    background: var(--yellow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .feedback .icons img {
        width: 100%;
        max-width: 54px;
        max-height: 54px;
    }

.feedback h5.card-title {
    font-family: var(--franklin-gothic-condensed);
    font-size: 20px;
    margin: 15px 0 0 0;
}

.feedback .link-btn {
    font-family: var(--franklin-gothic-condensed);
    color: var(--black);
    font-size: 20px;
    margin: 15px 0 0 0;
    text-decoration: none;
}

    .feedback .link-btn:hover {
        text-decoration: underline;
    }

.feedback p.card-text {
    font-family: var(--franklin-gothic-book-regular);
    font-size: 14px;
}

.feedback .card {
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
}

    .feedback .card .card-body {
        background-color: #fff;
        background-clip: border-box;
        border: 0;
        border-radius: 10px;
        padding: 40px 30px;
        box-shadow: 1px 0px 7px rgba(0,0,0,0.2);
    }

.card_link_1 {
    float: left;
}

    .card_link_1 a {
        color: #000000;
        text-transform: uppercase;
        font-size: 16px;
        margin-right: 21px;
        text-decoration: underline;
    }

.card_link_2 a {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: underline;
}
/**************************feedback end*****************************/

/**********************press start*****************************/
h2 {
    font-family: "Arpona-Black-Italic";
}

.flex-center-ds {
    display: flex;
    align-items: center;
    justify-content: center;
}


.press {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .press .title-box {
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .press a,
    .press a:hover {
        color: var(--black);
    }

    .press p {
        font-family: var(--franklin-gothic-condensed);
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        margin: 16px 0;
    }

    .press .press-column > div {
        padding: 0 18px;
        font-size: 14px;
        font-family: var(--franklin-gothic-book-regular);
        font-weight: 600;
    }

    .press .press-column a i {
        display: none;
    }

    .press .press-column > div:first-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .press .press-column > div:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
        border-bottom: none;
    }

    .press .title-box {
        margin-top: 30px;
    }

.viewstories-mob {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.viewstories-desktop {
    display: none;
}


.viewstories-m {
    display: block;
    width: 174px;
    height: 48px;
    text-align: center;
}

.margin-top {
    padding: 30px 0 0 0;
}

.press-column .col-sm-3 a {
    display: none;
}

.press-column .border-bot {
    border-bottom: 1px solid #000;
    padding-bottom: 20px !important;
    padding-top: 24px !important;
}

.pd-0 {
    padding: 20px 0px;
}

/**********************press end*****************************/
/**********************featured menu start*****************************/
.featured-menu {
    background: url(/images/BG.png) no-repeat;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

    .featured-menu .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .featured-menu .title h3 {
            font-family: var(--arpona-black-italic);
            font-size: 32px;
            color: var(--white);
            margin: 0;
        }

        .featured-menu .title a {
            display: none;
            cursor: pointer;
        }

.feature-inner {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 50px;
    margin-top: 31px;
}

    .feature-inner .box {
        padding: 0 10px;
        width: auto;
        max-width: 295px;
        display: inline-block;
    }

        .feature-inner .box:first-child {
            margin-left: -10px;
        }

        .feature-inner .box .inner-box {
            background: var(--white);
            height: 100%;
            position: relative;
            border-radius: 10px;
            padding: 30px 30px 75px 30px;
            text-align: center;
        }

            /*.feature-inner .box .inner-box span {
                width: 100%;
                height: 184px;
                display: flex;
            }*/

            .feature-inner .box .inner-box span img {
                width: 100%;
                height: auto;
            }

            .feature-inner .box .inner-box .ot-view {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 30px;
            }

    .feature-inner h3 {
        font-family: var(--franklin-gothic-condensed);
        font-size: 20px;
        color: var(--black);
        white-space: break-spaces;
    }

    .feature-inner p {
        font-family: var(--franklin-gothic-book-regular);
        font-size: 14px;
        color: var(--black);
        margin: 10px 0 20px 0;
    }

    .feature-inner .btn-warning {
        min-width: 130px;
    }

        .feature-inner .btn-warning:hover {
            background: var(--red);
            color: var(--white);
        }

/*.feature-inner::-webkit-scrollbar {
    height: 10px;
}

    .feature-inner::-webkit-scrollbar-track {
        background: #464645;
        border-radius: 10px;
    }

    .feature-inner::-webkit-scrollbar-thumb {
        background-color: var(--yellow);
        border-radius: 10px;
        height: 5px;
    }*/

/* ===== Scrollbar CSS ===== */
/* Firefox */
.feature-inner {
    scrollbar-width: auto;
    scrollbar-color: #ffc72c #464645;
}

    /* Chrome, Edge, and Safari */
    .feature-inner::-webkit-scrollbar {
        height: 10px;
    }

    .feature-inner::-webkit-scrollbar-track {
        background: #464645;
        border-radius: 10px;
    }

    .feature-inner::-webkit-scrollbar-thumb {
        background-color: var(--yellow);
        border-radius: 10px;
        height: 5px;
    }

.mobile-view-menu {
    margin: 40px auto 0 auto;
    text-align: center;
}
/**********************featured menu end*****************************/
/**********************Menu Item Start*****************************/
.menu-container {
}

.menu-head-background {
    background: url(/images/background-texture@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}

h1.menuhead {
    font-size: 28px;
    font-family: var(--arpona-black-italic);
    color: var(--black);
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

.menu-nav {
    background: #FFC72C;
    text-align: center;
    border-radius: 0;
    padding: 0 60px 0 60px;
    margin-bottom: 10px;
}

    /*.owl-dots {
    display: none;
}*/

    .menu-nav .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.owl-carousel2 button {
    background: none;
    border: none;
}

.owl-carousel2 .owl-dots {
    display: none;
}

/*.owl-carousel2 .own-nav > button > span {
    position: absolute;
    left: 20px;
    top: -8px;
    font-size: 0;
}*/
/*.owl-carousel2 .owl-nav span {
    font-size: 32px !important;
    border: solid black;
    border-width: 0 !important;
    display: inline-block;
    padding: 4px;
}*/

.owl-carousel2 .owl-nav .owl-prev > span,
.owl-carousel2 .owl-nav .owl-next > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    width: 14px;
    height: 14px;
}

.owl-carousel2 .owl-nav .owl-prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.owl-carousel2 .owl-nav .owl-next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.owl-carousel2 .owl-prev {
    position: absolute;
    top: calc(50% - 24px);
    left: -25px;
}

.owl-carousel2 .owl-next {
    position: absolute;
    top: calc(50% - 24px);
    right: -25px;
}

.owl-carousel2 .owl-stage-outer .owl-stage .owl-item .nav-item .nav-link:hover {
    text-decoration: none;
}


.main-menu-contain .title h3 {
    font-family: var(--arpona-black-italic);
    font-size: 32px;
    color: var(--white);
    margin: 0;
}

.main-menu-contain .title a {
    display: none;
}

.main-menu-contain-inner {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 31px;
}

    .main-menu-contain-inner .tab-pane.active {
        display: flex;
        flex-wrap: wrap;
        column-gap: 22px;
    }

    .main-menu-contain-inner .box {
        padding: 0;
        width: calc((100% - 0px) / 1);
        display: inline-block;
        margin: 11px 0px;
    }

        .main-menu-contain-inner .box .inner-box {
            background: var(--white);
            height: 100%;
            position: relative;
            border-radius: 10px;
            padding: 30px 30px 75px 30px;
            text-align: center;
        }

            .main-menu-contain-inner .box .inner-box .ot-view {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 30px;
            }

            .main-menu-contain-inner .box .inner-box span {
                width: 100%;
                display: flex;
                justify-content: center;
            }

                .main-menu-contain-inner .box .inner-box span img {
                    width: auto;
                    height: 144px;
                    max-width: 275px;
                }

    .main-menu-contain-inner h3 {
        font-family: var(--franklin-gothic-condensed);
        font-size: 20px;
        color: var(--black);
        white-space: break-spaces;
        text-transform: uppercase;
    }

    .main-menu-contain-inner p {
        font-family: var(--franklin-gothic-book-regular);
        font-size: 14px;
        color: var(--black);
        margin: 10px 0 20px 0;
    }

.viewdetails {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .viewdetails span {
        display: block;
        padding: 40px 0;
    }


    .viewdetails .box .inner-box {
        background: var(--white);
        height: 100%;
        position: relative;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
    }

        .viewdetails .box .inner-box span {
            width: 100%;
            height: 184px;
            display: flex;
        }

            .viewdetails .box .inner-box span img {
                width: 100%;
                height: auto;
            }

    .viewdetails h1 {
        font-family: "Arpona-Black-Italic";
        font-size: 40px;
        color: var(--black);
        white-space: break-spaces;
        text-transform: uppercase;
    }

    .viewdetails p {
        font-family: var(--franklin-gothic-book-regular);
        font-size: 16px;
        color: var(--black);
        margin: 10px 0 20px 0;
    }

        .viewdetails p.pt12 {
            font-family: var(--franklin-gothic-book-regular);
            font-size: 12px;
            color: var(--black);
            margin: 30px 0 20px 0;
            line-height: 16px;
        }

            .viewdetails p.pt12 .clickhere {
                color: #CE1329;
            }

    .viewdetails span a {
        color: var(--black);
        font-size: 14px;
        font-weight: normal;
        font-family: var(--franklin-gothic-book-regular);
    }

.viewdetails-food {
    padding: 0 0 0 50px;
}



/*****menu slider*****/


.owl-carousel2.nav-pills .nav-link {
    color: var(--black);
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    padding: 9px 0;
}


    .owl-carousel2.nav-pills .nav-link.active {
        color: var(--black);
        background-color: transparent;
    }

/*@media (min-width:900px) {
    .owl-carousel2.owl-drag .owl-item,
    .owl-carousel2 .owl-item {
        width: auto !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
}*/
.owl-carousel2 .owl-item:last-child {
    margin-right: 0 !important;
}

.owl-carousel2 .owl-item {
    max-width: 150px;
}

.owl-carousel2.nav-pills .nav-link.active:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.main-menu-contain > .container {
    padding-left: 0;
    padding-right: 0;
}

/*LOCATION*/

.location_wrapper {
    min-height: 630px;
}

.search_area_container .img_backdrop {
    background: url('../images/BG (1).svg');
    height: 152px;
    background-position: center center;
    background-size: cover;
}

.mapboxgl-ctrl-geocoder--button {
    display: none !important;
}

.content_container {
    padding: 40px 70px;
}

    .content_container h1 {
        font-family: "Arpona-Black-Italic";
        color: var(--unnamed-color-000000);
        text-align: left;
        letter-spacing: 0px;
        font-size: 20px;
        color: #000000;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

    .search input {
        height: 46px;
        border-radius: 4px;
    }

        .search input:focus {
            box-shadow: none;
            border: 2px solid blue;
        }

    .search .search_store {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 11px 16px;
    }

::placeholder {
    font-family: 'Franklin-Gothic-Book-Regular';
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
}

.location_list_desktop ul {
    list-style: none;
    padding-left: 0px;
}

    .location_list_desktop ul li {
        display: inline-block;
        font-size: 14px;
    }

        .location_list_desktop ul li a {
            color: #000000;
            text-decoration: none;
            text-transform: uppercase;
        }

            .location_list_desktop ul li a svg {
                margin-right: 8px;
                width: 14px;
            }

        .location_list_desktop ul li:after {
            content: '|';
            padding-left: 16px;
            padding-right: 14px;
        }

        .location_list_desktop ul li:last-child:after {
            display: none;
        }

.store_selector .img_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 250px;
    padding-bottom: 16px;
}

    .store_selector .img_container img {
        width: 220px;
        height: 220px;
    }

.store_selector_content h2 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.store_selector_content p {
    text-align: center;
    font-family: 'Franklin-Gothic-Book-Regular';
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0px;
    color: #000000;
}

.viewdetails .left-details {
    margin-bottom: 157px;
}

@media (max-width:1023px) and (min-width:300px) {
    .content_container {
        padding: 30px 30px 60px 30px;
    }

    /*.content_container h1 {
            font-size: 20px;
        }*/

    .search input {
        margin-bottom: 0px;
    }

    .store_selector {
        display: flex;
        flex-direction: column;
        padding: 60px 0px;
        margin: 0px !important;
    }

        .store_selector > .img_container {
            order: 2;
            padding: 0px;
        }

        .store_selector > .store_selector_content {
            order: 1;
        }

            .store_selector > .store_selector_content h2 {
                font-size: 24px;
            }

            .store_selector > .store_selector_content p {
                font-size: 16px;
            }

    .map_area_container {
        display: block;
    }

    .hide_map_control_mobile {
        height: 46px;
        background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
        background: #000000 0% 0% no-repeat padding-box;
        position: relative;
        z-index: 1;
    }

        .hide_map_control_mobile p {
            font-size: 14px;
            line-height: 17px;
            font-family: var(--franklin-gothic-condensed);
            letter-spacing: 0px;
            text-transform: uppercase;
            opacity: 1;
            text-align: center;
            margin-bottom: 0px;
            padding: 17px 0px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .hide_map_control_mobile p a,
            .hide_map_control_mobile p i {
                color: #FFC72C;
                text-decoration: none;
            }

            .hide_map_control_mobile p .fa-chevron-up {
                display: inline-block;
                margin-left: 5px;
            }

            .hide_map_control_mobile p .fa-chevron-down {
                display: none;
                margin-left: 5px;
            }

            .hide_map_control_mobile p.down .fa-chevron-up {
                display: none;
            }

            .hide_map_control_mobile p.down .fa-chevron-down {
                display: inline-block;
            }

    .owl-carousel2 .owl-prev {
        position: absolute;
        top: calc(50% - 23px);
        left: -35px;
    }

    .owl-carousel2 .owl-next {
        position: absolute;
        top: calc(50% - 23px);
        right: -35px;
    }




    .viewdetails-food {
        padding-left: 0px;
    }

    .viewdetails .left-details {
        margin-bottom: 60px;
    }

    .viewdetails {
        display: flex;
        flex-direction: column;
    }


    .text-box {
        padding: 28px 5px 40px 5px;
        min-height: 410px;
    }

        .text-box h2 {
            font-size: 16px;
            margin: 8px 0 12px 0;
        }

        .text-box p {
            margin-bottom: 28px;
        }

    .half-hero .text-box p:last-child {
        margin-bottom: 0;
    }

    .text-box .order-now-black {
        margin-bottom: 45px;
    }

    .mng-carousel .carousel-indicators {
        left: -45px;
        margin-bottom: 40px;
    }

    .inner-box > div:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }

    .owl-carousel2.nav-pills .nav-link {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        min-height: 60px;
        justify-content: center;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
}

.carousel-inner .carousel-item .inner-box {
    flex-direction: column;
}

.inner-box > div:first-child {
    order: 2;
}

.store_list .locationrow .primary_btn {
    min-width: 180px;
    padding: 15px 18px;
    line-height: 1;
    font-size: 16px;
}

    .store_list .locationrow .primary_btn.inactive {
        background-color: #dedede;
        color: black;
        cursor: not-allowed;
    }


.store_selector_list {
    padding: 0px 30px 0px 30px;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

    .store_selector_list ul.store_list {
        padding-left: 0px;
    }

        .store_selector_list ul.store_list li {
            padding: 20px;
            border-radius: 10px;
            -webkit-box-shadow: 0px 0px 14px -3px rgb(0 0 0 / 75%);
            -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 16%);
            margin-bottom: 20px !important;
            width: 99%;
            margin: auto;
        }

            .store_selector_list ul.store_list li:hover,
            .store_selector_list ul.store_list li.active {
                box-shadow: inset 0 0 0 4px #ffc72c, 0 4px 15px 0 rgb(48 48 48 / 8%);
            }

            .store_selector_list ul.store_list li h3 {
                text-transform: uppercase;
                font-size: 20px;
            }

                .store_selector_list ul.store_list li h3 .link {
                    text-transform: uppercase;
                    font-size: 20px;
                    color: #000;
                    text-decoration: none;
                }

            .store_selector_list ul.store_list li p {
                font-size: 14px;
                font-weight: normal;
                font-family: 'Franklin-Gothic-Book-Regular';
                margin-bottom: 21px;
            }

            .store_selector_list ul.store_list li span {
                font-size: 14px;
                font-family: 'Franklin-Gothic-Book-Regular';
            }

                .store_selector_list ul.store_list li span::before {
                    content: url(../images/hour.svg);
                    width: 16px;
                    height: 16px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

.primary_btn {
    text-transform: uppercase;
    color: var(--black);
    background: var(--yellow);
    height: 46px;
    border-radius: 25px;
}

    .primary_btn:hover {
        background: var(--red);
        color: var(--white);
    }

.btn--disabled,
.btn--disabled:hover {
    background-color: #ECECEC;
    color: #6B6B6B;
    pointer-events: none;
}

.store_selector {
    margin: 30px 0px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 25px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.detial-btn {
    width: 130px;
    display: flex;
    justify-content: center;
}

/*OWL*/
/*.owl-carousel2 .owl-stage-outer .owl-stage .owl-item {
    margin-right: 34px !important;
}
*/

.mapboxgl-ctrl-geocoder {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 4px;
    box-shadow: none !important;
}

/*.mapboxgl-ctrl-geocoder--icon-search{
    display:none !important;
}*/

.mapboxgl-ctrl-geocoder--input {
    padding: 6px 16px !important;
}

.location_list_desktop {
    display: none;
    margin-top: 24px;
}

.mapboxgl-ctrl-geocoder--suggestion-title,
.mapboxgl-ctrl-geocoder--suggestion-address {
    font-weight: bolder;
}

.mapboxgl-ctrl-geocoder--icon-search {
    display: none !important;
}

.cke-marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 47px;
    background-image: url(/images/marker-sm.png);
    background-size: 100%;
}

    .cke-marker.active {
        display: block;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
        width: 81px;
        height: 96px;
        background-image: url(/images/marker.png);
    }

.addMargin {
    margin: 0 auto;
}

.three_column_component {
    background: url('../images/BG (1).svg');
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

    .three_column_component p {
        text-align: center;
        font-family: var(--franklin-gothic-book-regular);
        font-size: 14px;
        color: var(--black);
    }

    .three_column_component .nor-text {
        max-width: 800px;
        text-align: center;
        margin: 0 auto 26px auto;
    }

.franklin-normal {
    font-family: var(--franklin-gothic-book-regular);
    font-size: 14px;
}


.tc_Component {
    border-radius: 7px;
}

    .tc_Component .card-body {
        padding: 30px 30px 60px 30px;
    }


        .tc_Component .card-body h5 {
            text-transform: uppercase;
            font-family: var(--franklin-gothic-condensed);
            font-size: 32px;
            letter-spacing: 0px;
            color: var(--black);
        }



        .tc_Component .card-body p {
            text-align: center;
            font-family: var(--franklin-gothic-book-regular);
            font-size: 14px;
            color: var(--black);
            margin: 0;
        }


.join-app {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

    .join-app .btn-warning {
        padding: 11px 22px;
        min-width: 130px;
        text-align: center;
    }

    .join-app .link-btn,
    .join-app .link-btn:hover {
        text-decoration: underline;
        color: var(--black);
    }


.two_column_slider {
    padding-top: 40px;
    padding-bottom: 100px;
}



    .two_column_slider .carousel .carousel-inner {
        border-radius: 10px;
        box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
    }

        .two_column_slider .carousel .carousel-inner .carousel-item .content_container h2 {
            font-family: var(--franklin-gothic-condensed);
            font-size: 24px;
        }

        .two_column_slider .carousel .carousel-inner .carousel-item .content_container p {
            font-family: var(--franklin-gothic-book-regular);
            font-size: 14px;
            word-break: break-word;
        }



.bs_custom_carousel {
    margin-left: 0;
    margin-right: 0;
    /* width: 15%;*/
    display: block;
}



.bs_carousel_default {
    right: unset;
    left: 57.5%;
}



.carousel_left_arrow .carousel-control-prev {
    left: -30px;
}



.carousel_right_arrow .carousel-control-next {
    right: -30px;
}



.bs_carousel_right {
    right: 74px;
    left: unset;
}



.bs_custom_carousel [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #000000;
    opacity: 1;
    border-radius: 50%;
    margin: 10px;
    border: 1px solid #000000;
}



.bs_custom_carousel .active {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 12px;
    height: 12px;
}



.bs_custom_carousel .carousel_left_arrow [data-bs-target], .bs_custom_carousel .carousel_left_arrow .active,
.bs_custom_carousel .carousel_right_arrow [data-bs-target], .bs_custom_carousel .carousel_right_arrow .active {
    background-color: unset;
    width: 15px;
    height: 15px;
    border: unset;
}




.bs_custom_carousel .carousel_left_arrow .carousel-control-prev .carousel-control-prev-icon {
    background-image: none;
    width: 14px;
    height: 14px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
}



.bs_custom_carousel .carousel_right_arrow .carousel-control-next .carousel-control-next-icon {
    background-image: none;
    width: 14px;
    height: 14px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}


.bs_carousel_default {
    right: 0;
    left: 0;
    width: auto;
    margin: 16px;
    display: flex;
    bottom: 0;
}

@media (min-width:320px) and (max-width:900px) {



    .bs_carousel_right {
        right: 0;
        left: auto;
        width: auto;
        margin: 16px;
        display: flex;
        bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }



    .bs_custom_carousel [data-bs-target] {
        margin: 5px;
    }



    .content_container {
        min-height: 250px;
    }



    .carousel_left_arrow .carousel-control-prev {
        left: 0;
    }



    .carousel_right_arrow .carousel-control-next {
        right: 0;
    }
}



@media (min-width:1024px) and (max-width:1190px) {
    .content_container {
        padding: 16px 20px;
    }
}

.accordion-header .accordian-head {
    font-family: var(--franklin-gothic-condensed);
    font-size: 16px;
    line-height: 20px;
}

.accordian-head-body {
    font-size: 14px;
    font-size: 5px;
}

.accordion h4 {
    margin-top: 60px;
    font-family: var(--arpona-black-italic);
    text-transform: uppercase;
    font-size: 24px;
}

.accordion p {
    font-size: 14px;
    font-family: var(--franklin-gothic-book-regular);
    margin-top: 10px;
}
/*HARDEES HISTORY TIMELINE*/
.hardees_timeline {
    background-image: url('/images/background-texture.png');
    background-size: cover;
    background-repeat: repeat-y;
    padding-bottom: 5px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

.timeline-title h3 p {
    margin-bottom: 0;
}

.view_more {
    height: 704px;
    overflow: hidden;
}

.timeline .timeline_right h2 {
    display: flex;
    justify-content: left;
    font-size: 24px;
    font-family: var(--franklin-gothic-condensed);
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1;
}

    .timeline .timeline_right h2 span {
        text-align: left;
    }


.timeline .timeline_left h2 {
    display: flex;
    justify-content: right;
    font-size: 28px;
    line-height: 20px;
    font-family: var(--franklin-gothic-condensed);
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1;
}

    .timeline .timeline_left h2 span {
        text-align: left;
    }


/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    border-right: 1px dashed #000;
    top: 0;
    bottom: 0;
    left: 50%;
}

/* Container around content */
.htimeline {
    padding: 0px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .htimeline::after {
        content: url('/images/history-Star.png');
        position: absolute;
        right: -17px;
        top: 0;
        z-index: 1;
    }

/* Place the container to the left */
.timeline_left {
    left: 0;
}

/* Place the container to the right */
.timeline_right {
    left: 50%;
}

    /* Fix the circle for containers on the right side */
    .timeline_right::after {
        left: -16px;
    }

/* The actual content */
.content {
    position: relative;
    border-radius: 6px;
}

    .content p {
        font-family: var(--franklin-gothic-book-regular);
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        margin: 0;
        color: #000000;
        padding: 10px 0 20px 0;
        justify-content: center;
    }

.timeline-title {
    position: relative;
}

    .timeline-title h3 {
        display: flex;
        align-items: center;
        font-family: var(--arpona-black-italic);
        font-size: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
        text-transform: uppercase;
    }


    .timeline-title::before {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 35%;
        background-size: cover;
    }

    .timeline-title::after {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 35%;
        background-size: cover;
    }

.cravings-title::before {
    content: '';
    background: url(/images/line.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 28%;
    background-size: cover;
}

.cravings-title::after {
    content: '';
    background: url(/images/line.png);
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 28%;
    background-size: cover;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .htimeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .htimeline::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline_left::after, .timeline_right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .timeline_right {
        left: 0%;
    }

    .timeline-title::before {
        left: -20px;
        height: 50px;
        width: 15%;
    }

    .timeline-title::after {
        right: -20px;
        height: 50px;
        width: 15%;
    }

    .timeline-title h3 {
        height: 50px;
        width: 280px;
        margin: 0 auto;
    }

        .timeline-title h3 p {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
}

.timeline_viewmore {
    padding-top: 40px;
}

    .timeline_viewmore a {
        width: 130px;
        height: 46px;
        background: var(--unnamed-color-ffc72c) 0% 0% no-repeat padding-box;
        background: #FFC72C 0% 0% no-repeat padding-box;
        border-radius: 26px;
        line-height: 1.4;
        cursor: pointer;
    }


/*************************leadership**********************/

.leadership-title {
    background: url(../images/line.png) repeat-x;
    background-size: auto 100%;
    text-align: center;
    margin: 100px -20px 40px -20px;
}

    .leadership-title h3 {
        background: #f4ede1;
    }

.mob-leadership .btn-warning {
    width: 130px;
    min-height: 46px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*.leadership-bg {
    background: url(/images/background-texture@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}

.leadership-bg-yellow {
    background: url(/images/pattern@2x.png) 0 125px no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}
*/
.leadership-inner {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}



.leadership-bg .card {
    padding: 0 10px;
    border: 0;
    background: none;
}



    .leadership-bg .card img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }



    .leadership-bg .card .card-body {
        background: var(--white);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px 28px 30px 28px;
    }



        .leadership-bg .card .card-body p {
            font-size: 14px;
            font-family: var(--franklin-gothic-book-regular)
        }



.leadership-bg .mt20 {
    margin-top: 20px;
}



.owl-carousel3 .owl-dots {
    justify-content: center;
    align-items: center;
    left: 0px;
    display: flex;
    margin-top: 53px;
}

.owl-carousel4 .owl-dots {
    justify-content: center;
    align-items: center;
    left: 0px;
    display: flex;
    margin-top: 53px;
}



.owl-carousel3 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #000 !important;
    margin: 15px;
    border-radius: 7px;
}

.owl-carousel3 button.owl-dot.active {
    background: #fff0 !important;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}



.owl-carousel3 .owl-nav {
    justify-content: center;
    display: flex;
    /* margin-bottom: 0; */
    gap: 0 158px;
    /* font-size: 29px; */
    /* font-weight: normal; */
    position: absolute;
    width: 100%;
    margin-top: 50px;
}



.owl-carousel4 .owl-nav {
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    gap: 0 431px;
    position: absolute;
    width: 100%;
    margin-top: 50px;
}




.leadership-desktop {
    display: none !important;
}




.owl-nav button {
    display: flex;
    align-items: center;
    height: 47px;
}



.owl-nav .owl-prev > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}



.owl-nav .owl-next > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}




.owl-carousel4 .owl-nav .owl-prev > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}



.owl-carousel4 .owl-nav .owl-next > span {
    font-size: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.owl-carousel4 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #000 !important;
    margin: 0 3px;
    border-radius: 7px;
}

.owl-carousel4 button.owl-dot.active {
    background: #fff0 !important;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}




.img_block_container {
    padding-top: 100px;
    padding-bottom: 100px;
}



    .img_block_container .container {
        margin: 0 auto;
        max-width: 860px;
    }



.container h2.dual_tone_text {
    margin-bottom: 16px;
    font-size: 32px;
    letter-spacing: 0px;
    color: #000000;
}



    .container h2.dual_tone_text span {
        color: #CE1329;
    }



.img_block_container .container p {
    margin-bottom: 0px;
    font-family: var(--franklin-gothic-book-regular);
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--black);
}



.img_block_container .container .row {
    padding-top: 60px;
}



.img_block_container .container .img_container {
    display: flex;
    justify-content: center;
    flex-direction: row;
}



    .img_block_container .container .img_container img {
        width: 162px;
    }



/*SMART PHONE VIEW*/
@media (min-width:320px) and (max-width:767px) {

    #content-wrap {
        padding-top: 62px;
    }

    header.bg-dark1 {
        position: fixed;
        width: 100%;
        left: 0px;
        right: 0px;
        z-index: 9999;
    }

    .mng-carousel .carousel-indicators {
        bottom: 70px;
    }

    .img_block_container {
        padding-top: 60px;
        padding-bottom: 60px;
    }



        .img_block_container .container .row {
            padding-top: 30px;
        }

    .pagination-number_press {
        margin: 0rem !important;
    }

    .content_container {
        min-height: 325px;
    }

    .store_selector .img_container {
        padding: 0px;
    }

    .store_selector_list {
        padding: 0px 20px;
    }

    #norecordDiv {
        display: flex;
        flex-direction: column
    }

        #norecordDiv .img_container {
            order: 2;
        }

    .store_selector_content h2 {
        font-size: 24px;
    }

    .timeline .timeline_left h2 {
        text-align: left !important;
    }

    .timeline_left .content .row {
        display: flex;
        flex-direction: column;
    }

        .timeline_left .content .row .col-md-7 {
            order: 2;
        }

    .store_selector_list ul.store_list li p {
        margin-bottom: 17px;
    }

    #locationList .locationrow > a {
        min-width: 180px;
        padding: 20px 15px;
        display: inline;
    }

    /*3-10*/
    .store_selector_list ul.store_list li span {
        margin-top: 12px;
    }

    .primary_btn {
        margin-top: 12px;
    }


    .cravings-title::before, .cravings-title::after {
        width: 12%;
    }

    .view_more {
        height: 1100px;
    }

    .htimeline .content p {
        display: block;
    }

    .carousel_right_arrow .carousel-control-next, .carousel_left_arrow .carousel-control-prev {
        position: relative;
    }

    .timeline .timeline_left h2 {
        justify-content: left;
    }

    .timeline_left, .timeline_right {
        margin-bottom: 40px;
    }

    .carousel_right_arrow .carousel-control-next,
    .carousel_left_arrow .carousel-control-prev {
        position: relative;
    }

    .order-now-btn .nav-link:hover:before {
        display: none;
    }

    .leadership-mobile .owl-nav {
        display: flex !important;
    }

    .owl-carousel4 .owl-nav .owl-next > span {
        position: relative;
        width: 15px;
        height: 15px;
        right: 95px;
        top: -15px;
    }

    .owl-carousel4 .owl-nav .owl-prev > span {
        position: relative;
        width: 15px;
        height: 15px;
        left: 95px;
        top: -15px;
    }

    .press-cards-release {
        margin-bottom: 20px;
    }

    .press-contain .press-description {
        line-height: 20px;
    }

    .press-contain .press-cards-release a.arrow {
        display: none;
    }

    .container.proom_head h1.press_title {
        font-size: 28px !important;
    }

    .viewdetails h1 {
        font-size: 28px;
    }

    .component-content::before {
        width: 20%;
    }

    .component-content::after {
        width: 20%;
    }
}

@media (min-width:320px) and (max-width:991px) {
    #map {
        position: relative !important;
        height: 350px;
    }
}

/*TABLET POTRAIT VIEW*/
@media (min-width:768px) and (max-width:840px) {

    .cravings-title::before, .cravings-title::after {
        width: 12%;
    }

    .text-box h1 {
        font-size: 48px !important;
        line-height: 48px !important;
    }

    .text-box h2 {
        margin: 0px;
    }




    .carousel-item .inner-box img {
        object-fit: cover;
        height: 100%;
        object-position: left;
    }

    .text-box {
        padding: 43px 30px 70px 8px !important;
    }

    #rewards .featured-info .featured-info__section {
        top: 45% !important;
    }

    .press-cards-release {
        margin-bottom: 20px;
    }

    .store_selector_list {
        padding: 0px 30px 0px 30px;
    }

    .feedback.contact .title-grid h3 span {
        font-size: 28px !important;
    }
}


/*TABLET LANDSCAPE VIEW*/
@media (min-width:1024px) and (max-width:1100px) {

    .cravings-title::before {
        width: 15%;
    }

    .cravings-title::after {
        width: 15%;
    }

    .feedback .card .card-body {
        padding: 40px 25px;
    }

    .card_link_1 {
        float: none;
        margin-bottom: 10px;
    }
}

@media (min-width:1180px) and (max-width:1194px) {
    .cravings-title::before, .cravings-title::after {
        width: 20%;
    }

    .card_link_1 {
        float: none;
        margin-bottom: 10px;
    }
}

/*LAPTOP MDPI*/
@media (min-width:1200px) and (max-width:1366px) {

    .cravings-title::before {
        width: 25%;
    }

    .cravings-title::after {
        width: 25%;
    }

    .text-box {
        padding: 0px 50px 0 90px;
        min-height: 510px;
        margin: 20px 0;
    }
}

/*LAPTOP HDPI*/
@media (min-width:1370px) and (max-width:1450px) {
    .text-box {
        min-height: 550px;
        padding: 50px 90px 0 70px !important;
    }
}

.carousel-item .inner-box img {
    object-fit: cover;
    height: 100%;
}

/****heading features****/
.timeline-title.mt100 {
    margin: 100px 0 40px 0;
}

p.lines3title {
    text-align: center;
    width: 74%;
    font-size: 19px;
}


/*ANIMATION CSS*/

#rewards .featured-info {
    height: 100vh;
    position: relative;
}

    #rewards .featured-info .featured-info__section {
        text-align: center;
        padding: 0 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        /*   #rewards .featured-info .featured-info__section > * {
            opacity: 0;
        }*/

        #rewards .featured-info .featured-info__section img {
            max-width: 100%;
            margin-bottom: 26px;
        }

        #rewards .featured-info .featured-info__section h2 {
            margin-bottom: 12px;
            text-align: left;
            font-size: 30px;
            text-transform: uppercase;
            line-height: 32px;
            letter-spacing: 0px;
            font-family: "Franklin-Gothic-Condensed";
        }

        #rewards .featured-info .featured-info__section p {
            margin: 0;
            text-align: left;
            letter-spacing: 0px;
            color: #000000;
            font-size: 14px;
            font-family: 'Franklin-Gothic-Book-Regular';
        }

.featured-info__three-up .featured-info__section .card {
    border: none;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 30px 60px 30px;
}


@media (min-width: 767px) {
    #rewards .featured-info {
        height: auto;
    }

        #rewards .featured-info .container {
            position: relative;
        }

            #rewards .featured-info .container .row {
                padding-top: 100px;
                padding-bottom: 100px;
            }

            #rewards .featured-info .container .featured-info__section {
                padding: 0 10px;
                opacity: 0;
                position: static;
                top: auto;
                left: auto;
                width: 33%;
                -webkit-transform: translateX(0) translateY(0);
                -moz-transform: translateX(0) translateY(0);
                -ms-transform: translateX(0) translateY(0);
                -o-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
            }

                #rewards .featured-info .container .featured-info__section > * {
                    opacity: 1;
                }
}


@media (min-width:300px) and (max-width:767px) {
    #rewards .featured-info .container .featured-info__section > * {
        opacity: 1;
    }

    .card {
        background-color: unset;
    }

    .featured-info__section--1 {
        z-index: 1;
    }

    .featured-info__section--2 {
        z-index: 0;
    }

    .featured-info__section--3 {
        z-index: -1;
    }

    #rewards .featured-info .featured-info__section h2 {
        font-size: 24px;
    }

    #rewards .featured-info .featured-info__section {
        padding: 0 20px;
    }

    .feedback.contact .title-grid > div > div p:last-child {
        line-height: 24px;
    }

    .feedback.contact .title-grid > div > div {
        width: 17px;
    }

        .feedback.contact .title-grid > div > div .lines {
            height: 68px;
        }
}


#rewards .cta {
    width: 100%;
    background-color: white;
    padding-bottom: 120px;
    text-align: center;
}

    #rewards .cta img.cta__happy-star {
        width: 180px;
        margin-bottom: 30px;
    }



/**********************press-cards start*****************************/


.press-cards-bg {
    background: url(/images/background-texture@2x.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}

    .press-cards-bg h1.menuhead {
        margin-bottom: 40px;
    }

.press-cards-release {
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px;
}

.press-cards-icon:first-child {
    margin-top: 0px;
}

.press-cards-icon {
    background-color: var(--white);
    border-radius: 10px;
    margin-top: 20px;
}

.press-contain {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
}

    .press-contain .press-cards-release a.arrow {
        color: var(--black);
    }

    .press-contain ul {
        padding-left: 0;
        margin: 0;
    }

.press-cards-release ul li.press-release-content {
    list-style: none;
}

/*.press-cards-release ul > li.press-release-content:last-child {
    border-bottom: none;
}*/

.press-release-content {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #00000029;
}

.listItems_press .press-release-content:nth-child(4n) {
    border-bottom: none;
}

.press-contain .press-date {
    font-family: var(--franklin-gothic-book-regular);
    font-size: 14px;
    margin-bottom: 16px;
    color: #000000;
}

.press-contain .press-page-pagination {
    display: flex;
    justify-content: center;
}

/* .press-contain .press-page-pagination ul li {
    }

        .press-contain .press-page-pagination ul li a {
            border: none;
            color: var(--black);
        }

            .press-contain .press-page-pagination ul li a.page-link:hover {
                background-color: white;
                text-decoration: underline;
                text-underline-offset: 4px;
            }*/


.press-contain .pagination-inner-div {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 80px;
    align-items: center;
}

button.pagination-number.pagPad {
    width: 0;
    height: 0;
}

.press-contain .press-description {
    font-size: 20px;
    margin-bottom: 6px;
    font-family: "Franklin-Gothic-Condensed";
    color: #000000;
    text-decoration: none;
}

    .press-contain .press-description:hover {
        text-decoration: underline;
    }

.press-contain .icons {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    background: var(--yellow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .press-contain .icons img {
        width: 100%;
        max-width: 28px;
        max-height: 28px;
    }

.press-contain h5.card-title {
    font-family: var(--franklin-gothic-condensed);
    font-size: 22px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.press-contain p.card-text {
    font-family: var(--franklin-gothic-book-regular);
    font-size: 14px;
    margin-top: 4px;
}

    .press-contain p.card-text a {
        font-family: var(--franklin-gothic-condensed);
        font-size: 16px;
        text-transform: uppercase;
        color: var(--black);
        margin-right: 20px;
    }

.press-contain a.arrow-icon {
    color: var(--black);
    font-size: 16px;
    padding-left: 10px;
}


#rewards .cta h2 {
    margin-bottom: 17px;
}

#rewards .cta p {
    margin-bottom: 26px;
}

#rewards .cta .btn {
    margin-bottom: 20px;
}

#rewards .cta .cta__join-online {
    color: #C8102E;
    display: block;
}

.mng-pagination-desktop {
    margin-top: 50px;
    display: none;
}

    .mng-pagination-desktop .pagination-inner-div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.leadership-desktop .owl-nav,
.leadership-desktop .owl-dots {
    display: none;
}

.leadership-mobile .owl-nav {
    display: none;
}

.pagination-number {
    width: 12px;
    height: 16px;
    border: 2px solid var(--black);
    background: var(--black);
    border-radius: 50%;
    opacity: 1;
    margin: 10px;
    font-size: 0;
}

.pagination-button {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    margin: 0 12px;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
}

#next-button.pagination-button {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#prev-button.pagination-button {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
    background: transparent;
}

.pagination-number.active {
    color: inherit;
    background: transparent;
    position: relative;
}

/*button.pagination-number.active::after {
    display: block;
    height: 3px;
    width: 26px;
    background: var(--black);
    content: "";
    left: 50%;
    margin-left: -13px;
    position: absolute;
}*/


.seeing-stars {
    padding: 71px 0;
}

    .seeing-stars .heading {
        line-height: 1;
    }

    .seeing-stars .od-change > div:first-child {
        order: 1;
    }

    .seeing-stars .od-change .img_container {
        display: flex;
        flex-wrap: wrap;
    }

        .seeing-stars .od-change .img_container > img {
            order: 1;
        }

    .seeing-stars .od-change .join-app {
        margin: 0 auto;
    }

.two_column_static {
    min-height: 750px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .two_column_static .img_container,
    .two_column_static .content_container {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        min-height: 750px;
        width: 100%;
    }

        .two_column_static .img_container .btn_links {
            align-items: center;
            display: flex !important;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
        }

        .two_column_static .img_container a {
            text-transform: uppercase;
        }

        .two_column_static .img_container .btn_links a:nth-child(2) {
            color: #000000;
            margin-left: 30px;
        }

        .two_column_static .content_container p {
            font-size: 16px;
            font-family: 'Franklin-Gothic-Book-Regular';
        }

        .two_column_static .content_container h1 p {
            font-size: 32px;
            font-family: "Arpona-Black-Italic";
        }

@media (min-width:300px) and (max-width:767px) {
    .two_column_static {
        padding-top: 80px;
        padding-bottom: 40px;
    }

        .two_column_static,
        .two_column_static .img_container,
        .two_column_static .content_container {
            min-height: auto;
        }

            .two_column_static .content_container {
                padding: 0px;
            }

            .two_column_static .img_container img {
                order: 2;
            }

            .two_column_static .content_container h1,
            .two_column_static .content_container p {
                text-align: center;
            }

            .two_column_static .container .row .col-md-6:nth-child(1) {
                order: 2;
            }

            .two_column_static .container .row .col-md-6:nth-child(2) {
                order: 1;
            }
}

.pressroom_list {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.pressroom_detail {
    background-size: cover;
    background-repeat: repeat-y;
    padding-top: 50px;
}

    .pressroom_detail .overlay_img {
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
    }

    .pressroom_detail .container {
        z-index: 1;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.pressroom_detail h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;*/
    /*margin-bottom: 50px;*/
    /*}*/

    .pressroom_detail h1.press_title {
        color: var(--unnamed-color-000000);
        text-align: center;
        font-size: 50px;
        margin-bottom: 50px;
        font-family: var(--arpona-black-italic);
        color: #000000;
        text-transform: uppercase;
        white-space: normal;
        word-break: break-word;
    }



.pressroom_detail_content {
    background-color: #ffffff;
    padding: 53px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .pressroom_detail_content .press_description {
        font-family: 'Franklin-Gothic-Book-Regular';
        letter-spacing: 0px;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        white-space: normal;
        word-break: break-word;
    }

    .pressroom_detail_content span.press_date {
        text-align: left;
        font-family: 'Franklin-Gothic-Book-Regular';
        letter-spacing: 0px;
        color: #000000;
        font-size: 14px;
    }

    .pressroom_detail_content h2.press_title {
        color: var(--unnamed-color-000000);
        text-align: left;
        font-family: "Franklin-Gothic-Condensed";
        letter-spacing: 0px;
        color: #000000;
        padding-top: 16px;
        font-size: 30px;
    }

.container.proom_head h1.press_title {
    color: var(--unnamed-color-000000);
    text-align: center;
    font-size: 50px;
    margin-bottom: 35px;
    font-family: var(--arpona-black-italic);
    color: #000000;
    padding: 60px 0 0 0;
    text-transform: uppercase;
}


.pressroom_detail_content .press_imgs {
    padding-top: 40px;
    padding-bottom: 50px;
}

.pressroom_detail_content .press_description p,
.pressroom_detail_content .press_list ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--franklin-gothic-book-regular);
    letter-spacing: 0px;
    color: #000000;
}

.pressroom_detail_content .press_list h6 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--franklin-gothic-condensed);
    letter-spacing: 0px;
    color: #000000;
}

.pressroom_detail_content .press_list ul {
    padding-left: 0px;
    list-style: none;
}

    .pressroom_detail_content .press_list ul li span {
        text-align: left;
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        font-family: var(--franklin-gothic-condensed);
        letter-spacing: 0px;
        color: #000000;
    }

@media (min-width:320px) and (max-width:767px) {
    .pressroom_detail_content {
        padding: 30px 20px;
    }

        .pressroom_detail_content h2.press_title {
            font-size: 24px;
            white-space: normal;
            word-break: break-word;
        }

        .pressroom_detail_content .press_imgs {
            padding-top: 30px;
            padding-bottom: 30px;
        }
}

.pagination-inner-div1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

.pagination-number_press {
    font-size: 1.1rem;
    color: #000;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    border-radius: .2rem;
}

.pagination-button1 {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    margin: 0 12px;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
}

#next-button_press.pagination-button1 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#prev-button_press.pagination-button1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.pagination-number_press:hover,
.pagination-button1:not(.disabled):hover {
    background: transparent;
}

.pagination-number_press.active {
    color: inherit;
    background: transparent;
    position: relative;
}

button.pagination-number_press.active::after {
    display: block;
    height: 3px;
    width: 26px;
    background: var(--black);
    content: "";
    left: 50%;
    margin-left: -13px;
    position: absolute;
}
/*
.col-md-9.prscreen{width:77%}
.col-md-3.cardicon {
    width: 23%
}*/


.cardicon .feedback .card_widget .card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mapboxgl-ctrl-geocoder--button {
    display: none !important;
}

.leadership {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    padding: 35px 0 47px;
    margin: 0;
    background: url('../images/pattern.svg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}



.slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}



.leadership-slider {
    opacity: 0;
    visibility: hidden;
    position: relative;
    margin: 0;
}

.component-content {
    position: relative;
    margin-bottom: 40px;
}

    .component-content h2 {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
    }

    .component-content::before {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 27%;
        background-size: cover;
    }

    .component-content::after {
        content: '';
        background: url(/images/line.png);
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 27%;
        background-size: cover;
    }



.slick-slider {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}



    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }



.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



    .slick-track::before, .slick-track::after {
        display: table;
        content: '';
    }



.slick-initialized .slick-slide {
    display: block;
}



.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}



.leadership-wrap {
    position: relative;
}



.slick-slider.slick-initialized {
    visibility: visible;
    margin-top: 40px;
}



.leadership-item-wrap {
    padding: 10px;
}

.leadership-details {
    padding-left: 20px;
    padding-right: 20px;
}


.leadership-item {
    overflow: hidden;
    border-radius: 8px;
    padding: 0 0 20px;
    background-color: #fff;
}



.leadership-img {
    height: 295px;
    margin-bottom: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.leadership-name {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Franklin-Gothic-Condensed";
    margin-bottom: 12px;
    line-height: 1;
}



.leadership-position {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-family: 'Franklin-Gothic-Book-Regular';
    font-size: 14px;
}



.leadership-bio {
    text-align: center;
}



.leadership-slider-arrows {
    padding: 4px 0;
    text-align: center;
    position: relative;
}



    .leadership-slider-arrows .slick-arrow {
        position: relative;
        left: auto;
        right: auto;
        top: -4px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(135deg);
        width: 14px;
        height: 14px;
        background: transparent;
    }

        .leadership-slider-arrows .slick-arrow.slick-next {
            left: auto;
            right: 3px;
            border: solid black;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            width: 14px;
            height: 14px;
            background: transparent;
        }

.leadership-slider-dots {
    margin: 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}




.slick-arrow {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    z-index: 50;
    font-size: 0;
    color: transparent;
    background: transparent url("/-/media/Themes/CKE/CKE/images/slider-arr.png") center no-repeat;
}

.slick-dots {
    padding-left: 0px;
}

    .slick-dots li {
        margin: 0 4px;
        display: inline-block;
        vertical-align: middle;
    }



        .slick-dots li.slick-active button {
            background: #ffffff !important;
            border: 1px solid #000000;
        }



        .slick-dots li button {
            margin: 0;
            border: 0;
            padding: 0;
            font-size: 0;
            width: 10px;
            height: 10px;
            display: block;
            box-shadow: none;
            color: transparent;
            border-radius: 100%;
            background: #000;
        }







/*.leadership-slider-arrows .slick-arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}*/



.slick-arrow.slick-next {
    left: auto;
    right: 4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



.slick-arrow {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    z-index: 50;
    font-size: 0;
    color: transparent;
    background: transparent url("../images/arrow-left.png") center no-repeat;
}



.leadership-slider-dots .slick-dots li button {
    background: #000000;
}



/*.leadership-slider-arrows .slick-arrow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}*/

#paginated-list_press li:last-child {
    border: 0;
}

.feedback .case-vertical .col-md-3 {
    min-width: 319px;
}

.title-grid {
    display: table;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 50px;
}

    .title-grid > div {
        display: table-row;
    }

        .title-grid > div > div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 10%;
        }

            .title-grid > div > div:nth-child(2) {
                padding: 0 10px;
                width: auto;
            }

            .title-grid > div > div .lines {
                width: 100%;
                height: 50px;
                background: url("../images/line.png") no-repeat;
                background-size: cover;
            }

    .title-grid h3 {
        font-family: var(--arpona-black-italic);
        font-size: 24px;
    }

    .title-grid > div > div p:last-child {
        margin: 0.5rem 0;
    }

.text-hiding {
    display: flex;
    height: 42px;
    overflow: hidden;
    align-items: center;
}

.pressroom_detail_content .press_description > img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 28px;
}

.mng-carousel {
    margin-bottom: 0;
}

.pressroom_detail_content img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 15px 0;
}


.accordionFold .accordion-item h2 {
    font-size: 16px;
    line-height: 18px;
    font-family: "Franklin-Gothic-Condensed";
    color: #000000;
    text-align: left;
}

.accordionFold .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Franklin-Gothic-Book-Regular";
    color: #000000;
    text-align: left;
}

@media (max-width:900px) and (min-width:300px) {
    .Promo_img {
        width: 50px
    }
}


/*404 PAGE*/

.page_404 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.content_404 h5 {
    font-size: 35px;
    font-family: "Franklin-Gothic-Condensed";
}

.content_404 p {
    font-size: 22px;
    font-family: 'Franklin-Gothic-Book-Regular';
}

.content_404 {
    height: 330px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.learn-btn {
    font-size: 14px;
    line-height: 20px;
    font-family: "Franklin-Gothic-Book-Regular";
    color: #000000;
    text-decoration: underline;
}

    .learn-btn:hover {
        color: #000000;
    }

#search {
    z-index: 2;
    position: relative;
}

.exscroll-wrapper.noscroll {
    overflow-x: visible;
}

.owl-carousel2 .owl-nav button.disabled {
    opacity: 0.5;
}

.rtext-padding {
    padding: 60px 0;
    margin: 0 auto;
}

span.rtext-padding {
    display: inline-block;
}

.half-hero {
    background: var(--black2);
    padding-left: 0;
    padding-right: 0;
}

    .half-hero .inner-box > div:first-child {
        min-height: 219px;
    }

    .half-hero .text-box h2 {
        font-size: 38px;
        line-height: 34px;
        font-family: var(--arpona-black-italic);
    }

    .half-hero .text-box p {
        font-size: 16px;
        line-height: 22px;
    }

.accordion-body p a {
    color: #000;
}

.video-layer {
    text-align: center;
}

    .video-layer iframe {
        width: 334px;
        height: 188px;
    }

.primal-box .primary-btn-cheese {
    background-color: #fff;
}

.half-hero .inner-box .text-box2 {
    padding-bottom: 30px;
}


.promo-banner {
    color: #fff;
}

h2.title-underline {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    h2.title-underline::after {
        content: '';
        display: block;
        width: 80px;
        height: 10px;
        background-color: #ffc72c;
        border-radius: 3px;
        margin: 10px auto;
    }

.hardees_timeline--careers {
    padding: 40px 0;
}

    .hardees_timeline--careers .franklin-normal {
        max-width: 800px;
        margin: auto;
        font-size: 18px;
        line-height: 1.2;
        font-family: var(--franklin-gothic-book-regular);
    }

    .hardees_timeline--careers .join-app {
        margin-bottom: 0;
    }
/******************************** 
** Media CTA 
********************************/
.media-cta-container {
    padding: 40px 0;
}

.media-cta {
}

.media-cta--flipped .media-cta__image {
    order: 2;
}

.media-cta__text {
    padding-left: 40px;
}

.media-cta--flipped .media-cta__text {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.media-cta__figure {
    overflow: hidden;
}

.media-cta__img {
    display: block;
    background: no-repeat center center / cover;
}

    .media-cta__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }

.video-container video {
}

.media-cta__desc {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--franklin-gothic-book-regular);
}

@media (min-width:300px) and (max-width:767px) {
    .media-cta__figure {
        margin: 20px 0;
    }

    .media-cta__desc {
        padding: 0;
    }

    .media-cta--flipped .media-cta__image {
        order: 0;
    }

    .media-cta__text {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/******************************** 
** Image Highlight 
********************************/
.image-highlight-container {
    padding: 40px 0;
}

.image-highlight__img {
    display: block;
    background: no-repeat center center / cover;
}

    .image-highlight__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }

/******************************** 
** CTA Card 
********************************/
.cta-card {
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-radius: 10px;
}

.cta-card__figure {
}

.cta-card__img {
    display: block;
    border-radius: 10px 10px 0 0;
    background: no-repeat center center / cover;
    overflow: hidden;
}

    .cta-card__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }

.cta-card__box {
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.cta-card__title {
    margin-bottom: 20px;
}

.cta-card__desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--franklin-gothic-book-regular);
}

/******************************** 
** Instagram 
********************************/
.instagram {
    padding: 40px 0;
}

    .instagram h3 {
        font-size: 30px;
    }

    .instagram h4 {
        font-size: 40px;
    }

    .instagram .social-media {
        margin: 10px 0;
    }

        .instagram .social-media i {
            color: #000;
        }

.instagram__grid {
    display: flex;
    flex-wrap: wrap;
}

    .instagram__grid a {
        display: block;
        width: 25%;
        transition: all ease-in .3s;
    }

        .instagram__grid a:hover {
            transform: scale(1.01);
        }

.instagram__figure {
    margin: 5px;
}

.instagram__img {
    display: block;
    background: no-repeat center center / cover;
}

    .instagram__img::after {
        content: '';
        display: block;
        padding-top: 100%;
    }

.instagram__box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

@media (min-width:300px) and (max-width:767px) {
    .instagram__box {
        margin-bottom: 30px;
    }

    .instagram__grid a {
        width: 50%;
    }
}

/******************************** 
**  Two col card listing
********************************/
.two-col-card-listing-container {
    margin: 40px auto;
}

.two-col-card-listing__content {
    padding-left: 40px;
}

    .two-col-card-listing__content h3 {
        text-transform: uppercase;
        color: #ffc72c;
    }

.two-col-card-listing-container .desc {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    max-width: 800px;
    margin: auto;
    font-family: var(--franklin-gothic-book-regular);
}

.two-col-card-listing__figure {
    border-right: 8px solid rgba(255, 199, 44, .3);
    padding-right: 20px;
}

.two-col-card-listing__img {
    display: block;
    background: no-repeat center center / cover;
    max-width: 200px;
    border-radius: 50%;
    border: 5px solid #ffc72c;
}

    .two-col-card-listing__img::after {
        content: '';
        display: block;
        padding-top: 100%;
    }

.two-col-card-listing__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.two-col-card-listing__desc {
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--franklin-gothic-book-regular);
}

.two-col-card-listing__item {
    margin: 40px 0;
}

@media (min-width:300px) and (max-width:767px) {
    .two-col-card-listing__content {
        padding-left: 0;
    }

    .two-col-card-listing__figure {
        margin-bottom: 20px;
        border: none;
        padding-right: 0;
    }

    .two-col-card-listing__img {
        margin: auto;
    }

    .two-col-card-listing {
        text-align: center;
    }
}
/******************************** 
** Cards Carousel 
********************************/
.cards-carousel-container {
    padding: 40px auto;
}

.cards-carousel__item {
    display: flex;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    margin: 0 30px;
    flex: 1;
    width: 100%;
}

.cards-carousel__figure {
    width: 50%;
}

.cards-carousel__img {
    display: block;
    background: no-repeat center center / cover;
    width: 100%;
    height: 100%;
}

    .cards-carousel__img::after {
        content: '';
        display: block;
    }

.cards-carousel__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.cards-carousel__title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cards-carousel__desc {
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--franklin-gothic-book-regular);
}

.cards-carousel__content .primary-btn-cheese {
    width: fit-content;
    margin: 20px 0;
}

.owl-carousel5 .owl-stage {
    display: flex;
}

.owl-carousel5 .owl-item {
    display: flex;
    height: inherit;
    min-height: 500px;
}

.owl-carousel5 .owl-nav button {
    position: absolute;
}

.owl-carousel5 .owl-prev,
.owl-carousel5 .owl-next {
    top: 40%;
    margin: auto;
    background: #ffc72c !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .owl-carousel5 .owl-prev:hover,
    .owl-carousel5 .owl-next:hover {
        background: #C8102E !important;
    }

    .owl-carousel5 .owl-prev span,
    .owl-carousel5 .owl-next span {
        border: none;
        font-size: 90px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        position: absolute;
        height: 46px;
        color: #fff;
    }

    .owl-carousel5 .owl-prev span {
        left: 8px;
    }

    .owl-carousel5 .owl-next span {
        right: 8px;
    }

.owl-carousel5 .owl-prev {
    left: 0;
}

.owl-carousel5 .owl-next {
    right: 0;
}

.owl-carousel5 .owl-dots {
    text-align: center;
    margin: 20px 0;
}

    .owl-carousel5 .owl-dots .owl-dot {
        border: 1px solid #000;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin: 3px;
    }

        .owl-carousel5 .owl-dots .owl-dot.active {
            background-color: #000;
        }

@media (min-width:300px) and (max-width:767px) {
    .cards-carousel__item {
        flex-direction: column-reverse;
        margin: 0;
    }

    .cards-carousel__figure {
        width: 100%;
    }

    .owl-carousel5 .owl-nav {
        display: none;
    }

    .cards-carousel__img::after {
        content: '';
        display: block;
        padding-top: 60%;
    }
}

/******************************** 
** Inner Nav 
********************************/
.inner-nav {
    background-color: #FEC72E;
}

.inner-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.inner-nav__item {
    margin: 0 20px;
}

.inner-nav__link {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px 0;
    font-weight: 400;
    position: relative;
}

    .inner-nav__link.active {
        font-weight: 600;
    }

        .inner-nav__link.active:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
        }

    .inner-nav__link:hover {
        color: #000;
        font-weight: 600;
    }

        .inner-nav__link:hover:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
        }

    .inner-nav__link img {
        margin-right: 10px;
    }

@media (min-width:300px) and (max-width:767px) {
    .inner-nav__list {
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .inner-nav__item {
        flex: 1 0 auto;
    }
}

/******************************** 
** Careers Search 
********************************/
.search_area_container--careers .img_backdrop {
    height: auto !important;
    padding: 30px;
}

.careers-search h1 {
    font-family: "Arpona-Black-Italic";
}

.careers-search__form {
    display: flex;
    align-items: center;
}

.careers-search__field--input {
    flex: 1;
}

.careers-search__field {
    margin-right: 10px;
}

    .careers-search__input,
    .careers-search__field select {
        font: inherit;
        width: 100%;
        border: 0;
        background-color: #fff;
        border-radius: 6px;
        margin: 0;
        height: 50px;
        padding: 6px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .careers-search__field select {
        cursor: pointer;
    }

.careers-search__btn {
    display: flex;
    align-items: center;
}

    .careers-search__btn img {
        margin-right: 5px;
    }

@media (min-width:300px) and (max-width:767px) {
    .careers-search__form {
        flex-wrap: wrap;
    }

    .careers-search__field--input {
        width: 100%;
        flex: 1 auto;
        margin-bottom: 10px;
    }

    .careers-search__field {
        flex: 1 auto;
        margin-bottom: 10px;
    }

        .careers-search__field .secondary-btn-charbroil {
            width: 100%;
        }

    .locationrow .primary_btn {
        margin-top: 0;
    }
}

/******************************** 
** Store Details 
********************************/
#map.map-store-details {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: 360px;
    border-radius: 20px;
}

.store h1 {
    margin-bottom: 20px;
}

.store__detail {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
}

.store__detail--phone,
.store__detail--email {
    align-items: center;
}

.store__detail address {
    margin-bottom: 0;
}

.store__detail svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.store__ctas {
    display: flex;
    flex-wrap: wrap;
}

    .store__ctas .btn {
        margin-right: 20px;
        width: auto;
        margin-bottom: 10px;
    }

@media (min-width:300px) and (max-width:575px) {
    #map.map-store-details {
        height: 180px;
        margin: -27px -20px 30px;
        width: calc(100% + 40px);
        border-radius: 0;
    }
}
/******************************** 
** Job Search 
********************************/
.job-search {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .job-search::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .3);
        z-index: -1;
    }

.job-search__container {
    padding: 120px 0;
}

.job-search__title {
    font-size: 40px;
}

.job-search__desc {
    font-size: 20px;
    max-width: 450px;
}

.job-search__form {
    margin: 40px 0;
    display: flex;
    align-items: center;
    max-width: 600px;
}

.job-search__label {
    margin-right: 10px;
    font-size: 25px;
}

.job-search__input {
    margin-right: 10px;
    flex: 1;
    border: 3px solid #FEC72E;
    border-radius: 40px;
    height: 46px;
    padding: 10px;
}

.job-search__button {
    border: none;
}

.job-search-video .video-container {
    background-repeat: no-repeat;
    background-size: cover;
}

.job-search-video__form-container {
    background-color: rgba(254, 199, 46, .3);
}

    .job-search-video__form-container .job-search__form {
        max-width: 800px;
        margin: auto;
        padding: 20px 20px;
    }

.video-stage__video {
    position: relative;
    padding-bottom: 55%; /* 16:9 */
    height: 0;
}

    .video-stage__video video,
    .video-stage__video iframe {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width:300px) and (max-width:767px) {
    .job-search__container {
        padding: 60px 0;
    }
}

/* form styles */

.form-container {
}

.form-container__location {
    margin: 0 0 20px;
}

.form-container .form-label {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
}

.form-container .form-field {
    padding: 5px 10px;
    height: 50px;
    width: 100%;
    margin:0 0 20px;
    font-size:16px;
    min-height:0;
}

/* video banner */
.video-banner-container {
	max-width:1920px;
}
.video-banner {
	position:relative;
	overflow:hidden;
	height:450px;
}
.video-banner__media {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.video-banner__media:after {
	content:'';
	position:absolute;
	top:0;
	lefT:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.35);
}
.video-banner video {
	position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-banner__content {
	position:absolute;
	bottom:15px;
	left:15px;
	max-width:600px;
	color:#fff;
	padding:15px;
}
.video-banner__heading {
	font-size:40px;
}
.video-banner__description {
	font-size:20px;
	margin:0 0 20px;
	line-height:1.4;
}
.video-banner__buttons {
	
}


@media (min-width:768px) {
	.video-banner {
		height:500px;
	}
	.video-banner__content {
		bottom:45px;
		left:45px;
	}
	.video-banner--center .video-banner__content {
		left:50%;
		transform:translateX(-50%);
		text-align:center;
	}
	.video-banner--right .video-banner__content {
		left:auto;
		right:45px;
	}
}
