@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Arial", "Verdana", sans-serif;
  color: #000;
  background: #4F152B;
}
body.archive #main > div:first-of-type, body.single #main > div:first-of-type,
body .no_featured_image > div:first-of-type {
  padding-top: calc(140px + 5%);
}

@font-face {
  font-family: "Buzz";
  src: url("../fonts/BuzzBlack.woff2") format("woff2"), url("../fonts/BuzzBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lavonia";
  src: url("../fonts/EDLavonia-Regular.woff2") format("woff2"), url("../fonts/EDLavonia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Plex";
  src: url("../fonts/IBMPlexSerif-LightItalic.woff2") format("woff2"), url("../fonts/IBMPlexSerif-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circus";
  src: url("../fonts/CoreCircus.woff2") format("woff2"), url("../fonts/CoreCircus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fann";
  src: url("../fonts/Fann_Reg.woff2") format("woff2"), url("../fonts/Fann_Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.page-reservations #main {
  padding: 200px 0;
}

.entry_content {
  font-family: "Plex";
  /*
  h2
  {

  }

  h3
  {
  	font-size: 200%;
  	margin-bottom: 24px;
  }

  h4, h5, h6
  {
  	font-size: 180%;
  	margin-bottom: 18px;
  }
  */
}
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  font-family: "Buzz";
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 0.6em;
}
.entry_content p {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4em;
  margin-bottom: 0.6em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #fff;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 140%;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  padding: 0 10%;
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid blue !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  flex: 1;
  height: 58px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_next_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #fff;
  color: #000;
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3%;
  z-index: 99;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media only screen and (max-width: 900px) {
  #header {
    height: 100px;
  }
}
#header.headroom-hidden {
  top: -140px;
}
#header.on_the_move {
  background: #4F152B;
}
.single #header.on_the_move, .archive #header.on_the_move, .page-awards #header.on_the_move, .page-events #header.on_the_move, .page-group-bookings #header.on_the_move {
  background: #F9F5EC;
}
#header > * {
  flex: 1;
}
#header #logo {
  display: inline-block;
  max-width: 130px;
}
@media only screen and (max-width: 900px) {
  #header #logo {
    max-width: 100px;
  }
}
#header #logo img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.single #header #logo img, .archive #header #logo img, .page-awards #header #logo img, .page-events #header #logo img, .page-group-bookings #header #logo img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(14%) saturate(7025%) hue-rotate(307deg) brightness(94%) contrast(97%);
}
.body-locked #header #logo img {
  filter: unset;
}
#header nav {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
  gap: 5%;
}
#header nav#nav_right {
  padding: 0 0 0 20px;
  justify-content: right;
}
#header nav a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  font-family: "Fann";
}
#header nav a:hover {
  color: #FFFF02;
}
.single #header nav a, .archive #header nav a, .page-awards #header nav a, .page-events #header nav a, .page-group-bookings #header nav a {
  color: #4F152B;
}
@media only screen and (max-width: 1000px) {
  #header nav a {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
/*
----------------------------
=	BURGER
----------------------------
*/
/* reset bits */
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
}
/* icon wrapper so we can size it neatly */
.burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}

/* the 3 lines */
.burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}
.single .burger_icon .line, .archive .burger_icon .line, .page-awards .burger_icon .line, .page-events .burger_icon .line, .page-group-bookings .burger_icon .line {
  background-color: #4F152B;
}

/* positions for default burger */
.burger_icon .line1 {
  top: 0;
}

.burger_icon .line2 {
  top: 9px;
}

.burger_icon .line3 {
  top: 18px;
}

.burger-toggle.is-active .line {
  background-color: #FFFF02;
}

/* active state turns burger into X */
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}

.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}

.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}

/* label text */
.burger_label {
  color: currentColor;
  font-weight: 400;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}

/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
/* off canvas menu */
.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url(../images/bg_nav.png) 50% 50% no-repeat;
  background: #4F152B;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 90;
  display: flex;
  flex-direction: column;
}

