@charset "UTF-8";
/*!
Theme Name: The Granola Bar
Theme URI: http://underscores.me/
Author: Laura Nuyen
Author URI: http://elevenalphabet.com
Description: A custom WordPress theme for The Granola Bar
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: granola
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Granola Bar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Pitch Sans Semibold", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "FK Screamer";
  src: url("assets/fonts/FKScreamerLegacy-Upright.woff2") format("woff2"), url("assets/fonts/FKScreamerLegacy-Upright.woff") format("woff"), url("assets/fonts/FKScreamerLegacy-Upright.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pitch Sans Bold";
  src: url("assets/fonts/pitch-sans-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pitch Sans Semibold";
  src: url("assets/fonts/pitch-sans-semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "FK Screamer", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 5rem;
  line-height: 0.9;
}

h2 {
  font-size: 5rem;
  line-height: 0.9;
}

h3 {
  font-size: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5.625rem;
  }
  h2 {
    font-size: 6.25rem;
    line-height: 1;
  }
}
p {
  margin-bottom: 1.5em;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
p.large {
  font-size: 1.25rem;
}
p.small-caps {
  font-family: "Pitch Sans Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
body.mobile-menu__open, body.no-scroll, body.overlay-form__open {
  overflow: hidden;
}

html.sr .stagger,
html.sr .reveal {
  visibility: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.btn {
  background: #171717;
  color: #fff;
  display: block;
  letter-spacing: 0.03em;
  line-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
a.btn.btn-outline {
  background: none;
  border: 1px solid;
  color: #171717;
}
a.btn:hover {
  opacity: 0.85;
}
a.btn.arrow {
  display: flex;
  align-items: center;
  gap: 20px;
}
a.btn.arrow::after {
  background: url("assets/icons/arrow-right.svg");
  content: "";
  height: 19px;
  width: 28px;
}
a.btn.arrow.btn-primary::after, a.btn.arrow.bg_black::after, a.btn.arrow.bg_oxblood::after {
  background-image: url("assets/icons/arrow-right-white.svg");
}
a.btn.disabled {
  cursor: default;
}
a.arrow {
  position: relative;
}
a.arrow:hover {
  text-decoration: none;
}
a.arrow.before {
  padding-left: 38px;
}
a.arrow.before::before {
  background-image: url("assets/icons/arrow-right.svg");
  content: "";
  height: 19px;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 28px;
}
@media (min-width: 992px) {
  a.arrow {
    font-size: 18px;
  }
}
.bg_black a {
  color: #fff;
}
.bg_black a.btn-primary {
  background: #fff;
  color: #171717;
}
.bg_black a.btn-primary::after {
  background: url("assets/icons/arrow-right.svg") !important;
}
.bg_black a.btn-outline {
  color: #fff;
}
.bg_black a.arrow::before {
  background-image: url("assets/icons/arrow-right-white.svg");
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #171717;
  border-radius: 0;
  background: #171717;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  padding: 0 20px;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: #F5F5F5;
  color: #999999;
  border: 1px solid #F5F5F5;
  border-radius: 0;
  height: 62px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #F5F5F5;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.nav-icon-wrap {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  height: 62px;
  width: 62px;
}

#nav-icon {
  cursor: pointer;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  width: 30px;
}
#nav-icon span {
  background: #000;
  border-radius: 0;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px;
}
#nav-icon span:nth-child(4) {
  top: 16px;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

body.mobile-menu__open .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
}

.main-navigation {
  background: #171717;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100vh;
  width: 100vw;
  z-index: 150;
}
@media (min-width: 992px) {
  .main-navigation {
    top: 40px;
    width: 50vw;
  }
  body.header-is-fixed .main-navigation {
    top: 0;
  }
}
.mobile-menu__open .main-navigation {
  transform: translateX(0);
}
.main-navigation .menu-panel__header {
  border-bottom: 1px solid #969696;
  color: #fff;
  padding: 15px 20px;
}
.main-navigation .menu-panel__header #close-icon {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.main-navigation .menu-panel__header #close-icon span {
  background: #fff;
  height: 2px;
  position: absolute;
  width: 24px;
}
.main-navigation .menu-panel__header #close-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation .menu-panel__header #close-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .main-navigation .menu-panel__header {
    padding: 20px 30px;
  }
  .main-navigation .menu-panel__header #close-icon {
    height: 62px;
    width: 62px;
  }
  .main-navigation .menu-panel__header #close-icon span {
    width: 30px;
  }
}
.main-navigation .mobile-main-navigation {
  width: 100%;
}
.main-navigation .menu-panel__content {
  height: 100%;
  overflow-y: scroll;
  padding: 40px 40px 100px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.main-navigation .menu-panel__content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation .menu-panel__content {
    padding: 40px 135px 200px 90px;
  }
}
.main-navigation .menu-panel__footer {
  gap: 18px;
  padding-top: 40px;
}
.main-navigation .menu-panel__footer-contact p.small-caps {
  color: #969696;
}
.main-navigation .menu-panel__footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
.main-navigation .menu-panel__footer-contact a:hover {
  opacity: 0.7;
}
.main-navigation .menu-panel__footer-social {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  margin: 20px 0;
}
.main-navigation .menu-panel__footer-social svg {
  fill: white;
  height: 24px;
  transition: fill 0.3s ease;
  width: 24px;
}
a:hover .main-navigation .menu-panel__footer-social svg {
  fill: #969696;
}
.main-navigation ul#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul#primary-menu li {
  border-bottom: 1px dashed #fff;
  margin-bottom: 9px;
  padding-bottom: 10px;
  position: relative;
}
.main-navigation ul#primary-menu li a {
  color: #fff;
  font-family: "FK Screamer", sans-serif;
  font-size: 11.6279vw;
  display: block;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
.main-navigation ul#primary-menu li a:hover {
  opacity: 0.7;
}
.main-navigation ul#primary-menu li ul {
  display: none;
}
.main-navigation ul#primary-menu li ul li {
  margin-bottom: 0;
}
.main-navigation ul#primary-menu li ul a {
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 992px) {
  .main-navigation ul#primary-menu li a {
    font-size: 3.75rem;
  }
}
.main-navigation ul.menu-panel__footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul.menu-panel__footer-links a {
  color: #fff;
  transition: opacity 0.25s ease-in-out;
}
.main-navigation ul.menu-panel__footer-links a:hover {
  opacity: 0.7;
}

.sub-navigation {
  background: #171717;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  height: 100vh;
  width: 100vw;
  z-index: 200;
}
@media (min-width: 992px) {
  .sub-navigation {
    top: 40px;
    width: 50vw;
  }
}
.menu-subpanel__open .sub-navigation {
  transform: translateX(0);
  transition-delay: 0.25s;
}
.sub-navigation .menu-panel__header {
  border-bottom: 1px solid #969696;
  color: #fff;
  padding: 15px 20px;
}
.sub-navigation .menu-panel__header #close-locations {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.sub-navigation .menu-panel__header #close-locations span {
  background: #fff;
  height: 2px;
  position: absolute;
  width: 15px;
}
.sub-navigation .menu-panel__header #close-locations span:nth-child(1) {
  margin-top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sub-navigation .menu-panel__header #close-locations span:nth-child(2) {
  margin-top: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sub-navigation .menu-panel__header #close-locations::after {
  content: "Choose a location to view the menu";
  font-size: 3.72vw;
  position: absolute;
  left: 60px;
}
@media (min-width: 992px) {
  .sub-navigation .menu-panel__header {
    padding: 20px 30px;
  }
  .sub-navigation .menu-panel__header #close-locations {
    height: 62px;
    width: 62px;
  }
  .sub-navigation .menu-panel__header #close-locations span {
    width: 15px;
  }
  .sub-navigation .menu-panel__header #close-locations::after {
    content: "Back to main menu";
    font-size: 16px;
    left: 90px;
    text-transform: uppercase;
  }
}
.sub-navigation .menu-panel__content {
  color: #fff;
  height: 100%;
  overflow-y: scroll;
  padding: 0 40px 40px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sub-navigation .menu-panel__content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .sub-navigation .menu-panel__content {
    padding: 40px 135px 200px 90px;
  }
}
.sub-navigation ul#locations-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-navigation ul#locations-menu li.menu-item-has-children > a {
  color: #969696;
  display: block;
  margin: 40px 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.sub-navigation ul#locations-menu li.menu-item-has-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-navigation ul#locations-menu li.menu-item-has-children li {
  border-bottom: 1px dashed #fff;
  margin-bottom: 9px;
  padding-bottom: 10px;
  position: relative;
}
.mobile-menu__open .sub-navigation ul#locations-menu li.menu-item-has-children li {
  opacity: 0;
  animation: fadeIn cubic-bezier(0.5, 0, 0.5, 1) 750ms forwards;
  animation-delay: 0.25s;
}
.mobile-menu__closed .sub-navigation ul#locations-menu li.menu-item-has-children li {
  animation: fadeOut cubic-bezier(0.5, 0, 0.5, 1) 750ms forwards;
}
.sub-navigation ul#locations-menu li.menu-item-has-children li a {
  color: #fff;
  font-family: "FK Screamer", sans-serif;
  font-size: 11.6279vw;
  display: block;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
.sub-navigation ul#locations-menu li.menu-item-has-children li a:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .sub-navigation ul#locations-menu li.menu-item-has-children li a {
    font-size: 3.75rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(0%);
  }
}
/* Posts and pages
--------------------------------------------- */
/* Global Styles
--------------------------------------------- */
.bg_none {
  background: none !important;
}

