@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;
}

/*
---------------------------------------------------------------------------
=	HOUSEKEEPING
---------------------------------------------------------------------------
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Cabinet", "Verdana", sans-serif;
  color: #000;
  background: #36133F;
}
body #main p {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
.title {
  font-family: "Panton";
  letter-spacing: 0.1em;
}

.script {
  font-family: "Script";
}

.inner,
.narrow {
  width: min(1180px, 100% - 40px);
  margin: auto;
  max-width: 1200px;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/PantonRustHeavy-Base.woff2") format("woff2"), url("../fonts/PantonRustHeavy-Base.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Script";
  src: url("../fonts/Laqula.woff2") format("woff2"), url("../fonts/Laqula.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cabinet";
  src: url("../fonts/CabinetGrotesk-Medium.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cabinet_bold";
  src: url("../fonts/CabinetGrotesk-Extrabold.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cabinet_extra_bold";
  src: url("../fonts/CabinetGrotesk-Black.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  line-height: 1.6em;
  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;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.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 {
  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;
  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;
}

.btn {
  display: inline-block;
  transition: 0.2s;
}
.btn:hover {
  color: #000;
}

/* =========================================
   Simple reusable grid layout
   Classes: .grid .grid_4 .grid_3 .grid_2
   One gap setting: change $grid_gap
   Responsive:
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* sensible width breakpoints */
/* below this, 4 drops to 3 */
/* below this, 3 drops to 2, and 4 can drop to 2 */
/* below this, everything drops to 1 */
.grid {
  display: grid;
  gap: 16px;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  /* default */
  grid-template-columns: 1fr;
  /* stop long text and images breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid_4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 4 -> 3 */
@media (max-width: 1100px) {
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* 4 -> 2 and 3 -> 2 */
@media (max-width: 860px) {
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* everything -> 1 */
@media (max-width: 600px) {
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  padding: 5%;
  border-radius: 8px;
  background-color: #63317b;
}
.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 {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  line-height: 1.3em;
  color: #f3ba67;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #f3ba67;
  padding-top: 10px;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
  color: #fffceb;
  font-family: "Panton";
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.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: #fff;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number],
.gform_wrapper .gform-body input[type=tel] {
  padding: 16px;
  border-bottom: 1px solid #fffceb;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid #f3ba67 !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 0;
  width: 100%;
  color: #fffceb;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  border: 1px solid #fffceb;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  border-bottom: 1px solid #fffceb;
  -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='%23fffceb' 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;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.8);
}
.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 {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.gform_wrapper .gform_footer button,
.gform_wrapper .gform_page_footer button {
  color: #fff;
  background: transparent;
  font-family: "Panton";
  font-size: 26px;
}
.gform_wrapper .gform_footer button.gform_next_button, .gform_wrapper .gform_footer button.gform_previous_button,
.gform_wrapper .gform_page_footer button.gform_next_button,
.gform_wrapper .gform_page_footer button.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer button.gform_previous_button,
.gform_wrapper .gform_page_footer button.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_page_footer button:hover {
  color: #f3ba67;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.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;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9999;
  background: #63317b;
  transition: transform 0.4s ease;
}
#header.headroom-hidden {
  transform: translateY(-100%);
}
#header.on_the_move {
  transform: translateY(0);
}
.post-type-archive-menu #header.on_the_move, .page-faqs #header.on_the_move {
  border-bottom: 1px solid #63317b;
}
#header #logo {
  display: inline-block;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5%;
}
#header #logo img {
  display: block;
  height: 16px;
  width: auto;
}
@media (max-width: 500px) {
  #header #logo img {
    width: 100%;
    height: auto;
  }
}
#header > div {
  flex: 100%;
  padding: 0 20px;
  background: #fffceb;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  #header > div {
    display: none;
  }
}
#header > div nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#header > div nav ul li.current-menu-item a {
  color: #dd4d12;
}
#header > div nav ul li a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #63317b;
  font-family: "Panton Rust Heavy", "Arial Black", sans-serif;
}
#header > div nav ul li a:hover {
  color: #dd4d12;
}

