@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider {
  overflow: hidden;
}
#home-slider .slick-slide {
  position: relative;
  max-height: 100vh;
  height: 1125px; /*define the height of slide*/
  transition: all 1s ease, transform 1.5s ease !important;
  transform: scale(1.2);
}
#home-slider .slick-slide.slick-active {
  transform: scale(1);
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#home-slider-mobile {
  overflow: hidden;
}
#home-slider-mobile .slick-slide {
  position: relative;
  max-height: 320px;
  height: 320px; /*define the height of slide*/
  transition: all 1s ease, transform 1.5s ease !important;
  transform: scale(1.2);
}
#home-slider-mobile .slick-slide.slick-active {
  transform: scale(1);
}

.gutenberg-slider {
  margin-bottom: 29px;
}
.gutenberg-slider .slick-slide {
  height: 595px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px; /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px; /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.gfield input {
  background-color: #000;
  color: #fff;
  border: none !important;
  border-bottom: 1px solid #ED1C24 !important;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2 !important;
  height: 32px !important;
}
.gfield input:focus {
  border: none !important;
  border-bottom: 1px solid #ED1C24 !important;
  box-shadow: none;
  outline: none;
  background-color: #000;
}
.gfield.focused .gfield_label {
  top: -25px;
  transition: all 0.3s;
  color: #C2ADB2;
}

.gform_validation_error .gfield_label {
  top: -25px !important;
}

.gfield_label {
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.3s;
}

legend.gfield_label {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  opacity: 0;
  position: absolute;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 45px;
  line-height: 1.2;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  max-width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ED1C24;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: #ED1C24;
  display: none;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked + label:after {
  display: block;
}

.gfield--type-html {
  margin-top: 45px;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right; /*aligning of submit button*/
}

.checkout-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  background-color: #000;
}

/* Placeholder styling */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type=submit], input[type=reset] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #ED1C24;
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus {
  background-color: #c61017;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Inria Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
  max-width: 100%;
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Fredoka", sans-serif;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
  font-size: 24px;
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #ED1C24;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #970c11;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #ED1C24;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
}
#searchsubmit::-moz-placeholder {
  color: black;
}
#searchsubmit::placeholder {
  color: black;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

.news-post .featured-image, #home-slider .slick-slide, #home-slider-mobile .slick-slide, .gutenberg-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding: 0 20px;
  padding-top: 26px;
  display: grid;
  z-index: 3;
  transition: all 0.3s;
  grid-template-columns: 1fr [logo] 290px [navigation] 1fr;
}
.header .logo {
  width: 290px;
  grid-area: logo;
  justify-self: center;
  transition: all 0.3s;
}
.header .main-nav {
  grid-area: navigation;
  justify-self: flex-end;
}
.header.sticky-header {
  background-color: #000;
}
.header.sticky-header .logo {
  width: 182px;
}

.logo img {
  max-height: 150px;
}

.title-bar {
  background-color: transparent; /* collapsed menu bar color */
  padding: 0;
  line-height: 45px;
  width: 61px;
  display: inline-block;
}
.title-bar .title-bar-title {
  vertical-align: top;
}
.title-bar .menu-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 60px;
  margin: 0;
  height: 36px;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}
.title-bar .menu-icon .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  border-radius: 2px;
  margin-bottom: 8px;
  pointer-events: none;
}
.title-bar .menu-icon:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 50%;
  left: 0;
  border-radius: 2px;
  margin-top: -5px;
  box-shadow: 0 9px 0 0 #fefefe, 0 18px 0 0 #fefefe;
}

