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

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

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-SemiBold.eot");
  src: url("../fonts/JosefinSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-SemiBold.woff2") format("woff2"), url("../fonts/JosefinSans-SemiBold.woff") format("woff"), url("../fonts/JosefinSans-SemiBold.ttf") format("truetype"), url("../fonts/JosefinSans-SemiBold.svg#JosefinSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype"), url("../fonts/JosefinSans-Bold.svg#JosefinSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Light.eot");
  src: url("../fonts/JosefinSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Light.woff2") format("woff2"), url("../fonts/JosefinSans-Light.woff") format("woff"), url("../fonts/JosefinSans-Light.ttf") format("truetype"), url("../fonts/JosefinSans-Light.svg#JosefinSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

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

body {
  position: static; }

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

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input::-webkit-input-placeholder, textarea::-webkit-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,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Josefin Sans", sans-serif; }

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

h1 {
  /*basic heading styles*/ }

h2 {
  /*basic heading styles*/ }

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: #000;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: black; }

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

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

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff; }
  .not-found h1 {
    font-size: 60px;
    font-weight: 900; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    margin: 0 10px; }
    .not-found .label:hover {
      background-color: black;
      color: #547500; }

.bth-online_ordering {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #547500;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #547500;
  padding: 10px 25px 8px;
  white-space: nowrap; }
  .bth-online_ordering svg {
    margin-right: 10px; }
    .bth-online_ordering svg path {
      transition: all .3s ease; }
  .bth-online_ordering:hover {
    background-color: #fff;
    color: #547500;
    text-decoration: none; }
    .bth-online_ordering:hover svg path {
      fill: #547500; }

.bth-black {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #000000;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  line-height: 20px;
  border: 1px solid #000;
  font-family: "Josefin Sans", sans-serif; }
  .bth-black svg {
    width: 23px;
    height: 20px;
    margin-right: 15px; }
    .bth-black svg path {
      transition: all .3s ease; }
  .bth-black:hover, .bth-black:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none; }
    .bth-black:hover svg path, .bth-black:focus svg path {
      fill: #000; }

.bth-green {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #547500;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  line-height: 20px;
  border: 1px solid #547500;
  font-family: "Josefin Sans", sans-serif; }
  .bth-green svg {
    width: 23px;
    height: 20px;
    margin-right: 15px; }
    .bth-green svg path {
      transition: all .3s ease; }
  .bth-green:hover, .bth-green:focus {
    color: #547500;
    background-color: #fff;
    text-decoration: none; }
    .bth-green:hover svg path, .bth-green:focus svg path {
      fill: #547500; }

.d-f-v_center {
  display: flex;
  justify-content: center;
  align-items: center; }

.d-f-left {
  justify-content: flex-start; }

/* Social links start */
.socials-icons {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center; }
  .socials-icons li {
    margin: 0 5px; }
    .socials-icons li a {
      display: inline-block;
      transition: all .3s ease;
      will-change: auto; }
      .socials-icons li a i {
        width: 44px;
        height: 44px;
        border: 2px solid #fff;
        color: #000;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .socials-icons li a:hover {
        text-decoration: none;
        transform: scale(1.2); }

/* Social links end */
.red {
  color: #bc1e2d; }

.separator-dotted {
  border-bottom: 8px dotted #bc1e2d;
  width: 100%; }

.first_content {
  padding: 50px 40px 60px;
  border-radius: 25px 25px 0 0;
  background-color: #fff;
  position: relative; }

.section_title {
  font-size: 36px;
  text-align: center;
  font-weight: 700; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.single-wrapper-btn {
  text-align: center;
  margin-bottom: 50px; }
  .single-wrapper-btn span {
    margin-top: 4px; }

@media only screen and (max-width: 991px) {
  .alignright, .alignleft, .aligncenter, .alignnone {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    object-fit: contain; } }

@media only screen and (max-width: 641px) {
  .section_title {
    font-size: 30px; } }

.acf-map {
  width: 100%;
  height: 280px;
  border: none;
  margin: 20px 0 50px; }

.acf-map img {
  max-width: inherit !important; }

.contact-form-wrapper {
  min-height: 200px; }
  .contact-form-wrapper .gform_confirmation_message {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px; }
  .contact-form-wrapper .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact-form-wrapper .gform_wrapper .gform_fields .gfield {
      width: 100%;
      margin-bottom: 10px; }
      .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield--width-half {
        max-width: 49%;
        flex: 49%; }
      .contact-form-wrapper .gform_wrapper .gform_fields .gfield input, .contact-form-wrapper .gform_wrapper .gform_fields .gfield textarea {
        padding: 8px 15px;
        width: 100%; }
      .contact-form-wrapper .gform_wrapper .gform_fields .gfield textarea {
        height: 150px;
        resize: none; }
  .contact-form-wrapper #field_2_6 {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden; }
  .contact-form-wrapper .gform_footer {
    text-align: center;
    margin: 30px auto; }
    .contact-form-wrapper .gform_footer input[type=submit] {
      padding: 18px 60px;
      background-color: #547500;
      color: #fff;
      border: 2px solid #547500;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 18px;
      min-width: 206px;
      text-align: center; }
      .contact-form-wrapper .gform_footer input[type=submit]:hover {
        background-color: #fff;
        color: #547500;
        text-decoration: none; }
  .contact-form-wrapper .validation_message {
    color: #bc1e2d; }
  .contact-form-wrapper .gform_submission_error {
    color: #bc1e2d;
    text-align: center; }

#field_4_6 {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: -1; }

@media only screen and (max-width: 767px) {
  .first_content {
    padding: 40px 15px; } }

@media only screen and (max-width: 575px) {
  .section_title {
    font-size: 35px; }
  .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield--width-half {
    max-width: 100%;
    flex: 100%; } }

.header {
  z-index: 10;
  background-color: white;
  padding: 0;
  border-radius: 20px; }
  .header .logo {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    .header .logo .custom-logo {
      width: 350px;
      max-height: 120px;
      min-height: 60.4px;
      object-fit: contain; }

.wrapper-logo {
  text-align: center; }

.header-order-wrapper {
  justify-content: space-between;
  padding: 30px 0 40px;
  align-items: center; }

.wrapper-order-button {
  display: flex !important;
  flex-direction: column; }
  .wrapper-order-button .header_phone {
    font-family: "Josefin Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 8px;
    font-size: 18px;
    font-weight: 700;
    background-color: #547500;
    border: 2px solid #547500;
    color: #fff; }
    .wrapper-order-button .header_phone .nubmer {
      margin-bottom: 3px; }
    .wrapper-order-button .header_phone svg {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
      .wrapper-order-button .header_phone svg path {
        transition: all .3s ease; }
    .wrapper-order-button .header_phone:hover {
      color: #27A9E0;
      background-color: #fff;
      text-decoration: none; }
      .wrapper-order-button .header_phone:hover svg path {
        fill: #27A9E0; }
    .wrapper-order-button .header_phone__span {
      position: relative;
      top: -2px; }

.mob-haring {
  display: none; }

@media only screen and (max-width: 1224px) {
  .header {
    padding: 10px 0 0; }
    .header .bth-online_ordering {
      font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .header .logo .custom-logo {
    width: 100%;
    max-width: 300px; }
  .mob-haring {
    display: flex;
    max-width: 100%;
    width: 100%;
    order: 4;
    padding: 0 15px; }
    .mob-haring a {
      width: 100%;
      max-width: 210px;
      background-color: #bc1e2d;
      padding: 10px 25px;
      line-height: 1.5;
      color: #fff;
      border: 2px solid #bc1e2d;
      text-align: center;
      margin: 0 0 0 auto; }
      .mob-haring a:hover {
        background-color: #fff;
        color: #bc1e2d;
        text-decoration: none; }
  .header-order-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    padding: 10px 0 15px; }
    .header-order-wrapper .wrapper-logo {
      order: 1;
      grid-area: 1 / 1 / 4 / 2; }
    .header-order-wrapper .wrapper-order-button {
      order: 3;
      width: 100%;
      max-width: 100%; }
      .header-order-wrapper .wrapper-order-button a {
        max-width: 210px;
        width: 100%;
        margin: 0 0 0 auto; }
      .header-order-wrapper .wrapper-order-button .header_phone {
        font-size: 17px; }
    .header-order-wrapper .wrapper-order-button.wrapper-tel-button {
      order: 2;
      width: 100%;
      max-width: 100%; } }

@media only screen and (max-width: 499px) {
  .header .logo .custom-logo {
    width: 100%;
    max-width: 300px;
    min-width: 170px; }
  .header-order-wrapper .wrapper-order-button .header_phone {
    font-size: 14px; }
  .header-order-wrapper .wrapper-logo {
    width: 100%;
    max-width: 100%; }
  .header .logo .custom-logo {
    width: 110px; }
  .mob-haring a {
    max-width: 140px;
    padding: 6px 5px;
    font-size: 13px;
    align-items: center; }
  .header-order-wrapper .wrapper-order-button a {
    width: 140px;
    padding: 6px 5px 4px;
    font-size: 13px;
    align-items: center; }
    .header-order-wrapper .wrapper-order-button a svg {
      width: 14px;
      height: 14px;
      margin-right: 5px; } }

@media only screen and (max-width: 499px) {
  .header-order-wrapper .wrapper-order-button a {
    margin: 0 auto; }
  .mob-haring a {
    margin: 0 auto; }
  .header-order-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center; }
  .wrapper-logo {
    max-width: 100%; }
  .header .logo .custom-logo {
    width: 100%; } }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none; }

#home-slider {
  height: 100%;
  min-height: 400px; }
  #home-slider .slick-slide {
    position: relative;
    height: 100%;
    /*define the height of slide*/
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: height .3s ease; }
  #home-slider .slider__image-wrap {
    position: absolute;
    inset: 0;
    z-index: 1; }
  #home-slider .slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center; }
  #home-slider .slider-caption {
    padding: 80px 0 100px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2; }
    #home-slider .slider-caption hr {
      background-color: #fff;
      height: 2px;
      width: 90%;
      max-width: 876px;
      margin: 30px auto; }
    #home-slider .slider-caption p {
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 0; }
      #home-slider .slider-caption p.slide_subtitle {
        font-size: 43px;
        margin-bottom: 20px; }
      #home-slider .slider-caption p.slide_title {
        font-size: 70px;
        line-height: 1.2; }
      #home-slider .slider-caption p.slide_description {
        font-size: 30px;
        line-height: 1.2; }
    #home-slider .slider-caption .slider_link, #home-slider .slider-caption .slider_link-order {
      color: #000;
      background-color: #ffe40e;
      padding: 10px 40px;
      border-radius: 10px;
      border: 2px solid #ffe40e;
      transition: all .3s ease;
      font-weight: 900;
      display: inline-block;
      text-transform: uppercase; }
      #home-slider .slider-caption .slider_link:hover, #home-slider .slider-caption .slider_link-order:hover {
        background-color: #000;
        text-decoration: none;
        color: #ffe40e; }
    #home-slider .slider-caption .slider_link-order {
      display: none; }
  #home-slider .videoHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  #home-slider .video, #home-slider .responsive-embed {
    position: absolute;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
  #home-slider .responsive-embed {
    margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  #home-slider .slider-caption {
    padding: 60px 15px 80px; } }

