
:root {
    --blue: #0071E1;
    --blue-hover: #1E8FFF;
  
    --red:#FF0000;
    --red-hover:#DC0000;
  
    --header:#151515;
    --text:#151515;
    --strong-color:#151515;
    --body-bg:#fff;
    --light-bg:#F5F5F8;
    --buttonFontFamily:"Roboto Condensed";
  }
  

  
  
  /* Eric Meyer's CSS Reset */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
      display: block;
  }
  body {
      line-height: 1;
  }
  ol, ul {
      list-style: none;
  }
  blockquote, q {
      quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
      content: '';
      content: none;
  }
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  /* End of Eric Meyer's CSS Reset */
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
      display: block;
  }
  
  
  body {
      font-family: 'Lato', 'Roboto', sans-serif;
      font-size: 16px;
      line-height: 24px;
      color:var(--text);
      font-weight: 400;
      background:url('../images/bg.webp') var(--body-bg);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .wrapper {
      width:100%;
      max-width: 1280px;
      margin: 0 auto;
  }
  
  p {
      padding-bottom: 20px;
  }

  .bg-bottom-tear {
    position: relative;
    margin-bottom:-40px;
    padding-bottom:156px;
  }

  .bg-bottom-tear:after {
    position: absolute;
    bottom:-2px;
    left:0px;
    right:0px;
    height:88px;
    width:100%;
    background:url('../images/bg-bottom-tear.svg') center bottom;
    background-size:cover;
    content:" ";
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
      color: var(--header);
      font-family:"Roboto Condensed",sans-serif;
      text-transform: capitalize;
      font-weight:normal;
      font-weight:700;
  }
  
  img {
      line-height: 1;
      vertical-align: bottom;
  }
  
  h1 {
      font-size: 90px;
      line-height: 90px;
      letter-spacing:-2.5px;
  }
  
  h2 {
      font-size: 48px;
      line-height:56px;
      padding-bottom: 6px;
      letter-spacing:-1.5px;
  }
  
  h3 {
      font-size: 30px;
      line-height: 38px;
      font-family:"Roboto Condensed",sans-serif;
      letter-spacing:-0.75px;
  }
  
  h4 {
      font-size: 22px;
      line-height: 30px;
      font-family:"Roboto Condensed",sans-serif;
      letter-spacing:-1px;
  }
  
  h5 {
      font-size: 16px;
      line-height: 24px;
      font-family:"Roboto Condensed",sans-serif;
      letter-spacing:-0.5px;
  }
  
  a {
      color: var(--red);
      font-weight: 500;
      text-decoration: none;
  }
  
  a:hover,
  a:active,
  a:focus {
      color: var(--red-hover);
      text-decoration: none;
  }
  
  section {
      padding: 88px 0px;
  }
  
  
  .semibold {
    font-weight:500;
  }
  
  .bold {
    font-weight:600;
  }
  
  .extrabold {
    font-weight:700;
  }
  
  .black {
    font-weight:900;
  }
  
  
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .clearfix:after,
  .container:after,
  .menu-item h3:after,
  .restaurant-status:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0
  }
  
  .container {
      max-width: 1140px;
      width: 100%;
      margin: 0 auto;
  }
  
  strong {
      color: var(--header);
      font-weight: 600;
  }
  
  *:hover {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  
  p {
      padding-bottom: 20px;
  }
  
  
  
  
  .flex-grid .title {
      padding-left: 0px;
      padding-right: 0px;
  }
  
  .button, .wpcf7 .wpcf7-submit {
      padding: 0px 32px;
      display: inline-block;
      height: 52px;
      line-height: 52px;
      color: #fff !important;
      background: var(--red);
      font-size: 18px;
      text-transform: uppercase;
      font-family:"Roboto Condensed",sans-serif;
      border-radius:1px;
      font-weight:normal;
      font-weight:700;
      letter-spacing: -0.5px;
    }
  
  .button:hover, .wpcf7 .wpcf7-submit:hover {
      color: #fff !important;
      text-decoration: none;
      background: var(--red-hover);
  }
  
  .button:focus {
      transform: scale(0.97);
      outline: none;
  }
  
  .button.lg {
    height:64px;
    line-height:64px;
    font-size:24px;
    padding:0px 36px;
    letter-spacing: -0.5px;
  }

  .button.outline {
    border:2px solid var(--header);
    color:var(--header) !important;
    background:transparent;
    line-height: 54px;
  }
  
  .button.outline:hover {
    background:var(--header);
    color:#fff !important;
  }
  
  .relative {
      position:relative;
  }
  
  .submit {
    border:0px;
    cursor:pointer;
  }
  
  .text-center {
      text-align: center;
  }
  
  .text-lg {
      font-size:1.25rem;
      line-height:1.75rem;
  }
  
  .text-md {
      font-size:1.125rem;
      line-height:1.5rem;
  }
  
  .width-50 {
      width:50%;
  }
  
  .width-66 {
      width:66.6667%;
  }
  
  .width-75 {
      width:75%;
  }
  
  .width-75 {
      width:100%;
  }
  
  .pull-left-img {
      float:left;
      margin-right:2rem;
  }
  
  .text-left {
      text-align:left;
  }
  
  .inline-block {
      display:inline-block;
  }
  
  .block {
      display:block;
  }
  
  .mt-8 {
      margin-top:8rem;
  }
  
  .mt-7 {
      margin-top:7rem;
  }
  
  .mt-6 {
      margin-top:6.25rem;
  }
  
  .text-sm {
      font-size:0.75rem;
  }
  
  .mute {
      opacity:0.75;
  }
  
  .opacity-25 {
      opacity:0.25;
  }
  
  .opacity-50 {
      opacity:0.5;
  }
  
  .opacity-75 {
      opacity:0.75;
  }
  
  .va-sub {
      vertical-align: sub;
  }
  
  .va-mid {
      vertical-align: middle;
  }
  
  .va-top {
      vertical-align: top;
  }
  
  .va-base {
    vertical-align:baseline;
  }
  
  .va-bot {
    vertical-align: bottom;
  }


.pull-right {float:right;}
.pull-left {float:left;}
  
  .header {
    padding:26px 0px 0px 0px;
    background:url('../images/bg-header.svg') center bottom no-repeat;
    background-size:cover;
    width:100%;
    position: relative;
    height:120px;
    z-index:1001;
  }
  
  .header a {
    color: var(--text);
    font-style:normal;
  }
  
  .header a:hover {
    color:var(--red);
  }

  .ml-auto {
    margin-left:auto;
  }

  #menu-main {
    padding:10px 0px 6px 0px;
    float:right;
  }
  
  #menu-main li {
    float:left;
    line-height:36px;
    padding-right:36px;
  }
  
  #menu-main li a, #menu-main li a.button {
    font-weight:700;
    color:var(--header);
    font-family:"Roboto Condensed",sans-serif;
    font-size:20px;
    display:block;
    padding:2px;
    letter-spacing:-1px;
    text-transform: uppercase;
  }
  
  #menu-main li a:hover {
    color:var(--red);
  }

  .lang-menu li {
    padding-right:0px !important;
  }
  
  .lang-menu li a {
    width:40px;
    height:40px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.00) 100%);
    line-height:40px;
    text-align:center;
  }

  .lang-menu li.active a {
    background:var(--header);
    color:#fff !important;
  }
  .lang-menu li a:hover {
    color:var(--red) !important;
  }

