/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Import CSS in modules */
@import "css/style.css";

/* Breakpoints
480px / 30rem
520px / 32.5rem
640px / 40rem
45rem / 45rem
800px / 50rem
840px / 52.5rem
960px / 60rem
1080px / 67.5rem
1200px / 75rem
1400px / 90rem
*/

@font-face {
  font-family: "FoundersGrotesk-Regular";
  src: url("/wp-content/themes/enfold-child/fonts/FoundersGrotesk-Regular.woff")
    format("woff");
}

@font-face {
  font-family: "FoundersGrotesk-Bold";
  src: url("/wp-content/themes/enfold-child/fonts/FoundersGrotesk-Bold.woff")
    format("woff");
}

@font-face {
  font-family: "FoundersCnd-Regular";
  src: url("/wp-content/themes/enfold-child/fonts/FoundersGroteskCondensed-Regular.woff")
    format("woff");
}

@font-face {
  font-family: "FoundersCnd-SemiBold";
  src: url("/wp-content/themes/enfold-child/fonts/FoundersGroteskCondensed-Semibold.woff")
    format("woff");
}

@font-face {
  font-family: "Averia";
  src: url("/wp-content/themes/enfold-child/fonts/Averia.woff") format("woff");
}

@font-face {
  font-family: "AveriaSerifLibre";
  src: url("/wp-content/themes/enfold-child/fonts/AveriaSerifLibre-Regular.woff")
    format("woff");
}

@font-face {
  font-family: "Oneleigh";
  src: url("/wp-content/themes/enfold-child/fonts/Oneleigh-Black.woff")
    format("woff");
}

:root {
  --container: 90rem;
  --white: #fff;
  --black: #000;
  --brick-red: #8a1d03;
  --dark-brown: #320805;
  --dark-brown-two: #370b08;
  --sienna: #b0431c;
  --very-light-pink: #fbf6f1;
  --co-lager-dark: #611d19;
  --isolation-dark: #1f2844;
  --dark-gray: #979797;
  --light-gray: #e6e6e6;
  --space: 1.5rem;
  --half-space: 0.75rem;
  --quarter-space: 0.375rem;
  --eighth-space: 0.1875rem;
  --double-space: 3rem;
  --quad-space: 6rem;
  --font-body: "FoundersGrotesk-Regular", "HelveticaNeue", "Helvetica Neue",
    "Helvetica-Neue", Helvetica, Arial, sans-serif;
  --font-bold: "FoundersGrotesk-Bold", "HelveticaNeue", "Helvetica Neue",
    "Helvetica-Neue", Helvetica, Arial, sans-serif;
  --font-small-heading: "FoundersCnd-Regular", "HelveticaNeue", "Helvetica Neue",
    "Helvetica-Neue", Helvetica, Arial, sans-serif;
  --font-meta-labels: "FoundersCnd-SemiBold", "HelveticaNeue", "Helvetica Neue",
    "Helvetica-Neue", Helvetica, Arial, sans-serif;
  --font-averia: "Averia", serif;
  --font-nav: "Oneleigh", "Averia", serif;
  --font-icons: "odell-fa-pro-4_28", "odell-fa-pro", "Font Awesome 5 Pro",
    FontAwesome;
  --notification-banner-height: 60px;
  --notification-banner-height-0: 0px;
  --large-hero-height: 1024px;
  --standard-hero-height: 650px;
  --margin-sections-locations: 56px;
  /* --hero-top-padding is set in header.css */
}

.responsive .container {
  max-width: var(--container);
}

body,
p,
li,
a {
  color: var(--dark-brown);
  font-family: var(--font-body);
  font-size: 1rem;
}

p {
  line-height: 1.5;
  margin-top: 0;
}

.lead-text p {
  font-size: 1.5rem;
  line-height: 1.33;
}

p:blank,
p:empty {
  display: none !important;
}

b,
strong {
  font-family: var(--font-bold);
}

h1 {
  font-family: var(--font-averia);
}

h2,
.template-page .entry-content-wrapper h2,
.footer__top-form-area .widgettitle {
  font-family: var(--font-bold);
  font-size: 2.5rem;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 40rem) {
  h2,
  .template-page .entry-content-wrapper h2,
  .footer__top-form-area .widgettitle {
    font-size: 2.75rem;
  }
}

h3 {
  font-family: var(--font-averia);
  font-size: 1.5rem;
  line-height: 1.33;
  padding-bottom: 1em;
}

h4 {
  font-family: var(--font-averia);
  font-size: 2rem;
  line-height: 1.33;
}

h5,
.eyebrow {
  font-family: var(--font-averia);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}

ul {
  margin: 0;
}

.entry-content-wrapper ul {
  list-style: none;
}

.entry-content-wrapper li {
  margin-left: 0;
  padding-left: 0;
}

.iframe-container {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.visuallyhidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.content-container {
  margin: 0 auto;
  max-width: var(--container);
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 45rem) {
  .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.html_header_top.html_header_sticky.html_bottom_nav_header #main {
  padding-top: 0;
}

/* Scroll to Top widget overrides
------------------------------------- */
#scroll-top-link {
  background-color: var(--brick-red);
}

#scroll-top-link:hover {
  background-color: var(--brick-red);
  color: var(--white);
  opacity: 1;
}

/* Avia Theme Overrides
------------------------------------- */
.avia-section {
  float: initial !important;
  min-height: 50px;
}

.container_wrap {
  border: none;
}

/* Beer Cards
------------------------------------- */
.beers__container {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4rem;
}

.beers__container h3 {
  font-family: var(--font-bold);
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0px;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: capitalize;
}
.beers__container .beer__subheadline {
  color: var(--dark-brown);
  font-family: var(--font-averia);
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}

.beers__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--double-space);
}

.beers__item {
  flex: 1 0 48%;
  list-style: none;
  margin: 1rem 0.5rem 0 0;
  width: 100%;
}

.beers__item a:hover {
  text-decoration: none;
}

.beers__list .see-more-beers-wrapper {
  text-align: center;
}

.beers__list .see-more-beers {
  background-color: #8a1e03;
  color: var(--white);
  cursor: pointer;
}

