@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700;1,900&display=swap");
@import url("https://use.typekit.net/nmg6ckx.css");
/*
Theme Name: Karl
Author: CODO Design
Author URI: https://cododesign.com
Description: Karl is a custom theme designed and developed for Karl Strauss Brewing Co. by CODO Design. This theme is optimized for use with the CODO ACF Blocks plugin and Advanced Custom Fields.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0.0.4
Text Domain: karl
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.base-color {
  color: #231F20;
}

.secondary {
  font-family: "roboto slab";
}

.wp-block-card {
  display: block;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
  overflow: hidden;
}

.wp-block-card.one-card {
  grid-template-columns: repeat(1, 1fr);
}

.wp-block-card.two-card {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-card.three-card,
.wp-block-card.six-card,
.wp-block-card.three-card {
  grid-template-columns: repeat(1, 1fr);
}

.wp-block-card.four-card {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-card .card {
  margin-bottom: 3.4285714286vw;
  overflow: hidden;
}

.wp-block-card .card:last-of-type {
  margin-bottom: 0;
}

.wp-block-card .card figure {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0;
  height: 250px;
  overflow: hidden;
  justify-content: center;
}

.wp-block-card .card figure img {
  width: 100%;
  height: auto;
  min-height: 250px;
  object-fit: cover;
}

.wp-block-card .card .content {
  padding: 24px;
}

.wp-block-card .card .content h1 p {
  margin-top: 0;
  font-size: 1.75rem;
  margin-top: -0.25em;
  margin-bottom: 0.75rem;
}

.wp-block-card .card.resource .content h1 p {
  margin-bottom: -0.25em;
}

.wp-block-card .card .content h2 p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.wp-block-card .card .content .paragraph p {
  margin-left: 5px;
  line-height: 1.4em;
}

.wp-block-card .buttons {
  margin-bottom: 0;
}

.wp-block-card .card.standard .buttons button {
  margin-left: 0;
}

.wp-block-card .card.resource {
  position: relative;
}

.wp-block-card .card.resource .buttons {
  position: absolute;
  bottom: 24px;
  left: 2vw;
  z-index: 2;
  display: block;
  width: calc(100% - 30px - 2vw);
}

.wp-block-card .card.resource .buttons button {
  width: 100%;
}

.wp-block-card .card.featured {
  position: relative;
  min-height: 394px;
}

.wp-block-card .card.featured figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.wp-block-card .card.featured figure img {
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 328px;
  object-fit: cover;
}

.wp-block-card .card.featured .content {
  position: relative;
}

@media only screen and (min-width: 840px) {
  .wp-block-card {
    display: grid;
  }
  .wp-block-card.three-card,
  .wp-block-card.six-card,
  .wp-block-card.three-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-card.four-card {
    grid-template-columns: repeat(4, 1fr);
  }
  .wp-block-card .card {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-card .card .content {
    padding: 2vw;
  }
  .wp-block-card .card.resource .buttons {
    bottom: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-card {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  margin: auto;
  margin-bottom: 3.4285714286vw;
  gap: 2vw;
  width: 93.1428571429vw;
  max-width: 1140px;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .wp-block-columns {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-cover {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  width: 93.1428571429vw;
  min-height: 328px;
  height: 21vw;
  background-color: black;
  color: white;
  margin-bottom: 3.4285714286vw;
  position: relative;
  overflow: hidden;
}

.wp-block-cover.intro {
  height: 35vw;
  min-height: 360px;
}

.wp-block-cover .cover-content-wrapper {
  width: 92%;
  display: block;
  margin: auto;
  position: relative;
}

.wp-block-hero + .wp-block-cover {
  margin-top: 3.4285714286vw;
}

.wp-block-cover figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-cover figure img {
  width: 100%;
  height: auto;
  min-height: 328px;
  min-width: 100%;
  object-fit: cover;
}

.wp-block-cover .cover-content p {
  line-height: 1.4em;
}

.wp-block-cover section.content {
  z-index: 1;
}

.wp-block-cover.intro figure {
  align-items: flex-start;
}

.wp-block-cover.intro .content {
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
}

.wp-block-cover.intro .content hgroup {
  margin-top: 1.5rem;
}

.wp-block-cover.intro .content h1 p {
  margin-top: 0;
  font-size: 1.75rem;
  margin-top: -0.25em;
  margin-bottom: 0.75rem;
}

.wp-block-cover.intro .content h2 p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.wp-block-cover.intro .content .paragraph p {
  margin-left: 5px;
  line-height: 1.4em;
}

.wp-block-cover .buttons {
  margin: 1.5rem auto;
}

@media only screen and (min-width: 1400px) {
  .wp-block-cover {
    width: 80vw;
    max-width: 80vw;
  }
}
body:not(.wp-admin) fieldset {
  padding: 0;
  border: none;
}
body:not(.wp-admin) textarea {
  border: none;
  resize: none;
}
body:not(.wp-admin) .heading p {
  font-weight: 900;
}
body:not(.wp-admin) .form {
  padding: 2vw;
}
body:not(.wp-admin) :not(header) form:not(.search) input {
  padding: 0 0.75em !important;
  width: calc(100% - 1.5em) !important;
}
body:not(.wp-admin) input[type=submit] {
  margin-top: 1em;
  width: 100% !important;
}
body:not(.wp-admin) select {
  appearance: none;
  padding: 0.75em;
}
body:not(.wp-admin) .ginput_container_select {
  position: relative;
}
body:not(.wp-admin) select:hover {
  cursor: pointer;
}
body:not(.wp-admin) span.gfield_required {
  margin-left: 0.5em;
}
body:not(.wp-admin) .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 16px;
  width: 12px;
  height: 12px;
  z-index: 2;
  transform: rotate(-90deg);
  background-image: url("../../plugins/codo-acf-blocks/assets/svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.wp-admin) main > section.wp-block-form, body:not(.wp-admin) .gform_wrapper {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
}

.gform_description {
  text-align: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wp-block-icon-slideshow {
  margin: auto;
  margin-bottom: 3.4285714286vw;
  padding-top: 0 !important;
}

.wp-block-icon-slideshow.has-border .slick .slick-list {
  border: 4px solid #cccccc;
}

.wp-block-icon-slideshow.has-border .slick,
.wp-block-icon-slideshow .slick .slick-list {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  height: auto;
}

.wp-block-icon-slideshow .slick .slide {
  padding: 2vw;
}

.wp-block-icon-slideshow .slick .slide.has-heading {
  padding-bottom: calc(2vw - 1.5em);
}

.wp-block-icon-slideshow .slick .slide .heading {
  font-size: 1em;
  margin-top: 0.5em;
  text-align: center;
}

.external-buttons button.slick-prev {
  left: 2vw;
}

.external-buttons button.slick-next {
  right: 2vw;
}

.wp-block-icon-slideshow button.slick-arrow {
  opacity: 1;
}

.wp-block-icon-slideshow .content {
  width: 100%;
  height: 100%;
}

.wp-block-icon-slideshow.small .slick .slide {
  padding: 1vw;
}

.wp-block-icon-slideshow.small .slide-wrapper .image {
  padding: 0 1.5em;
}

button.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
  background-image: url("../../../assets/svg/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25%;
  color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -99999px;
}

button.slick-arrow:hover, button.slick-arrow:active {
  opacity: 1;
  cursor: pointer;
}

button.slick-prev {
  left: 2vw;
}

button.slick-next {
  right: 2vw;
  transform: rotate(180deg);
}

ul.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1vw;
  left: calc(50% - 23px);
  right: 50%;
  z-index: 2;
  padding: 0;
}

ul.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  background: #fff;
  margin: 0.25em;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.slick-dots button:hover {
  cursor: pointer;
  opacity: 1;
}

ul.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wp-block-icon-slideshow .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.wp-block-icon-slideshow.small .slick-track {
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider img { /* keep images full screen */
  width: 100%;
}

