.col {
    width: 100% !important;
    flex-basis: 100% !important;
    text-align: center;
}

.row > * {
    padding-left:20px;
    padding-right:20px;
}

.mtfix {margin-top:0px !important;}
.mbfix {margin-bottom:0px !important;}
.mrfix {margin-right:0px !important;}
.mlfix {margin-left:0px !important;}

.ptfix {padding-top:0px !important;}
.pbfix {padding-bottom:0px !important;}
.prfix {padding-right:20px !important;}
.plfix {padding-left:20px !important;}

h1, h2, h3, h4, h5 {
    letter-spacing:0px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3 {
    font-size: 26px;
    line-height: 34px;
}

.button_container {
    display: block;
}

.button_container .fa-xmark-large {
    display: none;
}

.header {
    padding:0px;
}

.header .col {
    display: none;
}

.header .col-auto {
    padding-top: 26px;
    padding-bottom: 26px;
}

.header .col:nth-child(1) {
    display: block;
    text-align:left;
    padding-left:15px;
    padding-right:15px;
}

.header .main-nav-col {
    width: 100%;
    flex-basis: 100% !important;
    text-align: left;
    background:var(--light-bg);
}

.header {
    min-height:115px;
    height:auto;
}

.footer .container, .header .container {
    padding:0px 20px;
}

.logo {
    height:54px;
}

#menu-main {
    float:none;
    width:100%;
    text-align:center;
    padding:18px 0px 0px 0px;
}

#menu-main li {
    float:none !important;
    padding:3px 15px !important;
    width:100%;
    display:block;
}

.menu-item-36, 
.menu-item-36:hover {
    max-width:200px;
    margin:0px auto;
    background-size:cover;
}

#menu-main  .lang-menu {
    margin-top:25px;
}

#menu-main  .lang-menu li {
    display:inline-block !important;
    width:auto !important;
    padding:0px !important;
}

.main-nav-col {
    position: relative;
    margin-bottom:46px;
  }

  .main-nav-col:after {
    position: absolute;
    bottom:-44px;
    left:0px;
    right:0px;
    height:46px;
    width:100%;
    background:url('../images/nav-drop-bg.svg') center bottom;
    background-size:cover;
    content:" ";
  }

  #home-hero {
    padding:120px 0px 120px 0px;
  }
.sub-hero {
    padding:120px 0px 120px 0px !important;
  }

  h1, .sub-hero h1 {
    font-size: 60px;
    line-height: 66px;
}

.title-promo .font-48 {
    font-size:32px;
}

.title-promo h3:after,
.title-promo h3:before {
    width:40px;
}

.title-promo .font-64 {
    font-size: 56px;
    line-height: 58px;
}

.title-promo .font-30 {
    font-size:24px;
    padding-top: 6px;
}

.title-promo .font-18 {
    font-size:16px;
    line-height:24px;
}

.special-price {
    width: 192px;
    height: 92px;
    top: -14px;
    right: -9px;
}

#special-img-1:hover .special-price {
    top:-16px;
}

.special-price h2 {
    font-size:24px;
    line-height:60px;
}

.special-price h2 small {
    font-size:10px;
}

img {
    max-width:100%;
}

.dark-bg-top-tear {
    margin-top:44px;
}


.dark-bg-top-tear:before {
    top: -43px;
    height: 44px;
    background: url(../images/torn-top-dark.svg) center bottom;
    background-size: 960px;
}

.bg-top-tear-grey {
    margin-top:44px;
}

.bg-top-tear-grey:before {
    top: -43px;
    height: 44px;
    background:url('../images/bg-top-tear.svg') center bottom;
    background-size: 960px;
}

.bg-bottom-tear:after {
    background-size: 960px;
    height: 44px;
    bottom:-2px;
}

.dark-bg-bottom-tear:after {
    background-size: 960px;
    height: 44px;
    bottom:-43px;
}


#home-story {   
    margin-top: -4.25rem !important;
}

#testimonials {
    margin-top: -4.5rem !important;
}

.bg-bottom-tear {
    padding-bottom:110px;
}

#testimonials .font-22 {
    font-size:18px;
    line-height:28px;
}

#join-patreon .col.text-center {
    margin-top:60px;
}

#join-patreon .font-44 {
    font-size: 36px;
    line-height: 44px;
}

.footer .col{
    max-width:100%;
    margin-bottom:40px;
}
.footer .col:nth-last-child(1){
    max-width:100%;
    margin-bottom:0px;
}

.footer .col div {
    width:100% !important;
    max-width:100% !important;
}

.footer {
    padding-bottom:68px;
}

.hidemobile {
    display:none;
}

#menu-sub-nav {
    display:none;
}

#menu-hero {
    position: relative;
}
#menu-hero: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: " ";
        background-size: 960px;
        height: 44px;
        bottom: -2px;
}

