@font-face {
  font-family: 'MerloNeue';
  src: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/MerloNeueBlack/font.woff2') format('woff2'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/MerloNeueBlack/font.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MerloNeue';
  src: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/MerloNeueRegular/font.woff2') format('woff2'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/MerloNeueRegular/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PalmCanyonDrive';
  src: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/PalmCanyonDrive/font.woff2') format('woff2'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/PalmCanyonDrive/font.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'PalmCanyonDrive';
  src: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/PalmCanyonDrive/PalmCanyonDrive-Regular.woff2') format('woff2'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/PalmCanyonDrive/PalmCanyonDrive-Regular.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HamburgerMenu';
  src: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/HamburgerMenu/font.woff2') format('woff2'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../webfonts/HamburgerMenu/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color: #808080;
  --hover: #D01240;
  --blue: #1A6AA2;
  --red: #D01240;
  --red-dark: #AD0035;
  --yellow: #F8EAD1;
  --font: 'MerloNeue', sans-serif;
  --font2: 'HamburgerMenu';
  --font3: 'PalmCanyonDrive', sans-serif;
  --fontScript: 'PalmCanyonDrive', sans-serif;
}
/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
body {
  font-family: var(--font);
  font-size: clamp(16px, 0.9375vw, 18px);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font2);
  line-height: 1.2;
  font-weight: 400;
}
.h1,
h1 {
  font-size: clamp(70px, 5.9375vw, 114px);
}
.h2,
h2 {
  font-size: clamp(70px, 4.42708333vw, 85px);
}
.bt,
a.bt,
input.bt,
button.bt,
.button,
.header-button a {
  background-color: var(--red);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  min-width: 190px;
  border: 2px solid var(--red);
  font-family: var(--font);
  font-size: 14px;
  line-height: clamp(16px, 1.04166667vw, 20px);
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}
.bt:hover,
a.bt:hover,
input.bt:hover,
button.bt:hover,
.button:hover,
.header-button a:hover {
  background-color: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
}
.bt.bt-outline,
a.bt.bt-outline,
input.bt.bt-outline,
button.bt.bt-outline,
.button.bt-outline,
.header-button a.bt-outline {
  background-color: #fff;
  color: var(--red);
}
.bt.bt-outline:hover,
a.bt.bt-outline:hover,
input.bt.bt-outline:hover,
button.bt.bt-outline:hover,
.button.bt-outline:hover,
.header-button a.bt-outline:hover {
  background-color: var(--red);
  color: #fff;
}
.main-link {
  border-bottom: 1px solid var(--blue);
  color: var(--hover);
  font-weight: 700;
}
@media (max-width: 767px) {
  .logo {
    width: 50px;
  }
  .logo img {
    max-height: 34px;
  }
  .logo.has-mobile-logo {
    min-width: 140px;
    width: 140px;
  }
}
@media (min-width: 768px) {
  .logo {
    width: clamp(75px, 4.6875vw, 90px);
    min-width: clamp(75px, 4.6875vw, 90px);
  }
}
.header-menu > ul > li:not(.header-button) {
  transition: filter .5s;
}
.header-menu > ul > li > a {
  color: var(--hover);
  text-transform: initial;
  font-family: var(--font);
  line-height: 40px;
  font-weight: 900;
  font-size: clamp(18px, 1.14583333vw, 22px);
}
.header-menu > ul > li > a:after {
  height: 5px;
  width: 40px;
  background-color: var(--blue);
}
@media (max-width: 579px) {
  .header-menu {
    display: block;
    padding-left: 0;
    margin-left: auto;
    width: 0;
    margin-right: 40px;
  }
}
.header-menu > ul > li {
  margin-right: clamp(40px, 4.16666667vw, 80px);
}
.header-menu > ul > li:last-child {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .header-menu > ul > li {
    margin-right: 25px;
  }
}
@media (max-width: 989px) {
  .header-menu > ul > li {
    display: none;
  }
  .header-menu > ul > li.header-button {
    display: block;
  }
}
@media (max-width: 579px) {
  .header-menu > ul > li:last-child {
    margin-right: 20px;
  }
  .header-menu > ul > li.header-button {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}
.header-menu > ul > li.header-button {
  z-index: 100;
  transition: all 0.3s;
}
.header-menu > ul > li.header-button a {
  background-color: var(--red);
  border-color: var(--red);
  color: #fff;
  font-size: clamp(15px, 0.9375vw, 18px);
  width: clamp(175px, 11.45833333vw, 220px);
  line-height: clamp(20px, 1.66666667vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
}
.header-menu > ul > li.header-button a:hover {
  background-color: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
}
.site-header .container-medium {
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%;
}
.site-header .container-medium .header-wrapper {
  max-width: 100%;
}
@media (max-width: 767px) {
  .site-header .container-medium {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
  }
}
.side-menu-trigger {
  width: 34px;
  height: 43px;
  position: relative;
  z-index: 100;
}
.side-menu-trigger svg path {
  transition: all 0.3s;
  transform-origin: center;
}
@media (max-width: 767px) {
  .side-menu-trigger {
    width: 24px;
    height: 32px;
    margin: 0;
  }
}
.logo,
.header-menu {
  transition: filter 0.5s;
}
body.scrolled .site-header {
  box-shadow: 0px 0px 12px -3px #000000;
}
body.side-menu-is-open .side-menu-trigger svg path:first-child {
  transform: translate(0px, 4px) rotate(17deg);
}
body.side-menu-is-open .side-menu-trigger svg path:first-child + path {
  transform: translate(-3px, -2px) rotate(-17deg);
}
body.side-menu-is-open .header-menu > ul > li.header-button {
  transition: all 0.3s 0.15s;
}
@media (max-width: 579px) {
  body.side-menu-is-open .header-menu > ul > li.header-button {
    opacity: 1;
    pointer-events: initial;
  }
}
#side-menu:before {
  display: none;
}
#side-menu .side-menu-wrapper {
  background-color: #fff;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/footer-bg.jpg');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 25px 0 0 25px;
  pointer-events: none;
  padding-top: 65px;
  width: 410px;
}
@media (min-width: 768px) {
  #side-menu .side-menu-wrapper {
    padding-top: clamp(95px, 5.98958333vw, 115px);
    padding-right: clamp(24px, 2.60416667vw, 50px);
  }
}
@media (max-width: 579px) {
  #side-menu .side-menu-wrapper {
    width: 335px;
  }
}
#side-menu .top-wrapper {
  border: none;
  padding: 30px 40px 10px;
}
#side-menu .top-wrapper .bt {
  width: 220px;
  line-height: 22px;
  margin-bottom: 25px;
  display: none;
}
#side-menu .top-wrapper ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--red);
  font-family: var(--font2);
  font-weight: 400;
  font-size: 30px;
  padding-left: 25px;
}
#side-menu .top-wrapper ul li a svg {
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/menu-arrow.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 42px;
  height: 20px;
}
#side-menu .top-wrapper ul li a svg * {
  opacity: 0;
}
#side-menu .top-wrapper ul li a:before {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/star.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  transform-origin: center;
  transition: all 0.3s;
  top: clamp(13px, 0.9375vw, 18px);
  transform: translate(0px);
}
#side-menu .top-wrapper ul li a:after {
  display: none;
}
#side-menu .top-wrapper ul li a span {
  position: relative;
}
#side-menu .top-wrapper ul li a span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 7px;
  bottom: 0px;
  transition: all 0.3s ease-out;
  background: var(--red);
  left: 0%;
  transform: translateX(0%) scaleX(0);
}
#side-menu .top-wrapper ul li a:hover:before {
  transform: rotate(45deg) scale(1.5, 1.5);
}
#side-menu .top-wrapper ul li a:hover span:after {
  transform: translateX(0%) scaleX(1);
}
@media (min-width: 768px) {
  #side-menu .top-wrapper {
    padding-right: clamp(24px, 2.60416667vw, 50px);
  }
}
#side-menu .middle-wrapper {
  padding: 0 40px 20px;
  position: static;
}
#side-menu .middle-wrapper h3 {
  color: var(--red);
  font-family: var(--font);
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 900;
}
#side-menu .middle-wrapper ul {
  margin-top: 10px;
}
#side-menu .middle-wrapper ul li a {
  font-size: 16px;
  color: var(--red);
}
#side-menu .middle-wrapper ul li a:after {
  background-color: var(--red);
  left: 0;
  transform: translateX(0%) scaleX(0);
}
#side-menu .middle-wrapper ul li a:hover:after {
  left: 0;
  transform: translateX(0%) scaleX(1);
}
#side-menu .middle-wrapper .side-menu-burger-1 {
  top: auto;
  bottom: 0;
  z-index: -1;
}
#side-menu .bottom-wrapper {
  border: none;
  padding: 10px 40px 40px;
}
#side-menu .bottom-wrapper .bt {
  width: 290px;
}
#side-menu .bottom-wrapper .footer-socials ul {
  justify-content: flex-start;
}
#side-menu .bottom-wrapper .footer-socials ul li a {
  background-color: var(--red);
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 16px;
}
#side-menu .bottom-wrapper .footer-socials ul li a:hover {
  color: var(--red);
  background-color: var(--yellow);
}
#side-menu .close-side-menu {
  display: none;
  top: 35px;
  right: 40px;
  width: 34px;
  height: 43px;
}
body.side-menu-is-open .site-content-contain,
body.side-menu-is-open .site-footer,
body.side-menu-is-open .site-header .logo,
body.side-menu-is-open .site-header .header-menu > ul > li:not(.header-button) {
  filter: blur(5px);
}
body.side-menu-is-open #side-menu .side-menu-wrapper {
  pointer-events: initial;
}
body.side-menu-is-open.scrolled #side-menu:before {
  display: none;
}
body.side-menu-is-open.scrolled #side-menu .side-menu-wrapper {
  padding-top: 65px;
}
@media (min-width: 768px) {
  body.side-menu-is-open.scrolled #side-menu .side-menu-wrapper {
    padding-top: clamp(95px, 5.98958333vw, 115px);
  }
}
.site-footer {
  background-color: transparent;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/footer-bg.png');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: filter 0.5s;
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
}
.site-footer .footer-wrapper {
  padding-top: 50px;
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.site-footer .footer-wrapper .footer-menu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 870px;
  margin-bottom: clamp(50px, 3.64583333vw, 70px);
}
.site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column h3 {
  font-family: var(--font);
  color: var(--red);
  line-height: 24px;
}
.site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul li.menu-item a {
  color: var(--red);
  font-family: var(--font);
  line-height: 24px;
}
.site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul li.menu-item a:after {
  display: none;
}
.site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul li.menu-item a:hover {
  color: var(--blue);
}
.site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column:first-child ul li.menu-item a {
  font-weight: 900;
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column {
    margin-bottom: 25px;
  }
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column:first-child {
    padding-bottom: 0;
    text-align: left;
  }
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column:first-child > ul {
    column-count: 2;
    column-gap: 30px;
  }
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column:first-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column h3 {
    margin-bottom: 25px;
  }
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul li.menu-item,
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul#menu-our-company-1 li,
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul#menu-food-1 li,
  .site-footer .footer-wrapper .footer-menu .menu-list-wrapper .menu-column ul#menu-get-in-touch-1 li {
    margin-bottom: 20px;
  }
}
.site-footer .footer-wrapper .footer-logo {
  max-width: clamp(100px, 8.22916667vw, 158px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 2.60416667vw, 50px);
}
.site-footer .footer-wrapper .footer-copyrights {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.68px;
  font-style: initial;
  padding: 0;
  color: var(--red);
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .site-footer .footer-wrapper .footer-copyrights {
    max-width: 100%;
  }
}
.site-footer .footer-left-graphic {
  top: auto;
  bottom: 0;
  z-index: 1;
  transform: translate(-45%, 20%);
}
@media (min-width: 768px) {
  .site-footer .footer-left-graphic {
    display: block;
    transform: translate(0%, 30%);
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-left-graphic {
    transform: translate(0%, 0%);
    left: 5%;
  }
}
@media (max-width: 479px) {
  .site-footer .footer-left-graphic {
    transform: translate(-50%, 20%);
    max-width: 190px;
  }
}
.site-footer .footer-right-graphic {
  top: auto;
  bottom: 0;
  z-index: 1;
  transform: translate(45%, 20%);
}
@media (min-width: 768px) {
  .site-footer .footer-right-graphic {
    display: block;
    transform: translate(0%, 30%);
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-right-graphic {
    transform: translate(0%, 0%);
    right: 5%;
  }
}
@media (max-width: 479px) {
  .site-footer .footer-right-graphic {
    transform: translate(50%, 20%);
    max-width: 190px;
  }
}
.site-footer .footer-links {
  border: none;
  padding-bottom: 0;
}
.site-footer .footer-links ul li a {
  color: var(--red);
  font-size: 14px;
}
.site-footer .footer-links ul li a:after {
  background-color: var(--red);
}
.site-footer .footer-links ul li:not(:last-child) {
  margin-right: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 479px) {
  .site-footer .footer-links ul li a {
    font-size: 13px;
  }
  .site-footer .footer-links ul li:not(:last-child) {
    margin-right: 5px;
  }
}
.slick-arrow {
  background-color: transparent;
  border: none;
}
.slick-arrow svg {
  width: 22px;
  height: 100%;
}
.slick-arrow svg path {
  transition: all 0.3s;
}
.slick-arrow:hover svg path {
  fill: var(--red-dark) !important;
}
.pace .pace-progress {
  background-color: var(--blue);
}
.site-content-contain {
  z-index: 2;
  position: relative;
  transition: filter 0.5s;
}
.container {
  max-width: 1340px;
}
.hidden {
  display: none;
}
table {
  color: var(--blue);
  width: auto !important;
  height: auto !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  border: 1px solid var(--blue);
}
table tbody tr td {
  border: none;
}
table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--blue);
}
table tbody tr:first-child td:first-child {
  border-top-left-radius: 15px;
}
table tbody tr:first-child td:last-child {
  border-top-right-radius: 15px;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--blue);
}
table.aligncenter {
  display: table;
}
table.alignleft {
  float: none !important;
}
.product-item {
  padding: 0;
  border-color: var(--red);
  border-radius: 15px;
  transition: all 0.3s;
}
.product-item .featured-item {
  display: none;
}
.product-item .image {
  min-height: 186px;
  height: 186px;
  width: 100%;
}
.product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.product-item .calories {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.product-item .product-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item .product-content h3 {
  font-family: var(--font);
  color: var(--red);
  font-weight: 700;
  font-size: clamp(18px, 1.04166667vw, 20px);
}
.product-item .product-content h3 span:after {
  display: none;
}
.product-item .product-content .description {
  font-size: clamp(14px, 0.83333333vw, 16px);
  color: var(--color);
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.product-item .product-content .cta-wrapper {
  padding-top: 15px;
  margin-top: auto !important;
}
.product-item .product-content .cta-wrapper .bt {
  width: 145px;
}
.intro-heading {
  margin-bottom: clamp(30px, 2.08333333vw, 40px);
  text-align: center;
}
.intro-heading .subtitle {
  font-family: var(--font3);
  font-size: clamp(60px, 3.64583333vw, 70px);
  font-weight: 400;
  color: var(--blue);
  display: inline-flex;
  position: relative;
  z-index: 3;
  font-style: italic;
}
.intro-heading .subtitle span {
  font-feature-settings: 'ss01';
}
.intro-heading .intro-title {
  margin: 0;
  line-height: 1;
  font-family: var(--font2);
  color: var(--red);
  display: inline-flex;
  position: relative;
}
.intro-heading .description {
  font-size: clamp(18px, 1.25vw, 24px);
  max-width: 1040px;
  width: 80%;
  margin: 10px auto 0;
}
.intro-heading .cta-wrapper {
  margin-top: clamp(15px, 1.04166667vw, 20px);
}
@media (max-width: 767px) {
  .intro-heading .cta-wrapper {
    width: 100%;
  }
}
.intro-heading .heading-titles {
  position: relative;
  display: flex;
  flex-direction: column;
}
.intro-heading .heading-titles.title-graphic-graphic-1 {
  align-items: center;
}
.intro-heading .heading-titles.title-graphic-graphic-1 .subtitle:before {
  content: "";
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/title-graphic-graphic-1.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(290px, 19.01041667vw, 365px);
  height: clamp(290px, 19.01041667vw, 365px);
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}
.intro-heading .heading-titles.title-graphic-graphic-2 {
  align-items: center;
}
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic {
  position: absolute;
  right: 100%;
  top: 0;
  width: 1px;
  height: 1px;
  display: block !important;
  z-index: -1;
}
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic:before,
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic:after {
  content: "";
  position: absolute;
  right: calc(100% - 10px);
  top: -7px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/single-star.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 51px;
  height: 51px;
  transform-origin: center;
  transform: scale(0.6, 0.6) rotate(180deg);
}
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic:after {
  right: calc(100% + 22px);
  top: 10px;
  animation-delay: 1s;
  transform: scale(1, 1) rotate(180deg);
}
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic.right-graphic {
  left: 100%;
  right: auto;
}
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic.right-graphic:before {
  left: 100%;
  right: auto;
  animation-delay: 0.5s;
}
.intro-heading .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic.right-graphic:after {
  display: none;
}
.intro-heading .heading-titles.title-graphic-graphic-3 {
  align-items: center;
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic {
  position: absolute;
  right: 100%;
  top: 0;
  width: 1px;
  height: 1px;
  display: block !important;
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic:before,
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic:after {
  content: "";
  position: absolute;
  right: calc(100% - 10px);
  top: -7px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/single-note-1.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 42px;
  height: 34px;
  animation: danse 2s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic:before {
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/single-note-2.svg');
  width: 25px;
  height: 37px;
  right: 100%;
  top: 2px;
  transform: scale(0.7, 0.7) rotate(0deg);
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic:after {
  right: calc(100% + 35px);
  top: 37px;
  animation-delay: 0.5s;
  width: 42px;
  height: 34px;
  transform: scale(0.8, 0.8) rotate(5deg);
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic.right-graphic {
  left: 100%;
  right: auto;
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic.right-graphic:before {
  left: 100%;
  right: auto;
  animation-delay: 0.5s;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/single-note-1.svg');
  transform: scale(0.6, 0.6) rotate(15deg);
  width: 42px;
  height: 34px;
  top: -2px;
  animation-delay: 0.75s;
  animation: danseInverse 2s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic.right-graphic:after {
  left: calc(100% + 42px);
  right: auto;
  top: 22px;
  transform: scale(1, 1) rotate(-35deg);
}
.intro-heading.animated .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic:before {
  animation: 2s ease-in 0.5s 1 pulse;
}
.intro-heading.animated .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic:after {
  animation: 3s ease-in 0.5s 1 pulse2;
}
.intro-heading.animated .heading-titles.title-graphic-graphic-2 .subtitle .subtitle-graphic.right-graphic:before {
  animation: 2.5s ease-in 0.5s 1 pulse;
}
.intro-heading .socials ul {
  justify-content: center;
}
.intro-heading .socials ul li a {
  width: 36px;
  height: 36px;
  border: none;
  color: #fff;
}
.intro-heading .socials ul li:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .intro-heading .socials {
    position: absolute;
    right: 0;
    bottom: 13%;
    background-color: #fff;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .intro-heading .socials {
    bottom: 15%;
  }
}
.intro-heading:last-child {
  margin-bottom: 0;
}
.intro-heading .heading-icon {
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(0.6, 0.6) rotate(0deg);
  }
  30% {
    transform: scale(1, 1) rotate(60deg);
  }
  100% {
    transform: scale(0.6, 0.6) rotate(180deg);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(1, 1) rotate(0deg);
  }
  30% {
    transform: scale(0.6, 0.6) rotate(60deg);
  }
  100% {
    transform: scale(1, 1) rotate(180deg);
  }
}
@keyframes danse {
  0% {
    transform: scale(0.6, 0.6) rotate(-25deg);
  }
  50% {
    transform: scale(1, 1) rotate(25deg);
  }
  100% {
    transform: scale(0.6, 0.6) rotate(-25deg);
  }
}
@keyframes danseInverse {
  0% {
    transform: scale(0.6, 0.6) rotate(25deg);
  }
  50% {
    transform: scale(1, 1) rotate(-25deg);
  }
  100% {
    transform: scale(0.6, 0.6) rotate(25deg);
  }
}
body.scrolling-active .intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic:before,
body.scrolling-active .intro-heading .heading-titles.title-graphic-graphic-3 .subtitle .subtitle-graphic:after {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section-hero {
  clip-path: initial !important;
  margin: 0 !important;
  padding: 0;
  background-color: #f6f2e6;
}
.section-hero .hero-wrapper {
  min-height: 320px;
  padding-top: clamp(50px, 4.6875vw, 90px);
  padding-bottom: clamp(90px, 9.89583333vw, 190px);
  border-width: clamp(10px, 1.04166667vw, 20px);
}
.section-hero .hero-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(40px, 5.20833333vw, 100px);
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/HERO-SHAPE.svg');
  background-position: top center;
  background-size: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.section-hero .hero-wrapper .heading-content .heading-icon-group {
  display: none;
}
.section-hero .hero-wrapper .heading-content .subtitle {
  letter-spacing: 0.55px;
  text-shadow: none;
  font-size: clamp(70px, 5.72916667vw, 110px);
  color: var(--red);
}
.section-hero .hero-wrapper .heading-content .hero-title {
  text-shadow: none;
  color: var(--red);
}
.section-hero .hero-wrapper .description {
  color: var(--red);
  text-shadow: none;
}
.section-hero .hero-wrapper .image-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.section-hero .hero-wrapper .image-background + .container .heading-content .heading-icon-group {
  display: none;
}
.section-hero .hero-wrapper .image-background + .container .heading-content .subtitle,
.section-hero .hero-wrapper .image-background + .container .heading-content .hero-title {
  color: #fff;
}
.section-hero .hero-wrapper .image-background + .container .description {
  color: #fff;
}
.section-hero + .section-image_content:before {
  display: none;
}
.section-hero_v2 {
  background-color: #f6f3e6;
}
.section-hero_v2 .section-inner {
  padding-top: 54px;
}
@media (min-width: 768px) {
  .section-hero_v2 .section-inner {
    padding-top: 116px;
  }
}
@media (min-width: 1600px) {
  .section-hero_v2 .section-inner {
    padding-top: 130px;
  }
}
.section-hero_v2 .hero-content {
  max-width: initial;
}
.section-hero_v2 .hero-content .subtitle {
  letter-spacing: 0.55px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
  font-style: italic;
  font-size: clamp(60px, 5.72916667vw, 110px);
}
.section-hero_v2 .hero-content .subtitle span {
  font-feature-settings: 'ss01';
}
.section-hero_v2 .hero-content .hero-title {
  color: var(--red);
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s 0.2s;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.section-hero_v2 .hero-content .hero-title i {
  font-family: var(--font3);
  font-size: clamp(60px, 5.72916667vw, 110px);
  margin-right: clamp(10px, 1.04166667vw, 20px);
  font-weight: 400;
  color: var(--blue);
  font-style: italic;
  letter-spacing: 0.55px;
  position: relative;
  top: -2px;
}
@media (min-width: 1200px) {
  .section-hero_v2 .hero-content .hero-title i {
    top: -4px;
  }
}
@media (max-width: 767px) {
  .section-hero_v2 .hero-content .hero-title {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-hero_v2 .hero-content .hero-title i {
    width: 100%;
    margin-right: 0;
  }
}
.section-hero_v2 .hero-content .description {
  color: var(--red);
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s 0.4s;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.section-hero_v2 .hero-content .bt {
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s 0.6s;
}
.section-hero_v2 .image-wrapper .background-graphic {
  opacity: 0;
  transition: all 0.3s;
}
.section-hero_v2 .image-wrapper .image img {
  transform: translateX(130px);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
.section-hero_v2 .image-wrapper .image.image-has-border img {
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, box-shadow 0.3s 0.5s;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px var(--red);
}
.section-hero_v2.animated .hero-content .subtitle,
.section-hero_v2.animated .hero-content .hero-title,
.section-hero_v2.animated .hero-content .description,
.section-hero_v2.animated .hero-content .bt {
  opacity: 1;
  transform: none;
}
.section-hero_v2.animated .image-wrapper .background-graphic {
  opacity: 1;
}
.section-hero_v2.animated .image-wrapper .image img {
  opacity: 1;
  transform: translateX(0);
}
.section-hero_v2.animated .image-wrapper .image.image-has-border img {
  box-shadow: 15px 15px 0px 0px var(--red);
}
body:not(.home) .section-hero_v2 {
  padding-top: 0;
  padding-bottom: clamp(40px, 5.20833333vw, 100px);
}
body:not(.home) .section-hero_v2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(40px, 5.20833333vw, 100px);
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/HERO-SHAPE.svg');
  background-position: top center;
  background-size: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
body:not(.home) .section-hero_v2 .row {
  padding-top: clamp(20px, 2.60416667vw, 50px);
  padding-bottom: 50px;
}
body:not(.home).menu-page .section-hero_v2 {
  padding-bottom: 0;
}
body.menu-page .section-hero_v2:after {
  display: none;
}
@media (min-width: 768px) {
  body.menu-page .section-hero_v2 .hero-content .hero-title {
    flex-direction: column;
  }
  body.menu-page .section-hero_v2 .hero-content .hero-title i {
    margin-right: 0;
  }
}
.section-image_content {
  padding-top: clamp(20px, 4.89583333vw, 94px);
  padding-bottom: clamp(20px, 4.89583333vw, 94px);
}
.section-image_content .section-row .column-image {
  order: 1;
  margin: 0 !important;
  max-width: 620px;
}
.section-image_content .section-row .column-image .column-image-inner img {
  border: none !important;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.section-image_content .section-row .column-image .column-image-inner svg {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.section-image_content .section-row .column-image .column-image-inner:not(.has-lootie) {
  position: relative;
}
.section-image_content .section-row .column-image .column-image-inner:not(.has-lootie):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: clamp(15px, 1.04166667vw, 20px);
  left: clamp(15px, 1.04166667vw, 20px);
  border-radius: 15px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/content-image-pattern.png');
  background-size: cover;
}
.section-image_content .section-row .column-image .image-description .subtitle {
  font-family: var(--font3);
  color: var(--blue);
  font-weight: 900;
  font-style: italic;
}
.section-image_content .section-row .column-image .image-description .subtitle span {
  font-feature-settings: 'ss01';
}
.section-image_content .section-row .column-image .image-description .title {
  font-family: var(--font);
  color: var(--red);
}
.section-image_content .column-content {
  order: 2;
}
.section-image_content .column-content .subtitle {
  font-family: var(--font3);
  font-size: clamp(60px, 3.64583333vw, 70px);
  font-weight: 400;
  color: var(--blue);
  margin-bottom: -10px;
  z-index: 3;
  position: relative;
  font-style: italic;
}
.section-image_content .column-content .column-title {
  margin: 0;
  color: var(--red);
  line-height: 1;
  font-family: var(--font2) !important;
  font-size: clamp(70px, 4.42708333vw, 85px) !important;
  position: relative;
  z-index: 2;
}
.section-image_content .column-content .column-title .title-graphic {
  display: none;
}
.section-image_content .column-content .description {
  color: var(--red);
  line-height: 1.58;
}
.section-image_content .column-content .column-title-wrapper {
  position: relative;
}
.section-image_content .column-content .column-title-wrapper.title-graphic-graphic-1:before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/title-graphic-graphic-1.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(290px, 19.01041667vw, 365px);
  height: clamp(290px, 19.01041667vw, 365px);
  z-index: 1;
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  transform-origin: center;
}
.section-image_content .column-content .description,
.section-image_content .column-content .cta-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section-image_content .column-content {
    margin: auto;
    max-width: clamp(440px, 29.16666667vw, 560px);
    padding-left: 25px;
  }
}
@media (min-width: 1800px) {
  .section-image_content .column-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-image_content .section-row {
    flex-direction: column;
    display: flex;
  }
  .section-image_content .section-row .column-image {
    width: 100% !important;
    order: 2;
  }
  .section-image_content .section-row .column-content {
    order: 1;
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section-image_content .section-row .column-content {
    margin: auto;
    max-width: clamp(440px, 29.16666667vw, 560px);
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .section-image_content .section-row .column-content {
    padding-left: 0;
  }
}
@media (min-width: 1800px) {
  .section-image_content .section-row .column-content {
    margin-right: 0;
  }
}
body.our-story .section-image_content:nth-child(2n-1) {
  background-color: #f6f3e6;
}
.section-lottie_cta .cta-wrapper .bt {
  font-family: var(--font2);
}
.section-lottie_cta + .section-image_content {
  z-index: 0;
}
.lottie-modal {
  padding-top: clamp(40px, 2.60416667vw, 50px);
  padding-bottom: clamp(30px, 2.08333333vw, 40px);
  padding-left: clamp(15px, 2.08333333vw, 40px);
  padding-right: clamp(15px, 2.08333333vw, 40px);
  max-width: 1024px;
  width: 90%;
  background-color: #fff !important;
  border: 2px solid var(--red);
  border-radius: 15px;
  box-shadow: 15px 15px 0px 0px var(--red);
}
.lottie-modal .intro-heading h2 {
  font-size: clamp(36px, 3.33333333vw, 64px);
}
.lottie-modal .intro-heading .description {
  font-size: clamp(14px, 0.9375vw, 18px);
}
.lottie-modal .intro-heading + iframe {
  height: 435px;
}
.lottie-modal .ctct-inline-form .ctct-form-defaults {
  background-color: transparent !important;
  font-family: var(--font);
  padding: 0;
}
.lottie-modal .ctct-inline-form .ctct-form-defaults .ctct-form-header {
  font-family: var(--font2);
  font-size: clamp(28px, 2.1875vw, 42px);
}
.lottie-modal .ctct-inline-form .ctct-form-defaults p.ctct-form-text,
.lottie-modal .ctct-inline-form .ctct-form-defaults p.ctct-gdpr-text {
  font-family: var(--font);
}
.lottie-modal .ctct-inline-form .ctct-form-custom .ctct-form-button {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
  font-size: 15px;
  width: 220px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--font);
}
.lottie-modal .ctct-inline-form .ctct-form-custom .ctct-form-button:hover {
  text-transform: uppercase;
  border-color: var(--red) !important;
}
@media (min-width: 768px) {
  .lottie-modal {
    background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/Palm-Trees-Left.png'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/Palm-Trees-Right.png'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/footer-bg.png');
    background-position: left bottom, right bottom, center bottom;
    background-repeat: no-repeat;
    background-size: 25%, 25%, 100%;
  }
}
.post-item-wrapper {
  position: relative;
}
.post-item-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  border-radius: 15px;
}
.post-item-wrapper:hover .product-item {
  transform: translate(-10px, -10px);
}
.menu-categories {
  padding: 0;
  background-color: transparent;
}
.menu-categories .menu-categories-wrapper li {
  border: none;
}
.menu-categories .menu-categories-wrapper li .category-item {
  color: var(--red);
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
  position: relative;
  text-transform: initial;
}
.menu-categories .menu-categories-wrapper li .category-item:after {
  content: "";
  position: absolute;
  border-radius: 7px;
  top: 100%;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  height: 5px;
  width: 40px;
  background-color: var(--blue);
}
.menu-categories .menu-categories-wrapper li .category-item .icon {
  display: none;
}
.menu-categories .menu-categories-wrapper li .category-item:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.menu-categories .menu-categories-wrapper li.more > .category-item span {
  position: relative;
  padding-left: 18px;
}
.menu-categories .menu-categories-wrapper li.more > .category-item span:before,
.menu-categories .menu-categories-wrapper li.more > .category-item span:after {
  content: "";
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--red);
  position: absolute;
  top: 45%;
  left: 0;
  transition: all 0.3s;
  transform: rotate(0deg);
  transform-origin: center;
}
.menu-categories .menu-categories-wrapper li.more > .category-item span:after {
  transform: rotate(90deg);
}
.menu-categories .menu-categories-wrapper li.active .category-item {
  color: var(--blue);
}
.menu-categories .menu-categories-wrapper li.active .category-item svg * {
  fill: transparent;
  stroke: var(--blue) !important;
}
.menu-categories .menu-categories-wrapper .secondary-menu {
  background-color: #fff;
}
.menu-categories .menu-categories-wrapper .secondary-menu li .category-item:after {
  left: clamp(12px, 0.78125vw, 15px);
  transform: translateX(0px) scaleX(0);
  margin-left: 26px;
}
.menu-categories .menu-categories-wrapper .secondary-menu li .category-item:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.menu-categories .menu-categories-wrapper .secondary-menu li.active .category-item {
  color: var(--blue);
}
.menu-categories.show-secondary .menu-categories-wrapper li.more > .category-item span:after {
  transform: rotate(180deg);
  opacity: 0;
}
.section-menu_favourites .row.small-spaces {
  margin-left: -15px;
  margin-right: -15px;
}
.section-menu_favourites .row.small-spaces .product-column {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.section-menu_favourites .slick-arrow {
  left: 0;
}
.section-menu_favourites .slick-arrow.next {
  left: 100%;
}
.section-menu_favourites .mobile-current-category {
  background-color: var(--red);
}
.section-menu_favourites .mobile-current-category .category-item {
  font-family: var(--font);
  color: #fff;
  font-weight: 700;
}
.section-menu_favourites .mobile-current-category .category-item svg * {
  fill: transparent;
}
.section-menu_favourites .mobile-current-category .category-item svg .cls-2,
.section-menu_favourites .mobile-current-category .category-item svg .cls-3,
.section-menu_favourites .mobile-current-category .category-item svg .cls-4 {
  color: #fff;
}
.section-menu_favourites .mobile-current-category .arrow-icon {
  color: #fff;
}
.section-menu_favourites .products-listing {
  padding: 0 20px;
}
.section-menu_favourites .row.small-spaces .product-column {
  padding-left: 25px;
  padding-right: 25px;
}
.section-menu_favourites .section-inner {
  padding-bottom: clamp(40px, 3.64583333vw, 70px);
}
.section-menu_favourites .intro-heading {
  margin-bottom: clamp(30px, 2.08333333vw, 40px);
  text-align: center;
  position: relative;
}
.section-menu_favourites .intro-heading .heading-titles {
  align-items: center;
}
.section-menu_favourites .intro-heading .intro-title {
  position: relative;
  display: inline-flex;
  padding: 0 20px;
}
.section-menu_favourites .intro-heading .intro-title:before,
.section-menu_favourites .intro-heading .intro-title:after {
  content: "";
  position: absolute;
  right: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/heading-graphic-1.svg');
  background-position: right center;
  background-repeat: repeat-x;
  background-size: auto 20px;
  width: 2000px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section-menu_favourites .intro-heading .intro-title:after {
  right: auto;
  left: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/heading-graphic-1-inverse.svg');
  background-position: left center;
}
.section-menu_favourites .menu-categories .menu-categories-wrapper {
  width: 100% !important;
}
.section-menu_favourites .menu-categories .menu-categories-wrapper li .category-item {
  font-size: clamp(16px, 1.14583333vw, 22px);
  font-family: var(--font);
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-menu_favourites .menu-categories .menu-categories-wrapper li .category-item:after {
  top: auto;
  bottom: 0;
}
.section-menu_favourites .menu-categories .menu-categories-wrapper li .category-item:hover {
  color: var(--blue);
}
.section-menu_favourites .menu-categories .menu-categories-wrapper li .category-item:hover:after {
  transform: translateX(-50%) scaleX(0);
}
.section-menu_favourites .menu-categories .menu-categories-wrapper li.active .category-item {
  color: var(--red);
}
.section-menu_favourites .menu-categories .menu-categories-wrapper li.active .category-item:after {
  transform: translateX(-50%) scaleX(1);
}
.section-menu_favourites .menu-categories .slick-list {
  padding-left: 15px;
}
@media (min-width: 1800px) {
  .section-menu_favourites .menu-categories .slick-list {
    padding-left: 0;
  }
}
.section-menu_favourites .menu-categories .slick-arrow {
  background-color: var(--red);
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 2;
  padding: 5px;
}
.section-menu_favourites .menu-categories .slick-arrow svg {
  position: relative;
  width: 12px;
  left: 2%;
}
.section-menu_favourites .menu-categories .slick-arrow svg path {
  fill: #fff;
}
.section-menu_favourites .menu-categories .slick-arrow.prev svg {
  left: -2%;
}
.section-menu_favourites .menu-categories .slick-arrow:hover {
  background-color: var(--red-dark);
}
.section-menu_favourites .menu-categories .slick-arrow:hover svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  .section-menu_favourites .menu-categories {
    display: block !important;
    margin: 0;
    padding: 0;
    height: 40px !important;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper li {
    padding-right: 24px;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper li .category-item {
    padding-left: 0;
    padding-right: 0;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper li .category-item:after {
    height: 4px;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper li.active .category-item:after {
    transform: translateX(-50%) scaleX(1);
    width: 100%;
    border-radius: 0px;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper .slick-arrow {
    display: none !important;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .section-menu_favourites .menu-categories .menu-categories-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper:before,
  .section-menu_favourites .menu-categories .menu-categories-wrapper:after {
    content: "";
    width: 25px;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 1;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper:after {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  }
}
.section-menu_favourites .container-categories {
  max-width: 1026px;
}
@media (max-width: 767px) {
  .section-menu_favourites .container-categories {
    max-width: 1026px;
    overflow: hidden;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper {
    flex-wrap: initial;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper li {
    width: auto;
  }
  .section-menu_favourites .menu-categories .menu-categories-wrapper li.active {
    display: block !important;
  }
}
.section-slider_boxes {
  position: relative;
}
.section-slider_boxes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  height: clamp(95px, 5.9375vw, 114px);
  background-color: #fff;
}
.section-slider_boxes .section-inner {
  position: relative;
  z-index: 1;
}
.section-slider_boxes .word {
  display: flex;
}
.section-slider_boxes .intro-heading {
  margin: 0;
}
.section-slider_boxes .intro-heading .intro-title {
  height: 80px;
}
@media (max-width: 767px) {
  .section-slider_boxes .intro-heading .intro-title {
    height: 75px;
  }
}
.section-slider_boxes .boxes-arrow {
  display: none;
}
.section-slider_boxes .boxes-arrow svg {
  width: 22px;
  height: 44px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/arrow-right.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-slider_boxes .boxes-arrow svg * {
  opacity: 0;
}
.section-slider_boxes .boxes-arrow.next svg {
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/arrow-right.svg');
}
.section-slider_boxes .container {
  display: flex;
  justify-content: center;
}
.section-slider_boxes .slick-list {
  padding: 0 !important;
}
.section-slider_boxes .box-item .box-content {
  width: clamp(192px, 20.83333333vw, 400px);
  width: initial;
  height: auto;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  margin: 0 20px;
  position: relative;
  border-radius: 15px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/box-active.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 90%;
  transition: all 0.2s ease-out;
}
.section-slider_boxes .box-item .box-content .image {
  position: relative;
  border-radius: 15px;
  height: calc(100vw * 355 / 1280.0);
  max-height: 430px;
  min-height: 335px;
}
.section-slider_boxes .box-item .box-content .image img {
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.section-slider_boxes .box-item .box-content .content-container {
  position: static;
  height: initial;
  clip-path: initial;
  transform: translateY(0px);
  background-color: transparent;
  padding: 25px;
}
.section-slider_boxes .box-item .box-content .content-container h3 {
  color: var(--red);
  position: relative;
  text-transform: initial;
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(16px, 1.66666667vw, 32px);
}
.section-slider_boxes .box-item .box-content .content-container h3:after {
  content: "";
  position: absolute;
  border-radius: 7px;
  top: 100%;
  transition: all 0.2s;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  height: 5px;
  width: 40px;
  background-color: var(--blue);
}
.section-slider_boxes .box-item .box-content .content-container .description,
.section-slider_boxes .box-item .box-content .content-container .bt {
  display: none;
}
.section-slider_boxes .box-item .box-content:hover {
  background-position: 50% 45%;
}
.section-slider_boxes .box-item .box-content:hover .content-container h3:after {
  transform: translateX(-50%) scaleX(1);
}
@media (max-width: 767px) {
  .section-slider_boxes .box-item .box-content {
    width: initial;
  }
}
.section-slider_boxes .boxes-slider {
  max-width: 1350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.section-slider_boxes .boxes-slider .slick-arrow {
  top: clamp(155px, 10.41666667vw, 200px);
  transform: translate(-50%, 0);
}
.section-slider_boxes .boxes-wrapper {
  padding-left: 28px;
  padding-right: 28px;
}
.section-gallery .background-graphic {
  display: none;
}
.section-gallery .gallery-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .section-gallery .gallery-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.section-gallery .gallery-wrapper .slick-list {
  overflow: initial;
}
@media (max-width: 767px) {
  .section-gallery .gallery-wrapper .slick-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-gallery .gallery-wrapper .gallery-item {
  padding: 0 15px 20px;
}
.section-gallery .gallery-wrapper .gallery-item .image {
  height: clamp(150px, 15.88541667vw, 305px);
  border-radius: 15px;
  position: relative;
  overflow: initial;
}
.section-gallery .gallery-wrapper .gallery-item .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0px);
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/box-active.svg');
  background-position: bottom center;
  background-size: 90%;
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: all 0.3s ease-out;
}
.section-gallery .gallery-wrapper .gallery-item .image img {
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.section-gallery .gallery-wrapper .gallery-item .image:hover img {
  transform: scale(1, 1);
  transform: translateY(-20px);
}
.section-gallery .intro-heading {
  margin-bottom: clamp(30px, 2.08333333vw, 40px);
  text-align: center;
  position: relative;
}
.section-gallery .intro-heading .intro-title {
  position: relative;
  display: inline-flex;
  padding: 0 20px;
}
.section-gallery .intro-heading .intro-title:before,
.section-gallery .intro-heading .intro-title:after {
  content: "";
  position: absolute;
  right: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/heading-graphic-graphic-2.svg');
  background-position: right center;
  background-repeat: repeat-x;
  background-size: auto 20px;
  width: 2000px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section-gallery .intro-heading .intro-title:after {
  right: auto;
  left: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/heading-graphic-graphic-2.svg');
  background-position: left center;
}
.section-gallery .slick-arrow {
  background-color: var(--red);
}
.section-gallery .slick-arrow svg {
  position: relative;
  width: clamp(14px, 0.9375vw, 18px);
  left: 2%;
}
.section-gallery .slick-arrow svg path {
  fill: #fff;
}
.section-gallery .slick-arrow.prev svg {
  left: -2%;
}
.section-gallery .slick-arrow:hover {
  background-color: var(--red-dark);
}
.section-gallery .slick-arrow:hover svg path {
  fill: #fff !important;
}
.section-menu_listing {
  padding-top: 0;
  background-color: #fff;
}
.section-menu_listing:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/HERO-SHAPE.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 25px;
  left: 0;
  z-index: 1;
}
.section-menu_listing:after {
  background-color: #f6f3e6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
}
.section-menu_listing .section-inner {
  position: relative;
  z-index: 2;
}
.section-menu_listing .menu-categories-container .container {
  overflow: hidden;
  height: 90px;
}
@media (max-width: 1199px) {
  .section-menu_listing .menu-categories-container .container {
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .section-menu_listing .menu-categories-container .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-menu_listing .menu-categories-container .menu-categories-inner {
  display: flex;
  justify-content: center;
}
.section-menu_listing .menu-categories-container .menu-categories-inner:before {
  content: "";
  width: 45px;
  min-width: 45px;
  height: 90px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/menu-page-categories-left-bg.png');
  background-repeat: no-repeat;
  background-size: 45px 90px;
  display: block;
  position: relative;
  z-index: 2;
}
.section-menu_listing .menu-categories-container .menu-categories-inner:after {
  content: "";
  width: 45px;
  min-width: 45px;
  height: 90px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/menu-page-categories-right-bg.png');
  background-repeat: no-repeat;
  background-size: 45px 90px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .section-menu_listing .menu-categories-container .menu-categories-inner:before,
  .section-menu_listing .menu-categories-container .menu-categories-inner:after {
    background-size: 30px 60px;
    width: 30px;
    min-width: 30px;
    height: 60px;
  }
}
.section-menu_listing .menu-categories-container .menu-categories-inner {
  overflow-x: scroll;
  overflow-y: hidden;
}
.section-menu_listing .menu-categories-container .menu-categories {
  border: none;
  border-radius: 0px;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/menu-page-categories-middle-bg.png');
  background-repeat: repeat;
  background-size: auto 90px;
  background-position: 0px 0px;
  position: relative;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  will-change: transform;
  user-select: none;
}
.section-menu_listing .menu-categories-container .menu-categories:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 100px);
  height: 100%;
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper {
  position: relative;
  z-index: 1;
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 30px;
  padding: 30px 20px;
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item svg * {
  stroke: var(--red);
  fill: transparent;
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item:after {
  top: 75%;
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li:first-child {
  padding-left: clamp(15px, 2.60416667vw, 50px);
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li:last-child {
  padding-right: 50px;
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li:hover .category-item {
  color: var(--red);
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li:hover .category-item:after {
  transform: translateX(-50%) scaleX(1);
}
.section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li.current-page .category-item {
  color: var(--blue);
}
@media (max-width: 1199px) {
  .section-menu_listing .menu-categories-container .menu-categories {
    background-size: 35px 60px;
  }
  .section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item {
    font-size: 16px;
    padding: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item {
    padding: 20px 10px;
  }
}
.section-menu_listing .menus-sections .section-menu {
  padding-bottom: 0;
}
.section-menu_listing .menus-sections .section-menu .pattern-bg,
.section-menu_listing .menus-sections .section-menu .left-icons {
  display: none;
}
.section-menu_listing .menus-sections .section-menu .intro-heading {
  margin-bottom: clamp(30px, 2.08333333vw, 40px);
  text-align: center;
  position: relative;
}
.section-menu_listing .menus-sections .section-menu .intro-heading .heading-titles {
  align-items: center;
}
.section-menu_listing .menus-sections .section-menu .intro-heading .description {
  font-size: clamp(14px, 0.9375vw, 18px);
}
.section-menu_listing .menus-sections .section-menu .intro-heading .food-type-description {
  display: none;
}
.section-menu_listing .menus-sections .section-menu .container > .intro-heading h2.intro-title {
  position: relative;
  display: inline-flex;
  padding: 0 20px;
  font-size: clamp(60px, 4.42708333vw, 85px);
}
.section-menu_listing .menus-sections .section-menu .container > .intro-heading h2.intro-title:before,
.section-menu_listing .menus-sections .section-menu .container > .intro-heading h2.intro-title:after {
  content: "";
  position: absolute;
  right: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/heading-graphic-1.svg');
  background-position: right center;
  background-repeat: repeat-x;
  background-size: auto 20px;
  width: 2000px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section-menu_listing .menus-sections .section-menu .container > .intro-heading h2.intro-title:after {
  right: auto;
  left: 100%;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/heading-graphic-1-inverse.svg');
  background-position: left center;
}
.section-menu_listing .menus-sections .section-menu .container > .intro-heading .subtitle {
  font-size: clamp(65px, 3.64583333vw, 70px);
}
.section-menu_listing .menus-sections .section-menu .products-listing .product-item .description {
  font-size: clamp(15px, 0.9375vw, 18px);
  margin-top: 5px;
}
.section-menu_listing .menus-sections .section-menu .products-listing .product-item .cta-wrapper {
  order: 4;
  display: block;
}
.section-menu_listing .menus-sections .section-menu .products-listing .product-item .calories {
  order: 3;
  font-size: 14px;
}
.section-menu_listing .menus-sections .section-menu .products-listing .product-item .bt {
  display: inline-block;
}
.section-menu_listing .menus-sections .section-menu .products-listing .row.small-spaces {
  margin-left: -15px;
  margin-right: -15px;
}
.section-menu_listing .menus-sections .section-menu .products-listing .product-column {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .section-menu_listing .menus-sections .section-menu .products-listing .col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.section-menu_listing .addon-column .product-item .intro-heading .intro-title {
  font-family: var(--font);
  text-transform: initial;
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 1.14583333vw, 22px);
}
.section-menu_listing .addon-column .product-item .addons-group .addon-item .item-heading h4 {
  line-height: 1.2;
  text-align: left;
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
}
.section-menu_listing .addon-column .product-item .addons-group .addon-item .item-heading .calories {
  white-space: nowrap;
  line-height: 1.2;
}
.section-menu_listing .mobile-sticky-cta {
  display: none !important;
  left: 20px;
  width: calc(100% - 40px);
  height: 44px;
}
.section-menu_listing .mobile-sticky-cta .bt {
  border: none;
  line-height: 24px;
  font-size: 14px;
}
.burger-animation-wrapper {
  display: none;
}
.section-menu_listing {
  overflow: initial;
}
.section-menu_listing .menu-categories-inner {
  position: relative;
}
.section-menu_listing .menu-categories-inner .category-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(36px, 2.70833333vw, 52px);
  height: clamp(36px, 2.70833333vw, 52px);
  background-color: var(--red);
  z-index: 3;
}
.section-menu_listing .menu-categories-inner .category-arrow svg {
  position: relative;
  width: clamp(14px, 0.9375vw, 18px);
  left: -2%;
}
.section-menu_listing .menu-categories-inner .category-arrow svg path {
  fill: #fff !important;
}
.section-menu_listing .menu-categories-inner .category-arrow.category-right-arrow {
  left: 100%;
}
.section-menu_listing .menu-categories-inner .category-arrow.category-right-arrow svg {
  left: 2%;
}
.section-menu_listing .menu-categories-inner .category-arrow:hover {
  background-color: var(--red-dark);
}
.section-menu_listing .menu-categories-inner .category-arrow.hide-arrow {
  opacity: 0;
  pointer-events: none;
}
body.sticky-menu .section-menu_listing .menu-categories-container {
  height: 54px;
}
body.sticky-menu .section-menu_listing .menu-categories-container .container {
  transition: top 0.3s;
  height: 54px;
}
body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories-inner:before,
body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories-inner:after {
  height: 54px;
  width: 0;
  min-width: 0;
}
body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories {
  padding: 0;
  width: 100%;
  background-size: auto 53px;
}
body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 30px;
}
body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item:after {
  width: 100%;
  border-radius: 0px;
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  body.sticky-menu .section-menu_listing .menu-categories-container {
    height: 40px;
  }
  body.sticky-menu .section-menu_listing .menu-categories-container .container {
    height: 40px;
  }
  body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories-inner:before,
  body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories-inner:after {
    height: 40px;
  }
  body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories {
    background-size: auto 39px;
  }
  body.sticky-menu .section-menu_listing .menu-categories-container .menu-categories .menu-categories-wrapper li .category-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body.sticky-menu.scrolled-up .section-menu_listing .menu-categories-container .container {
  top: 54px;
}
@media (min-width: 768px) {
  body.sticky-menu.scrolled-up .section-menu_listing .menu-categories-container .container {
    top: 87px;
  }
}
@media (min-width: 1600px) {
  body.sticky-menu.scrolled-up .section-menu_listing .menu-categories-container .container {
    top: 92px;
  }
}
body.menu-page #page {
  overflow: hidden;
}
.section-embed_code .fsBody {
  padding: 0 !important;
}
.section-embed_code .fsBody .fsForm {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.section-embed_code .ctct-inline-form .ctct-form-defaults {
  font-family: var(--font);
}
.section-embed_code .ctct-inline-form .ctct-form-defaults .ctct-form-header {
  font-family: var(--font2);
  font-size: clamp(28px, 2.1875vw, 42px);
}
.section-embed_code .ctct-inline-form .ctct-form-defaults p.ctct-form-text,
.section-embed_code .ctct-inline-form .ctct-form-defaults p.ctct-gdpr-text {
  font-family: var(--font);
}
.section-embed_code .ctct-inline-form .ctct-form-custom .ctct-form-button {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
  font-size: 15px;
  width: 220px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--font);
}
.section-embed_code .ctct-inline-form .ctct-form-custom .ctct-form-button:hover {
  text-transform: uppercase;
  border-color: var(--red) !important;
}
.section-embed_code .embed-code {
  background-color: #fff !important;
  border: 2px solid var(--red);
  border-radius: 15px;
  box-shadow: 15px 15px 0px 0px var(--red);
  padding: 40px 20px;
}
.section-embed_code#e-club-page .embed-code {
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/Palm-Trees-Left.png'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/Palm-Trees-Right.png'), url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/footer-bg.png');
  background-position: left bottom, right bottom, center bottom;
  background-repeat: no-repeat;
  background-size: 20%, 20%, 100%;
}
@media (max-width: 767px) {
  .section-embed_code#e-club-page .embed-code {
    background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/footer-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.section-wysiwyg .pattern-bg {
  display: none;
}
.section-wysiwyg .wysiwyg-wrapper {
  border-width: 7px;
  background-color: transparent;
  border-radius: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: clamp(30px, 2.60416667vw, 50px);
  padding-right: clamp(30px, 2.60416667vw, 50px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.section-wysiwyg .wysiwyg-wrapper h2,
.section-wysiwyg .wysiwyg-wrapper h3 {
  color: var(--red);
}
.section-wysiwyg .wysiwyg-wrapper h3 {
  font-family: var(--font);
  font-weight: 700;
}
.section-wysiwyg .wysiwyg-wrapper .wysiwyg-code > *:first-child {
  margin-top: 0;
}
.section-hero_v2_slider {
  background-color: #f6f3e6;
}
.section-hero_v2_slider .hero-slide {
  opacity: 1 !important;
}
.section-hero_v2_slider .hero-content {
  max-width: initial;
}
.section-hero_v2_slider .hero-content .subtitle {
  letter-spacing: 0.55px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
  font-style: italic;
  font-size: clamp(60px, 5.72916667vw, 110px);
}
.section-hero_v2_slider .hero-content .subtitle span {
  font-feature-settings: 'ss01';
}
.section-hero_v2_slider .hero-content .hero-title {
  color: var(--red);
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s 0.2s;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.section-hero_v2_slider .hero-content .hero-title i {
  font-family: var(--font3);
  font-size: clamp(60px, 5.72916667vw, 110px);
  margin-right: clamp(10px, 1.04166667vw, 20px);
  font-weight: 400;
  color: var(--blue);
  font-style: italic;
  letter-spacing: 0.55px;
  position: relative;
  top: -2px;
}
@media (min-width: 1200px) {
  .section-hero_v2_slider .hero-content .hero-title i {
    top: -4px;
  }
}
@media (max-width: 767px) {
  .section-hero_v2_slider .hero-content .hero-title {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-hero_v2_slider .hero-content .hero-title i {
    width: 100%;
    margin-right: 0;
  }
}
.section-hero_v2_slider .hero-content .description {
  color: var(--red);
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s 0.4s;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.section-hero_v2_slider .hero-content .bt {
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.3s;
}
.section-hero_v2_slider .image-wrapper .background-graphic {
  opacity: 0;
}
.section-hero_v2_slider .image-wrapper .image img {
  transform: translateX(130px);
  opacity: 0;
  transition: all 0.3s;
}
.section-hero_v2_slider .image-wrapper .image.image-has-border img {
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, box-shadow 0.3s 0.5s;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px var(--red);
}
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .subtitle,
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .hero-title,
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .description,
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .bt {
  opacity: 1;
  transform: none;
  transition: all 0.5s;
}
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .hero-title {
  transition-delay: 0.2s;
}
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .description {
  transition-delay: 0.3s;
}
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .hero-content .bt {
  transition-delay: 0.4s;
}
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .image-wrapper .background-graphic {
  opacity: 1;
}
.section-hero_v2_slider.animated .init-hero_v2_slider.slick-slider .slick-current .image-wrapper .image img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .hero-content .subtitle,
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .hero-content .hero-title,
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .hero-content .description,
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .hero-content .bt {
  opacity: 1;
  transform: none;
}
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .image-wrapper .background-graphic {
  opacity: 1;
}
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .image-wrapper .image img {
  opacity: 1;
  transform: translateX(0);
}
.section-hero_v2_slider.animated .init-hero_v2_slider:not(.slick-slider) .image-wrapper .image.image-has-border img {
  box-shadow: 15px 15px 0px 0px var(--red);
}
body:not(.home) .section-hero_v2_slider {
  padding: 0;
}
body:not(.home) .section-hero_v2_slider .row {
  padding-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
}
body:not(.home) .section-hero_v2_slider .image-wrapper .image img {
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, box-shadow 0.3s 0.5s;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px var(--red);
}
.section-404 {
  padding-top: 50px;
}
.section-404 .heading-404 {
  text-align: center;
  font-size: clamp(150px, 13.02083333vw, 250px);
  color: var(--red);
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.section-404 .heading-404 span {
  display: inline-block;
  text-align: center;
  min-width: clamp(75px, 6.51041667vw, 125px);
}
.section-404 .heading-404 span.image-0 {
  color: transparent;
  background-image: url('https://www.johnnyrockets.com/wp-content/themes/fatburger-jnrk/assets/less/../images/burger-johnny.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: clamp(100px, 7.8125vw, 150px);
  margin: 0 5px;
}
.section-404 .intro-heading .intro-title {
  max-width: 630px;
  display: inline-block;
  font-size: clamp(38px, 3.38541667vw, 65px);
  margin: 0;
}
.section-404 .intro-heading .description {
  font-size: clamp(16px, 1.14583333vw, 22px);
}
.section-404 .intro-heading .cta-block {
  margin-top: clamp(30px, 2.08333333vw, 40px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-404 .intro-heading .cta-block .bt {
  margin: 10px;
}
.section-404 .intro-heading .cta-block .bt:nth-of-type(2) {
  background-color: var(--blue);
  border-color: var(--blue);
}
.section-404 .intro-heading .cta-block .bt:nth-of-type(2):hover {
  color: var(--blue);
  border-color: var(--blue);
  background-color: #fff;
}
body.error404 .section-footer-top-graphic .sun {
  top: -35%;
}
body.error404 .section-footer-top-graphic .intro-heading {
  display: none;
}