.single-locations .menu-item-58 a {
  color: #dd4d12 !important;
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fffceb;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  padding-right: 5%;
  display: none;
}
@media only screen and (max-width: 900px) {
  .burger-toggle {
    display: flex;
    margin-left: auto;
  }
}
.burger-toggle .burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.burger-toggle .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;
}
.burger-toggle .burger_icon .line.line1 {
  top: 0;
}
.burger-toggle .burger_icon .line.line2 {
  top: 9px;
}
.burger-toggle .burger_icon .line.line3 {
  top: 18px;
}
.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);
}
.burger-toggle .burger_label {
  color: currentColor;
  font-weight: 400;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}
/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
.body-locked {
  overflow: hidden;
}

.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;
}

.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: #63317b;
  background: url(../images/flames_dark.png) 0 100% #63317b repeat-x;
}
@media only screen and (min-width: 901px) {
  .side_menu {
    display: none;
  }
}
.side_menu.is-open {
  transform: translateX(0);
}
.side_menu .side_menu_inner {
  padding: 100px 5%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.side_menu .side_menu_inner > * a {
  display: block;
  color: #fff;
  font-family: "Panton";
  font-size: 5vh;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.side_menu .side_menu_inner > * a:hover {
  color: #dd4d12;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  overflow: hidden;
  background: #63317b;
  color: #fffceb;
}
#footer .footer_top {
  display: grid;
  grid-template-columns: minmax(140px, 1.2fr) minmax(120px, 1fr) minmax(200px, 1.4fr) minmax(140px, 1.4fr);
  align-items: start;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(60px, 8vw, 90px) max(30px, 8vw) clamp(40px, 5vw, 55px);
  font-family: "Cabinet Grotesk", Arial, sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 1.2;
}
#footer .footer_top strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
#footer .footer_top a {
  color: #fffceb;
  transition: color 0.2s ease;
}
#footer .footer_top a:hover, #footer .footer_top a:focus-visible {
  color: #f3ba67;
}
#footer .footer_top .footer_brand img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
}
#footer .footer_top nav a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  font-weight: 600;
}
#footer .footer_top .footer_locations a {
  font-weight: normal;
}
#footer .footer_top .footer_locations > div {
  display: flex;
  flex-wrap: wrap;
  padding-top: clamp(24px, 4vw, 40px);
}
#footer .footer_top .footer_locations > div > * {
  flex: 100%;
  min-width: 0;
}
#footer .footer_top .footer_locations > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
#footer .footer_top .footer_locations > div > div a {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0;
}
#footer .footer_top .footer_locations > div > a {
  overflow-wrap: anywhere;
}
#footer .footer_top .order_badge {
  display: block;
  width: min(100%, 220px);
  justify-self: end;
}
#footer .footer_top .order_badge img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .footer_end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 30px;
  padding: 20px max(20px, 5vw);
  background: #36133f;
  font-size: 14px;
}
#footer .footer_end a {
  color: #fff;
}
#footer .footer_end .yoke {
  margin-left: auto;
}
#footer .footer_end .yoke a {
  font-family: "Panton Rust Heavy", "Arial Black", sans-serif;
}
#footer .footer_end .yoke a:hover {
  color: #dd4d12;
}
@media only screen and (max-width: 1000px) {
  #footer .footer_top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #footer .footer_top .footer_brand {
    grid-column: 1/-1;
  }
  #footer .footer_top .order_badge {
    align-self: center;
    justify-self: center;
    width: min(100%, 180px);
  }
}
@media only screen and (max-width: 600px) {
  #footer .footer_top {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-inline: 24px;
    text-align: center;
  }
  #footer .footer_top .footer_brand,
  #footer .footer_top .footer_nav,
  #footer .footer_top .footer_locations,
  #footer .footer_top .order_badge {
    grid-column: auto;
  }
  #footer .footer_top .footer_brand img {
    margin-inline: auto;
  }
  #footer .footer_top nav a {
    width: auto;
  }
  #footer .footer_top .footer_locations > div {
    justify-content: center;
  }
  #footer .footer_top .footer_locations > div > div {
    justify-content: center;
  }
  #footer .footer_top .order_badge {
    justify-self: center;
    width: min(55vw, 180px);
  }
  #footer .footer_end {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }
  #footer .footer_end .yoke {
    margin-left: 0;
  }
}