@media only screen and (max-width: 991px) {
  #home-slider .slider-caption p.slider_subtitle {
    font-size: 70px; }
  #home-slider .slider-caption p.slide_title {
    font-size: 70px; }
  .wraper-slider_link {
    display: flex;
    justify-content: center; }
  #home-slider .slider-caption .slider_link {
    margin: 0 15px; }
  #home-slider .slider-caption .slider_link-order {
    border: 2px solid #ffe40e;
    background-color: #000;
    color: #ffe40e;
    display: inline-block;
    margin: 0 15px; }
    #home-slider .slider-caption .slider_link-order:hover {
      background-color: #ffe40e;
      color: #000; } }

@media only screen and (max-width: 767px) {
  #home-slider .slider-caption p.slider_subtitle {
    font-size: 50px; }
  #home-slider .slider-caption p.slide_title {
    font-size: 50px; } }

@media only screen and (max-width: 640px) {
  #home-slider .slider-caption p br {
    display: none; }
  #home-slider .slider-caption p.slide_title {
    font-size: 43px; } }

@media only screen and (max-width: 575px) {
  #home-slider .slider-caption hr {
    margin: 20px auto; }
  #home-slider .slider-caption p.slide_subtitle {
    font-size: 30px; }
  #home-slider .slider-caption p.slide_title {
    font-size: 40px; }
  #home-slider .slider-caption p.slide_description {
    font-size: 18px; }
  #home-slider .slider-caption .slider_link-order, #home-slider .slider-caption .slider_link {
    margin: 0 10px;
    padding: 10px 15px;
    font-size: 12px; } }

