:root {
  --color: #2b2b2b;
  --color-2: #b59857;
  --black: black;
  --title: 38px;
  --untitled-ui--white: white;
  --white: white;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray500: #667085;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.link-block-2 {
  background-image: url('../images/LH-CREATIVE-LOGO-NEW-2017.png');
  background-position: 0 0;
  background-size: cover;
  width: 110px;
  height: 110px;
}

.container {
  background-color: #fff;
  justify-content: flex-start;
  width: auto;
  height: 70px;
  display: flex;
}

.logo-div-block {
  margin-bottom: 30px;
}

.navbar {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: static;
  top: 0;
}

.nav-menu {
  background-color: var(--color);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 70px;
  margin: 25px 20px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: #0fc3b1;
  margin-top: 0;
}

.body {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
}

.header-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-container {
  background-image: url('../images/Brew--Bee-Walkden-Fresh-Coffee.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header-container._500-px-header {
  background-image: url('../images/Brew--Bee-cafe-Bistro-Freshly-made-coffee-shop-Walkden_1.avif');
  background-position: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  padding-right: 20px;
  position: static;
}

.header-container._500-px-header.menus {
  background-image: url('../images/Brew--Bee-Walkden-Worsley-Cafe-Bistro-Hygiene-Rating-5_1.avif');
  background-position: 50% 100%;
}

.header-container._500-px-header.breakfast {
  background-image: url('../images/Brew--Bee-Great-Classic-Breakfast-Walkden-Worsley_1.avif');
}

.header-container._500-px-header.brunch {
  background-image: url('../images/Brew--Bee-Walkden-Cafe-Brunch-Family-Meals_1.avif');
  background-position: 50%;
}

.header-container._500-px-header.drinks {
  background-image: url('../images/Brew--Bee-Coffee-House-Best-Cafe-Walkden_1.avif');
  background-position: 50%;
  background-size: cover;
}

.header-container._500-px-header.services {
  background-image: url('../images/Brew--Bee-Excellent-Great-Catering-Services-Manchester-Worsley-Walkden-Salford_1.avif');
}

.header-container._500-px-header.contact {
  background-image: url('../images/Brew--Bee-Catering-Services-Walkden-Worsley-Manchester-Salford.jpg');
  background-position: 50%;
}

.header-container._500-px-header.menu {
  background-image: url('../images/Brew--Bee-Menus_1.avif');
}

.header-container._500-px-header.beverages {
  background-image: url('../images/Cocktails-at-Brew--Bee-Walkden-Worlsey-Manchester_1.avif');
}

.header-container._500-px-header.events {
  background-image: url('../images/Brew--Bee-Events-Walkden_1.avif');
}

.header-container._500-px-header.gallery {
  background-image: url('../images/Brew--Bee-Gallery-Food-Great-Food-Manchester.jpg');
}

.header-container.home {
  background-image: url('../images/Brew--Bee-Walkden-Fresh-Coffee.avif');
}

.header-container.services {
  background-image: url('../images/Brew--Bee-Excellent-Great-Catering-Services-Manchester-Worsley-Walkden-Salford_2.avif');
  height: 50vh;
}

.image {
  max-width: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  margin-left: 10px;
  margin-right: 10px;
}

.logo {
  color: #1d1d1b;
  margin-top: 20px;
  display: block;
}

.image-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-container.home {
  color: #fff;
  object-fit: contain;
  background-image: url('../images/TyldesleyWindowsDoorsHome.jpeg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  align-self: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
}

.grid-home {
  grid-column-gap: 35px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.title-1 {
  color: #e30613;
  text-align: center;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  display: flex;
}

.social-container {
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.homepage-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.homepage-grid.ipad {
  grid-template-columns: 1fr minmax(150px, .755fr) 1fr;
}

.logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer {
  width: auto;
  height: auto;
}

.social-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 90px;
  display: flex;
}

.social-wrap._500-px {
  margin-bottom: 0;
}

.header-logo {
  margin-top: 0;
}

.section-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 50px 20px;
  font-size: 25px;
  display: flex;
}

.section-1.wood-panel {
  background-image: url('../images/Grey-Tint-Panel-525px.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.section-1.wood-panel.contact {
  background-image: url('../images/Watercolour-BG-Home.jpg');
  margin-top: 100px;
}

.section-1.wood-panel.home {
  background-image: url('../images/Watercolour-BG-Home.jpg');
  padding-left: 0;
  padding-right: 0;
}

.section-1.tint-section {
  background-image: url('../images/TINT-SECTION.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-1.full-width {
  padding-left: 0;
  padding-right: 0;
}

.section-1.full-width.minus-75-px {
  padding-top: 0;
}

.section-1.full-width.none {
  padding-top: 0;
  padding-bottom: 0;
}

.section-1.menu-links {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-1.contact {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-1.minus-base-75-px {
  padding-bottom: 0;
}

.section-1.minus-base-75-px.minus-top-75-px {
  padding-top: 0;
}

.section-1.map {
  margin-top: 0;
  padding: 0;
}

.section-1.watercolour {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-1.pale-bg {
  background-image: url('../images/Gold-Tint-Panel-525px.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  margin-top: 60px;
}

.section-1.honeycomb {
  padding-left: 20px;
  padding-right: 20px;
}

.section-1.honeycomb.none {
  padding-top: 0;
  padding-bottom: 0;
}

.section-1.minus-top-75px {
  padding-top: 0;
}

.section-1.home {
  background-image: url('../images/Gold-Tint-Panel-525px.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.section-1.events-page {
  padding: 0 20px;
}

.section-1.banner-section {
  padding-top: 0;
  padding-bottom: 0;
}

.social-media {
  width: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2-sub-heading {
  color: var(--black);
  font-size: var(--title);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph {
  text-align: center;
  margin-top: 40px;
  font-size: 25px;
  line-height: 40px;
}

.paragraph.gold {
  color: var(--color-2);
  margin-top: 0;
  font-weight: 700;
}

.paragraph.food-description {
  color: var(--color-2);
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
}

.paragraph.plus-30-px {
  margin-top: 30px;
}

.paragraph.times {
  margin-top: 60px;
  font-size: 30px;
  line-height: 60px;
}

.paragraph.date-time {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph.events-page {
  text-align: left;
}

.paragraph.menu-header {
  color: var(--color-2);
  font-size: 28px;
  font-weight: 700;
}

.sub-sub-heading {
  color: var(--color-2);
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  line-height: 25px;
}

.image-section {
  text-align: center;
  background-image: url('../images/Watercolour-Image-1.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500px;
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
}

.image-section.honeycomb {
  background-image: url('../images/Brew--Bee-Cafe-Great-Place-to-Eat-Walkden.png');
  height: 900px;
  padding-top: 0;
}

.image-section.menu {
  background-image: url('../images/Brew--Bee-Cafe-Honey-Background-3.jpg');
  width: 100%;
  height: 600px;
  padding: 20px 40px 40px;
}

.image-section.menu.contact {
  background-image: url('../images/Brew--Bee-Cafe-Honey-Background-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.services {
  background-image: url('../images/Screenshot-2024-06-28-at-09.59.47.png'), url('../images/Watercolour-Background-best-cafe-in-Walkden-Worsley.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100vh;
}

.image-section.adam-image {
  background-image: none;
  width: 100vw;
}

.image-section.adam-image.no-padding {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.h1-main-heading {
  color: var(--color-2);
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.sub-heading {
  color: var(--color-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.sub-heading.black {
  color: var(--black);
  margin-right: 20px;
  font-size: 35px;
  line-height: 45px;
}

.sub-heading.event-title {
  text-align: left;
  margin-bottom: 0;
}

.sub-heading.h3-banner {
  color: var(--untitled-ui--white);
}

.bee-right, .bee-right.service-bee {
  margin-top: 0;
  margin-left: 0;
}

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

.image-div.bee-about {
  margin-top: -50px;
}

.image-div.contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.divider-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.divider-div.menu-div {
  margin-bottom: 0;
}

.divider-div.minus-100-px {
  margin-top: 100px;
  margin-bottom: 0;
}

.divider-div.bottom-divide {
  margin-top: 0;
  margin-bottom: 0;
}

.container-2 {
  width: 100vw;
}

.water-colour-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.home-grid-1 {
  grid-column-gap: 50px;
  grid-row-gap: 73px;
  grid-template-rows: auto;
  width: 1300px;
  display: grid;
}

.review-wrap {
  background-image: url('../images/Watercolour-Speech-B-BestCafeWalkdenWorsley.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
}

.review-wrap.service-page {
  padding-right: 40px;
}

.review-wrap.about {
  background-image: url('../images/Watercolour-BG-Home.jpg');
}

.vector-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-call-out {
  color: var(--black);
  text-align: center;
  width: auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.vector-1 {
  width: 350px;
  max-width: none;
}

.vector-1.breakfast {
  width: 500px;
}

.vector-1.open {
  margin-bottom: 140px;
}

.vector-1.drinks {
  width: 250px;
}

.footer-section {
  background-color: var(--color);
  padding: 75px 20px 50px;
}

.footer-wrap {
  flex-flow: column;
  align-items: center;
  max-width: none;
  height: 301.617px;
  display: flex;
}

.adddress-text {
  color: var(--color-2);
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}

.copyright {
  color: var(--color-2);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.energise-text {
  color: var(--color-2);
  text-align: center;
  margin-top: 40px;
}

.about-header {
  height: 50vh;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-4 {
  max-width: none;
}

.divider-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-3 {
  vertical-align: baseline;
  margin-top: 40px;
  margin-left: 0;
}

.bee-section {
  margin-top: 40px;
  margin-bottom: 0;
}

.bee-section.contact {
  margin-top: 0;
}

.bee-container-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bee-container-right.menu {
  margin-top: 40px;
  margin-bottom: 0;
}

.container-7 {
  max-width: 100%;
  max-height: none;
}

.grid {
  grid-template-rows: auto;
}

.grid.food-image-grid {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
}

.grid-2 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.left-speech-mk {
  align-items: flex-start;
  display: flex;
}

.quotation {
  color: var(--black);
  padding-top: 10px;
  font-size: 40px;
  line-height: 45px;
}

.left-speech-graphic {
  margin-right: 0;
}

.right-speech-graphic {
  margin-top: 100px;
  margin-left: 0;
}

.food-columns {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.food-hygiene-rating {
  width: 1000px;
  margin-top: 100px;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dog-div {
  margin-top: 100px;
  margin-bottom: 100px;
}

.dog-paws {
  width: 401px;
  margin-top: 100px;
  margin-bottom: 40px;
}

.text-span-2 {
  color: var(--color-2);
}

.grid-3 {
  grid-template-rows: auto;
}

.honeycomb-2 {
  margin-left: 0;
}

.div-block-6 {
  height: 100px;
}

.menu-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
  display: flex;
}

.menu-wrap.no-75px {
  height: auto;
  margin-bottom: 0;
}

.breafast-menu {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr;
  margin-top: 40px;
}

.breafast-menu.extras {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  margin-top: 50px;
}

.breafast-menu.wines {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(135px, 1fr) .25fr .25fr .25fr;
}

.breafast-menu.wines._3-coloumn {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
}

.breafast-menu.drinks {
  margin-top: 60px;
}

.breafast-menu.cocktails {
  grid-template-rows: auto auto auto auto auto;
}

.breafast-menu.minus-2-rows {
  grid-template-rows: auto auto;
}

.menu-title {
  color: var(--color-2);
  font-size: 25px;
  font-weight: 700;
}

.menu-title.price, .menu-title.delete {
  color: var(--white);
}

.food-description {
  font-size: 20px;
  line-height: 50px;
}

.food-description.extra-description {
  text-align: center;
  margin-top: 40px;
}

.food-description.delete-2 {
  color: var(--white);
}

.food-description.list-only {
  line-height: 50px;
}

.end-descriptor {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
}

.end-descriptor.top {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
}

.text-block {
  text-align: center;
}

.div-block-7 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-wrap {
  width: 100%;
  max-width: none;
  height: 350px;
}

.code-embed {
  border: 1.5px solid var(--color-2);
  color: var(--color-2);
  -webkit-text-stroke-color: var(--color-2);
  height: auto;
  padding: 30px 20px 0;
  font-size: 16px;
}

.text-span-3 {
  color: var(--color-2);
}

.map-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.times-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Brew--Bee-Frame-Opening-Times2x-100.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 397.281px;
  height: 650px;
  margin-bottom: 60px;
}

.container-9 {
  background-image: url('../images/Brew--Bee-Frame-Opening-Times2x-100.jpg');
  background-position: 50%;
  background-size: cover;
}

.opening-times {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-link {
  background-color: var(--color-2);
  font-size: 18px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: var(--white);
  font-weight: 400;
}

.dropdown-link:active {
  background-color: var(--white);
  color: var(--color);
}

.dropdown-toggle {
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 122.727px;
  display: flex;
}

.link-div {
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.link-div:hover {
  font-weight: 700;
}

.link-div:active {
  color: var(--black);
}

.text-block-2 {
  color: var(--color-2);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.section-2 {
  width: 100vw;
  height: 500px;
}

.vector-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.vector-section.menu {
  flex-flow: column;
  margin-top: 0;
}

.vector-section.drinks {
  margin-top: 0;
}

.container-10 {
  width: 1500px;
}

.button-div {
  border: 2.5px solid var(--color-2);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.botton-text {
  color: var(--black);
  text-align: center;
  font-size: 32px;
}

.link-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  font-size: 20px;
}

.contact-button {
  background-color: var(--color-2);
  color: var(--white);
  padding: 15px 30px;
  font-size: 20px;
}

.contact-button:hover {
  background-color: var(--black);
}

.services {
  background-image: url('../images/Brew--Bee-Excellent-Great-Catering-Services-Manchester-Worsley-Walkden-Salford_2.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 50vh;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-3 {
  width: 100%;
}

.image-home {
  width: 100vw;
}

.section-4 {
  background-image: url('../images/Brew--Bee-Wooden-Background.png');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.container-11 {
  width: 100%;
}

.div-block-8 {
  background-image: url('../images/Great-Food-Walkden.png');
  background-position: 0 0;
  background-size: auto;
  height: 75vh;
}

.image-8, .image-9 {
  max-width: none;
}

.image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 451.259px;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/Brew--Bee-Cafe-Food.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.about-food {
  width: 400px;
}

.about-food-div {
  margin-left: 60px;
  margin-right: 60px;
}

.honeycomb-image {
  width: auto;
  max-width: none;
}

.section-5 {
  background-image: url('../images/Brew--Bee-Honeycomb-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 900px;
  padding-top: 20px;
  display: flex;
}

.container-12 {
  width: 900px;
  max-width: none;
}

.container-13 {
  width: 900px;
}

.homepage-image {
  width: 100vw;
  height: auto;
}

.container-14 {
  width: 100vw;
  max-width: none;
}

.image-10 {
  width: 100%;
}

.container-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.image-11 {
  max-width: none;
}

.gold-text {
  color: var(--color-2);
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.section-6 {
  width: 100%;
  height: 500px;
}

.uui-navbar3_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar03_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar03_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar03_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar03_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_link.w--current {
  color: #000;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar03_bottom-bar-background {
  background-color: var(--untitled-ui--gray50);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar03_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar03_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar03_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  flex: none;
}

.uui-navbar03_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.uui-navbar03_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar03_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar03_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar03_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar03_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar03_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar03_logo-link {
  padding-left: 0;
}

.uui-navbar03_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar-logo-left {
  z-index: 999999;
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-text {
  color: var(--color-2);
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-text:hover {
  color: var(--color-2);
  font-weight: 700;
}

.nav-link-text:active {
  color: var(--white);
}

.nav-link-text:focus-visible, .nav-link-text[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--color-2);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-text.w--current {
  font-size: 20px;
}

.nav-link-text.gift-voucher-link {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.nav-link-text.gift-voucher-link:hover {
  color: var(--white);
}

.nav-dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--color-2);
  border-radius: 0;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  flex-flow: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.list-item.voucher-button {
  background-color: var(--color-2);
  width: 160px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--color-2);
  border-radius: 0;
  width: 150px;
}

.nav-text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.nav-text:focus-visible, .nav-text[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--black);
  border-radius: 5px;
  outline: 2px solid #0050bd;
  font-weight: 700;
}

.nav-text:visited, .nav-text.w--current:visited {
  color: var(--white);
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-3 {
  color: var(--color-2);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.columns {
  width: 100%;
}

.price {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.column-section {
  width: 100%;
  height: auto;
}

.food-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-17 {
  width: 100vw;
  max-width: none;
}

.menu-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 940px;
  display: flex;
}

.menu-container.ipad {
  max-width: none;
}

.menu-container._2-column {
  flex-flow: row;
}

.title-text-box {
  margin-bottom: 10px;
}

.catering-wrap {
  width: 100vw;
  max-width: none;
}

.image-12 {
  width: 100%;
}

.div-block-11 {
  width: 50%;
  height: 50%;
}

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

.menu-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.menu-items {
  width: 100%;
  margin: 0 auto;
}

.menu-items.salt-n-pepper {
  margin-top: 40px;
}

.social-links {
  margin-top: 100px;
  margin-bottom: 60px;
}

.social-badge {
  margin-left: 60px;
  margin-right: 60px;
}

.container-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drinks-section {
  padding-left: 20px;
  padding-right: 20px;
}

.drink-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrap {
  width: 80%;
  max-width: none;
  height: auto;
}

.art-class-link {
  margin-top: 40px;
  font-size: 24px;
}

.image-14 {
  width: 600px;
  max-width: none;
}

.new-vector-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
  transform: rotate(0);
}

.event-section {
  border: 1px solid var(--white);
  background-color: var(--white);
  background-image: url('../images/Gold-Tint-Panel-525px.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  display: flex;
}

.event-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.event-button {
  background-color: var(--color-2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.event-button:hover {
  color: #fff;
  background-color: #32343a;
}

.event-button:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-2 {
  text-align: center;
  font-size: 18px;
}

.column {
  display: flex;
}

.event-description {
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.workshop-org {
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.event-page-section {
  background-image: url('../images/Gold-Tint-Panel-525px.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.container-21 {
  height: auto;
}

.image-15 {
  width: 350px;
  max-width: none;
}

.event-wrap {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 75px;
}

.food-div {
  margin-top: 60px;
}

.div-block-13 {
  width: 0;
  height: 75px;
}

.gallery-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gift-cards {
  width: 100%;
  max-width: none;
}

.spacer-div-50px {
  width: 50px;
  height: 50px;
}

.button-2 {
  padding: 15px 25px;
}

.buy-now-button {
  background-color: var(--color-2);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding: 15px 25px;
  line-height: 25px;
  display: flex;
}

.bee-div.left {
  width: 100%;
  min-width: 83px;
  margin-top: 40px;
}

.right-speech-mark {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.container-22 {
  width: 75px;
  max-width: none;
}

.div-block-14 {
  width: 80%;
  max-width: none;
  height: 150px;
}

.gv-banner {
  background-color: var(--color-2);
  color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.banner-text {
  color: var(--white);
  width: auto;
  margin-bottom: 20px;
  font-size: 45px;
  display: flex;
}

.container-23 {
  width: 100%;
  height: 300px;
}

.speech-bubble {
  width: 1000px;
  max-width: none;
  margin-bottom: 40px;
}

.speech-container {
  background-image: url('../images/Watercolour-Speech-B-BestCafeWalkdenWorsley.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  display: flex;
}

.speech-container.no-2 {
  background-image: url('../images/Watercolour-BestCafeWalkdenWorsley2.jpg');
}

.speech-div {
  display: flex;
}

.speech-div.right {
  justify-content: flex-end;
  align-items: flex-start;
  height: 62.6016px;
}

.speech-graphic {
  width: 80px;
}

.speech-graphic.right {
  margin-top: 0;
  transition: opacity .75s;
  transform: rotate(180deg);
}

.button-wrap {
  margin-top: 60px;
}

.google-link-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-1 {
  margin-top: 10px;
  line-height: 30px;
}

.list {
  text-align: left;
  margin-top: 40px;
}

.list.xtras {
  margin-left: 10px;
}

.menu-price {
  color: var(--color-2);
  font-weight: 700;
}

.extras-wrap {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .icon {
    color: var(--color);
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .container {
    background-color: var(--color-2);
  }

  .menu-button {
    flex-direction: column;
    flex: 1;
    align-items: flex-end;
    display: block;
  }

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

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

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

  .image-container.home {
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-home {
    grid-column-gap: 35px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-div.header-bp {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .homepage-grid.ipad {
    grid-template-columns: 1fr;
  }

  .logo-div {
    margin-top: 100px;
  }

  .social-wrap {
    margin-top: 60px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .header-logo {
    margin-top: 0;
  }

  .header-logo.logo-ipad {
    margin-top: 60px;
  }

  .section-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-1.wood-panel {
    height: 601.25px;
  }

  .section-1.watercolour, .section-1.minus-top-75px {
    padding-left: 0;
    padding-right: 0;
  }

  .section-1.home {
    margin-top: 100px;
  }

  .image-section.adam-image {
    background-size: cover;
  }

  .sub-heading.black {
    margin-top: 0;
    margin-right: 0;
  }

  .home-grid-1 {
    grid-column-gap: 50px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    display: grid;
  }

  .review-wrap.service-page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 40px;
    padding-right: 0;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .bold-call-out {
    font-size: 30px;
    line-height: 45px;
  }

  .bee-container-right {
    justify-content: center;
    align-items: center;
  }

  .grid-2 {
    justify-content: center;
    align-self: center;
  }

  .left-speech-mk {
    flex-flow: column;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .honeycomb-2 {
    width: 80%;
    max-width: none;
    margin-top: 0;
  }

  .menu-wrap {
    max-width: 768px;
  }

  .breafast-menu.minus-2-rows {
    grid-template-columns: 1fr .25fr;
  }

  .food-description {
    font-size: 18px;
  }

  .image-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .about-food {
    width: 450px;
  }

  .about-food-div {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-11 {
    width: 950px;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar03_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    inset: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar03_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar03_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-logo-left-container.shadow-three {
    height: 88px;
  }

  .container-15 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-text {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
  }

  .nav-link-text.w--current {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .list-item {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    color: var(--color-2);
  }

  .container-16 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .food-list {
    width: 100%;
  }

  .menu-container {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .menu-container.ipad {
    max-width: 851.875px;
  }

  .image-13 {
    margin-bottom: 0;
  }

  .image-14 {
    width: 600px;
  }

  .event-section {
    flex-flow: row;
    height: auto;
    margin-bottom: 60px;
  }

  .container-20 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .event-text {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split {
    flex-flow: column;
    max-width: none;
    margin-bottom: 0;
  }

  .image-15 {
    width: 300px;
  }

  .gallery-div {
    padding-left: 0;
    padding-right: 0;
  }

  .speech-div {
    height: auto;
  }

  .list-item-1 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .link-block-2 {
    margin-left: 20px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-container.home {
    height: 65vh;
    padding-left: 80px;
    padding-right: 80px;
  }

  .title-1 {
    font-size: 20px;
  }

  .section-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-1.wood-panel {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-1.no-padding, .section-1.minus-top-75px {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.date-time {
    font-size: 22px;
  }

  .image-section.menu {
    width: 568px;
  }

  .image-section.menu.contact {
    width: 568px;
    height: auto;
  }

  .sub-heading.black {
    margin-bottom: 20px;
  }

  .sub-heading.event-title {
    font-size: 30px;
  }

  .bee-right {
    margin-top: -25px;
  }

  .home-grid-1 {
    width: 100%;
  }

  .review-wrap.service-page {
    padding-right: 0;
  }

  .bold-call-out {
    width: auto;
    font-size: 28px;
    line-height: 45px;
  }

  .left-speech-graphic {
    max-width: 80px;
  }

  .right-speech-graphic {
    width: auto;
    max-width: 80%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .honeycomb-2 {
    width: 530px;
    margin-top: 40px;
  }

  .breafast-menu {
    grid-template-columns: 1fr .25fr;
  }

  .food-description {
    width: 100%;
  }

  .image-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: row;
  }

  .about-food {
    margin-left: 0;
  }

  .about-food-div {
    margin-left: 0;
    margin-right: 0;
  }

  .image-11 {
    width: 650px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar03_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar03_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-logo-left {
    position: relative;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .column-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .food-list {
    text-align: center;
  }

  .container-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 568px;
    display: flex;
  }

  .menu-container {
    width: 100%;
  }

  .social-links {
    flex-flow: column;
    display: flex;
  }

  .social-badge {
    margin-bottom: 40px;
  }

  .image-14 {
    width: 400px;
  }

  .event-section {
    height: auto;
    padding: 60px 15px;
  }

  .event-description {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .workshop-org {
    font-size: 18px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .event-page-section {
    height: auto;
  }

  .image-15 {
    width: 250px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .speech-container {
    height: auto;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list {
    width: 100%;
    padding-left: 0;
  }

  .extras-wrap {
    width: 66.7762%;
  }
}

@media screen and (max-width: 479px) {
  .link-block-2 {
    width: 90px;
    height: 90px;
  }

  .container, .navbar {
    height: 60px;
  }

  .image-container.home {
    height: 50vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-div {
    margin-top: 0;
  }

  .section-1.wood-panel {
    flex-flow: row;
    height: auto;
  }

  .section-1.wood-panel.mobile-portrait {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-1.contact {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-1.pale-bg {
    height: auto;
  }

  .section-1.no-padding {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-1.minus-top-75px {
    padding-left: 0;
    padding-right: 0;
  }

  .section-1.home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .paragraph.times {
    font-size: 22px;
  }

  .image-section.menu {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-section.menu.contact {
    width: 100%;
  }

  .image-section.adam-image {
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 500px;
  }

  .h1-main-heading {
    font-size: 38px;
  }

  .sub-heading.black {
    margin-right: 0;
  }

  .sub-heading.h3-banner {
    font-size: 30px;
    line-height: 30px;
  }

  .image-div {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .image-div.bee-about {
    margin-top: 0;
  }

  .divider-div.bottom-divide {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-grid-1 {
    grid-column-gap: 50px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: start center;
    margin-top: 0;
    padding-right: 0;
    display: grid;
  }

  .review-wrap, .review-wrap.service-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vector-container {
    width: auto;
  }

  .bold-call-out {
    font-size: 25px;
    line-height: 40px;
  }

  .vector-1 {
    width: 80%;
    max-width: none;
  }

  .vector-1.about-vector {
    max-width: none;
  }

  .vector-1.breakfast {
    width: 100%;
    max-width: 100%;
  }

  .watercolour-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .quotation {
    margin-top: 40px;
    font-size: 25px;
    line-height: 40px;
  }

  .left-speech-graphic {
    width: 100px;
    max-width: none;
    margin-left: 0;
  }

  .right-speech-graphic {
    width: 100px;
    max-width: none;
    margin-top: 10px;
    margin-left: 0;
  }

  .food-hygiene-rating {
    width: 100%;
    max-width: none;
  }

  .container-8 {
    width: 100%;
  }

  .honeycomb-2 {
    width: 300px;
    margin-top: 0;
  }

  .menu-wrap {
    width: 100%;
  }

  .menu-wrap.no-75px {
    margin-bottom: 0;
  }

  .breafast-menu {
    grid-template-columns: .25fr .25fr 1fr .25fr;
  }

  .breafast-menu.extras {
    grid-template-columns: .25fr .25fr;
  }

  .breafast-menu.cocktails {
    flex-flow: column;
    grid-template-columns: .25fr .25fr;
    align-items: stretch;
    display: flex;
  }

  .breafast-menu.minus-2-rows {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, .5fr) .25fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .menu-title {
    font-size: 22px;
  }

  .food-description {
    text-align: center;
    flex-flow: column;
    width: 100%;
    font-size: 14px;
    display: flex;
  }

  .food-description.iphone-p {
    text-align: center;
    font-size: 14px;
  }

  .vector-section {
    height: auto;
    margin-top: 100px;
  }

  .vector-section.menu {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrap {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .about-food {
    margin-left: 0;
  }

  .about-food-div {
    margin-left: 0;
    margin-right: 0;
  }

  .image-11 {
    width: 400px;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar03_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-15 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-16 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .menu-container {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .menu-container.ipad {
    max-width: none;
  }

  .container-18 {
    flex-flow: column;
  }

  .menu-div {
    width: 120%;
  }

  .social-links {
    flex-flow: column;
  }

  .art-class-link {
    font-size: 15px;
  }

  .image-14 {
    width: 100%;
  }

  .new-vector-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .event-section {
    height: auto;
  }

  .container-20 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .clay-workshop-image {
    margin-bottom: 0;
  }

  .gv-banner {
    flex-flow: column;
    height: 200px;
    margin-bottom: 20px;
  }

  .banner-text {
    text-align: center;
    font-size: 45px;
    line-height: 42px;
  }

  .column-3 {
    margin-bottom: 20px;
  }

  .column-4 {
    margin-top: 20px;
  }

  .list {
    width: 100%;
  }
}

#w-node-dd20cc37-51af-bbc0-d5be-7b3ca91532da-0bcc7313, #w-node-b51f0435-d41f-8563-e9b5-1beb6ea775ba-0bcc7313, #w-node-d5647412-b75d-0176-5f18-0abae254dfa4-a1cb6bc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e097e0-e12f-f7b6-d6ba-cbf024878746-fef72fd7, #w-node-_1c2bf95a-b300-8069-80a0-b1d48eb43944-69133a87, #w-node-_9845e311-cbca-e94a-cb1f-b39f767a6fda-32da9e3d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2c88dabc-9174-205a-43ab-70debe6af002-32da9e3d, #w-node-dd20cc37-51af-bbc0-d5be-7b3ca91532da-8c54b313, #w-node-_36326cac-d51f-dc2b-4440-e23a5da7adfc-8c54b313 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40f8beaf-403f-fbe1-af18-1df2042869ed-8c54b313 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d5647412-b75d-0176-5f18-0abae254dfa4-daaca205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd20cc37-51af-bbc0-d5be-7b3ca91532da-0bcc7313, #w-node-_2c88dabc-9174-205a-43ab-70debe6af002-32da9e3d, #w-node-dd20cc37-51af-bbc0-d5be-7b3ca91532da-8c54b313 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40f8beaf-403f-fbe1-af18-1df2042869ed-8c54b313 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