.font-10 {font-size:10px;line-height:20px;}
.font-11 {font-size:11px;line-height:20px;}
.font-12 {font-size:12px;line-height:20px;}
.font-13 {font-size:13px;line-height:22px;}
.font-14 {font-size:14px;line-height:22px;}
.font-15 {font-size:15px;line-height:24px;}
.font-16 {font-size:16px;line-height:24px;}
.font-18 {font-size:18px;line-height:28px;}
.font-20 {font-size:20px;line-height:30px;}
.font-22 {font-size:22px;line-height:36px;}
.font-24 {font-size:24px;line-height:34px;}
.font-26 {font-size:26px;line-height:36px;}
.font-30 {font-size:30px;line-height:40px;}
.font-32 {font-size:32px;line-height:40px;}
.font-36 {font-size:36px;line-height:44px;}
.font-44 {font-size:44px;line-height:52px;}
.font-48 {font-size:48px;line-height:56px;}
.font-64 {font-size:64px;line-height:72px;}
.font-96 {font-size:96px;line-height:104px;}


#home-hero {
    background:url('../images/bg-home.webp') center bottom no-repeat;
    background-size:cover;
    padding:220px 0px 220px 0px;
    margin-top:-30px;
}

#menu-hero {
    background:url('../images/bg-menu.webp') center bottom no-repeat;
    background-size:cover;
    padding:150px 0px 160px 0px;
    margin-top:-30px;
}