.switcher_section_subscribe {
  background-color: #000;
  padding: 70px 0 60px;
  color: #fff; }
  .switcher_section_subscribe .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .switcher_section_subscribe-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  .switcher_section_subscribe-description {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center; }
  .switcher_section_subscribe .gform_wrapper {
    width: 100%;
    max-width: 100%;
    flex: 100%; }
    .switcher_section_subscribe .gform_wrapper .gform_validation_errors h2 {
      font-size: 22px;
      text-align: center; }
    .switcher_section_subscribe .gform_wrapper form {
      display: flex; }
    .switcher_section_subscribe .gform_wrapper .gform_body {
      width: 100%; }
    .switcher_section_subscribe .gform_wrapper .gform_footer {
      margin-left: 0; }
      .switcher_section_subscribe .gform_wrapper .gform_footer input[type=submit] {
        padding: 14px 80px;
        border-radius: 0;
        background-color: #547500;
        color: #fff;
        border: 2px solid #547500;
        font-weight: 900;
        text-transform: uppercase;
        transition: all .3s ease; }
        .switcher_section_subscribe .gform_wrapper .gform_footer input[type=submit]:hover {
          background-color: #000;
          color: #547500; }
    .switcher_section_subscribe .gform_wrapper .gform_fields .gfield.hidden_label label {
      display: none; }
    .switcher_section_subscribe .gform_wrapper .gform_fields .gfield input {
      padding: 14px 15px;
      border-radius: 0;
      border: 2px solid #fff;
      width: 100%; }
    .switcher_section_subscribe .gform_wrapper .gform_fields .gfield:last-of-type {
      opacity: 0;
      position: absolute;
      height: 0;
      width: 0; }
    .switcher_section_subscribe .gform_wrapper .gform_fields .gfield--type-honeypot label {
      position: relative;
      opacity: 0;
      height: 0;
      width: 0;
      z-index: -1;
      display: none; }

#gfield_description_1_2 {
  position: relative;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1;
  display: none; }

@media only screen and (max-width: 991px) {
  .switcher_section_subscribe .container {
    flex-wrap: wrap; }
    .switcher_section_subscribe .container p, .switcher_section_subscribe .container .gform_wrapper {
      max-width: 100%;
      flex: 100%; }
    .switcher_section_subscribe .container p {
      font-size: 34px;
      text-align: center;
      margin-bottom: 20px;
      line-height: 1.1; } }

@media only screen and (max-width: 767px) {
  .switcher_section_subscribe .container .switcher_section_subscribe-title {
    font-size: 24px; }
  .switcher_section_subscribe .container .switcher_section_subscribe-description {
    font-size: 22px; }
  .switcher_section_subscribe .gform_wrapper form {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px; } }

.loyalty {
  padding: 40px 0; }
  .loyalty .section_title {
    font-family: "REM", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 97;
    color: #000;
    margin-bottom: 30px; }
  .loyalty .loaylty_subtitle {
    color: #bc1e2d;
    font-size: 45px;
    font-weight: 900;
    text-align: center; }
  .loyalty .loaylty_description {
    font-size: 28px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.2; }

.loaylty_information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.loyalty-links_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }
  .loyalty-links_list p {
    margin-bottom: 0; }
  .loyalty-links_list a img {
    transition: all .3s ease; }
  .loyalty-links_list a:hover img {
    transform: scale(1.1); }
  .loyalty-links_list img {
    width: 114px;
    object-fit: contain;
    margin: 0 15px; }