@media (min-width: 50rem) {
  .beers__container h3 {
    text-align: left;
  }
  .beers__container .beer__subheadline {
    text-align: left;
  }

  .beers__list {
    align-items: flex-start;
    display: grid;
    grid-auto-flow: row;
    grid-gap: var(--space);
    grid-template-columns: repeat(4, 24%);
    justify-content: flex-start;
  }

  .beers__list .beers__item {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .beers__list {
    grid-template-columns: repeat(2, 50%);
  }
}

.beers__item--callout {
  grid-column: span 2;
}

.beers__title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.beers__meta {
  display: flex;
  justify-content: space-between;
  min-height: 2em;
}

.beers__type {
  font-family: var(--font-meta-labels);
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.beers__count {
  text-align: right;
}

.beers__abv {
  font-family: var(--font-meta-labels);
  line-height: 1em;
  margin-bottom: 0;
}

.image-overlay {
  display: none !important;
}

.beers__flip-card {
  background-color: transparent;
  height: 500px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.beers__flip-card-inner {
  height: 100%;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  width: 100%;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.beers__flip-card:hover .beers__flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.beers__flip-card-front,
.beers__flip-card-back {
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
}

.beers__flip-card-front img,
.beers__flip-card-back img {
  height: 100%;
  object-fit: cover;
}

/* Style the front side (fallback if image is missing) */
.beers__flip-card-front {
  color: black;
}

/* Style the back side */
.beers__flip-card-back {
  color: black;
  transform: rotateY(180deg);
}

/* Taproom Card
------------------------------------- */
.taproom-promo {
  margin-bottom: var(--space);
  position: relative;
}

@media (min-width: 40rem) {
  .taproom-promo {
    margin-bottom: var(--double-space);
  }
}

@media (min-width: 50rem) {
  .taproom-promo {
    margin-bottom: var(--double-space);
  }
}

.taproom-promo__copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: var(--quarter-space);
  padding-right: var(--quarter-space);
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.taproom-promo__eyebrow {
  color: var(--white);
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.taproom-promo__title {
  line-height: 1.125;
}

.taproom-promo__title strong {
  color: var(--white);
  font-family: var(--font-averia);
  font-size: 3rem;
}

@media (min-width: 50rem) {
  .taproom-promo__title strong {
    font-family: var(--font-averia);
    font-size: 4rem;
  }
}

@media (min-width: 60rem) {
  .taproom-promo__title strong {
    font-size: 3rem;
  }
}

@media (min-width: 75rem) {
  .taproom-promo__title strong {
    font-size: 4rem;
  }
}

.taproom-promo__description {
  color: var(--white);
  margin-bottom: var(--space);
}

.taproom-promo__cta {
  background-color: var(--brick-red);
  border-radius: 3px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-averia);
  margin-bottom: 0;
  padding: var(--half-space) var(--space);
  text-transform: uppercase;
}

.taproom-email {
  -webkit-appearance: none !important;
  background-color: transparent !important;
  border-radius: 3px;
}

.taproom-email::-webkit-input-placeholder {
  /* Edge */
  color: var(--white);
}

.taproom-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--white);
}

.taproom-email::placeholder {
  color: var(--white);
}

.taproom-submit {
  background-color: var(--brick-red);
  border-radius: 0 3px 3px 0;
  color: var(--white);
  font-size: 1rem;
  margin-left: -2px;
}

/* Large Image Card
------------------------------------- */
@media (min-width: 40rem) {
  .large-image-card-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.large-image-card {
  margin-bottom: var(--double-space);
}

.large-image-card img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 40rem) {
  .large-image-card {
    margin-left: var(--quarter-space);
    margin-right: var(--quarter-space);
  }
  .beer-details__other-items .large-image-card {
    margin: 0;
    width: 48%;
  }
}

@media (min-width: 50rem) {
  .large-image-card {
    margin-left: var(--half-space);
    margin-right: var(--half-space);
  }
}

.large-image-card__image {
  margin-bottom: var(--half-space);
  max-height: 72%;
  overflow: hidden;
}

.large-image-card__meta {
  display: flex;
  justify-content: space-between;
}

.large-image-card__meta p {
  font-family: var(--font-meta-labels);
  line-height: 1;
  margin-bottom: var(--quarter-space);
}

.large-image-card__meta p.title {
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.large-image-card .large-image-card__title {
  color: var(--sienna);
  font-family: var(--font-averia);
  font-size: 1.5rem;
}

/* Beer Landing
------------------------------------- */
.beer-landing__description {
  color: var(--white);
}

.beer-landing__beers-filters.mobile,
.subnav.mobile {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 45rem) {
  .beer-landing__beers-filters.mobile,
  .subnav.mobile {
    display: none;
  }
}

.beer-landing__beers-filters.mobile button,
.subnav.mobile button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: var(--font-bold);
  font-size: 1rem;
  justify-content: space-between;
  letter-spacing: 2px;
  line-height: 1;
  outline: none;
  padding-bottom: var(--half-space);
  padding-top: var(--half-space);
  text-transform: uppercase;
  width: 100%;
}

.beer-landing__beers-filters.mobile button[aria-expanded="true"] svg,
.subnav.mobile button[aria-expanded="true"] svg {
  transform: rotate(0);
}

.beer-landing__beers-filters.mobile .mobile-filters-caret,
.subnav.mobile .mobile-filters-caret {
  height: 12px;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
  width: 18px;
}

.beer-landing__beers-filters.mobile .mobile-filters-caret polygon,
.subnav.mobile .mobile-filters-caret polygon {
  fill: var(--white);
}

.beer-landing__beers-filters {
  background-color: var(--sienna);
  display: none;
  margin-bottom: var(--double-space);
  padding: 0.5rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 0.2s;
  width: 100%;
  z-index: 9;
}
@media (max-width: 45rem) {
  .beer-landing__beers-filters {
    top: 0;
  }
  .admin-bar .beer-landing__beers-filters {
    top: 46px;
  }
}
@media (min-width: 45rem) {
  .beer-landing__beers-filters {
    top: 70px;
  }
  .admin-bar .beer-landing__beers-filters {
    top: 115px;
  }

  .cookie-banner-active .beer-landing__beers-filters {
    top: calc(70px + var(--notification-banner-height));
  }
}

.subnav {
  background-color: var(--sienna);
  display: none;
  padding: 5px 0;
}

#secondary-nav .container {
  max-width: 100%;
  padding: 0px;
  z-index: 2;
}
.responsive #top #wrap_all #secondary-nav .container {
  max-width: 100%;
  width: 100%;
}

/* Styles in Sticky */
body #wrap_all {
  overflow: visible;
}
#secondary-nav,
.subnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media (min-width: 1rem) {
  .admin-bar #secondary-nav,
  .admin-bar .subnav {
    top: 46px;
  }
}

@media (min-width: 47.95rem) {
  .admin-bar #secondary-nav,
  .admin-bar .subnav {
    top: 115px;
  }
  #secondary-nav {
    top: 69px;
  }
}
@media (min-width: 48.9rem) {
  .admin-bar #secondary-nav,
  .admin-bar .subnav {
    top: 101px;
  }
}

@media (min-width: 45rem) {
  #secondary-nav,
  .subnav {
    min-height: 62px;
    top: 69px;
  }
  .admin-bar #secondary-nav,
  .admin-bar .subnav {
    top: 101px;
  }
}

@media (min-width: 45rem) {
  .beer-landing__beers-filters,
  .subnav {
    display: block;
  }
}

.beer-landing__beers-filters .menu {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--container) !important;
  width: 100%;
}

.subnav .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: var(--container);
  width: 100%;
}

@media (min-width: 45rem) {
  .beer-landing__beers-filters .menu {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .subnav .menu {
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

@media (min-width: 90rem) {
  .beer-landing__beers-filters .menu {
    justify-content: space-around;
    width: 98%;
  }
}

@media (min-width: 80rem) {
  .subnav .menu {
    width: 1100px;
  }
}

@media (min-width: 100rem) {
  .subnav .menu {
    width: 1170px;
  }
}

.beer-landing__beers-filters .menu-item,
.subnav .menu-item {
  border-bottom: 1px solid var(--white);
}

.subnav .menu-item .active-menu-item {
  font-family: var(--font-bold);
  padding: 8px;
}

.beer-landing__beers-filters .menu-item:last-child,
.subnav .menu-item:last-child {
  border-bottom: none;
}

.beer-landing__beers-filters .menu-item:first-child,
.subnav .menu-item:first-child {
  border-top: 1px solid var(--white);
}

@media (min-width: 45rem) {
  .beer-landing__beers-filters .menu-item,
  .subnav .menu-item {
    border-bottom: 0;
    text-align: center;
  }

  .beer-landing__beers-filters .menu-item:first-child,
  .subnav .menu-item:first-child {
    border-top: 0;
  }
}

.beer-landing__beers-filters .menu-item a,
.subnav .menu-item a {
  color: var(--white);
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 0.75em 0.5em 0.5em 0.5em;
  text-transform: uppercase;
  transition: font-family 0.5 ease;
  width: 100%;
}

@media (min-width: 50rem) and (max-width: 60rem) {
  .beer-landing__beers-filters .menu-item a,
  .subnav .menu-item a {
    font-size: 0.8rem;
  }
}

.beer-landing__beers-filters .menu-item.current-menu-item a,
.subnav .menu-item .menu-item.current-menu-item a {
  font-family: var(--font-bold);
}

.beer-landing__beers-filters .menu-item.current-menu-item a:before,
.subnav .menu-item.current-menu-item a:before {
  content: "\ef29";
  display: inline-block;
  font-family: var(--font-icons);
  font-size: 1rem;
  height: 20px;
  line-height: 1em;
  margin-right: 0.5em;
}

.beer-landing__beers-filters .menu-item.calendar-link a:before,
.subnav .menu-item.calendar-link a:before {
  content: "\f073";
  display: inline-block;
  font-family: var(--font-icons);
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  margin-right: var(--quarter-space);
  margin-top: -4px;
  text-rendering: auto;
  vertical-align: top;
}

.beer-landing__category-title {
  margin: 3rem 0 1.5rem 0;
}

.beer-landing__category-description {
  font-size: 1.5rem;
  max-width: 52rem;
}

.beer-landing__category-cta {
  background-color: var(--brick-red);
  border-radius: 3px;
  color: var(--white) !important;
  display: inline-block;
  font-family: var(--font-averia);
  margin-bottom: var(--double-space);
  padding: var(--half-space) var(--space);
  text-transform: uppercase;
}

.beers__item--callout {
  max-width: 100%;
}

.beer-landing__callout-card {
  align-items: center;
  background-color: var(--sienna);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin-top: 4.25rem;
  min-height: 317px;
  padding: 2rem;
  width: 100%;
}

.beer-landing__callout-card-eyebrow {
  color: var(--white);
  font-family: var(--font-meta-labels);
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.beer-landing__callout-card-heading {
  color: var(--white);
  font-family: var(--font-averia);
  font-size: 2.5rem;
  line-height: 1.2;
}

a.beer-landing__callout-card-cta {
  background-color: var(--very-light-pink);
  border-radius: 3px;
  color: var(--sienna);
  display: inline-block;
  font-family: var(--font-averia);
  padding: var(--half-space) var(--space);
  text-transform: uppercase;
}

.beer-landing__ctas {
  background-color: var(--very-light-pink);
  padding-bottom: var(--space);
  padding-top: var(--space);
}

@media (min-width: 32.5rem) {
  .beer-landing__ctas {
    padding-bottom: var(--double-space);
    padding-top: var(--double-space);
  }
}

.beer-landing__ctas-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 56rem;
  width: 100%;
}

@media (min-width: 32.5rem) {
  .beer-landing__ctas-list {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 auto;
  }
}

.beer-landing__ctas-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 200px;
  padding-bottom: var(--space);
  text-align: center;
}

@media (min-width: 32.5rem) {
  .beer-landing__ctas-item {
    padding-bottom: 0;
    padding-left: var(--quarter-space);
    padding-right: var(--quarter-space);
  }
}

.beer-landing__ctas-item:last-child {
  padding-bottom: 0;
}

.beer-landing__ctas-icon {
  height: 48px;
  margin-bottom: var(--quarter-space);
  object-fit: contain;
  width: 48px;
}

@media (min-width: 32.5rem) {
  .beer-landing__ctas-icon {
    margin-bottom: var(--half-space);
  }
}

.beer-landing__ctas-link {
  color: var(--sienna);
  font-family: var(--font-averia);
}

/* Beer Detail
------------------------------------- */
.beer-detail__hero {
  background-position: bottom center;
  background-size: cover;
  padding-top: var(--hero-top-padding);
  position: relative;
}

#top .beer-detail__hero .beer-detail__hero-content .beer-detail__hero-copy {
  max-width: 600px;
}

.beer-detail__hero-content .content-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 75rem;
  padding: 0;
  position: relative;
}