.page_title {
  background-color: #dd4d12;
  color: #fffceb;
  text-align: center;
  padding: 240px 5% 120px;
}
@media (max-width: 900px) {
  .page_title {
    padding: 150px 5% 100px;
  }
}
.page_title h1 {
  display: block;
  font-family: "Panton";
  font-size: clamp(28px, 4vw, 50px);
}

.content_block {
  padding: 5%;
  padding-bottom: 10%;
}
.page-order-now .content_block {
  padding-bottom: 0;
}
.content_block .entry_content p:first-of-type {
  font-family: "Cabinet_bold";
}
.content_block.light {
  background-color: #fffceb;
  margin-bottom: 10%;
  color: #36133f;
}
.content_block.light .title, .content_block.light .script {
  color: #36133f;
}
.content_block .block_img .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content_block .block_img .inner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section_title {
  display: block;
  font-family: "Panton";
  line-height: 1.2em;
  font-size: 30px;
  color: #fffceb;
  margin-bottom: 5%;
}

.section_title {
  text-align: center;
}
.section_title .script {
  margin-top: clamp(40px, 8vw, 80px);
  margin-bottom: clamp(32px, 6vw, 60px);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  line-height: 1.05;
  transform: rotate(-5deg);
  transform-origin: center;
}
@media (max-width: 600px) {
  .section_title .script {
    margin-top: 40px;
    margin-bottom: 32px;
    padding-inline: 10px;
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1;
    transform: rotate(-3deg);
  }
}
.section_title span.title {
  font-size: 18px;
}
.section_title > * {
  display: block;
}

.fit {
  position: relative;
}
.fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
---------------------------------------------------------------------------
=	MENUS
---------------------------------------------------------------------------
*/
#menu_sections {
  padding: clamp(30px, 5vw, 80px);
}
#menu_sections .menu_section {
  padding: clamp(48px, 5vw, 90px) 0;
  background: url(../images/menu_break.png) 0 100% no-repeat;
  background-size: contain;
  text-align: center;
}
#menu_sections .menu_section:first-child {
  padding-top: 0;
}
#menu_sections .menu_section:last-child {
  border-bottom: 0;
  background: none;
}
#menu_sections .menu_section h2 {
  display: block;
}
#menu_sections .menu_section h2.title,
#menu_sections .menu_section span.title {
  font-size: 28px;
  color: #DC4D12;
  line-height: 1.2em;
}
#menu_sections .menu_section h2.script {
  margin-top: 10px;
  transform: rotate(-5deg);
  font-size: 30px;
}
#menu_sections .menu_section .menu_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 70px);
  padding: 0 5%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #menu_sections .menu_section .menu_items {
    padding: 0;
  }
}
#menu_sections .menu_section .menu_items.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 45px);
}
#menu_sections .menu_section .menu_items > * {
  min-width: 0;
}
#menu_sections .menu_section .menu_items > * .item_img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: clamp(16px, 2vw, 28px);
  overflow: hidden;
  background-color: #63317b;
}
#menu_sections .menu_section .menu_items > * .item_img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu_sections .menu_section .menu_items > * h3 {
  display: block;
  margin: 0;
  font-family: "Cabinet_extra_bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  color: #36133f;
}
#menu_sections .menu_section .menu_items > * p {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  color: #36133f;
}
@media (max-width: 900px) {
  #menu_sections .menu_section .menu_items,
  #menu_sections .menu_section .menu_items.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  #menu_sections {
    padding-inline: 20px;
  }
  #menu_sections .menu_section .menu_items,
  #menu_sections .menu_section .menu_items.cols-4 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/*
---------------------------------------------------------------------------
=	FAQS
---------------------------------------------------------------------------
*/
.page-faqs .faqs {
  padding: 10% 0 0 0;
}