.loaylty_image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }

@media only screen and (max-width: 991px) {
  .loyalty-links_list p {
    text-align: center;
    line-height: 1; }
  .loaylty-wrapper_image {
    text-align: center;
    margin: 10px 0 30px; } }

@media only screen and (max-width: 767px) {
  .loyalty-content {
    display: flex; }
    .loyalty-content .loaylty_information {
      order: 2; } }

@media only screen and (max-width: 575px) {
  .loyalty .section_title {
    font-size: 35px; }
  .loyalty-links_list img {
    width: 100px; } }

.gift_cards {
  padding: 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.gift_cards-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 400px; }

.gift_cards-subtitle {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  line-height: 1; }

.gift_cards-title {
  font-size: 65px;
  color: #bc1e2d;
  font-weight: 900;
  text-align: center;
  line-height: 1.1; }

.gift_cards-description {
  color: #bc1e2d;
  text-align: center;
  font-size: 20px;
  line-height: 25px; }

.gift_cards-img {
  display: inline-block;
  text-align: right; }

@media only screen and (max-width: 991px) {
  .gift_cards-img img {
    width: 100%; }
  .gift_cards-subtitle {
    font-size: 35px; }
  .gift_cards-title {
    font-size: 56px; } }

@media only screen and (max-width: 767px) {
  .gift_cards-subtitle {
    font-size: 26px; }
  .gift_cards-title {
    font-size: 44px; }
  .gift_cards-description {
    font-size: 16px;
    line-height: 20px; } }

.hero {
  height: 250px;
  padding: 50px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .hero.hero-two_line {
    padding: 165px 0 350px; }
    .hero.hero-two_line .page-title {
      line-height: 1; }

.page-title {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-transform: uppercase; }

.hero-content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 991px) {
  .hero {
    padding: 240px 0 350px; }
    .hero.hero-two_line {
      padding: 215px 0 350px; }
  .page-title {
    font-size: 90px; } }

@media only screen and (max-width: 767px) {
  .hero {
    padding: 190px 0 170px;
    height: 100%; }
  .page-title {
    line-height: 1.1;
    padding: 0 15px; } }

@media only screen and (max-width: 575px) {
  .hero {
    padding: 190px 0 150px; }
  .page-title {
    font-size: 70px; } }

.grid {
  margin: 0 auto; }

.grid-item {
  margin-bottom: 15px;
  width: 32%; }
  .grid-item img {
    width: 100%;
    object-fit: contain; }

.grid-item--width2 {
  width: 500px; }

@media only screen and (max-width: 992px) {
  .grid-item {
    margin-bottom: 15px;
    width: 48%; } }

@media only screen and (max-width: 992px) {
  .grid-item {
    margin-bottom: 15px;
    width: 100%; } }

.job_position-list {
  padding: 30px 0; }

.job_position-item {
  margin-bottom: 50px; }
  .job_position-item p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px; }
  .job_position-item:last-of-type {
    margin-bottom: 0; }
  .job_position-item .bth-yellow {
    margin-top: 10px; }

.job_position-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase; }

@media only screen and (max-width: 575px) {
  .job_position-title {
    font-size: 24px; } }

.first_content-menu {
  padding: 50px 0 60px 0; }

.food-category-filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .food-category-filter li {
    border-bottom: 4px solid transparent;
    border-right: 1px solid #ccc;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px; }
    .food-category-filter li a {
      padding: 0 20px;
      display: block;
      text-align: center; }
      .food-category-filter li a:hover {
        text-decoration: none; }
    .food-category-filter li:hover {
      border-bottom-color: #ffe40e; }
    .food-category-filter li:last-of-type {
      border-right: none; }
    .food-category-filter li.active-item {
      border-bottom-color: #bc1e2d; }

.cat_image {
  padding-bottom: 40px; }
  .cat_image .filter-item {
    padding: 0;
    width: 100%;
    position: relative; }
    .cat_image .filter-item img {
      width: 100%;
      height: 290px; }
    .cat_image .filter-item .filter-item-wrap_img {
      border-radius: 25px;
      overflow: hidden;
      height: 290px;
      position: relative; }
    .cat_image .filter-item .category_description {
      width: 100%;
      text-align: center; }
    .cat_image .filter-item span {
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: inline-block;
      right: 0;
      bottom: 30px;
      padding: 4px 40px; }
  .cat_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.foods-wrapper {
  padding: 30px 40px 40px; }

.download_pdf-wrapper {
  text-align: center;
  margin: 20px 0;
  padding: 0 25px; }

.download_pdf {
  max-width: 250px;
  width: 100%;
  opacity: 1;
  display: inline-block; }
  .download_pdf svg {
    width: 100%; }
  .download_pdf:hover {
    opacity: 0.8; }

.download_link {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 30px;
  min-width: 210px;
  border: 2px solid #000;
  text-align: center; }
  .download_link:hover, .download_link:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none; }

.fancybox-hide {
  display: none; }

.links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0; }

@media only screen and (min-width: 991px) {
  .foods-wrapper.container {
    max-width: 100%; } }

.filter-item {
  padding: 20px 0;
  width: 100%; }

.food-item-wrapper {
  display: flex;
  justify-content: space-between; }

.food-content-title {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-weight: 900; }

.food-content p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700; }