#menu-item-36 {
    background:url('../images/order-button-bg.png');
    min-width:167px;
    height:36px;
    line-height:36px;
    text-align:center;
    color:#fff !important;
    padding-right:20px !important;
    padding-top: 3px;
    margin-top:-1px;
}

#menu-item-36 a {
    color:#fff !important;
    width: 100% !important;
    text-align:center;
}
#menu-item-36:hover a{
    color:var(--red) !important;
}

#menu-item-36:hover {
    background:url('../images/order-button-dark-bg.png');
    color:var(--red) !important;
}

.hero h1,
.hero h2,
.hero h3 {
    color:#fff;
}

.hero h3 .white-link {
    font-weight:700;
}

.title-promo h3:before {
    width:80px;
    height:4px;
    background:var(--header);
    display:inline-block;
    content:" ";
    vertical-align: middle;
    margin-right:12px;
}
.title-promo h3:after {
    width:80px;
    height:4px;
    background:var(--header);
    display:inline-block;
    content:" ";
    vertical-align: middle;
    margin-left:12px;
}

.title-promo h4 {
    display:inline-block;
    border-top:4px solid var(--header);
    border-bottom:4px solid var(--header);
    padding-top:10px;
    margin-top:-5px;
    line-height: 32px;
}

.title-promo h2 {
    color:var(--red);
}

.title-promo p, .title p {
    max-width:760px;
    margin:0px auto;
}

#special-img-1 {
    max-width:922px;
    width:100%;
    position: relative;
    display:block;
    margin:0px auto;
}

.special-price {
    background:url('../images/special-price@2x.png') center center no-repeat;
    background-size:100%;
    width:293px;
    height:85px;
    padding-right:15px;
    position: absolute;
    top: 38px;
    right: 80px;
}

.special-price h2 {
    color:#fff;
    font-size:44px;
    font-family:"Roboto Condensed",sans-serif;
    padding-top:16px;
}

.special-price h2 small {
    font-size:18px;
    vertical-align: super;
    line-height: 24px;
    padding-left:6px;
}

#special-img-1 img {
    width:auto;
    height:480px;
    margin-bottom:-40px;
    opacity:1;
}

#special-img-1 img:hover {
    opacity:1;
    cursor:pointer;
    transform:scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.special-price {
    z-index:1001;
}