.bg_oxblood {
  background-color: #4F2F2F;
}

.bg_peach {
  background-color: #FFB39D;
}

.bg_charcoal {
  background-color: #171717;
}

.bg_beige {
  background-color: #FCF9F8;
}

.bg_beige2 {
  background-color: #F5F0ED;
}

.bg_beige3 {
  background-color: #EEDED6;
}

.bg_black {
  background-color: #171717;
  border-color: #fff;
  color: #fff;
}

.bg_sand {
  background-color: #D3A885;
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body, html {
  height: 100%;
}

#page {
  position: relative;
  z-index: 10;
}

section {
  background: #fff;
}
section.border-top {
  border-top: 1px solid;
}
section.border-bottom {
  border-bottom: 1px solid;
}
section.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  section.pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.pad-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  section.pad-md {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
section.pad-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  section.pad-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.locations-map #map {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (min-width: 992px) {
  .locations-map #map {
    border-left: 1px solid #c4c4c4;
  }
}
.locations-map header {
  border-bottom: 1px solid #c4c4c4;
  padding: 188px 40px 60px;
}
.locations-map header #zip-search-form {
  margin-top: 30px;
}
.locations-map header #zip-input {
  padding: 15px;
}
@media (min-width: 768px) {
  .locations-map header #zip-input {
    background: #f5f5f5 url("assets/icons/search.svg") no-repeat 16px center;
    background-size: 32px 32px;
    padding: 15px 15px 15px 60px;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .locations-map header {
    padding: 60px 40px 90px;
  }
}
@media (min-width: 992px) {
  .locations-map header {
    border: none;
  }
}
@media (min-width: 1200px) {
  .locations-map header {
    padding: 100px;
  }
}
.locations-map .filter-status {
  color: #666;
  font-size: 15px;
  gap: 20px;
  position: relative;
  top: 30px;
  text-align: center;
}
.locations-map .filter-status button {
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .locations-map .filter-status {
    font-size: 18px;
    top: -40px;
  }
}
.locations-map .results {
  padding: 40px 40px 60px;
}
@media (min-width: 992px) {
  .locations-map .results {
    padding-top: 90px;
  }
}
.locations-map #locations-list {
  row-gap: 1rem;
}
.locations-map #locations-list .location-card {
  max-width: 100%;
  width: 540px;
}
.locations-map .location-card {
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 7px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  font-family: "Pitch Sans Semibold", sans-serif;
  gap: 20px;
  padding: 30px;
}
.locations-map .location-card.takeaway {
  background-color: #FCB5C9;
}
.locations-map .location-card .tag--state-pill {
  border-radius: 10px;
  border: 1px solid;
  letter-spacing: 0.03em;
  line-height: 27px;
  padding: 0 9px;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
}
.locations-map .location-card img.tag--takeaway {
  width: 150px;
}
.locations-map .location-card h3,
.locations-map .location-card p {
  margin: 0;
}
.locations-map .location-card h3 {
  font-size: 50px;
}
@media (min-width: 992px) {
  .locations-map .location-card h3 {
    font-size: 60px;
  }
}
.locations-map .location-card p {
  line-height: 2;
}
.locations-map .location-card .buttons {
  gap: 15px;
}
.locations-map .location-card .buttons .btn-primary {
  color: #fff;
}
.locations-map .location-card .buttons .btn {
  display: inline-block;
}
.locations-map .leaflet-popup-content-wrapper {
  background: none;
  box-shadow: none;
  font-family: inherit;
  max-width: 420px;
  width: auto;
}
.locations-map .leaflet-popup-tip-container {
  display: none;
}
.locations-map .leaflet-popup-content {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
  padding: 0;
}
.locations-map .leaflet-top,
.locations-map .leaflet-left {
  bottom: 10px;
  top: auto;
}
.locations-map .leaflet-container a.leaflet-popup-close-button {
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url("assets/icons/close.svg") center center no-repeat;
  background-size: contain;
  border: none;
  background-color: transparent;
  margin: 20px;
}