.subtext {
  display: inline-block;
  margin-right: 10px;
  font-size: 25px; }

.subprice {
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px; }

.food-bottom {
  min-width: 140px;
  text-align: right; }
  .food-bottom .price {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px; }

.category_description {
  padding: 50px 0; }
  .category_description h2 {
    margin-bottom: 0;
    font-size: 29px; }

.food-link_to_order {
  color: #27A9E0;
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: underline; }
  .food-link_to_order:hover {
    text-decoration: none;
    color: #bc1e2d; }

@media only screen and (max-width: 1199px) {
  .food-category-filter li a {
    padding: 20px 10px; } }

@media only screen and (max-width: 992px) {
  .food-category-filter {
    flex-direction: column; }
    .food-category-filter li {
      border-right: 0; }
      .food-category-filter li a {
        padding: 10px; }
  .menu-container {
    max-width: 100%;
    padding: 0; }
    .menu-container .row {
      margin: 0; }
      .menu-container .row .col.col-lg-12.col-md-12.col-sm-12 {
        padding: 0; }
      .menu-container .row .food-category-filter li:hover {
        border-bottom-color: transparent; }
        .menu-container .row .food-category-filter li:hover a {
          color: #ffe40e; }
      .menu-container .row .food-category-filter li.active-item {
        border-bottom-color: transparent; }
        .menu-container .row .food-category-filter li.active-item a {
          color: #ffe40e; }
      .menu-container .row .nav-parent-filter {
        background-color: #000; }
        .menu-container .row .nav-parent-filter ul:after, .menu-container .row .nav-parent-filter ul:before {
          display: none; }
        .menu-container .row .nav-parent-filter ul li a {
          color: #fff; }
        .menu-container .row .nav-parent-filter.fixed {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          z-index: 15; }
    .menu-container .food-category-filter {
      transition: all .3s ease; }
    .menu-container #selected_cat {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #000;
      width: 100%;
      padding: 5px 20px;
      margin-bottom: 5px;
      text-align: left;
      cursor: pointer; }
      .menu-container #selected_cat span {
        color: #fff;
        font-size: 35px;
        font-weight: 700; }
      .menu-container #selected_cat:after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 20px;
        background-repeat: no-repeat;
        background-image: url(../images/arrow_down.svg); }
    .menu-container .first_content {
      border-radius: 0; } }

@media only screen and (max-width: 575px) {
  .menu-container #selected_cat {
    padding: 10px 20px; }
    .menu-container #selected_cat span {
      font-size: 25px;
      line-height: 1; }
  .foods-wrapper {
    padding: 30px 20px 20px; }
  .food-bottom {
    min-width: 110px; }
    .food-bottom .price {
      font-size: 25px;
      margin-bottom: 5px; }
  .food-link_to_order {
    font-size: 15px; }
  .food-content p {
    font-size: 16px; }
  .food-content-title {
    font-size: 25px; } }

.image-menu-list {
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 15px; }
  .image-menu-list li {
    width: 100%; }
    .image-menu-list li img {
      object-fit: contain;
      width: 100%; }

.just-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0 0 80px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center; }
  .just-gallery li img {
    object-fit: contain; }

.gf_page_steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center; }
  .gf_page_steps .gf_step {
    margin-right: 15px;
    text-align: center; }
    .gf_page_steps .gf_step:last-of-type {
      margin-right: 0; }