.faqs {
  margin-inline: auto;
}
.faqs .faq {
  background: url(../images/menu_break.png) 0 100% no-repeat;
  background-size: contain;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.page-order-now .faqs .faq, .single-locations .faqs .faq {
  background: url(../images/line_white.png) 0 100% no-repeat;
  background-size: contain;
}
.faqs .faq.active .faq_question {
  color: #63317b;
}
.faqs .faq.active .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faqs .faq.active .faq_answer {
  grid-template-rows: 1fr;
}
.faqs .faq.active .faq_answer_inner {
  visibility: visible;
}
.faqs .faq_heading {
  margin: 0;
  font: inherit;
}
.faqs .faq_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #63317b;
  cursor: pointer;
  font-family: "Panton";
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  line-height: 1.2;
  text-align: left;
  transition: color 0.2s ease;
}
.faqs .faq_question:hover {
  color: #63317b;
}
.faqs .faq_question:focus-visible {
  outline: 2px solid #63317b;
  outline-offset: 6px;
}
.faqs .faq_icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.faqs .faq_icon::before, .faqs .faq_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faqs .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqs .faq_answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.faqs .faq_answer_inner {
  min-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0.35s;
}
.faqs .entry_content {
  color: #63317b;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
  padding-top: 10px;
}
.faqs .entry_content > :first-child {
  margin-top: 0;
}
.faqs .entry_content > :last-child {
  margin-bottom: 0;
}
.faqs .entry_content a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .faqs .faq_question {
    gap: 20px;
  }
  .faqs .faq_icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
  .faqs .entry_content {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faqs .faq_answer,
  .faqs .faq_icon::after {
    transition: none;
  }
}
/*
---------------------------------------------------------------------------
=	CONTACT 
---------------------------------------------------------------------------
*/
#contact_cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 100px);
  padding: clamp(40px, 5vw, 80px);
}
#contact_cols > * {
  min-width: 0;
}
#contact_cols > *.col1 > * {
  margin-bottom: clamp(24px, 5vw, 50px);
}
#contact_cols > *.col1 > *:last-child {
  margin-bottom: 0;
}
#contact_cols > *.col1 span {
  display: block;
  margin-bottom: 10px;
  color: #dd4d12;
  font-family: "Cabinet_bold", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.375rem);
  line-height: 1.2;
}
#contact_cols > *.col1 a {
  display: block;
  max-width: 100%;
  color: #fffceb;
  font-family: "Cabinet_extra_bold", Arial, sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  font-size: 20px;
  transition: color 0.2s ease;
  margin-bottom: 6px;
}
#contact_cols > *.col1 a:hover, #contact_cols > *.col1 a:focus-visible {
  color: #dd4d12;
}
@media (max-width: 767px) {
  #contact_cols {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 50px 20px;
  }
  #contact_cols > * {
    width: 100%;
  }
  #contact_cols .col1 {
    text-align: center;
    order: 2;
  }
}

/*
---------------------------------------------------------------------------
=	QUICK LINKS
---------------------------------------------------------------------------
*/
#quick_links {
  padding: clamp(40px, 10vw, 120px) 5%;
  background-color: #dd4d12;
  text-align: center;
}
#quick_links > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1400px;
  margin-inline: auto;
}
#quick_links > div > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(16px, 3vw, 48px);
  aspect-ratio: 1/1.5;
  background-color: #63317b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fffceb;
  font-family: "Panton", "Arial Black", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.2;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#quick_links > div > a::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  transition: background-color 0.25s ease;
}
#quick_links > div > a span {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
#quick_links > div > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}
#quick_links > div > a:hover::before {
  background: rgba(0, 0, 0, 0.18);
}
#quick_links > div > a:focus-visible {
  outline: 3px solid #fffceb;
  outline-offset: 4px;
}
#quick_links > div > a:focus-visible::before {
  background: rgba(0, 0, 0, 0.18);
}
@media (max-width: 900px) {
  #quick_links > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  #quick_links {
    padding-inline: 20px;
  }
  #quick_links > div {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #quick_links > div > a {
    aspect-ratio: 4/3;
  }
}