@media (min-width: 50rem) {
  .beer-detail__hero-content .content-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.beer-detail__hero-copy {
  color: var(--dark-brown);
  margin: 0 auto;
  max-width: 27.5rem;
  padding: var(--space);
  width: 100%;
  z-index: 1;
  /* text-align: center; */
}

@media (min-width: 50rem) {
  .beer-detail__hero-copy {
    margin: 0;
    margin-bottom: 2rem;
    max-width: 30rem;
    text-align: left;
  }
}

@media (min-width: 67.5rem) {
  .beer-detail__hero-copy {
    max-width: 37.5rem;
  }
}

.beer-detail__hero-content .beer-detail__hero-heading {
  color: var(--dark-brown);
  font-family: var(--font-small-heading);
  font-size: 1.5rem;
  font-weight: lighter;
  margin-bottom: 0;
  text-transform: uppercase;
}

.beer-detail__hero-heading span {
  text-decoration: line-through;
}

.beer-detail__hero-content .beer-detail__hero-sub-heading {
  color: var(--dark-brown);
  font-family: var(--font-averia);
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.beer-detail__available-as {
  margin-bottom: var(--space);
}

@media (min-width: 50rem) {
  .beer-detail__hero-content .beer-detail__hero-heading {
    font-size: 1.5rem;
  }

  .beer-detail__hero-content .beer-detail__hero-sub-heading {
    font-size: 4rem;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 67.5rem) {
  .beer-detail__hero-sub-heading {
    font-size: 4rem;
  }
}

.beer-detail__hero-content .beer-detail__hero-attributes-list {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
}

@media (min-width: 50rem) {
  .beer-detail__hero-content .beer-detail__hero-attributes-list {
    margin-left: 0;
  }
}

.beer-detail__hero-content .beer-detail__hero-attributes-item {
  color: var(--dark-brown);
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  padding: 0 2rem 0 0;
  text-transform: uppercase;
}

.beer-detail__hero-content .beer-detail__hero-description p {
  color: var(--dark-brown);
}

#top .beer-detail__hero-content .beer-detail__hero-find-cta {
  background-color: var(--dark-brown);
}

.beer-detail__hero-content .beer-detail__hero-foreground-image {
  display: none;
}

#top .beer-detail__hero .beer-detail__hero-content .beer-detail__hero-copy,
.beer-detail__hero-content .beer-detail__hero-foreground-image {
  flex: 1 1 50%;
}

.beer-detail__hero-content .beer-detail__hero-foreground-image img {
  width: 100%;
}

.beer-detail__hero-content .mobile-foreground {
  margin: 0 auto;
  max-height: 300px;
}

.beer-detail__hero-content div.email-signup {
  margin-top: 2.5rem;
}

.beer-detail__hero-content div.email-signup p {
  font-family: var(--font-bold);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.beer-detail__hero-content div.email-signup ul#emma-form-elements {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.beer-detail__hero-content
  div.email-signup
  #emma-form.emma-only-email.emma-horizontal-layout
  ul#emma-form-elements
  li.emma-form-row {
  float: left;
  margin: 0;
  width: auto;
}

.beer-detail__hero-content div.email-signup #emma-form .emma-form-input {
  background: transparent;
  border: 2px solid var(--dark-brown);
  border-radius: 4px 0 0 4px;
  color: var(--dark-brown);
  font-family: var(--font-body);
  font-size: 1rem;
  height: 3.5rem;
  padding: 0.35em 1rem 0;
}

.beer-detail__hero-content
  div.email-signup
  #emma-form
  .emma-form-input::placeholder {
  color: var(--dark-brown);
}

.beer-detail__hero-content div.email-signup #emma-form input[type="submit"] {
  background-color: var(--dark-brown);
  border: 0 none;
  border-radius: 0 4px 4px 0;
  height: 3.5rem;
}

@media (min-width: 40rem) {
  .beer-detail__hero-content div.email-signup #emma-form .emma-form-input {
    font-size: 1.5rem;
  }

  .beer-detail__hero-content
    div.email-signup
    #emma-form.emma-only-email.emma-horizontal-layout
    ul#emma-form-elements
    li.emma-form-row:first-child {
    max-width: 80%;
  }
}

@media (min-width: 50rem) {
  .beer-detail__hero {
    height: var(--large-hero-height);
  }

  .beer-detail__hero-content .beer-detail__hero-foreground-image {
    display: block;
  }

  .beer-detail__hero-content .mobile-foreground {
    display: none;
  }

  .beer-detail__hero-content .beer-detail__hero-description {
    max-width: 80%;
  }

  .beer-detail__hero-content div.email-signup ul#emma-form-elements {
    margin: 0;
  }
}

/* Beer Detail Ingredients */

.beer-detail__ingredients {
  background-color: var(--very-light-pink);
  margin-bottom: var(--double-space);
  padding-bottom: var(--space);
  padding-top: var(--space);
}

.beer-detail__icons-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.beer-detail__icons-list .beer-detail__icons-item {
  display: flex;
  flex: 0 1 25%;
  flex-direction: column;
  min-width: 280px;
  padding: var(--space);
  text-align: center;
}

.beer-detail__icons-item strong {
  font-family: var(--font-averia);
  font-size: 2rem;
  padding: 1.5rem 0;
}

.beer-detail__ingredients-heading {
  cursor: pointer;
  display: flex;
  font-family: var(--font-small-heading);
  font-size: 1.5rem;
  font-weight: 100;
  justify-content: center;
  padding: 1rem 0;
  text-transform: uppercase;
}

.beer-detail__ingredients-heading::before,
.beer-detail__ingredients-heading::after {
  border-top: 1px solid var(--dark-brown);
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5rem;
  transition: width 0.4s;
  width: 0;
}

.beer-detail__ingredients-heading::before {
  right: var(--space);
}

.beer-detail__ingredients-heading::after {
  left: var(--space);
}

.beer-detail__ingredients-heading[data-expanded="true"]::before,
.beer-detail__ingredients-heading[data-expanded="true"]::after {
  transition: all 0.4s;
  width: 35%;
}