#special-img-1:hover .special-price {
    transform:scale(1.025);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#special-img-1:hover {

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.dark-bg {
    background:#121417;
    color:rgba(255,255,255,1);
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5 {
    color:#fff;
}


.dark-bg-bottom-tear {
    position: relative;
    margin-bottom:68px;
  }

  .dark-bg-bottom-tear:after {
    position: absolute;
    bottom:-86px;
    left:0px;
    right:0px;
    height:88px;
    width:100%;
    background:url('../images/torn-bottom-dark.svg') center bottom;
    background-size:cover;
    content:" ";
  }


  .bg-top-tear-grey {
    position: relative;
    margin-top:68px;
    padding-top:20px;
  }

  .bg-top-tear-grey:before {
    position: absolute;
    top:-86px;
    left:0px;
    right:0px;
    height:88px;
    width:100%;
    background:url('../images/bg-top-tear.svg') center bottom;
    background-size:cover;
    content:" ";
  }


  .dark-bg-top-tear {
      position: relative;
      margin-top:88px;
    }
  
    .dark-bg-top-tear:before {
      position: absolute;
      top:-86px;
      left:0px;
      right:0px;
      height:88px;
      width:100%;
      background:url('../images/torn-top-dark.svg') center bottom;
      background-size:cover;
      content:" ";
    }

.torn-padding {
    padding:30px 0px;
}

.header .container {
    max-width:100%;
}

.fa-star {
    color:#FBBC04;
}

.mw-860 {
    max-width:860px;
}

.mute {
    opacity:0.5;
}

.italic {
    font-style: italic;
}

.light-bg {
    background:var(--light-bg);
}

.footer {
    background:#141619;
    padding-top:20px;
    padding-bottom:128px;
}


#home-story {
    z-index:1001;
    margin-top: -68px;
}

.footer .container, .header .container {
    max-width:100%;
    padding:0px 40px;
}

.footer {
    color:rgba(255,255,255,0.8);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color:#fff;
}

.footer a {
    color:rgba(255,255,255,0.8);
}

.footer a:hover {
    color:var(--red);
}

.social {
    width:34px;
    height:28px;
    display:inline-block;
    margin-right:16px;
    margin-top:8px;
}

.social-insta {
    background:url('../images/instagram.svg') center center no-repeat;
}
.social-facebook {
    background:url('../images/facebook.svg') center center no-repeat;
    width:19px;
}
.social-patreon {
    background:url('../images/patreon.svg') center center no-repeat;
    width:35px;
}
.social-insta:hover {
    background:url('../images/instagram-hover.svg') center center no-repeat;
}
.social-facebook:hover {
    background:url('../images/facebook-hover.svg') center center no-repeat;
}
.social-patreon:hover {
    background:url('../images/patreon-hover.svg') center center no-repeat;
}

.button-big-order {
    height:auto;
    line-height:26px;
    padding:14px 48px 16px 48px;
    text-align:center;
}

.button-big-order h5 {
    font-size:18px;
    font-family:"Roboto Condensed",sans-serif;
    color:#fff;
}

.footer-divider {
    width:3px;
    max-width:3px;
    padding:0px;
    margin:0px 88px 0px 8px;
    background:rgba(255,255,255,0.12 );
    margin-bottom: -32px;
}

.footer-col-1 {
    max-width:284px;
}

.footer-col-2 {
    max-width:228px;
}

.footer-col-3 {
    max-width:420px;
}

.copyright {
    background:#0D0F11;
    text-align:center;
    padding:20px 0px;
    color:#fff;
}

.copyright span {
    z-index:1001;
    position: relative;
    display:inline-block;
    font-weight:700;
}
.copyright span:before {
    position: absolute;
    bottom: 1px;
    right:-4px;
    height:8px;
    left:4px;
    background:var(--red);
    content:" ";
    display:block;
    opacity:0.5;
    z-index:-1;
}

#menu-sub-nav {
    background:#F5F5F8;
    position: relative;
    z-index:1001;
    padding:20px 0px;
    text-align:center;
    font-family:"Roboto Condensed",sans-serif;
    font-size:22px;
}

#menu-sub-nav:after {
    position: absolute;
    bottom:-44px;
    left:0px;
    right:0px;
    height:58px;
    width:100%;
    background:url('../images/tear-bottom-grey.svg') center bottom;
    background-size:cover;
    content:" ";
}

#menu-sub-nav:before {
    position: absolute;
    top:-44px;
    left:0px;
    right:0px;
    height:48px;
    width:100%;
    background:url('../images/tear-top-grey.svg') center bottom;
    background-size:cover;
    content:" ";
}


#menu-sub-nav li {
   display:inline;
   margin-left:-5px;
}