@media (prefers-reduced-motion: reduce) {
  #quick_links > div > a {
    transition: none;
  }
  #quick_links > div > a:hover {
    transform: none;
  }
}
/*
---------------------------------------------------------------------------
=	GAL
---------------------------------------------------------------------------
*/
.gal_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gal_2 > * {
  flex: 50%;
  aspect-ratio: 1/0.8;
}

.gal_1 img {
  display: block;
  width: 100%;
  height: auto;
}

/*
---------------------------------------------------------------------------
=	LOCATIONS
---------------------------------------------------------------------------
*/
.locations {
  padding-inline: 5%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.locations .location {
  min-width: 0;
  margin-bottom: clamp(32px, 5vw, 70px);
  color: #f3ba67;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  text-align: center;
}
.locations .location .fit {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.locations .location .title {
  margin-bottom: clamp(12px, 2vw, 20px);
  color: #fffceb;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.1;
}
.locations .location .title a {
  display: inline-block;
  color: #fffceb;
}
.locations .location .direc {
  display: block;
  margin-bottom: 20px;
  color: #f3ba67;
  text-decoration: underline;
}
.locations .location .uber,
.locations .location .soon {
  display: block;
  margin-bottom: 20px;
  color: #dd4d12;
  font-family: "Cabinet_extra_bold", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  line-height: 1.2;
}
.locations .location ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations .location ul li {
  display: block;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .locations {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
  .locations .location {
    margin-bottom: 40px;
  }
  .locations .location .fit {
    aspect-ratio: 4/3;
  }
}

.all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.all a {
  color: #f3ba67;
  text-decoration: underline;
  font-size: 18px;
  text-underline-offset: 3px;
}
.all a:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	ORDER NOW
---------------------------------------------------------------------------
*/
.tabs .tab_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 30px);
  margin-bottom: clamp(48px, 8vw, 100px);
  padding-inline: 5%;
}
.tabs .tab_nav a {
  display: inline-block;
  color: #fffceb;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.2;
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
  font-family: "Cabinet_extra_bold";
  text-transform: uppercase;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.tabs .tab_nav a:hover, .tabs .tab_nav a:focus-visible {
  color: #eb8400;
  opacity: 1;
}
.tabs .tab_nav a:focus-visible {
  outline: 2px solid #eb8400;
  outline-offset: 6px;
}
.tabs .tab_nav a.active {
  color: #eb8400;
  opacity: 1;
}
.tabs .tab_panel {
  animation: tabFadeIn 0.3s ease;
}
.tabs .tab_panel[hidden] {
  display: none;
}
.tabs .options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 70px);
  margin-bottom: clamp(80px, 20vw, 180px);
  padding-inline: 5%;
}
.tabs .options > * {
  min-width: 0;
  text-align: center;
}
.tabs .options > * > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}
.tabs .options > * > div img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70%;
  object-fit: contain;
}
.tabs .options > * h3 {
  display: block;
  margin-bottom: clamp(12px, 2vw, 20px);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
}
.tabs .options > * a {
  display: block;
  margin-bottom: 10px;
  color: #f3ba67;
  font-size: clamp(1rem, 2vw, 1.375rem);
  line-height: 1.3;
}
.tabs .options > * a em {
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .tabs .options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tabs .options > *:last-child:nth-child(odd) {
    grid-column: 1/-1;
    width: min(100%, 400px);
    justify-self: center;
  }
}
@media (max-width: 600px) {
  .tabs .tab_nav {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
  }
  .tabs .tab_nav a {
    width: 100%;
    padding: 10px;
  }
  .tabs .options {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 80px;
    padding-inline: 20px;
  }
  .tabs .options > *,
  .tabs .options > *:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-order-now .faq button, .page-order-now .faq p,
.single-locations .faq button,
.single-locations .faq p {
  color: #fffceb !important;
}
.page-order-now .faq,
.single-locations .faq {
  border-color: #fffceb !important;
}

/*
---------------------------------------------------------------------------
=	CONTENT BUILDER
---------------------------------------------------------------------------
*/
.content_form {
  padding-bottom: 10%;
}

body.home {
  background: #36133f;
  color: #63317b;
}

.home #main {
  overflow: hidden;
}