.beer-detail__ingredients-heading button {
  all: inherit;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.beer-detail__ingredients-heading button:focus,
.beer-detail__ingredients-heading button:hover {
  text-decoration: underline;
}

.beer-detail__ingredients-heading svg {
  height: 0.9rem;
  margin-right: var(--quarter-space);
  width: 0.9rem;
}

.beer-detail__ingredients-heading svg rect {
  fill: var(--brick-red);
  transform-origin: center;
  transition: transform 0.2s ease-out;
}

[aria-expanded="true"] .vert {
  transform: rotate(90deg);
}

@media (min-width: 50rem) {
  .beer-detail__ingredients-wrapper:not([hidden]) {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 2rem;
    width: 80%;
  }
}

.beer-detail__ingredients-copy {
  text-align: center;
}

@media (min-width: 50rem) {
  .beer-detail__ingredients-copy {
    flex: 1 1 20rem;
    max-width: 20rem;
    padding-top: 1rem;
    text-align: left;
  }
}

.beer-detail__ingredients-copy strong {
  display: inline-block;
  font-family: var(--font-averia);
  font-size: 1.3125rem;
  margin-bottom: var(--half-space);
}

.ingredients__icons-list {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 50rem) {
  .beer-detail__ingredients-wrapper.only_one_item {
    justify-content: flex-start;
  }
  .beer-detail__ingredients-wrapper.only_one_item .ingredients__icons-list {
    flex: none;
    width: 20%;
  }
}

.ingredients__icons-item {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  font-family: var(--font-meta-labels);
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1.25;
  text-align: center;
}

.ingredients__icons-item__icon {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: center;
  margin-bottom: var(--space);
  width: 4rem;
}

/* Media Copy */

#top .beer-detail__notes .content-container {
  padding: var(--half-space) !important;
}

.beer-detail__media-copy {
  margin: var(--space) 0 var(--double-space) 0;
}

@media (min-width: 50rem) {
  .beer-detail__media-copy {
    display: flex;
    justify-content: space-between;
  }

  .beer-detail__media-copy-media {
    flex: 1 0 50%;
  }

  .beer-detail__media-copy-text {
    padding-left: var(--space);
  }
}

.beer-detail__media-copy-intro {
  font-family: var(--font-averia);
  font-size: 1.25rem;
}

@media (min-width: 40rem) {
  .beer-detail__media-copy-intro {
    font-size: 1.5rem;
  }
}

@media (min-width: 50rem) {
  .beer-detail__media-copy-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.beer-detail__media-copy-item {
  margin-bottom: var(--space);
}

.beer-detail__media-copy-item strong {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (min-width: 50rem) {
  .beer-detail__media-copy-item {
    flex-basis: 50%;
    padding-right: var(--space);
  }
}

.beer-detail__quote {
  border: 0;
  margin: 4.5rem auto 6rem auto;
  max-width: 1050px;
  padding: 0;
  text-align: center;
}

blockquote.beer-detail__quote {
  margin: 0 auto;
}

.beer-detail__quote-text {
  font-family: var(--font-averia);
  font-size: 2rem;
  margin-bottom: var(--half-space);
  position: relative;
}

.beer-detail__quote-text::before {
  content: url("/wp-content/themes/enfold-child/images/blockquote-quotation.svg");
  left: 0;
  position: absolute;
  top: -30px;
}

.beer-detail__quote-text::after {
  bottom: -10px;
  content: url("/wp-content/themes/enfold-child/images/blockquote-quotation.svg");
  position: absolute;
  right: 0px;
  top: auto;
  transform: rotate(180deg);
}

@media (min-width: 40rem) {
  .beer-detail__quote-text::before {
    top: 5px;
  }

  .beer-detail__quote-text::after {
    bottom: auto;
    top: -5px;
  }

  .beer-detail__quote-text {
    font-size: 2.5rem;
  }
}

.beer-detail__quote-footer::before {
  content: url("/wp-content/themes/enfold-child/images/blockquote-tilde.svg");
  display: block;
  margin-bottom: var(--space);
}

.beer-detail__quote-name {
  display: block;
  font-family: var(--font-meta-labels);
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.beer-detail__quote-title {
  font-size: 1rem;
}

.beer-details__other-items {
  margin-bottom: 2rem;
  padding: var(--half-space);
}

/* Styles for 404 page */
.page-404 {
  background-color: var(--very-light-pink);
  padding-bottom: 2rem;
}

.page-404 .related_beers {
  margin-top: 2rem;
}
.page-404 .related_beers h2 {
  text-align: center;
}

@media (min-width: 45rem) {
  .page-404 .related_beers h2 {
    text-align: left;
  }
}

/* Styles for Homepage 
------------------------------------------------ */

body #main {
  scroll-behavior: smooth;
}

.home #main .container {
  margin: 0 auto;
  max-width: 1440px;
}

.promo-card {
  padding: 15px;
}

.promo-card p:first-child {
  font-family: var(--font-small-heading);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

#top .promo-card .avia-button {
  font-family: var(--font-averia);
}
body .promo-card {
  display: flex;
  flex-direction: column;
  float: left;
  height: 345px;
  justify-content: space-between;
  margin-top: 1%;
  padding: 20px;
}
.home #main .promo-card {
  display: flex;
  flex-direction: column;
  float: left;
  height: 345px;
  justify-content: space-between;
  margin-top: 1%;
  padding: 20px;
}

.home .avia-button {
  font-family: var(--font-averia);
}

.home #main .av_one_half.promo-card {
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}

.full-width-feature .av-special-heading {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#top #wrap_all .full-width-feature .av-special-heading-tag {
  font-family: var(--font-averia);
  font-size: 2.5rem;
  line-height: 1.13em;
}

.home #main .full-width-feature .container {
  max-width: 1280px;
}

.full-width-feature p {
  font-size: 1rem;
}
.full-width-feature .eyebrow p {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-bottom: 0px;
}
#top .full-width-feature .avia-button {
  font-family: var(--font-averia);
  margin-top: 1rem;
  padding: 1.25rem;
}

@media (min-width: 50rem) {
  #top #wrap_all .promo-card .av-inherit-size .av-special-heading-tag {
    font-size: 2rem;
    line-height: 1.125em;
  }
  #top #wrap_all .full-width-feature .av-special-heading-tag {
    font-size: 4rem;
  }
}
@media (min-width: 60rem) {
  #top #wrap_all .promo-card .av-inherit-size .av-special-heading-tag {
    font-size: 40px;
    line-height: 48px;
  }
}

.promo-card h1,
.promo-card h2,
.promo-card h3,
.promo-card h4,
.promo-card h5,
.promo-card h6 {
  font-family: var(--font-bold);
  font-size: 32px;
  line-height: 35px;
  max-width: 476px;
  min-height: 130px;
  position: relative;
  top: -10px;
}
@media (min-width: 60rem) {
  .promo-card h1,
  .promo-card h2,
  .promo-card h3,
  .promo-card h4,
  .promo-card h5,
  .promo-card h6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.promo-card .av-special-heading {
  margin-top: 10px;
}

/* Icon Lists
------------------------------------- */
.avia-icon-list .iconlist_title {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  margin-bottom: 0.75em;
  top: 0;
}

.main_color .avia-icon-list .iconlist-timeline {
  border-color: var(--dark-gray);
  border-style: solid;
}

/* Icon Box
------------------------------------- */
.iconbox .iconbox_content .iconbox_content_title {
  font-family: var(--font-averia);
  font-size: 2rem;
  line-height: 1.25;
  text-transform: none;
}

.iconbox.av-no-box .iconbox_icon {
  border-color: transparent;
}

#top .footer-cta .iconbox {
  margin-top: 0px;
}

#top .footer-cta .iconbox.av-no-box .iconbox_icon {
  margin-bottom: 0;
}

/* Set default color, but can be overwritten in CMS */
.iconbox .iconbox_icon,
.iconbox .iconbox_content_title {
  color: var(--sienna);
}

.iconbox.av-no-box:hover .iconbox_icon,
.iconbox_top a.iconbox_icon:hover {
  background-color: var(--white) !important;
  border-color: transparent !important;
}

.footer-cta .iconbox_content .iconbox_content_title a {
  font-family: var(--font-averia);
  font-size: 1.5rem;
  line-height: 1.33;
}

.footer-cta .iconbox_content .iconbox_content_title a::after {
  content: ">";
  display: inline;
  padding-left: 0.25em;
}

/* Promo Content
------------------------------------- */
.avia-promocontent * {
  color: inherit !important;
}

.avia-promocontent h3 {
  font-size: 2.5rem;
  margin-top: 0;
  padding-bottom: 0;
}

/* Testimonial
------------------------------------- */