.single-location.takeaway {
  background-color: #FCB5C9;
}
.single-location .content {
  padding: 40px;
}
.single-location .content h1 {
  font-size: 100px;
}
@media (min-width: 992px) {
  .single-location .content h1 {
    font-size: 8vw;
  }
}
.single-location .content .location-meta {
  gap: 40px;
}
.single-location .content .tags {
  gap: 20px;
}
.single-location .content .tags .tag--takeaway {
  width: 270px;
}
.single-location .content .details-box {
  padding: 30px;
}
.single-location .content .details-box .flex-column {
  gap: 10px;
}
.single-location .content .details-box .hours {
  margin-top: 48px;
}
.single-location .content .details-box .hours span.day {
  display: inline-block;
  margin-right: 30px;
  width: 105px;
}
.single-location .content .details-box p {
  margin: 0;
}
.single-location .content .details-box p:not(.small-caps) {
  color: #616161;
}
.single-location .content .buttons {
  gap: 10px;
}
.single-location .content .buttons a {
  justify-content: center;
}
.single-location .content .buttons a.coming-soon {
  cursor: default;
}
.single-location .content .buttons a.coming-soon:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .single-location .content {
    width: 42vw;
  }
}
@media (min-width: 1200px) {
  .single-location .content {
    padding: 4.16vw 5.78vw 4.62vw 7.8vw;
  }
}
.single-location .image.hero img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .single-location .image.hero img {
    aspect-ratio: auto;
    min-height: 100vh;
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.menu-block {
  border-top: 1px solid #969696;
}
.menu-block .menu-filters {
  border-bottom: 1px solid #969696;
  padding: 40px 40px 20px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.menu-block .menu-filters .sticky {
  gap: 50px;
  position: sticky;
  top: 20px;
}
@media (min-width: 992px) {
  .menu-block .menu-filters .sticky {
    gap: 60px;
  }
}
.menu-block .menu-filters .toggle-mobile-filters {
  border: 1px solid #969696;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-decoration: none;
}
.menu-block .menu-filters .toggle-section {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.menu-block .menu-filters .toggle-section::after {
  content: "–";
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.25s ease;
  display: inline-block;
}
.menu-block .menu-filters .toggle-section.is-collapsed::after {
  content: "+";
  transform: rotate(180deg);
}
.menu-block .menu-filters .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.menu-block .menu-filters .filter-buttons.show {
  max-height: 300px;
}
@media (min-width: 992px) {
  .menu-block .menu-filters {
    border-right: 1px solid #969696;
    border-bottom: none;
    padding: 5.787vw 7.8125vw;
    position: static;
    width: 42vw;
  }
}
.menu-block .filter-tag {
  background: none;
  border: 1px solid #616161;
  color: #616161;
  font-family: "Pitch Sans Bold", sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px;
  transition: all 0.25s ease-in-out;
}
.menu-block .filter-tag.is-active {
  background-color: #171717;
  color: #fff;
}
.menu-block .filter-overlay {
  border: 1px solid;
  display: none;
  overflow-y: auto;
  padding: 4rem 2rem;
  position: fixed;
  inset: 30px;
  z-index: 9999;
}
.menu-block .filter-overlay .filter-buttons {
  gap: 12px;
}
.menu-block .filter-overlay .filter-overlay-inner {
  max-width: 600px;
  margin: 0 auto;
}
.menu-block .filter-overlay .close-overlay {
  background: none;
  border: none;
  color: #000;
  font-size: 2rem;
  line-height: 16px;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-block .filter-overlay.active {
  display: block;
}
.menu-block .spacer {
  height: 18px;
  width: 100%;
}
.menu-block ul.menu-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block ul.menu-categories.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.menu-block ul.menu-categories.collapse a.is-active {
  text-decoration: underline;
}
.menu-block ul.menu-categories.show {
  max-height: 500px;
}
.menu-block ul.menu-categories li {
  margin-bottom: 20px;
}
.menu-block ul.menu-categories a {
  color: #616161;
  font-size: 18px;
  font-family: "Pitch Sans Bold", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-block ul.menu-categories a.is-active {
  color: #171717;
}
@media (min-width: 992px) {
  .menu-block ul.menu-categories a.is-active::before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 7px;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
  }
}
@media (max-width: 991.98px) {
  .menu-block .menu-categories-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 -40px;
    padding: 0 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu-block .menu-categories-scroll::-webkit-scrollbar {
    display: none;
  }
  .menu-block ul.menu-categories {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    white-space: nowrap;
  }
  .menu-block ul.menu-categories li {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .menu-block ul.menu-categories li:last-child {
    padding-right: 40px;
  }
}
.menu-block .disclaimer {
  font-size: 12px;
}
.menu-block .disclaimer.border-top {
  border-top: 1px solid;
  margin-top: 40px;
  padding-top: 18px;
}
.menu-block .disclaimer p {
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin: 0 0 8px;
}
.menu-block .menu-category-group {
  display: none;
  flex-direction: column;
  gap: 22px;
}
.menu-block .menu-category-group.is-active {
  display: flex;
}
.menu-block .menu-items {
  padding: 40px;
}
.menu-block .menu-items .menu-item {
  border-bottom: 1px dashed;
  color: #616161;
}
.menu-block .menu-items .menu-item .item-name--wrap {
  gap: 4px;
}
@media (min-width: 992px) {
  .menu-block .menu-items .menu-item .item-name--wrap {
    gap: 10px;
  }
}
.menu-block .menu-items .menu-item .item-name {
  color: #171717;
  font-family: "Pitch Sans Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.menu-block .menu-items .menu-item .item-description {
  margin: 8px 0;
}
@media (min-width: 992px) {
  .menu-block .menu-items {
    padding: 6.66vw 6.94vw;
  }
}

body.overlay-form__open .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
}

.overlay-form-panel {
  background: #171717;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transform: translateX(-100%);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  z-index: 150;
}
@media (min-width: 992px) {
  .overlay-form-panel {
    top: 40px;
    width: 50vw;
  }
  body.header-is-fixed .overlay-form-panel {
    top: 0;
  }
}
.overlay-form__open .overlay-form-panel[aria-hidden=false] {
  transform: translateX(0);
  transition-delay: 0.25s;
}
.overlay-form-panel .overlay-panel__header {
  color: #fff;
  gap: 0px;
  padding: 15px 20px;
}
.overlay-form-panel .overlay-panel__header h2 {
  font-size: 11.6279vw;
}
.overlay-form-panel .overlay-panel__header .close-overlay-form {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.overlay-form-panel .overlay-panel__header .close-overlay-form span {
  background: #fff;
  height: 2px;
  position: absolute;
  width: 24px;
}
.overlay-form-panel .overlay-panel__header .close-overlay-form span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay-form-panel .overlay-panel__header .close-overlay-form span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .overlay-form-panel .overlay-panel__header {
    padding: 20px 30px;
  }
  .overlay-form-panel .overlay-panel__header h2 {
    font-size: 5rem;
  }
  .overlay-form-panel .overlay-panel__header .close-overlay-form {
    height: 62px;
    width: 62px;
  }
  .overlay-form-panel .overlay-panel__header .close-overlay-form span {
    width: 30px;
  }
}
.overlay-form-panel .overlay-panel__content {
  height: 100%;
  overflow-y: auto;
  padding: 40px;
}
.overlay-form-panel .overlay-panel__content .form-wrapper {
  background: #fff;
  padding: 30px;
}
.overlay-form-panel .overlay-panel__content form.forminator-ui label {
  font-family: "Pitch Sans Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.overlay-form-panel .overlay-panel__content form.forminator-ui input,
.overlay-form-panel .overlay-panel__content form.forminator-ui textarea,
.overlay-form-panel .overlay-panel__content form.forminator-ui select {
  background: #fff;
  border: 1px solid #969696;
  border-radius: 4px;
  height: 28px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .overlay-form-panel .overlay-panel__content {
    padding: 48px 100px 200px;
  }
}

/* Template
--------------------------------------------- */
#masthead .header-utility {
  height: 40px;
  position: relative;
  z-index: 100;
}
#masthead .header-utility .row {
  height: 100%;
}
#masthead .header-utility .global-banner {
  font-size: clamp(10px, 3.25vw, 14px);
  width: auto;
}
#masthead .header-utility .global-banner a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  #masthead .header-utility {
    height: 40px;
  }
  #masthead .header-utility .global-banner {
    font-size: 0.9375rem;
  }
}
#masthead .header-main {
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  z-index: 100;
}
#masthead .header-main.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#masthead .header-main a.logo-wrap {
  position: absolute;
  top: 20px;
  right: 0;
}
#masthead .header-main a.logo-wrap img {
  height: auto;
  width: 73px;
}
@media (min-width: 992px) {
  #masthead .header-main {
    padding-left: 30px;
  }
}