/* slide in when active */
.side_menu.is-open {
  transform: translateX(0);
}

/* inner padding etc */
.side_menu_inner {
  padding: 5%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

/* nav styles */
.side_menu_nav ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
}

.side_menu_nav li + li {
  margin-top: 1rem;
}

.side_menu_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 4vh;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
  font-family: "Buzz";
  text-transform: uppercase;
}

.side_menu_nav a:hover {
  color: #FFFF02;
}

/* screen overlay behind panel */
.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* when menu is open prevent body scroll */
.body-locked {
  overflow: hidden;
}

/* optional: if your header text is on a light bg sometimes,
   you can invert colours when active */
.burger-toggle.is-active {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	SIGN UP
---------------------------------------------------------------------------
*/
.sign_up {
  padding: 10% 5% 5% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sign_up {
    padding: 100px 5% 60px 5%;
  }
}
.sign_up > div {
  flex: 100%;
  max-width: 900px;
  text-align: center;
}
.sign_up > div .link {
  display: block;
  color: #fff;
  margin-bottom: 1.5em;
}
.sign_up > div .buzz {
  display: block;
  color: #FFFF02;
  font-size: clamp(42px, 12vw, 106px);
  margin-bottom: 20px;
}
.sign_up > div .buzz span {
  display: block;
}
.sign_up > div .btn {
  background-color: transparent;
  border: 1px solid #FFFF02;
  color: #FFFF02;
}
.sign_up > div .btn:hover {
  background-color: #FFFF02;
  color: #000;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 5%;
  padding-top: 0;
  color: #E5E5E5;
}
#footer .map {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  #footer .map {
    margin-bottom: 50px;
  }
}
#footer .map a {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.35;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .map a {
    aspect-ratio: 1/1;
  }
}
#footer .map a:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 30px;
  transition: 0.2s;
}
#footer .map a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
#footer .foot_cols {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5%;
}
#footer .foot_cols > * {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #footer .foot_cols > * {
    flex: 100% !important;
  }
}
#footer .foot_cols .foot_logo {
  display: inline-block;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #footer .foot_cols .foot_logo {
    max-width: 170px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .foot_cols .foot_logo {
    margin-bottom: 50px;
    padding: 0 20%;
  }
}
#footer .foot_cols .foot_logo a {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
}
#footer .foot_cols .foot_navs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-left: auto;
  gap: 6%;
}
@media only screen and (max-width: 1200px) {
  #footer .foot_cols .foot_navs > div {
    flex: 42%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 800px) {
  #footer .foot_cols .foot_navs > div {
    flex: 100%;
  }
}
#footer .foot_cols .foot_navs > div .buzz {
  display: block;
  font-size: clamp(20px, 2vw, 36px);
  margin-bottom: 20px;
}
#footer .foot_cols .foot_navs > div ul li {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#footer .foot_cols .foot_navs > div ul li:last-of-type {
  margin-bottom: 0;
}
#footer .foot_cols .foot_navs > div ul li a {
  color: #E5E5E5;
}
#footer .foot_cols .foot_navs > div ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#footer .foot_cols .foot_navs > div ul li.soc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#footer .foot_cols .foot_navs > div ul li.soc a:hover {
  color: #FFFF02 !important;
}
#footer .footer_end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
#footer .footer_end span {
  display: inline-block;
  font-size: 14px;
}
#footer .footer_end div {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#footer .footer_end div a {
  display: inline-block;
  text-decoration: underline;
  color: #E5E5E5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#footer .footer_end div a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .footer_end > span, #footer .footer_end > div {
    width: 100%;
    text-align: center;
  }
  #footer .footer_end > span {
    margin-bottom: 10px;
  }
}

.buzz {
  font-family: "Buzz";
  text-transform: uppercase;
  line-height: 1.3em;
}

.lavonia {
  font-family: "Lavonia";
}

.btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Circus";
  padding: 1em 2em;
  font-size: clamp(14px, 2vw, 18px);
  text-transform: uppercase;
  color: #4F152B;
  background: #FFFF02;
  letter-spacing: 0.1em;
}
.btn:hover {
  background: #4F152B;
  color: #FFFF02;
}

.link {
  display: inline-flex;
  color: #FFFF02;
  font-size: clamp(16px, 2vw, 18px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Circus";
}

.entry_content .link {
  text-decoration: none;
}

.section {
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 100px 5%;
  }
}
.section.intro_block {
  padding-bottom: 0;
}

.wrap {
  max-width: 1500px;
  margin: 0 auto;
}
.home .wrap, .page-menus .wrap {
  max-width: 100%;
}

.swipe_pag {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  padding: 5%;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* fallback for browsers without backdrop-filter */
}
.swipe_pag .swiper-pagination-bullet {
  width: 10%;
  height: 5px;
  border: none;
  border-radius: 999px;
  padding: 0;
  opacity: 1;
  /* subtle translucent background, slightly blurred */
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.swipe_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.swipe_pag .swiper-pagination-bullet:hover, .swipe_pag .swiper-pagination-bullet:focus-visible {
  background: rgba(255, 255, 255, 0.4);
  outline: none;
}
@supports not ((backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0))) {
  .swipe_pag .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
  }
  .swipe_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.6);
  }
}

/*
---------------------------------------------------------------------------
=	WELCOME
---------------------------------------------------------------------------
*/
.welcome {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #4F152B;
  overflow: hidden;
}
.welcome > div {
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 130px 0;
}
@media only screen and (min-width: 768px) {
  .welcome > div {
    max-width: 1260px;
  }
}
.welcome > div h1 {
  display: block;
  font-size: clamp(0px, 10vw, 106px);
}
.welcome > div .btn {
  margin-top: 40px;
  border: 1px solid #FFFF02;
}
.welcome > div .btn:hover {
  background: transparent;
  border: 1px solid #FFFF02;
}
.welcome > a {
  position: absolute;
  z-index: 3;
  left: 50px;
  bottom: 30px;
  color: #FFFF02;
  font-size: clamp(16px, 2vw, 18px);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.1em;
  font-family: "Circus";
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .welcome > a {
    left: 20px;
  }
}
.welcome > a:hover {
  color: #fff;
}
.welcome > a img {
  display: inline-block;
}
.welcome .filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.welcome iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.hero {
  min-height: 90vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    background-attachment: fixed !important;
  }
}
.hero:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero > div {
  max-width: 1500px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero > div h1 {
  color: #fff;
  font-size: clamp(46px, 7vw, 80px);
}
/*
---------------------------------------------------------------------------
=	MENUS
---------------------------------------------------------------------------
*/
/*
----------------------------
=	TICKER
----------------------------
*/
.ticker {
  background: #FEBECD;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding: 4em 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.ticker ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ticker ul li {
  position: relative;
  font-family: "Plex";
  padding: 0 2rem;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: 18px;
}
.ticker ul li:before {
  position: absolute;
  right: 0;
  content: "•";
  color: #000;
}

/*
---------------------------------------------------------------------------
=	TABLE 
---------------------------------------------------------------------------
*/
.table_block {
  padding: 10% 0;
  background: #F9F5EC;
}
.table_block .zoom-in > .buzz {
  display: block;
  text-align: center;
  font-size: clamp(42px, 12vw, 106px);
  color: #ED0043;
  padding: 0 5%;
  margin-bottom: 5%;
}
.table_block .more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 5%;
}
.table_block .more .btn {
  color: #4F152B;
  border: 1px solid #4F152B;
  background: transparent;
}
.table_block .more .btn:hover {
  color: #F9F5EC;
  background: #4F152B;
}