.section_cream {
  background: #fffceb;
}

.section_gold {
  background: #f3ba67;
}

.section_orange {
  background: #dd4d12;
  color: #fffceb;
}

.section_dark {
  background: #36133f;
  color: #fffceb;
}

body.home h1,
body.home h2,
body.home h3 {
  font-family: "Panton Rust Heavy", "Arial Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.flames {
  position: relative;
  padding-bottom: 150px !important;
}
.flames:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 33px;
  width: 100%;
  content: "";
  background: url(../images/flames.png) 50% 0 repeat-x;
}
.flames.flames_purple:after {
  background: url(../images/flames_purple.png) 50% 0 repeat-x;
}
.flames.flames_dark:after {
  background: url(../images/flames_dark.png) 50% 0 repeat-x;
}
.flames.flames_light:after {
  background: url(../images/flames_light.png) 50% 0 repeat-x;
}
.flames.flames_gold:after {
  background: url(../images/flames_gold.png) 50% 0 repeat-x;
}
.page-franchise .flames#page_content {
  padding-bottom: 0 !important;
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.home_hero {
  height: 80vh;
  position: relative;
  background: #fffceb;
}

.home_hero_image {
  height: 100%;
  background: url("../images/hero-home.png") center/cover no-repeat;
}

.home_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(99, 49, 123, 0.1);
}

.home_hero_logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  height: 70%;
  transform: translate(-50%, -50%);
}

.home_float {
  position: absolute;
  z-index: 3;
  width: 220px;
}

.home_float_hero {
  right: 4%;
  bottom: -30px;
}

/*
---------------------------------------------------------------------------
=	HOME INTRO
---------------------------------------------------------------------------
*/
.home_intro {
  text-align: center;
  padding: 150px 20px 110px;
}

.home_intro h1 {
  font-size: clamp(30px, 3.35vw, 48px);
  line-height: 1.08;
  margin: 0 0 30px;
}

.home_intro p {
  font: 500 clamp(17px, 1.95vw, 28px)/1.35 "Cabinet Grotesk", Arial, sans-serif;
  margin: 0;
  padding: 0 10%;
}

/*
---------------------------------------------------------------------------
=	MENU
---------------------------------------------------------------------------
*/
.home_menu {
  position: relative;
  text-align: center;
  padding: 120px 20px 90px;
}
.home_menu .script {
  color: #36133f;
  transform: rotate(-5deg);
  font-size: 4vw !important;
}

.home_menu h2,
.home_sauces h2 {
  font-size: clamp(28px, 3.3vw, 48px);
  margin: 0;
}

.script_title {
  font-size: clamp(38px, 5vw, 66px);
  color: #36133f;
  transform: rotate(-3deg);
}

.home_float_left {
  left: 2%;
  top: -80px;
}

.menu_cards {
  margin: 150px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}

.menu_cards article {
  flex: calc(25% - 70px);
  max-width: calc(25% - 70px);
}

.round_image {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #36133f;
  margin-bottom: 20px;
}

.round_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu_cards h3,
.sauce_grid h3 {
  font: 900 16px/1.2 "Cabinet Grotesk", Arial, sans-serif;
  letter-spacing: 0.05em;
}

