/*
Theme Name: Savvy Sliders
Theme URI: https://www.savvysliders.com/
Description: An awesome theme
Author: Geek Town USA
Author URI: https://www.geektownusa.com/
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input,
button,
textarea {
  font-family: 'Montserrat', sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
  float: none;
  display: block;
}
.displayNone {
  display: none;
}
.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  margin-bottom: 0px !important;
}
img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 100%;
  outline: none;
}
img {
  height: auto;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/**
 * Superfish Menu
 */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  position: relative;
  z-index: 100;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  padding: 20px 0 ;
  display: none;
  top: 100%;
  z-index: 1000000;
  background: white;
  width: 350px;
  -webkit-box-shadow: 0 4px 2px #00000026;
          box-shadow: 0 4px 2px #00000026;
  color: black;
  border-top: 3px solid black;
}
.sf-menu ul li {
  width: 100% !important;
  margin-right: 0 !important;
}
.sf-menu ul li:last-child {
  margin-bottom: 0 !important;
}
.sf-menu ul li a {
  display: block;
  width: 100% !important;
  font-size: 14px;
  color: black;
  text-align: left;
}
.sf-menu ul li a::after {
  display: none !important;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
/**
 * Custom Code
 */
@font-face {
  font-family: 'SignPainter';
  src: url('../eot/signpainter-housescript.eot');
  src: url('../eot/signpainter-housescriptd41d.eot?#iefix') format('embedded-opentype'), url('../woff2/signpainter-housescript.woff2') format('woff2'), url('../woff/signpainter-housescript.woff') format('woff'), url('../ttf/signpainter-housescript.ttf') format('truetype'), url('../svg/signpainter-housescript.svg#SignPainter-HouseScript') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SignPainter-HouseScript';
  src: url('../eot/signpainter-housescript_1.eot');
  src: url('../eot/signpainter-housescript_1d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/signpainter-housescript_1.woff2') format('woff2'), url('../woff/signpainter-housescript_1.woff') format('woff'), url('../ttf/signpainter-housescript_1.ttf') format('truetype'), url('../svg/signpainter-housescript_1.svg#SignPainter-HouseScript') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.btn,
body .gform_wrapper form input[type="submit"],
body .gform_wrapper form input[type="button"],
body .gform_wrapper.gravity-theme .gform_previous_button.button {
  font-family: 'nexa-rust-sans-black-2';
  max-height: 70px;
  text-align: center;
  background-color: #ae2424 !important;
  border: none;
  font-size: 20px;
  color: #fff;
  padding: 8px 15px;
  letter-spacing: 2px;
  cursor: pointer;
  min-width: 235px;
}
.btn:hover,
body .gform_wrapper form input[type="submit"]:hover,
body .gform_wrapper form input[type="button"]:hover,
body .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #000 !important;
}
.btn-red {
  background: #ae2424 !important;
}
.btn-red:hover {
  background: black!important;
}
.btn-transparent {
  background: transparent!important;
  border: 3px solid black;
  color: black!important;
}
.btn-transparent:hover {
  background: black!important;
  color: white!important;
}
body, .wpgmp_infowindow, .wpgmp_listing_container *, .wpgmp_tabs_container * {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'nexa-rust-sans-black-2';
}
.mobile-menu-area {
  display: none;
}
header#main-header {
  background: #FFFFFF;
  line-height: 1.3;
  z-index: 999 !important;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  position: -webkit-sticky;
  position: sticky;
  -webkit-box-shadow: 0 0 10px 0px #00000029;
          box-shadow: 0 0 10px 0px #00000029;
  top: 0;
  border-bottom: 3px solid #ae2424;
}
header#main-header .header-popup {
  background: black;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header#main-header .header-popup .customer-location {
  width: 100%;
  max-width: 238px;
  padding-right: 5px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.3;
}
header#main-header .header-popup .customer-location .location-name {
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  font-family: 'nexa-rust-sans-black-2';
}
header#main-header .header-popup .store-location {
  width: 100%;
  max-width: 172px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
header#main-header .header-popup .store-location .view-store-info {
  margin-top: 5px;
}
header#main-header .header-popup .store-location .view-store-info a {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  padding-left: 25px;
  line-height: 1;
}
header#main-header .header-popup .store-location .view-store-info a svg {
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  fill: #ae2424;
  background-image: -webkit-radial-gradient(at center, #ffffff 40%, transparent 40%);
  background-image: -o-radial-gradient(at center, #ffffff 40%, transparent 40%);
  background-image: radial-gradient(at center, #ffffff 40%, transparent 40%);
}
header#main-header .header-popup .popup-cta {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  display: inherit;
}
header#main-header .header-popup .popup-cta a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  max-width: 90px;
  background: #ae2424;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  margin-right: 15px;
  font-family: 'nexa-rust-sans-black-2';
}
header#main-header .header-popup .popup-cta a:last-child {
  margin-right: 0;
}
header#main-header .header-popup .popup-cta a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
header#main-header .container {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 1300px;
}
header#main-header .main-logo-menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header#main-header .main-logo-menu-area .mobile-logo {
  display: none;
}
header#main-header .main-logo-menu-area .logo {
  width: 10%;
  z-index: 999;
}
header#main-header .main-logo-menu-area .logo a {
  max-width: 250px;
  display: block;
  position: absolute;
  top: 8px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
