.body {
  background-color: #fcdb2e;
}

.headertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 140px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.headerblocktext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.headertexttop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Molde Semicond Bold', sans-serif;
}

.wrapper {
  margin-right: 10px;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.childtext {
  text-shadow: 6px 6px 6px #fff;
}

.headertextbottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Molde Semicond Bold', sans-serif;
}

.headerblockpoints {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonial-author-image {
  width: 56px;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 0px;
  padding-left: 10px;
}

.testimonial-card {
  margin-bottom: 20px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 16px;
  box-shadow: inset 0 0 18px 7px #fff, 0 0 20px 0 #fff;
  font-family: 'Molde Semicond Regular', sans-serif;
  color: #fff;
}

.tagline {
  margin-bottom: 0px;
  font-family: Smoothy, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.testimonial-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.quotation-mark {
  margin-bottom: 30px;
}

.testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.body-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.body-2.italic {
  font-style: italic;
  font-weight: 400;
}

.body-2.italic.bottom-margin-20 {
  margin-bottom: 20px;
  font-family: 'Molde Semicond Bold', sans-serif;
}

.testimonials-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block {
  padding-top: 50px;
}

.openingtimes {
  margin-right: -70px;
  font-family: Smoothy, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "map opening-times";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapbox {
  margin-left: -70px;
}

.image {
  min-width: 700px;
}

.infosection {
  margin-top: 100px;
}

.headersection {
  margin-top: 100px;
}

.headercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  max-height: 40vh;
}

.image-3 {
  width: 30px;
  color: #fcdb2e;
}

.menubox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 19px;
  font-family: 'Molde Semicond Regular', sans-serif;
  color: #fff;
}

.image-4 {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.menuitemtitle {
  font-size: 20px;
}

.menucategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuimage {
  width: 10vw;
}

.div-block-3 {
  display: none;
}

.section {
  margin-top: 100px;
}

.text-block {
  line-height: 65px;
}

@media screen and (max-width: 991px) {
  .testimonial-author-image {
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-cards-wrap-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-card {
    max-width: 80vw;
    margin-bottom: 30px;
  }

  .testimonial-cards-wrap-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonials-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .openingtimes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mapbox {
    max-width: 100vw;
  }

  .image {
    min-width: 400px;
  }

  .headersection {
    margin-top: 40px;
  }

  .headercontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    max-width: 30%;
  }

  .menubox {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .headertext {
    margin-right: 0px;
  }

  .wrapper {
    font-size: 60px;
    line-height: 60px;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }

  .testimonial-author-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .openingtimes {
    margin-right: 0px;
    font-size: 35px;
    line-height: 35px;
  }

  .infobox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mapbox {
    margin-left: 0px;
  }

  .image {
    min-width: 200px;
  }

  .infosection {
    margin-top: 40px;
  }

  .menucategory {
    width: 40vw;
  }
}

#w-node-a565d76d-90b6-bd02-07f3-a4b3629255cf-4ecdf1fd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: opening-times;
}

@font-face {
  font-family: 'Smoothy';
  src: url('../fonts/FontsFree-Net-Smoothy-Rsz-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Molde Semicond Bold';
  src: url('../fonts/Fontspring-DEMO-molde-semicond-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Molde Semicond Regular';
  src: url('../fonts/Fontspring-DEMO-molde-semicond-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}