.table {
  padding: 0% 0;
  border-top: 1px solid #000;
}
.table .table_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "plex";
}
@media only screen and (min-width: 768px) {
  .table .table_item {
    border-bottom: 1px solid #000;
  }
}
.table .table_item > * {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
}
.table .table_item > *.date {
  background: #000;
  color: #fff;
  padding: 5%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .table .table_item > *.date {
    max-width: 140px;
    justify-content: center;
    padding: 0;
  }
}
.table .table_item > *.date abbr {
  display: block;
  font-size: 20px;
  font-family: "circus";
}
.table .table_item > *.deet {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .table .table_item > *.deet {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .table .table_item > *.deet {
    padding: 5%;
  }
}
.table .table_item > *.deet > * {
  flex: 1;
}
@media only screen and (max-width: 1250px) {
  .table .table_item > *.deet > * {
    flex: 100%;
  }
}
.table .table_item > *.deet > * .buzz {
  font-size: 30px;
}
.table .table_item > *.deet > * p {
  margin-top: 10px;
  font-size: 20px;
}
.table .table_item > *.deet > *.info {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
@media only screen and (min-width: 1251px) {
  .table .table_item > *.deet > *.info {
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1250px) {
  .table .table_item > *.deet > *.info {
    gap: 20px;
  }
}
.table .table_item > *.deet > *.info > * {
  text-align: center;
}
.table .table_item > *.deet > *.info > *:last-of-type {
  text-align: right;
}
@media only screen and (min-width: 1251px) {
  .table .table_item > *.deet > *.info > * {
    flex: 1;
  }
}
@media only screen and (max-width: 1250px) {
  .table .table_item > *.deet > *.info > *:last-of-type {
    flex: 1;
  }
}
@media only screen and (max-width: 600px) {
  .table .table_item > *.deet > *.info > *:last-of-type {
    flex: 100%;
    text-align: left !important;
  }
}
.table .table_item > *.deet > *.info > * .link {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .table .table_item > * {
    flex: 100%;
  }
  .table .table_item > * .info {
    padding-top: 10px;
    gap: 0 !important;
  }
  .table .table_item > * .info div {
    padding-right: 5%;
  }
  .table .table_item > * .info div:last-of-type {
    padding: 10px 0 0 0;
  }
}
.table .table_item.event {
  position: relative;
}
.table .table_item.event .hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.18s ease;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
  transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)) scale(0.98);
}
.table .table_item.event .hover-img img {
  width: clamp(180px, 28vw, 320px);
  height: auto;
  display: block;
  background: #fff;
  border: 8px solid #fff;
  outline-offset: -6px;
  border-radius: 6px;
}
.table .table_item.event:hover .hover-img, .table .table_item.event:focus-within .hover-img {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)) scale(0.98);
}
.table a {
  color: #000;
}
.table a:hover .buzz,
.table a:hover .link {
  color: #ED0043 !important;
}

/* -----------------------------------------
   CSS-only “random” tilt using nth-child()
   ----------------------------------------- */
/* Default */
.table :is(a.table_item.event, div.table_item.event) {
  --tilt: 0deg;
}

/* Cycle through 7 angles to look organic */
.table :is(a.table_item.event, div.table_item.event):nth-child(7n+1) {
  --tilt: -2.2deg;
}

.table :is(a.table_item.event, div.table_item.event):nth-child(7n+2) {
  --tilt: 1.6deg;
}

.table :is(a.table_item.event, div.table_item.event):nth-child(7n+3) {
  --tilt: -1.1deg;
}

.table :is(a.table_item.event, div.table_item.event):nth-child(7n+4) {
  --tilt: 2.8deg;
}

.table :is(a.table_item.event, div.table_item.event):nth-child(7n+5) {
  --tilt: -0.7deg;
}

.table :is(a.table_item.event, div.table_item.event):nth-child(7n+6) {
  --tilt: 2.1deg;
}

.table :is(a.table_item.event, div.table_item.event):nth-child(7n+7) {
  --tilt: -2.9deg;
}

/* no hover on touch or very small screens */
@media (hover: none), (max-width: 700px) {
  .hover-img {
    display: none;
  }
}
/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .hover-img {
    transition: none;
  }
}
/*
---------------------------------------------------------------------------
=	PRIVATE HIRE
---------------------------------------------------------------------------
*/
.page-private-hire .content_blocks .entry_content {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	GROUP BOOKING
---------------------------------------------------------------------------
*/
.page-group-bookings #main {
  background: #F9F5EC !important;
}

