/*!
Theme Name: WHB 2019
Theme URI: https://winterhillbrewing.com/
Author: Facta Studio
Author URI: https://factastudio.com/
Description: Winter Hill 2.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whb-2019
Tags: custom-background, custom-logo, custom-menu, featured-images

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* FOR LINEA ARROW FONTS */
@charset "UTF-8";

@font-face {
	font-family: "linea-arrows-10";
	src: url("fonts/linea-arrows-10.eot");
	src: url("fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
		url("fonts/linea-arrows-10.woff") format("woff"),
		url("fonts/linea-arrows-10.ttf") format("truetype"),
		url("fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
	font-weight: normal;
	font-style: normal;

}

[data-icon]:before {
	font-family: "linea-arrows-10" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: never;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "linea-arrows-10" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: never;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'NexaRustSans-Black-Free';
	src: url('fonts/NexaRustSans-Black-Free-webfont.woff2') format('woff2'),
		url('fonts/NexaRustSans-Black-Free-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alt-font {
	font-family: 'Roboto Condensed', sans-serif;
	clear: both;
	margin: 0 0 20px;
	line-height: 110%;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6,
.ibu-extra {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	position: relative;
	font-weight: 900;
}

p,
ul,
ol {
	font-size: 1.2em;
	margin: 0 0 20px;
	line-height: 160%;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:active,
a:visited,
a:focus {
	color: #555;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mobile-navigation {
	display: none;
}

#masthead-wrap {
	width: 100%;
	height: 100px;
	padding: 4px 20px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#masthead-wrap.shrink {
	background: #000;
	height: 70px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#masthead {
	width: 100%;
	max-width: 1100px;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

/* THE LOGO IN THE HEADER */
.site-branding {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	margin: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.site-gif,
.site-png {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.home .site-png{
	display: none;
}

.site-gif {
	opacity: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

#masthead-wrap.shrink .site-gif {
	opacity: 1;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

#masthead-wrap.shrink .site-png {
	opacity: 0;
}

/* MAIN NAV */
.main-navigation {
	width: 100%;
	font-weight: 700;
	position: relative;
	z-index: 9;
}

.main-navigation ul {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home .main-navigation ul {
	-webkit-justify-content: center;
	justify-content: center;
}
#masthead-wrap .main-navigation .shifter{
	flex: 0;
	transition: flex 0.3s ease-in-out;
}
.home #masthead-wrap.shrink .main-navigation .shifter {
	flex: 1;
	transition: flex 0.3s ease-in-out;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul li {
	padding: 0;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.main-navigation ul li a {
	color: #fff;
	padding: 10px 0;
	margin: 0 20px;
}

.main-navigation .current-menu-item a {
	border-bottom: 1px solid #fff;
}

.main-navigation ul li a:hover {
	text-shadow: 0 0 10px rgba(255, 0, 0, .6), 0 0 12px rgba(255, 0, 0, .45), 0 0 16px rgba(255, 0, 0, .25), 0 0 20px rgba(255, 0, 0, .1);
}

/* MENU ITEM HAS CHILDREN */
.main-navigation .menu-item-has-children {
	background: none;
}

.main-navigation .menu-item-has-children a:after {
	content: "\e019";
	font-family: "linea-arrows-10";
	font-size: 20px;
	font-weight: 700;
	line-height: 0;
	margin-top: 6px;
	padding: 0;
	display: block;
	float: right;
}

.main-navigation .menu-item-has-children .sub-menu a:after {
	display: none;
}

.main-navigation .menu-item-has-children a {
	position: relative;
	z-index: 9;
}

.main-navigation ul ul {
	position: absolute;
	top: 20px;
	width: 200px;
	left: -999em;
	text-align: left;
	padding: 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: 0;
}

.main-navigation ul ul li {
	width: 100%;
	padding: 10px;
	text-transform: capitalize;
	background: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
}

.main-navigation ul ul li:hover {
	background: #efbb0e;
}

#masthead .main-navigation ul ul li a {
	color: #000;
	padding: 5px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#primary {
	width: 100%;
}

#main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px 30px;
}

.no-style {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#primary .no-label label {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	max-width: 1700px;
	margin: 0 auto;
	padding: 50px 20px 30px;
}

.entry-content {
	max-width: 1200px;
}

body .gform_wrapper .top_label div.ginput_container_address input[type="text"] {
	margin: 10px 0;
}

#primary .gfield_radio {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#primary .gfield_radio li {
	width: auto;
	margin: 0 10px;
}

#primary .gfield_radio li input[type=radio],
#primary .gform_wrapper input[type=checkbox] {
	margin-top: 0;
	margin-left: 5px;
	margin-right: 24px;
	position: relative;
	height: 30px;
}

#primary .gfield_radio li input[type=radio]:after,
#primary .gform_wrapper input[type=checkbox]:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 30px;
	height: 30px;
	background: #ccc;
}

#primary .gfield_radio li input[type=radio]:checked:after,
#primary .gform_wrapper input[type=checkbox]:checked:after {
	background: #380001;
}

#primary .gform_wrapper .gfield_consent_description {
	font-size: 14px;
	line-height: 140%;
	border: 0;
	color: #380001;
	width: 80%;
}

.hero-button {
	margin: 30px auto;
}

#primary .gform_wrapper .gform_footer input.button,
#primary .gform_wrapper .gform_footer input[type=submit],
.wp-block-button__link,
.hero-button a {
	background: #e86993;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0;
	padding: 10px 20px;
	line-height: 100%;
	border: 1px solid #e86993;
	font-size: 14px;
	font-weight: 700;
}

.hero-button a {
	background: #e86993;
	color: #fff;
	border: 1px solid #e86993;
}

.hero-button a:hover {
	background: #fff;
	color: #e86993;
}

#primary .gform_wrapper .gform_footer input.button,
#primary .gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	border-radius: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.wp-block-button__link:hover,
#primary .gform_wrapper .gform_footer input.button:hover,
#primary .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #e86993;
	background: #fff;
}