.order_badge {
  display: inline-block;
  margin-top: 45px;
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.order_badge img {
  width: 210px;
}

/*
---------------------------------------------------------------------------
=	UBER
---------------------------------------------------------------------------
*/
.home_uber {
  text-align: center;
  padding: 100px 20px 80px;
}

.home_uber > p {
  text-transform: uppercase;
  color: #dd4d12;
}

.home_uber > img {
  display: block;
  width: min(560px, 75vw);
  max-height: 120px;
  object-fit: contain;
  margin: 20px auto;
}

/*
---------------------------------------------------------------------------
=	BANNER GAL
---------------------------------------------------------------------------
*/
.home_statement {
  position: relative;
}

.statement_grid,
.social_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.statement_grid img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.statement_grid::before {
  position: absolute;
  width: 50%;
  height: 80%;
  content: "";
  top: 10%;
  left: 25%;
  background: url(../images/chick.png) 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.home_statement::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(204, 134, 184, 0.8);
  mix-blend-mode: multiply;
}

.home_statement > p {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
  margin: 0;
  color: white;
  font-size: 8vw !important;
  white-space: nowrap;
}

/*
---------------------------------------------------------------------------
=	LOCATIONS
---------------------------------------------------------------------------
*/
.home_locations {
  text-align: center;
  padding: 110px 20px;
}

.home_locations h2,
.home_social h2 {
  font-size: 28px;
}

.home_locations ul {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
  font: 900 clamp(32px, 4vw, 56px)/1.35 "Panton Rust Heavy", "Arial Black";
  text-transform: uppercase;
  color: #36133f;
  letter-spacing: 0.1em;
}
.home_locations ul a {
  color: #36133f;
}
.home_locations ul a:hover {
  color: #dd4d12;
}

/*
---------------------------------------------------------------------------
=	SOCIALS
---------------------------------------------------------------------------
*/
.home_social {
  text-align: center;
  padding: 110px max(20px, 8vw) 100px;
}

.social_grid {
  gap: 0;
  margin: 55px auto 45px;
}

.social_grid img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.home_social > a {
  color: #fffceb;
  text-transform: uppercase;
  font-weight: 900;
}

/*
---------------------------------------------------------------------------
=	SAUCES
---------------------------------------------------------------------------
*/
.home_sauces {
  text-align: center;
  padding: 110px 7vw 100px;
}

.sauce_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 70px;
  margin: 70px auto 0;
  max-width: 1100px;
}

.sauce_grid article {
  width: 180px;
}

.sauce_pot {
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: auto;
  background: radial-gradient(circle at 50% 48%, #fffceb 0 45%, #f3ba67 46% 52%, #5ac0cd 53% 68%, #3297a7 69% 100%);
  box-shadow: 0 7px 0 rgba(54, 19, 63, 0.25);
}

.sauce_grid p {
  font: 12px/1.35 "Cabinet Grotesk", Arial;
}

@media (max-width: 767px) {
  .home_hero {
    height: 390px;
  }
  .home_intro,
  .home_menu,
  .home_locations,
  .home_social,
  .home_sauces {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .menu_cards {
    margin: 80px 0;
    gap: 30px;
    /*
    margin: 80px 0;
    gap: 35px;
    flex-direction: column;
    align-items: center;

    > *
    {
    	max-width: 100% !important;
    }
    */
  }
  .menu_cards > * {
    flex: calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
  }
  .statement_grid,
  .social_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .statement_grid img,
  .social_grid img {
    height: 280px;
  }
  .home_statement > p {
    font-size: 55px;
    white-space: normal;
    text-align: center;
    width: 90%;
  }
  .home_locations ul {
    font-size: 29px;
  }
  .home_float {
    width: 140px;
  }
  .sauce_grid {
    gap: 45px 20px;
  }
  .sauce_grid article {
    width: 145px;
  }
  .sauce_pot {
    width: 135px;
  }
}
/*
---------------------------------------------------------------------------
=	SEC COLS
---------------------------------------------------------------------------
*/
.sec_cols {
  padding-bottom: 0 !important;
}
.sec_cols .cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
.sec_cols .cols > * {
  min-width: 0;
}
.sec_cols .cols .col1 {
  padding: clamp(40px, 8vw, 140px);
}
.sec_cols .cols .col1 .title {
  margin-bottom: 0.5em;
  font-size: clamp(1.75rem, 3vw, 3.5rem);
  line-height: 1.1;
}
.sec_cols .cols .col1 > :last-child {
  margin-bottom: 0;
}
.sec_cols .cols .col2 {
  align-self: stretch;
  min-height: clamp(400px, 50vw, 800px);
  overflow: hidden;
}
.sec_cols .cols .col2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sec_cols .cols {
    grid-template-columns: 1fr;
  }
  .sec_cols .cols .col1 {
    order: 2;
    padding: clamp(50px, 12vw, 80px) 5% clamp(70px, 16vw, 100px);
  }
  .sec_cols .cols .col2 {
    order: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1/1;
  }
}