#menu-sub-nav li:after{
    width:3px;
    height:24px;
    vertical-align: middle;
    content:" ";
    display:inline-block;
    margin:0px 20px;
    background:var(--header);
    z-index:-1;
}


#menu-sub-nav li:nth-last-child(1):after {
    display:none;
}


#menu-sub-nav li a {
    padding:12px 23px 6px 23px;
    margin:-12px -23px -6px -23px;
    color:var(--header);
}

#menu-sub-nav li a:hover {
    color:var(--red);
}

#menu-sub-nav li .active {
    background:var(--red);
    color:#fff;
    position: relative;
}

#menu-sub-nav li .active:hover {
    color:#fff;
}


.menu-content {
    display: none;
  }

  .menu-group {
    margin-bottom:30px;
  }

  .row-menu {
    padding-top:30px;
  }

.menu-link a, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2 {
    font-size:40px;
    color:var(--header);
    font-family:"Roboto Condensed",sans-serif;
    line-height: 60px;
    height: 60px;
    display:inline-block;
    background:#fff;
    padding-right:20px;
    flex:unset !important;
    width:auto !important;
}

.menu-link:hover, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2:hover {
    cursor:pointer;
}

.menu-link:hover a, .menu-group.active a{
    color:var(--red);
}

.menu-link img:nth-child(1), .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading img:nth-child(1) {
    display:inline-block;
}

.menu-link img:nth-child(2), .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading img:nth-child(2) {
    display:none;
}

.menu-link:hover img:nth-child(2), .menu-group.active .menu-link img:nth-child(2), .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading:hover img:nth-child(2) {
    display:inline-block;
}

.menu-link:hover img:nth-child(1), .menu-group.active .menu-link img:nth-child(1), .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading:hover img:nth-child(1) {
    display:none;
}

.menu-link, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading {
    position: relative;
    background:url('../images/menu-line@2x.webp') center right no-repeat;
    background-size:100%;
}

.menu-link:after, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-icon {
    content:"";
    font-size:30px;
    font-family:"Roboto Condensed",sans-serif;
    display:block;
    position: absolute;
    right:0px;
    top:9px;
    height:44px;
    width:44px;
    text-align:center;
    line-height:52px;
    color:#fff;
    background:var(--header);
    border-radius:50%;
}

.stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-icon {
    line-height:16px;
    top:8px;

}

.stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon), .stk--inner-svg svg:last-child:not(.ugb-custom-icon):not(.stk-custom-icon) :is(g,path,rect,polygon,ellipse) {
    fill:#fff !important;
}

.menu-link:before, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2:before {
    content:"+";
    font-size:30px;
    font-family:"Roboto Condensed",sans-serif;
    display:block;
    position: absolute;
    right:0px;
    top:0px;
    height:60px;
    width:60px;
    text-align:center;
    line-height:52px;
    color:#fff;
    background:#fff;
}

.menu-item-price {
    display:none;
}

.col-menu-image {
    width:129px;
    max-width:129px;
}

.menu-item-head {
    background:url('../images/menu-title-bg.svg') center center repeat-x;
    margin-top:10px;
}


.row-menu .row .col {
    padding-bottom:40px;
}

.menu-group {
    padding:20px 0px;
}

.menu-group.active .menu-link:after {
    content:"-";
}

.menu-link a img {
    width:60px;
    height:auto;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
    /* Add any additional styling as needed */
  }

  #menu-sub-nav.sticky:after {
    position: absolute !important;
    bottom: -24px !important;
    z-index: -1 !important;
  }

  .sub-hero h1 {
    font-size:68px;
    line-height:80px;
  }



  .timeline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;   
  }
  
  .timeline-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .timeline-years {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .timeline-year {
    font-size: 20px;
    cursor: pointer;
  }
  
  .timeline-year.active {
    font-weight: bold;
  }
  
  .timeline-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .arrow-up,
  .arrow-down {
    font-size: 24px;
    cursor: pointer;
  }
  
  .timeline-events {
    flex: 1;
    overflow: hidden;
  }
  
  .timeline-events-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }
  
  .timeline-events-year {
    display: none;
    padding: 10px;
  }
  
  .timeline-events-year.active {
    display: block;
  }
  
  .timeline-events h2 {
    margin: 0;
  }
  
  .timeline-events ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .timeline-events li {
    margin-bottom: 5px;
  }

  button.slide-arrow {
    background:url('../images/about-arrow-down.svg') center bottom no-repeat;
    width:36px;
    height:35px;
    border:0px;
    opacity:1;
    z-index:1001;
    cursor:pointer;
    position: relative;

}