.gf_step_active {
  color: #bc1e2d; }

.gf_step_completed {
  color: #27A9E0; }

.gf_step_number {
  margin-right: 5px; }

.contact-form-apply-wrapper .gform_wrapper .gfield_label .gfield_required {
  color: #bc1e2d;
  margin-left: 5px; }

.contact-form-apply-wrapper .gform_wrapper .gform_fields .gfield {
  padding: 0;
  margin-bottom: 30px; }

.contact-form-apply-wrapper .gform_wrapper .ginput_complex {
  display: flex;
  justify-content: space-between; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex span {
    margin-right: 15px;
    width: 100%; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex span:last-of-type {
      margin-right: 0; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address {
    flex-wrap: wrap; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address span {
      margin-right: 0;
      max-width: 32%;
      flex: 32%;
      margin-bottom: 20px; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address .gf_clear {
      display: none; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex select {
    padding: 8px 15px;
    width: 100%; }

.contact-form-apply-wrapper .gform_wrapper .gfield_checkbox, .contact-form-apply-wrapper .gform_wrapper .gfield_radio {
  display: flex; }
  .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox .gchoice, .contact-form-apply-wrapper .gform_wrapper .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox .gchoice label, .contact-form-apply-wrapper .gform_wrapper .gfield_radio .gchoice label {
      margin-bottom: 0; }
  .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox .gfield-choice-input, .contact-form-apply-wrapper .gform_wrapper .gfield_radio .gfield-choice-input {
    margin-right: 10px;
    width: 15px !important;
    height: 15px !important; }

.contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button], .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  padding: 10px 40px;
  transition: all .3s ease; }
  .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button]:hover, .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #fff;
    color: #000; }
  .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button].gform_previous_button, .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit].gform_previous_button {
    margin-right: 15px;
    background-color: #547500;
    color: #fff;
    border-color: #547500; }
    .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button].gform_previous_button:hover, .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit].gform_previous_button:hover {
      background-color: #27A9E0;
      border-color: #27A9E0;
      color: #fff; }

.ui-corner-all.gform-theme-datepicker.gravity-theme {
  background-color: #f2f2f2;
  border: 1px solid #bc1e2d;
  padding: 5px; }

@media only screen and (max-width: 991px) {
  .gf_page_steps {
    justify-content: center;
    flex-wrap: wrap; }
    .gf_page_steps .gf_step {
      margin: 0 15px 10px;
      text-align: center; } }

@media only screen and (max-width: 767px) {
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_name {
    flex-wrap: wrap; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_name > span {
      max-width: 49%;
      flex: 49%;
      margin-right: 0; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address > span {
    max-width: 49%;
    flex: 49%;
    margin-right: 0; }
  .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox, .contact-form-apply-wrapper .gform_wrapper .gfield_radio {
    flex-wrap: wrap; } }

@media only screen and (max-width: 575px) {
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_name > span {
    max-width: 100%;
    flex: 100%; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address > span {
    max-width: 100%;
    flex: 100%;
    margin-right: 0; }
  .gf_page_steps {
    flex-direction: column; } }

.address {
  background-color: #000;
  border-top: 2px solid #fff; }
  .address .container {
    display: flex;
    justify-content: center; }
  .address__item {
    width: 410px;
    display: flex;
    align-items: center;
    padding: 25px 50px; }
    .address__item:first-of-type {
      border-right: 1px solid #fff; }
    .address__item:last-of-type {
      border-left: 1px solid #fff; }
    .address__item .svg_wrapp {
      width: 30px;
      object-fit: contain;
      margin-right: 15px; }
    .address__item p, .address__item a {
      text-align: center;
      color: #fff;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 0; }
    .address__item a {
      max-width: 200px;
      width: 100%;
      display: block;
      text-decoration: none; }
      .address__item a:hover, .address__item a:focus {
        text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }

@media only screen and (max-width: 640px) {
  .address__item {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 10px; }
    .address__item p {
      font-size: 14px; }
    .address__item .svg_wrapp {
      margin: 0 0 10px; } }

.menu-select-wrapper {
  position: relative;
  width: max-content;
  display: inline-block; }

.select-menu {
  display: flex;
  justify-content: center; }

.menu-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #547500;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 17px 40px 17px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase; }
  .menu-select-wrapper select:focus-visible, .menu-select-wrapper select:active, .menu-select-wrapper select:hover, .menu-select-wrapper select:focus {
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important; }

.menu-select-wrapper option {
  border-radius: 0; }
  .menu-select-wrapper option:focus-visible, .menu-select-wrapper option:hover, .menu-select-wrapper option:focus {
    border-radius: 0; }
  .menu-select-wrapper option:disabled {
    background-color: #fff; }

.menu-select-wrapper option[value=""] {
  background-color: #fff; }

.menu-select-wrapper .select-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: white;
  pointer-events: none; }

.select-menu__section__item {
  display: none;
  margin: 30px auto 20px;
  text-align: center; }
  .select-menu__section__item .download_link {
    display: inline-block;
    border: none;
    background-color: transparent;
    width: 100%;
    max-width: 265px;
    padding: 0;
    transition: all .3s ease-in-out; }
    .select-menu__section__item .download_link:hover {
      transform: scale(1.05); }

.testimonials {
  padding: 50px 0 80px;
  overflow: hidden;
  background-color: #f2f2f2; }

.testimonials-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
  color: #000; }

.testimonials-wrap-btn {
  text-align: center;
  margin-top: 30px; }

.testimonials-btn {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #ffe40e;
  color: #000;
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px solid #ffe40e; }
  .testimonials-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #ffe40e; }

#testimonials-slider {
  padding-bottom: 100px; }
  #testimonials-slider .slick-slide {
    padding: 20px;
    border: 2px solid #000;
    margin: 15px 10px;
    height: 370px; }
  #testimonials-slider .slider-stars {
    max-width: 180px;
    width: 100%; }
  #testimonials-slider .testimonials-slide-title {
    margin: 20px 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 900; }
  #testimonials-slider .testimonials-content {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    max-height: 230px;
    overflow: auto; }
    #testimonials-slider .testimonials-content a {
      color: #547500;
      text-decoration: none; }
      #testimonials-slider .testimonials-content a:hover {
        color: #27A9E0;
        text-decoration: underline; }
  #testimonials-slider .slick-prev, #testimonials-slider .slick-next {
    width: 49px;
    height: 49px;
    transition: opacity .3s ease;
    top: auto;
    bottom: 0; }
    #testimonials-slider .slick-prev:hover, #testimonials-slider .slick-next:hover {
      opacity: .8; }
  #testimonials-slider .slick-next {
    right: 43%; }
  #testimonials-slider .slick-prev {
    left: 43%; }
  #testimonials-slider .slick-prev:before, #testimonials-slider .slick-next:before {
    color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    width: 49px;
    height: 49px;
    content: '';
    display: block; }
  #testimonials-slider .slick-prev:before {
    background-image: url(../images/icon_arrow-left.svg); }
  #testimonials-slider .slick-next:before {
    background-image: url(../images/icon_arrow-right.svg); }

.testimonials-content-all_text {
  display: none; }

@media only screen and (max-width: 991px) {
  .testimonial-open {
    display: none; }
  .testimonials-title {
    font-size: 40px; }
  .testimonials-slider-slide {
    margin-bottom: 20px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 20px; }
  #testimonials-slider {
    padding-bottom: 20px; }
    #testimonials-slider .testimonials-content {
      overflow: inherit;
      max-height: 100%; } }