.booking-widget-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5%;
}
.booking-widget-wrapper #dmn-partner-widget {
  max-width: 100%;
  box-shadow: none !important;
}
.booking-widget-wrapper .footer img {
  display: none !important;
}

/*
---------------------------------------------------------------------------
=	PRIVACY
---------------------------------------------------------------------------
*/
.privacy_wrap {
  padding: 5%;
  color: #fff;
}
.privacy_wrap h1.buzz {
  text-align: center;
  font-size: clamp(0px, 10vw, 106px);
  margin-bottom: 5%;
}
.privacy_wrap a {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	KITCHEN ARCHIVE / BLOCK
---------------------------------------------------------------------------
*/
.kitchens {
  margin-top: 10%;
}
@media only screen and (max-width: 767px) {
  .kitchens {
    margin-top: 100px;
  }
}

.slideshow {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #000;
  /* background track that slides vertically */
  /* foreground slides wrapper, pinned on scroll */
  /* panels */
  /* your foreground layout and type */
}
.slideshow .bg_track {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.slideshow .bg_track .bg_strip {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.slideshow .bg_track .bg_panel {
  flex: 0 0 100vh; /* one full viewport tall */
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.slideshow .bg_track .bg_panel:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.slideshow .slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.slideshow .panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  transition: opacity 0.2s linear;
  padding: 5%;
}
.slideshow .panel.is_active {
  opacity: 1;
  pointer-events: auto;
}
.slideshow .panel_content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.slideshow .panel_content .num {
  flex: 100%;
  align-self: flex-start;
  font-size: clamp(22px, 2vw, 36px);
  font-family: "Circus";
  letter-spacing: 0.1em;
}
.slideshow .panel_content > div {
  flex: 100%;
  align-self: flex-end;
}
.slideshow .panel_content > div .buzz {
  display: block;
  font-size: clamp(60px, 8vw, 90px);
}
.slideshow .panel_content > div .buzz a {
  display: block;
  color: #fff;
}
.slideshow .panel_content > div .buzz a:hover {
  color: #FFFF02;
}
.slideshow .panel_content > div p {
  font-size: clamp(24px, 2vw, 32px);
  font-family: "Plex";
  margin-top: 0.5em;
}
.slideshow .panel_content > div > div {
  display: flex;
  width: 100%;
  padding-top: 50px;
}
.slideshow .panel_content > div > div .text_inner2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slideshow .panel_content > div > div .text_inner2 > a {
  align-items: center;
  gap: 6px;
  font-size: clamp(16px, 2vw, 18px);
  letter-spacing: 0.1em;
  color: #FFFF02;
  font-family: "Circus";
  transition: 0.2s;
}
.slideshow .panel_content > div > div .text_inner2 > a img {
  display: inline-block;
  width: auto;
}
.slideshow .panel_content > div > div .text_inner2 nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.slideshow .panel_content > div > div .text_inner2 nav a {
  color: #fff;
  font-size: 30px;
  transition: 0.2s;
}
.slideshow .panel_content .text_line {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.slideshow .panel_content .text_inner {
  display: inline-block;
  transform: translateY(100%);
  will-change: transform;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bg_track .bg_strip {
    transform: none !important;
  }
  .panel_content .text_inner {
    transform: none !important;
  }
}
#scroll_slideshow2 .actions {
  display: none;
}
#scroll_slideshow2 .text_inner {
  padding-bottom: 20px;
}

/*
---------------------------------------------------------------------------
=	KITCHEN SINGLE
---------------------------------------------------------------------------
*/
.single-kitchens #main,
.post-type-archive-kitchens #main {
  background: #F9F5EC !important;
}

.single-kitchens .intro_block .entry_content {
  padding-top: 40px;
}
.single-kitchens .kitchen_content {
  margin-top: 5%;
  padding: 0 5% 5% 5%;
}
@media only screen and (max-width: 1500px) {
  .single-kitchens .kitchen_content {
    padding: 0 5% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .single-kitchens .kitchen_content {
    padding-bottom: 100px;
  }
}
.single-kitchens .kitchen_content .wrap {
  max-width: 1200px;
}
@media only screen and (min-width: 601px) {
  .single-kitchens .kitchen_content .wrap {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .single-kitchens .kitchen_content {
    margin-top: 10%;
  }
}
.single-kitchens .kitchen_content .kichen_gal {
  display: block;
  height: 90vh;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .single-kitchens .kitchen_content .kichen_gal {
    margin-bottom: 10%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
.single-kitchens .kitchen_content .kichen_gal img {
  object-fit: cover;
}
.single-kitchens .kitchen_content .entry_content {
  margin: 0 auto;
}
.single-kitchens .kitchen_content nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 10%;
}
@media only screen and (max-width: 767px) {
  .single-kitchens .kitchen_content nav {
    padding-top: 100px;
  }
}
.single-kitchens .kitchen_content nav > span {
  display: block;
  flex: calc(50% - 50px);
}
.single-kitchens .kitchen_content nav > span:nth-child(2) {
  text-align: center;
  max-width: 100px;
}
.single-kitchens .kitchen_content nav > span:last-of-type {
  text-align: right;
}
.single-kitchens .kitchen_content nav a {
  display: inline-block;
  color: #4F152B;
  font-family: "Circus";
}
.single-kitchens .kitchen_content nav a span:last-of-type {
  display: inline-block;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .single-kitchens .kitchen_content nav a span:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .single-kitchens .kitchen_content nav a span {
    display: none;
  }
}
.single-kitchens .kitchen_content nav i {
  font-size: 36px;
}
.single-kitchens .kitchen_content nav .kit_nav {
  position: relative;
  font-size: clamp(16px, 2vw, 18px);
}
.single-kitchens .kitchen_content nav .kit_nav:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(../images/icn_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transform-origin: center;
}
.single-kitchens .kitchen_content nav .kit_nav#prev_kitchen {
  padding-left: 26px;
}
.single-kitchens .kitchen_content nav .kit_nav#prev_kitchen:before {
  left: 0;
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
}
.single-kitchens .kitchen_content nav .kit_nav#next_kitchen {
  padding-right: 26px;
}
.single-kitchens .kitchen_content nav .kit_nav#next_kitchen:before {
  right: 0;
  top: 50%;
}