.slider-nav {
    margin-top:16px;
}

button.slide-arrow:hover {
    opacity:0.8;
}

.slick-track {
    z-index:-1;
}

button.slide-arrow.prev-arrow {
    background:url('../images/about-arrow-up.svg') center bottom no-repeat;
}

.slick-vertical .slick-slide {
    padding:15px 0px 0px 0px;
}

.thumbnail-image span {
    background:var(--red);
    background: #F0F0F0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10), 0 0 1px 0 rgba(0,0,0,0.12), 0 0 1px 0 rgba(0,0,0,0.08);
    border-radius: 23px;
    height:42px;
    display:inline-block;
    width:66.6667%;
    margin:0px auto;
    font-size:24px;
    color: var(--header);
    font-family: "Roboto Condensed",sans-serif;
    line-height:42px;
    opacity:0.75;
    font-weight:700;
}

.thumbnail-image span:hover {
    opacity:1;
    cursor:pointer;
}

.slick-current .thumbnail-image span {
    background: #FF0000;
    border-radius: 23px;
    color:#fff;
    opacity:1;
}

.thumbnail-image:after {
    content:" ";
    background:url('../images/timeline-bg.svg') center center repeat-Y;
    display:block;
    width:100%;
    height:24px;
    margin-top:15px;
    opacity:0.4;
}

.slick-slider .slick-list {
    margin-bottom:-30px;
}

.slider-content {
    background: #FFFFFF;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10), 0 0 2px 0 rgba(0,0,0,0.12), 0 0 1px 0 rgba(0,0,0,0.08);
padding:32px;
}

.slider-content:hover {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.15), 0 0 4px 0 rgba(0,0,0,0.18), 0 0 1px 0 rgba(0,0,0,0.08);
    transform:scale(1.025);
}
.slider-content h6 {
    background: #FF0000;
    height:24px;
    line-height:24px;
    font-family:"Roboto Condensed",sans-serif;
    font-size:14px;
    color:#fff;
    padding:0px 8px;
    display:inline-block;
    font-weight:700;
}

.vehicle-detail-banner .slick-list {
    padding:16px 16px !important;
}

.job-title {
    background:url('../images/title-bg.webp') center center no-repeat;
    background-size:100%;
    height:32px;
    padding:0px 36px;
    display:inline-block;
    color:#fff;
    font-family:"Roboto Condensed",sans-serif;
    font-size:20px;
    line-height:38px;
}

.responsive-img {
    width:100%;
}

.row-gallery {
    padding:0px 5px;
    margin-bottom:-20px;
}

.row-gallery .col {
    padding:0px 10px 20px 10px;
}

.text-right {
    text-align:right;
}

.restaurant-status {
    border: 1.5px solid var(--red);
    border-radius: 20px;
    height:38px;
    padding:0px 20px;
    display:inline-block;
    line-height:32px;
    text-transform: uppercase;
    font-weight:600;
    font-size:14px;
    color:var(--header);
}

.restaurant-status h5 {
    line-height:35px;
    font-weight:700;
    font-size:18px;
    color:var(--red);
}

.restaurant-status * {
    display:inline-block;
    float:left;
}

.status-circle {
    margin-right:8px;
    width:8px;
    height:8px;
    background:var(--red);
    border-radius:50%;
    margin-top:13.5px
}

.details-row a {
    color:var(--text);
    text-decoration: underline;
}