@media only screen and (max-width: 767px) {
  .testimonials-title {
    font-size: 30px; }
  #testimonials-slider {
    padding-bottom: 90px; }
    #testimonials-slider .slick-slide {
      height: auto; }
    #testimonials-slider .slick-list {
      width: 80%;
      margin: 0 auto;
      overflow: visible; }
    #testimonials-slider .slick-prev {
      left: 40%; }
    #testimonials-slider .slick-next {
      right: 40%; }
  .testimonials {
    padding: 50px 0 10px; } }

@media only screen and (max-width: 450px) {
  #testimonials-slider .slick-list {
    width: 90%; } }

.content_with_image {
  padding: 75px 0 80px; }
  .content_with_image .section_title {
    font-size: 36px;
    margin-top: 0;
    color: #000; }
  .content_with_image img {
    width: 100%; }
  .content_with_image .row {
    text-align: center; }
  .content_with_image-img .wrapper-btn {
    display: none; }

.content_with_image-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px; }

.content_with_image-container {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .content_with_image .section_title {
    margin-top: 30px;
    font-size: 30px; }
  .content_with_image .wrapper-btn {
    text-align: center; }
  .content_with_image .row {
    display: flex;
    flex-direction: column; }
  .content_with_image-container {
    order: 1; }
    .content_with_image-container .wrapper-btn {
      display: none; }
  .content_with_image-img {
    order: 2; }
    .content_with_image-img img {
      margin: 20px 0 30px; }
    .content_with_image-img .wrapper-btn {
      display: block; } }

.find_us {
  padding: 50px 0 80px; }
  .find_us svg {
    width: 60px;
    height: 60px;
    margin: 0 auto; }

.svg-wrapper {
  text-align: center;
  display: flex; }

.find_us-title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px; }

.find_us-description {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0; }