#primary .gform_wrapper .gform_footer input.button:hover,
#primary .gform_wrapper .gform_footer input[type=submit]:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.wp-block-gallery {
	margin: 0;
}

.white-wrap {
	width: 100%;
	background: rgba(255, 255, 255, .9);
}

.limit-width {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px;
	position: relative;
}

.dark-overlay,
.darker-overlay {
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.darker-overlay {
	background: rgba(0, 0, 0, .5);
}

.all-caps {
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* HOURS OF OPERATION */
.section-heading {
	color: #e86993;
	text-align: center;
	padding-top: 50px;
	font-size: 42px;
}

#operating-hours {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 50px 0;
}

.hours-entry {
	width: 33.333%;
	margin: 0;
	padding: 20px;
	text-align: center;
}

.hours-entry ul {
	list-style: none;
	text-align: right;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.hours-entry li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hours-entry li:before {
	display: block;
	position: absolute;
	font-weight: 400;
	left: 0;
	top: 0;
}

.hours-entry li:first-of-type:before {
	content: "M";
}

.hours-entry li:nth-of-type(2):before {
	content: "T";
}

.hours-entry li:nth-of-type(3):before {
	content: "W";
}

.hours-entry li:nth-of-type(4):before {
	content: "Th";
}

.hours-entry li:nth-of-type(5):before {
	content: "F";
}

.hours-entry li:nth-of-type(6):before {
	content: "S";
}

.hours-entry li:nth-of-type(7):before {
	content: "Su";
}

/* LIMIT THE WIDTH BECAUSE THAT'S AS IMPORTANT AS MEDIA QUERIES FOR SMALL SCREENS */
#main p,
#main ol,
#main ul,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main .wp-block-columns,
#main hr {
	max-width: 1100px;
	margin: 0 auto 20px;
	padding: 0 20px;
}

#main ol,
#main ul {
	padding: 0 40px;
}

#main .wp-block-columns .wp-block-column p,
#main .wp-block-columns .wp-block-column h1,
#main .wp-block-columns .wp-block-column h2,
#main .wp-block-columns .wp-block-column h3,
#main .wp-block-columns .wp-block-column h4,
#main .wp-block-columns .wp-block-column h5,
#main .wp-block-columns .wp-block-column h6 {
	padding: 0;
}