body.home .header-main {
  margin-bottom: -91px;
  z-index: 10;
  position: relative;
}

#colophon {
  background: #171717;
  padding-top: 21vw;
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#colophon * {
  color: #fff;
}
#colophon .footer-logo {
  display: block;
  height: auto;
  width: 100vw;
}

.footer-spacer {
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

/* Blocks
--------------------------------------------- */
.block-image-text.bg_black {
  background-color: #0F0F0F;
}
.block-image-text.bg_black .text,
.block-image-text.bg_black a.btn.btn-outline {
  color: #fff !important;
}
.block-image-text.bg_oxblood .text,
.block-image-text.bg_oxblood a.btn.btn-outline {
  color: #fff !important;
}
.block-image-text .text .inner {
  gap: 18px;
}
.block-image-text .text .inner h2,
.block-image-text .text .inner p {
  margin: 0;
}
.block-image-text .text .inner .text-details p + p {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .block-image-text .text .inner {
    gap: 45px;
    padding-left: 7.8125vw;
    padding-right: 5.2vw;
  }
  .block-image-text .text .inner.right {
    padding-left: 5.2vw;
    padding-right: 7.8125vw;
  }
}
.block-image-text .image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 992px) {
  .block-image-text .image .inner {
    padding-left: 5.2vw;
  }
  .block-image-text .image.order-lg-last .inner {
    padding-left: 0;
    padding-right: 5.2vw;
  }
}