/*
---------------------------------------------------------------------------
=	CONTENT BUILDER
---------------------------------------------------------------------------
=	INTRO BLOCK
----------------------------
*/
.intro_block > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro_block > div h2 {
  flex: 100%;
  display: block;
  color: #ED0043;
  font-size: 6vw;
  margin-bottom: 40px;
  font-size: clamp(42px, 12vw, 106px);
}
.intro_block > div h2 span {
  display: block;
}
.intro_block > div h2 span.lavonia {
  transform: rotate(-3deg);
  margin-bottom: 0.2em;
}
.intro_block > div > div {
  flex: 100%;
  max-width: 800px;
}
.intro_block > div > div .entry_content {
  color: #fff;
}
.archive .intro_block > div > div .entry_content {
  color: #282728;
}
.intro_block > div > div .btn,
.intro_block > div > div .link {
  margin-top: 5%;
}
.single .intro_block > div > div .kitchen_num, .page-group-bookings .intro_block > div > div .kitchen_num {
  display: block;
  font-size: 38px;
  font-family: "circus";
}
.single .intro_block > div > div img, .page-group-bookings .intro_block > div > div img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5% auto 0 auto;
}
.single .intro_block > div > div .entry_content p, .page-group-bookings .intro_block > div > div .entry_content p {
  color: #282728;
  font-size: clamp(22px, 2vw, 26px);
}
.single .intro_block > div > div .btn, .page-group-bookings .intro_block > div > div .btn {
  color: #4F152B;
  border: 1px solid #4F152B;
  background: transparent;
}
.single .intro_block > div > div .btn:hover, .page-group-bookings .intro_block > div > div .btn:hover {
  color: #F9F5EC;
  background: #4F152B;
}