.avia-testimonial-wrapper::before,
.avia-testimonial-wrapper::after,
.av-large-testimonial-slider .avia-testimonial-meta-mini::before {
  color: var(--sienna);
  font-family: var(--font-icons);
  font-size: 90px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  opacity: 0.11;
  position: absolute;
  text-rendering: auto;
}

.avia-testimonial-wrapper::before {
  content: "\ef2b";
  left: 0;
  top: -15px;
}

.avia-testimonial-wrapper::after {
  bottom: 90px;
  content: "\ef2a";
  right: 0;
}

.avia-testimonial-markup-entry-content * {
  font-family: var(--font-averia);
  font-size: 2.5rem;
  line-height: 1.33;
  margin-top: 0;
  padding-bottom: 0;
}

.av-large-testimonial-slider .avia-testimonial-meta-mini {
  text-align: center !important;
}

.av-large-testimonial-slider .avia-testimonial-meta-mini::before {
  content: "\ef2c";
  font-size: 1em;
  opacity: 1;
  position: relative;
}

.avia-testimonial-name {
  font-family: var(--font-meta-labels);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.avia-testimonial-subtitle {
  font-size: 1rem;
}

/* Page Subnavigation
------------------------------------- */

.av-submenu-container {
  border: none !important;
}

.av-subnav-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem 0;
}

@media (max-width: 30rem) {
  #main ul.av-subnav-menu > li ul {
    left: -5px;
    min-width: 165px;
    width: auto;
  }
  #main ul.av-subnav-menu > li ul.activeMenu {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}

.av-subnav-menu .menu-item {
  align-items: center;
  display: inline-flex !important;
  padding: 0.25rem 1rem !important;
}

.av-subnav-menu .menu-item .avia-menu-text {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 2px;
  padding-top: 0.5em;
  text-transform: uppercase;
}

.av-subnav-menu .menu-item:hover .avia-menu-text {
  font-family: var(--font-body);
  text-decoration: underline;
}

.av-subnav-menu .active-menu-item .avia-menu-text,
.av-subnav-menu .current_page_item .avia-menu-text,
.active-menu-item {
  font-family: var(--font-bold);
  position: relative;
}

.av-subnav-menu .active-menu-item::before,
.av-subnav-menu .current_page_item::before,
.subnav .active-menu-item::before,
.subnav .selected-item::before {
  color: var(--white);
  content: "\ef29";
  display: inline-block;
  font-family: var(--font-icons);
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  height: 20px;
  margin-right: 0.5em;
  text-rendering: auto;
}

.av-subnav-menu .menu-item:hover .avia-menu-text::after {
  display: none;
}

.av-submenu-container .menu-item:hover a.active-menu-item span {
  font-family: var(--font-bold);
  position: relative;
}

.subnav-wrapper {
  position: relative;
  z-index: 99;
}

/* Charitable Partner Cards
------------------------------------- */
.charitable-partner + .av-flex-placeholder {
  width: 2% !important;
}

.charitable-partner {
  background: var(--very-light-pink);
  padding: 6rem 1.5rem 6rem 1.5rem;
  width: 100%;
}

.charitable-partner .av-special-heading-tag {
  min-height: 2.6em;
}

.charitable-partner .avia-image-container {
  height: 170px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.charitable-partner .avia-image-container .avia_image {
  height: auto;
  width: 100%;
}

.charitable-partner .av_textblock_section {
  min-height: 10rem;
}

/* Hero Template tweaks
------------------------------------- */
.bg-hero h1 {
  font-size: 5rem;
  margin-bottom: 0.5em;
  text-transform: none !important;
}

.bg-hero .av_textblock_section {
  max-width: 600px;
}

.bg-hero p {
  font-size: 1.5rem;
}

.bg-hero .av_textblock_section:first-child strong,
.bg-hero .eyebrow {
  font-family: var(--font-small-heading);
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Accordion styles
------------------------------------- */
.av_toggle_section .single_toggle {
  border-top: 1px dashed var(--light-gray);
  padding: 1rem 0;
}

.av_toggle_section .single_toggle > p {
  border: none;
  color: var(--sienna);
  font-family: var(--font-averia);
  font-size: 2rem;
  transition: color 0.2s;
}

.av_toggle_section .single_toggle > p:hover,
.av_toggle_section .single_toggle > p.activeTitle {
  background: none;
  color: var(--dark-brown);
}

.av_toggle_section .single_toggle .toggle_icon,
.av_toggle_section .single_toggle .toggle_icon .vert_icon,
.av_toggle_section .single_toggle .toggle_icon .hor_icon {
  border-color: var(--sienna);
}

.av_toggle_section .single_toggle .activeTitle .toggle_icon,
.av_toggle_section .single_toggle .activeTitle .toggle_icon .vert_icon,
.av_toggle_section .single_toggle .activeTitle .toggle_icon .hor_icon {
  border-color: var(--dark-brown);
}

.av_toggle_section .single_toggle .toggle_icon {
  border-radius: 4px;
  border-width: 2px;
  height: 1.5rem;
  left: 0;
  margin-top: -12px;
  width: 1.5rem;
}

.av_toggle_section .single_toggle .toggle_icon .vert_icon {
  height: calc(1rem - 2px);
  left: calc(0.5rem + 1px);
  top: 3px;
}

.av_toggle_section .single_toggle .toggle_icon .hor_icon {
  left: 3px;
  top: 0.5rem;
  width: calc(1rem - 2px);
}

.av_toggle_section .toggle_content {
  background: none !important;
  border: none;
}

/* Locations Cards Styles
------------------------------------- */
.location__cards .card {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin-bottom: 50px;
}
.location__cards .card .card__left {
  background: #b0431c;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 25px;
  width: 100%;
}
.location__cards .card .card__left h2,
.location__cards .card .card__left h3,
.location__cards .card .card__left p,
.location__cards .card .card__left a {
  color: #fff;
}
.location__cards .card .card__left h2 {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  font-weight: lighter;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.location__cards .card .card__left h3 {
  font-size: 22px;
  letter-spacing: 0.8px;
  padding-bottom: 20px;
}
.location__cards .card .card__left p {
  font-weight: 100;
}
.location__cards .card .card_buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.location__cards .card .card_buttons a {
  border-radius: 4px;
  display: flex;
  font-family: var(--font-averia);
  font-size: 15px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 80%;
}
.location__cards .card .card_buttons a.see-more {
  background: #fff;
  color: #b0431c;
}
.location__cards .card .card_buttons a.see-more:hover {
  background: #b0431c;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.location__cards .card .card_buttons a.book-tour {
  color: #fff;
  margin-top: 10px;
}
.location__cards .card .card_buttons a.book-tour:hover {
  background: rgb(153, 51, 14);
}
.location__cards .card .card__right {
  display: flex;
  height: 250px;
  position: relative;
  width: 100%;
}
.location__cards .card.coming-soon .card__right::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.location__cards .card.coming-soon .card__right::after {
  background: url("./images/img-coming-soon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 68%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
}

.location__cards .card .card__right img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (min-width: 30rem) {
  .location__cards .card .card_buttons {
    flex-direction: row;
    margin-top: 25px;
  }
  .location__cards .card .card_buttons a {
    font-size: 16px;
    padding: 20px;
    width: 45%;
  }
  .location__cards .card .card_buttons a.book-tour {
    margin-left: 12px;
    margin-top: 0;
  }
  .location__cards .card .card__right {
    height: 310px;
  }
}

@media (min-width: 50rem) {
  .location__cards .card {
    height: 370px;
  }
  .location__cards .card .card__left {
    padding: 30px;
    width: 40%;
  }
  .location__cards .card .card__left h2 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
  }
  .location__cards .card .card__left h3 {
    font-size: 27px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .location__cards .card .card_buttons {
    margin-top: 0;
  }
  .location__cards .card .card_buttons a {
    font-size: 14px;
    padding: 10px;
    width: 50%;
  }
  .location__cards .card .card_buttons a.book-tour {
    margin-left: 12px;
  }
  .location__cards .card .card__right {
    height: 100%;
    width: 60%;
  }
}

@media (min-width: 62rem) {
  .location__cards .card .card__left h3 {
    font-size: 30px;
  }
  .location__cards .card .card_buttons {
    flex-direction: row;
    margin-top: 25px;
  }
  .location__cards .card .card_buttons a {
    font-size: 16px;
    padding: 20px;
    width: 45%;
  }
  .location__cards .card .card_buttons a.book-tour {
    margin-left: 12px;
    margin-top: 0;
  }
}

@media (min-width: 75rem) {
  .location__cards .card .card__left h3 {
    font-size: 35px;
  }
}

@media (min-width: 90rem) {
  .location__cards .card .card__left {
    padding: 40px;
  }
  .location__cards .card .card__left h2 {
    font-size: 17px;
  }
  .location__cards .card .card__left h3 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .location__cards .card .card__left a {
    font-size: 18px;
  }
}

/* Sitewide notification banner
------------------------------------- */

div.avia-cookie-consent {
  background: var(--sienna);
}

.avia-cookie-consent.avia-cookiemessage-top {
  height: var(--notification-banner-height);
}

#header.cookie-banner-active,
.responsive #top #wrap_all #header.cookie-banner-active,
.responsive.html_mobile_menu_tablet
  #top
  #wrap_all
  #header.cookie-banner-active {
  margin-top: var(--notification-banner-height) !important;
  transition: all 0.2s;
}

/* style button as text link */
.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
.avia-popup .avia-cookie-consent-button.av-extra-cookie-btn,
#top .avia-button.avia-cookie-consent-button:not(.avia-cookie-close-bar) {
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.3em 1em 0 1em;
  text-decoration: underline;
  text-transform: none;
}

/* close button */
.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-close-bar,
.avia-popup .avia-cookie-consent-button.avia-cookie-close-bar,
#top .avia-button.avia-cookie-close-bar {
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
}
#overview {
  padding-top: 40px;
}
#community {
  padding-top: 40px;
}
#sustainability {
  padding-top: 40px;
}
#jointhemovement {
  padding-top: 40px;
}