.menu-link a, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2 {
    font-size:30px;
    line-height:46px;
    height:36px;
    padding-bottom:0px;
    letter-spacing:0px;
}
.menu-link a img,  .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2 img {
    width:36px !important;
    height:auto !important;
    margin-right:1rem !important;
}

.menu-link:after, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-icon {
    width:32px;
    height:32px;
    line-height:10px;
    font-size:14px;
    top: 4px;
}

.menu-link:before, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2:before {
    width:44px;
    height:44px;
}

.col-menu-image {
    width: 90px !important;
    max-width: 90px !important;
    flex-basis:unset !important;
    padding:0px 15px !important;
}


.col-menu-image img  {
    height:60px;
    width:60px;
}

.col-menu-image {
    position: absolute;
    top:4px;
}

.menu-item {
    position: relative;
}


.menu-item .row .col {
    text-align:left;
}

.menu-item .row .col:nth-child(2) {
    padding-left:92px;
}

.menu-item-head {
    font-size:24px;
}

.menu-group {
    font-size:14px;
    line-height:22px;
}

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


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

  .slider-nav {
    height:72px;
    margin-top:40px;
    padding:15px 0px;
  }

  .thumbnail-image:after, button.slide-arrow {
    display:none !important; 
  }


  .success .title p {
    padding-bottom:0px;
  }

  .slider-banner-box {
    padding:16px;
  }

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

  .row-gallery .col {

    width: 50% !important;
    flex-basis: 50% !important;
  }

  .location-block .button {
    margin:10px !important;
  }

  .location-block {
    text-align:center;
  }
  .location-block img.mb-5 {
    margin:0px auto 40px auto !important;
  }

  .location-block .col.text-right {
    margin-top:30px;
  }

  .abs-left {
    position: relative;
    top:unset;
    left:unset;
    margin-bottom:20px;
  }

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

  .contact-methods {
    padding-top:20px;
    margin-bottom:-50px;
}
  
#faq .menu-link a {
    font-size: 18px;
    line-height: 44px;
    height: 18px;
}

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

#faq .menu-content {
    padding-top:15px;
}

#faq {
    margin-top:-50px;
    margin-bottom:-20px;
}

.button_container.active .fa-xmark-large {
    display: block;
    color:var(--red);
}

.button_container.active .fa-bars {
    display: none;
}

.hero h1 br {
    display:none;
}


#testimonials .slick-arrow {
    display:none !important;
}

.slider-banner-box img {
  margin:0px auto !important;
}
.footer-divider {
    display:none;
}

#location-more-second-col {
    margin-top:40px;
}

.menu {
    display:block !important;
}

#menu-item-36,
#menu-item-36:hover {
    background-size:cover !important;
}

.header .row {
    margin: 0px -20px;
}
.logo {
    margin-left:5px;
}

.row-menu {
    margin-bottom:-40px;
}
#faq .menu-group {
    margin-bottom: 0px;
    padding: 14px 0px;
}

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

.header-container  h4 {
    font-size:18px;
}

#reply-title {
    display:block;
}

#home-hero {
    background:url('../images/bg-home-mobile.webp') center bottom no-repeat;
    background-size:cover;
}
#menu-hero {
    background:url('../images/bg-menu-mobile.webp') center bottom no-repeat;
    background-size:cover;
}

#contact-us {
    padding-bottom:40px;
}

#menu-item-36 {
    margin-top:10px;
}

.stk-block.stk-block-column.stk-column>.stk-column-wrapper .wp-block-columns .is-layout-flow:nth-child(1) {
    flex-basis:20% !important;
    width:20%;
}

.stk-block.stk-block-column.stk-column>.stk-column-wrapper .wp-block-columns .is-layout-flow:nth-child(2) {
    flex-basis:75% !important;
    width:75%;
    margin-left:5%;
}

body .is-layout-flex {
    gap:unset !important;
}


.opening-hours-conditional {
    display:inline-block;
    float:none;

}
.opening-hours-conditional-hours {
    display:block;
    margin-left:0px !important;
    float:none;
    margin-bottom:20px;
    margin-top:8px;
}

.hours {
    text-align:center;
}

.opening-hours tr td {
    width:50%;
}

.font-96 {
    font-size: 54px;
    line-height: 68px;
}



#special-img-1 img {
    height:auto;
}

#about-team .w-75 {
    width:100% !important;
}



.menu-link a, .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading h2 img {

    height:36px !important;
    width: 36px !important;
}

#faq .menu-link:after {
    content: "+" !important;
    font-size: 24px;
    line-height: 37px;
}

.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) {
    height:12px;
    margin-top:2px;
}

.page-template-page-menu-new .wp-block-columns .wp-block-column>*:last-child {
    padding-bottom:0px;
}

.header a.block {
    display:inline-block !important;
}

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

#faq p.pb-5 {
    padding-bottom:20px !important;
}


#contact-us input[type="submit"] {
    width:100%;
    text-align:center;
}