.chevron-container { /* full slider height container for chevrons */
  height: 100%;
  position: absolute;
  width: 100px;
}

.slick-right { /* keeps right arrow to the right */
  right: 0;
  top: 0;
}

.chevron-container > .fa { /* positions chevrons in vertical center */
  bottom: 0;
  color: white;
  font-size: 10em;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5em;
  z-index: 10;
}

.slick-slider .info {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 100vh;
  text-align: center;
  z-index: 10;
}

.slick-slider .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

@media (orientation: portrait) {
  .wp-block-icon-slideshow {
    max-height: 72vh;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-icon-slideshow .slick {
    width: calc(88vw + 96px);
    margin: auto;
  }
  .wp-block-icon-slideshow .slick .slick-list,
  .wp-block-icon-slideshow.has-border .slick {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-map {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

main > .wp-block-map {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin-bottom: 3.4285714286vw;
}

.wp-block-map div[id^=map] {
  width: 100%;
  min-height: 328px;
  height: 21vw;
}

.wp-block-map.delivery-area div[id^=map] {
  width: 100%;
  min-height: 428px;
  height: 72vh;
}

.wp-block-map div[id^=map] .mapboxgl-ctrl-bottom-left,
.wp-block-map div[id^=map] .mapboxgl-ctrl-bottom-right {
  display: none;
}

.wp-block-map .location {
  position: absolute;
  left: 2vw;
  top: 2vw;
  background: #ffffff;
  z-index: 2;
  min-width: 30%;
  min-height: 10vw;
  padding: 1vw;
}

.wp-block-map .location .heading {
  font-size: 1.125em;
}

.wp-block-map .location .address p,
.wp-block-map .location .phone {
  margin: 0.75em 0;
}

.wp-block-map .directions button {
  margin: 0;
  margin-top: 0.5em;
}

@media only screen and (min-width: 1400px) {
  main > .wp-block-map {
    width: 80vw;
    max-width: 80vw;
  }
}
.social-nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  display: block;
  vertical-align: middle;
}

.social-nav ul {
  display: block;
  align-items: center;
  width: auto;
}

.social-nav li {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 0.6em;
}

.social-nav li:first-of-type {
  margin: 0 0 0 0;
}

.social-nav li:last-of-type {
  margin: 0 -0.6em 0 0.6em;
}

.social-nav li a {
  display: flex;
  align-items: center;
}

.social-nav li a svg {
  width: auto;
  height: 24px;
  color: #FFFEF5;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-nav li a:hover svg,
.social-nav li a:focus svg {
  opacity: 1;
}

html {
  margin-top: 0 !important;
  background-color: #FFFEF5;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  background-color: #FFFEF5;
}

img, svg {
  width: 100%;
  height: auto;
}

a, a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border-style: solid;
}

button:hover {
  cursor: pointer;
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

body {
  font-family: "roboto";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto";
  font-weight: 900;
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  font-family: "roboto";
  font-weight: 500;
  margin: 1rem 0;
}

section:not(.wp-block-paragraph) h1 + p, section:not(.wp-block-paragraph) h2 + p, section:not(.wp-block-paragraph) h3 + p, section:not(.wp-block-paragraph) h4 + p, section:not(.wp-block-paragraph) h5 + p, section:not(.wp-block-paragraph) h6 + p {
  margin-block-start: 0;
}

section {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section.in-view {
  opacity: 1;
}

button.primary {
  background-color: #231F20;
  color: #FFFEF5;
  border-color: #FFFEF5;
  border-width: 0.2em;
  border-radius: 24px;
  padding: 10px 15px;
  margin: auto 5px;
  font-family: "roboto";
  font-weight: 700;
}

button.primary.alt {
  background-color: #231F20;
  color: #FFFEF5;
  border-color: #231F20;
}

button.secondary {
  background-color: #FFFEF5;
  color: #231F20;
  border-color: #FFFEF5;
  border-radius: 24px;
  padding: 10px 15px;
  font-family: "roboto slab";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.125em;
}

button.secondary:hover {
  color: #231F20;
}

button.pill {
  border-radius: 12px;
}

button.solid {
  border-width: 0;
}

button.outline {
  border-width: 0.2em;
}

.primary.outline {
  border-color: #231F20;
}

.align-left {
  text-align: left;
}

.buttons.align-left a:first-of-type button {
  margin-left: 0;
}

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

.align-right {
  text-align: right;
}

.gfield_label {
  font-family: "roboto";
  font-weight: 700;
}

input, textarea, select {
  border-radius: 24px;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  min-height: 36px;
  min-height: 3em;
}

header input {
  min-height: auto;
}

input[type=submit] {
  background-color: #231F20;
  color: #FFFEF5;
  border-color: #231F20;
  border-radius: 24px;
}

body > header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}

header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #231F20;
  min-height: 60px;
}

header .top a {
  color: #FFFEF5;
  font-family: "roboto";
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .top a:hover,
header .top a:focus {
  color: #E95F32;
}

header nav ul {
  padding: 0;
  margin: 0;
}

header nav:not(.commodity-nav) ul li {
  list-style: none;
  display: inline-flex;
  position: relative;
  height: 60px;
  align-items: center;
}

header nav.commodity-nav ul li {
  list-style: none;
  display: inline-flex;
  height: 60px;
  align-items: center;
}

header .primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 2vw;
}

header .primary-nav .nav-button {
  display: none;
}

header .nav-wrapper button {
  padding: 6px 24px;
  border-radius: 24px;
  margin: auto;
  margin-left: 2vw;
}

header .nav-wrapper .featured-links {
  margin-left: 2vw;
}

header .nav-wrapper .featured-links a {
  font-family: "roboto";
  font-weight: 900;
  align-items: center;
  vertical-align: middle;
  display: inline-flex;
}

header .nav-wrapper .featured-links a:first-of-type {
  margin-right: 30px;
}

header .nav-wrapper .featured-links a:hover {
  color: #FFFEF5;
}

header .nav-wrapper .featured-links a img {
  max-width: 24px;
  margin-right: 6px;
  flex: 0 0 12.5%;
  margin-left: 6px;
}

header .nav-wrapper .featured-links a span {
  width: 100%;
}

header .nav-wrapper .search-bar {
  display: none;
}

header .top > .nav-wrapper {
  margin-right: 2vw;
  display: flex;
  align-items: center;
}

header .logo {
  max-width: 120px;
  position: absolute;
  left: calc(50% - 60px);
}

header .logo svg {
  display: block;
  width: 100%;
  height: auto;
}

header nav.header-nav {
  display: none;
}

header .header-nav-button {
  margin-left: 2vw;
  margin-right: 1vw;
}

header .header-nav-button div {
  width: 1.25em;
  height: 0.25em;
  background-color: #E95F32;
}

header .header-nav-button div.middle {
  margin: 0.2em 0;
}

header nav.header-nav ul li {
  position: relative;
}

header nav.header-nav ul li:hover {
  cursor: pointer;
}

header nav.header-nav ul li a {
  margin: 0 0 0 0.56em;
  font-weight: 800;
  color: #FFFEF5;
  letter-spacing: 0.024em;
  border-bottom: 3px solid transparent;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

header nav.header-nav ul li:first-of-type a,
header nav.header-nav ul li ul.sub-menu li a {
  margin-left: 0;
}

header nav.header-nav > ul li:hover a {
  color: #FFFEF5;
  border-color: #FFFEF5;
}

header nav.header-nav ul li ul {
  display: none;
  top: 0px;
  left: 0;
  position: absolute;
  background: #FFFEF5;
  padding: 0.5vw 1vw;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  min-width: 120px;
}

header nav.header-nav ul li:first-of-type ul {
  left: -1vw;
}

header nav.header-nav ul li:hover ul {
  display: block;
  z-index: 2;
  top: 60px;
}

header nav.header-nav ul li ul li {
  display: block;
  height: 30px;
}

header nav.header-nav ul li ul li:hover a,
header nav.header-nav ul li ul li:first-of-type:hover a {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: none;
}

header .search-toggle,
header .cart-link {
  margin-left: 0.75em;
  margin-top: 0.25em;
}

header .cart-link {
  margin-top: 0em;
}

header .search-toggle:hover,
header .cart-link:hover {
  cursor: pointer;
}

header .search-bar {
  position: fixed;
  width: 80vw;
  top: calc(-40px - 2vw);
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto auto;
}

header .search-bar {
  margin-top: 20vh;
  top: 0;
  z-index: 3;
}

header .search-bar .search-bar-wrapper {
  border-radius: 24px;
  background-color: #343434;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
}

header .search-bar input[type=text] {
  border: none;
  width: calc(100% - 40px);
  display: inline-block;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #343434;
  color: #FFFEF5;
  font-size: 1.25em;
  font-family: "roboto";
  font-weight: 900;
}

header .nav-wrapper .search-bar button {
  width: 40px;
  height: 40px;
  border: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  background-image: url("assets/images/icon-search-white.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .nav-wrapper .search-bar button:hover,
header .nav-wrapper .search-bar button:active {
  opacity: 1;
}

header .search-bar form, header .search-bar .form {
  display: flex;
  align-items: center;
  padding: 1vw;
}

form.search {
  display: flex;
  align-items: center;
}

form.search label {
  display: none;
}

form.search input[type=text] {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 1vw center;
  border-radius: 24px;
  padding: 6px 24px;
  padding-left: calc(1vw + 0.5em + 14px);
  border: none;
  color: #231F20;
  background-color: transparent;
  opacity: 0.5;
  font-family: "roboto";
  font-size: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

form.search input[type=text]:focus,
form.search input[type=text]:focus-visible {
  border: none;
  outline: none;
  background-color: transparent;
  opacity: 1;
}

form.search input[type=submit] {
  background-image: url("assets/images/icon-search.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  color: transparent;
  width: 24px !important;
  height: 24px;
  margin-top: 0;
}

header .bottom {
  display: flex;
  align-items: center;
  background-color: #231F20;
  min-height: 48px;
}

header .bottom a {
  color: #E95F32;
  font-family: "roboto slab";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .bottom li:hover a,
header .bottom li:focus a {
  color: #FFFEF5;
}

header nav.commodity-nav {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2vw;
}

header nav.commodity-nav ul li {
  flex: 0 0 auto;
  height: 48px;
}

header nav.commodity-nav ul li > a:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
}

header nav.commodity-nav > ul > li:hover > a:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #FFFEF5;
  bottom: -1em;
  left: 0;
}

header nav.commodity-nav ul li a {
  text-transform: uppercase;
  margin: 0 4vw 0 0;
  letter-spacing: 0.048em;
  font-weight: 700;
  font-size: 15.4px;
  position: relative;
}

header nav.commodity-nav ul > li:last-of-type a {
  margin-right: 0;
}

header nav.commodity-nav ul li ul li a {
  font-family: "roboto";
  color: #231F20;
  margin: 0;
}

header nav.commodity-nav ul li ul {
  display: none;
  top: 0px;
  left: 2vw;
  position: absolute;
  background: #231F20;
  padding: 2vw 4vw 3vw 4vw;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  min-width: 120px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-height: 360px;
  overflow: scroll;
  gap: 1vw;
}

header nav.commodity-nav ul li ul {
  position: absolute;
  left: calc((72vw - 585px) / 2);
  right: calc((72vw - 585px) / 2);
  top: 108px;
  width: calc(585px + 20vw);
}

header nav.commodity-nav ul li:hover ul {
  display: grid;
  z-index: 2;
  top: 108px;
  grid-template-columns: auto auto auto auto;
}

header nav.commodity-nav ul li ul li {
  display: block;
  height: auto;
  min-width: 8vw;
  margin-bottom: 0.5vw;
}

header nav.commodity-nav ul li ul li a {
  text-transform: none;
  font-weight: 900;
  margin-left: 0;
  height: auto;
  display: inline-flex;
  align-items: flex-start;
}

header nav.commodity-nav ul li:hover ul li a {
  color: #E95F32;
}

header nav.commodity-nav ul li:hover ul li a:hover {
  color: #FFFEF5;
}

header .bottom .menu-toggle {
  display: none;
  color: #FFFEF5;
  margin-right: 1vw;
}

header .bottom .menu-toggle span.button-text {
  font-family: "roboto";
  font-weight: 900;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 0.125em;
  letter-spacing: 0.05em;
  opacity: 0.5;
  position: absolute;
  right: calc(3vw + 2em);
}

header .bottom .menu-toggle .commodity-nav-button {
  position: absolute;
  right: 3vw;
  margin-left: 1em;
}

header .bottom .menu-toggle:hover {
  cursor: pointer;
}

header .header-nav-button {
  margin-left: 2vw;
  margin-right: 1vw;
}

header .header-nav-button:hover,
header .header-nav-button:active {
  cursor: pointer;
}

header .header-nav-button div,
header .commodity-nav-button div {
  width: 1.25em;
  height: 0.25em;
  background-color: #E95F32;
}

header .commodity-nav-button div {
  width: 0.25em;
  border-radius: 0.125em;
  margin-right: 0.5em;
}

header .header-nav-button div.middle,
header .commodity-nav-button div.middle {
  margin: 0.2em 0;
}

header .mobile-nav-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
}

header .multi-nav-wrapper {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  min-height: calc(100vh - 108px);
  overflow-y: scroll;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

header .header-nav-button.active div:first-of-type {
  rotate: 45deg;
  margin-top: 2.5px;
}

header .header-nav-button.active div:nth-of-type(2n) {
  opacity: 0;
}

header .header-nav-button.active div:last-of-type {
  rotate: -45deg;
  margin-top: -10px;
}

header .mobile-nav-wrapper.active .multi-nav-wrapper {
  background: #231F20;
  z-index: 999;
}

header .nav-slide {
  padding: 4vw 0 8vw;
  background: #231F20;
  height: calc(100vh - 12vw - 108px);
}

header nav.mobile-nav ul.menu {
  padding: 4vw;
}

header nav.social-nav {
  margin: auto;
  display: block;
  padding: 0 calc(4vw + 0.5em) calc(8vw + 0.5em) calc(4vw + 0.5em);
}

header nav.social-nav ul li {
  height: 24px;
}

header .mobile-nav-wrapper .featured-links {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 92%;
  margin: 0 auto;
}

header .mobile-nav-wrapper .featured-links a {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 50%;
}

header .mobile-nav-wrapper .featured-links a button {
  margin: 0;
  width: 100%;
  display: block;
}

header nav.mobile-nav ul.menu > li {
  display: block;
  font-size: 1.25em;
  height: auto;
  margin: 0.5em;
}

header nav.mobile-nav ul li a {
  margin-left: 0;
  color: #FFFEF5 !important;
}

header nav.mobile-nav ul.sub-menu li {
  display: block;
  height: auto;
  margin: 0.5em 0 0 0;
}

main {
  margin-top: 60px;
}

main.page-title-fixed {
  margin-top: 158.71px;
}

section {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section[class^=wp-block].not-in-view {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

section[class^=wp-block].in-view {
  opacity: 1;
}

section.wp-block-accordion .heading p {
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-accordion,
section.wp-block-accordion section.accordion-body {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

section.wp-block-accordion .accordion {
  background-color: transparent;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}

section.wp-block-accordion .accordion-head {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: rgba(206, 206, 206, 0.3);
  font-family: "roboto";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-accordion .accordion-head.active {
  background-color: rgba(206, 206, 206, 0.6);
}

section.wp-block-accordion .accordion-head:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.wp-block-accordion .accordion-body {
  background-color: rgba(206, 206, 206, 0.3);
}

section.wp-block-accordion .accordion-body .paragraph,
section.wp-block-accordion .accordion-body a {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-accordion .accordion-body.active .paragraph,
section.wp-block-accordion .accordion-body.active a {
  opacity: 1;
}

.description .ingredients .ingredient.stats {
  text-align: center;
  display: flex;
  justify-content: center;
}

.description .ingredients .abv,
.description .ingredients .ibu,
.description .ingredients .srm {
  text-align: center;
  font-variation-settings: "wght" 700;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}

.description .ingredients .ingredient .title {
  margin-top: 0.5em;
}

.description .ingredients .ingredient .circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #231F20;
  color: #FFFEF5;
}

section.wp-block-card .card {
  border-radius: 12px;
  background-color: #231F20;
  color: #FFFEF5;
}

section.wp-block-card .card.resource {
  background-color: #231F20;
}

section.wp-block-card .card .content h1 p,
section.wp-block-card .card.resource .content h1 p {
  font-family: "roboto slab";
  font-weight: 700;
}

section.wp-block-card .card .content h2 p {
  font-family: "roboto";
  font-weight: 700;
}

section.wp-block-card .card:not(.featured) .content .paragraph p {
  font-family: "roboto slab";
  font-weight: 400;
  margin-left: 0;
  max-width: 640px;
}

section.wp-block-card .card figure {
  background-color: #231F20;
}

section.wp-block-cover {
  border-radius: 12px;
  background-color: #231F20;
}

.wp-block-cover .cover-content {
  display: flex;
}

.wp-block-cover .cover-content figure {
  position: relative;
}

section.wp-block-cover h1 p {
  font-family: "roboto slab";
  font-weight: 700;
}

a[href*="apps.apple.com"] img,
a[href*="play.google.com"] img {
  height: 48px;
  width: auto;
  margin-right: 0.5em;
}

.wp-block-events-list .event-card .event-thumb .date {
  color: #FFFEF5;
}

section.wp-block-form .form {
  border-radius: 12px;
}

section.wp-block-form .form .gform_heading {
  display: none;
}

section.wp-block-form .form .gform_wrapper {
  width: 100%;
}

section.wp-block-form .form .gfield_label {
  margin-top: 1em;
  display: block;
  font-weight: 900;
  font-size: 1em;
  --gf-local-font-size: 1em !important;
  line-height: 26px;
}

.gform-theme--framework .gform-field-label--type-sub,
.gfield_description {
  font-size: 0.875em;
  --gf-local-font-size: .875em !important;
  --gf-local-margin-y: .25em !important;
}

section.wp-block-form .gform-field-label {
  line-height: 26px;
}

section.wp-block-form .gform-field-label--type-inline {
  margin-left: 0;
  --gf-local-margin-x: 0 !important;
}

section.wp-block-form .form .ginput_container {
  margin-top: 0.5em;
}

section.wp-block-form input,
section.wp-block-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
section.wp-block-form textarea,
section.wp-block-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #FFFEF5;
  border: 0.2em solid #cecece;
  border-radius: 6px;
  --gf-local-border-width: variables.$border-width;
  --gf-local-border-color: colors.$quarternary;
  box-shadow: none;
}

section.wp-block-form input[type=radio],
section.wp-block-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  height: 24px;
  width: 24px !important;
  inline-size: 24px !important;
  --gf-local-width: 24px;
  margin-right: 12px;
  border-radius: 24px !important;
}

.gform-theme--framework input[type=radio]:hover {
  cursor: pointer;
}

.gform-theme--framework input[type=radio]:checked {
  border-color: #231F20 !important;
}

.gform-theme--framework input[type=radio]::before {
  min-width: 16px;
  min-height: 16px;
  background-color: #231F20 !important;
}

section.wp-block-form input[type=checkbox],
ection.wp-block-form input, section.wp-block-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 6px;
  height: 26px;
  align-items: center;
}

.gform-theme--framework input[type=checkbox]:hover {
  cursor: pointer;
}

.gform-theme--framework input[type=checkbox]:checked {
  background-color: #231F20 !important;
  border-color: #231F20 !important;
  --gf-local-border-color: colors.$primary !important;
}

.gform-theme--framework input[type=checkbox]::before {
  font-weight: 900 !important;
  color: #FFFEF5 !important;
}

section.wp-block-form input[type=text],
section.wp-block-form input[type=email] {
  min-height: 36px;
  min-width: 100% !important;
}

body:not(.wp-admin) span.gfield_required {
  margin-left: 0 !important;
}

body:not(.wp-admin) span.gfield_required_text {
  margin-left: 0.5em !important;
}

section.wp-block-form .gform_footer.before {
  border-top: 0.2em solid #cecece;
  margin-top: 3em;
}

.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #E95F32 !important;
  border-radius: 12px;
  --gf-local-radius: 12px !important;
  font-weight: 900 !important;
  font-size: 1.125em !important;
  color: #FFFEF5 !important;
  padding: 16px 24px !important;
  margin-top: 3em !important;
  min-width: 100% !important;
}

section.wp-block-heading h1 p,
section.wp-block-page-title h1 {
  color: #343434;
}

section.wp-block-page-title span {
  text-transform: uppercase;
  color: #343434;
  opacity: 0.4;
  font-weight: 900;
  letter-spacing: 0.1em;
}

section.wp-block-page-title h1 {
  text-transform: uppercase;
  font-weight: 900;
}

main > section.wp-block-heading,
section.wp-block-page-title {
  padding-top: 2vw;
  text-align: center;
}

section.wp-block-page-title {
  padding-bottom: 2vw;
  margin-top: 0;
  width: 100%;
  background-color: #FFFEF5;
  z-index: 9;
}

section.wp-block-page-title.fixed {
  position: fixed;
  top: 60px;
}

main > section.wp-block-heading + section.wp-block-paragraph {
  padding-bottom: 2vw;
  text-align: center;
  margin-bottom: 0;
}

main > section.wp-block-heading + section:not(.wp-block-paragraph) {
  padding-top: 2vw;
}

section.wp-block-hero {
  background-color: #231F20;
}

section.wp-block-hero + section.wp-block-icon-slideshow {
  margin-bottom: 2vw;
}

section.wp-block-hero .slide .content .heading {
  font-family: "roboto slab";
  font-size: 2.875em;
  font-weight: 800;
  /*text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);*/
  letter-spacing: 0.0375em;
}

section.wp-block-hero .slide .content .heading + .paragraph {
  margin-top: 0.25em;
}

section.wp-block-hero .slide .content .paragraph p {
  font-size: 1.3875em;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 0.675em;
}

section.wp-block-hero .slide .content button {
  letter-spacing: 0.025em;
}

.wp-block-hero .icon {
  max-width: 300px !important;
}

ul.slick-dots {
  display: none !important;
}

section.wp-block-icon + section.wp-block-heading {
  padding-top: 0;
}

main > section.wp-block-icon {
  padding-top: 2vw;
}

section.wp-block-icon-slideshow .slick .slick-list {
  border-radius: 12px;
}

section.wp-block-icon-slideshow .heading {
  font-family: "roboto slab";
  font-weight: 700;
}

section.wp-block-icon-gallery .gallery-item {
  border-color: rgba(206, 206, 206, 0.3);
}

section.wp-block-icon-gallery .gallery-item .paragraph {
  background-color: rgba(206, 206, 206, 0.3);
}

section.wp-block-icon-gallery .gallery-item .paragraph p {
  font-family: "roboto";
  font-weight: 700;
  line-height: 1.4em;
}

section.wp-block-image {
  border-radius: 12px;
  overflow: hidden;
}

section.wp-block-map .location {
  border-radius: 24px;
  overflow: hidden;
}

section.wp-block-map .location .heading {
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-map .location .address {
  font-family: "roboto";
  font-weight: 700;
}

section.wp-block-map .location a {
  color: #231F20;
}

section.wp-block-map div[id^=map] {
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-media-text .item {
  background-color: #FFFEF5;
  border-radius: 18px;
  overflow: hidden;
}

section.wp-block-media-text .item.no-image {
  background-color: transparent;
}

section.wp-block-media-text .outer-text .heading h1 p,
section.wp-block-media-text .outer-text .heading h2 p,
section.wp-block-media-text .outer-text .heading h3 p,
section.wp-block-media-text .outer-text .heading h4 p {
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-now-pouring {
  background-color: #231F20;
  height: auto;
}

section.wp-block-now-pouring > figure {
  opacity: 0.4;
}

section.wp-block-now-pouring .cover-content-wrapper h1,
section.wp-block-now-pouring .cover-content-wrapper h2,
section.wp-block-now-pouring .cover-content-wrapper p {
  text-align: center;
}

section.wp-block-now-pouring .cover-content {
  align-items: center;
}

section.wp-block-now-pouring .cover-content figure {
  flex: 0 0 33.3%;
}

section[class^="wp-block-loop resources"] {
  background-color: rgba(206, 206, 206, 0.3);
  border-radius: 12px;
}

section[class^="wp-block-loop resources"] .resource {
  background-color: #FFFEF5;
  border-radius: 18px;
}

section[class^="wp-block-loop resources"] .resource a {
  color: #E95F32;
  font-family: "roboto";
  font-weight: 700;
}

section[class^="wp-block-loop resources"] .resource h2 {
  color: #231F20;
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-slideshow {
  background-image: none;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 35.7175vw;
  width: 100%;
  max-width: 100%;
}

section.wp-block-slideshow .slick {
  border-radius: 12px;
  overflow: hidden;
}

section.wp-block-social-feed {
  background-image: none;
  background-repeat: repeat-x;
  background-position: center 9vw;
  background-size: 35.7175vw;
  width: 100%;
  max-width: 100%;
}

section.wp-block-social-feed .eapps-instagram-feed-posts-item {
  border-radius: 12px;
}

section.wp-block-social-feed .eapps-instagram-feed-posts-item-overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.wp-block-team article .card {
  border-radius: 15px;
  overflow: hidden;
}

section.wp-block-team article .card .bottom {
  background-color: #231F20;
  color: #FFFEF5;
}

section.wp-block-team article .card .bottom .heading,
section.wp-block-team article .bio .bio-wrapper .heading {
  font-family: "roboto slab";
  font-weight: 700;
}

section.wp-block-team article .card .bottom .subheading,
section.wp-block-team article .bio .bio-wrapper .subheading {
  color: #cecece;
}

section.wp-block-team article .social svg path {
  fill: #FFFEF5;
}

section.wp-block-team article .bio.active {
  background-color: rgba(255, 255, 255, 0.8);
  top: 108px;
}

section.wp-block-team article .bio .bio-breadcrumb {
  color: #231F20;
}

section.wp-block-team article .bio .bio-wrapper {
  background-color: #231F20;
  color: #FFFEF5;
  border-radius: 12px;
}

section.wp-block-team article .bio .bio-wrapper .image {
  border-radius: 12px;
  overflow: hidden;
}

section.wp-block-team article .bio .bio-wrapper .favorite {
  color: #cecece;
}

section.wp-block-timeline * {
  box-sizing: border-box;
}

section.wp-block-timeline .timeline:after {
  border-left-color: #cecece;
}

section.wp-block-timeline .entry .content {
  background-color: #231F20;
  color: #FFFEF5;
  border-radius: 12px;
  background-size: cover;
}

section.wp-block-timeline .entry .after {
  background-color: #343434;
}

section.wp-block-timeline .entry-photo .content {
  border-radius: 12px;
}

section.wp-block-timeline .entry .content .year {
  color: #E95F32;
  font-family: "roboto slab";
  font-weight: 900;
}

section.wp-block-timeline .entry .content .heading {
  color: #E95F32;
}

section.wp-block-timeline .left:before, section.wp-block-timeline .right:before {
  border-color: transparent transparent transparent #231F20;
}

[class^="wp-block-loop resources"] {
  width: 90.6428571429vw;
  max-width: calc(1140px - 2.5vw);
  margin: auto;
  padding: 1.25vw;
  margin-bottom: 3.4285714286vw;
  padding-top: 1.25vw !important;
}

[class^="wp-block-loop resources"] .resource {
  width: calc(100% - 2vw);
  padding: 1vw;
  margin-bottom: 1vw;
}

[class^="wp-block-loop resources"] .resource:last-of-type {
  margin-bottom: 0;
}

[class^="wp-block-loop resources"] .resource a {
  font-size: 0.875em;
}

[class^="wp-block-loop resources"] .resource .resource-breadcrumb {
  margin-left: 0.5em;
}

@media only screen and (min-width: 1400px) {
  [class^="wp-block-loop resources"] {
    width: 77.5vw;
    max-width: 77.5vw;
  }
}
.search-results .wp-block-heading, .search-results .wp-block-buttons {
  text-align: center;
}

.search-results .wp-block-heading {
  margin: 2vw auto;
}

.search-results .wp-block-buttons {
  margin-bottom: 2vw;
}

.archive section {
  display: grid;
  gap: 2vw;
  grid-template-areas: "a a a a";
}

.archive section article {
  width: 25%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  display: flex;
}

.tribe-events-c-search__input-control svg {
  width: 24px;
  height: auto;
}

main.single-article .wp-block-paragraph {
  width: 93.1428571429vw;
  margin: auto;
  max-width: 840px;
  line-height: 1.4em;
}

main.single-article .wp-block-paragraph:nth-of-type(2) {
  display: none;
}

.mepr-price-menu.minimal_horizontal {
  width: calc(100% - 4vw) !important;
  margin: auto !important;
}

.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
  width: 12.8% !important;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
  font-weight: 900 !important;
  font-size: 24px !important;
  line-height: 30px;
  color: #343434;
  margin-top: 0 !important;
  min-height: 200px;
}

.mepr-price-box-title span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
  margin-top: 6px;
  color: #343434;
  opacity: 0.6;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-price {
  font-size: 14px !important;
  line-height: 30px;
  color: #343434;
  opacity: 0.6;
  padding-bottom: 36px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 900 !important;
}

.mepr-price-box-button {
  width: calc(100% - 2vw);
  position: absolute;
  bottom: 1vw;
}

.mepr-price-box-button a {
  background-color: #E95F32 !important;
  color: #FFFEF5 !important;
  padding: 10px 15px;
  border-radius: 24px;
  display: block;
}

.mepr-price-boxes {
  display: flex;
  gap: 2vw;
  margin: 2vw 0 !important;
  justify-content: center;
  flex-flow: row wrap;
}

.mepr-price-box {
  border-radius: 12px;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  background-color: #D6D1C7 !important;
  padding: 1vw !important;
  position: relative;
  margin: 0 !important;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-button {
  margin: 24px 0 0.25vw 0 !important;
}

.app-layout {
  background-color: #FFFEF5;
}

.mepr-pro-template main#primary {
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
}

.mepr-pro-template .app-layout main#primary {
  margin-top: 60px;
}

.form-wrapper .mp-form-row input[type=text], .form-wrapper .mp-form-row input[type=email], .form-wrapper .mp-form-row input[type=url], .form-wrapper .mp-form-row input[type=tel], .form-wrapper .mp-form-row select {
  background-color: #FFFEF5 !important;
  width: 100% !important;
}

.mepr-checkout-container .form-wrapper input[type=submit] {
  width: 100% !important;
  background-color: #E95F32 !important;
  color: #FFFEF5 !important;
  font-weight: 900;
}

.mepr-payment-methods-icons {
  display: none;
}

.mepr-rl-footer-widgets {
  display: none;
}

.mepr-pro-template input[type=checkbox] {
  appearance: initial;
  -webkit-appearance: initial;
  -moz-appearance: initial;
}

.mepr-pro-template a {
  color: #E95F32;
}

.mp_wrapper .mp-form-row.mepr_tos label.mepr-form-input {
  display: flex !important;
  align-items: flex-start;
}

#mepr_agree_to_tos1 {
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px;
  min-height: 24px !important;
  min-width: 24px !important;
  border: 1px solid #ccc;
  padding: 0 !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08), 0px 1px 1px rgba(0, 0, 0, 0.04);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#mepr_agree_to_tos1:hover {
  cursor: pointer;
}

#mepr_agree_to_tos1:checked {
  background-image: url("assets/images/icon-check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}

footer .top {
  background-color: #231F20;
  padding: 2vw 0 12vw 0;
}

footer .top .logo {
  width: 20%;
  max-width: 240px;
  margin: auto;
}

footer .top .logo svg {
  width: 100%;
  height: auto;
}

footer .top .logo svg path {
  fill: #FFFEF5;
}

footer .bottom {
  position: relative;
  display: block;
  align-items: center;
  background-color: #231F20;
  min-height: 56px;
  color: #FFFEF5;
  width: 100%;
  padding-bottom: 1em;
}

footer .bottom a {
  color: #FFFEF5;
  font-family: "roboto";
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .bottom a:hover,
footer .bottom a:focus {
  color: #E95F32;
}

footer nav.footer-nav {
  margin: auto;
  text-align: center;
  margin-bottom: 1em;
}

footer nav ul {
  padding: 0;
  margin: 0;
}

footer nav ul li {
  list-style: none;
  display: inline;
}

footer nav.footer-nav ul li {
  margin-left: 2vw;
}

footer .copyright {
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: middle;
  line-height: 27.9px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

footer .copyright span a {
  opacity: 0.5;
}

footer .copyright span a:hover {
  color: #FFFEF5;
  opacity: 1;
}

footer .copyright.mobile {
  display: none;
}

@media only screen and (min-width: 600px) {
  header .nav-wrapper .featured-links {
    display: block;
    margin-left: 1vw;
  }
  header .nav-wrapper button {
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  header .bottom .menu-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #231F20;
    height: 48px;
  }
  header .bottom.active {
    display: flex;
    align-items: center;
  }
  header .bottom.active .menu-toggle {
    position: absolute;
  }
  footer .top {
    padding: calc(3.4285714286vw + 24px) 0 8vw 0;
  }
  footer .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    padding-top: 4vw;
    padding-bottom: 4vw;
    text-align: center;
  }
  footer .bottom .social-nav {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-top: 2vw;
    position: relative;
  }
  footer .bottom .footer-nav {
    margin-bottom: 2vw;
  }
  footer .bottom .footer-nav ul li {
    display: block;
    line-height: 1.7em;
  }
  footer .bottom .copyright.mobile {
    display: none;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 767px) {
  header nav.header-nav {
    display: block;
  }
  header .header-nav-button {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  section.wp-block-social-feed {
    background-size: 500px;
  }
}
/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
/* TYPOGRAPHY */
/* Headings */
h1 {
  color: var(--f-7-f-6-ed, #F7F6ED);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "pf-grand-gothik-variable", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-container.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-container.justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-container.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-container.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-container.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-container.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-container.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*=========================
	   HOME PAGE
=========================*/
/* Hero */
.wp-block-hero {
  mask: url("assets/images/hero-mask.svg") no-repeat center;
  -webkit-mask: url("assets/images/hero-mask.svg") no-repeat center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  z-index: 9;
}

/* Now Pouring */
.wp-block-now-pouring {
  margin: -200px 0 0 !important;
  width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
  padding: 250px 2em 80px;
}

.wp-block-now-pouring .cover-content-wrapper {
  max-width: 1065px;
  margin: auto;
}

/* Coming Soon */
.wp-block-events-list {
  padding: 60px 2em;
}
@media screen and (max-width: 767px) {
		.wp-block-events-list .events {
			flex-direction: column;
		}
	}

.tribe-events--filter-bar-horizontal {
display: none;
}