@media screen and (max-width: 28rem) {
  .avia-cookie-consent .avia-cookie-consent-button.avia-cookie-close-bar,
  .avia-popup .avia-cookie-consent-button.avia-cookie-close-bar,
  #top .avia-button.avia-cookie-close-bar {
    right: -2rem;
    top: -1rem;
  }
}

/* Location Details Page */

.location__wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: var(--container);
}
.location__container {
  width: 100%;
}

.location__content {
  width: 100%;
}
.location__sidebar {
  background-color: #f9efdf;
  display: none;
  margin-left: 20px;
  width: 230px;
}

@media (min-width: 50rem) {
  .location__sidebar {
    display: block;
  }
}

.location__content .general {
  border-bottom: 1px solid var(--dark-brown);
  margin: var(--margin-sections-locations) 50px 0;
  margin-bottom: 50px;
  margin-top: 0px;
  padding-bottom: var(--margin-sections-locations);
  padding-top: var(--margin-sections-locations);
}
.location__content .general h2 {
  font-size: 40px;
}
.location__content .description {
  font-size: 24px;
}

.location__content .general .features h3 {
  font-family: var(--font-meta-labels);
  font-size: 24px;
  margin: 10px 0px 0;
  padding: 10px 0px 0;
  text-transform: uppercase;
}

.location__content .general .features ul {
  list-style: disc;
  padding-left: 1em;
  padding-top: 1em;
}
.location__content .general .features li {
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 0.7em;
  text-transform: initial;
}

@media (min-width: 50rem) {
  .location__content .general .features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .location__content .general .features ul li {
    margin-right: 1%;
    width: 23%;
  }
}

/* Location Details Page - Sidebar */
.location-detail .location__sidebar {
  height: 100vh;
  margin-bottom: 112px;
  margin-left: 0;
  margin-right: 50px;
  margin-top: var(--margin-sections-locations);
  padding: var(--space);
  position: static;
  text-align: center;
  top: 160px;
  width: 235px;
}

@media (max-width: 80rem) {
  .location-detail .location__sidebar {
    height: 100%;
  }
}

.location-detail .location__sidebar img {
  margin: 0 auto;
}

.location-detail .location__sidebar h4,
.location-detail .location__sidebar h5 {
  font-family: var(--font-body);
  font-size: 22px;
  text-align: left;
  text-transform: none;
}

.location-detail .location__sidebar p {
  font-family: var(--font-small-heading);
  margin: 0;
  padding-top: var(--half-space);
  text-align: left;
  text-transform: uppercase;
}

.location-detail .location__sidebar p.phone {
  border-bottom: solid 1px var(--dark-brown-two);
  font-family: var(--font-meta-labels);
  padding-bottom: var(--space);
}

.location-detail .location__sidebar table {
  font-family: var(--font-small-heading);
}