.page-header {
	width: 100%;
	min-height: 500px;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 7;
}

.short-header {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	min-height: 300px;
	margin: 0;
	padding-top: 80px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 7;
}

.entry-meta {
	margin-bottom: 20px;
}

.page-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-header h2,
.short-header h2 {
	font-family: 'NexaRustSans-Black-Free';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2.7em;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9;
	text-shadow: 1px 1px 1px #000;
}

.page-header img {
	position: relative;
	max-width: 120px;
	padding: 10px;
	z-index: 9;
}

/* HOMEPAGE */
.dept-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .5);
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

#hero-wall {
	position: relative;
	background-color: rgba(0, 0, 0, .9);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	z-index: 7;
}

#hero-wall.smaller {
	min-height: 500px;
	height: 50vh;
}

#hero-wall .hero-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}

#hero-wall .site-logo {
	position: relative;
	z-index: 10;
}

@-webkit-keyframes text-flicker-in-glow {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0;
		text-shadow: none
	}

	10.1% {
		opacity: 1;
		text-shadow: none
	}

	10.2% {
		opacity: 0;
		text-shadow: none
	}

	20% {
		opacity: 0;
		text-shadow: none
	}

	20.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .25)
	}

	20.6% {
		opacity: 0;
		text-shadow: none
	}

	30% {
		opacity: 0;
		text-shadow: none
	}

	30.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	30.5% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	30.6% {
		opacity: 0;
		text-shadow: none
	}

	45% {
		opacity: 0;
		text-shadow: none
	}

	45.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	50% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	55% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	55.1% {
		opacity: 0;
		text-shadow: none
	}

	57% {
		opacity: 0;
		text-shadow: none
	}

	57.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35)
	}

	60% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35)
	}

	60.1% {
		opacity: 0;
		text-shadow: none
	}

	65% {
		opacity: 0;
		text-shadow: none
	}

	65.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35), 0 0 100px rgba(255, 0, 0, .1)
	}

	75% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35), 0 0 100px rgba(255, 0, 0, .1)
	}

	75.1% {
		opacity: 0;
		text-shadow: none
	}

	77% {
		opacity: 0;
		text-shadow: none
	}

	77.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .4), 0 0 110px rgba(255, 0, 0, .2), 0 0 100px rgba(255, 0, 0, .1)
	}

	85% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .4), 0 0 110px rgba(255, 0, 0, .2), 0 0 100px rgba(255, 0, 0, .1)
	}

	85.1% {
		opacity: 0;
		text-shadow: none
	}

	86% {
		opacity: 0;
		text-shadow: none
	}

	86.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .6), 0 0 60px rgba(255, 0, 0, .45), 0 0 110px rgba(255, 0, 0, .25), 0 0 100px rgba(255, 0, 0, .1)
	}

	100% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .6), 0 0 60px rgba(255, 0, 0, .45), 0 0 110px rgba(255, 0, 0, .25), 0 0 100px rgba(255, 0, 0, .1)
	}
}

@keyframes text-flicker-in-glow {
	0% {
		opacity: 0
	}

	10% {
		opacity: 0;
		text-shadow: none
	}

	10.1% {
		opacity: 1;
		text-shadow: none
	}

	10.2% {
		opacity: 0;
		text-shadow: none
	}

	20% {
		opacity: 0;
		text-shadow: none
	}

	20.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .25)
	}

	20.6% {
		opacity: 0;
		text-shadow: none
	}

	30% {
		opacity: 0;
		text-shadow: none
	}

	30.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	30.5% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	30.6% {
		opacity: 0;
		text-shadow: none
	}

	45% {
		opacity: 0;
		text-shadow: none
	}

	45.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	50% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	55% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .45), 0 0 60px rgba(255, 0, 0, .25)
	}

	55.1% {
		opacity: 0;
		text-shadow: none
	}

	57% {
		opacity: 0;
		text-shadow: none
	}

	57.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35)
	}

	60% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35)
	}

	60.1% {
		opacity: 0;
		text-shadow: none
	}

	65% {
		opacity: 0;
		text-shadow: none
	}

	65.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35), 0 0 100px rgba(255, 0, 0, .1)
	}

	75% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .35), 0 0 100px rgba(255, 0, 0, .1)
	}

	75.1% {
		opacity: 0;
		text-shadow: none
	}

	77% {
		opacity: 0;
		text-shadow: none
	}

	77.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .4), 0 0 110px rgba(255, 0, 0, .2), 0 0 100px rgba(255, 0, 0, .1)
	}

	85% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .55), 0 0 60px rgba(255, 0, 0, .4), 0 0 110px rgba(255, 0, 0, .2), 0 0 100px rgba(255, 0, 0, .1)
	}

	85.1% {
		opacity: 0;
		text-shadow: none
	}

	86% {
		opacity: 0;
		text-shadow: none
	}

	86.1% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .6), 0 0 60px rgba(255, 0, 0, .45), 0 0 110px rgba(255, 0, 0, .25), 0 0 100px rgba(255, 0, 0, .1)
	}

	100% {
		opacity: 1;
		text-shadow: 0 0 30px rgba(255, 0, 0, .6), 0 0 60px rgba(255, 0, 0, .45), 0 0 110px rgba(255, 0, 0, .25), 0 0 100px rgba(255, 0, 0, .1)
	}
}