.top-bar {
  background-color: #FCF3F3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 495px;
  max-width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s;
  padding-top: 128px;
  text-align: center;
  z-index: 101;
  /* Dropdown item styling */
}
.top-bar.active {
  transform: translateY(0);
  visibility: visible;
}
.top-bar .menu-close {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.top-bar ul {
  background: transparent;
  margin: 0;
  list-style: none;
  padding: 0;
}
.top-bar .header-menu li {
  display: block;
  background-color: transparent;
  line-height: 58px;
}
.top-bar .header-menu li > a {
  /* Regular menu item style */
  display: inline-block;
  padding: 0 15px;
  background: transparent;
  line-height: 1;
  color: #000;
  font-family: "Inria Sans", sans-serif;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3; /* 292% */
  border-bottom: 2px solid transparent;
}
.top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
  /* Style of Current page and Ancestor page */
  background: transparent;
  color: #ED1C24;
  font-weight: bold;
}
.top-bar .header-menu li.has-dropdown > a {
  /* Style of item with dropdown */
  padding: 0 15px;
}
.top-bar .header-menu li.has-dropdown > a:after {
  /* Hide dropdown arrow */
  display: none !important;
}
.top-bar .header-menu li.has-dropdown > a:hover {
  /* Hover state for dropdown link */
}
.top-bar .header-menu li > a:hover {
  /* menu item style on hover */
  background: transparent;
  color: #000;
  border-bottom-color: transparent;
}
.top-bar .header-menu:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar ul li:hover > a {
  /* Parent link style on dropdown hover */
  background: transparent;
  color: #ED1C24;
}
.top-bar .submenu {
  border: none;
}
.top-bar .submenu li {
  display: block;
}
.top-bar .submenu li > a {
  /* Regular link in dropdown */
  background: transparent;
  color: #ED1C24;
}
.top-bar .submenu li > a:hover {
  /* Dropdown link on hover */
  background: transparent;
  color: white;
}
.top-bar .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0;
}
.top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
  /* Styles for 2nd level dropdown menu link */
}

#shopping-cart {
  display: inline-block;
}
#shopping-cart h2 {
  color: #FFF;
  font-family: Inria Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  position: relative;
  z-index: 100;
  padding: 15px;
  padding-top: 13px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}
#shopping-cart h2:hover {
  color: #ED1C24;
}
#shopping-cart h2.active {
  border-color: #ED1C24;
}
#shopping-cart h2 svg {
  margin-left: 10px;
  vertical-align: sub;
}