.location-detail .location__sidebar table th,
.location-detail .location__sidebar table td {
  border: 0 none;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.location-detail .location__sidebar table tr,
.location-detail .location__sidebar table td {
  background: transparent;
  border-bottom: none;
  padding: 0;
}

.location-detail .location__sidebar.desktop_content {
  display: block;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 50rem) {
  .location-detail .location__sidebar.desktop_content {
    display: none;
  }
}

/* promo__card--location-detail */
.promo__card--location-detail {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 35px;
  position: relative;
}

.promo__card--location-detail.reverse {
  flex-direction: row-reverse;
}

.promo__card--location-detail .promo__card--image {
  height: auto;
  width: 100%;
  z-index: 2;
}

.promo__card--location-detail .promo__card--image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.promo__card--location-detail .promo__card--content {
  color: var(--white);
  padding-top: 20px;
  width: 100%;
  z-index: 2;
}

.promo__card--location-detail .promo__card--content h2 {
  font-family: var(--font-averia);
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.13;
}

.promo__card--location-detail .promo__card--content h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.promo__card--location-detail .promo__card--content p {
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.promo__card--location-detail .promo__card--content a,
.promo__card--location-detail .promo__card--content button {
  align-items: center;
  background: var(--white);
  border: 0 none;
  border-radius: 4px;
  color: var(--sienna);
  cursor: pointer;
  display: flex;
  font-family: var(--font-averia);
  font-size: 16px;
  justify-content: center;
  margin-top: 35px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 228px;
}

.promo__card--location-detail .promo__card--content a:hover,
.promo__card--location-detail .promo__card--content button:hover {
  background: #b0431c;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  text-decoration: none;
}

.promo__card--background {
  bottom: 0;
  height: auto;
  position: absolute;
  right: -5%;
  width: 45%;
  z-index: 1;
}

.promo__card--background img {
  object-fit: cover;
  object-position: center;
}

@media (min-width: 40rem) {
  .promo__card--location-detail .promo__card--image {
    height: 380px;
  }
}

@media (min-width: 70rem) {
  .promo__card--location-detail {
    height: auto;
    padding: 50px;
  }
  .promo__card--location-detail .promo__card--image {
    width: 40%;
  }
  .promo__card--location-detail .promo__card--content {
    padding-left: 50px;
    padding-top: 0;
    width: 60%;
  }
  .promo__card--location-detail.reverse .promo__card--content {
    padding-left: 0;
    padding-right: 50px;
  }
  .promo__card--location-detail .promo__card--content h2 {
    font-size: 60px;
    padding-bottom: 20px;
  }
  .promo__card--background {
    width: 40%;
  }
  .promo__card--location-detail.reverse .promo__card--background {
    left: -5%;
    right: initial;
  }
  .promo__card--location-detail.reverse .promo__card--background img {
    -moz-transform: scaleX(-1); /* Firefox */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media (min-width: 90rem) {
  .promo__card--location-detail {
    min-height: 460px;
  }
  .promo__card--location-detail .promo__card--image {
    height: 100%;
  }
  .promo__card--background {
    height: 100%;
    top: 0;
  }
}

.location-detail .thirsty {
  margin: 0 50px;
}

.location-detail .location__sidebar table th,
.location-detail .location__sidebar table td {
  border: 0 none;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.location-detail .location__sidebar table td {
  text-align: right;
}

.location-detail .location__sidebar div.tours,
.location-detail .location__sidebar div.tours p {
  font-family: var(--font-body);
  font-size: 16px;
  text-transform: none;
}

.location-detail .location__sidebar div.tours p span,
.location-detail .location__sidebar div.tours p a {
  text-decoration: underline;
}

section.on-tap {
  border-bottom: 1px solid var(--dark-brown);
  margin: var(--margin-sections-locations) 50px;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-top: var(--margin-sections-locations);
}
section.on-tap .untappd_sections {
  position: relative;
}
section.on-tap .header_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
section.on-tap .header_section .filter {
  margin-bottom: 10px;
  text-align: left;
}
section.on-tap .header_section .filter #untappd_menu {
  margin-bottom: 0px;
  padding-right: 25px;
}
section.on-tap h3 {
  font-family: var(--font-meta-labels);
  margin: 0;
  padding-bottom: 0;
  padding-top: 43px;
  text-transform: uppercase;
}
section.on-tap h3:first-child {
  padding-top: 25px;
}

section.on-tap .tap-item {
  align-items: flex-start;
  display: flex;
  margin: 10px 0px;
  padding: var(--half-space) 0;
}

.location-detail .location__sidebar table td {
  text-align: right;
}

.location-detail .location__sidebar div.tours,
.location-detail .location__sidebar div.tours p {
  font-family: var(--font-body);
  font-size: 16px;
  text-transform: none;
}

.location-detail .location__sidebar div.tours p span {
  text-decoration: underline;
}

section.on-tap .tap-item img {
  height: 92px;
  margin-right: var(--half-space);
  object-fit: cover;
  width: 92px;
}

section.on-tap .tap-item .details {
  flex: 1;
}

section.on-tap .tap-item .details h4 {
  font-family: var(--font-body);
  font-size: 24px;
  margin: 0;
}

section.on-tap .tap-item .details p {
  margin: 0;
}

section.on-tap .tap-item .details p.subtitle {
  font-family: var(--font-meta-labels);
  text-transform: uppercase;
}

section.on-tap .tap-item .details div.abv {
  font-family: var(--font-meta-labels);
  min-width: 100px;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  section.on-tap .tap-item {
    align-items: center;
  }
  section.on-tap .header_section {
    flex-direction: row;
  }
  section.on-tap .header_section .filter {
    margin-left: 10px;
    text-align: right;
  }
  section.on-tap .tap-item .details {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  section.on-tap .tap-item .details div.abv {
    margin-left: var(--half-space);
    text-align: right;
  }
}
/*  Food Truck Section & Available now Section - Location Details Page */
.food {
  margin: var(--margin-sections-locations) 50px;
  margin-bottom: 50px;
}
.available {
  margin: var(--margin-sections-locations) 50px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.food-item,
.available .item {
  display: flex;
  margin: 25px 0px;
}

.food-item img,
.available .item img {
  height: 92px;
  min-width: 92px;
  object-fit: cover;
  width: 92px;
}
.food-item .details,
.available .item .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  width: 100%;
}
.food-item .details .date,
.available .details .abv {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0px;
  min-width: 160px;
  padding-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 62rem) {
  .food-item .details,
  .available .item .details {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
    width: calc(100% - 100px);
  }
  .food-item .details .date {
    text-align: right;
  }
  .available .details .abv {
    text-align: right;
  }
}
.food-item .food_url {
  min-width: 92px;
}
.food-item .details .food_url:hover {
  color: var(--sienna);
}
.food-item .details .food_content,
.available .item .item_content {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  width: 100%;
}
.food-item .details .eyebrow {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.food-item .details h4 {
  color: var(--sienna);
  font-family: var(--font-averia);
  font-size: 24px;
  margin: 4px 0px;
}
.food-item .details p,
.available .details p {
  margin-bottom: 5px;
}
.available .item .item_content h3 {
  color: var(--dark-brown);
  font-family: var(--font-body);
  font-size: 24px;
  margin: 2px 0px;
  padding: 0px;
}
.available .item .item_content .subhead {
  font-family: var(--font-meta-labels);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.location-detail .events-widget {
  margin: var(--margin-sections-locations) 50px;
  margin-top: 0px;
  padding-bottom: var(--margin-sections-locations);
  padding-top: var(--margin-sections-locations);
}

.location-detail .events-widget .events-bottom {
  padding-top: 10px;
  width: 100%;
}

.location-detail .events-widget .events-bottom p {
  color: var(--dark-brown);
  font-size: 16px;
  line-height: 1.5;
}

.location-detail .events-widget .events-bottom a.book_private_link {
  align-items: center;
  background: var(--sienna);
  border-radius: 4px;
  color: var(--white);
  display: flex;
  font-family: var(--font-averia);
  font-size: 16px;
  justify-content: center;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 288px;
  width: 280px;
}

.location-detail .events-widget .events-bottom a.book_private_link:hover {
  background: #923a1a;
  text-decoration: none;
}

@media (min-width: 40rem) {
  .location-detail .events-widget .events-bottom {
    width: 60%;
  }
}

@media (min-width: 60rem) {
  .location-detail .events-widget .events-bottom {
    width: 48%;
  }
}
.image-full {
  height: 400px;
  margin: var(--margin-sections-locations);
}
.image-full img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 60rem) {
  .image-full {
    height: 461px;
  }
}

/* Styles in Location detail WINERY */
body.locations-winery #header .logo a {
  background-image: url("./images/Logo-Winery.svg");
}

@media (max-width: 48rem) {
  body.locations-winery #header .logo a {
    background-image: url("./images/Logo-Winery-Red.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
  }
  body.locations-winery #header .logo a img {
    display: none;
  }
}
body.locations-winery .subnav .active-menu-item:before,
body.locations-winery .subnav .selected-item::before {
  content: "\ef28";
}

.location-detail.winery .subnav {
  background-color: #0d1f2c;
}
.location-detail.winery .location__sidebar {
  background-color: #602535;
  color: var(--white);
}
.location-detail.winery .location__sidebar p {
  border-color: var(--white);
  color: var(--white);
}

@media (min-width: 80rem) {
  .location-detail.winery .subnav .menu {
    width: 68%;
  }
}

@media (min-width: 110rem) {
  .location-detail.winery .subnav .menu {
    width: 52%;
  }
}

.wine__cards {
  display: flex;
  flex-direction: column;
  margin: var(--margin-sections-locations);
  margin-top: 0px;
  padding-top: var(--margin-sections-locations);
}

.wine__cards h2 {
  margin-bottom: 24px;
}

.wine__cards .wine__cards--container {
  display: flex;
  margin: 0px;
  width: 100%;
}

.wine__cards .wine__cards--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.wine__cards .wine__cards--list .wine__cards--item {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  margin-bottom: 100px;
  width: 100%;
}
.wine__cards .wine__cards--list .wine__cards--item h2 {
  align-items: center;
  display: flex;
  font-family: var(--font-body);
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1.33;
  margin-bottom: 0;
  width: 100%;
}
.wine__cards .wine__cards--list .wine__cards--item .sub-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wine__cards .wine__cards--list .wine__cards--item .sub-content h3,
.wine__cards .wine__cards--list .wine__cards--item .sub-content span {
  font-family: var(--font-meta-labels);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.wine__cards .wine__cards--list .wine__cards--item .wine__flip-card {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.wine__cards
  .wine__cards--list
  .wine__cards--item
  .wine__flip-card:hover
  .wine__flip-card-inner {
  transform: rotateY(180deg);
}

.wine__cards
  .wine__cards--list
  .wine__cards--item
  .wine__flip-card
  .wine__flip-card-inner {
  height: 100%;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  width: 100%;
}

.wine__cards .wine__cards--list .wine__cards--item .wine_front,
.wine__cards .wine__cards--list .wine__cards--item .wine_back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.wine__cards .wine__cards--list .wine__cards--item .wine_front {
  align-items: center;
  display: flex;
  height: 352px;
  justify-content: center;
  margin-bottom: 25%;
  margin-top: 10px;
  padding-top: 25%;
  position: relative;
}
.wine__cards .wine__cards--list .wine__cards--item .wine_back {
  align-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 88%;
  justify-content: center;
  padding: 25px;
  transform: rotateY(180deg);
}
.wine__cards
  .wine__cards--list
  .wine__cards--item
  .wine_back
  .wine_back--content {
  height: 60%;
}
.wine__cards
  .wine__cards--list
  .wine__cards--item
  .wine_back
  .wine_back--content
  p {
  height: 75%;
  overflow-y: auto;
}

.wine__cards .wine__cards--list .wine__cards--item .wine_front img {
  margin-top: 40px;
  object-fit: contain;
  object-position: center;
}

.wine__cards
  .wine__cards--list
  .wine__cards--item
  .wine_back
  .wine_back--content
  h3 {
  font-family: var(--font-body);
  font-size: 17px;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  text-transform: uppercase;
}
.wine__cards
  .wine__cards--list
  .wine__cards--item
  .wine_back
  .wine_back--content
  p {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.4;
  margin-top: 12px;
}
@media (min-width: 50rem) {
  .location-detail.winery .subnav.desktop {
    align-items: center;
    display: flex;
  }
}
@media (min-width: 40rem) {
  .wine__cards--container {
    margin: var(--margin-sections-locations) 0;
  }
  .wine__cards .wine__cards--list {
    margin-bottom: 0;
  }
  .wine__cards .wine__cards--list .wine__cards--item {
    margin-bottom: 50px;
    width: 48%;
  }
  .wine__cards .wine__cards--list .wine__cards--item .wine_front img {
    margin-top: 25%;
  }
}
@media (min-width: 65rem) {
  .wine__cards .wine__cards--list .wine__cards--item {
    margin-bottom: 100px;
  }
  .wine__cards
    .wine__cards--list
    .wine__cards--item
    .wine_back
    .wine_back--content
    h3 {
    font-size: 16px;
    padding-top: 10px;
  }
  .wine__cards
    .wine__cards--list
    .wine__cards--item
    .wine_back
    .wine_back--content
    p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (min-width: 75rem) {
  .wine__cards .wine__cards--list .wine__cards--item {
    width: 46%;
  }
  .wine__cards
    .wine__cards--list
    .wine__cards--item
    .wine_back
    .wine_back--content
    h3 {
    font-size: 17px;
    padding-top: 12px;
  }
  .wine__cards
    .wine__cards--list
    .wine__cards--item
    .wine_back
    .wine_back--content
    p {
    font-size: 15px;
    margin-top: 12px;
  }
}

/* Blog styles
------------------------------------- */
.template-single-blog,
.category .template-blog,
.archive .template-blog {
  padding-top: 110px;
}

.entry-content-header {
  margin-bottom: 2rem;
}

.entry-content-header .post-meta-infos *,
.entry-content-header .post-meta-infos a {
  color: var(--dark-gray);
  font-family: var(--font-meta-labels);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.template-single-blog .entry-content-wrapper .post-title,
.template-single-blog .entry-content-wrapper .post-title a,
.category .template-blog .entry-content-wrapper .post-title,
.category .template-blog .entry-content-wrapper .post-title a,
.archive .template-blog .entry-content-wrapper .post-title,
.archive .template-blog .entry-content-wrapper .post-title a {
  font-family: var(--font-averia);
  font-size: 3rem;
  transition: all 0.2s;
}

#top .entry-content-wrapper .entry-title a:hover {
  color: var(--brick-red);
}

.entry-content-wrapper .entry-content ul {
  list-style: disc;
  padding: 0 1rem 1rem 1rem;
}

.tagcloud .tag-cloud-link {
  background-color: var(--very-light-pink);
  border-radius: 5px;
  margin: 0.25em;
  padding: 0.5em 1em 0;
  transition: all 0.05s;
}

.tagcloud .tag-cloud-link:hover {
  background-color: var(--light-gray);
}

.sidebar .widget_categories a,
.read-more-link a {
  color: var(--brick-red);
}

/* Shop/product styles
------------------------------------- */
.single-product .template-shop {
  padding-top: 190px;
}

.woocommerce-page.archive .template-shop.container_wrap > .container {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Styles Responsive footer */
.responsive #top #footer h3,
.responsive #top #footer .footer__heading,
.responsive #top #socket span.copyright strong,
.responsive #top #footer .footer__links-list a {
  color: var(--white);
}

@media (max-width: 48rem) {
  .responsive #top #footer .footer__links {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
  }
  .responsive #top #footer .footer__links .flex_column {
    margin: 0;
    padding-top: 25px;
    width: 48%;
  }
  .responsive #top #footer .widget {
    overflow: visible;
  }
}

@media (max-width: 28rem) {
  .responsive #top #footer .footer__links .flex_column {
    text-align: center;
    width: 100%;
  }
  .responsive
    #top
    #footer
    .footer__links
    .flex_column
    .footer__links-list--social,
  .responsive #top #footer .footer__links .flex_column .footer__ba {
    display: flex;
    justify-content: center;
  }
}

/* Styles in page Story */

#early-days,
#brewing,
#thirsty {
  margin-top: 0;
  padding-top: 60px;
}

/* Overlay Loading */
.overlay_loading {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.overlay_loading:before {
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;

  border: 2px solid var(--sienna);
  border-bottom-color: transparent;
  border-radius: 100%;
  content: "";
  display: block;
  font-size: 10px;
  height: 20px;
  margin-top: -0.5em;
  width: 20px;
}
.overlay_loading:after {
  content: "Loading";
  content: "Loading";
  display: block;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Styles Pagination */

#top .pagination span,
#top .pagination .current,
#top .pagination a {
  font-size: 19px;
  line-height: 42px;
  margin: 0.25em;
}

/* Styles page Archive Products */
.archive-products {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.archive-products .products {
  width: 100%;
}
.archive-products .button-back {
  padding: 30px 0 var(--margin-sections-locations);
  width: 100%;
}
.archive-products .button-back a {
  background: var(--sienna);
  border: none;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: var(--font-averia);
  font-size: 1rem;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.3;
  outline: none;
  padding: 16px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
  transition: all 0.5s;
  width: 280px;
}
.archive-products .button-back a:hover {
  background: #862f10;
}
.archive-products .button-back a:before {
  background: url("./images/fleuron.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 22px;
  left: 8%;
  margin: auto 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 22px;
}
.archive-products .button-back a:hover:before {
  left: 5%;
}

.beer-detail__hero.archive-products-hero {
  background: url("./images/winter_header_final.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  min-height: 450px;
}

.beer-detail__hero.archive-products-hero h1 {
  color: var(--white);
  font-family: var(--font-averia);
  font-size: 47px;
  line-height: 50px;
  margin-bottom: 1.75rem;
}

@media (min-width: 50rem) {
  .beer-detail__hero.archive-products-hero {
    min-height: 650px;
  }
  .archive-products .button-back a {
    font-size: 15px;
  }
  .archive-products .button-back a:hover:before {
    left: 8%;
  }
  .archive-products .button-back a:before {
    left: 10%;
  }
}

/* Generic styles for dropdown mobile menu */
.dropdown-mobile-menu {
  background-color: var(--sienna);
  display: none;
  margin-bottom: 0px;
  padding: 0.5rem 0;
  transition: top 0.2s;
  width: 100%;
  z-index: 9;
}

@media (max-width: 50rem) {
  .store-nav-desktop {
    display: none;
  }
  .dropdown-mobile-menu {
    display: block;
  }
}

.dropdown-mobile-menu button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: var(--font-bold);
  font-size: 1rem;
  justify-content: space-between;
  letter-spacing: 2px;
  line-height: 1;
  outline: none;
  padding-bottom: var(--half-space);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: var(--half-space);
  text-transform: uppercase;
  width: 100%;
}
.dropdown-mobile-menu button span.active {
  font-family: var(--font-bold);
}
.dropdown-mobile-menu button span.active:before {
  content: "\ef29";
  display: inline-block;
  font-family: var(--font-icons);
  font-size: 1rem;
  height: 20px;
  line-height: 1em;
  margin-right: 0.5em;
}

.dropdown-mobile-menu button[aria-expanded="true"] svg {
  transform: rotate(0);
}

.dropdown-mobile-menu .mobile-filters-caret {
  height: 12px;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
  width: 18px;
}

.dropdown-mobile-menu .mobile-filters-caret polygon {
  fill: var(--white);
}

.dropdown-mobile-menu .menu-item a {
  color: var(--white);
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 0.75em 0.5em 0.5em 0.5em;
  text-transform: uppercase;
  transition: font-family 0.5 ease;
  width: 100%;
}
.dropdown-mobile-menu .menu-item.current-menu-item a {
  font-family: var(--font-bold);
}

.dropdown-mobile-menu .menu-item.current-menu-item a:before {
  content: "\ef29";
  display: inline-block;
  font-family: var(--font-icons);
  font-size: 1rem;
  height: 20px;
  line-height: 1em;
  margin-right: 0.5em;
}

.dropdown-mobile-menu .menu-item {
  border-bottom: 1px solid var(--white);
}
.dropdown-mobile-menu .menu-item .menu-item {
  margin-bottom: 4px;
  margin-left: 0px;
  margin-right: 30px;
  margin-top: 4px;
  padding: 2px;
}
.dropdown-mobile-menu .menu-item .menu-item a {
  padding: 2px 4px;
}

.dropdown-mobile-menu .menu-item:last-child {
  border-bottom: none;
}
.dropdown-mobile-menu .menu-item button {
  font-family: var(--font-body);
}