.flicker {
	font-family: 'NexaRustSans-Black-Free';
	font-weight: 700;
	font-style: normal;
	font-size: 100px;
	max-width: 800px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

#hero-wall.smaller .flicker {
	font-size: 70px;
}

.bump-wrapper {
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bump {
	text-align: center;
	margin: 20px auto 0px;
	position: relative;
	z-index: 9;
	max-width: 1000px;
}

.bump p {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	max-width: 800px;
}

.bump a {
	color: #e86993;
}

.bump a:hover {
	text-decoration: underline;
}

/* MISSION STATEMENT */
#mission {
	color: #fff;
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 0;
	padding: 100px 20px 30px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.mission-overlap {
	color: rgb(64, 64, 64);
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 9;
	background: url("images/close_grey.png") no-repeat 0 0;
	background-position: center center;
	background-size: 120px;
}

#primary #mission p {
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto 20px;
	max-width: 550px;
}

/* DEPARTMENTS GRID */
#departments {
	width: 100%;
	margin: 0;
	padding: 0 2px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.dept-entry {
	width: 33%;
	margin: .15%;
	padding: 0;
	position: relative;
	cursor: pointer;
	z-index: 7;
	overflow: hidden;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-entry:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.dept-inner {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-logo {
	position: absolute;
	top: -45%;
	left: 0;
	width: 100%;
	height: 45%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-entry:hover .dept-logo {
	top: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-text {
	font-family: 'NexaRustSans-Black-Free';
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	height: 10%;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dept-entry:hover .dept-text {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-entry:hover .dept-inner {
	background: rgba(0, 0, 0, .7);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-entry:hover {
	transition: all .5s ease-in-out !important;
	-webkit-transition: all .5s ease-in-out !important;
	-moz-transition: all .5s ease-in-out !important;
	-o-transition: all .5s ease-in-out !important;
	background-size: 110% !important;
}

.dept-desc {
	position: absolute;
	bottom: -45%;
	left: 0;
	width: 100%;
	height: 45%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.dept-desc p {
	font-size: 15px;
	padding: 0 10px;
	margin: 0 auto;
	max-width: 340px;
}

.dept-entry:hover .dept-desc {
	bottom: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.page-mission {
	background: rgba(255, 255, 255, .7);
	padding: 50px 25% 30px;
}

/* SAMPLE DISTRIBUTION ACCOUNTS */
#accounts {
	width: 100%;
	height: 500px;
	position: relative;
	border: 1px solid #ccc;
}

.account-entry {
	width: 33%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.account-entry:nth-of-type(2) {
	width: 34%;
	left: 33%;
}

.account-entry:last-of-type {
	left: 67%;
}

.account-button {
	background: rgba(255, 255, 255, .2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	border-right: 1px solid #ccc;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.account-entry:last-of-type .account-button {
	border: 0;
}

.account-resource {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.account-entry.open .account-resource {
	display: flex;
	display: -webkit-flex;
}

.account-inner {
	background: rgba(255, 255, 255, .9);
	position: absolute;
	width: 50%;
	top: 25%;
	left: 25%;
	padding: 30px;
	color: #000;
}

.x-out {
	background: url("images/x-out.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
	position: absolute;
	cursor: pointer;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
}

/*-----------------
BEER TEMPLATE
-----------------*/
.tap-wrapper {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 60px;
	position: relative;
}

.tap-wrapper h6 {
	color: #ff0101;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 40px;
}

.tap-entry {
	margin: 0 0 10px;
}

.tap-entry span {
	background: url("images/separator.png") no-repeat 0 0;
	background-position: 1px center;
	background-size: 18px;
	padding-left: 24px;
}

.tap-entry span:first-of-type,
.tap-entry span:nth-of-type(2) {
	background: none;
	font-weight: 700;
	padding: 0;
}

.the-cans {
	width: 100%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
}

.the-cans h6 {
	font-family: 'Raleway', sans-serif;
	line-height: 100%;
	padding: 40px 10px;
	margin: 0 auto;
	background: #000;
}

#can-wrap {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 2px 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.can-entry {
	background-color: rgba(255, 255, 255, .4);
	width: 19.5%;
	margin: .25%;
	padding: 0;
	position: relative;
	cursor: pointer;
	z-index: 7;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.can-entry.alt {
	width: 24.5%;
}

.can-entry:nth-of-type(even) {
	background-color: rgba(245, 245, 245, .3);
}

.can-entry:nth-of-type(3n+0) {
	background-color: rgba(253, 253, 253, .2);
}

.can-entry:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-size: 105% !important;
}

.can-entry:after {
	content: "";
	display: block;
	padding-bottom: 150%;
}

.can-inner {
	background: rgba(169, 169, 169, 0.8);
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	z-index: 9;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.can-entry:hover .can-inner {
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.can-entry:hover .can-inner .can-title {
	padding: 0 0 5px;
}

.can-title {
	font-size: 16px;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0 40px;
}

.can-inner ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#retired-wrap {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.retired-entry {
	width: 33.3%;
	margin: 0;
	padding: 20px;
	position: relative;
}

#primary .retired-entry ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#primary .retired-entry ul li:first-child {
	font-weight: 700;
}

.seltzer-intro {
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

.seltzer-intro h6,
.seltzer-intro p {
	margin: 0;
	line-height: 140%;
}

.seltzer-intro p {
	font-size: 18px;
	font-style: italic;
}

#seltzer-section {
	width: 100%;
	margin: 0;
	padding: 0 2px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.seltzer-entry {
	width: 33%;
	margin: .15%;
	padding: 0;
	text-align: center;
	position: relative;
}

.seltzer-entry:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.seltzer-inner {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	color: #fff;
}

/* INDIVIDUAL BEER PAGE */
.beer-header {
	width: 100%;
	height: 700px;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
	position: relative;
	z-index: 9;
}

.beer-overlay {
	background: rgba(255, 255, 255, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

/* BACKGROUND NOT CURRENTLY IN USE */
.beer-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	background-attachment: fixed;
}

.beer-text {
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.beer-text h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9;
	text-shadow: 1px 1px 1px #000;
	font-size: 3em;
}

.can-shot {
	position: absolute;
	width: 400px;
	height: 600px;
	left: 50%;
	bottom: -10px;
	margin-left: -200px;
	z-index: 999;
}

.availability {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.limit-flex {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.availability a {
	display: block;
	color: #fff;
}

.availability ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	position: relative;
	z-index: 999;
}

.availability h1 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0;
	line-height: 100%;
}

.beer-summary {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px 30px;
}

/* BEER STATS AND TASTING NOTES */
.brand-wrap-one {
	background: rgba(169, 169, 169, 0.8);
}

.brand-wrap-two {
	background: rgba(169, 169, 169, 0.8);
}

.hmy,
.vafm {
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.vafm p {
	font-size: 16px;
}

.hmy h6:after,
.vafm h6:after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background: #ccc;
	margin: 20px auto;
}

.hmy a,
.vafm a {
	color: #fff;
}

.hmy ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.hops,
.malt,
.yeast,
.abv,
.visual,
.aroma,
.flavor,
.mouthfeel {
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 150px 20px 20px;
	color: #fff;
}

.hops {
	background: url("images/hops.png") no-repeat 0 0;
	background-position: center 30px;
	background-size: 70px;
}

.malt {
	background: url("images/malt.png") no-repeat 0 0;
	background-position: center 30px;
	background-size: 50px;
}

.yeast {
	background: url("images/yeast.png") no-repeat 0 0;
	background-position: center 40px;
	background-size: 90px;
}

.abv {
	background: url("images/abv.png") no-repeat 0 0;
	background-position: center 40px;
	background-size: 90px;
}

.bigger {
	font-size: 20px;
}

.visual {
	background: url("images/visual.png") no-repeat 0 0;
	background-position: center 40px;
	background-size: 90px;
}

.aroma {
	background: url("images/aroma.png") no-repeat 0 0;
	background-position: center 40px;
	background-size: 90px;
}

.flavor {
	background: url("images/flavor.png") no-repeat 0 0;
	background-position: center 40px;
	background-size: 90px;
}

.mouthfeel {
	background: url("images/mouthfeel.png") no-repeat 0 0;
	background-position: center 40px;
	background-size: 90px;
}

#coffee-section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px 30px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.coffee-intro {
	text-align: center;
	padding: 50px 20px 0;
}

.coffee-intro h6,
.coffee-intro p {
	margin: 0 auto;
}

.coffee-intro h6:after {
	width: 60px;
	height: 2px;
	display: block;
	content: "";
	margin: 10px auto 0;
	background: #ccc;
}

.coffee-intro p {
	font-style: italic;
}

.coffee-entry {
	width: 40%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	margin: 5%;
	text-align: center;
}

.coffee-entry img {
	width: 300px;
	margin: 0 auto;
}

/*-----------------
CONTACT SIDEBAR
-----------------*/
#secondary {
	width: 100%;
	position: relative;
	color: #fff;
}

#toggle-title {
	width: 300px;
	height: 40px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 0;
	z-index: 9;
	outline: 0;
}

.toggle-content {
	width: 100%;
	margin: 0;
	padding: 40px 20px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.toggle-content span {
	display: none;
}

#secondary iframe {
	padding: 10px;
}

.dev-message {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f00;
}

#time-of-day {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#time-of-day li {
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 6px;
	padding: 10px 20px;
	line-height: 100%;
	border: 1px solid #ccc;
	font-size: 12px;
}

#time-of-day li.active {
	background: #555;
	color: #fff;
}

.tab-content {
	display: none;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.tab-content.active {
	display: block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.section-title {
	color: #380001;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
}

.menu-section {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.menu-entry {
	background: #f5f5f5;
	width: 31%;
	margin: 1%;
	padding: 20px;
	position: relative;
}

.price {
	color: #000;
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: 700;
}

.menu-entry h6 {
	color: #000;
	line-height: 140%;
	text-transform: none;
	margin: 0 auto;
	padding-right: 60px;
}

.menu-entry p {
	font-size: 16px;
	color: #666;
}

.add-on {
	color: #000;
	position: relative;
	padding-right: 60px;
	font-size: 14px;
	font-weight: 700;
}

.addon-price {

	position: absolute;
	right: 0;
	top: 0;

}

#error-404 {
	background: url("images/404.jpg") no-repeat 0 0;
	background-size: cover;
	background-position: center center;
	width: 100%;
	min-height: 90vh;
	margin: 0 auto;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	color: #fff;
}

.limit-error {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	z-index: 9;
}

#error-404 a {
	color: #fff;
}

.photo-cred {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	font-style: italic;
	z-index: 9;
}

/*-----------------
FOOTER
-----------------*/
#colophon {
	background-color: #000;
	width: 100%;
	float: left;
	clear: both;
	padding: 30px 0;
	position: relative;
}

.footer-text {
	padding: 50px 20px 0;
	text-align: center;
	color: #fff;
}

.footer-text p,
.footer-text ul {
	margin: 0 auto;
	font-size: 16px;
}

.footer-text ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 100%;
}

.footer-text ul li {
	padding: 0 5px;
	margin: 0;
}

.copyright {
	font-size: 14px;
	padding-top: 50px;
}

.site-info {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer-area {
	color: #fff;
	margin: 20px;
	position: relative;
}

#colophon .footer-area img {
	display: block;
	width: 120px;
}

.footer-area .gform_wrapper {
	width: 300px;
}

#menu-footer-menu {
	max-width: 230px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#menu-footer-menu li {
	width: 50%;
}

#colophon .footer-area input[type="email"],
#colophon .footer-area input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0;
	text-indent: 6px;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
}

#colophon .footer-area input[type="submit"] {
	border-radius: 5px;
	cursor: pointer;
	background: #e86993;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 100%;
	padding: 10px 20px;
	border: 2px solid #e86993;
	color: #fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

#colophon .footer-area .gform_wrapper .top_label .gfield_label {
	display: none;
}

#colophon .footer-area input[type="submit"]:hover {
	background: #fff;
	color: #e86993;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

#colophon .footer-area .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

.footer-area a {
	color: #fff;
}

.footer-title {
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 16px;
	line-height: 130%;
}

.footer-area p,
.footer-area ul {
	font-size: 16px;
	font-weight: 700;
}

.footer-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-area ul li {
	margin: 0 0 10px;
	padding: 0;
}

.no-label label {
	display: none;
}

.menu-social-media-container ul {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-social-media-container ul li a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}

.menu-social-media-container .facebook a {
	background: url("images/facebook.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}

.menu-social-media-container .twitter a {
	background: url("images/twitter.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}

.menu-social-media-container .instagram a {
	background: url("images/instagram.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 1340px) {

	#masthead,
	#taps p,
	#main {
		max-width: 1300px;
	}
}

@media screen and (max-width: 950px) {
	.hero-button {
		margin: 10px auto 20px;
	}

	.site-info {
		margin: 0 auto;
		padding: 20px;
		flex-direction: column;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	.footer-area .gform_wrapper {
		width: 100%;
	}

	.footer-title {
		margin: 0 auto 10px;
	}

	.footer-area {
		margin: 20px auto;
	}

	#menu-footer-menu {
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.wp-block-spacer {
		max-height: 20px;
	}

	#hero-wall,
	#hero-wall.smaller {
		/* min-height: 400px;
		height: auto; */
	}

	#hero-wall .site-logo img{
		max-width: 200px;
	}

	.flicker,
	#hero-wall.smaller .flicker {
		font-size: 8vw;
		max-width: 600px;
		padding: 40px 16px;
	}

	.bump {
		max-width: 90%;
	}

	.bump p {
		font-size: 14px;
		font-weight: 400;
	}

	#masthead-wrap {
		background: #000;
		height: 70px;
		padding: 0 10px;
	}

	#masthead-wrap.shrink {
		top: 0;
	}

	#masthead {
		max-width: 100%;
		height: 70px;
	}

	.site-branding {
		width: 180px;
	}

	body:not(.home) #primary {
		margin-top: 70px;
	}

	#header-search,
	.down-button,
	#site-navigation {
		display: none;
	}

	/* MOBILE NAV */
	.menu-toggle,
	.menu-toggle:hover {
		background: url("images/menu.png") no-repeat 0 0;
		background-position: center center;
		background-size: 60px;
		position: fixed;
		width: 50px;
		height: 50px;
		top: 10px;
		right: 10px;
		z-index: 9;
		border: 0;
		outline: 0;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		cursor: pointer;
	}

	#mobile-navigation.toggled ul {
		display: block;
	}

	#mobile-navigation.toggled .menu-toggle {
		background: url("images/close.png") no-repeat 0 0;
		background-position: center center;
		background-size: 28px;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
	}

	#mobile-navigation {
		display: block;
		background: rgba(0, 0, 0, .9);
		width: 100%;
		position: fixed;
		left: 0;
		top: 70px;
		margin: 0;
	}

	#mobile-navigation ul {
		min-height: 100vh;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#mobile-navigation ul li {
		float: none;
		text-transform: uppercase;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: -ms-fit-content;
		width: -o-fit-content;
		width: fit-content;
		padding: 5px 0;
		margin: 0 auto;
		text-align: center;
	}

	#mobile-navigation ul li a {
		color: #fff;
	}

	#mobile-navigation ul ul {
		min-height: 0;
		width: 100%;
		position: relative;
		float: none;
		top: 0;
	}

	#mobile-navigation .menu-item-has-children a:after {
		content: "\e019";
		font-family: "linea-arrows-10";
		font-size: 20px;
		font-weight: 700;
		line-height: 0;
		margin-top: 12px;
		padding: 0;
		display: block;
		float: right;
	}

	#mobile-navigation .menu-item-has-children .sub-menu {
		padding: 0;
		font-size: 18px;
	}

	#mobile-navigation .menu-item-has-children .sub-menu a {
		color: #000;
	}

	#mobile-navigation .menu-item-has-children .sub-menu a:after {
		display: none;
	}

	#mobile-navigation ul ul li {
		width: 100%;
		background: none;
		text-transform: none;
		padding: 5px 0;
	}

	#masthead #mobile ul ul li a {
		border: 0;
	}

	#mission {
		min-height: 300px;
		padding: 100px 20px 30px;
	}

	#primary #mission p {
		max-width: 360px;
	}

	.dept-entry,
	.can-entry,
	.can-entry.alt,
	.menu-entry {
		width: 49%;
		margin: .5%;
	}

	.can-entry:nth-of-type(5n) {
		width: 99%;
	}

	.retired-entry {
		width: 50%;
	}

	.page-mission {
		padding: 50px 20px 30px;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.7em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6,
	.ibu-extra,
	p,
	ul,
	ol,
	#primary #mission p {
		font-size: 1em;
	}

	.hops,
	.malt,
	.yeast,
	.abv,
	.visual,
	.aroma,
	.flavor,
	.mouthfeel {
		width: 50%;
		padding: 150px 10px 10px;
	}

	.beer-header {
		height: 500px;
	}

	.can-shot {
		background-size: 300px !important;
		background-position: center 50px !important;
		z-index: 8;
	}

	.limit-flex {
		padding: 10px 0;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.limit-flex span {
		display: none;
	}

	.limit-flex h1 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.vafm p,
	.can-title {
		font-size: 14px;
	}

	.availability ul {
		line-height: 100%;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.availability ul li {
		margin: 0 10px 0 0;
	}

	.page-header {
		min-height: 400px;
	}

	.page-header h2 {
		max-width: 100%;
		font-size: 2em;
	}

	.section-heading {
		font-size: 32px;
	}

	#operating-hours {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 20px 0;
	}

	.wp-block-columns {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.wp-block-columns .wp-block-column {
		padding: 0;
		margin: 0 auto 20px;
	}

	.hours-entry {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 700px) {
	#accounts {
		height: 600px;
	}

	.dept-text {
		font-size: 16px;
	}

	.page-header h2 {
		font-size: 22px;
	}

	.wp-block-spacer {
		height: 20px;
	}

	/* Currently no HTML to target. If desired, this element is a simple, empty div with the mission-overlap class */
	.mission-overlap {
		height: 80px;
		position: absolute;
		bottom: -40px;
		left: 0;
		z-index: 9;
		background-size: 80px;
	}

	.account-entry {
		width: 100%;
		height: 200px;
	}

	.account-entry:nth-of-type(2) {
		width: 100%;
		left: 0;
		top: 200px;
	}

	.account-entry:last-of-type {
		left: 0;
		top: 400px;
	}

	.account-button {
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.account-inner {
		width: 90%;
		top: 5%;
		left: 5%;
		padding: 20px;
	}

	#coffee-section {
		padding: 50px 20px 30px;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.coffee-entry {
		width: 90%;
	}

	.coffee-entry img {
		max-width: 200px;
	}

	.dept-entry,
	.seltzer-entry {
		width: 99%;
	}

	.seltzer-entry {
		margin: .5%;
	}

	.menu-entry {
		width: 100%;
	}

	#time-of-day {
		padding: 10px;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}

	#time-of-day li {
		padding: 10px;
		text-align: center;
		width: 200px;
		margin: 5px auto;
	}

	.footer-text ul {
		flex-direction: column;
		line-height: 140%;
	}
}