/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Variables: global design tokens such as colours, spacing, breakpoints.
   File: abstracts/_variables.scss
   ========================================================= */
/* =========================================================
   CSS reset to remove browser inconsistencies.
   File: base/_reset.scss
   ========================================================= */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Font declarations using @font-face.
   File: base/_fonts.scss
   ========================================================= */
/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Global behaviour defaults such as box-sizing and media rules.
   File: base/_globals.scss
   ========================================================= */
html {
  overflow-y: scroll;
}

body {
  background-color: #858076;
  color: #FFFFFF;
  font-family: "imperial-urw", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Base and custom rules for image, figure and figcaption
   File: base/_images.scss
   ========================================================= */
figure {
  margin-bottom: 0;
}

img.menu-category-image {
  height: auto;
  margin: 0 -2rem;
  width: calc(100% + 4rem);
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Base typography rules for headings, paragraphs, lists and links.
   File: base/_typography.scss
   ========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 15%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.275rem;
  letter-spacing: 15%;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}

.home h1,
h2 {
  font-size: 1.625rem;
  letter-spacing: 15%;
  margin: 2rem 0 1.125rem;
  text-align: center;
  text-transform: uppercase;
}

.hero h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.home section h1,
.home section h2 {
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bg-blackboard h2 {
  text-transform: none;
  font-size: 3rem;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
  opacity: 0.8;
}
.bg-blackboard h2 span {
  display: inline-block;
  position: relative;
  transform: rotate(-3deg);
}
.bg-blackboard h2 span.span-1 {
  right: 20px;
}
.bg-blackboard h2 span.span-2 {
  bottom: 5px;
}
h3 {
  font-size: 1.25rem;
  letter-spacing: auto;
}

p,
address {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 1rem 0;
  text-align: center;
}

main a {
  color: #FFFFFF;
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

a {
  white-space: nowrap;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Background classes to add to group blocks, div and sections etc
   File: components/_backgrounds.scss
   ========================================================= */
.bg-primary {
  background-color: #363E3D;
}

.bg-secondary {
  background-color: #615F53;
}

.bg-blackboard {
  background-image: url("../img/bg-blackboard.webp");
}

.bg-63 {
  background-image: url("../img/bg-63.svg");
  background-position: 180% 80%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.bg-deliveroo {
  background-color: #00ccbb !important;
  background-image: url("../img/deliveroo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33.33%;
  padding-top: 80%;
  position: relative;
}

.bg-primary *,
.bg-secondary *,
.bg-blackboard * {
  color: #FFFFFF !important;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Reusable button components and variants.
   File: components/_buttons.scss
   ========================================================= */
.wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: underline !important;
}

.wp-block-buttons {
  justify-content: center;
  margin-top: 0.5rem;
  width: 100%;
}

.deliveroo a {
  background-color: #00ccbc;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Card-style UI components.
   File: components/_cards.scss
   ========================================================= */
/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Form layout styling and form-related components.
   File: components/_forms.scss
   ========================================================= */
input, textarea, select {
  background-color: #FFFFFF;
  border-radius: 0;
  border: none;
  font-family: inherit !important;
  line-height: 1;
  padding: 0.75rem;
  width: 100%;
}

textarea {
  height: 120px;
  resize: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  height: 49px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 72, 98, 0.25);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type=submit] {
  background: #050505;
  border: 1px solid #050505;
  border-radius: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 100% !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(5, 5, 5, 0.6);
  opacity: 1;
}

.wpcf7 br {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  padding-top: 0.125rem;
  position: absolute;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 0;
  border-width: 1px;
  font-size: 0.75rem;
  margin: 0;
  padding: 1rem;
}

.wpcf7-spinner {
  display: block !important;
  margin: 1rem auto !important;
}

section.contact-form {
  padding-bottom: 0 !important;
  padding-top: 1rem !important;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Media UI such as figures, galleries, and image wrappers.
   File: components/_media.scss
   ========================================================= */
/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Menu toggle UI component.
   File: components/_menu-toggle.scss
   ========================================================= */
.menu-toggle {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 0.75rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 100;
}
@media (min-width: 782px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .screen-reader-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.menu-toggle .hamburger {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-toggle .hamburger .line {
  border-radius: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.menu-toggle .hamburger .line.line-1 {
  top: 0;
}
.menu-toggle .hamburger .line.line-2 {
  top: calc(50% - 1px);
}
.menu-toggle .hamburger .line.line-3 {
  bottom: 0;
}

.toggled .menu-toggle .hamburger .line-1 {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  animation: line-1 0.75s;
}
.toggled .menu-toggle .hamburger .line-2 {
  display: none;
  animation: line-2 0.75s;
}
.toggled .menu-toggle .hamburger .line-3 {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
  animation: line-3 0.75s;
}

@keyframes line-1 {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  30% {
    top: calc(50% - 1px);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
}
@keyframes line-2 {
  0% {
    display: block;
  }
  30% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes line-3 {
  0% {
    bottom: 0;
    transform: rotate(0deg);
  }
  30% {
    bottom: calc(50% - 1px);
    transform: rotate(0deg);
  }
  100% {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
}
/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Primary navigation.
   File: components/_navigation.scss
   ========================================================= */
nav.main-navigation ul.menu {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  box-shadow: 0 100px 100px rgba(33, 72, 98, 0.1);
  display: none;
  left: 0;
  padding: 1rem;
  position: absolute;
  margin: 0;
  text-align: left;
  top: calc(100% + 10px);
  width: 100%;
}
@media screen and (min-width: 782px) {
  nav.main-navigation ul.menu {
    border-bottom: none;
    box-shadow: none;
    padding: 1rem 0 0 0;
    position: static;
    top: auto;
    width: auto;
  }
}
nav.main-navigation ul.menu li {
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 782px) {
  nav.main-navigation ul.menu li {
    display: inline-block;
  }
}
nav.main-navigation ul.menu li a,
nav.main-navigation ul.menu li a:hover,
nav.main-navigation ul.menu li a:active,
nav.main-navigation ul.menu li a:visited {
  border-bottom: 2px solid transparent;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 1rem;
  padding: 0.5rem 0;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  white-space: nowrap;
}
nav.main-navigation ul.menu li a:hover {
  border-bottom: 2px solid #FFFFFF;
}
nav.main-navigation ul.menu li.current_page_item a {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
nav.main-navigation ul.menu li ul.sub-menu {
  background-color: transparent;
  display: none;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (min-width: 782px) {
  nav.main-navigation ul.menu li ul.sub-menu {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0;
  }
}
nav.main-navigation ul.menu li ul.sub-menu li {
  display: block;
  padding: 0;
}
nav.main-navigation ul.menu li ul.sub-menu li a,
nav.main-navigation ul.menu li ul.sub-menu li a:hover,
nav.main-navigation ul.menu li ul.sub-menu li a:active,
nav.main-navigation ul.menu li ul.sub-menu li a:visited {
  color: var(--wp--preset--color--primary);
  width: 100%;
}
@media screen and (min-width: 782px) {
  nav.main-navigation ul.menu li:hover ul.sub-menu {
    display: block;
    left: 0;
    min-width: 100%;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 99999;
  }
}
@media screen and (max-width: 781px) {
  nav.main-navigation ul.menu li.open ul.sub-menu {
    display: block;
  }
}
@media screen and (min-width: 782px) {
  nav.main-navigation li.menu-item-has-children {
    padding-right: 16px !important;
  }
}
nav.main-navigation li.menu-item-has-children > a,
nav.main-navigation li.menu-item-has-children > a:hover,
nav.main-navigation li.menu-item-has-children > a:active,
nav.main-navigation li.menu-item-has-children > a:visited {
  color: #FFFFFF;
  pointer-events: none;
  text-decoration: none;
}
nav.main-navigation li.menu-item-has-children:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--wp--preset--color--primary);
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 0;
}
@media screen and (max-width: 781px) {
  nav.main-navigation li.menu-item-has-children:after {
    right: 20px;
  }
  nav.main-navigation li.menu-item-has-children.open:after {
    top: 17px;
    transform: rotate(-180deg);
  }
}
@media screen and (min-width: 782px) {
  nav.main-navigation li.menu-item-has-children:hover:after {
    top: 12px;
    transform: rotate(-180deg);
  }
}
nav.main-navigation.toggled ul.nav-menu {
  background-color: rgba(54, 62, 61, 0.97);
  color: #FFFFFF;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 782px) {
  nav.main-navigation ul.nav-menu {
    display: inline-block;
  }
}

nav.language-nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/**
* SOCIAL ICONS
*/
ul.social-icons {
  display: block;
  margin: 1rem 0 0 0;
  padding: 0 !important;
  text-align: center;
}
ul.social-icons li {
  display: inline-block;
  margin: 0 0.5rem 0 0 !important;
}
ul.social-icons li:last-of-type {
  margin-right: 0;
}
ul.social-icons li a {
  color: #363E3D;
}
ul.social-icons .social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
}
ul.social-icons .social-facebook {
  background-image: url("../img/facebook.svg");
}
ul.social-icons .social-instagram {
  background-image: url("../img/instagram.svg");
}
ul.social-icons .social-linkedin {
  background-image: url("../img/linkedin.svg");
}
ul.social-icons .social-tiktok {
  background-image: url("../img/tiktok.svg");
}
ul.social-icons .assistive-text {
  display: none;
}

.site-footer ul.social-icons li a {
  color: #363E3D;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Video content that acts as a featured image on page header/hero
   File: components/_video-holder.scss
   ========================================================= */
/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Site footer structure.
   File: layouts/_footer.scss
   ========================================================= */
footer.site-footer {
  background-color: #363E3D;
  text-align: center;
}
footer.site-footer * {
  color: #FFFFFF;
}
footer.site-footer .site-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
footer.site-footer .site-logo path {
  fill: #FFFFFF;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Grid systems, containers, and structural layout helpers.
   File: layouts/_grid.scss
   ========================================================= */
.grid, .grid-4, .grid-3, .grid-2 {
  display: grid;
  gap: 0.75rem;
  max-width: 100%;
}

@media (min-width: 782px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 782px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 782px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Site header structure and behaviour.
   File: layouts/_header.scss
   ========================================================= */
header.site-header {
  background-color: rgba(54, 62, 61, 0.97);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  padding: 1rem 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 782px) {
  header.site-header {
    padding: 1rem 0 0 0;
  }
}
header.site-header.scrolled {
  background: none;
  background-color: rgba(54, 62, 61, 0.97);
}
header.site-header .container {
  position: relative;
}
header.site-header .site-logo path {
  fill: #FFFFFF;
}

.logo-title {
  height: auto;
  width: 50%;
}

.nav-open header.site-header {
  background-color: rgba(54, 62, 61, 0.97);
}

.admin-bar header.site-header {
  top: 46px;
}
@media (min-width: 782px) {
  .admin-bar header.site-header {
    top: 32px;
  }
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Main and .container structure
   File: layouts/_main.scss
   ========================================================= */
.container,
main.site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

main.site-main {
  margin-top: 90px;
  min-height: 800px;
  padding-top: 2rem;
}
@media (min-width: 782px) {
  main.site-main {
    margin-top: 134px;
  }
}
main.site-main:after {
  content: "";
  clear: both;
  display: table;
}
main.site-main section {
  padding: 4rem 2rem;
  margin: 0;
}

.page-template-page-menu main.site-main section {
  padding: 1rem 1.25rem;
  margin: 0;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Archive or listing page styles.
   File: pages/_archive.scss
   ========================================================= */
.page-template-page-menu main {
  padding-bottom: 4rem;
}
.page-template-page-menu svg.site-logo path {
  fill: #FFFFFF;
}
.page-template-page-menu * {
  color: #FFFFFF;
}
.page-template-page-menu h2,
.page-template-page-menu p {
  text-align: left;
}
.page-template-page-menu ul.menu-items {
  list-style: none;
  columns: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 782px) {
  .page-template-page-menu ul.menu-items {
    columns: 2;
    column-gap: 4rem;
  }
}
.page-template-page-menu article {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.page-template-page-menu .menu-item-body {
  flex: 1;
  margin-bottom: 0.5rem;
}
.page-template-page-menu .menu-item-body h3 {
  display: inline;
  font-size: inherit; /* or whatever size matches the print */
}
.page-template-page-menu .menu-item-body p {
  display: inline;
}
.page-template-page-menu .menu-price {
  white-space: nowrap;
  align-self: flex-start;
  padding-top: 2px;
  text-align: right;
  width: 80px;
}
@media (min-width: 782px) {
  .page-template-page-menu .menu-category img {
    aspect-ratio: 3;
    height: 100%;
    object-fit: cover;
    margin: 0 0 0 calc(50% - 50vw) !important;
    width: 100vw;
  }
}

.site-main.bg-63 {
  background-position: 180% 4rem;
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Homepage-specific styles.
   File: pages/_home.scss
   ========================================================= */
.hero {
  margin-bottom: -3px;
  margin-top: -121px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  position: relative;
  width: calc(100% + 1.5rem);
}
@media (min-width: 782px) {
  .hero {
    margin: -165px 0 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.hero::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero h1 {
  z-index: 3;
}
@media (min-width: 782px) {
  .hero img {
    aspect-ratio: 3;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
    width: 100%;
  }
}
.hero .wp-block-buttons {
  bottom: 7%;
  gap: 1rem;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.hero .wp-block-buttons .is-style-outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.hero picture img,
.hero .post-thumbnail img {
  height: auto;
  width: 100%;
}

.home .hero {
  margin-bottom: -4px;
}
@media (min-width: 782px) {
  .home .hero img {
    aspect-ratio: auto;
  }
}

@media (min-width: 782px) {
  .home section {
    margin: -165px 0 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/* =========================================================
   CSS/SCSS setup file.
   File: style.scss
   ========================================================= */
/* =========================================================
   Utility helper classes such as visually-hidden or spacing helpers.
   File: utilities/_helpers.scss
   ========================================================= */
.padding {
  padding: 3rem 1.5rem;
}

.embed-responsive {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}
.embed-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.no-margin {
  margin-left: calc(50% - 50vw) !important;
  width: 100vw;
}
.no-margin-mobile {
  margin-left: calc(50% - 50vw) !important;
  width: 100vw;
}
@media (min-width: 782px) {
  .no-margin-mobile {
    margin-left: 0 !important;
    width: 100%;
  }
}

.no-margin-lg {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
  width: calc(100% + 5.5rem) !important;
}

body:not(.home) .entry-content {
  margin: 4rem 0;
}

.writing {
  font-family: "Oooh Baby", cursive;
}

.swap {
  flex-direction: column;
}
@media (min-width: 782px) {
  .swap {
    flex-direction: row-reverse;
  }
}

/*# sourceMappingURL=style.css.map */
