@font-face {
  font-family: Serpentine;
  src: url('../fonts/SerpentineDEEBol_Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Serpentine;
  src: url('../fonts/Serpentine_ICG_Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serpentine;
  src: url('../fonts/Serpentine-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Serpentine;
  src: url('../fonts/Serpentine-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --midnight-blue: #0b7f40;
  --midnight-blue-3: #08082c;
  --black: #20272f;
  --black-2: black;
  --gold: #fc0;
  --dark-grey: #959595;
  --gainsboro: #e7e7e7;
  --midnight-blue-2: #272973;
}

h1 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h2 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

h4 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #494949;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: var(--midnight-blue);
  text-decoration: underline;
}

ul, ol {
  color: #959595;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #20272f;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.content-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.cta {
  background-image: linear-gradient(#20272fa6, #20272fa6), url('../images/Bottle-1900-1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(#20272f6b, #20272f6b), url('../images/Home-1920-1080-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 231px 17px;
  display: flex;
  position: relative;
}

.hero-section._404 {
  height: 100vh;
  min-height: 600px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 1050px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.content-wrapper.narrow {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.menu {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: 80px;
}

.content-wrapper.contact-form {
  margin-top: 50px;
}

.hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-family: Serpentine, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.title.centre {
  color: var(--midnight-blue-3);
  text-align: center;
}

.title.centre.blue {
  color: var(--midnight-blue-3);
}

.hero {
  color: #fff;
  text-transform: none;
  font-family: Serpentine, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.hero-subtitle {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.underline {
  background-color: var(--midnight-blue);
  width: 215px;
  height: 4px;
  margin: 20px auto;
  display: block;
}

.underline.no-bottom-border {
  background-color: var(--midnight-blue);
  width: 33%;
  margin-bottom: 0;
}

.underline.no-bottom-border.blue {
  background-color: var(--midnight-blue-3);
}

.underline.no-bottom-border.white {
  background-color: #fff;
}

.underline.no-bottom-border.smaller {
  width: 13%;
}

.scroll-arrow {
  filter: brightness(57%) hue-rotate(81deg);
  background-image: url('../images/Scroll-arrow_1Scroll-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-arrow:hover {
  opacity: .85;
}

.scroll-arrow.w--current {
  width: 40px;
  height: 40px;
}

.style-box {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px;
}

.yellow {
  color: #fc0;
  margin-bottom: 0;
}

.header-box {
  text-align: center;
  width: 80%;
  margin: 2% auto;
  display: block;
}

.header-box.column {
  margin-bottom: 0;
}

.header-box.full {
  text-align: left;
  width: 100%;
}

.flex-wrapper {
  color: var(--black);
  flex-wrap: wrap;
  display: flex;
}

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

.flex-wrapper.contact-details {
  border-top: 1px #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.flex-wrapper.space-around {
  justify-content: space-around;
}

.intro {
  width: 32%;
}

.intro-image {
  background-image: url('../images/photo-1462539405390-d0bdb635c7d1.jpeg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-image.w--current {
  overflow: hidden;
}

.intro-image._1 {
  background-image: url('../images/photo-1461962991526-c42c6390a2ad.jpeg');
  background-position: 50%;
}

.intro-image._3 {
  background-image: url('../images/photo-1464196156335-ba43aa8bea6a.jpeg');
  background-position: 50%;
}

.intro-text {
  background-color: #20272f;
  padding: 20px 23px 18px;
}

.title-link {
  color: #fc0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-link {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

._50-percent-column {
  width: 50%;
  padding-right: 0;
  position: static;
}

._50-percent-column.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

._50-percent-column.image-1 {
  background-color: #20272f;
  display: block;
}

._50-percent-column.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._50-percent-column.contact-form {
  background-color: #fff;
  padding: 35px;
}

._50-percent-column.last {
  border-bottom-style: none;
}

._50-percent-column.image-gallery {
  color: #fc0;
  background-color: #20272f;
}

._50-percent-column.menu {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  padding-bottom: 20px;
}

._50-percent-column.menu.last {
  border-bottom-style: solid;
}

._50-percent-column.menu-right {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._50-percent-column.menu-right.last {
  border-bottom-style: solid;
}

._50-percent-column._100 {
  width: 100%;
  height: 600px;
}

.hide {
  display: none;
}

.lightboxbeer2 {
  background-image: url('../images/Cider-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.slider {
  clear: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0;
}

.right-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
  position: static;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-arrow {
  color: #fc0;
  font-size: 19px;
}

.left-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
  display: inline;
  position: static;
}

.left-arrow:hover {
  opacity: 1;
}

.column-image {
  background-image: url('../images/About-1000-1333.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.service-box {
  text-align: center;
  background-image: linear-gradient(#20272ff7, #20272ff7), url('../images/photo-1461962931919-6c1b5f30ef42.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  min-height: 380px;
  padding: 33px;
  display: flex;
  position: relative;
}

.service-icon {
  background-color: #303943;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
}

.service-icon._1 {
  background-image: url('../images/Truck_1Truck.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
}

.service-icon._2 {
  background-image: url('../images/Dinner_1Dinner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.service-icon._3 {
  background-image: url('../images/Menu_1Menu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.white {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.less-line-height {
  line-height: 27px;
}

.rounded-button {
  color: #fff;
  border: 3px solid #fc0;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.rounded-button:hover {
  background-color: #fc0;
}

.rounded-button.top-border {
  border-color: var(--midnight-blue-3);
  margin-top: 30px;
}

.rounded-button.top-border:hover {
  background-color: var(--midnight-blue-3);
}

.cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 58px;
}

.map {
  z-index: 10000;
  opacity: 1;
  filter: none;
  color: #070000;
  background-color: #0000;
  width: 100%;
}

.map.phone {
  display: none;
}

.success-message {
  background-color: #0000;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  justify-content: flex-start;
  padding: 20px 10px;
}

._33-percent-column.contact-details {
  text-align: center;
  border-right: 1px solid #e7e7e7;
  justify-content: flex-start;
  padding: 20px 10px;
}

._33-percent-column.footer {
  color: #0000;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.footer-logo {
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.column-start {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

._33-percent-column.top-center {
  padding-top: 40px;
  padding-bottom: 30px;
  transition: opacity .2s;
}

._33-percent-column.top-center:hover {
  opacity: .85;
}

._33-percent-column.top-center.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

._33-percent-column.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  display: block;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  display: block;
}

.title-detail {
  color: var(--midnight-blue-3);
  font-family: Serpentine, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.footer {
  background-color: #20272f;
  padding-top: 0;
  padding-bottom: 0;
}

.mini-title {
  color: var(--midnight-blue);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 12.5px;
}

.footer-link {
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
  display: block;
}

.footer-link.w--current {
  font-family: Open Sans, sans-serif;
}

.footer-paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12.5px;
  line-height: 26px;
}

.contact-details-item {
  width: 100%;
  margin-bottom: 10px;
}

.contact-details-item.last {
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-notice {
  background-color: #1d242b;
  padding-top: 25px;
  padding-bottom: 20px;
}

.body {
  color: #959595;
  background-color: #f8f8f8;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-notice-text {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.bar {
  color: var(--midnight-blue);
}

.footer-notice-link {
  color: #959595;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: #fc0;
}

.footer-logo-link.w--current {
  margin-left: 0;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.footer-logo-link.w--current:hover {
  opacity: .8;
}

.menu-transparent-bg {
  background-color: #fff3;
  border-radius: 5px;
  padding: 7px;
}

.menu-background {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  padding: 50px 50px 35px;
  overflow: auto;
}

.title-and-price {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.menu-title {
  width: 80%;
}

.menu-price {
  text-align: center;
  width: 20%;
}

.food-title {
  color: #20272f;
  font-weight: 700;
  line-height: 20px;
}

.tab-link {
  color: #959595;
  background-color: #0000;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid #fc0;
}

.tab-link.w--current {
  color: #20272f;
  background-color: #0000;
  border-bottom: 1px solid #fc0;
  padding-right: 48px;
  font-weight: 600;
}

.tab-menu {
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  display: flex;
}

.nav-menu {
  z-index: 100;
  float: none;
  text-align: center;
  border-top: 2px solid #e7e7e7;
  width: 100%;
}

.nav-menu.no-top-line {
  border-top-style: none;
}

.navlink {
  color: #20272f;
  text-transform: uppercase;
  border-bottom: 3px #000;
  height: 85px;
  margin-right: 30px;
  padding-top: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  border-bottom: 3px solid var(--midnight-blue);
}

.navlink.w--current {
  border-bottom: 3px solid var(--midnight-blue);
  color: #20272f;
}

.top-menu-links {
  color: #959595;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.navbar {
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.top-line {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 4px;
}

.signature {
  margin-top: 15px;
}

.smaller {
  font-size: 50px;
}

.menu-price-text {
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.hidden-box {
  text-align: left;
  width: 100%;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  inset: 0;
  overflow: auto;
}

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

.link {
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
}

.show-box-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hidden-box-2, .hidden-box-3 {
  text-align: left;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  inset: 0;
  overflow: auto;
}

.show-box-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-item {
  margin-bottom: 30px;
}

.fixed-navbar {
  z-index: 1;
  perspective: 2000px;
  perspective-origin: 50%;
  background-color: #fff;
  transition: transform 2s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.checkmark {
  margin-bottom: 20px;
}

.plus-button {
  background-color: #ffcc00d9;
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 35px;
  height: 31px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.plus-button:hover {
  background-color: #ffcc00f2;
}

.stars {
  margin-bottom: 10px;
}

.button {
  color: #20272f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 3px;
  min-width: 200px;
  padding: 16px 22px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.button:hover {
  opacity: .9;
}

.button.top-border {
  margin-top: 25px;
}

.main-sectionwhite {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.maincontainer {
  padding-bottom: 15px;
}

.mainheaderh2centerservices {
  perspective-origin: 50%;
  color: #20272f;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 40px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.mainheaderh2blackleft28 {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.maintxtblackcenter20abouthome {
  float: none;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.div-block, .div-block-2 {
  height: auto;
}

.menufooter {
  color: #20272f;
  text-align: left;
  width: 100%;
  margin-top: 35px;
  font-size: 12.5px;
  line-height: 25px;
}

.foodsubheader {
  color: #20272f;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}

.fixed-navbarv2 {
  z-index: 10;
  perspective: 2000px;
  perspective-origin: 50%;
  background-color: #fff;
  transition: transform 2s;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  box-shadow: 0 0 1px #b1b1b1;
}

.heading {
  margin-bottom: 20px;
}

.footersection {
  background-color: var(--midnight-blue-3);
  padding: 20px 16px;
}

.footernav {
  background-color: var(--midnight-blue-3);
  padding: 30px 17px 0;
}

._50-percent-column-phoneversion {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column-phoneversion.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 460px;
  display: none;
}

._50-percent-column-pc-version {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column-pc-version.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.content-section-menu {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section-menu.menu {
  background-image: url('../images/Foodv3-1900-1200.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
  padding-top: 35px;
  padding-bottom: 0;
}

.mask {
  color: #0000;
  height: 100%;
}

.slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 60%;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.slide-nav {
  padding-top: 0;
  font-size: 20px;
  display: none;
}

.heading-2 {
  color: #e7e7e7;
  margin-bottom: 0;
}

.button-2 {
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 30px;
}

.lightboxbeer1 {
  background-image: url('../images/Beer-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxbeer3 {
  background-image: url('../images/Champagne-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxbeer4 {
  background-image: url('../images/Apple-Pie-Moonshine-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood1 {
  background-image: url('../images/Muscles-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood2 {
  background-image: url('../images/Everyfood-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood3 {
  background-image: url('../images/Muscle-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood4 {
  background-image: url('../images/Pork-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood5 {
  background-image: url('../images/Cod-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood6 {
  background-image: url('../images/Soup-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightboxfood7 {
  background-image: url('../images/Apple-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.flex-wrappertradition {
  flex-wrap: wrap;
  margin-top: 34px;
  margin-bottom: 38px;
  display: flex;
}

.text-block {
  color: var(--black-2);
  text-align: center;
  background-color: #f8f8f800;
  min-height: 80px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block.phone {
  display: none;
}

.content-contact-section {
  color: var(--black);
  background-image: linear-gradient(#20272f66, #20272f66), url('../images/Gallery-1000-1333-08.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-contact-section.hidden {
  display: none;
}

._100-contact-form {
  width: 100%;
  padding-right: 0;
  position: relative;
}

._100-contact-form.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 460px;
  display: flex;
}

._100-contact-form.image-1 {
  background-image: url('../images/photo-1461962991526-c42c6390a2ad.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._100-contact-form.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._100-contact-form.contact-form {
  background-color: #f8f8f8;
  padding: 35px;
}

._100-contact-form.last {
  border-bottom-style: none;
}

._100-contact-form.image-gallery {
  color: #fc0;
  background-color: #20272f;
}

._100-contact-form.menu {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  padding-bottom: 20px;
}

._100-contact-form.menu.last {
  border-bottom-style: solid;
}

._100-contact-form.menu-right {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._100-contact-form.menu-right.last {
  border-bottom-style: solid;
}

.slide {
  position: relative;
}

.div-block-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.subhero {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.content-wrapper-contact {
  background-color: #0000;
  max-width: 1050px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper-contact.narrow {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper-contact.menu {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: 80px;
}

.content-sectiongood {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-sectiongood.gray {
  background-color: #fff;
  background-image: linear-gradient(#e9e9e980, #e9e9e980);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 17px;
  padding-right: 17px;
}

.content-sectiongood.cta {
  background-image: linear-gradient(#20272fa6, #20272fa6), url('../images/Bottle-1900-1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-sectionabout {
  background-color: #fff;
  background-image: url('../images/Bg-1920-1080-03.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  padding: 110px 16px;
}

.content-sectionabout.gray {
  background-color: #f8f8f8;
}

.content-sectionabout.cta {
  background-image: linear-gradient(#20272fa6, #20272fa6), url('../images/Bottle-1900-1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-section-contact {
  background-color: #fff;
  background-image: url('../images/Bg-1920-1080-03.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  padding: 110px 15px;
}

.content-section-contact.gray {
  background-color: #f8f8f8;
}

.content-section-contact.cta {
  background-image: linear-gradient(#20272fa6, #20272fa6), url('../images/Bottle-1900-1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-section-review {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section-review.gray {
  background-color: #f8f8f8;
}

.content-section-review.cta {
  background-image: linear-gradient(#20272f8f, #20272f8f), url('../images/Parra-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  margin-bottom: 0;
  padding: 0 15px 15px;
  display: flex;
}

.mini-title2 {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
}

.footer-paragraph2 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12.5px;
  line-height: 26px;
}

.image-2 {
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.titlesignature {
  color: #959595;
  margin: 30px auto 15px;
  font-family: Yellowtail, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.left-arrow-2, .right-arrow-2 {
  height: 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block:hover {
  filter: invert(50%);
}

.affiliate-logos {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  filter: saturate(0%);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linkreview {
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.div-block-5 {
  width: 1000px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.slide-nav-2 {
  display: none;
}

.div-block-6 {
  margin-top: 1%;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

._5-start-middle {
  margin-left: 2px;
  margin-right: 2px;
}

.image-6 {
  float: right;
  display: inline-block;
}

.awardsright {
  float: right;
  width: 36%;
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 30px;
  display: inline-block;
}

.text-block-2 {
  display: inline-block;
}

.div-block-7 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-3 {
  float: right;
  color: #038934;
  text-align: left;
  text-transform: uppercase;
  width: 100px;
  padding-right: 4px;
  font-family: Merriweather, serif;
  font-size: 10px;
  text-decoration: none;
}

.about-icon-holder {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.image-7, .start-middle, .image-9 {
  margin-left: 2px;
  margin-right: 2px;
}

.section {
  color: #fff;
  background-color: #fff;
}

.headingsuppliers {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.parasuppliers {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.titlecentre {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 50px;
  font-family: Yellowtail, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.gallery-image-holder {
  flex-shrink: 0;
  width: 31%;
  margin: 7px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.div-block-gallery {
  flex-flow: wrap-reverse;
  justify-content: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-gallery {
  color: #fff;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-gallery.hidden {
  display: none;
}

.section-suppliers {
  color: #fff;
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 90px;
}

.navbar-fixed-phone {
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  display: none;
  position: relative;
}

.container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-image {
  width: 100%;
}

.paragraph {
  color: #20272f;
  text-align: left;
  margin-top: 35px;
  font-size: 12.5px;
  line-height: 15px;
}

.text-span, .text-span-2 {
  font-size: 22px;
}

.bold-text-2 {
  text-align: center;
  font-size: 30px;
}

.paragraphheader {
  color: #20272f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.5px;
  line-height: 15px;
}

.headinggallery {
  color: var(--midnight-blue-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-0 {
  float: right;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-right: 0;
  display: inline-block;
}

.mask-2 {
  position: static;
  overflow: hidden;
}

.slide-3 {
  position: static;
}

.slider-4 {
  width: 100%;
  height: 700px;
}

.icon-3 {
  background-color: #20272f;
  padding: 0;
}

.icon-4 {
  background-color: #20272f;
}

.image-11 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label {
  color: #000;
}

.fixed-naviagtion-toggler, .naviagtion-toggler {
  height: 1px;
}

.nav-menu-scrool {
  float: none;
  text-align: center;
  border-top: 2px solid #e7e7e7;
  width: 100%;
}

.nav-menu-scrool.no-top-line {
  border-top-style: none;
}

.nav-menu-mobile {
  float: none;
  text-align: center;
  border-top: 2px solid #e7e7e7;
  width: 100%;
}

.nav-menu-mobile.no-top-line {
  border-top-style: none;
}

.mobile-nav {
  display: none;
}

.navbar-mobile {
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.main-h1-heading-left-aligned-40-padding-left {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 39px;
  padding-left: 40px;
  font-size: 32px;
  font-weight: 700;
}

.link-7 {
  color: #d3a900;
  text-decoration: underline;
  display: inline-block;
}

.link-7:hover, .link-7:visited {
  color: #631f90;
}

.main-sectionwhite-2 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

.tabs-content-2 {
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  margin-top: 60px;
  padding: 0;
}

.tabs-menu-2 {
  text-align: center;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maintxtblackcenter20-40-padding-left-copy-privacy {
  float: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.tab-link-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.tab-link-2:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.tab-link-2.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
  font-weight: 800;
}

.mainheaderh2blackleft-26-40-padding-left {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.menu-change {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

.heading-3 {
  color: var(--midnight-blue-3);
  font-family: Serpentine, sans-serif;
}

.paragraph-2 {
  color: var(--black-2);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph-2.centre {
  color: var(--black-2);
  text-align: center;
}

.heading-4 {
  color: var(--midnight-blue-3);
  font-family: Serpentine, sans-serif;
  font-weight: 700;
}

.contact-form {
  width: 100%;
  margin-top: 0;
}

.contact-info-icon {
  filter: hue-rotate(81deg) brightness(57%);
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: var(--midnight-blue-3);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.link-4 {
  color: var(--midnight-blue);
  display: inline-block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-porduct-holder {
  display: flex;
}

.section-4 {
  margin-top: 0;
}

.div-header-holder {
  margin-bottom: 42px;
}

.contac-50-div-holder {
  justify-content: space-between;
  margin-top: 28px;
  display: flex;
}

.contac-50-div {
  width: 47%;
}

.product-text {
  color: var(--black-2);
  margin-top: 14px;
}

.paragraph-3 {
  color: var(--black-2);
}

html.w-mod-js [data-ix="shrink-on-load"] {
  opacity: 0;
  display: none;
  transform: scale(.9);
}

html.w-mod-js [data-ix="show-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-down-on-load"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="move-to-origin-on-scroll"] {
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="slide-up-on-load"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-fixed-switch"] {
  opacity: 1;
}

html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.gray {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.cta {
    padding-bottom: 15px;
  }

  .hero-section {
    padding-top: 188px;
    padding-bottom: 188px;
  }

  .content-wrapper.narrow {
    color: #e7e7e7;
    background-color: #0000;
  }

  .scroll-arrow {
    margin-bottom: 20px;
  }

  .header-box {
    width: 80%;
  }

  ._50-percent-column.text {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  ._50-percent-column.image-1 {
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._50-percent-column.contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50-percent-column.image-gallery {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightboxbeer2 {
    background-position: 50%;
  }

  .slider {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-image {
    flex: 1;
    height: 700px;
    margin-top: 200px;
    margin-bottom: 200px;
  }

  ._33-percent-column.footer-logo {
    padding-right: 10px;
  }

  ._33-percent-column.top-center {
    width: 100%;
  }

  ._33-percent-column.top-left, ._33-percent-column.top-right {
    display: none;
  }

  .footer {
    padding: 0 5px;
  }

  .contact-details-item.last {
    margin-top: 20px;
  }

  .footer-notice-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navlink.home:active {
    border-bottom-style: none;
  }

  .burger-menu {
    color: #20272f;
    width: 25px;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .fixed-navbar {
    display: none;
  }

  .main-sectionwhite {
    padding: 40px 10px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 452px;
  }

  .mainheaderh2blackleft28 {
    margin-top: 27px;
    padding-left: 12px;
  }

  .fixed-navbarv2 {
    display: block;
  }

  .footersection {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footernav {
    padding: 30px 11px 0;
  }

  ._50-percent-column-phoneversion.text {
    padding-top: 21px;
    padding-bottom: 21px;
    display: none;
  }

  ._50-percent-column-pc-version.text {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .content-section-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-2 {
    margin-bottom: 30px;
  }

  .lightboxbeer1, .lightboxbeer3, .lightboxbeer4, .lightboxfood1, .lightboxfood2, .lightboxfood3, .lightboxfood4, .lightboxfood5, .lightboxfood6, .lightboxfood7 {
    background-position: 50%;
  }

  .flex-wrappertradition {
    margin-bottom: 50px;
  }

  .content-contact-section {
    background-image: linear-gradient(#20272f80, #20272f80), url('../images/Bar-1900-1200.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 50px 10px;
  }

  ._100-contact-form.text {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  ._100-contact-form.image-1 {
    background-color: #20272f;
    background-image: none;
  }

  ._100-contact-form.contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-contact.narrow {
    color: #e7e7e7;
    background-color: #0000;
  }

  .content-sectiongood {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-sectiongood.gray {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .content-sectiongood.cta {
    padding-bottom: 15px;
  }

  .content-sectionabout {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-sectionabout.gray {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-sectionabout.cta {
    padding-bottom: 15px;
  }

  .content-section-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-contact.gray {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section-contact.cta {
    padding-bottom: 15px;
  }

  .content-section-review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-review.gray {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section-review.cta {
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .awardsright {
    width: 41%;
    margin-right: 0;
  }

  .gallery-image-holder {
    width: 47%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-gallery {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .section-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-0 {
    max-width: 100%;
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .slider-4 {
    height: auto;
  }

  .slide-nav-3 {
    display: none;
  }

  .nav-menu-scrool, .nav-menu-mobile {
    background-color: #fff;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-sectionwhite-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content-2 {
    margin-top: 40px;
  }

  .tabs-menu-2 {
    border-bottom-color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .bold-text-9 {
    font-size: 12px;
  }

  .maincontainer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-2 {
    color: #000;
    padding-bottom: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .tab-link-2.w--current {
    padding-bottom: 12px;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    margin-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .content-wrapper {
    display: flex;
  }

  .content-wrapper.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    text-align: center;
  }

  .scroll-arrow {
    margin-bottom: 10px;
  }

  .header-box {
    width: 100%;
  }

  .header-box.column {
    margin-top: 0%;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .intro {
    width: 48.5%;
    margin-bottom: 20px;
  }

  ._50-percent-column {
    width: 100%;
    padding-right: 0;
  }

  ._50-percent-column.text {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._50-percent-column.image-1 {
    width: 100%;
  }

  ._50-percent-column.inner-padding {
    width: 100%;
    height: auto;
    padding: 0;
  }

  ._50-percent-column.image-gallery {
    width: 100%;
    height: auto;
  }

  ._50-percent-column.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column.menu-right {
    padding-left: 0;
  }

  .slider {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-image {
    flex: 0 auto;
    width: 100%;
    height: 600px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .service-box {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .white {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .map {
    margin-bottom: 20px;
  }

  .map.phone {
    display: block;
  }

  .map.desktop {
    display: none;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-percent-column.footer {
    width: 50%;
  }

  ._33-percent-column.footer-logo {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  ._33-percent-column.column-start {
    width: 50%;
  }

  ._33-percent-column.top-center.w--current {
    padding-right: 10px;
  }

  .footer {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-logo-link.w--current {
    margin-left: auto;
  }

  .menu-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    justify-content: center;
    width: 100%;
    height: 52px;
    padding: 16px 40px;
    display: flex;
  }

  .tab-link.w--current {
    justify-content: center;
    width: 100%;
    height: 52px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .tab-menu {
    text-align: center;
    display: block;
  }

  .navbar, .fixed-navbar {
    display: none;
  }

  .stars {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-sectionwhite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 85%;
  }

  .mainheaderh2blackleft28 {
    margin-bottom: 30px;
  }

  .fixed-navbarv2 {
    display: block;
  }

  .footersection {
    padding: 12px 18px;
  }

  .footernav {
    padding: 30px 12px 0;
  }

  ._50-percent-column-phoneversion {
    width: 100%;
    padding-right: 0;
  }

  ._50-percent-column-phoneversion.text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  ._50-percent-column-pc-version {
    width: 100%;
    padding-right: 0;
  }

  ._50-percent-column-pc-version.text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .content-section-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-2 {
    height: 60%;
    margin-bottom: 0;
  }

  .flex-wrappertradition {
    margin-bottom: 50px;
  }

  .text-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block.phone {
    display: block;
  }

  .text-block.desktop {
    display: none;
  }

  .content-contact-section {
    padding: 50px 10px;
  }

  ._100-contact-form {
    width: 100%;
    padding-right: 0;
  }

  ._100-contact-form.text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._100-contact-form.image-1 {
    width: 100%;
    height: 465px;
  }

  ._100-contact-form.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._100-contact-form.image-gallery {
    width: 100%;
    height: 490px;
  }

  ._100-contact-form.menu.last {
    border-bottom-style: solid;
  }

  ._100-contact-form.menu-right {
    padding-left: 0;
  }

  .content-wrapper-contact {
    display: block;
  }

  .content-wrapper-contact.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-sectiongood, .content-sectionabout, .content-section-contact, .content-section-review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-review.cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mini-title2, .footer-paragraph2, .titlesignature {
    text-align: center;
  }

  .left-arrow-2, .right-arrow-2 {
    display: block;
  }

  .div-block-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-3 {
    height: 100%;
  }

  .awardsright {
    width: 25%;
  }

  .about-icon-holder {
    justify-content: center;
  }

  .div-block-gallery {
    flex-wrap: wrap;
  }

  .navbar-fixed-phone {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-2 {
    display: none;
  }

  .paragraph {
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-0 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-11 {
    width: auto;
  }

  .fixed-naviagtion-toggler, .naviagtion-toggler, .navbar-mobile {
    display: block;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
  }

  .main-sectionwhite-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content-2 {
    margin-top: 157px;
    padding: 25px 20px;
  }

  .tabs-menu-2 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 0;
    margin-bottom: 58px;
    padding-top: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .text-block-5, .bold-text-9 {
    text-align: center;
  }

  .maincontainer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-2 {
    color: #000;
    text-align: left;
    background-color: #959595;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-2:hover {
    color: #000;
    background-color: #fc0;
  }

  .tab-link-2.w--current {
    color: #000;
    background-color: #fc0;
    font-weight: 600;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-3, .paragraph-2 {
    text-align: center;
  }

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

  .main-privacy-text {
    padding-left: 0;
  }

  .main-privacy-h1, .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .div-porduct-holder {
    flex-direction: column;
  }

  .div-porduct-holder.reverse {
    flex-direction: column-reverse;
  }

  .contac-50-div-holder {
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .contac-50-div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section.gray {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-top: 68px;
  }

  .content-wrapper {
    display: flex;
    overflow: visible;
  }

  .content-wrapper.narrow, .content-wrapper.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .title {
    text-align: center;
    font-size: 20px;
  }

  .hero {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.1em;
  }

  .underline.no-bottom-border {
    width: 100px;
  }

  .header-box {
    width: 100%;
  }

  .header-box.column {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .intro {
    width: 100%;
  }

  ._50-percent-column {
    padding-right: 0;
  }

  ._50-percent-column.inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-percent-column.contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._50-percent-column.image-gallery {
    height: auto;
  }

  .slider {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-box {
    width: 100%;
  }

  .white {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._33-percent-column.footer {
    width: 100%;
    margin-bottom: 30px;
  }

  ._33-percent-column.column-start {
    width: 100%;
    padding-left: 0;
  }

  .mini-title, .footer-link, .footer-paragraph {
    text-align: center;
  }

  .footer-logo-link.w--current {
    margin-left: auto;
  }

  .menu-background, .tab-link, .tab-link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fixed-navbar {
    display: none;
  }

  .stars {
    width: 70%;
  }

  .button {
    min-width: 180px;
  }

  .main-sectionwhite {
    padding-left: 0;
    padding-right: 0;
  }

  .maincontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainheaderh2centerservices {
    width: 100%;
  }

  .mainheaderh2blackleft28 {
    font-size: 18px;
  }

  .maintxtblackcenter20abouthome {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .div-block-2 {
    height: auto;
  }

  .foodsubheader {
    font-size: 22px;
    line-height: 28px;
  }

  .fixed-navbarv2 {
    display: block;
  }

  ._50-percent-column-phoneversion, ._50-percent-column-pc-version {
    padding-right: 0;
  }

  .content-section-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask {
    width: 100%;
  }

  .slider-2 {
    width: 104%;
    height: 50%;
    margin-bottom: 30px;
  }

  .flex-wrappertradition {
    margin-bottom: 50px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 28px;
  }

  .content-contact-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._100-contact-form {
    padding-right: 0;
  }

  ._100-contact-form.inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  ._100-contact-form.contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._100-contact-form.image-gallery {
    height: 470px;
  }

  .slide {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .subhero {
    font-size: 50px;
    line-height: 1.3em;
  }

  .content-wrapper-contact {
    overflow: visible;
  }

  .content-wrapper-contact.narrow, .content-wrapper-contact.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .content-sectiongood {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-sectionabout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-sectionabout.gray {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section-contact.gray {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-review {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section-review.gray {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-review.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .affiliate-logos {
    width: 120px;
    margin-bottom: 14px;
  }

  .slide-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 68px;
    display: flex;
  }

  .div-block-5 {
    width: 94%;
    margin: 5% auto;
    display: block;
  }

  .div-block-6 {
    margin-top: 0%;
  }

  .slider-3 {
    height: 100%;
  }

  .icon {
    margin-left: 40px;
  }

  .icon-2 {
    margin-right: 40px;
  }

  .awardsright {
    width: 38%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .about-icon-holder {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .gallery-image-holder {
    width: 100%;
  }

  .div-block-gallery {
    flex-wrap: wrap;
  }

  .navbar-fixed-phone {
    display: none;
  }

  .image-0 {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
    font-size: 25px;
  }

  .main-sectionwhite-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-2 {
    margin-top: 157px;
    padding: 20px 15px;
  }

  .tabs-menu-2 {
    display: block;
  }

  .maincontainer-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 10px;
    padding-right: 0;
  }

  .tab-link-2 {
    padding-left: 15px;
    font-size: 16px;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .heading-3, .paragraph-2 {
    text-align: center;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .main-privacy-h1, .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-title {
    font-size: 13px;
  }
}


@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/SerpentineDEEBol_Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine_ICG_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}