.block-three-images .image-cards {
  margin-top: 40px;
  row-gap: 40px;
}
@media (min-width: 992px) {
  .block-three-images .image-cards {
    margin-top: 60px;
    row-gap: 60px;
  }
}
.block-three-images .image-card .img-fluid {
  aspect-ratio: 1.25;
  display: block;
  object-fit: cover;
}
.block-three-images .image-card h3 {
  font-size: 3.125rem;
  margin: 20px 0 10px;
}
@media (min-width: 992px) {
  .block-three-images .image-card h3 {
    font-size: 60px;
  }
}
.block-three-images .image-card p {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .block-three-images .container-fluid {
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}

.block-cta {
  padding: 60px 10px;
  text-align: center;
}
.block-cta h1,
.block-cta h2 {
  font-size: 80px;
  line-height: 0.9;
  margin: 0 0 40px;
}
.block-cta h1 {
  padding-top: 128px;
}
.block-cta p + .buttons {
  margin-top: 40px;
}
.block-cta .buttons {
  gap: 20px;
}
@media (min-width: 768px) {
  .block-cta h1 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .block-cta {
    padding: 100px;
  }
  .block-cta h1,
  .block-cta h2 {
    font-size: 100px;
  }
}

.block-dual-cta {
  display: flex;
}
.block-dual-cta .cta {
  text-align: center;
}
.block-dual-cta .cta h2 {
  font-size: 5rem;
  margin-bottom: 18px;
  text-decoration: underline;
}
.block-dual-cta .cta--left {
  background: #D3A885;
}
.block-dual-cta .cta--right {
  background: #F5F0ED;
}
.block-dual-cta .cta .inner {
  padding: 80px 40px;
}
@media (min-width: 992px) {
  .block-dual-cta .cta--left, .block-dual-cta .cta--right {
    aspect-ratio: 1.37;
  }
  .block-dual-cta .cta h2 {
    font-size: 5.625rem;
    margin-bottom: 3rem;
  }
  .block-dual-cta .cta .inner {
    padding: 2rem;
  }
}

.block-bg-image-text {
  padding: 225px 5vw 40px;
  position: relative;
}
.block-bg-image-text .mediabox {
  aspect-ratio: 1.433;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.block-bg-image-text .mediabox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-bg-image-text--left .inner {
  margin-right: auto;
}
.block-bg-image-text--right .inner {
  margin-left: auto;
}
.block-bg-image-text .inner {
  background: #fff;
  border: 1px solid #9F9F9F;
  gap: 18px;
  position: relative;
  padding: 40px;
  max-width: 568px;
  z-index: 1;
}
.block-bg-image-text .eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .block-bg-image-text {
    aspect-ratio: 2.16;
    padding: 0 5vw;
  }
  .block-bg-image-text .mediabox {
    aspect-ratio: auto;
    height: 100%;
  }
  .block-bg-image-text .inner {
    border: none;
    gap: 2.25rem;
    padding: 3.125rem;
  }
  .block-bg-image-text .inner h2 {
    font-size: 4.6875rem;
  }
}

.block-ticker {
  border-top: 1px solid;
  border-bottom: 1px solid;
  overflow: hidden;
}
.block-ticker .ticker {
  padding: 1.45rem 0;
  white-space: nowrap;
}
.block-ticker .ticker__wrap {
  display: inline-flex;
  animation: ticker-scroll 30s linear infinite;
}
.block-ticker .ticker__item {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.block-ticker .ticker__item:not(:last-child)::after {
  content: "·";
  margin-left: 1rem;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.block-gallery .row {
  row-gap: 10px;
}
.block-gallery .gallery-image {
  padding: 0 5px;
}
.block-gallery .gallery-image img {
  aspect-ratio: 1.5;
  display: block;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .block-gallery .container-fluid {
    padding-left: 5.8vw;
    padding-right: 5.8vw;
  }
}

.block-testimonial {
  text-align: center;
}
.block-testimonial blockquote {
  font-family: "FK Screamer", sans-serif;
  font-size: 3.125rem;
  line-height: 0.9;
}
.block-testimonial .cite {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .block-testimonial blockquote {
    font-size: 4.6875rem;
    max-width: 1200px;
  }
}

.block-video-carousel .header {
  position: relative;
}
.block-video-carousel h2 {
  color: #fff;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .block-video-carousel h2 {
    font-size: 5.625rem;
    text-align: center;
  }
}
.block-video-carousel .carousel-nav {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  gap: 0px;
  height: 100%;
  width: 100px;
  z-index: 10;
}
.block-video-carousel .carousel-nav button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  transition: all 0.25s ease-in-out;
}
.block-video-carousel .carousel-nav button img {
  width: 50px;
  height: 50px;
  display: block;
}
.block-video-carousel .carousel-nav button:disabled {
  opacity: 0.7;
}
.block-video-carousel .carousel-nav button:hover {
  background: none;
}
.block-video-carousel .ugc-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.block-video-carousel .ugc-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.block-video-carousel .ugc-video-grid {
  margin: 90px 20px 0;
  gap: 20px;
}
.block-video-carousel .ugc-video-grid .carousel-cell {
  flex: 0 0 80vw;
}
.block-video-carousel .ugc-video-grid .carousel-cell:last-child {
  box-sizing: content-box;
  padding-inline-end: 20px;
}
@media (min-width: 768px) {
  .block-video-carousel .ugc-video-grid .carousel-cell {
    flex: 0 0 33vw;
  }
}
@media (min-width: 992px) {
  .block-video-carousel .ugc-video-grid .carousel-cell {
    flex: 0 0 25vw;
  }
}
.block-video-carousel .ugc-video-grid .ugc-video {
  aspect-ratio: 0.75;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.block-video-carousel .ugc-video-grid .ugc-video a {
  height: 100%;
  width: 100%;
}
.block-video-carousel .ugc-video-grid .ugc-video video,
.block-video-carousel .ugc-video-grid .ugc-video img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.block-video-carousel .ugc-video-grid .ugc-video::before {
  background-image: url("assets/icons/ig-reels.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 25px;
  position: absolute;
  top: 8px;
  right: 8px;
  transition: opacity 0.2s ease;
  width: 25px;
}
.block-video-carousel .ugc-video-grid .ugc-video.playing::before {
  opacity: 0;
}

.vbox-content {
  height: 100%;
}

.venoratio {
  background: transparent !important;
  height: 100%;
}

.venoratio-16x9 {
  --vb-aspect-ratio: calc(16 / 9 * 100%);
  height: 100%;
}

/* Headers
--------------------------------------------- */
.home-hero {
  background: #FCF9F8;
  position: relative;
}
.home-hero .hero-slider {
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease;
  width: 100%;
}
.home-hero .hero-slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
  pointer-events: none;
}
.home-hero .hero-slider .hero-slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.home-hero .hero-slider .hero-slide img {
  aspect-ratio: 1/1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .home-hero .hero-slider {
    height: 64vw;
  }
  .home-hero .hero-slider .hero-slide .row,
  .home-hero .hero-slider .hero-slide .col-lg-6 {
    height: 100%;
  }
  .home-hero .hero-slider .hero-slide img {
    aspect-ratio: auto;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-slider {
    height: 48vw;
  }
}
.home-hero .hero-nav {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
  justify-content: center;
  gap: 0px;
  width: 50vw;
  z-index: 10;
}
.home-hero .hero-nav .hero-arrow {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  transition: background 0.25s ease-in-out;
}
.home-hero .hero-nav .hero-arrow img {
  width: 50px;
  height: 50px;
  display: block;
}
.home-hero .hero-nav .hero-arrow:hover {
  background: none;
}
.home-hero .hero-content {
  gap: 18px;
  padding: 40px;
}
.home-hero .hero-content h1 {
  font-size: 5rem;
  line-height: 0.9;
  margin: 0;
}
@media (min-width: 992px) {
  .home-hero .hero-content {
    gap: 36px;
    padding: 5.2vw;
  }
}
@media (min-width: 1200px) {
  .home-hero .hero-content h1 {
    font-size: 6.25vw;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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