.details-row a:hover {
    color:var(--red);
}

.link-underline {
    text-decoration: underline;
    font-weight:600;
}

.white-link {
    color:#fff;
}

.white-link:hover {
    color:var(--red);
}

.coming-soon {
    border-color:rgba(21,21,21,0.15);
    color:rgba(21,21,21,0.5);
}

.coming-soon .status-circle {
    background:rgba(21,21,21,0.15);
}

.status-open {
    border-color:#5C9E34;   
}
.status-open h5 {
    color:#5C9E34;
}

.status-open .status-circle {
    background:#5C9E34;
}

.red {
    color:var(--red);
}


.contact-methods li {
    padding-left:0px;
    text-align:center;
}

.contact-methods li h3 {
    font-size: 24px;
    letter-spacing:-0.25px;
}
.contact-methods .abs-left {
    position: relative;
    top:unset;
    margin-bottom:20px;
    left:unset;
}


.veneer-link {
    color:#fff;
    font-family:"Roboto Condensed",sans-serif;
    text-transform: uppercase;
    font-size:18px;
    font-weight:600;
}



.input, select, textarea, .contact input[type=url], .contact input[type=tel], .contact input[type=text], .contact input[type=time], .contact input[type=date], .contact input[type=datetime], .contact input[type=datetime-local], .contact input[type=email], .contact input[type=number], .contact input[type=search], .contact input[type=password], .ct-widget select, fieldset .wc-stripe-elements-field {
    background:#F4F4F4 !important;
    border:0px !important;
    border-radius: 3px !important;
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    color: var(--text) !important;
    display: block !important;
    height: 54px !important;
    padding: 0px 20px 0px 20px !important;
    appearance: none !important;
    display: block !important;
    width: 100% !important;
}

.select {
    border:0px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: var(--text);
    display: block;
    height: 54px;
    padding: 0px 60px 0px 20px;
    background: url(../images/select-down.webp) center right 20px no-repeat #F4F4F4;
    background-size: 14px;
    appearance: none;
    width: 100%;
    display: block;
}

.textarea, form textarea {
    border:0px;
    background:#F4F4F4;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: var(--text);
    display: block;
    min-height: 224px;
    padding: 14px 20px;
    appearance: none;
    display: block;
    width: 100%;
}

.textarea:focus, .select:focus, .input:focus {
    outline:none;
    background:#ececec;
}

.select:focus {
    background: url(../images/select-down.webp) center right 20px no-repeat #ececec;
}

.contact label {
    display: block;
    line-height:36px;
}

.required {
    font-weight: 600;
    color: var(--header);
}

.green {
    color:#5C9E34;
}

.contact .col {
    margin-top: 32px;
}

.contact .row {
    margin-top:-30px;
}

#questions-or-concerns {
    margin-top:68px;
}

#faq .menu-link a {
    font-size:26px;
    line-height: 68px;
    font-weight:600;
    text-transform: capitalize;
    height: 38px;
    width: auto !important;
    float: none !important;
}
#faq .menu-link:after {
    content:"+" !important;
}

#faq .menu-group.active .menu-link:after {
    content:"-" !important;
}

#faq .menu-link:after,
#faq .menu-link:before {
    top:10px;
}

#faq .menu-link {
    margin-bottom:10px;
}

#faq .active .menu-link a  {
    color:var(--red);
}

.button_container {
    display: none;
    position: absolute;
    top: 36px;
    width: 60px;
    text-align: right;
    right: 5px;
}

.row-menu .col-lg-6 {
    flex: 0 0 auto;
    width: 47.5%;
    margin-right:5%;
} 

.row-menu .col-lg-6:nth-child(2n) {
    margin-right:0%;
}

.slick-slide img.inline-block {
    display:inline-block !important;
}

#testimonials .slick-arrow {
    width:46px;
    height:28px;
    background:url('../images/slide-prev@2x.webp');
    background-size:cover;
    border:0px;
    content:" " !important;
    position: absolute;
    top:38px;
    left:20px;
    opacity:0.66;
}
#testimonials .slick-arrow:hover {
    opacity:1;
    cursor:pointer;
}