header#main-header .main-logo-menu-area .logo a img {
  min-width: 250px;
  display: block;
}
header#main-header .main-logo-menu-area .menu-area {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'nexa-rust-sans-black-2';
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu {
  text-align: right;
  padding-right: 11px;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li {
  display: inline-block;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li.menu-item-has-children > a {
  background: url(../svg/angle-down-solid.svg) -webkit-calc(100% - 5px) center no-repeat;
  background: url(../svg/angle-down-solid.svg) calc(100% - 5px) center no-repeat;
  -webkit-background-size: 9px 9px;
          background-size: 9px;
  padding-right: 25px;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li:last-child {
  margin-right: 0;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li a {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 17px;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'nexa-rust-sans-black-2';
  letter-spacing: 1px;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li a:hover {
  color: #ae2424;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li.current-menu-item > a {
  color: #ae2424;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li li a {
  color: black;
  padding: 6px 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li li a:hover {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #eeeeee;
  opacity: 1;
  padding-left: 28px;
}
header#main-header .main-logo-menu-area .menu-area .order-link {
  width: 200px;
}
header#main-header .main-logo-menu-area .menu-area .order-link a {
  background: #ae2424;
  display: block;
  line-height: 1;
  font-size: 19px;
  text-transform: uppercase;
  padding: 10px 12px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'nexa-rust-sans-black-2';
}
header#main-header .main-logo-menu-area .menu-area .order-link a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#mobile-menu-tigger {
  width: 35px;
  height: 35px;
  top: 0;
  display: block;
  position: relative;
  right: 0;
  z-index: 999999;
  border: 5px solid white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: none;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::after,
.hamburger-menu-button-open::before {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 8px;
}
.hamburger-menu-button-open::after {
  bottom: 8px;
}
.hamburger-menu-button-close {
  background: transparent;
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-8px) rotate(45deg);
      -ms-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(8px) rotate(-45deg);
      -ms-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.mobile-menu-area {
  padding: 30px 15px 15px;
  background: black;
  line-height: 1;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.mobile-menu-area .mobile-menu > li {
  margin-bottom: 3px;
}
.mobile-menu-area .mobile-menu > li a {
  background: #ae2424;
  padding: 10px 15px;
}
.mobile-menu-area .mobile-menu .menu-item-has-children {
  position: relative;
}
.mobile-menu-area .mobile-menu .toggle {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 3px;
  background: url(../svg/caret-down-solid.svg) center no-repeat;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.mobile-menu-area .mobile-menu .toggle.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu-area .mobile-menu li a {
  color: white;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.mobile-menu-area .mobile-menu .sub-menu {
  display: none;
  background: black;
  padding-left: 20px;
}
.mobile-menu-area .mobile-menu .sub-menu li a {
  background: black;
}
.font-shadow {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.page-featured-image-area {
  padding: 50px 20px;
  text-align: center;
}
section.page-featured-image-area.single-location-featured-area h1 {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: black;
}
section.page-featured-image-area h1 {
  font-size: 80px;
  color: #ae2424;
  text-transform: uppercase;
  line-height: 1.1;
}
section.page-featured-image-area h1 span {
  color: black;
  font-family: 'nexa-rust-sans-black-shad-2';
}
.menu-category-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-category-grid .single-menu-category {
  width: -webkit-calc(33% - 30px);
  width: calc(33% - 30px);
  padding: 0;
  text-align: center;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.menu-category-grid .single-menu-category img {
  display: block;
  padding: 10px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.menu-category-grid .single-menu-category .category-name {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
  font-family: 'nexa-rust-sans-black-2';
  padding: 20px;
  border: 4px solid #e6e6e6;
  color: #ae2424;
  text-align: center;
}
.menu-category-grid .single-menu-category .btn {
  font-size: 0!important;
  background: transparent!important;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  max-height: 100%;
}
.menu-footer-area {
  background: url(../jpg/menu-bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: 30px;
}
.menu-footer-area .container {
  border-top: 2px solid black;
  padding: 40px 0 60px;
}
.menu-footer-area .container .bottom-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menu-footer-area .container .bottom-menu ul li {
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
  margin-bottom: 25px;
}
.menu-footer-area .container .bottom-menu ul li a {
  display: block;
  background: #ae2424;
  color: white;
  font-family: 'nexa-rust-sans-black-2';
  font-size: 20px;
  line-height: 1;
  padding: 15px;
  text-align: center;
}
.menu-footer-area .container .bottom-menu ul li a:hover {
  background: black;
}
.menu-footer-area .container .menu-disclaimer {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}
.find-a-store-area {
  margin-bottom: 40px;
}
.find-a-store-area .form-caption {
  font-weight: bold;
  text-align: center;
  color: black;
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.find-a-store-area form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.find-a-store-area form .btn {
  font-size: 20px;
  letter-spacing: 0;
  padding: 15px 15px 15px 15px;
  line-height: 1;
}
.find-a-store-area form .btn svg {
  width: 20px;
  fill: white;
  position: relative;
  top: 2px;
}
.find-a-store-area form input[type="text"],  .location-search input[type="text"], .search-field{
  width: 70%;
  border: 1px solid black;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
}
.nearest-to-you-area .nearest-to-you-content, .fc-component-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area, .single-nearest-area {
  border: 4px solid black;
  padding: 12px 12px 60px 12px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 0 15px 30px;
  background: white;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .location-name, .single-nearest-area .location-name {
  background: #ae2424;
  color: white;
  /* No Slab */
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.1;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .drive-thru-area, .single-nearest-area .drive-thru-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 16px;
  text-transform: uppercase;
  color: #ae2424;
  /* No Slab */
  font-family: 'nexa-rust-sans-black-2';
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../jpg/single-location-bg.jpg) top center repeat-x #ffffff;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .miles-away, .single-nearest-area .miles-away {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .address, .single-nearest-area .address {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .phone, .single-nearest-area .phone {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .phone a, .single-nearest-area .phone a {
  color: #ae2424;
  display: inline-block;
  padding-left: 30px;
  background: url(../png/icon-phone.png) left center no-repeat;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta, .single-nearest-area .nearest-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wpgmp_categories.wpgmp_print_listing{
  display: contents;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a, .single-nearest-area .nearest-cta a {
  font-family: 'nexa-rust-sans-black-2' !important;	
  display: block;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 10px;
  min-width: auto;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1;
  background: #ae2424 !important;
  border: 3px solid #ae2424;
  color: #fff;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a:hover, .single-nearest-area .nearest-cta a:hover {
  background: black!important;
  border-color: black!important;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a.btn-transparent, .single-nearest-area .nearest-cta a.btn-transparent {
  background: transparent!important;
  border: 3px solid black;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a.btn-transparent:hover, .single-nearest-area .nearest-cta a.btn-transparent:hover {
  background: black!important;
  color: white!important;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a:first-child, .single-nearest-area .nearest-cta a:first-child {
  margin-right: 5px;
}
.nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a:last-child, .single-nearest-area .nearest-cta a:last-child {
  margin-left: 5px;
}
section.upcoming-locations {
  background: black;
  padding: 50px 0;
}
section.upcoming-locations .container {
  color: white;
  text-align: center;
}
section.upcoming-locations .container h2 {
  font-size: 60px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #ae2424;
  text-transform: uppercase;
}
section.upcoming-locations .container h2 span {
  color: white;
}
section.upcoming-locations .container .upcoming-locations-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.upcoming-locations .container .upcoming-locations-grid .single-upcoming-location {
  width: 25%;
  padding: 10px 10px 30px;
  text-align: center;
}
section.upcoming-locations .container .upcoming-locations-grid .single-upcoming-location .upcoming-location-city {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 10px;
}
section.upcoming-locations .container .upcoming-locations-grid .single-upcoming-location .upcoming-location-address {
  line-height: 1.5;
  font-size: 16px;
}
.store-info-container {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.store-info-container .store-info,
.store-info-container .store-hours {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.store-info-container .store-info,
.store-info-container .store-hours {
  padding: 30px;
}
.store-info-container .store-info .secondary-title,
.store-info-container .store-hours .secondary-title {
  font-size: 40px;
  font-family: 'nexa-rust-sans-black-shad-2';
  line-height: 1.1;
  margin-bottom: 20px;
}
.store-info-container .store-info {
  background: black;
  color: white;
  text-transform: uppercase;
}
.store-info-container .store-info .miles-away {
  font-weight: bold;
  font-size: 20px;
  color: #ae2424;
  margin-bottom: 5px;
}
.store-info-container .store-info .address {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.store-info-container .store-info .get-directions {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.store-info-container .store-info .get-directions svg {
  width: 18px;
  fill: #ae2424;
  position: relative;
  top: 3px;
}
.store-info-container .store-info .phone {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.store-info-container .store-info .phone svg {
  width: 22px;
  fill: #ae2424;
  position: relative;
  top: 4px;
}
.store-info-container .store-info .phone a {
  color: white;
}
.store-info-container .store-info .btn {
  padding: 10px 15px;
  background: #ae2424 !important;
  letter-spacing: 0;
  font-size: 20px;
  display: inline-block;
  min-width: auto;
  line-height: 1;
}
.store-info-container .store-info .btn:hover {
  background: white!important;
  color: black!important;
}
.store-info-container .store-hours {
  border: 4px solid black;
  text-transform: uppercase;
}
.store-info-container .store-hours .secondary-title {
  color: #ae2424;
  margin-bottom: 10px;
}
.store-info-container .store-hours .store-hours-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.store-info-container .store-hours .store-hours-grid .day,
.store-info-container .store-hours .store-hours-grid .hours {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  border-bottom: 1px solid black;
}
.store-info-container .store-hours .store-hours-grid .day {
  width: 90px;
}
.store-info-container .store-hours .store-hours-grid .day.last-day {
  border: 0;
}
.store-info-container .store-hours .store-hours-grid .hours {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  text-align: right;
}
.store-info-container .store-hours .store-hours-grid .hours.last-hours {
  border: 0;
}
.our-menu-slider {
  padding: 60px 0 10px;
  text-align: center;
}
.our-menu-slider h2 {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: 'nexa-rust-sans-black-shad-2';
}
.our-menu-slider .owl-carousel {
  padding: 0 45px;
  margin: auto;
}
.our-menu-slider .owl-item {
  padding: 12px;
  margin-bottom: 20px;
}
.our-menu-slider .owl-item .item a img {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.our-menu-slider .owl-item .item a .menu-name {
  margin-top: 5px;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-family: 'nexa-rust-sans-black-2';
}
.our-menu-slider .owl-nav {
  display: block !important;
  position: absolute;
  top: 27%;
  width: 100%;
  left: 0;
}
.our-menu-slider .owl-nav svg {
  width: 20px;
  fill: #ae2424;
}
.our-menu-slider .owl-nav button.owl-prev,
.our-menu-slider .owl-nav button.owl-next {
  position: absolute;
  background: transparent!important;
  margin: 0;
  width: 20px;
}
.our-menu-slider .owl-nav button.owl-prev span,
.our-menu-slider .owl-nav button.owl-next span {
  font-size: 0;
  position: relative;
}
.our-menu-slider .owl-nav button.owl-prev {
  left: 0;
}
.our-menu-slider .owl-nav button.owl-next {
  right: 0;
}
.our-menu-slider .owl-dots {
  display: none !important;
}
.our-menu-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 4px;
  background: #000000 !important;
}
.our-menu-slider .owl-dots button.owl-dot.active span {
  background: #ae2424 !important;
}
.our-menu-slider .view-menu {
  margin: auto;
  margin-top: 20px;
  background-color: #ae2424 !important;
  padding: 12px 25px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffff;
  display: inline-block;
  min-width: auto;
  font-family: 'nexa-rust-sans-black-2';
  letter-spacing: 0;
}
.our-menu-slider .view-menu:hover {
  background: black!important;
}
.two-cta-area {
  padding: 60px 0;
}
.two-cta-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.two-cta-area .single-cta-item {
  width: 50%;
  padding: 0 25px;
}
.two-cta-area .single-cta-item .rave-reviews-container {
  background: black;
  color: white;
  height: 100%;
  text-align: center;
  padding: 40px 60px;
}
.two-cta-area .single-cta-item .rave-reviews-container .secondary-title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.4;
  font-family: 'nexa-rust-sans-black-shad-2';
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area {
  padding-top: 30px;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .item {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .item .reviewer-name {
  padding-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav {
  display: block !important;
  width: 100%;
  left: 0;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav svg {
  width: 20px;
  fill: #ae2424;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev,
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 25%;
  background: transparent;
  margin: 0;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev span,
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next span {
  font-size: 0;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-dots {
  display: block !important;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #ae2424 !important;
  opacity: 0.7;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-dots button.owl-dot.active span {
  background: #ae2424 !important;
  opacity: 1;
}
.two-cta-area .single-cta-item .cta-img-content {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.two-cta-area .single-cta-item .cta-img-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.two-cta-area .single-cta-item .cta-img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-cta-area .single-cta-item .cta-img-content .cta-content {
  position: absolute;
  padding: 20px;
  bottom: 20px;
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  text-transform: uppercase;
  z-index: 11;
}
.two-cta-area .single-cta-item .cta-img-content .cta-content h3 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: 'nexa-rust-sans-black-shad-2';
}
.two-cta-area .single-cta-item .cta-img-content .cta-content a {
  display: inline-block;
  background-color: #ae2424 !important;
  padding: 15px 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffff;
  min-width: auto;
  letter-spacing: 0;
  font-size: 20px;
}
.two-cta-area .single-cta-item .cta-img-content .cta-content a:hover {
  background: black!important;
}
.single-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-menu-container .menu-left-sidebar {
  width: 300px;
}
.single-menu-container .menu-left-sidebar ul li.active a {
  color: #ae2424;
}
.single-menu-container .menu-left-sidebar ul li a {
  display: block;
  padding-bottom: 30px;
  color: black;
  font-size: 24px;
  font-family: 'nexa-rust-sans-black-2';
  text-transform: uppercase;
  line-height: 1.1;
}
.single-menu-container .menu-left-sidebar ul li a:hover {
  color: #ae2424;
}
.single-menu-container .menu-right-content {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
.single-menu-container .menu-right-content .product-three-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item {
  padding: 0;
  text-align: center;
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px 50px;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item img {
  height: 250px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .box-name {
  text-align: center;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-shad-2';
  color: black;
  font-size: 24px;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: none;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item h4 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #ae2424;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .product-desc {
  text-align: left;
  padding: 25px;
  border: 4px solid #e6e6e6;
  margin-bottom: 25px;
  min-height: 190px;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .pro-desc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .pro-price {
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 30px;
  margin-bottom: 20px;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .btn {
  display: inline-block;
  min-width: auto;
  letter-spacing: 0;
  background: #ae2424 !important;
  line-height: 1;
  padding: 15px 40px;
  font-size: 16px;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .btn:hover {
  background: black!important;
}
section.main-page-container {
  padding: 70px 0;
}
section.main-page-container.main-locations-form-page {
  padding-top: 0;
}
section.main-page-container .container {
  font-size: 16px;
  line-height: 1.5;
}
section.main-page-container .container h1,
section.main-page-container .container h2,
section.main-page-container .container h3,
section.main-page-container .container h4,
section.main-page-container .container h5,
section.main-page-container .container h6 {
  line-height: 1.2;
  margin-bottom: 15px;
}
section.main-page-container .container ul {
  list-style: disc;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.main-page-container .container ol {
  list-style: decimal;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.main-page-container .container p {
  margin-bottom: 20px;
}
section.main-page-container .container a {
  color: #ae2424;
}
section.main-page-container .container a:hover {
  text-decoration: underline;
}
section.main-page-container .container blockquote {
  padding-left: 30px;
  border-left: 5px solid #ae2424;
}
section.main-page-container.main-breakfast-container .container {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
section.main-page-container.main-breakfast-container p {
  margin-bottom: 30px;
}
section.main-page-container.main-breakfast-container p:last-child {
  margin-bottom: 0;
}
section.main-page-container.main-breakfast-container .btn {
  background: #AE2424!important;
  color: white;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 15px 20px!important;
}
section.main-page-container.main-breakfast-container .btn:hover {
  background: black!important;
  text-decoration: none;
}
section.main-page-container.main-nutrition-container .container {
  max-width: 1330px;
}
section.main-page-container.main-nutrition-container .title-area h1 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 60px;
  line-height: 1.2;
  color: #ae2424;
  margin-bottom: 50px;
  text-transform: uppercase;
}
section.main-page-container.main-nutrition-container .nutration-textarea {
  font-size: 20px;
  line-height: 1.5;
}
section.main-page-container.main-nutrition-container .nutrition-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 {
  width: 50%;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 {
  width: 25%;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 {
  width: 25%;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 {
  padding-right: 3%;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 .single-nutration-info,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 .single-nutration-info,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 .single-nutration-info {
  margin-bottom: 50px;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 .nutration-title,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 .nutration-title,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 .nutration-title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 20px;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 ul,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 ul,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 ul {
  list-style: none;
  margin: 0;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 ul li,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 ul li,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 ul li {
  margin-bottom: 10px;
  display: block;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 ul li a,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 ul li a,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 ul li a {
  background: #ae2424;
  font-family: 'nexa-rust-sans-black-2';
  text-transform: uppercase;
  display: inline-block;
  color: white;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 12px 15px 12px 40px;
  position: relative;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 ul li a:hover,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 ul li a:hover,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 ul li a:hover {
  text-decoration: none;
  background: black;
}
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 ul li a:before,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 ul li a:before,
section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 ul li a:before {
  background: url(../svg/download-solid.svg) center no-repeat;
  position: absolute;
  content: "";
  left: 14px;
  width: 18px;
  height: 18px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.main-page-container.main-careers-container .container {
  max-width: 1330px;
}
section.main-page-container.main-careers-container .container .top-careers-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
section.main-page-container.main-careers-container .container .top-careers-area .left-top-area {
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
  text-align: center;
}
section.main-page-container.main-careers-container .container .top-careers-area .left-top-area h1 {
  font-size: 82px;
  line-height: 1;
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
}
section.main-page-container.main-careers-container .container .top-careers-area .left-top-area h2 {
  font-size: 40px;
}
section.main-page-container.main-careers-container .container .top-careers-area .left-top-area h2 span {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
}
section.main-page-container.main-careers-container .container .top-careers-area .left-top-area .top-text {
  font-size: 25px;
  line-height: 1.3;
}
section.main-page-container.main-careers-container .container .top-careers-area .right-top-area {
  width: 280px;
  margin-left: auto;
}
section.main-page-container.main-careers-container .container .top-careers-area .right-top-area img {
  max-width: 100%;
  display: block;
  border: 4px solid #ae2424;
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(354deg);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(354deg);
}
section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield .gfield_label {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'nexa-rust-sans-black-2';
}
section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield input,
section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield select,
section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield textarea {
  line-height: 1!important;
  border: 2px solid #ae2424;
  padding: 9px;
  color: black;
}
section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield input,
section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield textarea {
  font-size: 20px;
}
section.main-page-container.main-contact-container {
  padding-top: 100px 0;
}
section.main-page-container.main-contact-container .container {
  max-width: 1330px;
  font-size: 25px;
  line-height: 1.3;
}
section.main-page-container.main-contact-container .container .contact-form-area {
  background: black;
  color: white;
  margin-top: 50px;
  padding: 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-transform: uppercase;
}
section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield .gfield_label {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'nexa-rust-sans-black-2';
}
section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield input,
section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield select,
section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield textarea {
  line-height: 1!important;
  border: 2px solid #ae2424;
  padding: 9px;
  color: black;
}
section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield select {
  font-size: 16px;
}
section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield input {
  font-size: 20px;
}
section.main-page-container.main-contact-container .container .contact-form-area .gform_wrapper {
  margin: 0;
  font-size: 20px;
}
section.main-page-container.main-contact-container .container .contact-form-area .gform_wrapper #input_5_158,
section.main-page-container.main-contact-container .container .contact-form-area .gform_wrapper .gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.main-page-container.main-rewards-container .container {
  max-width: 1330px;
}
section.main-page-container.main-rewards-container .container .reward-title {
  color: #ae2424;
  font-size: 82px;
  text-align: center;
  font-family: 'nexa-rust-sans-black-shad-2';
  line-height: 1;
}
section.main-page-container.main-rewards-container .container .reward-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps {
  text-transform: uppercase;
  padding: 20px;
  width: 33.33%;
}
section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .number {
  font-size: 80px;
  font-family: 'nexa-rust-sans-black-2';
  color: black;
  margin-bottom: 40px;
  line-height: 1;
}
section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .title {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .text {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  max-width: 300px;
  margin: 0 auto;
}
section.main-page-container.main-rewards-container .container .download-text {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
section.main-page-container.main-rewards-container .container .download-text .btn-red {
  font-family: 'nexa-rust-sans-black-2';
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 50px;
}
section.main-page-container.main-rewards-container .container .download-text h4 {
  color: #ae2424;
  font-size: 25px;
  font-family: 'nexa-rust-sans-black-2';
  text-transform: uppercase;
}
section.main-page-container.main-franchising-container .container {
  max-width: 1330px;
}
section.main-page-container.main-franchising-container .franchising-top-text-area {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
section.main-page-container.main-franchising-container .franchising-top-text-area h1 {
  font-size: 60px;
}
section.main-page-container.main-franchising-container .franchising-top-text-area h2 {
  font-size: 82px;
  line-height: 1;
  padding-bottom: 10px;
}
section.main-page-container.main-franchising-container .franchising-top-text-area h2 span {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.main-page-container.main-franchising-container .franchising-top-text-area p {
  font-size: 25px;
  line-height: 1.4;
  color: #ae2424;
  font-family: 'nexa-rust-sans-black-2';
  text-shadow: 0.05em 0.01em 0.33em #ffffff;
}
section.main-page-container.main-franchising-container .franchising-image-text-area {
  position: relative;
  color: white;
}
section.main-page-container.main-franchising-container .franchising-image-text-area img {
  position: absolute;
  width: 70%;
  max-width: 900px;
  left: -130px;
  top: -140px;
}
section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area {
  background: black;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area .black-text-area-inner {
  max-width: 500px;
  margin-left: auto;
  text-align: center;
}
section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area .black-text-area-inner h2 {
  margin-bottom: 0;
  font-size: 40px;
}
section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area .black-text-area-inner h2 span {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area .black-text-area-inner h3 {
  margin-bottom: 0;
  font-size: 52px;
}
section.main-page-container.main-franchising-container .franchising-image-text-area .red-text-area {
  background: #ae2424;
  padding-top: 35px;
  padding-bottom: 35px;
}
section.main-page-container.main-franchising-container .franchising-image-text-area .red-text-area .red-text-area-inner {
  max-width: 500px;
  margin-left: auto;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
}
section.main-page-container.main-franchising-container .franchising-image-text-area .red-text-area .red-text-area-inner p {
  margin-bottom: 0;
}
section.main-page-container.main-franchising-container .franchising-join-area {
  padding: 70px 0;
}
section.main-page-container.main-franchising-container .franchising-join-area h3 {
  font-size: 35px;
  margin-bottom: 10px;
}
section.main-page-container.main-franchising-container .franchising-join-area h2 {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px #000!important;
  font-size: 60px;
  color: black;
  line-height: 1;
}
section.main-page-container.main-franchising-container .franchising-join-area .join-description {
  margin-top: 40px;
  margin-bottom: 70px;
  padding: 25px 40px ;
  border: 2px solid black;
  border-left: 0;
  font-size: 25px;
  line-height: 1.3;
}
section.main-page-container.main-franchising-container .franchising-join-area .join-description p:last-child {
  margin-bottom: 0;
}
section.main-page-container.main-franchising-container .franchising-join-area .join-image img {
  display: block;
  margin: 0 auto;
  border: 6px solid #ae2424;
}
section.main-page-container.main-franchising-container .franchising-form-area h2 {
  text-align: center;
  font-size: 82px;
}
section.main-page-container.main-franchising-container .franchising-form-area h2 span {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.main-page-container.main-franchising-container .franchising-form-area .form-subtitle {
  text-align: center;
  font-size: 25px;
  font-family: 'nexa-rust-sans-black-2';
  color: #ae2424;
  padding-bottom: 40px;
}
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_body .gform_fields .gfield .gfield_label {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'nexa-rust-sans-black-2';
}
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_body .gform_fields .gfield input,
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_body .gform_fields .gfield select,
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_body .gform_fields .gfield textarea {
  line-height: 1!important;
  border: 2px solid #ae2424;
  padding: 9px;
  color: black;
}
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_body .gform_fields .gfield input,
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_body .gform_fields .gfield textarea {
  font-size: 20px;
}
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_wrapper {
  margin: 0;
}
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_wrapper #input_8_7,
section.main-page-container.main-franchising-container .franchising-form-area .franchising-form-content .gform_wrapper .gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rewards-carousel {
  padding-top: 0;
  padding-bottom: 70px;
}
.rewards-carousel .item {
  text-align: center;
}
.rewards-carousel .item img {
  max-width: 300px;
}
.rewards-carousel .owl-dots {
  display: none;
}
section.catering-banner-area {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
}
section.catering-banner-area .container {
  color: white;
  text-align: center;
}
section.catering-banner-area .container h2 {
  font-size: 69px;
  text-shadow: 0em 0em 0.3em #000000;
  line-height: 1;
  text-transform: uppercase;
}
section.catering-banner-area .container h1 {
  font-size: 155px;
  font-family: 'nexa-rust-sans-black-shad-2';
  line-height: 0.8;
  text-shadow: 0em 0em 0.3em #000000;
  text-transform: uppercase;
}
section.catering-banner-area .container h3 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 85px;
  line-height: 1;
  text-transform: uppercase;
}
section.make-event-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 70px 0;
}
section.make-event-area .container .make-event-left-text {
  text-align: center;
  width: 50%;
  padding-right: 70px;
}
section.make-event-area .container .make-event-left-text h3 {
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
}
section.make-event-area .container .make-event-left-text h4 {
  color: #ae2424;
  font-size: 110px;
  line-height: 1;
  font-family: 'nexa-rust-sans-black-shad-2';
  text-transform: uppercase;
}
section.make-event-area .container .make-event-left-text h5 {
  font-size: 89px;
  line-height: 1;
  color: #ae2424;
  text-transform: uppercase;
}
section.make-event-area .container .make-event-right-text {
  font-size: 25px;
  line-height: 1.4;
  color: black;
  width: 43%;
  margin-left: auto;
}
section.simply-slider-area {
  padding: 70px 0;
}
section.simply-slider-area .container {
  max-width: 850px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}
section.simply-slider-area .container span.red {
  color: #ae2424;
}
section.simply-slider-area .container h2 {
  text-transform: uppercase;
  font-size: 89px;
  line-height: 1.1;
  color: #ae2424;
}
section.simply-slider-area .container table {
  margin: 30px auto 0;
}
section.simply-slider-area .container table tr td {
  font-weight: bold;
  border-bottom: 2px solid black;
  padding: 10px 5px;
}
section.simply-slider-area .container table tr td:first-child {
  text-align: left;
  color: #ae2424;
  padding-right: 30px;
}
section.simply-slider-area .container table tr td:last-child {
  text-align: right;
}
section.simply-slider-area .container table tr:last-child td {
  border-bottom: 0;
}
section.famous-chicken-area {
  padding: 90px 0;
  background: #ae2424;
}
section.famous-chicken-area .container {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
}
section.famous-chicken-area .container .white {
  color: white;
}
section.famous-chicken-area .container h2 {
  color: white;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 20px;
}
section.famous-chicken-area .container table {
  margin: 30px auto 0;
}
section.famous-chicken-area .container table tr td {
  font-weight: bold;
  border-bottom: 2px solid black;
  padding: 15px 5px;
}
section.famous-chicken-area .container table tr td:first-child {
  text-align: left;
  color: white;
  padding-right: 30px;
}
section.famous-chicken-area .container table tr td:last-child {
  text-align: right;
}
section.famous-chicken-area .container table tr:last-child td {
  border-bottom: 0;
}
section.catering-sliders-area {
  padding: 80px 0 100px;
}
section.catering-sliders-area .container {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}
section.catering-sliders-area .container h2 {
  font-size: 89px;
  color: #ae2424;
  margin-bottom: 20px;
  line-height: 1;
}
section.catering-sliders-area .container .red {
  color: #ae2424;
}
section.catering-sliders-area .container .small-size {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
}
section.catering-sliders-area .container .red-small {
  font-size: 20px;
  color: #ae2424;
}
section.catering-sliders-area .container table {
  margin: 30px auto 20px;
}
section.catering-sliders-area .container table tr td {
  font-weight: bold;
  border-bottom: 2px solid black;
  padding: 10px 5px;
}
section.catering-sliders-area .container table tr td:first-child {
  text-align: left;
  color: #ae2424;
  padding-right: 30px;
}
section.catering-sliders-area .container table tr td:last-child {
  text-align: right;
}
section.catering-sliders-area .container table tr:last-child td {
  border-bottom: 0;
}
img.catering-sliders-image {
  margin: 30px auto;
  max-width: 1000px;
  width: 80%;
}
img.simply-slider-image {
  display: block;
  width: 100%;
}
section.hero-area {
  padding-top: 80px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
}
section.hero-area .container .video-version {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
section.hero-area .container .video-version h2 {
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 50px;
  line-height: 1;
  margin-top: 20px;
}
section.hero-area .container .video-version h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #ae2424;
  line-height: 1;
}
section.hero-area .container .desktop-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.hero-area .container .desktop-version .left-burger-area {
  text-align: center;
  width: 50%;
}
section.hero-area .container .desktop-version .left-burger-area img {
  max-width: 90%;
}
section.hero-area .container .desktop-version .right-burger-area {
  width: 50%;
  text-transform: uppercase;
}
section.hero-area .container .desktop-version .right-burger-area h1 {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
  font-size: 60px;
  line-height: 1;
  padding-bottom: 10px;
}
section.hero-area .container .desktop-version .right-burger-area h2 {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 10px;
}
section.hero-area .container .desktop-version .right-burger-area h3 {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
  font-size: 82px;
  line-height: 1;
  padding-bottom: 10px;
}
section.hero-area .container .desktop-version .right-burger-area h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 10px;
}
section.hero-area .container .desktop-version .right-burger-area img {
  max-width: 225px;
}
section.hero-area .container .mobile-version {
  display: none;
}
section.hero-area .container .mobile-version .image-area {
  position: relative;
}
section.hero-area .container .mobile-version .image-area .badge {
  position: absolute;
  max-width: 130px;
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(14deg);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(14deg);
  bottom: 10%;
  left: 70%;
}
section.hero-area .container .mobile-version .text-area {
  text-align: center;
}
section.hero-area .container .mobile-version .text-area h2 {
  font-size: 50px;
  font-family: 'nexa-rust-sans-black-shad-2';
  line-height: 1;
}
section.hero-area .container .mobile-version .text-area h1 {
  font-size: 70px;
  line-height: 1;
  color: #ae2424;
}
.menu-order-cta {
  padding: 15px 0;
  text-align: center;
}
.menu-order-cta a {
  display: inline-block;
  min-width: 170px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 7px;
  line-height: 1;
  font-size: 15px;
  border: 2px solid black;
  color: black;
  letter-spacing: 1px;
}
.menu-order-cta a:hover {
  background: black;
  color: white;
}
.menu-order-cta a:last-child {
  color: white;
  background: #ae2424;
  border-color: #ae2424;
}
.menu-order-cta a:last-child:hover {
  background: black;
  border-color: black;
}
section.philosophy-area {
  padding: 70px 0;
}
section.philosophy-area .container {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
}
section.philosophy-area .container h2 {
  font-size: 45px;
  line-height: 1;
  padding-bottom: 30px;
}
section.philosophy-area .container h2 span {
  font-size: 60px;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px #000 !important;
}
section.philosophy-area .container .philosophy-textarea {
  border: 2px solid black;
  padding: 40px;
  border-left: 0;
  font-size: 25px;
  line-height: 1.3;
}
section.find-your-store-area {
  background: #ae2424;
  padding: 60px 10px;
}
section.find-your-store-area .container {
  color: white;
  max-width: 1000px;
  text-align: center;
  font-size: 25px;
  font-family: 'nexa-rust-sans-black-2';
  line-height: 1.3;
}
section.find-your-store-area .container h2 {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 10px;
}
section.find-your-store-area .container .fys-cta {
  margin-top: 40px;
  text-align: center;
}
section.find-your-store-area .container .fys-cta a {
  display: inline-block;
  min-width: 275px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  line-height: 1;
  font-size: 20px;
  background: black;
  color: white;
  letter-spacing: 1px;
}
section.find-your-store-area .container .fys-cta a:hover {
  color: black;
  background: white;
}
section.menu-feature-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.menu-feature-area.chicken-fingers-area .container .menu-image-area {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
section.menu-feature-area.chicken-fingers-area .container .menu-text-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
section.menu-feature-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.menu-feature-area .container .menu-image-area {
  width: 50%;
  text-align: center;
}
section.menu-feature-area .container .menu-image-area img {
  max-width: 650px;
  width: 90%;
}
section.menu-feature-area .container .menu-text-area {
  text-align: center;
  width: 50%;
}
section.menu-feature-area .container .menu-text-area h2 {
  text-transform: uppercase;
  line-height: 1;
}
section.menu-feature-area .container .menu-text-area h2 span {
  display: block;
  padding-bottom: 5px;
}
section.menu-feature-area .container .menu-text-area h2.gourmet-title {
  font-size: 75px;
  color: #ae2424;
}
section.menu-feature-area .container .menu-text-area h2.gourmet-title .style-2 {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.menu-feature-area .container .menu-text-area h2.gourmet-title .style-3 {
  font-size: 105px;
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.menu-feature-area .container .menu-text-area h2.gourmet-title .style-4 {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px #b92025!important;
}
section.menu-feature-area .container .menu-text-area h2.fingers-title {
  color: black;
  font-size: 85px;
}
section.menu-feature-area .container .menu-text-area h2.fingers-title .style-1 {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px black!important;
}
section.menu-feature-area .container .menu-text-area h2.fingers-title .style-2 {
  font-size: 48px;
}
section.menu-feature-area .container .menu-text-area h2.fingers-title .style-3 {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.menu-feature-area .container .menu-text-area h2.fingers-title .style-4 {
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.menu-feature-area .container .menu-text-area h2.fresh-title .style-1 {
  font-size: 120px;
  color: #ae2424;
}
section.menu-feature-area .container .menu-text-area h2.fresh-title .style-2 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 82px;
}
section.menu-feature-area .container .menu-text-area h2.fresh-title .style-3 {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px #b92025!important;
  font-size: 60px;
}
section.menu-feature-area .container .menu-text-area .feature-text {
  position: relative;
  padding-top: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
section.menu-feature-area .container .menu-text-area .feature-text:before {
  position: absolute;
  content: "";
  width: 265px;
  height: 2px;
  background: black;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.savvy-catering-area {
  background: url(../jpg/sliders-background.jpg) center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 60px 0;
}
section.savvy-catering-area .container .savvy-catering-inner {
  text-align: center;
  width: 50%;
  background: #ae2424;
  padding: 40px;
  color: white;
  -webkit-box-shadow: 0px 2px 18px 0px #000000;
          box-shadow: 0px 2px 18px 0px #000000;
  margin-left: auto;
}
section.savvy-catering-area .container .savvy-catering-inner h2 {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1;
  padding-bottom: 10px;
}
section.savvy-catering-area .container .savvy-catering-inner h2 span {
  display: block;
  font-size: 80px;
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.savvy-catering-area .container .savvy-catering-inner .savvy-text {
  max-width: 540px;
  margin: 0 auto 50px;
  font-size: 25px;
  line-height: 1.3;
}
section.savvy-catering-area .container .savvy-catering-inner > a {
  display: inline-block;
  min-width: 225px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  line-height: 1;
  font-size: 20px;
  background: white;
  letter-spacing: 1px;
  color: black;
}
section.savvy-catering-area .container .savvy-catering-inner > a:hover {
  background: black;
  color: white;
}
section.join-club-area {
  padding: 80px 0;
}
section.join-club-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.join-club-area .container .left-join-club,
section.join-club-area .container .right-savvy-smiles {
  width: 50%;
}
section.join-club-area .container .left-join-club > a,
section.join-club-area .container .right-savvy-smiles > a {
  display: inline-block;
  min-width: 225px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  padding: 10px;
  line-height: 1;
  font-size: 20px;
  border: 2px solid black;
  color: black;
  letter-spacing: 1px;
}
section.join-club-area .container .left-join-club > a:hover,
section.join-club-area .container .right-savvy-smiles > a:hover {
  background: black;
  color: white;
}
section.join-club-area .container .left-join-club {
  border-right: 5px solid black;
}
section.join-club-area .container .left-join-club h2 {
  line-height: 1;
  font-size: 75px;
  padding-bottom: 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.join-club-area .container .left-join-club h2 span.style-1 {
  color: #ae2424;
}
section.join-club-area .container .left-join-club h2 span.style-2 {
  font-size: 60px;
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.join-club-area .container .left-join-club h2 span.style-3 {
  font-size: 47px;
  color: #ae2424;
}
section.join-club-area .container .left-join-club h2 span.style-4 {
  font-size: 47px;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px #000!important;
}
section.join-club-area .container .left-join-club h2 span.style-5 {
  font-size: 30px;
  vertical-align: middle;
}
section.join-club-area .container .left-join-club h2 span.style-6 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 75px;
}
section.join-club-area .container .right-savvy-smiles h2 {
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 20px;
}
section.join-club-area .container .right-savvy-smiles h2 span {
  display: block;
}
section.join-club-area .container .right-savvy-smiles h2 span.style-1 {
  font-size: 75px;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2.5px #b92025!important;
}
section.join-club-area .container .right-savvy-smiles h2 span.style-2 {
  font-size: 110px;
  color: #ae2424;
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.join-club-area .container .right-savvy-smiles h2 span.style-3 {
  font-size: 105px;
}
section.own-savvy-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.own-savvy-area .savvy-image-area,
section.own-savvy-area .savvy-text-area {
  width: 50%;
}
section.own-savvy-area .savvy-image-area img {
  display: block;
  width: 100%;
}
section.own-savvy-area .savvy-text-area {
  padding: 20px;
}
section.own-savvy-area .savvy-text-area h3 {
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}
section.own-savvy-area .savvy-text-area h4 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 105px;
  color: #ae2424;
  font-family: 'nexa-rust-sans-black-shad-2';
}
section.own-savvy-area .savvy-text-area h5 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 85px;
  color: #ae2424;
}
section.own-savvy-area .savvy-text-area .savvy-text {
  max-width: 560px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 30px;
}
section.own-savvy-area .savvy-text-area > a {
  display: inline-block;
  min-width: 225px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  padding: 10px;
  line-height: 1;
  font-size: 20px;
  border: 2px solid black;
  color: black;
  letter-spacing: 1px;
}
section.own-savvy-area .savvy-text-area > a:hover {
  background: black;
  color: white;
}
section.contact-banner-area {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 10px;
}
section.contact-banner-area h1 {
  font-size: 155px;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'nexa-rust-sans-black-shad-2';
  color: white;
  text-transform: uppercase;
  text-shadow: 0em 0em 0.3em #000000;
}
section.contact-banner-area h2 {
  font-size: 57px;
  line-height: 1;
  text-shadow: 0em 0em 0.3em #000000;
}
section.reward-top-bar {
  background: #ae2424;
}
section.reward-top-bar .container {
  max-width: 1260px;
  width: 80%;
  text-align: center;
}
section.reward-top-bar a {
  color: white;
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  line-height: 1;
}
section.top-rewards-area {
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 50px;
}
section.top-rewards-area .container {
  max-width: 1260px;
  text-align: center;
  width: 95%;
}
section.top-rewards-area .container h1 {
  font-size: 65px;
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
  line-height: 1;
  padding-bottom: 20px;
}
section.top-rewards-area .container h2 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 20px;
}
section.top-rewards-area .container h2 span {
  color: #ae2424;
}
section.top-rewards-area .container .rewards-image-area {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
section.top-rewards-area .container .rewards-image-area img {
  max-width: 1000px;
  width: 95%;
}
section.top-rewards-area .container .rewards-image-area .image-text {
  top: 0;
  right: 0;
  position: absolute;
  background: #ae2424;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 260px;
  height: 260px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  font-size: 20px;
  /* No Slab */
  font-family: 'nexa-rust-sans-black-2';
}
section.top-rewards-area .container .rewards-image-area .image-text span {
  display: block;
  text-shadow: 0 5px 4px rgba(0, 0, 0, 0.8);
}
section.top-rewards-area .container .rewards-image-area .image-text:after {
  display: block;
  content: "";
  left: 10px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid black;
  position: absolute;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
section.top-rewards-area .container .rewards-image-area .image-text .inner-image-text {
  padding: 20px 25px 0;
}
section.top-rewards-area .container .top-rewards-text {
  text-align: center;
  font-family: 'nexa-rust-sans-black-2';
  color: black;
  font-size: 26px;
  line-height: 1.5;
  padding: 30px;
  border: 2px solid black;
}
section.top-rewards-area .container .top-rewards-text span {
  color: #ae2424;
}
section.top-rewards-area .container .sign-up-button {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
section.top-rewards-area .container .sign-up-button a {
  color: white;
  font-family: 'nexa-rust-sans-black-shad-2';
  background: #ae2424;
  padding: 20px 50px;
  line-height: 1;
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-shadow: 7px 7px black;
          box-shadow: 7px 7px black;
  position: relative;
  z-index: 1;
}
section.top-rewards-area .container .sign-up-button a:hover {
  -webkit-box-shadow: 15px 15px black;
          box-shadow: 15px 15px black;
}
section.top-rewards-area .container .sign-up-button:before,
section.top-rewards-area .container .sign-up-button:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px solid black;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 1px;
}
section.top-rewards-area .container .sign-up-button:before {
  top: 0;
}
section.top-rewards-area .container .sign-up-button:after {
  bottom: 0;
  border-left: 2px dotted #ae2424;
}
section.top-rewards-area .container .step-area {
  border: 2px dotted #ae2424;
  padding: 40px 50px;
  margin-bottom: 50px;
}
section.top-rewards-area .container .step-area h2 {
  color: #ae2424;
  font-size: 40px;
  padding-bottom: 0;
}
section.top-rewards-area .container .step-area ul {
  text-align: left;
}
section.top-rewards-area .container .step-area ul li {
  padding-left: 80px;
  background: url(../svg/red-slider.svg) left top no-repeat;
  /* No Slab */
  font-family: 'nexa-rust-sans-black-2';
  font-size: 25px;
  line-height: 1.2;
  -webkit-background-size: 50px 50px;
          background-size: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.top-rewards-area .container .step-area ul li span {
  color: #ae2424;
}
section.bottom-rewards-area .container {
  max-width: 1260px;
  padding-bottom: 80px;
  width: 95%;
}
section.bottom-rewards-area .container .limited-now-area {
  max-width: 410px;
  margin: 0 auto;
}
section.bottom-rewards-area .container .limited-now-area .now {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* No Slab */
  font-family: 'nexa-rust-sans-black-2';
  background: #ae2424;
  font-size: 30px;
  line-height: 1;
  color: white;
  left: 30px;
}
section.bottom-rewards-area .container .limited-now-area .now:after {
  display: block;
  content: "";
  left: 1px;
  top: 1px;
  width: 100%;
  height: 100%;
  border: 2px solid black;
  position: absolute;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
section.bottom-rewards-area .container .limited-now-area .limited-time {
  font-family: 'SignPainter-HouseScript';
  font-size: 70px;
  line-height: 1;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-top: -20px;
}
section.bottom-rewards-area .container .text-area {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  /* No Slab */
  font-family: 'nexa-rust-sans-black-2';
  text-transform: uppercase;
  padding-top: 20px;
}
section.bottom-rewards-area .container .text-area span {
  font-family: 'SignPainter';
  font-size: 70px;
  color: #ae2424;
}
section.bottom-rewards-area .container .btn-area {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
section.bottom-rewards-area .container .btn-area a {
  font-family: 'nexa-rust-sans-black-shad-2';
  background: #ae2424;
  padding: 20px 50px;
  line-height: 1;
  font-size: 45px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-shadow: 7px 7px black;
          box-shadow: 7px 7px black;
  z-index: 1;
  color: white;
  position: relative;
  text-align: center;
}
section.bottom-rewards-area .container .btn-area a:before {
  width: 60px;
  height: 100px;
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  top: -50px;
  background: url(../svg/btn-arrow-black.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
section.bottom-rewards-area .container .btn-area a:hover {
  -webkit-box-shadow: 15px 15px black;
          box-shadow: 15px 15px black;
}
section.bottom-rewards-area .container h3 {
  font-family: 'SignPainter-HouseScript';
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: 70px;
  line-height: 1;
  color: #ae2424;
  font-weight: normal;
  text-align: center;
}
footer.main-footer-area {
  background: #ae2424;
  padding: 35px 0;
}
footer.main-footer-area .container {
  width: 85%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: white;
  padding: 0;
}
footer.main-footer-area .container .footer-widget-container {
  width: 32%;
  padding-right: 2%;
  font-size: 16px;
  font-family: 'nexa-rust-sans-black-2';
}
footer.main-footer-area .container .footer-widget-container a {
  color: white;
}
footer.main-footer-area .container .footer-widget-container h3 {
  font-family: 'nexa-rust-sans-black-2';
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 1.1;
  padding-bottom: 10px;
  margin: 0;
  text-transform: uppercase;
}
footer.main-footer-area .container .footer-widget-container h3.follow-h3 {
  padding-bottom: 0;
}
footer.main-footer-area .container .footer-widget-container .follow-h4 {
  font-size: 22px;
  padding-bottom: 20px;
}
footer.main-footer-area .container .footer-widget-container h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
footer.main-footer-area .container .footer-widget-container p {
  margin-bottom: 20px;
}
footer.main-footer-area .container .footer-widget-container .menu {
  margin-bottom: 25px;
}
footer.main-footer-area .container .footer-widget-container .menu a {
  position: relative;
  color: #ffffff;
  -webkit-transition: color 300ms ease 0ms;
  -o-transition: color 300ms ease 0ms;
  transition: color 300ms ease 0ms;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-block;
  font-family: 'nexa-rust-sans-black-2';
}
footer.main-footer-area .container .footer-widget-container .menu a:hover::before {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
footer.main-footer-area .container .footer-widget-container .menu a::before {
  content: '';
  position: absolute;
  margin-bottom: -5px;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
footer.main-footer-area .container .footer-widget-container:last-child {
  padding-right: 0;
}
footer.main-footer-area .container .footer-widget-container .gform_wrapper form input[type="submit"]:hover {
  background: white!important;
  color: black!important;
}
@media all and (max-width: 981px) {
  footer.main-footer-area .container .footer-widget-container .gform_wrapper.gravity-theme .gform_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.main-footer-area .container .footer-widget-container .gform_heading {
  display: none;
}
footer.main-footer-area .container .footer-widget-container .social-links {
  font-size: 0;
  line-height: 0;
}
footer.main-footer-area .container .footer-widget-container .social-links li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 15px;
}
footer.main-footer-area .container .footer-widget-container .social-links li:hover {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  top: -4px;
}
footer.main-footer-area .container .footer-widget-container .social-links li a svg {
  width: 40px;
  height: 40px;
  fill: white;
}
footer.main-footer-area .container .footer-widget-container .social-links li::last-child {
  margin-right: 0;
}
section.copyright-area {
  padding: 15px;
  text-align: center;
  background-color: rgba(15, 15, 15, 0.93);
  color: white;
  font-size: 16px;
  line-height: 1.1;
}
section.copyright-area a {
  color: white;
  text-decoration: underline;
}
.not-found-container {
  padding: 50px 25px;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.not-found-container .page-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.not-found-container h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show {
  bottom: 0 !important;
}
.mobile-footer-popup {
  display: none;
  max-width: 375px;
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: -105px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.mobile-footer-popup .papa-store {
  padding: 7px 30px 7px 16px;
  background: black;
  max-width: 230px;
  margin-left: auto;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.mobile-footer-popup .papa-store::after {
  overflow: hidden;
  position: absolute;
  content: "";
  background: url(../svg/circle-plus-solid.svg) center no-repeat;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 6px;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  z-index: 2;
}
.mobile-footer-popup .on::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
}
.mobile-footer-popup .popup-content {
  background: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 12px 20px;
  bottom: -102px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.mobile-footer-popup .popup-content .left-content {
  padding-right: 10px;
  width: 70%;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile-footer-popup .popup-content .left-content .gtutilize-local-city-state {
  display: inline-block;
  padding-bottom: 10px;
}
.mobile-footer-popup .popup-content .left-content .store-location {
  text-transform: initial;
  font-size: 16px;
  font-weight: normal;
}
.mobile-footer-popup .popup-content .left-content .store-location a {
  display: block;
  color: #FFFFFF;
  padding-left: 25px;
  position: relative;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-footer-popup .popup-content .left-content .store-location a svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  fill: red;
}
.mobile-footer-popup .popup-content .cta {
  width: 30%;
  padding-top: 7px;
}
.mobile-footer-popup .popup-content .cta a {
  max-width: 90px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 10px;
  background: #ae2424;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  margin-bottom: 10px;
}
.mobile-footer-popup .popup-content .cta a:last-child {
  margin-bottom: 0;
}
.mobile-footer-popup .popup-content .cta a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
h2.title-style {
  max-width: 450px;
}
h2.title-style span {
  display: block;
}
h2.title-style .style-2 {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: black;
}
h2.title-style .style-3 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 105px;
  color: black;
}
h2.title-style .style-4 {
  font-size: 40px;
}
h2.title-style .style-5 {
  font-size: 56px;
}
h2.title-style .style-6 {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: black;
}
h2.title-style .style-7 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 84px;
  color: black;
}
.new-menu-feature-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.new-menu-feature-area.gourmet-slider-area {
  padding-top: 100px;
}
.new-menu-feature-area:nth-child(odd) .container .menu-image-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.new-menu-feature-area:nth-child(odd) .container .menu-text-area {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
.new-menu-feature-area:nth-child(odd) .container .menu-text-area .title-style {
  margin-left: auto;
}
.new-menu-feature-area:nth-child(odd) .container .menu-text-area .menu-order-cta {
  text-align: right;
}
.new-menu-feature-area:nth-child(odd) .container .menu-text-area .feature-text {
  margin-left: auto;
}
.new-menu-feature-area:nth-child(even) .container .menu-image-area {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.new-menu-feature-area:nth-child(even) .container .menu-text-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}
.new-menu-feature-area:nth-child(even) .container .menu-text-area .menu-order-cta {
  text-align: left;
}
.new-menu-feature-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1150px;
}
.new-menu-feature-area .container .menu-image-area {
  text-align: center;
  width: 50%;
}
.new-menu-feature-area .container .menu-image-area img {
  max-width: 650px;
}
.new-menu-feature-area .container .menu-text-area {
  width: 50%;
}
.new-menu-feature-area .container .menu-text-area .feature-text {
  max-width: 430px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new-menu-feature-area .container .menu-text-area h2 {
  font-size: 75px;
  color: #AE2424;
  text-transform: uppercase;
  line-height: 1;
}
.new-savvy-rewards-area.savvy-rewards-page {
  padding-top: 100px;
  padding-bottom: 20px;
}
.new-savvy-rewards-area .container {
  max-width: 1150px;
}
.new-savvy-rewards-area .container .savvy-rewards-image {
  text-align: center;
}
.new-savvy-rewards-area .container .savvy-rewards-image img {
  max-width: 550px;
  margin: 0 auto;
  display: block;
}
.new-savvy-rewards-area .container .savvy-rewards-box {
  border: 8px solid #ae2424;
  padding: 20px 40px;
  margin-bottom: 70px;
}
.new-savvy-rewards-area .container .savvy-rewards-box .text-style-1 {
  text-align: center;
  font-size: 50px;
  color: black;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'nexa-rust-sans-black-2';
  text-transform: uppercase;
}
.new-savvy-rewards-area .container .savvy-rewards-box .text-style-2 {
  text-align: center;
  color: #ae2424;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 75px;
  text-transform: uppercase;
}
.new-savvy-rewards-area .container .savvy-rewards-box ul {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: 'nexa-rust-sans-black-2';
  max-width: 1000px!important;
  list-style: none;
  text-align: center;
}
.new-savvy-rewards-area .container .savvy-rewards-box ul li {
  position: relative;
  padding-left: 25px;
}
.new-savvy-rewards-area .container .savvy-rewards-box ul li:before {
  content: "\2022";
  color: #ae2424;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  position: absolute;
  left: 0;
  display: none;
}
.new-savvy-rewards-area .container .savvy-rewards-box ol {
  list-style: none;
  counter-reset: item;
  font-size: 48px;
  font-family: 'nexa-rust-sans-black-2';
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto 35px;
}
.new-savvy-rewards-area .container .savvy-rewards-box ol li {
  padding-left: 70px;
  color: black;
  position: relative;
}
.new-savvy-rewards-area .container .savvy-rewards-box ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #ae2424;
  display: inline-block;
  width: 1em;
  font-family: 'nexa-rust-sans-black-shad-2';
  left: 0;
  position: absolute;
}
.new-savvy-rewards-area .container .savvy-rewards-box .btn-get {
  text-align: center;
}
.new-savvy-rewards-area .container .savvy-rewards-box .btn-get a {
  display: inline-block;
  min-width: 170px;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  padding: 12px 40px;
  line-height: 1;
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
  background: #ae2424;
}
.new-savvy-rewards-area .container .savvy-rewards-box .btn-get a:hover {
  background: black;
}
.bergers-image img,
.own-savvy-image img {
  display: block;
  width: 100%;
}
.new-savvy-catering {
  padding-top: 80px;
  padding-bottom: 80px;
}
.new-savvy-catering .container {
  max-width: 1150px;
}
.new-savvy-catering .container h2 {
  font-family: 'nexa-rust-sans-black-shad-2';
  font-size: 80px;
  line-height: 1;
  color: #ae2424;
  padding-bottom: 20px;
}
.new-savvy-catering .container h2 span {
  font-family: 'nexa-rust-sans-black-2';
  color: black;
}
.new-savvy-catering .container .savvy-catering-text {
  font-size: 30px;
}
.new-savvy-catering .container .savvy-catering-btn {
  margin-top: 30px;
}
.new-savvy-catering .container .savvy-catering-btn a {
  display: inline-block;
  padding: 8px 25px;
  background: #ae2424 !important;
}
.new-savvy-catering .container .savvy-catering-btn a:hover {
  background: black!important;
}
.new-savvy-philosophy {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #ae2424;
}
.new-savvy-philosophy .container {
  text-align: center;
  color: white;
  max-width: 1150px;
}
.new-savvy-philosophy .container h2 {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: white;
  font-size: 80px;
  margin-bottom: 20px;
  line-height: 1;
}
.new-savvy-philosophy .container h2 span {
  font-family: 'nexa-rust-sans-black-2';
}
.new-savvy-philosophy .container .savvy-philosophy-text {
  font-size: 30px;
  margin: 0 auto;
}
.own-savvy-sliders {
  padding-top: 80px;
  padding-bottom: 60px;
}
.own-savvy-sliders .container {
  max-width: 1150px;
}
.own-savvy-sliders .container h2 {
  font-family: 'nexa-rust-sans-black-2';
  color: black;
  font-size: 80px;
  margin-bottom: 20px;
  line-height: 1;
}
.own-savvy-sliders .container h2 span {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
}
.own-savvy-sliders .container .own-savvy-text {
  font-size: 32px;
  line-height: 1.3;
}
.own-savvy-sliders .container .own-savvy-text a {
  font-weight: bold;
  color: black;
}
.own-savvy-sliders .container .own-savvy-btn {
  margin-top: 30px;
}
.own-savvy-sliders .container .own-savvy-btn a {
  display: inline-block;
  background: #ae2424 !important;
  padding: 8px 25px;
}
.own-savvy-sliders .container .own-savvy-btn a:hover {
  background: black!important;
}
.bottom-savvy-rewards-page {
  background: #ae2424;
  color: white;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}
.bottom-savvy-rewards-page .container {
  font-family: 'nexa-rust-sans-black-2';
}
.bottom-savvy-rewards-page .container .text-style-1 {
  color: black;
  font-size: 45px;
}
.bottom-savvy-rewards-page .container .text-style-2 {
  font-size: 65px;
}
.bottom-savvy-rewards-page .container .text-style-3 {
  font-size: 120px;
  line-height: 1;
}
.bottom-savvy-rewards-page .container .text-style-3 sup {
  font-size: 50px;
}
.bottom-savvy-rewards-page .container .btn-free-points {
  margin-top: 40px;
}
.bottom-savvy-rewards-page .container .btn-free-points a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  padding: 10px 30px;
  line-height: 1;
  font-size: 30px;
  background: black;
  color: white;
  letter-spacing: 1px;
}
.bottom-savvy-rewards-page .container .btn-free-points a:hover {
  background: #ae2424;
  color: black;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .box-name {
  display: none;
}
.catering-title-area {
  padding: 70px 0;
}
.catering-title-area .container h1 {
  font-size: 75px;
  line-height: 1;
  text-align: center;
}
.catering-title-area .container h1 span {
  font-family: 'nexa-rust-sans-black-shad-2';
  color: #ae2424;
}
.catering-cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.catering-cta-area .catering-image-area {
  width: 50%;
}
.catering-cta-area .catering-image-area img {
  width: 120%;
  max-width: 120%;
  position: relative;
  margin-left: -10%;
}
.catering-cta-area .catering-cta-text {
  width: 50%;
  padding: 20px;
}
.catering-cta-area .catering-cta-text .inner-catering-cta-text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 45px;
  width: 90%;
}
.catering-cta-area .catering-cta-text .cta-btns {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.catering-cta-area .catering-cta-text .cta-btns a {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  text-transform: uppercase;
  font-family: 'nexa-rust-sans-black-2';
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
  background: #ae2424;
  color: white;
  letter-spacing: 1px;
}
.catering-cta-area .catering-cta-text .cta-btns a:hover {
  background: black;
}
.catering-features-area .container {
  max-width: 1150px;
}
.catering-features-area .container .single-catering-area {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.catering-features-area .container .single-catering-area:nth-child(even) .single-catering-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.catering-features-area .container .single-catering-area:nth-child(even) .single-catering-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.catering-features-area .container .single-catering-area .single-catering-image {
  width: 50%;
  text-align: center;
}
.catering-features-area .container .single-catering-area .single-catering-text {
  padding: 20px;
  width: 50%;
}
.catering-features-area .container .single-catering-area .single-catering-text h2 {
  color: #ae2424;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 20px;
}
.catering-features-area .container .single-catering-area .single-catering-text .text-style-1 {
  font-size: 29px;
  max-width: 620px;
  margin-bottom: 5px;
}
.catering-features-area .container .single-catering-area .single-catering-text .text-style-2 {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 480px;
  line-height: 1.4;
}
.catering-features-area .container .single-catering-area .single-catering-text .text-style-3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.catering-features-area .container .single-catering-area .single-catering-text small {
  display: block;
  margin-top: 10px;
  font-style: italic;
}
.event-savvy-area {
  background: #ae2424;
  padding: 40px 20px;
  text-align: center;
}
.event-savvy-area h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: white;
  font-family: 'nexa-rust-sans-black-shad-2';
}
.event-savvy-area .btn {
  display: inline-block;
  padding: 12px 40px;
}
header#main-header .main-logo-menu-area .menu-area .order-link .menu {
  display: none;
}
.single-menu-container .menu-right-content .product-three-grid .single-product-item .pro-price {
  display: none;
}
@media all and (max-width: 1400px) {
  .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
  }
  .new-savvy-catering .container h2,
  .new-savvy-philosophy .container h2,
  .own-savvy-sliders .container h2 {
    font-size: 70px;
  }
  .own-savvy-sliders .container .own-savvy-text,
  .new-savvy-philosophy .container .savvy-philosophy-text,
  .new-savvy-catering .container .savvy-catering-text {
    font-size: 28px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .text-style-1 {
    font-size: 40px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .text-style-2 {
    font-size: 60px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ul {
    font-size: 28px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol {
    font-size: 36px;
    max-width: 400px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol li {
    padding-left: 50px;
  }
}
@media all and (max-width: 1300px) {
  header#main-header .main-logo-menu-area .logo a img {
    min-width: 200px;
  }
  .event-savvy-area h2 {
    font-size: 40px;
  }
  .event-savvy-area .btn {
    font-size: 18px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item h4 {
    font-size: 24px;
  }
}
@media all and (max-width: 1200px) {
  header#main-header .main-logo-menu-area .menu-area ul.sf-menu li a {
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
  }
  section.page-featured-image-area h1 {
    font-size: 60px;
  }
  .container {
    max-width: 90%;
  }
  section.upcoming-locations .container .upcoming-locations-grid .single-upcoming-location {
    width: 33.33%;
  }
  .bottom-savvy-rewards-page .container .text-style-1 {
    font-size: 30px;
  }
  .bottom-savvy-rewards-page .container .text-style-2 {
    font-size: 40px;
  }
  .bottom-savvy-rewards-page .container .text-style-3 {
    font-size: 80px;
  }
  .bottom-savvy-rewards-page .container .text-style-3 sup {
    font-size: 40px;
  }
}
@media all and (max-width: 980px) {
  header#main-header .main-logo-menu-area .menu-area .order-link .menu {
    display: block;
  }
  header#main-header .main-logo-menu-area .menu-area .order-link {
    width: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header#main-header .main-logo-menu-area .menu-area .order-link a {
    font-size: 14px;
    padding: 8px 8px 6px;
    line-height: 1;
  }
  header#main-header .main-logo-menu-area .menu-area .order-link a span {
    display: none;
  }
  .event-savvy-area h2 {
    font-size: 32px;
  }
  .event-savvy-area h2 .savvy-font {
    font-size: 90px;
    display: block;
    line-height: 1;
  }
  .event-savvy-area h2 .special-font {
    display: block;
    font-size: 70px;
    line-height: 1;
    padding-bottom: 62px;
    position: relative;
  }
  .event-savvy-area h2 .special-font:after {
    position: absolute;
    content: "";
    bottom: 0;
    max-width: 300px;
    height: 60px;
    background: url(../svg/below-arrow.svg) center bottom no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .catering-title-area .container h1 {
    font-size: 40px;
    text-align: left;
  }
  .catering-title-area .container h1 span {
    display: block;
    font-size: 48px;
  }
  .catering-cta-area .catering-image-area {
    width: 100%;
  }
  .catering-cta-area .catering-image-area img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .catering-cta-area .catering-cta-text {
    width: 100%;
  }
  .catering-cta-area .catering-cta-text .inner-catering-cta-text {
    font-size: 20px;
  }
  .catering-cta-area {
    position: relative;
  }
  .catering-cta-area .catering-cta-text .cta-btns {
    width: 220px;
    margin: 0 auto;
  }
  .catering-cta-area .catering-cta-text .cta-btns a {
    display: block;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
  }
  .catering-features-area .container .single-catering-area .single-catering-text h2 {
    font-size: 40px;
  }
  .catering-features-area .container .single-catering-area .single-catering-text .text-style-1 {
    font-size: 24px;
  }
  section.own-savvy-area .savvy-image-area,
  section.own-savvy-area .savvy-text-area {
    width: 100%;
  }
  section.own-savvy-area .savvy-text-area h3 {
    font-size: 30px;
  }
  section.own-savvy-area .savvy-text-area h4 {
    font-size: 55px;
  }
  section.own-savvy-area .savvy-text-area h5 {
    font-size: 60px;
  }
  section.own-savvy-area .savvy-text-area .savvy-text {
    font-size: 18px;
  }
  .mobile-footer-popup {
    display: block;
  }
  #mobile-menu-tigger {
    background: none;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header#main-header {
    padding: 15px 0;
  }
  header#main-header .header-popup {
    display: none;
  }
  header#main-header .sf-menu {
    display: none !important;
  }
  header#main-header .main-logo-menu-area .logo {
    width: 0%;
  }
  header#main-header .main-logo-menu-area .logo a {
    max-width: 70px;
    top: 10px;
  }
  header#main-header .main-logo-menu-area .menu-area {
    width: 100%;
  }
  header#main-header .main-logo-menu-area .logo {
    display: none;
  }
  header#main-header .main-logo-menu-area .mobile-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#main-header .main-logo-menu-area .mobile-logo a {
    display: block;
    font-size: 0;
  }
  header#main-header .main-logo-menu-area .mobile-logo a img {
    min-width: 300px;
    max-width: 50%;
  }
  footer.main-footer-area .container .footer-widget-container {
    width: 100%;
    padding: 0;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  section.page-featured-image-area h1 {
    font-size: 44px;
  }
  section.upcoming-locations .container h2 {
    font-size: 40px;
  }
  .find-a-store-area form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .find-a-store-area form input[type="text"] {
    width: 100%;
  }
  .nearest-to-you-area .nearest-to-you-content .single-nearest-area .location-name {
    font-size: 20px;
    min-height: 70px;
  }
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .two-cta-area .single-cta-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .two-cta-area .single-cta-item {
    width: 100%;
    padding: 0;
  }
  .two-cta-area {
    padding: 30px 0 0;
  }
  .store-info-container .store-info,
  .store-info-container .store-hours {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
  }
  .store-info-container {
    padding-bottom: 0;
  }
  .store-info-container .store-info {
    text-align: center;
  }
  .store-info-container .store-hours .secondary-title {
    text-align: center;
  }
  .menu-category-grid .single-menu-category {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .menu-footer-area .container .bottom-menu ul li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-menu-container .menu-left-sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-menu-container .menu-left-sidebar ul {
    overflow-x: auto;
    top: 80px!important;
    background: white;
    overflow-x: scroll;
    padding-left: 20px;
    white-space: nowrap;
  }
  .single-menu-container .menu-left-sidebar ul li {
    display: inline-block;
  }
  .single-menu-container .menu-right-content {
    width: 100%;
  }
  .single-menu-container .menu-left-sidebar ul li a {
    font-size: 16px;
    padding: 10px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item .box-name {
    font-size: 20px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item .pro-desc {
    font-size: 14px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item .pro-price {
    font-size: 24px;
  }
  section.catering-banner-area .container h2 {
    font-size: 36px;
  }
  section.catering-banner-area .container h1 {
    font-size: 80px;
  }
  section.catering-banner-area .container h3 {
    font-size: 50px;
  }
  section.make-event-area .container .make-event-left-text {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
    padding: 20px 20px 0;
  }
  section.make-event-area .container .make-event-right-text {
    width: 100%;
    margin-right: auto;
    text-align: center;
    padding: 0 5%;
  }
  section.make-event-area .container .make-event-left-text h3 {
    font-size: 19px;
  }
  section.make-event-area .container .make-event-left-text h4 {
    font-size: 59px;
  }
  section.make-event-area .container .make-event-left-text h5 {
    font-size: 47px;
  }
  section.simply-slider-area .container h2,
  section.famous-chicken-area .container h2,
  section.catering-sliders-area .container h2 {
    font-size: 59px;
  }
  section.simply-slider-area .container,
  section.famous-chicken-area .container,
  section.catering-sliders-area .container {
    font-size: 24px;
    line-height: 1.2;
  }
  section.catering-sliders-area .container .small-size {
    font-size: 20px;
  }
  section.main-page-container.main-nutrition-container .container {
    max-width: 90%;
  }
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 {
    width: 100%;
    padding-right: 0;
  }
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 .nutration-title,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 .nutration-title,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 .nutration-title {
    font-size: 30px;
  }
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 .single-nutration-info,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 .single-nutration-info,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 .single-nutration-info {
    margin-bottom: 35px;
  }
  section.main-page-container.main-nutrition-container .title-area h1 {
    font-size: 50px;
  }
  section.main-page-container.main-careers-container .container .top-careers-area .right-top-area {
    display: none;
  }
  section.main-page-container.main-careers-container .container .top-careers-area .left-top-area {
    width: 100%;
  }
  section.main-page-container.main-careers-container .container .top-careers-area .left-top-area h1 {
    font-size: 58px;
  }
  section.main-page-container.main-careers-container .container .top-careers-area .left-top-area h2 {
    font-size: 36px;
  }
  section.main-page-container.main-careers-container .container .top-careers-area .left-top-area .top-text {
    font-size: 20px;
  }
  section.main-page-container.main-careers-container .container .careers-form-content .gform_body .gform_fields .gfield input {
    font-size: 16px;
  }
  section.contact-banner-area h1 {
    font-size: 60px;
  }
  section.contact-banner-area h2 {
    font-size: 30px;
  }
  section.contact-banner-area {
    padding: 60px 10px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area {
    padding: 0;
    padding-bottom: 20px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area h1 {
    font-size: 40px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area h2 {
    font-size: 60px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area p {
    font-size: 20px;
  }
  section.main-page-container.main-franchising-container .franchising-image-text-area img {
    position: unset;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    display: block;
  }
  section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area,
  section.main-page-container.main-franchising-container .franchising-image-text-area .red-text-area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  section.main-page-container.main-franchising-container .franchising-image-text-area .red-text-area .red-text-area-inner,
  section.main-page-container.main-franchising-container .franchising-image-text-area .black-text-area .black-text-area-inner {
    margin-right: auto;
  }
  section.main-page-container.main-franchising-container .franchising-join-area {
    padding: 50px 0;
  }
  section.main-page-container.main-franchising-container .franchising-join-area .join-description {
    font-size: 20px;
    padding: 20px;
  }
  section.main-page-container.main-franchising-container .franchising-join-area h2 {
    font-size: 50px;
  }
  section.main-page-container.main-franchising-container .franchising-join-area h3 {
    font-size: 30px;
  }
  section.main-page-container.main-franchising-container .franchising-form-area h2 {
    font-size: 60px;
  }
  section.main-page-container.main-franchising-container .franchising-form-area .form-subtitle {
    font-size: 20px;
  }
  section.main-page-container.main-rewards-container .container .reward-title {
    font-size: 60px;
  }
  section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .number {
    font-size: 50px;
  }
  section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .title {
    font-size: 24px;
  }
  section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .text {
    font-size: 18px;
  }
  section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps .number {
    margin-bottom: 20px;
  }
  section.hero-area .container .desktop-version {
    display: none;
  }
  section.hero-area .container .mobile-version {
    display: block;
  }
  section.hero-area .container .mobile-version .text-area h2 {
    font-size: 36px;
  }
  section.hero-area .container .mobile-version .text-area h1 {
    font-size: 50px;
  }
  .menu-order-cta a {
    margin-bottom: 10px;
  }
  section.philosophy-area {
    padding-top: 20px;
  }
  section.philosophy-area .container h2 span {
    display: block;
    font-size: 48px;
  }
  section.philosophy-area .container .philosophy-textarea {
    padding: 25px;
    font-size: 20px;
  }
  section.philosophy-area .container h2 {
    font-size: 40px;
  }
  section.find-your-store-area .container h2 {
    font-size: 50px;
  }
  section.find-your-store-area .container {
    font-size: 20px;
  }
  section.find-your-store-area {
    padding: 50px 10px;
  }
  section.find-your-store-area .container .fys-cta {
    margin-top: 30px;
  }
  section.menu-feature-area .container .menu-image-area,
  section.menu-feature-area .container .menu-text-area {
    width: 100%;
  }
  section.menu-feature-area.chicken-fingers-area .container .menu-image-area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section.menu-feature-area.chicken-fingers-area .container .menu-text-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section.menu-feature-area .container .menu-image-area img {
    max-width: 300px;
  }
  section.menu-feature-area {
    padding: 0;
  }
  section.savvy-catering-area .container .savvy-catering-inner {
    max-width: 500px;
    margin-right: auto;
    padding: 30px;
    width: 100%;
  }
  section.savvy-catering-area .container .savvy-catering-inner .savvy-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
  section.savvy-catering-area .container .savvy-catering-inner h2 span {
    font-size: 60px;
  }
  section.savvy-catering-area .container .savvy-catering-inner h2 {
    font-size: 40px;
  }
  section.join-club-area .container .left-join-club {
    border: 0;
  }
  section.join-club-area .container .left-join-club,
  section.join-club-area .container .right-savvy-smiles {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  section.join-club-area .container {
    display: block;
  }
  section.join-club-area .container .left-join-club {
    padding-bottom: 60px;
  }
  section.join-club-area .container .left-join-club h2 {
    line-height: 0.5em;
  }
  section.join-club-area .container .left-join-club h2 span.style-1 {
    font-size: 44px;
    display: block;
  }
  section.join-club-area .container .left-join-club h2 span.style-2 {
    font-size: 35px;
    display: block;
  }
  section.join-club-area .container .left-join-club h2 span.style-3,
  section.join-club-area .container .left-join-club h2 span.style-4 {
    font-size: 28px;
    vertical-align: top;
  }
  section.join-club-area .container .left-join-club h2 span.style-5 {
    font-size: 24px;
    vertical-align: top;
  }
  section.join-club-area .container .left-join-club h2 span.style-6 {
    font-size: 40px;
    vertical-align: top;
  }
  section.join-club-area .container .right-savvy-smiles h2 span.style-1 {
    font-size: 40px;
  }
  section.join-club-area .container .right-savvy-smiles h2 span.style-2 {
    font-size: 60px;
  }
  section.join-club-area .container .right-savvy-smiles h2 span.style-3 {
    font-size: 58px;
  }
  section.join-club-area .container .left-join-club {
    max-width: 260px;
  }
  .menu-footer-area .container {
    padding: 40px 40px 60px;
  }
  section.top-rewards-area .container h1 {
    font-size: 50px;
  }
  section.top-rewards-area .container h2 {
    font-size: 24px;
  }
  section.top-rewards-area .container .rewards-image-area .image-text {
    width: 200px;
    height: 200px;
    font-size: 14px;
  }
  section.top-rewards-area .container .rewards-image-area .image-text:after {
    left: 4px;
    top: 4px;
  }
  section.top-rewards-area .container .rewards-image-area .inner-image-text img {
    max-width: 80px;
  }
  section.top-rewards-area .container .top-rewards-text {
    font-size: 18px;
    padding: 20px;
  }
  section.top-rewards-area .container .sign-up-button a {
    font-size: 24px;
  }
  section.top-rewards-area .container .step-area {
    padding: 30px;
  }
  section.top-rewards-area .container .step-area ul li {
    -webkit-background-size: 35px 35px;
            background-size: 35px;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 50px;
  }
  section.top-rewards-area .container .step-area h2 {
    font-size: 32px;
  }
  section.bottom-rewards-area .container .limited-now-area .now {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
  section.bottom-rewards-area .container .limited-now-area .limited-time {
    font-size: 50px;
    margin-top: -10px;
  }
  section.bottom-rewards-area .container .text-area {
    font-size: 20px;
  }
  section.bottom-rewards-area .container .text-area span {
    font-size: 40px;
  }
  section.bottom-rewards-area .container .btn-area a {
    font-size: 30px;
  }
  section.bottom-rewards-area .container .btn-area a:before {
    width: 40px;
  }
  section.bottom-rewards-area .container h3 {
    font-size: 50px;
  }
  .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0 auto 8px !important;
  }
  .new-menu-feature-area {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
  .new-menu-feature-area .container .menu-text-area {
    text-align: center!important;
  }
  .new-menu-feature-area .container .menu-image-area {
    width: 100%;
    -webkit-box-ordinal-group: 2!important;
    -webkit-order: 1!important;
        -ms-flex-order: 1!important;
            order: 1!important;
  }
  .new-menu-feature-area .container .menu-image-area img {
    max-width: 450px;
  }
  .new-menu-feature-area .container .menu-text-area {
    width: 100%;
    -webkit-box-ordinal-group: 3!important;
    -webkit-order: 2!important;
        -ms-flex-order: 2!important;
            order: 2!important;
  }
  .new-menu-feature-area .container .menu-text-area .feature-text {
    margin-left: auto;
    margin-right: auto;
  }
  .new-menu-feature-area .container .menu-text-area h2 {
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
  }
  .menu-order-cta {
    text-align: center!important;
  }
  h2.title-style .style-3 {
    font-size: 70px;
  }
  h2.title-style .style-4 {
    font-size: 30px;
  }
  .new-menu-feature-area .container .menu-text-area .feature-text {
    font-size: 18px;
  }
  h2.title-style .style-7 {
    font-size: 60px;
  }
  h2.title-style .style-5 {
    font-size: 40px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-image img {
    max-width: 350px;
    width: 80%;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .text-style-1 {
    font-size: 28px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .text-style-2 {
    font-size: 40px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ul {
    font-size: 24px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol {
    max-width: 370px;
    font-size: 28px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol li {
    padding-left: 40px;
  }
  .new-savvy-catering .container h2,
  .new-savvy-philosophy .container h2,
  .own-savvy-sliders .container h2 {
    font-size: 50px;
  }
  .own-savvy-sliders .container .own-savvy-text,
  .new-savvy-philosophy .container .savvy-philosophy-text,
  .new-savvy-catering .container .savvy-catering-text {
    font-size: 20px;
  }
  footer.main-footer-area .footer-widget-container.hide-on-desktop .footer-widget-area h3.follow-h3 {
    font-family: 'Montserrat', sans-serif;
    color: white!important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
  }
  .menu-category-grid .single-menu-category img {
    height: 250px;
  }
}
@media all and (max-width: 786px) {
  .new-menu-feature-area .container .menu-image-area img {
    max-width: 100%;
  }
  .own-savvy-sliders .container h2 {
    font-size: 36px;
  }
  .event-savvy-area h2 {
    font-size: 32px;
  }
  .event-savvy-area .btn {
    font-size: 16px;
  }
  .catering-features-area .container .single-catering-area .single-catering-image,
  .catering-features-area .container .single-catering-area .single-catering-text {
    width: 100%;
  }
  .catering-features-area .container .single-catering-area {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }
  .catering-features-area .container .single-catering-area .single-catering-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .catering-features-area .container .single-catering-area .single-catering-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bottom-savvy-rewards-page .container .text-style-1 {
    font-size: 24px;
  }
  .bottom-savvy-rewards-page .container .text-style-2 {
    font-size: 26px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    max-width: 370px!important;
    margin: 0 auto;
  }
  .bottom-savvy-rewards-page .container .text-style-3 {
    font-size: 50px;
  }
  .bottom-savvy-rewards-page .container .text-style-3 sup {
    font-size: 20px;
  }
  .bottom-savvy-rewards-page .container .btn-free-points a {
    font-size: 18px;
  }
  .bottom-savvy-rewards-page .container .btn-free-points {
    margin-top: 20px;
  }
  section.reward-top-bar a {
    padding: 5px;
  }
  section.top-rewards-area .container .rewards-image-area .image-text {
    position: relative;
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 18px;
    height: auto;
  }
  section.top-rewards-area .container .rewards-image-area .image-text:after {
    display: none;
  }
  section.reward-top-bar .container {
    width: 95%;
  }
  section.reward-top-bar a {
    font-size: 16px;
  }
  section.hero-area {
    padding-top: 50px;
  }
  section.hero-area .container .video-version h2 {
    font-size: 35px;
  }
  section.hero-area .container .video-version h1 {
    font-size: 40px;
  }
  section.menu-feature-area .container .menu-text-area h2.gourmet-title {
    font-size: 37px;
  }
  section.menu-feature-area .container .menu-text-area h2.gourmet-title .style-3 {
    font-size: 57px;
  }
  section.menu-feature-area .container .menu-text-area h2.gourmet-title .style-4 {
    font-size: 39px;
  }
  section.menu-feature-area .container .menu-text-area h2.fingers-title .style-1,
  section.menu-feature-area .container .menu-text-area h2.fingers-title .style-3,
  section.menu-feature-area .container .menu-text-area h2.fingers-title .style-4 {
    font-size: 48px;
  }
  section.menu-feature-area .container .menu-text-area h2.fingers-title .style-2 {
    font-size: 27px;
  }
  section.menu-feature-area .container .menu-text-area .feature-text {
    font-size: 18px;
    max-width: 300px;
    line-height: 1.8;
  }
  section.menu-feature-area .container .menu-text-area h2.fresh-title .style-1 {
    font-size: 64px;
  }
  section.menu-feature-area .container .menu-text-area h2.fresh-title .style-2 {
    font-size: 44px;
  }
  section.menu-feature-area .container .menu-text-area h2.fresh-title .style-3 {
    font-size: 32px;
  }
  section.menu-feature-area .container .menu-text-area .feature-text:before {
    width: 170px;
  }
  section.find-your-store-area .container br {
    display: none;
  }
  section.find-your-store-area .container {
    font-size: 16px;
  }
  section.find-your-store-area .container h2 {
    font-size: 40px;
  }
  section.find-your-store-area .container .fys-cta a {
    margin-bottom: 10px;
  }
  header#main-header .main-logo-menu-area .menu-area .order-link a span {
    display: none;
  }
  header#main-header .main-logo-menu-area .mobile-logo a img {
    min-width: 140px;
  }
  header#main-header .main-logo-menu-area .menu-area .order-link a {
    font-size: 14px;
    padding: 8px;
  }
  section.page-featured-image-area h1 {
    font-size: 36px;
  }
  section.page-featured-image-area {
    padding: 40px 10px;
  }
  section.page-featured-image-area h1 .font-shadow {
    display: block;
  }
  .find-a-store-area .form-caption {
    display: block;
  }
  .find-a-store-area form ::-webkit-input-placeholder {
    color: transparent;
  }
  .find-a-store-area form :-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  .find-a-store-area form ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  .find-a-store-area form :-ms-input-placeholder {
    color: transparent;
  }
  .find-a-store-area form input[type="text"] {
    font-size: 18px;
  }
  .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }
  section.upcoming-locations .container .upcoming-locations-grid .single-upcoming-location {
    width: 50%;
  }
  .two-cta-area .single-cta-item .cta-img-content .cta-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .two-cta-area .single-cta-item .cta-img-content .cta-content {
    padding: 0;
  }
  .two-cta-area .single-cta-item .cta-img-content .cta-content a {
    font-size: 16px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .secondary-title {
    font-size: 28px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container {
    padding: 20px 30px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area {
    padding-top: 20px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .item {
    font-size: 14px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .item .reviewer-name {
    font-size: 17px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav svg {
    width: 16px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
  .our-menu-slider .view-menu {
    font-size: 16px;
    margin-top: 0;
  }
  .our-menu-slider h2 {
    font-size: 28px;
  }
  .store-info-container .store-info .secondary-title,
  .store-info-container .store-hours .secondary-title {
    font-size: 28px;
  }
  .our-menu-slider .owl-carousel {
    padding: 0 25px;
  }
  .our-menu-slider {
    padding-top: 30px;
  }
  .our-menu-slider .owl-nav svg {
    width: 15px;
  }
  .menu-category-grid .single-menu-category .category-name {
    font-size: 24px;
  }
  .menu-category-grid .single-menu-category .btn {
    font-size: 16px;
    padding: 10px 15px;
  }
  .menu-footer-area .container .bottom-menu ul li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  section.main-page-container.main-nutrition-container .title-area h1 {
    font-size: 35px;
  }
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-1 ul li a,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-2 ul li a,
  section.main-page-container.main-nutrition-container .nutrition-info-row .nutration-info-col-3 ul li a {
    font-size: 18px;
  }
  section.main-page-container.main-nutrition-container .nutration-textarea {
    font-size: 18px;
  }
  section.main-page-container.main-careers-container .container .top-careers-area .left-top-area h1 {
    font-size: 48px;
  }
  section.main-page-container.main-contact-container .container {
    font-size: 20px;
  }
  section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield .gfield_label {
    font-size: 16px;
  }
  section.main-page-container.main-contact-container .container .contact-form-area .gform_body .gform_fields .gfield input {
    font-size: 16px;
  }
  section.main-page-container.main-contact-container .container .contact-form-area {
    padding: 25px;
  }
  section.main-page-container.main-franchising-container .franchising-form-area h2 {
    font-size: 40px;
  }
  section.main-page-container.main-rewards-container .container .reward-title {
    font-size: 50px;
  }
  section.main-page-container.main-rewards-container .container .reward-steps .single-reward-steps {
    width: 100%;
  }
  section.hero-area .container .mobile-version .image-area .badge {
    max-width: 80px;
  }
  .catering-title-area {
    padding: 40px 0;
  }
  .menu-category-grid .single-menu-category img {
    height: 200px;
  }
  .menu-category-grid .single-menu-category .category-name {
    font-size: 20px;
    padding: 15px;
  }
}
@media all and (max-width: 600px) {
  .catering-cta-area .catering-cta-text .cta-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catering-cta-area .catering-cta-text .cta-btns a {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .catering-title-area .container h1 {
    font-size: 36px;
  }
  .catering-features-area .container .single-catering-area .single-catering-text h2 {
    font-size: 30px;
  }
  .catering-cta-area .catering-cta-text .inner-catering-cta-text {
    font-size: 16px;
  }
  .find-a-store-area form .btn {
    width: 100%;
  }
  .find-a-store-area {
    margin-bottom: 30px;
  }
  section.upcoming-locations .container .upcoming-locations-grid .single-upcoming-location {
    width: 100%;
  }
  section.upcoming-locations .container h2 {
    font-size: 30px;
  }
  section.upcoming-locations .container h2 span {
    display: block;
  }
  .store-info-container .store-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item {
    width: 100%;
    padding-bottom: 25px;
    margin: 0 0 30px;
  }
  section.simply-slider-area .container h2,
  section.famous-chicken-area .container h2,
  section.catering-sliders-area .container h2 {
    font-size: 48px;
  }
  section.simply-slider-area .container,
  section.famous-chicken-area .container,
  section.catering-sliders-area .container {
    font-size: 20px;
  }
  section.catering-banner-area .container h1 {
    font-size: 70px;
  }
  section.catering-banner-area .container h2 {
    font-size: 30px;
  }
  section.catering-banner-area .container h3 {
    font-size: 40px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ul {
    font-size: 18px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box {
    padding: 20px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol {
    font-size: 24px;
  }
  footer.main-footer-area .footer-widget-container.hide-on-desktop .footer-widget-area {
    display: block!important;
    position: relative;
  }
  footer.main-footer-area .footer-widget-container.hide-on-desktop .footer-widget-area h3.follow-h3,
  footer.main-footer-area .footer-widget-container.hide-on-desktop .footer-widget-area h4.follow-h4 {
    width: 200px!important;
  }
  footer.main-footer-area .footer-widget-container.hide-on-desktop .footer-widget-area ul.social-links {
    width: 80px!important;
    position: absolute!important;
    left: 200px;
    margin-top: 0!important;
    top: 0;
  }
  footer.main-footer-area .container .footer-widget-container .social-links li {
    margin: 0;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item .product-desc {
    min-height: 0;
  }
}
@media all and (max-width: 500px) {
  .own-savvy-sliders .container h2 {
    font-size: 24px;
  }
  .event-savvy-area h2 {
    font-size: 25px;
  }
  .event-savvy-area h2 .savvy-font {
    font-size: 70px;
  }
  .event-savvy-area h2 .special-font {
    font-size: 55px;
    padding-bottom: 40px;
  }
  .event-savvy-area h2 .special-font:after {
    max-width: 200px;
  }
  section.page-featured-image-area h1 {
    font-size: 30px;
  }
  .nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a {
    font-size: 12px;
    padding: 10px 4px;
  }
  .menu-category-grid .single-menu-category {
    width: 100%;
  }
  section.main-page-container.main-franchising-container .franchising-join-area h2 {
    font-size: 40px;
  }
  section.main-page-container.main-franchising-container .franchising-join-area h3 {
    font-size: 24px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area h2 {
    font-size: 50px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area h1 {
    font-size: 30px;
  }
  section.main-page-container.main-franchising-container .franchising-top-text-area p {
    font-size: 18px;
  }
  section.own-savvy-area .savvy-text-area h3 {
    font-size: 24px;
  }
  section.own-savvy-area .savvy-text-area h4 {
    font-size: 40px;
  }
  section.own-savvy-area .savvy-text-area h5 {
    font-size: 50px;
  }
  .menu-footer-area .container {
    padding: 40px 20px 60px;
  }
  .single-menu-container .menu-right-content .product-three-grid .single-product-item img {
    height: auto;
  }
  section.top-rewards-area .container .step-area {
    padding: 20px;
  }
  section.top-rewards-area .container .step-area ul li {
    font-size: 16px;
  }
}
@media all and (max-width: 400px) {
  .mobile-footer-popup .popup-content .left-content {
    font-size: 16px;
  }
  .mobile-footer-popup .popup-content .left-content .store-location {
    font-size: 14px;
  }
  section.philosophy-area .container h2 {
    font-size: 32px;
  }
  section.philosophy-area .container h2 span {
    font-size: 40px;
  }
  section.bottom-rewards-area .container .limited-now-area {
    max-width: 290px;
  }
  section.bottom-rewards-area .container .btn-area a {
    font-size: 24px;
  }
  .new-savvy-catering .container h2,
  .new-savvy-philosophy .container h2,
  .own-savvy-sliders .container h2 {
    font-size: 30px;
  }
  .own-savvy-sliders .container .own-savvy-text,
  .new-savvy-philosophy .container .savvy-philosophy-text,
  .new-savvy-catering .container .savvy-catering-text {
    font-size: 18px;
  }
  .new-menu-feature-area .container .menu-text-area h2 {
    font-size: 40px;
  }
  h2.title-style .style-3 {
    font-size: 55px;
  }
  h2.title-style .style-7 {
    font-size: 50px;
  }
  h2.title-style .style-5 {
    font-size: 30px;
  }
  h2.title-style .style-4 {
    font-size: 20px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .text-style-2 {
    font-size: 30px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .text-style-1 {
    font-size: 22px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ul li {
    padding-left: 15px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ul {
    font-size: 16px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol {
    font-size: 20px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box ol li {
    padding-left: 25px;
  }
  .new-savvy-rewards-area .container .savvy-rewards-box .btn-get a {
    font-size: 16px;
    padding: 12px 18px;
  }
  .new-savvy-catering .container .savvy-catering-btn a,
  .own-savvy-sliders .container .own-savvy-btn a {
    font-size: 16px;
    padding: 8px 10px;
  }
  .bottom-savvy-rewards-page .container .text-style-3 {
    font-size: 35px;
  }
}
@media all and (max-width: 350px) {
  header#main-header .main-logo-menu-area .mobile-logo a img {
    min-width: 100px;
  }
}

.state {
    width: 100%;
}
.state h2{
	padding: 0 15px;
}
#map {
    width: 100%;
    height: 500px;
}
.map-wrap{
	padding: 0 15px;
}
#location-search {
    margin-bottom: 20px;
    text-align: center;
    padding: 40px 0;
}
#location-list {
    margin-top: 20px;
}
.location-item {
    display: none;
}
.pac-container {
    z-index: 10000 !important;
}
@media(max-width: 767px){
#map {
    height: 300px;
}
.search-field {
    width: 100%;
}
.map-wrap {
    padding: 0;
}
.gm-style .gm-style-iw-c {
    width: 100% !important;
    max-width: 275px !important;
    min-width: 275px !important;
}
.gm-ui-hover-effect {
    width: 30px !important;
    height: 30px !important;
}
.gm-ui-hover-effect span {
    width: 15px !important;
    height: 15px !important;
    margin: 6px !important;
}
}

/* New franchising page */

.franchising-banner {
    padding: 153px 0 141px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	overflow: hidden;
}
.main-franchising-container section .container{
	max-width: 1300px;
	padding: 0 15px;
}
.main-franchising-container section .container-fluid{
	max-width: 100%;
	padding: 0 15px;
}
.main-franchising-container section .container .row, .main-franchising-container section .container-fluid .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.main-franchising-container section.franchising-banner .container .row {
    align-items: flex-end;
}
.main-franchising-container section .container .row .col-lg-6{
	width: 50%;
	padding: 0 15px;
}
.main-franchising-container section .container .row .col-lg-12{
	width: 100%;
	padding: 0 15px;
}
.franchising-heading h1{
	font-size: 71px;
	line-height: 90%;
	color: #fff;
}
.franchising-form {
    padding: 35px 24px 60px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.franchising-form h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 37.8px;
    color: #AE2424;
    margin-bottom: 3px;
    font-family: 'nexa-rust-sans-black-2';
    text-align: center;
}
.franchising-form h3{
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 27px;
	margin-bottom: 28px;
	font-family: 'nexa-rust-sans-black-2';
}
.franchising-form .gform_heading{
	display: none;
}
.franchising-form .gfield--type-choice .gform-field-label {
    font-size: 13px;
    line-height: 90%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.franchising-form .gform-field-label{
	font-family: 'nexa-rust-sans-black-2';
}
.franchising-advantage{
	padding: 115px 0 104px;
}
.advantage-content h2{
	color: #AE2424;
	font-family: "nexa-rust-sans-black-2";
	font-size: 74px;
	font-style: normal;
	font-weight: 900;
	line-height: 66.6px;
	margin-bottom: 12px;
}
.advantage-content p{
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	margin-bottom: 22px;
}
.advantagaes-list {
    background: #AE2424;
    padding: 45px 47px 56px 50px;
}
.advantage-content .btn-wrap a.btn, .journey-content .btn-wrap a.btn {
    padding: 15px 37px;
    text-align: center;
    font-family: "nexa-rust-sans-black-2";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 2px;
    display: inline-block;
}
.advantage-content .btn-wrap a.btn:first-child, .journey-content .btn-wrap a.btn:first-child{
	margin-right: 25px;
}
.advantagaes-list ul{
	padding: 0;
}
.advantagaes-list li {
    color: #FFF;
    font-family: "nexa-rust-sans-black-2";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 67.5px;
    border-bottom: 2px dashed #fff;
}
.advantagaes-list li:last-child{
	border-bottom: 0;
}
.btn.btn-black {
    background-color: #000 !important;
}
.btn.btn-black:hover {
    background-color: #AE2424 !important;
}
.franchising-video-wrap {
    width: 100%;
    max-width: 960px;
    height: 540px;
    padding-top: 85px;
	margin: 0 auto;
}
.franchising-video-wrap iframe{
	width: 100%;
	height: 100%;
}
.franchising-fifty-fifty {
    background: #AE2424;
}
.franchising-fifty-fifty .row{
	align-items: center;
}
.fifty-fifty-content{
	padding: 0 62px;
	text-align: center;
	width: 50%;
}
.fifty-fifty-content h2{
	color: #FFF;
	text-align: center;
	font-family: "nexa-rust-sans-black-2";
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 66px;
}
.fifty-fifty-content p{
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
}
.image-wrap{
	width: 50%;
	height: 100%;
}
.image-wrap img {
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
}
.franchising-fifty-fifty.right-image .row {
    flex-direction: row-reverse;
}
.franchising-journey{
	padding: 80px 0;
}
.journey-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.journey-content h2 {
    color: #AE2424;
    text-align: center;
    font-family: "nexa-rust-sans-black-2";
    font-size: 74px;
    font-style: normal;
    font-weight: 900;
    line-height: 66.6px;
    margin-bottom: 45px;
}
html, body{
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1320px) {
.main-franchising-container section .container {
    max-width: 90%;
}
.franchising-heading h1 {
    font-size: 48px;
}
.franchising-form h2 {
    font-size: 28px;
}	
.franchising-form h3 {
    font-size: 24px;
}
.advantage-content h2 {
    font-size: 54px;
}
.advantage-content p {
    font-size: 22px;
}
.advantagaes-list {
    padding: 35px 30px;
}
.advantagaes-list li {
    font-size: 22px;
}
.advantage-content .btn-wrap a.btn:first-child, .journey-content .btn-wrap a.btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.fifty-fifty-content h2 {
    font-size: 40px;
}
.fifty-fifty-content p {
    font-size: 22px;
}
.fifty-fifty-content {
    padding: 0 30px;
}
.image-wrap img {
    min-height: 400px;
    object-fit: cover;
}
.journey-content h2 {
    font-size: 54px;
}
.journey-content {
    max-width: 600px;
}
}
@media only screen and (max-width: 1024px) {
.main-franchising-container section .container .row .col-lg-6 {
    width: 100%;
}
.franchising-heading {
    margin-bottom: 50px;
}
.franchising-banner {
    padding: 180px 0 50px;
}
.franchising-advantage {
    padding: 75px 0 70px;
}
.advantage-content {
    margin-bottom: 30px;
}
.image-wrap {
    width: 100%;
    height: 100%;
}
.fifty-fifty-content {
    padding: 30px;
    width: 100%;
}
.image-wrap img {
    min-height: auto;
}
.franchising-journey {
    padding: 50px 0;
}
.main-franchising-container section .container {
    max-width: 85%;
}	
}

@media only screen and (max-width: 767px) {
.franchising-form {
    padding: 35px 15px 20px;
}
.franchising-banner {
    padding: 300px 0 00px;
}	
.main-franchising-container section .container {
    max-width: 100%;
    padding: 0;
}
.franchising-heading {
    margin-bottom: 35px;
    text-align: center;
    padding: 0 15px;
}
.franchising-heading h1 {
    font-size: 40px;
    line-height: 36px;
}
.franchising-form h2 {
    font-size: 40px;
    line-height: 36px;
	margin-bottom: 15px;
}
.franchising-form h3 {
    font-size: 24px;
    line-height: 21.6px;
}
.franchising-form {
    box-shadow: unset;
}	
.franchising-advantage {
    padding: 40px 15px;
    background: #000;
}
.advantage-content p {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}
.advantage-content h2 {
    font-size: 40px;
    line-height: 36px;
    text-align: center;
}
.btn-wrap {
    text-align: center;
}
.btn.btn-black {
    margin-top: 20px;
    background-color: #ae2424 !important;
}
.advantage-content .btn-wrap a.btn:first-child, .journey-content .btn-wrap a.btn:first-child {
    margin-right: 0;
    margin-bottom: 0;
}
.advantagaes-list {
    padding: 15px 18px;
    text-align: center;
}
.franchising-video-wrap {
    height: 300px;
    padding-top: 40px;
}
.advantagaes-list li {
    font-size: 18px;
    line-height: 40px;
}	
.fifty-fifty-content h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
}
.fifty-fifty-content p {
    font-size: 16px;
    line-height: 24px;
}
.franchising-journey {
    padding: 40px 15px;
}
.journey-content h2 {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 30px;
}
.fifty-fifty-content {
    padding: 30px 15px;
}	
}