/*
----------------------------
=	CONTENT BLOCK SIDE BY SIDE 
----------------------------
*/
.side_by_side {
  background: #4F152B;
}
.side_by_side .wrap > .buzz {
  display: block;
  text-align: center;
  font-size: clamp(42px, 12vw, 106px);
  color: #FEBECD;
  margin-bottom: 5%;
}
.side_by_side .side_by_side_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.side_by_side .side_by_side_grid .side_by_side_item {
  flex: 1;
  container-type: inline-size;
}
@media only screen and (max-width: 767px) {
  .side_by_side .side_by_side_grid .side_by_side_item {
    flex: 100%;
    margin-bottom: 60px;
  }
  .side_by_side .side_by_side_grid .side_by_side_item:last-of-type {
    margin-bottom: 0;
  }
}
.side_by_side .side_by_side_grid .side_by_side_item .m_img {
  aspect-ratio: 1/1.1;
  border-radius: 30px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover !important;
}
.side_by_side .side_by_side_grid .side_by_side_item .m_deets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: -5%;
  padding: 0 5%;
}
.side_by_side .side_by_side_grid .side_by_side_item .m_deets span {
  flex: 100%;
  text-align: center;
}
.side_by_side .side_by_side_grid .side_by_side_item .m_deets span.buzz {
  font-size: clamp(1rem, 10cqi, 8rem);
}
.side_by_side .side_by_side_grid .side_by_side_item .m_deets span.m_served {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.4em;
  font-family: "Plex";
  padding-bottom: 5%;
}
.side_by_side .side_by_side_grid .side_by_side_item .m_deets .link img {
  display: inline-block;
  padding-right: 0.4em;
}

