@font-face {
  font-family: "Swis721";
  src: url("../fonts/Swiss721BT-BlackRounded.woff2") format("woff2"), url("../fonts/Swiss721BT-BlackRounded.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SignPainter";
  src: url("../fonts/SignPainterHouseScript.woff2") format("woff2"), url("../fonts/SignPainterHouseScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/TTBluescreensTrial-Md.woff2") format("woff2"), url("../fonts/TTBluescreensTrial-Md.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/TTBluescreensTrial-Bd.woff2") format("woff2"), url("../fonts/TTBluescreensTrial-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/TTBluescreensTrial-Blk.woff2") format("woff2"), url("../fonts/TTBluescreensTrial-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .title-bar {
    width: 35px;
    margin-top: 29px;
    margin-right: 30px;
  }
  .title-bar .menu-icon {
    width: 35px;
    height: 27px;
  }
  .title-bar .menu-icon:after {
    top: 0;
    margin-top: 0;
  }
  .top-bar {
    height: auto;
    padding-top: 110px;
    max-width: 100%;
    position: fixed;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Inria Sans", sans-serif;
    color: white; /* menu item text color */
    font-size: 14px;
    background: #ED1C24; /* menu item background color */
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: transparent; /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: transparent; /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff; /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded=true] > a {
    background: #e7121a; /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded=true] > a .accordion-toggle i.fa {
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
  .top-bar .menu-close {
    right: 30px;
    left: auto;
    top: 29px;
    transform: none;
  }
  .home .header .logo {
    padding-top: 0;
  }
  .home .header .logo {
    padding-top: 0;
  }
  .home .header .logo img {
    max-width: 170px;
  }
  .header {
    margin-top: 0;
    padding: 0;
    grid-template-columns: [logo] 190px [navigation] 1fr;
  }
  .header.sticky-header {
    z-index: 10;
  }
  .header.sticky-header .logo {
    margin-top: 0;
  }
  .header .logo {
    width: 170px;
    margin-top: 10px;
  }
  .home .hero {
    padding-top: 150px;
    min-height: 620px;
  }
  .hero.default {
    height: 345px;
  }
  .home .map-section {
    margin-bottom: 5px;
  }
  .home .map-section .near-you {
    padding-top: 20px;
  }
  .map-section .map-box .map-text.hidden {
    opacity: 1 !important;
  }
  .map-section .map-box .map-text {
    pointer-events: all;
  }
  .pb-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 21px;
    text-align: center;
  }
  .cta-text {
    font-size: 32px;
    line-height: 24px;
    margin: auto;
    max-width: 285px;
    margin-bottom: 108px;
  }
  .cta-buttons button, .cta-buttons .button {
    width: 285px;
    margin-bottom: 12px;
  }
  .map-section .acf-map {
    height: 600px;
  }
  .map-section {
    grid-template-columns: 1fr;
    grid-template-areas: "map" "near-you";
  }
  .map-section .near-you {
    padding-left: 0;
    grid-area: near-you;
  }
  .map-section .near-you > p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
  }
  .map-section .closest-locations {
    padding-left: 24px;
    padding-right: 24px;
  }
  .map-section .map-box {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    grid-area: map;
  }
  .map-section .map-box .map-text {
    position: static;
    background: transparent;
    transform: none;
    padding: 0;
  }
  .map-section .map-box .map-text h2 {
    color: #fff;
    font-size: 35px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .map-section .map-box .map-text p {
    font-size: 16px;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    color: #CABC9C;
  }
  .closest-locations {
    height: auto;
    max-height: 488px;
  }
  .closest-restaurant-item {
    grid-template-columns: 55% 45%;
    height: 153px;
    border: none;
    margin-bottom: 14px;
    grid-template-areas: "info image";
  }
  .closest-restaurant-item .photo-wrapper {
    grid-area: image;
    height: 153px;
  }
  .closest-restaurant-item .info {
    grid-area: info;
    grid-template-columns: 1fr;
    gap: 9px 0;
    grid-template-areas: "title" "hours" "reviews";
  }
  .closest-restaurant-item .info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .closest-restaurant-item .info .open-hours {
    text-align: center;
  }
  .closest-restaurant-item .info .reviews {
    text-align: center;
  }
  .breadcrumbs-row {
    margin-top: 100px;
  }
  .breadcrumbs {
    padding-left: 25px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
  }
  .burger {
    display: block;
  }
  .burger-image {
    padding-top: 0;
    margin: auto;
  }
  .burger-image .label.best {
    width: 79px;
    height: 75px;
  }
  .burger-image .label.award {
    width: 90px;
    height: 90px;
    left: 30px;
    top: 40px;
  }
  .burger-image .label.new {
    width: 80px;
    height: 88px;
  }
  .main-info {
    background-color: transparent;
    padding-bottom: 0;
  }
  .main-info .page-title {
    color: #FFF;
    font-size: 31px;
  }
  .main-info p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
  }
  .burger-info .options {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .burger-info .options .primary {
    padding: 12px;
    gap: 0 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "images description" "images price";
  }
  .burger-info .options .primary .order-icons {
    grid-area: images;
  }
  .burger-info .options .primary .price {
    grid-area: price;
  }
  .burger-info .options .secondary {
    padding: 15px 10px;
    font-size: 14px;
    gap: 0 15px;
    border-radius: 10px;
    grid-template-rows: 32px auto 1fr;
  }
  .burger-info .options .secondary svg {
    max-width: 100%;
  }
  .burger-info .options .secondary .price {
    font-size: 24px;
    line-height: 1;
  }
  .burger-info .main-info .rating {
    float: right;
    padding-top: 6px;
  }
  .mobile-quick-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    z-index: 1;
  }
  .mobile-quick-nav .quick-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED1C24;
    color: #FFF;
    text-align: center;
    font-family: "Inria Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    cursor: pointer;
  }
  .mobile-quick-nav .quick-link .arrow-svg {
    margin-left: 10px;
    margin-right: 0;
    margin-top: 3px;
  }
  .mobile-quick-nav .quick-link.find-us svg {
    margin-right: 10px;
  }
  .mobile-quick-nav .quick-link.cart-btn-m svg {
    margin-left: 15px;
  }
  .cart-btn-m.active {
    position: relative;
  }
  .cart-btn-m.active:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 25px;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #ED1C24 transparent;
  }
  .burgers-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .main-info {
    padding-top: 0;
  }
  .main-info .page-title {
    margin-bottom: 5px;
    line-height: 1.2;
    color: #FFF;
    font-size: 31px;
    font-weight: 700;
  }
  .main-info p {
    margin-bottom: 0;
  }
  .home .burgers-archive {
    margin-top: 110px;
    margin-bottom: 90px;
  }
  .home .burgers-archive .archive-title {
    font-size: 30px;
    line-height: 1;
  }
  .main-content.mobile-video {
    margin-top: 310px;
  }
  .side-dishes h2 {
    margin-bottom: 30px;
  }
  .default-page .wp-block-heading {
    margin-bottom: 16px;
  }
  .default-page .wp-block-group {
    margin-bottom: 20px;
  }
  .background-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: -2;
    pointer-events: none;
  }
  .background-mobile .hero-video {
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .hero {
    padding-top: 160px;
    padding-bottom: 86px;
  }
  .not-found {
    padding-top: 200px;
  }
  .not-found h1 {
    font-size: 32px;
  }
  .not-found p {
    font-size: 18px;
  }
  .not-found .menu-404-menu-container ul li a {
    font-size: 18px;
  }
  .promo-desktop {
    display: none;
  }
  .burgers-list.reach .burger-card {
    opacity: 1;
  }
  .burgers-list.reach .burger-card:nth-child(even) {
    transform: translateX(0);
  }
  .burgers-list.reach .burger-card:nth-child(odd) {
    transform: translateX(0);
  }
  .burgers-list .burger-card {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .burgers-list .burger-card:nth-child(even) {
    transform: translateX(100px);
  }
  .burgers-list .burger-card:nth-child(odd) {
    transform: translateX(-100px);
  }
  .map h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
  }
  .default-page.news-post h1, .default-page.news-post h2, .default-page.news-post h3, .default-page.news-post h4, .default-page.news-post h5, .default-page.news-post h6 {
    text-align: left;
  }
  .default-page .gutenberg-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .default-page .wp-block-column h1, .default-page .wp-block-column h2, .default-page .wp-block-column h3, .default-page .wp-block-column h4, .default-page .wp-block-column h5, .default-page .wp-block-column h6 {
    padding-left: 0;
    padding-right: 0;
  }
  .default-page .wp-block-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .burger-info .options.sides {
    max-width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    padding: 12px 22px;
  }
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
  }
  .contact-form .gform_heading {
    margin-bottom: 60px;
  }
  .contact-form select option {
    width: 100%;
  }
  .label.award {
    left: -10px;
  }
  .burgers-list .burger-card h3.spicy:before {
    margin-top: -9px;
  }
  .burgers-list .burger-card h3.vegan:before {
    margin-top: -4px;
    height: 19px;
  }
  .label + .label {
    margin-top: 60px;
  }
  .default-page h1.page-title {
    margin-bottom: 15px;
  }
  .delivery {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .delivery h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .delivery h2 svg {
    width: 28px;
    height: 28px;
  }
  .delivery .food-panda-logo {
    max-width: 199px;
    height: 39px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .location-box a {
    margin-bottom: 15px;
  }
  .location-box .manager {
    margin-bottom: 10px;
  }
  .burgers-home {
    background-color: #000;
    padding-bottom: 45px;
  }
  .menu .burgers-home {
    padding-bottom: 0;
  }
  .burgers-home > h3 {
    color: #fff;
    font-size: 35px;
    line-height: 0.94;
  }
  .burgers-home > p {
    font-size: 22px;
    color: #fff;
    line-height: 1.06;
    padding: 0 20px;
  }
  .burgers-list {
    gap: 30px 10px;
  }
  .burgers-list .burger-card-new .label {
    left: auto;
    right: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    background-size: 54px 54px !important;
  }
  .burgers-list .burger-card-new .label.vegan {
    background-size: 40px !important;
  }
  .milkshakes .burgers-list .burger-card-new .burger-wrap {
    grid-template-rows: 250px auto 1fr;
  }
  .milkshakes .burgers-list .burger-card-new .burger-wrap .image img {
    max-height: 250px;
    height: 250px;
  }
  .burgers-list .burger-card-new.burgers .burger-wrap, .burgers .burgers-list .burger-card-new .burger-wrap {
    grid-template-rows: 200px auto 1fr;
  }
  .burgers-list .burger-card-new.burgers .burger-wrap img, .burgers .burgers-list .burger-card-new .burger-wrap img {
    max-height: 200px;
  }
  .burgers-list .burger-card-new .burger-wrap {
    grid-template-rows: 140px auto 1fr;
  }
  .burgers-list .burger-card-new .burger-wrap img {
    max-height: 140px;
    width: auto;
  }
  .burgers-list .burger-card-new .burger-wrap .title {
    font-size: 28px;
    padding: 0;
  }
  .burgers-list .burger-card-new .burger-wrap .title h3 {
    font-size: 28px;
  }
  .burgers-list .burger-card-new .burger-wrap .ingredients {
    padding: 0 10px;
    font-size: 16px;
  }
  .see-all p {
    color: #fff;
    font-size: 28px;
  }
  .burger-sizes-section .burger-sizes {
    grid-template-columns: repeat(3, 100px);
    justify-content: center;
  }
  .burger-sizes-section .burger-size p:first-child {
    font-size: 16px;
  }
  .burger-sizes-section .burger-size svg {
    max-height: 80px;
    height: auto;
    max-width: 50px;
  }
  .burger-sizes-section {
    padding-top: 30px;
  }
  .burger-sizes-section h2 {
    font-size: 35px;
  }
  .delivery {
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    grid-template-columns: 30px 110px 120px;
  }
  .delivery svg {
    max-width: 30px;
  }
  .delivery h2 {
    font-size: 14px;
    line-height: 1;
  }
  .delivery a svg {
    max-width: 120px;
  }
  .map-section.menu-map {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  .map-section.menu-map .map-box {
    grid-area: auto;
  }
  .map-section.menu-map .map-content {
    padding: 50px 40px 90px;
  }
  .map-section.menu-map .map-content h3 {
    font-size: 45px;
    line-height: 1.12;
    margin-bottom: 57px;
  }
  .map-section.menu-map .map-content svg {
    height: 40px;
    width: 40px;
  }
  .map-section.menu-map .map-content .button {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 11px 12px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .map-section.menu-map .acf-map {
    height: 500px;
  }
  .menu .burgers-home {
    padding-top: 0;
  }
  .menu {
    background-color: #000;
  }
  .menu-tab .menu-description {
    padding: 0 10px;
  }
  .menu-tab .menu-description h3 {
    font-size: 35px;
    line-height: 0.95;
    margin-bottom: 10px;
  }
  .menu-tab .menu-description > h3, .menu-tab .menu-description > p {
    color: #fff;
  }
  .menu-tab .menu-description > p {
    font-size: 21px;
  }
  .menu-tabs {
    max-width: 100%;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: static;
    transform: translateY(-40px);
  }
  .menu-tabs li {
    font-size: 0;
    display: inline-block;
  }
  .menu-tabs li:first-child a:after, .menu-tabs li:nth-child(2) a:after {
    display: none;
  }
  .menu-tabs li a {
    font-size: 18px;
    line-height: 155%;
    padding: 5px 15px;
  }
  .menu-tabs li a.active {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .menu-tabs li a.active:after, .menu-tabs li a.active:before {
    display: block;
    background-image: url("../images/corner-left.png");
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    width: 15px;
    height: 15px;
    bottom: 0;
    top: auto;
    right: calc(100% - 1px);
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu-tabs li a.active:after {
    background-image: url("../images/corner-right.png");
    left: 100%;
    right: auto;
  }
  .page-template-template-menu .header .logo:after {
    display: none;
  }
  .wp-block-image img {
    width: 100%;
  }
  .location-form-wrap {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .contact-form {
    background-color: #000;
  }
  .contact-form .gform_title {
    color: #fff;
    font-size: 33px;
  }
  .contact-form .gform_description {
    color: #fff;
    font-size: 18px;
  }
  .contact-form .gform_description a {
    color: #fff;
  }
  .contact-form .gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
    font-size: 18px !important;
    top: 11px;
  }
  .contact-form .gform_wrapper.gravity-theme .gfield input {
    color: #fff;
    background-color: #000;
    border-color: #6A6565 !important;
    font-size: 18px !important;
    height: auto !important;
    padding: 16px 12px;
  }
  .contact-form .gform_wrapper.gravity-theme select, .contact-form .gform_wrapper.gravity-theme textarea {
    color: #fff;
    font-size: 18px !important;
    padding: 16px 12px !important;
  }
  .contact-form .gform_wrapper.gravity-theme select {
    max-width: 100% !important;
    height: auto !important;
    background-image: url("../images/arrow_down_w.png");
  }
  .contact-form .button.gform_button, .contact-form button.checkout {
    margin: 0 !important;
    width: 100%;
  }
  body:not(.home) .header .logo:after {
    display: none;
  }
  .hero.about {
    height: 600px;
    padding-top: 200px;
  }
  .single-burger {
    margin-top: 60px;
  }
  .burger-card .options.desktop {
    display: none;
  }
  .burger-card .burger-header .burger-image img {
    width: auto;
  }
  .best-with {
    margin-top: 35px;
  }
  .burger-info .main-info {
    margin-bottom: 35px;
  }
  .hero.default .find-pb-btn {
    white-space: nowrap;
    bottom: 35px;
  }
  .find-pb-btn {
    margin: 20px 0 15px;
    border: none;
    font-family: "TT Bluescreens Trial", sans-serif;
    font-size: 27px;
    background-color: #ED1C24;
  }
}
@media only screen and (max-width: 340px) {
  .cart-item p.qnt,
  .cart-item .price {
    font-size: 20px;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .home .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .header .main-nav {
    align-self: flex-start;
  }
  .top-bar {
    position: fixed;
  }
  .open-cart {
    position: fixed;
    padding-bottom: 80px;
    padding-right: 15px;
  }
  #cart-items {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scrollbar-color: #231f20 #000;
    max-height: 45vh;
    padding-right: 15px;
  }
  .open-cart h3 {
    padding-right: 15px;
  }
  button.checkout {
    max-width: calc(100% - 15px);
    display: block;
  }
  .burger-image .label.best {
    width: 158px;
    height: 149px;
    left: 45px;
  }
  .burger-image .label.promo {
    right: 45px;
    width: 135px;
    height: 85px;
  }
  .title-bar {
    line-height: 25px;
    margin-right: 16px;
  }
  .title-bar .menu-icon .hamburger-line {
    height: 4px;
  }
  .map-about {
    display: block;
    margin-bottom: 0;
  }
  .map-about .map-box {
    display: grid;
    margin: 0;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    align-items: center;
  }
  .map-about .map-box .acf-map {
    margin-bottom: 0;
  }
  .map-about .map-box .map-text {
    position: relative;
    transform: none;
    top: 0;
    background: transparent;
    text-align: center;
  }
  .map-about .map-box .map-text h2 {
    font-size: 41px;
    margin-bottom: 30px;
  }
  .map-about .map-box .map-text p {
    font-size: 18px;
    color: #CABC9C;
    font-weight: normal;
    margin-bottom: 60px;
  }
  .map-about .map-box .map-text .button {
    font-family: "TT Bluescreens Trial", sans-serif;
    font-size: 30px;
    line-height: 145%;
    letter-spacing: 0.5%;
    text-align: center;
  }
  .faq-content {
    background-color: #fff;
  }
  .faq-page {
    padding: 90px 0;
  }
  .faq-items {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 25px 70px;
  }
  .faq-item {
    margin-bottom: 0;
  }
  .faq-item h3 {
    color: #000;
  }
  .faq-item h3 svg path {
    fill: #000;
  }
  .faq-item p, .faq-item li {
    color: #000;
  }
  .map-section.menu-map .map-content .button {
    padding: 15px 20px;
    background-color: transparent;
  }
  .hero-section {
    display: grid;
    align-items: end;
    margin-top: 61px;
    margin-bottom: 47px;
    grid-template-columns: 43% 57%;
    grid-template-rows: 1fr 250px;
    grid-template-areas: "info promo" "cta promo";
  }
  .hero-section .cta-buttons {
    grid-area: cta;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    align-self: center;
  }
  .promo-info {
    grid-area: info;
    margin-left: auto;
    margin-right: auto;
    max-width: 371px;
  }
  .promo-info h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: 93%;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 16px;
  }
  .promo-info .promos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .promo-info .promos h3 {
    font-family: "TT Bluescreens Trial", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -2%;
    color: #E30613;
    margin-bottom: 15px;
  }
  .promo-info .promos .lunch h3 {
    color: #EAD782;
  }
  .promo-info .promos p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 0;
  }
  .home .cta-buttons {
    top: 0;
  }
  .promo-hero {
    width: 585px;
    height: 600px;
    border-radius: 20px;
    padding-top: 122px;
    grid-area: promo;
  }
  .promo-hero .promo-label {
    top: 42px;
    right: 34px;
    left: auto;
  }
  .promo-content {
    width: auto;
    margin-left: 51px;
  }
  .promo-content h1 {
    font-size: 94px;
  }
  .promo-content p {
    font-size: 26px;
  }
  .promo-content .side-dish {
    background-color: transparent;
    position: absolute;
    top: 86px;
    left: 202px;
    font-size: 26px;
    max-width: 50px;
    line-height: 0.9;
  }
  .promo-content .side-dish:before {
    position: absolute;
    left: -8px;
  }
  .promo-content .arrow-promo {
    top: 22px;
    right: 148px;
  }
  .promo-content .promo-price {
    position: absolute;
    top: 124px;
    right: 117px;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  body:not(.home) .header .logo:after {
    display: none;
  }
  .page-template-template-menu .header .logo:after {
    display: none;
  }
  .header {
    grid-template-columns: [logo] 190px [navigation] 1fr;
  }
  .header .logo {
    width: 100%;
  }
  .background-desktop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -2;
    pointer-events: none;
  }
  #shopping-cart h2 {
    padding: 10px;
  }
  .breadcrumbs-row {
    margin-top: 125px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .burger {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .burger-image {
    padding-top: 0;
  }
  .burger-card .burger-header .burger-image {
    transform: none;
  }
  .burger-card .burger-header .burger-image .label {
    right: auto;
  }
  .burger-card .burger-header .burger-image img {
    height: 100%;
    width: auto;
  }
  .burger-image,
  .burger-info {
    width: 100%;
  }
  .burgers-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .promo-desktop {
    display: none;
  }
  .side-dishes .sides-list .left-col {
    padding-right: 15px;
  }
  .side-dishes .sides-list .left-col h3 {
    text-align: right;
  }
  .side-dishes .sides-list .right-col {
    padding-left: 15px;
  }
  .burger-image .label.promo .Button-content {
    font-size: 16px;
    padding-top: 23px;
  }
  .main-info .page-title.burger-pt {
    opacity: 1;
  }
  .main-info .page-title.burger-pt .w {
    transform: none !important;
  }
  .burgers-list .burger-card a .image {
    margin-bottom: 0;
  }
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .delivery h2 {
    font-size: 30px;
  }
  .delivery h2 svg {
    width: 30px;
    height: 30px;
  }
  .burger-sizes-section {
    padding-top: 30px;
  }
  .burger-sizes-section .burger-size {
    grid-template-rows: 25px 100px auto;
  }
  .burger-sizes-section .burger-size svg {
    max-width: 80px;
    max-height: 100px;
  }
  .burgers-list .burger-card-new .title h3 {
    font-size: 28px;
  }
  .burgers-list .burger-card-new .label {
    left: auto;
    right: -5px;
    top: -5px;
  }
  .hero {
    padding-top: 125px;
    padding-bottom: 40px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .cta-text {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .burgers-home > h3 {
    font-size: 40px;
  }
  .burgers-home > p {
    font-size: 28px;
  }
  .map-section .map-box .map-text.hidden {
    opacity: 1 !important;
  }
  .map-section {
    grid-template-columns: 1fr;
    grid-template-areas: "map" "near-you";
  }
  .map-section .near-you {
    padding-left: 0;
    grid-area: near-you;
  }
  .map-section .near-you > p {
    font-family: "Swis721", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-align: center;
  }
  .map-section .closest-location {
    padding-left: 20px;
    padding-right: 20px;
  }
  .map-section .map-box {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    grid-area: map;
  }
  .map-section .map-box .map-text {
    position: static;
    background: transparent;
    transform: none;
    padding: 0;
  }
  .map-section .map-box .map-text h2 {
    color: #E8D8B5;
    font-size: 35px;
  }
  .map-section .map-box .map-text p {
    font-size: 20px;
    color: #E8D8B5;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
  }
  .closest-locations {
    height: auto;
  }
  .closest-restaurant-item {
    grid-template-columns: 55% 45%;
    height: 153px;
    border: none;
    margin-bottom: 14px;
    grid-template-areas: "info image";
  }
  .closest-restaurant-item .photo-wrapper {
    grid-area: image;
    height: 153px;
  }
  .closest-restaurant-item .info {
    grid-area: info;
    grid-template-columns: 1fr;
    gap: 9px 0;
    grid-template-areas: "title" "hours" "reviews";
  }
  .closest-restaurant-item .info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .closest-restaurant-item .info .open-hours {
    text-align: center;
  }
  .closest-restaurant-item .info .reviews {
    text-align: center;
  }
  .menu-tabs {
    max-width: 100%;
  }
  .menu-tabs li a {
    font-size: 14px;
    font-weight: normal;
    padding: 9px 14px;
  }
  .menu-tabs li a:before, .menu-tabs li a:after {
    display: none;
  }
  .burgers-list .burger-card-new .burger-wrap {
    grid-template-rows: 240px auto 1fr;
  }
  .burgers-list .burger-card-new .burger-wrap .image {
    text-align: right;
  }
  .burgers-list .burger-card-new .burger-wrap .image img {
    max-height: 240px;
    width: auto;
  }
  .map-section.menu-map {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  .map-section.menu-map .map-box {
    grid-area: auto;
  }
  .map-section.menu-map .map-content {
    padding: 50px 40px;
  }
  .map-section.menu-map .map-content h3 {
    font-size: 38px;
  }
  .menu-tab {
    padding: 0 10px;
  }
  .menu-tab .text-center {
    padding: 0 10px;
  }
  .burger-card .burger-header {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .burger-card .main-info {
    background: transparent;
  }
  .burger-card .options.desktop {
    display: none;
  }
  .burger-card .burger-info .main-info .wp-block-image .aligncenter {
    display: table;
  }
  .best-with {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .header .logo {
    padding-top: 0;
  }
  .hero h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .burgers-home > h3, .burgers-home > p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .burgers-home > h3 {
    font-size: 35px;
  }
  .burgers-home > p {
    font-size: 23px;
  }
  .burgers-list {
    gap: 20px;
  }
  .burgers-list .burger-card-new.burgers .burger-wrap {
    grid-template-rows: 240px auto 1fr;
  }
  .burgers-list .burger-card-new .burger-wrap {
    grid-template-rows: 160px auto 1fr;
  }
  .burgers-list .burger-card-new .burger-wrap .image img {
    height: auto;
  }
  .burgers-list .burger-card-new.milkshakes .burger-wrap {
    grid-template-rows: 240px auto 1fr;
  }
  .menu-description h3 {
    font-size: 35px;
  }
  .menu-description p {
    font-size: 23px;
  }
  .map-about .map-box .map-text .button {
    font-size: 23px;
    padding: 14px;
  }
  .hero.about {
    padding-bottom: 60px;
  }
  .hero.about .scroll-down {
    bottom: 20px;
  }
  .hero.default {
    height: 260px;
  }
  .faq-page {
    padding: 50px 20px;
  }
  .faq-items {
    width: 100%;
    padding: 20px;
  }
  .hero-section {
    padding-right: 25px;
    grid-template-rows: 1fr 200px;
  }
  .promo-hero {
    width: auto;
    height: 500px;
  }
  .promo-content h1 {
    font-size: 80px;
    line-height: 0.8;
  }
  .promo-content .side-dish {
    top: 75px;
    left: 177px;
  }
  .promo-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo-info h2 {
    font-size: 32px;
  }
  .promo-info .promos {
    gap: 10px;
  }
  .promo-info .promos h3 {
    font-size: 28px;
  }
  .header .logo {
    max-width: 200px;
  }
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .promo-info {
    display: none !important;
  }
  .hero-section {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "promo" "cta";
  }
  .promo-hero {
    width: 100%;
    border-radius: 0;
  }
  .home .cta-buttons {
    border-radius: 20px;
    padding: 15px;
    top: -20px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .pb-title {
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-section {
    background-attachment: fixed;
  }
  .header.sticky-header {
    padding-bottom: 18px;
  }
  .burgers-list.reach .burger-card {
    opacity: 1;
  }
  .burgers-list.reach .burger-card:nth-child(even) {
    transform: translateX(0);
  }
  .burgers-list.reach .burger-card:nth-child(odd) {
    transform: translateX(0);
  }
  .burgers-list .burger-card {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .burgers-list .burger-card:nth-child(even) {
    transform: translateX(100px);
  }
  .burgers-list .burger-card:nth-child(odd) {
    transform: translateX(-100px);
  }
  .other-mains h2,
  .side-dishes h2,
  .for-kids h2 {
    font-size: 38px;
  }
  .main-content.for-kids:after {
    top: -20px;
  }
  .main-content.for-kids .burgers-archive {
    margin-top: 90px;
  }
  .background-desktop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -2;
    pointer-events: none;
  }
  .home .burgers-archive {
    margin-bottom: 154px;
    height: 30vh;
  }
  .burgers-archive {
    max-width: 630px;
    margin-bottom: 90px;
    margin-top: 220px;
  }
  .burgers-archive p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 27px;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.45);
  }
  .reviews-page .page-title {
    font-size: 38px;
  }
  .reviews-page h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .reviews-page p {
    font-size: 20px;
    line-height: 1.2;
  }
  .burgers-list {
    max-width: 1152px;
  }
  .home .archive-title {
    font-size: 58px;
  }
  .home .burgers-archive p {
    font-size: 22px;
  }
  .side-dishes h2 {
    margin-bottom: 30px;
  }
  .archive-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .burgers-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .burgers-list .burger-card a {
    gap: 0;
    height: 224px;
    grid-template-rows: 122px 102px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image title" "image description";
  }
  .burgers-list .burger-card a .image {
    grid-area: image;
    align-self: center;
    justify-self: center;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .burgers-list .burger-card a .image img {
    max-height: 207px;
    margin-top: 0;
    height: auto;
  }
  .burgers-list .burger-card a .ingredients {
    grid-area: description;
    border-bottom-left-radius: 0;
    padding: 0 22px 15px 22px;
  }
  .burgers-list .burger-card a .title {
    grid-area: title;
    height: 100%;
    border-top-right-radius: 10px;
    padding-left: 22px;
    padding-right: 22px;
    align-content: end;
    text-align: left;
    margin-bottom: 0;
  }
  .burgers-list .burger-card a h3 {
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.1;
    align-self: end;
    justify-self: start;
    text-align: left;
  }
  .burgers-list .burger-card a p {
    grid-area: description;
    justify-self: start;
    align-self: start;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .burgers-list .burger-card h3.spicy {
    padding-left: 0;
  }
  .burgers-list .burger-card h3.spicy:before {
    right: -32px;
    left: auto;
    width: 23px;
    height: 23px;
    top: 6px;
    position: absolute;
  }
  .burgers-list .burger-card h3.vegan {
    padding-left: 0;
  }
  .burgers-list .burger-card h3.vegan:before {
    right: -32px;
    left: auto;
    position: absolute;
    width: 31px;
    height: 31px;
    top: 2px;
  }
  .label {
    padding: 0;
    left: auto;
  }
  .label.best {
    background-image: url("../images/best-seller-d.png");
    width: 132px;
    height: 129px;
    right: 5px;
    top: -31px;
  }
  .label.new {
    width: 80px;
    height: 88px;
    right: 15px;
    top: -5px;
    left: auto;
    background-image: url("../images/new-desktop.png");
  }
  .burger-image .label.new {
    width: 128px;
    height: 141px;
    left: 0;
    background-image: url("../images/new-single.png");
  }
  .burger-image .label.best {
    width: 158px;
    height: 149px;
    left: 45px;
  }
  .burger-image .label.promo {
    display: none;
  }
  .burger-image {
    padding-top: 0;
  }
  .burger-image .label.chicken {
    right: auto;
    width: 140px;
    height: 140px;
    top: -34px;
  }
  .burger-info {
    position: relative;
  }
  .burger-info .promo-desktop {
    position: absolute;
    right: 27px;
    width: 148px;
    height: 48px;
    top: -17px;
  }
  .burger-info .promo-desktop .label.promo {
    transform: none;
  }
  .burger-info .options .promo s {
    display: block;
    margin-bottom: 5px;
  }
  .burger-info .options .primary.promo {
    border: 1px solid rgb(237, 28, 36);
  }
  .burger-info .options .option.promo .quick-order-label {
    background-color: #ED1C24;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .label.chicken {
    width: 105px;
    height: 105px;
  }
  .label + .label {
    margin-right: 110px;
  }
  .burger-image .label + .label {
    margin-right: 0;
    margin-top: 110px;
  }
  .label.promo {
    left: 14px;
    top: -5px;
    right: auto;
    width: 120px;
    height: 45px;
    transform: rotate(-24deg);
  }
  .label.promo .Button-content {
    padding-top: 5px;
    font-size: 17px;
    line-height: 1;
  }
  .burger-sizes-section {
    max-width: 920px;
    padding-top: 40px;
    padding-bottom: 115px;
  }
  .burger-sizes-section h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .burger-sizes-section .burger-size {
    grid-template-rows: 31px 176px auto;
    width: 100%;
  }
  .burger-sizes-section .burger-size svg {
    width: 150px;
    height: auto;
  }
  .burger-sizes-section .burger-size p:first-child {
    font-size: 27px;
  }
  .burger-sizes-section .burger-size p {
    font-size: 24px;
  }
  .default-page p {
    font-size: 20px;
    line-height: 1.2;
  }
  .default-page .page-title {
    margin-bottom: 55px;
  }
  .default-page h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .default-page h2 {
    font-size: 36px;
    margin-top: 32px;
  }
  .default-page h3 {
    font-size: 26px;
  }
  .default-page .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .default-page .wp-block-columns .wp-block-column:first-child h3 {
    text-align: right;
  }
  .side-dishes .sides-list .left-col {
    padding-right: 15px;
  }
  .side-dishes .sides-list .left-col h3 {
    text-align: right;
  }
  .side-dishes .sides-list .right-col {
    padding-left: 15px;
  }
  .type-sides .burger-image {
    padding-top: 0;
  }
  .for-kids:after {
    right: 25%;
  }
  .top-bar .header-menu li > a:hover {
    border-bottom-color: #ED1C24;
  }
  .burger-info .options.sides {
    padding: 20px 55px;
  }
  .burger-info .options.sides .option.secondary {
    font-size: 20px;
    line-height: 29px;
    padding: 0px;
    gap: 0;
    border-bottom: 1px dashed rgb(237, 28, 36) !important;
    border-radius: 0;
    padding-bottom: 5px;
  }
  .burger-info .options.sides .option.secondary:last-child {
    border-bottom: none !important;
  }
  .burger-info .options.sides .option.secondary .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    text-align: right;
  }
  .burgers-list .burger-card.type-sides a h3 {
    align-self: center;
  }
  .cart-item .item-info,
  .cart-item p,
  .total-title h3:after,
  .open-cart h3 {
    font-size: 16px;
  }
  .total-title h3:after {
    margin-top: 1px;
  }
  .cart-item .item-info {
    line-height: 1.2;
  }
  .locations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .location-box {
    width: 100%;
    margin-bottom: 0;
    margin-top: 28px;
  }
  .location-box h2 {
    margin-top: 6px;
    font-size: 32px;
    height: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .location-box .address {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 38px;
  }
  .location-box p {
    font-size: 16px;
  }
  .location-box a {
    margin-bottom: 5px;
  }
  .hero.about .button {
    width: 196px;
    padding: 11px;
  }
  .hero.about {
    padding-bottom: 109px;
  }
  .hero.about .scroll-down {
    bottom: 40px;
  }
  .main-content.about-page {
    background-color: #fff;
  }
  .main-content.about-page .default-page {
    padding-top: 60px;
    padding-bottom: 77px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 40px;
  }
  .main-content.about-page .default-page .wp-block-image {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .main-content.about-page .default-page .wp-block-image figure {
    background-color: #ED1C24;
    border-radius: 15px;
    padding: 0 30px 20px;
  }
  .main-content.about-page .default-page p, .main-content.about-page .default-page h1, .main-content.about-page .default-page h2, .main-content.about-page .default-page h3, .main-content.about-page .default-page h4, .main-content.about-page .default-page h5, .main-content.about-page .default-page h6 {
    color: #000;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .single-burger {
    background-color: #fff;
  }
  .burger-card {
    display: grid;
    padding: 130px 80px 60px 140px;
    gap: 70px;
    grid-template-columns: minmax(0, 270px) minmax(0, 705px);
    grid-template-areas: "info header";
    align-items: end;
    justify-content: center;
  }
  .burger-card .burger-header {
    grid-area: header;
    min-height: 580px;
    background-color: #000;
    border-radius: 20px;
    overflow: visible;
  }
  .burger-card .burger-header .burger-image {
    transform: none;
    top: -60px;
    right: -40px;
    left: auto;
    overflow: visible;
    width: auto;
    height: auto;
  }
  .burger-card .burger-header .burger-image .label {
    width: 137px;
    height: 137px;
    background-size: 129px 129px;
    top: 80px;
    right: auto;
    left: 70px;
  }
  .burger-card .burger-header .burger-image .label.vegan {
    background-size: 80px;
  }
  .burger-card .burger-header .burger-image .label.vegetarian {
    background-size: 115px;
  }
  .burger-card .burger-header .ingredients {
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger-card .burger-info {
    grid-area: info;
    padding: 0;
  }
  .burger-card .burger-info .main-info {
    background-color: transparent;
    padding: 0;
    color: #000;
    margin-bottom: 0;
  }
  .burger-card .burger-info .main-info .page-title {
    color: #000;
  }
  .burger-card .burger-info .main-info p {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .burger-card .burger-info .main-info > *:not(.wp-block-image) {
    padding-left: 0;
    padding-right: 0;
  }
  .burger-card .burger-info .main-info .wp-block-image {
    display: none;
  }
  .burger-card .options {
    position: static;
  }
  .burger-card .options.mobile {
    display: none;
  }
  .burger-card .best-with {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    background-color: #000;
    border: none;
  }
  .burger-card .best-with h4, .burger-card .best-with p.content {
    color: #fff;
  }
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .burger-card {
    padding: 130px 40px 60px 40px;
    gap: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}