#testimonials .slick-arrow.slick-next {
    background:url('../images/slide-next@2x.webp');
    background-size:cover;
    right:20px;
    left:unset;
}

#faq .menu-group {
    margin-bottom:0px;
    padding: 10px 0px;
}

html,body {
    overflow-x:hidden;
}

.contact-methods a:hover h3 {
    color:var(--red);
}

.contact-methods h3 {
    margin-top:6px;
}

.veneer-link img:nth-child(2) {
    display:none;
}

.veneer-link:hover img:nth-child(1) {
    display:none;
}

.veneer-link:hover img:nth-child(2) {
    display:inline-block;
}

.header-link:hover h4{
    color:var(--red);
}





[data-prefix="blog"] .entry-card {
    background-color: var(--paletteColor8);
    --box-shadow: 0px 8px 20px -3px rgba(34, 56, 101, 0.2);
}

.header-container {
    max-width: 100%;
    padding: 0px 40px;
}

.wp-block-heading:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;

}

.wp-block-heading {
    margin-bottom:8px !important;
}

body .wp-block-column.is-layout-flow > * + * {
    margin-block-start: 8px !important;
}

.menu-link a, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2 img {
    vertical-align: middle;
    margin-right:24px;
    float:left;
    height:60px !important;
    width: 60px !important;
}

.stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2 {

    line-height: 68px;
}

body.stk--is-blocksy-theme .stk-block {
    border:0px !important;
}

.stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading:hover h2 {
    color:var(--red);
}

.stk-block:not(.stk-block-column) {
    margin:0px !important;
}

h3.wp-block-heading {
    margin-top:8px;
    margin-bottom:-4px !important;
    font-size:26px;
}


.menu-item-price {
    display:none;
}

#menu-mains .container {
    max-width:1164px;
}


#menu-mains {
    padding-top:68px;
    padding-bottom:28px;
}

.button.font-24 {
    font-size:22px !important;
    line-height: 52px;
}

.opening-hours-conditional {
    display:inline-block;
    float:left;
}
.opening-hours-conditional-hours {
    float:left;
    font-family:"Roboto Condensed",sans-serif;
    font-size:18px;
    line-height: 42px;
    opacity:0.66;
    font-weight:600;
}
.opening-hours-conditional-hours:hover {
    opacity:1;
    cursor: pointer;
}

.opening-hours-conditional-hours .fa-chevron-down {
    vertical-align: middle !important;
}

.opening-hours-conditional-hours.active .fa-chevron-down {
    transform:rotate(180deg);
}

.hidden-content {
    width:100%;
    clear:both;
    margin-bottom:0px;
}

.hours {
    text-align:right;
}

.coming-soon-img {
    display:block;
    position: relative;
}

.coming-soon-img:before {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    content:" ";
    background:rgba(0,0,0,0.55);
    display:block;
}

.coming-soon-img:after {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    content:" ";
    background:url('../images/coming-soon@2x.webp') center center no-repeat;
    background-size:100%;
    display:block;
}



.link-dark {
    color:var(--header);
}

.link-dark:hover {
    color:var(--red);
}

#about-team .col {
    margin-bottom: 70px;
}

#about-team .row {
    margin-bottom: -70px;
}

.opening-hours {
    line-height:34px;
}


.opening-hours tr:nth-child(1) td {
    padding-top:10px !important;
}

.dark-bg strong, .footer strong {
    color:#fff;
}

.footer a {
    text-decoration: underline;
}

.footer .button {
    text-decoration: none;
}

#about-team h4 {
    text-transform: capitalize !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

#questions-or-concerns p {
    line-height:32px;
    color:#fff;
}




/* temporary menu css */




.wp-block-column h3 {
    margin-top: 30px !important;
}

@media only screen and (max-width: 500px) {

.wp-block-column h3 {
    margin-top: 15px !important;
}


}