/*
----------------------------
=	CONTENT BLOCK
----------------------------
*/
.content_blocks .wrap > .buzz {
  display: block;
  text-align: center;
  font-size: clamp(42px, 12vw, 106px);
  color: #FEBECD;
  margin-bottom: 5%;
}
.content_blocks .content_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
  color: #fff;
}
.content_blocks .content_block > * {
  flex: 1;
}
.content_blocks .content_block > *.block_img {
  width: 52%;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
.content_blocks .content_block > *.entry_content {
  padding: 5% 0 5% 5%;
}
.content_blocks .content_block > *.entry_content .buzz {
  font-size: clamp(36px, 5vw, 60px);
  color: #FEBECD;
}
@media only screen and (max-width: 767px) {
  .content_blocks .content_block > * {
    flex: 100%;
  }
  .content_blocks .content_block > *.entry_content {
    padding: 40px 0 0 0;
  }
}
.content_blocks .content_block:nth-child(odd) .buzz {
  color: #CDE5F0;
}
@media only screen and (min-width: 768px) {
  .content_blocks .content_block:nth-child(odd):nth-child(odd) .block_img {
    order: 2;
  }
  .content_blocks .content_block:nth-child(odd):nth-child(odd) .entry_content {
    padding: 5% 5% 5% 0;
  }
}
.content_blocks .content_block:last-of-type {
  margin-bottom: 0;
}
.content_blocks.transparent {
  background: #F9F5EC;
  color: #282728;
}
.content_blocks.transparent .btn,
.content_blocks.transparent .buzz {
  color: #4F152B !important;
}

/*
----------------------------
=	ACCORDION BLOCK
----------------------------
*/
.accordion_block {
  background: #4F152B;
  color: #fff;
}
.accordion_block .cols {
  display: flex;
  flex-wrap: wrap;
}
.accordion_block .cols .col {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1000px) {
  .accordion_block .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
.accordion_block .cols .col.col1 {
  padding-right: 5%;
}
@media only screen and (max-width: 1000px) {
  .accordion_block .cols .col.col1 {
    padding: 0 0 10% 0;
  }
}
@media only screen and (min-width: 1001px) {
  .accordion_block .cols .col.col1 {
    position: sticky;
    top: 5%;
    align-self: flex-start;
    height: fit-content;
  }
}
.accordion_block .cols .col.col1 h4 {
  color: #B9E3FF;
  font-size: clamp(38px, 4vw, 72px);
  margin-bottom: 5%;
}
.accordion_block .cols .col.col1 h4 span {
  display: block;
}
.accordion_block .cols .col.col1 h4 span.lavonia {
  font-size: clamp(50px, 6vw, 100px);
  transform: rotate(-2deg);
}
.accordion_block .cols .col.col1 .link {
  margin-top: 5%;
}
.accordion_block .cols .col.col2 .blocks .block {
  margin-bottom: 20px;
}
.accordion_block .cols .col.col2 .blocks .block:first-of-type {
  padding-top: 0;
}
.accordion_block .cols .col.col2 .blocks .block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.accordion_block .cols .col.col2 .blocks .block .block_title {
  display: block;
  position: relative;
  color: #fff;
  font-size: clamp(22px, 4vw, 40px);
  line-height: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
  padding-right: 80px;
}
.accordion_block .cols .col.col2 .blocks .block .block_title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  font-size: 40px;
  font-family: "circus";
}
.accordion_block .cols .col.col2 .blocks .block .block_title.open:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "-";
  font-size: 40px;
}
.accordion_block .cols .col.col2 .blocks .block .block_title:hover {
  color: #F9F5EC;
}
.accordion_block .cols .col.col2 .blocks .block .block_content {
  display: none;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #fff;
}
.accordion_block .cols .col.col2 .blocks .block .block_content .img {
  display: block;
  aspect-ratio: 1/0.6;
  border-radius: 30px;
  margin-bottom: 30px;
}
.accordion_block .cols .col.col2 .blocks .block .block_content p {
  font-size: clamp(16px, 2vw, 22px);
}
.accordion_block .cols .col.col2 .blocks .block .block_content p a {
  color: #fff;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.accordion_block .cols .col.col2 .blocks .block .block_content.open {
  display: block;
}

/*
---------------------------------------------------------------------------
=	PAGE BREAK BLOCK
---------------------------------------------------------------------------
*/
.page_break {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px 5%;
  overflow: hidden;
}
.page_break:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.page_break .zoom-in {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 900px;
}
.page_break .zoom-in .buzz {
  font-size: clamp(36px, 6vw, 60px);
  margin-bottom: 2%;
}
.page_break .zoom-in p {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4em;
  font-family: "Plex";
}
.page_break .zoom-in .link {
  margin-top: 4%;
  transition: 0.2s;
}
.page_break .zoom-in .link:hover {
  color: #fff;
}
.page_break .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  z-index: -1;
}

/*
---------------------------------------------------------------------------
=	QUOTE BLOCK
---------------------------------------------------------------------------
*/
.quote_block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #F9F5EC;
  color: #4F152B;
  padding: 100px 5%;
}
.single .quote_block {
  background: #B9E3FF;
}
@media only screen and (min-width: 768px) {
  .quote_block {
    min-height: 100vh;
    padding: 5%;
  }
}
.quote_block .lavonia {
  display: block;
  text-align: center;
  font-size: clamp(34px, 5vw, 54px);
  transform: rotate(-3deg);
  margin-bottom: 5%;
}
.quote_block blockquote {
  text-align: center;
  font-size: clamp(24px, 5vw, 60px);
  line-height: 1.5em;
}
.quote_block .slide {
  background: #F9F5EC;
  text-align: center;
}
.quote_block .swipe_pag span {
  background: #4F152B;
  opacity: 0.4;
}
.quote_block .swipe_pag span.swiper-pagination-bullet-active {
  background: #4F152B;
  opacity: 1 !important;
}
.quote_block .swipe_pag span:hover {
  background: #4F152B;
  opacity: 1 !important;
}
