html {
  scroll-behavior: smooth;
  position: relative;
}
html * {
  box-sizing: border-box;
}

body {
  position: static !important;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  color: #252525;
  font-family: "sofia-pro", sans-serif;
  background-color: #171919;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.overflow-wrapper {
  overflow-x: hidden;
  position: relative;
}

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

table {
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.21875rem;
}

p {
  font-size: 1rem;
  line-height: 1.375rem;
}

a {
  color: black;
  text-decoration: underline;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  color: #fff;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

a.outline-button, a.solid-button {
  border: 2px solid #CFAB00;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  text-decoration: none;
  padding: 10px 20px 13px 20px;
  font-size: 1rem;
  line-height: 1rem;
}
a.outline-button.large-button, a.solid-button.large-button {
  font-size: 1.375rem !important;
  line-height: 1.5rem !important;
  display: inline-block;
}
a.outline-button {
  background-color: transparent;
  color: #F7F2DE;
}
a.solid-button {
  background-color: #CFAB00;
  color: #F7F2DE;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #F7F2DE;
  background-color: #fff;
}
a.skip-main:focus, a.skip-main:active {
  left: 0;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.gb-button,
.wp-block-button__link {
  background-color: transparent !important;
  border-radius: 0;
  color: black !important;
  text-transform: uppercase;
  padding: 10px 20px 13px 20px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1875rem;
  border: 2px solid #CFAB00 !important;
  font-weight: 700;
}

button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

input[type=submit] {
  border: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.053125rem;
  text-decoration: none;
  padding: 0;
  color: #CFAB00;
}

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

form .validation_error {
  color: red;
  margin-bottom: 30px;
}
form .validation_message {
  color: red;
  margin-bottom: 20px;
}

.background-image, .sustainability .cta-row.dark-cta .half-col:first-child, .cta-row.dark-cta .half-col:last-child {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dark-gravel {
  background-color: #171919;
  background-image: url("../images/dark-gravel.png");
  background-repeat: repeat;
}
.dark-gravel * {
  color: #F7F2DE;
}

.light-gravel {
  background-color: #F7F2DE;
  background-image: url("../images/light-gravel.png");
  background-repeat: repeat;
}
.light-gravel .outline-button {
  color: black;
}

img.gform_ajax_spinner {
  display: inline-block !important;
  width: 20px !important;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.large-container {
  max-width: 1214px;
  margin-left: auto;
  margin-right: auto;
}

.medium-container {
  max-width: 1067px;
  margin-left: auto;
  margin-right: auto;
}

.small-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.outer-container {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

header {
  background-color: #171919;
}
header.hero-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header.hero-header .logo {
  display: none;
}
header.hero-header .menu-button {
  margin-top: 17px;
}
header .logo {
  display: block;
}
header .container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  margin: 0;
}
header .header-controls {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
header .header-controls .menu-button {
  width: 42px;
  text-decoration: none;
  margin-right: 8px;
}
header .header-controls .menu-button .line {
  height: 3px;
  margin-bottom: 10px;
  background-color: #F7F2DE;
}
header .header-controls .menu-button .line:last-child {
  margin-bottom: 0;
}
header .header-controls .menu-button .button-text {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.023125rem;
}

nav {
  width: 100%;
}
nav ul {
  width: 100%;
}
nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
nav ul li a, nav ul li a span {
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: 0.0775rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active, nav ul li a span:hover, nav ul li a span:focus, nav ul li a span:active {
  text-decoration: none;
}
nav ul li.current-menu-item a, nav ul li.current-menu-item a span {
  color: #CFAB00;
}
nav ul.sub-menu {
  display: none;
}

.menu-is-open {
  transform: translateX(0) !important;
}

.mobile-menu {
  width: 0;
  position: fixed;
  height: 100%;
  overflow-x: hidden;
  top: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  transition: transform 250ms ease-in-out;
  z-index: 99999;
}
.mobile-menu nav {
  margin-bottom: 30px;
}
.mobile-menu nav ul li {
  display: block;
  padding: 0;
}
.mobile-menu nav ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu nav ul li a, .mobile-menu nav ul li a span {
  color: #F7F2DE;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 400;
}
.mobile-menu .social-media a svg path {
  fill: #c5c5c5;
}
.mobile-menu .footer-heading {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-top: 30px;
  text-transform: uppercase;
}
.mobile-menu .location p {
  margin-top: 0;
}

.close-menu-button {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
  margin-right: 15px;
  margin-bottom: 20px;
  text-decoration: none;
}
.close-menu-button img {
  width: 42px;
}
.close-menu-button .button-text {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.023125rem;
  color: black;
}

nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
nav ul li a, nav ul li a span {
  text-decoration: none;
}

.homepage-hero .container {
  max-width: 900px;
}
.homepage-hero * {
  color: #F7F2DE;
  text-align: center;
}
.homepage-hero .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.homepage-hero img {
  max-width: 550px;
}

.fade-overlay {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  min-height: 200px;
  text-align: center;
  padding-top: 30px;
}
.fade-overlay *, .fade-overlay a.outline-button {
  color: #F7F2DE;
}

.cta-row.light-cta {
  background-color: #F7F2DE;
}
.cta-row.light-cta .half-col:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-row.light-cta .half-col:first-child p,
.cta-row.light-cta .half-col:first-child p.cta-title {
  color: black;
}
.cta-row.dark-cta .center-align-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-row.dark-cta .half-col:last-child {
  background-image: url("../images/gray-image-bg.jpg");
}
.cta-row .half-col {
  min-height: 500px;
}
.cta-row * {
  text-align: center;
}
.cta-row .inner-text-wrapper {
  max-width: 530px;
  padding-left: 20px;
  padding-right: 20px;
}
.cta-row .inner-text-wrapper p {
  margin-left: auto;
  margin-right: auto;
  color: #F7F2DE;
}
.cta-row p {
  margin-top: 0;
}
.cta-row p.cta-title {
  font-weight: 700;
  text-transform: uppercase;
  max-width: 100%;
  color: #F7F2DE;
  margin-bottom: 25px;
}
.cta-row .outline-button {
  display: inline-block;
}
.cta-row .fade-overlay {
  padding-left: 5%;
  padding-right: 5%;
}

.cta-container .cta-item {
  min-height: 500px;
}

.hp-dark-bg {
  background-color: black;
  background-image: url(../images/events-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  flex-flow: column;
}
.hp-dark-bg:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../images/events-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hp-dark-bg .post-box-wrapper {
  margin-top: -228px;
}
.hp-dark-bg .post-box-wrapper .post-box {
  margin-bottom: 0;
}

ul.social-media {
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
ul.social-media li {
  margin: 0 20px 0 0;
  list-style: none;
}

.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 5px solid #CFAB00;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding-left: 25px;
}
.wp-block-pullquote blockquote p strong {
  font-weight: 500;
}

.wp-block-file {
  background-color: #EEE2D5;
  padding: 25px;
  text-align: center;
}

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.video-wrapper.featured-video {
  margin-top: 0;
}

.video-wrapper {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

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

.event-box {
  display: flex;
  align-items: flex-end;
}
.event-box .overlay {
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 25px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.event-box .overlay p {
  color: #F7F2DE;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: all 0.2s ease;
}

.beer-hero {
  padding-top: 50px;
  display: flex;
  margin-bottom: 50px;
  min-height: 545px;
}
.beer-hero .beer-image {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: -50px;
}

.beer-image-wrapper {
  width: 100%;
}

.beer-cta .beer-image {
  max-width: 375px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon {
  height: 80px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hp-beer,
.in-tap-room,
.rotational-beer,
.core-beer,
.recommended-beer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-controls-wrapper {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beer-slider,
.core-beer-slider,
.rotational-beer-slider,
.in-tap-room-slider,
.recommended-beer-slider {
  width: 80%;
}

.beer-slider .featured-beer img {
  max-height: 366px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.core-beer-slider .featured-beer img,
.rotational-beer-slider .featured-beer img,
.in-tap-room-slider .featured-beer img,
.recommended-beer-slider .featured-beer img {
  padding: 0 20px;
  max-height: 366px;
  width: auto;
  display: block;
  margin: 0 auto;
}

form {
  margin-bottom: 30px;
}
form ul {
  margin: 0;
  padding: 0;
}
form li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
form label {
  margin-bottom: 5px;
  display: block;
}
form input,
form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
form input[type=text],
form input[type=email],
form textarea {
  background-color: white;
  color: #171919;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #171919;
}
form input[type=text],
form input[type=email] {
  height: 40px;
}
form input[type=submit] {
  font-size: 1.0625rem;
  letter-spacing: 0.2275rem;
  font-weight: 700;
  margin: 20px auto 0 auto !important;
  background-color: transparent;
  color: #171919;
  padding: 10px 20px 8px;
  border: 2px solid #CFAB00;
}
form .gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
form .gfield_required {
  display: none;
}
form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F7F2DE;
}
form ::-moz-placeholder { /* Firefox 19+ */
  color: #F7F2DE;
}
form :-ms-input-placeholder { /* IE 10+ */
  color: #F7F2DE;
}
form :-moz-placeholder { /* Firefox 18- */
  color: #F7F2DE;
}

footer {
  background-color: #171919;
}
footer form input[type=text],
footer form input[type=email] {
  background-color: #343C3D;
  color: #F7F2DE;
  border-radius: 50px;
}
footer form input[type=submit] {
  background-color: transparent;
  color: #CFAB00;
  border-bottom: 2px solid #171919;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
}
footer .racoon {
  background-image: url("../images/raccon.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 194px;
}
footer h2.section-heading {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
footer nav ul li {
  display: block;
}
footer nav ul li a, footer nav ul li span {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 400;
  color: #F7F2DE;
}
footer .footer-heading {
  color: #C1C7A1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
footer * {
  color: #c5c5c5;
}
footer .copyright {
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
  margin-bottom: 0;
}
footer .copyright,
footer .design-attr p {
  font-size: 1rem;
  line-height: 1rem;
  color: #ADAAAA;
}
footer .design-attr {
  background-color: black;
  padding: 20px;
  text-align: center;
}
footer .design-attr p {
  margin: 0;
}
footer .two-thirds-col {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
footer .two-thirds-col nav {
  width: 50%;
}

.featured-beer .third-col {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.float-wrapper {
  position: relative;
}
.float-wrapper .button-container {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  padding: 0 20px;
}

.merch-slider a {
  display: block;
  text-decoration: none;
  padding: 0 50px;
}
.merch-slider p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sustainability .page-hero {
  height: auto !important;
}
.sustainability .page-hero .container {
  padding-bottom: 50px;
}
.sustainability .page-hero .container .hero-image {
  margin: 50px auto 0 auto;
  max-width: 350px;
  display: block;
}
.sustainability .cta-row.light-cta {
  background-color: #F7F2DE;
}
.sustainability .cta-row.light-cta .half-col:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability .cta-row.light-cta .half-col:last-child p,
.sustainability .cta-row.light-cta .half-col:last-child p.cta-title {
  color: black;
}
.sustainability .cta-row.dark-cta .half-col:first-child {
  background-image: url("../images/gray-image-bg.jpg");
  min-height: auto !important;
}

.gform_validation_errors {
  display: none;
}

/* 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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* modal */
#age-modal {
  display: none;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.banner {
  background-color: #CFAB00;
  min-height: 50px;
  display: flex;
}
.banner h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.gallery {
  background-color: #171919;
  background-image: url("../images/dark-gravel.png");
  background-repeat: repeat;
  margin-bottom: 100px;
}
.gallery h2 {
  color: #F7F2DE;
  text-align: center;
}
.gallery .beer-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  justify-items: center;
}
.gallery .beer-gallery .beer-item img {
  width: auto;
  height: 366px;
  width: 250px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.gallery .beer-gallery .beer-item img.featured {
  width: auto;
  height: 366px;
}
.gallery .beer-gallery .beer-item h3 {
  color: #F7F2DE;
  text-align: center;
}

#age-modal {
  background: #000;
  border: 2px solid #fff;
  text-align: center;
  padding: 50px 25px;
}
#age-modal img {
  max-width: 200px;
}
#age-modal h2, #age-modal p, #age-modal h5 {
  color: #F7F2DE;
}

.large-container .merch .half-col {
  align-self: center;
}
.large-container .merch .half-col p {
  text-align: center;
  padding: 10px 30px;
}

a.view-all-beer-button {
  margin-left: 15px;
}

.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-wrap .third-col {
  max-width: 600px;
  margin-bottom: 25px;
}

.pagination {
  margin-top: 25px;
}
.pagination li.active a {
  text-decoration: underline;
}

.past-events {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}

@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    letter-spacing: 0.1875rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  h2.big-bold {
    font-size: 1.9375rem;
    line-height: 2.8125rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .hide-mobile {
    display: none !important;
  }
  .page-padding {
    padding: 30px 0;
  }
  .page-padding h1 {
    margin-bottom: 30px;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .logo {
    max-width: 90px;
  }
  header nav {
    display: none;
  }
  header .header-controls .solid-button,
header .header-controls .outline-button {
    display: none;
  }
  header .header-controls .menu-button {
    margin-left: 20px;
  }
  .menu-is-closed {
    transform: translateX(300px) !important;
  }
  .mobile-menu {
    width: 300px;
    transform: translateX(300px);
  }
  .mobile-menu nav li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-menu .mobile-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-menu .mobile-wrapper .untappd a svg {
    background: #000 !important;
    border: 2px solid #c5c5c5;
  }
  .homepage-hero .overlay {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .page-hero {
    height: 500px;
  }
  .hero-heading {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
  .intro-statement {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .cta-row p {
    margin-bottom: 30px;
  }
  .cta-row p.cta-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.3125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.25rem;
  }
  .cta-row .cta-logo {
    max-width: 230px;
  }
  .vertical-space {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .vertical-space .container .cta-container .half-col-top:first-child {
    margin-bottom: 50px;
  }
  .vertical-space .container .cta-container .half-col-top .cta-item .fade-overlay .inner-text-wrapper {
    padding: 15px;
  }
  .top-space {
    padding-top: 35px;
  }
  .bottom-space {
    padding-bottom: 35px;
  }
  ul.social-media {
    justify-content: center;
    margin-bottom: 50px;
  }
  ul.social-media li:last-child {
    margin-right: 0;
  }
  ul.social-media li a, ul.social-media li svg {
    height: 30px;
    width: auto;
  }
  .whats-new-desktop {
    display: none;
  }
  .whats-new-mobile {
    display: block;
    margin-top: -320px;
  }
  .featured-image {
    margin-bottom: 20px;
  }
  .wp-block-pullquote blockquote p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .beer-next,
.beer-prev {
    display: none;
  }
  .beer-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .button-container a.outline-button {
    display: inline-block;
    margin-bottom: 20px;
  }
  .event-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .event-slider .third-col {
    padding: 0 10px;
  }
  .event-box {
    height: 350px;
  }
  .float-wrapper .button-container {
    justify-content: space-between;
  }
  .float-wrapper .button-container .merch-prev,
.float-wrapper .button-container .merch-next {
    margin-bottom: -100%;
  }
  .single-beer {
    text-align: center;
  }
  .beer-notes {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .beer-notes .third-col:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  form {
    text-align: center;
    margin-bottom: 50px;
  }
  form input[type=text],
form input[type=email] {
    text-align: center;
  }
  footer {
    padding-top: 30px;
  }
  footer .logo {
    max-width: 300px;
    margin-top: 50px;
  }
  footer .section-heading {
    text-align: center;
  }
  footer nav li a, footer nav li a span {
    font-size: 1.3125rem;
    line-height: 2.375rem;
  }
  .sustainability .beer-notes h2 {
    font-size: 1.875rem;
  }
  .beer-slider,
.core-beer,
.rotational-beer-slider,
.in-tap-room-slider,
.recommended-beer-slider {
    display: flex;
  }
  .gallery .beer-gallery {
    display: block !important;
  }
  #age-modal a {
    display: block;
    margin-bottom: 10px;
  }
  a.view-all-beer-button {
    display: block;
    margin-top: 50px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .ut-menu .h1 {
    line-height: 1.75rem;
  }
  .banner {
    padding: 10px;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    letter-spacing: 0.28125rem;
  }
  h2 {
    font-size: 2.125rem;
    line-height: 3.125rem;
    letter-spacing: 0.175rem;
  }
  a {
    transition: all 0.2s ease;
  }
  a.outline-button:hover, a.outline-button:focus, a.outline-button:active {
    background-color: #CFAB00;
    color: black;
  }
  a.solid-button:hover, a.solid-button:focus, a.solid-button:active {
    background-color: black;
    color: #CFAB00;
  }
  .gb-button:hover, .gb-button:active, .gb-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
    background-color: #CFAB00 !important;
  }
  button:hover, button:active, button:focus {
    cursor: pointer;
  }
  input[type=submit] {
    transition: all 0.2s ease;
  }
  input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
    background-color: #CFAB00;
    color: black;
  }
  p {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
  }
  .hide-desktop {
    display: none;
  }
  .flex {
    display: flex;
    align-items: center;
    flex-flow: row;
  }
  .flex.dark-cta {
    align-items: normal;
  }
  .flex .half-col {
    width: 50%;
  }
  .flex .half-col:nth-child(2n-1) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex .half-col:nth-child(2n):not(.background-image) {
    padding-left: 20px;
  }
  .flex .third-col {
    width: 33.3333333333%;
  }
  .flex .third-col:nth-child(3n-2) {
    padding-right: 20px;
  }
  .flex .third-col:nth-child(3n-1) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex .third-col:nth-child(3n) {
    padding-left: 20px;
  }
  .flex .two-thirds-col {
    width: 66.6666666666%;
  }
  .flex .full-col {
    width: 100%;
    margin: 0 25%;
  }
  .page-padding {
    padding: 50px 0;
  }
  .page-padding h1 {
    margin-bottom: 50px;
  }
  .intro-statement {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
  .cta-row p {
    margin-bottom: 50px;
  }
  .cta-row p.cta-title {
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0.333125rem;
  }
  .cta-row .cta-logo {
    margin-bottom: 30px;
  }
  .cta-container .half-col:nth-child(odd) {
    padding-right: 20px;
  }
  .cta-container .half-col:nth-child(even) {
    padding-left: 20px;
  }
  .vertical-space {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .top-space {
    padding-top: 75px;
  }
  .bottom-space {
    padding-bottom: 75px;
  }
  .event-box:hover, .event-box:focus, .event-box:active {
    transform: scale(1.05);
  }
  .event-box:hover p, .event-box:focus p, .event-box:active p {
    color: #CFAB00;
  }
  .beer-notes {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  ul.social-media {
    justify-content: flex-start;
  }
  ul.social-media a svg path {
    transition: all 0.2s ease;
  }
  ul.social-media a:hover svg path, ul.social-media a:focus svg path, ul.social-media a:active svg path {
    fill: #CFAB00;
  }
  .wp-block-pullquote blockquote p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .core-beer-slider .featured-beer img,
.rotational-beer-slider .featured-beer img,
.in-tap-room-slider .featured-beer img,
.recommended-beer-slider .featured-beer img {
    padding: 0 20px;
    max-height: 366px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .merch-slider a {
    padding: 0 20px;
  }
  .float-wrapper .button-container {
    justify-content: center;
  }
  .featured-beer .flex .third-col:first-child {
    order: 2;
  }
  .featured-beer .flex .third-col:nth-child(2) {
    order: 1;
  }
  .featured-beer .flex .third-col:last-child {
    order: 3;
  }
  form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active {
    color: #171919;
    background-color: #CFAB00;
    border-color: #CFAB00;
    cursor: pointer;
  }
  footer {
    padding-top: 50px;
  }
  footer form input[type=submit]:hover, footer form input[type=submit]:focus, footer form input[type=submit]:active {
    color: #CFAB00;
    background-color: transparent;
    border-color: #CFAB00;
    cursor: pointer;
  }
  footer nav li a, footer nav li a span {
    font-size: 1.4375rem;
    line-height: 2.75rem;
  }
  footer nav li a:hover, footer nav li a:focus, footer nav li a:active, footer nav li a span:hover, footer nav li a span:focus, footer nav li a span:active {
    color: #CFAB00;
  }
  .push {
    order: 2;
  }
  .pull {
    order: 1;
  }
}
@media screen and (min-width: 48em) and (max-width: 84.375em) {
  header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header .container {
    max-width: 1214px;
  }
  header nav {
    display: none;
  }
  header .logo {
    max-width: 100px;
  }
  header .header-controls .outline-button {
    margin-left: 25px;
  }
  header .header-controls .search-button {
    margin-left: 25px;
  }
  header .header-controls .menu-button {
    margin-left: 25px;
  }
  .menu-is-closed {
    transform: translateX(400px) !important;
  }
  .mobile-menu {
    width: 400px;
    transform: translateX(400px);
  }
  .mobile-menu nav li a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mobile-menu .outline-button:hover, .mobile-menu .outline-button:active, .mobile-menu .outline-button:focus {
    background-color: black;
  }
  .mobile-menu .solid-button:hover, .mobile-menu .solid-button:active, .mobile-menu .solid-button:focus {
    color: black;
  }
  .mobile-menu .mobile-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mobile-menu .social-media {
    justify-content: center;
  }
  .homepage-hero .overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .hero-heading {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .page-hero {
    height: 550px;
  }
  .cta-row .inner-text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cta-row .cta-logo {
    max-width: 280px;
  }
  .float-wrapper .button-container .merch-prev {
    margin-right: 250px;
  }
  .float-wrapper .button-container .merch-prev,
.float-wrapper .button-container .merch-next {
    margin-bottom: -400px;
  }
  ul.social-media li {
    margin: 0 10px 0 0;
  }
  ul.social-media li svg {
    width: 30px;
  }
  .beer-notes h2 {
    font-size: 1.75rem;
  }
  .two-col-spacing .half-col:first-child {
    padding-right: 8px;
  }
  .two-col-spacing .half-col:last-child {
    padding-left: 8px;
  }
  .event-box {
    height: 350px;
  }
}
@media screen and (min-width: 84.4375em) {
  header {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  header .desktop-menu-wrapper {
    width: 100%;
    padding-left: 70px;
  }
  header .logo {
    max-width: 337px;
  }
  header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav ul li a, header nav ul li a span {
    font-size: 1.25rem;
    line-height: 1.0625rem;
    letter-spacing: 0.125rem;
    color: #F7F2DE;
  }
  header nav ul li a:hover, header nav ul li a:active, header nav ul li a:focus, header nav ul li a span:hover, header nav ul li a span:active, header nav ul li a span:focus {
    border-bottom: 2px solid;
  }
  header nav ul #menu-item-827 a, header nav ul #menu-item-827 a span {
    background: #CFAB00;
    padding: 8px 15px;
  }
  header nav ul #menu-item-827 a:hover, header nav ul #menu-item-827 a:active, header nav ul #menu-item-827 a:focus, header nav ul #menu-item-827 a span:hover, header nav ul #menu-item-827 a span:active, header nav ul #menu-item-827 a span:focus {
    color: black;
    border-bottom: none;
  }
  header .header-controls .outline-button {
    margin-left: 15px;
  }
  header .header-controls .search-button {
    margin-left: 15px;
  }
  header .header-controls .menu-button {
    display: none;
  }
  .mobile-menu {
    display: none !important;
  }
  .homepage-hero .overlay {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .page-hero {
    height: 700px;
  }
  .hero-heading {
    font-size: 3.4375rem;
    line-height: 4.9375rem;
  }
  .button-container {
    text-align: center;
  }
  .button-container a {
    margin: 0 20px 15px 20px;
  }
  .cta-row .inner-text-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
  .cta-row .cta-logo {
    max-width: 315px;
  }
  .float-wrapper .button-container .merch-prev {
    margin-right: 400px;
  }
  .float-wrapper .button-container .merch-prev,
.float-wrapper .button-container .merch-next {
    margin-bottom: -600px;
  }
  .wp-block-column {
    padding: 0 50px;
  }
  .beer-notes h2 {
    font-size: 2.1875rem;
  }
  .two-col-spacing .half-col:first-child {
    padding-right: 25px;
  }
  .two-col-spacing .half-col:last-child {
    padding-left: 25px;
  }
  .event-box {
    height: 400px;
  }
}