.find_us-link {
  font-size: 24px;
  font-weight: 700;
  color: #000; }
  .find_us-link:hover {
    color: #bc1e2d;
    text-decoration: none; }

.find_us-link-wrap {
  text-align: center;
  width: 100%;
  margin-top: 30px; }

.let_us_cater {
  padding: 70px 0;
  background-color: #F2F2F2; }
  .let_us_cater .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .let_us_cater__image {
    height: 123px;
    width: 240px;
    margin-bottom: 50px; }
  .let_us_cater__title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .let_us_cater__description {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
    width: 100%;
    max-width: 570px;
    text-align: center; }
  .let_us_cater__link {
    margin-top: 30px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center; }
    .let_us_cater__link span {
      margin-top: 4px; }
    .let_us_cater__link svg {
      margin-right: 15px; }
      .let_us_cater__link svg path {
        transition: all .3s ease; }
    .let_us_cater__link:hover {
      color: #000;
      background-color: #fff;
      text-decoration: none; }
      .let_us_cater__link:hover svg path {
        fill: #000; }

@media only screen and (max-width: 767px) {
  .let_us_cater__title {
    font-size: 30px; } }

@media only screen and (max-width: 450px) {
  .let_us_cater {
    text-align: center; } }

.contact_form_with_t_and_d {
  padding: 60px 0; }
  .contact_form_with_t_and_d__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center; }
  .contact_form_with_t_and_d__description {
    text-align: center;
    max-width: 780px;
    margin: 0 auto; }
    .contact_form_with_t_and_d__description p {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 30px; }

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F2F2F2;
  padding: 50px 0; }

.menu-footer-container {
  padding: 40px 0; }

.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  list-style: none;
  padding-left: 0; }
  .footer-menu li {
    display: inline-block;
    margin-right: 1px;
    flex-grow: 2; }
    .footer-menu li:last-of-type {
      margin-right: 0; }
    .footer-menu li a {
      width: 100%;
      font-size: 18px;
      text-align: center;
      display: inline-block;
      padding: 15px 30px;
      font-weight: 600;
      text-transform: uppercase;
      background-color: #fff;
      color: #000; }
      .footer-menu li a:hover {
        text-decoration: none;
        background-color: #000;
        color: #fff; }
    .footer-menu li.current-menu-item a {
      background-color: #000;
      color: #fff; }

.footer-contact_information {
  padding: 10px;
  border: 4px solid #000;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-family: 'Gotham', sans-serif;
  color: #fff;
  gap: 40px;
  max-width: 31%;
  flex: 31%;
  margin: 0 1%; }
  .footer-contact_information-address__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff; }
    .footer-contact_information-address__item a {
      color: #fff;
      text-decoration: none; }
      .footer-contact_information-address__item a:hover, .footer-contact_information-address__item a:focus {
        text-decoration: underline; }
    .footer-contact_information-address__item .svg_wrapper {
      margin-bottom: 20px; }

.footer-facebook_wrapper h2 {
  margin-bottom: 0; }

.footer-logo-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  height: 100%;
  gap: 25px; }
  .footer-logo-wrapper img {
    width: 100%;
    max-width: 200px;
    min-height: 60px; }
  .footer-logo-wrapper .bth-online_ordering,
  .footer-logo-wrapper .header_phone {
    width: 100%;
    max-width: 240px; }
  .footer-logo-wrapper .header_phone {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 25px 8px;
    font-size: 18px;
    font-weight: 700;
    background-color: #547500;
    border: 2px solid #547500;
    color: #fff;
    font-family: "Josefin Sans", sans-serif; }
    .footer-logo-wrapper .header_phone .nubmer {
      position: relative;
      top: -3px; }
    .footer-logo-wrapper .header_phone svg {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
      .footer-logo-wrapper .header_phone svg path {
        transition: all .3s ease; }
    .footer-logo-wrapper .header_phone:hover {
      color: #547500;
      background-color: #fff;
      text-decoration: none; }
      .footer-logo-wrapper .header_phone:hover svg path {
        fill: #547500; }

.footer-logo {
  display: none; }

.footer-logo-link {
  margin: 40px 0;
  padding: 10px 50px;
  border-radius: 10px;
  background-color: #bc1e2d;
  color: #547500;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase; }
  .footer-logo-link:hover {
    background-color: #547500;
    color: #000;
    text-decoration: none; }

.footer-wrapper-copyright {
  background-color: #000;
  color: #fff;
  padding: 15px 0; }
  .footer-wrapper-copyright .wrapper-copyright {
    display: flex;
    justify-content: space-between; }
    .footer-wrapper-copyright .wrapper-copyright p {
      margin-bottom: 0; }
      .footer-wrapper-copyright .wrapper-copyright p a {
        color: #fff;
        text-decoration: none; }
        .footer-wrapper-copyright .wrapper-copyright p a span {
          font-weight: 900; }
        .footer-wrapper-copyright .wrapper-copyright p a:hover {
          color: #ffe40e; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-md-4.footer-facebook_wrapper {
    max-width: 39%; }
  .footer-contact_information {
    width: 29% !important;
    max-width: 29% !important;
    flex: 29%; }
  .mobile-size.d-lg-block {
    width: 30% !important;
    max-width: 30% !important;
    flex: 30%; } }

@media only screen and (max-width: 991px) {
  .footer-facebook_wrapper {
    max-width: 360px;
    flex: 50%;
    margin: 30px auto 0; }
  .footer-contact_information {
    max-width: 330px;
    margin: 30px auto 0;
    flex: 41%; }
  .footer-wrapper-copyright .wrapper-copyright {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .footer-wrapper-copyright .wrapper-copyright p, .footer-wrapper-copyright .wrapper-copyright a {
      font-size: 14px;
      margin: 0 5px; }
  .footer-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-call_phone svg {
    width: 40px;
    height: 40px; }
    .footer-call_phone svg path {
      fill: #ffe40e; }
  .menu-footer-container {
    padding: 40px 0 10px; }
  .footer-nav-list.collapse {
    display: none; }
    .footer-nav-list.collapse.show {
      display: block; }
  .footer-nav-list .footer-menu {
    flex-direction: column; }
    .footer-nav-list .footer-menu li a {
      color: #ffe40e; }
  .navbar-footer .navbar-toggler:after {
    background: #ffe40e;
    box-shadow: 0 10px 0 #ffe40e, 0 20px 0 #ffe40e; }
  .navbar-footer .navbar-toggler .navbar-toggler-title {
    display: none; }
  .footer-logo {
    display: block;
    background-color: #f2f2f2;
    padding: 40px 0; }
    .footer-logo__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .footer-logo__logo {
      width: 100%;
      max-width: 49%;
      flex: 49%; }
      .footer-logo__logo img {
        width: 100%;
        max-width: 250px; }
    .footer-logo__links {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
      max-width: 49%;
      flex: 49%; }
      .footer-logo__links .wrapper-tel-button {
        width: 100%; }
      .footer-logo__links a.header_phone {
        width: 100%;
        background-color: #547500;
        border: 1px solid #547500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 25px 8px;
        font-size: 18px;
        font-weight: 700;
        color: #fff; }
        .footer-logo__links a.header_phone svg {
          margin-right: 10px; }
          .footer-logo__links a.header_phone svg path {
            transition: all .3s ease; }
        .footer-logo__links a.header_phone:hover {
          background-color: #fff;
          color: #547500; }
          .footer-logo__links a.header_phone:hover svg path {
            fill: #547500; }
      .footer-logo__links a.bth-online_ordering {
        background-color: #547500;
        border: 1px solid #547500; }
        .footer-logo__links a.bth-online_ordering svg path {
          transition: all .3s ease; }
        .footer-logo__links a.bth-online_ordering:hover {
          background-color: #fff;
          color: #547500; }
          .footer-logo__links a.bth-online_ordering:hover svg path {
            fill: #547500; } }

@media only screen and (max-width: 641px) {
  .footer-wrapper-copyright .wrapper-copyright {
    flex-direction: column;
    gap: 10px; }
  .footer-contact_information {
    display: none; }
  .footer-logo__logo {
    max-width: 40%;
    flex: 40%; }
  .footer-logo__links {
    max-width: 58%;
    flex: 58%; }
  .footer-logo__links a.header_phone {
    font-size: 14px;
    padding: 10px 5px 8px; }
    .footer-logo__links a.header_phone .svg-wrapper {
      height: 20px;
      display: flex;
      align-items: center; }
    .footer-logo__links a.header_phone svg {
      margin-right: 5px; }
  .bth-online_ordering {
    font-size: 14px; }
    .bth-online_ordering .svg-wrapper {
      height: 20px;
      display: flex;
      align-items: center; }
    .bth-online_ordering svg {
      width: 15px;
      height: 15px;
      margin-right: 5px; } }

@media only screen and (max-width: 575px) {
  .footer-top {
    padding: 50px 0 0; }
  .footer-logo-wrapper img {
    max-width: 140px; }
  .footer-top .container {
    padding: 30px 0;
    overflow: hidden; } }