.open-cart {
  border-left: 1px solid #FFF;
  background: #000;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  padding-top: 130px;
  padding-bottom: 44px;
  padding-left: 40px;
  padding-right: 30px;
  text-align: center;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.open-cart.active {
  visibility: visible;
  transform: translateX(0);
}
.open-cart h3 {
  color: #FFF;
  font-family: "Inria Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-decoration-line: underline;
  margin-bottom: 32px;
}
.open-cart .we-are-closed {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.close-cart {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 19px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.close-cart svg {
  vertical-align: top;
  margin-left: 11px;
}

.order-title {
  display: inline-block;
  padding-left: 40px;
  background-image: url("../images/shopping-bag-side.png");
  background-repeat: no-repeat;
  background-size: 32px;
  padding-top: 7px;
  padding-bottom: 2px;
  background-position: left top;
}

.total-title {
  margin-top: 35px;
  font-size: 16px;
}
.total-title svg {
  margin-right: 24px;
  vertical-align: middle;
}
.total-title h3 {
  text-align: left;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  line-height: 24px;
  padding-left: 48px;
  background-image: url("../images/accounting-coins-bill.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.total-title h3:after {
  content: "includes 7% VAT";
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-decoration-line: underline;
  margin-top: 5px;
}

.button.gform_button,
button.checkout {
  border-radius: 10px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  width: 100%;
  margin-top: 78px;
}

.button.gform_button {
  margin-top: 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr 70px 50px 45px 15px;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
  gap: 20px;
}
.cart-item button {
  background-color: transparent;
  padding: 0;
}
.cart-item p {
  font-size: 13px;
  margin-bottom: 0;
}
.cart-item .item-info {
  text-transform: uppercase;
  text-align: right;
}
.cart-item .item-info span {
  color: #ED1C24;
}
.cart-item p.qnt {
  font-size: 19px;
}
.cart-item .qnt-minus {
  padding-right: 5px;
}
.cart-item .qnt-plus {
  padding-left: 5px;
}

.no-items {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.checkout-form {
  position: fixed;
  top: 94px;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s;
  left: 0;
  right: 0;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  overflow: auto;
}
.checkout-form .inner {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-form.active {
  z-index: 2;
  transform: translateY(0);
}
.checkout-form .total-title h3 {
  text-align: left;
}
.checkout-form h3 {
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px; /* 114.286% */
}
.checkout-form form {
  margin-top: 35px;
}

.order-list {
  margin-top: 27px;
}

.cart-item-form {
  display: grid;
  grid-template-columns: 1fr 20%;
}
.cart-item-form p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.4;
}
.cart-item-form .price {
  text-align: right;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.closest-restaurant-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  text-align: center;
  display: none;
  align-content: center;
}
.closest-restaurant-popup .fa-spinner {
  animation: spin 2s infinite linear;
  transform-origin: 50%;
}
.closest-restaurant-popup.active {
  display: grid;
}
.closest-restaurant-popup a {
  color: #fff;
  text-decoration: underline;
}
.closest-restaurant-popup .closest-restaurant-info {
  display: inline-block;
  background-color: #ED1C24;
  width: 90%;
  max-width: 500px;
  margin: auto;
  height: auto;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.closest-restaurant-popup .close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.breadcrumbs-row {
  max-width: 1060px;
  margin-top: 193px;
}

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  font-family: "Inria Sans", sans-serif;
}
.breadcrumbs a, .breadcrumbs span {
  color: #fff;
  font-size: 16px;
  font-family: "Inria Sans", sans-serif;
}

.burger {
  margin-top: 57px;
  display: flex;
  gap: 0 27px;
  justify-content: center;
  margin-bottom: 165px;
}

.burger-image {
  max-width: 610px;
  padding-top: 36px;
  position: relative;
  text-align: center;
}
.burger-image img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.burger-image .label {
  top: -5px;
  width: 90px;
  height: 85px;
}
.burger-image .label.promo {
  width: 100px;
  height: 62px;
}

.rating i {
  color: #ECA740;
}

.burger-info {
  max-width: 525px;
}
.burger-info .options {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "single double triple";
}
.burger-info .options.sides {
  border: 1px dashed rgb(154, 138, 142);
  background: rgb(35, 31, 32);
  grid-template-columns: 1fr;
  border-radius: 10px;
  gap: 0;
  grid-template-areas: none;
}
.burger-info .options.sides .option {
  background: transparent;
  border: none !important;
}
.burger-info .options.sides .option.secondary {
  grid-template-columns: 1fr 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  padding: 0px;
  gap: 0;
  border-bottom: 1px dashed rgb(237, 28, 36) !important;
  border-radius: 0;
  padding-bottom: 5px;
}
.burger-info .options.sides .option.secondary:last-child {
  border-bottom: none !important;
}
.burger-info .options.sides .option.secondary .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: right;
}
.burger-info .options .option {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #231F20;
  color: #fff;
  position: relative;
}
.burger-info .options .option.active {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.burger-info .options .option .quick-order-label {
  position: absolute;
  top: -18px;
  left: 43px;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: #231F20;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 110px;
  padding: 8px 0 10px;
}
.burger-info .options .option .burger-description h4 {
  font-size: 19px;
  margin: 0;
  line-height: 1;
}
.burger-info .options .promo {
  grid-area: promo;
}
.burger-info .options .promo s {
  color: #6b6a6a;
  font-weight: 400;
}
.burger-info .options .combo {
  grid-area: combo;
}
.burger-info .options .double {
  grid-area: double;
}
.burger-info .options .triple {
  grid-area: triple;
}
.burger-info .options .single {
  grid-area: single;
}
.burger-info .options .order-icons {
  display: grid;
  gap: 11px;
  align-items: center;
  grid-template-columns: 1fr 16px 1fr;
}
.burger-info .options .order-icons .plus {
  font-size: 26px;
}
.burger-info .options .primary {
  display: grid;
  padding: 19px;
  gap: 12px;
  grid-template-columns: 1fr 1fr 65px;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
}
.burger-info .options .secondary {
  display: grid;
  padding: 19px;
  gap: 12px;
  grid-template-rows: 32px auto 1fr;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border: 1px dashed rgb(154, 138, 142);
}
.burger-info .options .secondary svg {
  margin: 0 auto 4px;
}
.burger-info .options .price {
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  margin-top: 3px;
}

.main-info {
  padding: 26px 40px;
  border-radius: 30px;
  background: rgba(35, 31, 32, 0.95);
  color: #fff;
  margin-bottom: 27px;
}
.main-info .page-title {
  color: #FFF;
  font-family: "Fredoka", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
.main-info .page-title.burger-pt {
  text-transform: uppercase;
}
.main-info p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.main-info .burger-no-option {
  display: grid;
  grid-template-columns: 1fr 95px;
  align-items: center;
}
.main-info .burger-no-option .price {
  text-align: right;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
}

.number-input {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.quantity {
  width: 50px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.plus-btn,
.minus-btn {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  background: transparent;
}
.plus-btn:hover, .plus-btn:focus,
.minus-btn:hover,
.minus-btn:focus {
  background: transparent;
}

.order-block {
  padding: 10px;
  margin-top: 12px;
  border-radius: 10px;
  background: #EEECEB;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}
.order-block .order-btn {
  text-align: right;
}
.order-block .order-btn button {
  background-color: transparent;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 12px;
  border: 1px solid #000;
  white-space: nowrap;
}
.order-block .order-btn button:hover {
  border-color: #ED1C24;
}

/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #ED1C24;
}
.not-found .label:hover {
  background-color: #d01018;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/* Reviews Page */
.reviews-page {
  padding: 42px 20px 30px;
  color: #fff;
}
.reviews-page .review-item {
  position: relative;
  padding-bottom: 57px;
}
.reviews-page .review-item:last-child:before, .reviews-page .review-item:last-child:after {
  display: none;
}
.reviews-page .review-item:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.reviews-page .review-item:after {
  content: "“";
  font-family: "Fredoka", sans-serif;
  font-size: 100px;
  line-height: 0.7;
  font-weight: 400;
  background-color: #000;
  width: 43px;
  text-align: center;
  height: 23px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.reviews-page .page-title {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 28px;
}
.reviews-page h3 {
  font-family: Inria Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 8px;
}
.reviews-page p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
}
.reviews-page .google-reviews-link {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: underline;
  color: #fff;
}

/* Default Page */
.reviews-page {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.default-page {
  padding-top: 18px;
  color: #fff;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
}
.default-page.news-post h1, .default-page.news-post h2, .default-page.news-post h3, .default-page.news-post h4, .default-page.news-post h5, .default-page.news-post h6 {
  font-family: "Inria Sans", sans-serif;
}
.default-page.news-post .page-title {
  line-height: 1.1;
}
.default-page.news-post p {
  font-size: 18px;
}
.default-page.news-post .date {
  margin-left: 20px;
  margin-bottom: 18px;
}
.default-page.news-post .wp-block-image {
  margin-bottom: 20px;
}
.default-page.news-post .wp-block-image figcaption {
  text-align: right;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.79px;
}
.default-page.news-post h2 {
  margin-top: 31px;
  margin-bottom: 24px;
}
.default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.default-page h1 {
  font-size: 28px;
  margin-bottom: 2px;
}
.default-page h2 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.default-page h3 {
  font-size: 16px;
  line-height: 29px;
}
.default-page p {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}
.default-page .wp-block-image {
  margin-bottom: 46px;
}
.default-page .wp-block-video {
  margin-bottom: 36px;
}
.default-page .wp-block-columns {
  padding-left: 20px;
  padding-right: 20px;
  gap: 7px !important;
}
.default-page .wp-block-columns p {
  padding-left: 0;
  padding-right: 0;
}
.default-page .wp-block-columns h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  margin-bottom: 13px;
  font-size: 16px;
}

.acf-map-alt,
.acf-map {
  height: 420px;
  margin-bottom: 27px;
  margin-top: 30px;
}

.not-found p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
  text-align: center;
}

.menu-404-menu-container {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 160px;
}
.menu-404-menu-container ul {
  list-style: none;
  margin: 0;
}
.menu-404-menu-container ul li a {
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  position: relative;
}
.menu-404-menu-container ul li a:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background-image: url("../images/swipe.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.locations-grid {
  display: grid;
}

.location-box {
  background: #231F20;
  border-radius: 10px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 30px auto;
  padding-top: 22px;
  padding-bottom: 72px;
  position: relative;
}
.location-box.highlighted {
  max-height: 230px;
}
.location-box h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}
.location-box p {
  font-size: 18px;
}
.location-box .hours {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 22px;
}
.location-box .acf-map-alt {
  margin-top: 22px;
  height: 190px;
}
.location-box a {
  font-family: "Fredoka", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 27px;
  display: inline-block;
}
.location-box a svg {
  vertical-align: top;
  margin-top: 2px;
}
.location-box .manager {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
.location-box .deliveries {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.food-panda-logo {
  width: 147px;
  height: 29px;
  display: inline-block;
  margin: 20px 6px 0;
  background-image: url("../images/foodpanda-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.grab-logo {
  display: inline-block;
  width: 71px;
  height: 25px;
  margin: 20px 6px 0;
  background-image: url("../images/grab-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form {
  max-width: 540px;
  display: block;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 80px;
}
.contact-form .gfield {
  margin-bottom: 25px;
}
.contact-form .gform_title {
  padding: 0;
  margin-top: 0;
}
.contact-form .gfield_required {
  display: none !important;
}
.contact-form select, .contact-form textarea {
  background-color: transparent;
  color: #fff;
}
.contact-form .gfield--type-textarea .gfield_label {
  left: 15px;
  top: 9px;
}
.contact-form .gfield--type-textarea.gfield_error .gfield_label, .contact-form .gfield--type-textarea.focused .gfield_label {
  left: 0;
  top: -32px;
}
.contact-form select {
  border: none;
  border-bottom: 1px solid rgb(237, 28, 36);
  height: 32px;
  position: relative;
  background-image: url("../images/arrow-red.png");
  background-position: 100% center;
  background-size: 20px 15px;
  background-repeat: no-repeat;
}
.contact-form select:focus {
  outline: none;
  box-shadow: none;
}
.contact-form textarea {
  border: 1px solid rgb(237, 28, 36);
  padding: 9px 15px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.contact-form .gform_footer {
  text-align: center;
  justify-content: center;
}
.contact-form .button.gform_button, .contact-form button.checkout {
  width: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  border: none;
  border-radius: 0;
  padding-left: 130px;
  padding-right: 130px;
  background-color: #ED1C24;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.hero {
  padding-top: 320px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}

.map-section {
  display: grid;
  grid-template-columns: 40% 60%;
}
.map-section .acf-map {
  height: 766px;
}
.map-section .near-you {
  text-align: center;
  padding-left: 65px;
  padding-top: 70px;
}
.map-section .near-you p {
  color: #fff;
}

.burgers-archive {
  margin-top: 120px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.burgers-archive p {
  font-size: 16px;
  line-height: 19px;
}
.burgers-archive p strong, .burgers-archive p b {
  font-weight: 600;
  font-family: "Fredoka", sans-serif;
}

.burger-info .page-title {
  opacity: 1;
}
.burger-info .page-title .w {
  transform: none;
}

.animated-title,
.page-title,
.archive-title {
  overflow: hidden;
  opacity: 0;
}
.animated-title.active,
.page-title.active,
.archive-title.active {
  opacity: 1;
}
.animated-title.active .w,
.page-title.active .w,
.archive-title.active .w {
  transform: translateY(0);
}
.animated-title .w,
.page-title .w,
.archive-title .w {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(150px);
}
.animated-title .w:after,
.page-title .w:after,
.archive-title .w:after {
  content: " ";
}

.pb-title {
  color: #fff;
  text-align: center;
  margin-bottom: 88px;
}

.cta-text {
  font-size: 39px;
  line-height: 1;
  color: #E30613;
  margin-bottom: 16px;
}

.cta-buttons button {
  border-radius: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: bold;
  margin: 0 8px;
  cursor: pointer;
}
.cta-buttons button.find-restaurant {
  background-color: #E30613;
  border-color: #E30613;
}

.burgers-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 7px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}
.burgers-list .burger-card {
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.burgers-list .burger-card a {
  height: 100%;
  display: grid;
  grid-template-rows: 120px auto 1fr;
  justify-items: center;
  align-items: center;
}
.burgers-list .burger-card a .image {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.burgers-list .burger-card a .title {
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 1px;
  background: rgba(35, 31, 32, 0.9);
}
.burgers-list .burger-card a .ingredients {
  background: rgba(35, 31, 32, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 12px;
  height: 100%;
  width: 100%;
}
.burgers-list .burger-card img {
  max-height: 100%;
  height: 106px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.burgers-list .burger-card h3 {
  color: #FFF;
  font-family: "Fredoka", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  position: relative;
}
.burgers-list .burger-card h3.spicy:before {
  content: "";
  background-image: url("../images/spicy.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  bottom: 0;
  margin-right: 3px;
}
.burgers-list .burger-card h3.vegan:before {
  content: "";
  background-image: url("../images/vegan.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  bottom: 0;
  margin-right: 3px;
}
.burgers-list .burger-card p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}

.label {
  position: absolute;
  top: -16px;
  left: -5px;
  text-align: center;
  width: 75px;
  height: 71px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.label.best {
  background-image: url("../images/best-seller.png");
  width: 63px;
  height: 60px;
}
.label.award {
  background-image: url("../images/award-d.png");
  height: 74px;
  width: 75px;
}
.label.new {
  background-image: url("../images/new-mobile.png");
  width: 40px;
  height: 44px;
  top: 2px;
  left: 5px;
}
.label.chicken {
  background-image: url("../images/chicken-d.png");
  width: 74px;
  height: 74px;
}
.label.promo {
  width: 88px;
  height: 56px;
  top: -8px;
  right: 0;
  left: auto;
  transform: rotate(24deg);
  backface-visibility: hidden;
  transition: transform 300ms, color 300ms;
}
.label.promo .Button-content {
  text-align: center;
}
.label.promo .Button-svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.label.promo .Button-line--outer {
  stroke-dashoffset: 0;
}
@keyframes inner-dashoffset {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 165px 165px;
  }
  50% {
    stroke-dasharray: 110px 220px;
  }
  100% {
    stroke-dashoffset: -330px;
    stroke-dasharray: 165px 165px;
  }
}
.label.promo .Button-line--inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 165px 165px;
  animation: inner-dashoffset infinite linear 2.5s;
}
.label.promo .Button-content {
  font-family: "Fredoka", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  padding-top: 10px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.burger-sizes-section {
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.burger-sizes-section h2 {
  color: #fff;
  margin-bottom: 25px;
}
.burger-sizes-section .burger-sizes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.burger-sizes-section .burger-size {
  display: grid;
  gap: 14px;
  grid-template-rows: 25px 70px auto;
  text-align: center;
}
.burger-sizes-section .burger-size div {
  height: auto;
  align-self: end;
  vertical-align: bottom;
}
.burger-sizes-section .burger-size svg {
  vertical-align: bottom;
  align-self: end;
  margin-left: auto;
  margin-right: auto;
}
.burger-sizes-section .burger-size p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}
.burger-sizes-section .burger-size p:first-child {
  font-size: 18px;
}

.delivery {
  background-color: #231F20;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 135px;
}
.delivery h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 54.45px;
  color: #fff;
}
.delivery h2 svg {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.delivery .grab-logo {
  width: 199px;
  height: 70px;
  margin-right: 35px;
  background-image: url("../images/grab-logo-big.png");
}
.delivery .food-panda-logo {
  width: 363px;
  height: 71px;
  background-image: url("../images/foodpanda-logo-big.png");
}

.other-mains {
  background: #000;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 67px;
}
.other-mains h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-dishes h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.main-dishes h3 a {
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; /* 170% */
}

.side-dishes {
  background-color: #231F20;
  padding: 50px 20px;
}
.side-dishes .inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.side-dishes h2 {
  text-align: center;
  color: #FFF;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}
.side-dishes .sides-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.side-dishes .sides-list .sides-list-item h3 {
  margin-bottom: 0;
  font-family: "Inria Sans", sans-serif;
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 20px;
}
.side-dishes .sides-list .sides-list-item a {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}

.for-kids {
  background-color: #ED1C24;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 67px;
  position: relative;
}
.for-kids:after {
  content: "";
  background-image: url("../images/Flowers.png");
  position: absolute;
  top: -18px;
  right: 11px;
  height: 91px;
  width: 81px;
  background-size: contain;
}
.for-kids h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dishes-for-kids h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.dishes-for-kids h3 a {
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; /* 170% */
}

.main-content.for-kids {
  padding-top: 14px;
  margin-top: 150px;
}
.main-content.for-kids .burgers-archive {
  margin-top: 0;
}
.main-content.for-kids:after {
  top: 5px;
}
.main-content.for-kids .burgers-list .burger-card {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-content.for-kids .burgers-list .burger-card .image, .main-content.for-kids .burgers-list .burger-card .title, .main-content.for-kids .burgers-list .burger-card .ingredients {
  background-color: rgba(254, 55, 63, 0.9);
}

.sauces-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.sauces-block .sauce {
  text-align: center;
}
.sauces-block input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sauces-block input:checked + label::after {
  display: block;
}
.sauces-block label {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 43px;
}
.sauces-block label:before {
  content: "";
  border-radius: 5px;
  border: 1px solid #FFF;
  width: 29px;
  height: 29px;
  left: 0;
  position: absolute;
  top: 0;
}
.sauces-block label:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ED1C24;
  left: 7px;
  position: absolute;
  top: 7px;
  display: none;
}

.gform_confirmation_message {
  background-color: #ED1C24;
  width: 348px;
  height: 348px;
  max-width: 100%;
  border-radius: 50%;
  color: #fff;
  padding-top: 130px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  text-align: center;
}
.gform_confirmation_message h2 {
  font-family: "Fredoka", sans-serif;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.gform_confirmation_message p {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.we-are-closed {
  text-align: center;
  color: #fff;
  margin-top: 25px;
  line-height: 1.2;
}
.we-are-closed p {
  line-height: 1.2;
  margin-bottom: 0;
}

.not-found svg {
  max-width: 80%;
}

.map .acf-map {
  margin-top: 0;
  height: 570px;
}

.map h2 {
  font-size: 36px;
  margin-bottom: 32px;
  margin-top: 62px;
  text-align: center;
  color: #fff;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------
    News Feed Styles
------------------------------------- */
.news-page {
  margin-top: 20px;
}

.news-post {
  padding-top: 20px;
}
.news-post .featured-image {
  height: 180px;
  display: block;
}

.wp-block-post-date,
.date {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 8px;
}

.news-post-details {
  padding-right: 20px;
  padding-left: 20px;
}
.news-post-details h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
}
.news-post-details h3 a {
  color: #fff;
  position: relative;
  padding-right: 70px;
  display: inline-block;
}
.news-post-details h3 a:after {
  display: inline-block;
  content: "";
  background-image: url("../images/arrow.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 5px;
}

.load-more {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 55px;
}
.load-more .load-more-button {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background-color: transparent;
  padding: 20px 47px;
}

.back-to-news {
  margin-top: 33px;
  margin-bottom: 45px;
}
.back-to-news a {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.58px;
  color: #fff;
}
.back-to-news a svg {
  vertical-align: middle;
  margin-right: 5px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #000;
  border-top: 1px solid #231F20;
}

.footer-grid {
  display: grid;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 120px;
  grid-template-columns: 150px 1fr;
  align-items: end;
  justify-items: end;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu p.copyright {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:first-child a {
  padding-left: 0;
}
.footer-menu li:last-child a {
  padding-right: 0;
}
.footer-menu li:last-child a:after {
  display: none;
}
.footer-menu li a {
  display: block;
  position: relative;
  padding: 0 10px;
  line-height: 1;
  margin-right: 2px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.footer-menu li a:after {
  content: "";
  width: 2%;
  height: 16px;
  position: absolute;
  left: 100%;
  bottom: 0;
  background-color: #ED1C24;
}