@import url("https://use.typekit.net/jyk0eeh.css");
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

/*
Theme Name: Center of the Universe
Theme URI: https://cotubrewing.com
Description: Center of the Universe 2019+
Author: Helium Studio
Author URI: https://heliumstudio.com
Version: 1.0
*/

/* 

This website was proudly designed and built by
 _   _        _  _                    ____   _               _  _        
| | | |  ___ | |(_) _   _  _ __ ___  / ___| | |_  _   _   __| |(_)  ___  
| |_| | / _ \| || || | | || '_ ` _ \ \___ \ | __|| | | | / _` || | / _ \ 
|  _  ||  __/| || || |_| || | | | | | ___) || |_ | |_| || (_| || || (_) |
|_| |_| \___||_||_| \__,_||_| |_| |_||____/  \__| \__,_| \__,_||_| \___/ 

*/

/* ===================================================================== */
/* =============================== Style =============================== */
/* ===================================================================== */
/*

/* ==================== 
		= HTML5 Reset
		= Layout
		= Header
		= Alert
		= Navigation
			-- Flyout
			-- Nav Animations
				--- Bottling Nav
				--- Malt Nav
			-- Mobile Nav
		= Age Verify
		= Home Feature
			-- Scroll Arrow
		= Page Feature
			-- Clip Path
			-- No Feature
		= Description Panel
		= Event Masonary
		= Award & Accolades
		= Main
		= Flex Rows
			-- Term List
			-- Step List
			-- Page Gallery
			-- Table Panel
		= Share Box
		= Location Masonary
		= Location Map
		= Homebrewing
		= News Post
			-- Pagination
		= Beers Layout
		= Contact Form
			-- Contact Sidebar
		= Footer
			-- Social Nav
		= Forms
		= Fonts
		= Hides & Fixes
		= Media: Mobile
			-- Desktop less than 1500px
			-- Desktop less than 1440px
			-- Desktop less than 1336px
			-- Desktop less than 1280px
			-- Desktop less than 1024px
			-- Desktop less than 980px
			-- Desktop less than 860px
			-- Desktop less than 768px
			-- Desktop less than 640px
			-- Desktop less than 568px 
		= Media: Print 

   ====================
*/


/* ========================================== 

    HTML5 Reset 

========================================== */

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; text-decoration: none;}

/* ========================================== 

    Layout 

========================================== */

html { font-size: 62.5%;}
body {
	font-size: 14px;
	font-size: 1.4rem;
	background: #DAA257;
	color: #000000;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}

::selection { background: #026936; color: #ffffff;}
::-moz-selection { background: #026936; color: #ffffff;}

.row {
/* Rows are the main wrapping element above ANY column-type NEVER put a .row inside a column */
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap; 
}

.row.reduce { max-width: 1100px;}

.row:before,
.row:after { content: normal; display: table; }
.row:after { clear: both; }
.row.full { max-width: 100% !important; padding: 0;}

.col, /*col (columns) should break between 768 - 640*/
.mcol, /*mcol (mobile columns) should break between 568 - 320*/
.scol /*scol (small columns) should never break*/ {
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	flex-wrap: wrap;
}

.inner { width: 100%;}

.one	{ width: 8.3333%;} /* 1/12 of container */
.two	{ width: 16.6667%;} /* 1/6 of container */
.three	{ width: 25%;} /* 1/4 of container */
.four	{ width: 33.3333%;} /* 1/3 of container */
.five	{ width: 41.6667%;} /* 5/12 of container */
.six	{ width: 50%;} /* 1/2 of container */
.seven	{ width: 58.3333%;} /* 7/12 of container */
.eight	{ width: 66.6667%;} /* 2/3 of container */
.nine	{ width: 75%;} /* 3/4 of container */
.ten	{ width: 83.3333%;} /* 5/6 of container */
.eleven	{ width: 91.6667%;} /* 11/12 of container */
.twelve	{ width: 100%;} /* Full Width */


/* ========================================== 

    Header 

========================================== */

#site-header {
	background-color: #000000;
	background-image: url(images/gold-bg.gif);
	background-repeat: repeat;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 8000;
}

#site-header.sticky {
	top: 0;
	position: fixed;
}

#logo {
	position: absolute;
	top: -100px;
	right: 30px;
}

#logo .logo-sign {
	position: relative;
	top: 0;
	right: 0;
	z-index: 10;
	width: 200px;
	height: 204px;
	transition: all .5s;
}

#site-header.scroll #logo .logo-sign {
	display: none;
}

#logo .logo-icon {
	position: absolute;
	top: 31px;
	right: 0;
	z-index: 20;
	width: 103px;
	height: 73px;
	transform: rotate(0deg);
	transition: all .5s;
}

#site-header.scroll #logo .logo-icon {
  top: 110px;
  right: 120px;
  width: 90px;
  height: 64px;
}

#logo:hover .logo-icon {
	transform: rotate(20deg) scale(1.1);
	top: 25px;

}

/* ========================================== 

    Alert

========================================== */

#alert {
	padding: 50px;
	background: #19692f;
	color: #fff;
	text-align: left;
}
#alert .col {
	justify-content: flex-start;
}
#alert a {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: 20px;
    margin-left: 0px;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: inherit;
	padding: 15px 25px;
	font-size: 15px;
}
#alert .btn {
	color: #2A2A2A;
	border: 2px solid #fff;
	background: #d9a43f;
	text-transform: uppercase;
	text-align: center;
}
#alert .btn:hover {
	border: 2px solid #d9a43f;
	background: #2A2A2A;
	color: #fff;
}
#alert .message h1 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 36px;
	color: #d9a43f;
	font-weight: 700;
}
#alert .message .link {
	color: #fff;
	text-decoration: underline;
}
#alert .hours h1 {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}
#alert .hours > div:first-of-type {
	display: block;
	width: 100%;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 10px;
}
#alert .hours table {
	width: 100%;
}


/* ========================================== 

    Navigation 

========================================== */

#site-header nav > ul { display: flex;}

#site-header ul li > a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 2.18px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 16px 30px;
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
	transition: all .5s;
}

#site-header ul li:hover > a {
	background-color: #2a2a2a;
}

#site-header ul li.beer-flyout:hover > a {
	background-color: #C3782E;
	color: #ffffff;
}

#site-header .release-calendar ul li > a {
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding: 6px 0;
  background-color: transparent!important;
}

#main-nav ul li { position: relative;}
#main-nav ul li.beer-flyout { position: static;}

/* ------------------------------------------ 

    Flyout 

------------------------------------------ */

/*#site-header ul li:hover > .flyout {
	display: block;
}*/

.flyout {
	width: auto;
	height: auto!important;
	background-color: #2a2a2a;
	padding: 20px;
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	border-bottom: 3px solid #2a2a2a;
}

.no-cssreflections .flyout { top: 55px;}

.flyout.beer {
	width: 100%;
	background-color: #C3782E;
	padding: 50px 0 40px;
	top: 56px;
	left: 0;
	border-bottom: 3px solid #ffffff;
}


.flyout.beer > .row {
	padding-left: 1px;
	padding-right: 1px;
}


.flyout h2 {
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	color: #DAA257;
	letter-spacing: 2.1px;
	line-height: 37px;
	line-height: 3.7rem;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}
h2.indent {
	margin-left: 10px;
}

.year-round-beers,
.extended-beers,
.flyout-nav {
	flex-wrap: wrap;
	display: block;
	justify-content: space-between;
	width: 100%;
}

.flyout.beer .flyout-nav {
	flex-wrap: nowrap;
	display: flex;
}

.year-round-beers::after {
	content: "";
	border-right: 1px solid #DAA257;
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
}
.extended-beers::after {
	content: "";
	border-right: 1px solid #DAA257;
	height: 100%;
	position: absolute;
	right: -25px;
	top: 0;
}

.year-round-beers a,
.extended-beers a,
.flyout-nav a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	letter-spacing: 0.51px;
	text-align: left;
	line-height: 20px;
	padding: 10px 18px;
	text-decoration: none;
	white-space: nowrap;
}

.flyout-nav a {
	background-color: transparent;
	transition: all .5s;
}

.flyout-nav a:hover {
	background-color: rgba(0,0,0,.25);
}

.flyout-nav.beer a,
.year-round-beers a,
.extended-beers a {
	color: #FFFFFF;
	background-color: transparent!important;
	padding: 0 18px;
	white-space: normal;
	text-align: center;
}

.year-round-beers a span,
.extended-beers a span {
	font-size: 12px;
	line-height: 15px;
}


.year-round-beers a img,
.extended-beers a a img,
.flyout-nav a img {
	margin: 0 auto 20px;
	position: relative;
	z-index: 40;
	top: 0;
	transform: rotate(0deg);
	transition: all .5s;
}
.year-round-beers a .can-img,
.extended-beers a .can-img { 
	position: relative;
}
.year-round-beers a:nth-child(odd) .can-img:hover img,
.extended-beers a:nth-child(odd) .can-img:hover img {
	top: -20px;
	transform: rotate(4deg);
}
.year-round-beers a:nth-child(even) .can-img:hover img,
.extended-beers a:nth-child(even) .can-img:hover img {
	top: -20px;
	transform: rotate(-4deg);
}

.year-round-beers a .can-img img,
.extended-beers a .can-img img {
	width: 70px;
	min-width: 70px;
}


.year-round-beers a .can-img::after,
.extended-beers a .can-img::after {
	content: "";
	background-image: url(images/can-shadow.png);
	width: 70px;
	height: 12px;
	position: absolute;
	bottom: 16px;
	z-index: 20;
	left: 50%;
	margin-left: -40px;
	opacity: .2;
	filter: blur(3px);
	transition: all .5s;
}
.year-round-beers a .can-img:hover::after,
.extended-beers a .can-img:hover::after {
	opacity: .1;
	filter: blur(4px);
}
strong.beer-name {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
}
.beer-type {
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #ffffff;
}
.release-calendar.col.four {
    width: 26%;
}
.release-calendar ul {
	width: 100%;
	columns: 2;
}
.release-calendar ul li {
	padding-left: 45px;
	position: relative;
	margin-bottom: 10px;
	break-inside: avoid;
	height: 35px;
}

.release-calendar ul li .month {
	padding-top: 11px;
	width: 35px;
	height: 35px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #eec8a1;
	letter-spacing: 1.1px;
	background-color: #d2934e;
	text-align: center;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

#mobile-nav .release-calendar ul li .month {
	padding-top: 8px;
}

.release-calendar ul li.current .month {
	color: #DAA257;
	background-color: #ffffff;
}

/* ------------------------------------------ 

    Nav Animations 

------------------------------------------ */

.animation-border { position: relative;}

.location-nav img {
	max-width: 300px;
	border: 3px solid #DAA257;
}

.location-nav a .location-image img {
	transform: rotate(0deg);
	transition: all .5s;
}

.location-nav a:hover .location-image img { transform: rotate(4deg);}

#abv-formula-nav .calc-text {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-image: url(images/calc-B.png);
	top: 0;
	left: 0;
}

/* --------------- Bottling Nav --------------- */

#bottling-nav img {
	position: relative;
	transition: all .5s;
	top: 0;
	transform: rotate(0deg);
}

#bottling-nav:hover img {
	top: -20px;
	transform: rotate(4deg);
}

#bottling-nav .animation-border::after {
	content: "";
  background-image: url(images/can-shadow.png);
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 35px;
  z-index: 20;
  left: 50%;
  margin-left: -40px;
  opacity: .2;
  filter: blur(3px);
  transition: all .5s;
}

#bottling-nav .animation-border:hover::after {
	opacity: .1;
	filter: blur(4px);
}

/* --------------- Malt Nav --------------- */

#malt-profiles-nav img {
	z-index: 40;
}

#malt1,
#malt2 {
	position: absolute;
	top: 0;
	opacity: 0;
	transform: rotate(0deg);
	z-index: 30;
	transition: all 0s;
}

#malt1 { left: 90px;}
#malt2 { left: 110px;}


/* ------------------------------------------ 

    Mobile Nav 

------------------------------------------ */

#nav-trigger {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 20px;
  z-index: 9999;
  top: 0;
}
#nav-trigger #hamburger-top,
#nav-trigger #hamburger-mid,
#nav-trigger #hamburger-btm {
  height: 3px;
  background-color: #ffffff;
  width: 28px;
  display: block;
  position: absolute;
  border-radius: 3px;
  left: 0;
  transition: all .3s;
}
#site-header.sticky #nav-trigger #hamburger-top,
#site-header.sticky #nav-trigger #hamburger-mid,
#site-header.sticky #nav-trigger #hamburger-btm {
  background-color: #ffffff;
}
#nav-trigger #hamburger-top { top: 0;}
#nav-trigger #hamburger-mid { top: 8px;}
#nav-trigger #hamburger-btm { top: 16px;}
#nav-trigger.triggered #hamburger-top,
#nav-trigger.triggered #hamburger-mid,
#nav-trigger.triggered #hamburger-btm,
#site-header.sticky #nav-trigger.triggered #hamburger-top,
#site-header.sticky #nav-trigger.triggered #hamburger-mid,
#site-header.sticky #nav-trigger.triggered #hamburger-btm  {
  background-color: #ffffff;
}
html.csstransforms #nav-trigger.triggered #hamburger-top {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 8px;
}
html.csstransforms #nav-trigger.triggered #hamburger-btm {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 8px;
}
html.csstransforms #nav-trigger.triggered #hamburger-mid { opacity: 0;}
#mobile-nav {
	display: none;
	width: 100%;
	position: relative;
	background-color: #BF8638;
	z-index: 40;
}
#mobile-nav nav {
	display: none;
	padding-top: 30px;
}
#mobile-nav nav .sub-menu {
  display: none;
  overflow: hidden!important;
}
#mobile-nav nav > ul > li { border-bottom: 1px solid #dfb77c;}
#mobile-nav nav > ul > li > a {
	font-size: 24px;
	font-size: 2.4rem;
	color: #ffffff;
	letter-spacing: 2.18px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 25px 30px;
}
#beer-listing .sub-menu > li {
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px 0 20px;
}
#beer-listing .sub-menu li .can-img img {
	max-height: 150px;
	margin-bottom: 20px;
}
#beer-listing .sub-menu li a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	letter-spacing: 0.51px;
	text-align: center;
	line-height: 20px;
	padding: 8px 10px 0 10px;
	text-decoration: none;
}
#beer-listing .sub-menu li.title {
	width: 100%;
	float: none;
}
#beer-listing .sub-menu li.title h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 0;
}
li.mnav-trigger { position: relative;}
li.mnav-trigger > a::after {
	content: "";
	font-family: 'Font Awesome 5 Pro';
	font-size: 30px;
	color: #DAA257;
	position: absolute;
	right: 20px;
	top: 25px;
	font-weight: 200;
	transform: rotate(-135deg);
	transition: transform .5s;
}
li.mnav-trigger.open > a::after {
	transform: rotate(0deg);
}
.sub-menu {
	background-color: #026936;
	padding: 25px 10px;
}
.sub-menu > li > a {
	display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  letter-spacing: 0.51px;
  text-align: left;
  line-height: 20px;
  padding: 10px 0;
  text-decoration: none;
}
.sub-menu .location-image { position: relative;}

.sub-menu .location-image span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3.27px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
  z-index: 40; 
}
.sub-menu .location-image .shade { transition: all .5s;}
.sub-menu .location-image:hover .shade { background-color: rgba(0,0,0,.7);}

.sub-menu .location-image img { width: 100%;}

/* ========================================== 

    Age Verify 

========================================== */

body.scroll-lock {
	height: 100%;
	overflow: hidden;
}

#age-verify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	height: 100%;
  background-color: #000000;
  background-image: url(images/verify-bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  z-index: 9999;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  text-align: center;
  z-index: 9999;
}

#age-verify img { margin-bottom: 40px;}

#age-verify h1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.verify-gate,
.underage-lock {
	position: absolute;
	top: 50%;
}

/*#age-verify .inner  {
	padding-top: 50%;
	margin-top: -191px;
}*/

#under-21, #over-21, #age-oops {
  cursor: pointer;
  border: 2px solid #ffffff;
  padding: 15px 40px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  background-color: transparent;
  letter-spacing: 1.68px;
  transition: all .5s;
}

#over-21 { margin-left: 40px;}

#under-21:hover, #over-21:hover, #age-oops:hover {
  border-color: #DAA257;
  background-color: #DAA257;
}

#verify-trigger,
.underage-lock { display: none;}


/* ========================================== 

    Home Feature 

========================================== */

#home-feature,
#page-feature {
	min-height: 800px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000000;
	z-index: 10;
	overflow: hidden;
}

#beer-feature {
	max-height: 600px;
}

#page-feature {
	padding-top: 250px;
	padding-bottom: 70px;
	min-height: 950px;
}

#home-feature > .row,
#page-feature > .row,
#beer-feature > .row {
	position: relative;
	z-index: 50;
	justify-content: center;
}

.shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(0,0,0,.4);
}

#home-feature video,
#beer-feature video {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	z-index: 0;
  	min-height: 960px;
	min-width: 100%;
}

#home-feature svg path,
#beer-feature svg path {
	fill: #ffffff;
	transform: translateY(20px);
	opacity: 0;
	transition: all .3s;
}

/* ------------------------------------------ 

    Scroll Arrow 

------------------------------------------ */

#scroll-arrow {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -30px;
	font-size: 120px;
	font-size: 12rem;
	color: #ffffff;
	z-index: 9000;
	opacity: .3;
}

/* ========================================== 

    Page Feature 

========================================== */

#sign-board {
	position: absolute;
	top: 50px;
	left: 240px;
	z-index: 20;
}

.lrg-can,
.lrg-thumb {
	z-index: 90;
	position: relative;
	left: 70px;
	display: inline-block;
}
.lrg-can img,
.lrg-thumb img {
	position: relative;
	z-index: 30;
	top: 0;
	transform: rotate(0deg);
	transition: all .5s;
}
.lrg-can.tall-can img { top: -100px;}

.lrg-can.tall-can:hover img {
	top: -130px;
	transform: rotate(3deg);
}


.lrg-can.tall-can::after { bottom: 70px;}

.lrg-thumb {
	left: 30px;
  top: 110px;
}

.lrg-thumb img {
	max-width: 350px;
	height: auto;
}

.lrg-can:hover img {
	top: -30px;
	transform: rotate(3deg);
}

.lrg-thumb:hover img {
	transform: scale(1.1);
}

.lrg-can.tall { top: -100px;}

.lrg-can::after {
	content: "";
	background-image: url(images/beer-can-shadow.png);
	background-size: 309px;
	width: 309px;
	height: 76px;
	position: absolute;
	left: 50%;
	margin-left: -154px;
	bottom: -33px;
	z-index: 20;
	opacity: .6;
	transition: all .5s;
}

.lrg-can:hover::after {
	opacity: .3;
	transform: blur(5px);
}

#sign-text {
	position: absolute;
	top: 50px;
	left: 240px;
	z-index: 40;
	padding: 70px 150px 0 200px;
	color: #ffffff;
  max-width: 1040px;
}
#sign-text h1 {
	font-size: 80px;
	font-size: 8rem;
	letter-spacing: 3px;
	text-align: left;
	line-height: 65px;
	line-height: 6.5rem;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
}

#sign-text h1 span {
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 2px;
}

#sign-text p,
#sign-text ul li {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	line-height: 24px;
}

#sign-text ul {
	columns: 2;
	list-style: none;
	max-width: 600px;
	margin-bottom: 35px;
}

#sign-text .shade {
	display: none;
}

.st-content {
	position: relative;
	z-index: 40;
}
.extended-seasonal {
	margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    line-height: 24px;
	display: block;
	font-style: italic;
}

.st-content a {
	color: #DAA257;
}

#beer-banner {
	position: absolute;
	right: 1600px;
	top: 0;
	z-index: 100;
}

/* ------------------------------------------ 

    Clip Path 

------------------------------------------ */

#page-feature.clip {
	padding-top: 150px;
	min-height: auto;
	padding-bottom: 0;
	height: 650px;
	overflow: visible;
	text-align: center;
  background-position: 50% 100%;
}

img.clipping {
	clip-path: url(#clip-path-lrg);
	-webkit-clip-path: url(#clip-path-lrg);
	width: 1304px;
	height: auto;
}

#page-feature.clip.ie-fallback {
	padding-top: 0;
	height: 600px;
	background-position: 50% 40%;
  background-attachment: scroll;
}

.page-id-69 #page-feature.clip.ie-fallback { background-position: 50% 0;}

#baseball, #compass {
	position: absolute;
	z-index: 700;
}
#baseball {
	top: 100px;
  left: -700px;
  transform: rotate(-720deg);
  transition: all .5s;
}
#baseball:hover { transform: rotate(180deg)!important;}
#compass {
	top: -70px;
	right: -800px;
	transform: rotate(130deg);
  transition: all .5s;
}
#compass:hover { transform: rotate(80deg)!important;}

/* ------------------------------------------ 

    No Feature 

------------------------------------------ */

#page-feature.no-feature {
	min-height: 350px;
	padding: 0!important;
	background-position: 50% 50%;
	overflow: visible;
}

#page-feature.no-feature h1 {
  font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  line-height: 65px;
  line-height: 6.5rem;
  letter-spacing: 2.5px;
  font-weight: 200;
  text-transform: uppercase;
  padding-top: 200px;
  padding-bottom: 85px;
}


/* ========================================== 

    Description Panel 

========================================== */

#desc-panel {
	background-color: #000000;
	background-image: url(images/gold-bg.gif);
	background-repeat: repeat;
	padding: 70px 100px;
	text-align: center;
}

#desc-panel.beer-bg {
	background-color: #2a2a2a;
}


#desc-panel > .row { max-width: 1200px;}
.white-logo {
	background-image: url('images/cotu_white_logo.svg');
	width: 150px;
	height: 108px;
	margin: 0 auto 35px;
	transform: rotate(0deg);
	transition: all .5s;
}
.white-logo:hover { transform: rotate(360deg);}

	#desc-panel h3 { margin-bottom: 30px;}

	#desc-panel p {
	font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .2px;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 20px;
    color: #ffffff;
	}


/* ========================================== 

    Event Masonary 

========================================== */

.event-item {
	width: 100%;
	position: relative;
	background-color: #000000;
	background-position: 50% 50%;
	background-size: cover;
	transition: all .5s;
}
.event-item.lrg {
	overflow: hidden;
}

.event-item.lrg img {
	transform: scale(1);
	transition: all .5s;
}
.event-item.lrg:hover img {
	transform: scale(1.1);
}

.event-item.sm {
	height: 50%;
	background-size: 100%;
}
.event-item.sm:hover {
	background-size: 110%;
	z-index: 40;
}
.event-item img {
	width: 100%;
	height: auto;
	z-index: 10;
	position: relative;
}
.event-content {
	position: absolute;
	bottom: 65px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 50;
	color: #ffffff;
}
.event-item.sm .event-content { bottom: 20px;}
.event-content p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	letter-spacing: 2.18px;
	text-align: center;
	line-height: 29px;
	line-height: 2.9rem;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	text-transform: uppercase;
	max-width: 300px;
	margin: 0 auto;
}

/* ========================================== 

    Award & Accolades 

========================================== */

#awards {
	padding: 140px 0 100px;
	background-color: #2E2E2E;
}
#awards ul {
	list-style: none;
	list-style-type: none;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
}
.award {
	text-align: center;
	color: #ffffff;
/*	padding: 0 25px!important;
*/}
.award img {
	margin-bottom: 30px;
	position: relative;
	top: 0;
	transition: all .5s;
}
.award:hover img {
	transform: scale(1.1);
	top: -5px;
}
.award p {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 10px;
}
.award span {
	color: #DAA257;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}
#awards-slider .flex-viewport {
	width: 100%;
	padding-top: 20px;
}
#awards-slider.flexslider .slides img {
	width: auto; 
	display: inline-block; 
}
.flex-control-paging li a.flex-active { background: #ffffff;}
#awards-slider .flex-direction-nav .flex-next { right: -50px;}
#awards-slider .flex-direction-nav .flex-prev { left: -50px;}
#awards-slider .flex-control-nav {
	bottom: -80px;
	display: none;
}
.flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#awards-slider .flex-direction-nav a {
	width: 30px;
	height: 66px;
  margin-top: -33px;
}
#awards-slider .flex-direction-nav a:before,
#awards-slider .flex-direction-nav a.flex-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f104';
  font-size: 80px;
	color: #ffffff;
}
#awards-slider.flexslider:hover .flex-direction-nav a { opacity: .4;}
#awards-slider.flexslider:hover .flex-direction-nav a:hover { opacity: 1;}
#awards-slider .flex-direction-nav a.flex-next:before { content: '\f105';}

/* ========================================== 

    Main 

========================================== */

#main {
	background-color: #2A2A2A;
	padding-top: 200px;
	padding-bottom: 125px;
}

.post-type-archive-cotu_beers #main {
	padding-top: 0;
	padding-bottom: 0;
}

#main.news-feed,
#main.reduce-pad { padding-top: 80px;}

#main.trim-btm { padding-bottom: 0;}

body.single-post #main.news-feed { 
	padding-bottom: 0;
	font-size: 18px;
    font-size: 1.8rem;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 28px;
    line-height: 2.8rem;
}
body.single-post #main.news-feed > .row > .inner > div {
    margin-bottom: 20px;
}

#main.page .post-content { max-width: 1024px;}
#main .row { justify-content: center;}

.post-content h1 {
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
	text-align: left;
	font-size: 60px;
	font-size: 6rem;
	line-height: 65px;
	line-height: 6.5rem;
	letter-spacing: 2.5px;
	font-weight: 200;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.post-content h1.post-title { margin-bottom: 5px;}

.post-content h2 {
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
	text-align: left;
	font-size: 30px;
	font-size: 3rem;
	line-height: 37px;
	line-height: 3.7rem;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	text-transform: none;
	font-weight: 500;
}

.post-content h3 {
	color: #DAA257;
	text-align: left;
	text-transform: uppercase;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 5px;
	letter-spacing: 3.27px;
	font-weight: 500;
}

.post-content p,
.post-content a,
.post-content ul li,
.post-content ol li {
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 28px;
	line-height: 2.8rem;
	margin-bottom: 20px;
	font-weight: 500;
}

.post-content a { color: #DAA257;}

.post-content ul,
.post-content ol {
	margin-left: 20px;
	margin-bottom: 30px;
}
.post-content ul li,
.post-content ol li {
	margin-bottom: 10px;
	line-height: 30px;
	line-height: 3rem;
}

.post-content .categories {
	display: block;
	color: #DAA257;
}
.post-content .categories a {
	color: #DAA257;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 17px;
}

.post-content .categories a:hover {
	text-decoration: underline;
}

.post-content img.post-thumbnail {
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
}

.post-content .location-info {
	margin-top: 35px;
}

.post-content .location-info p,
.post-content .location-info a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 27px;
	line-height: 2.7rem;
	margin-bottom: 30px;
	font-weight: 500;
}

.post-content .location-info p a { color: inherit;}

.currently-on-tap h2 {
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
	font-weight: 300;
	text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 1.5px;
  text-transform: none;
}

.post-content .location-info strong,
.currently-on-tap ul li strong {
	color: #DAA257;
	font-weight: 500;
	font-size: 19px;
	font-size: 1.9rem;
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
}

.currently-on-tap ul li strong {
	font-size: 20px;
	font-size: 2rem;
}

.post-content .location-info .facebook-link {
	/*background-image: url(images/facebook-border.svg);
	background-repeat: no-repeat;
	background-size: 382px;*/
	display: block;
	width: 382px;
	height: 233.2px;
	padding-top: 100px;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3rem;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
  top: -35px;
  left: -30px;
  margin: 0 auto;
  text-align: center;
}

.post-content .location-info .facebook-link #fb-border {
	position: absolute;
	top: 3px;
	right: -10px;
	z-index: 20;
	fill: #dba158;
	transition: all .5s;
}

.post-content .location-info .facebook-link > div {
	margin-left: -10px;
	z-index: 30;
	transition: all .5s;
}

.post-content .location-info .facebook-link:hover > div {
	color: #dba158;
}

.post-content .location-info .facebook-link span {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 3rem;
}

.post-content .location-info .facebook-link:hover #fb-border {
	fill: #ffffff!important;
}

.post-content .location-info > .col {
	/*padding: 0 20px;*/
}

.post-content .location-info table {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 27px;
	line-height: 2.7rem;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 30px;
}

.post-content hr {
	margin: 60px 10% 75px;
	width: 80%;
	border-top-color: #979797;
}

.post-content .currently-on-tap h2 {
  text-align: center;
  margin-bottom: 50px;
}

.currently-on-tap ul {
	columns: 4;
	list-style: none;
	width: 100%;
	column-gap: 20px;
}

.currently-on-tap ul li {
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 27px;
	line-height: 2.7rem;
	margin-bottom: 30px;
	font-weight: 500;
	break-inside: avoid;
}

.post-content .post-password-form p {
	text-align: center;
}

#pwbox-78 {
	text-align: center;
	margin-bottom: 20px;
}



/* ========================================== 

    Flex Rows 

========================================== */

#flex-rows {
	background-color: #2A2A2A;
	padding-top: 20px;
	padding-bottom: 100px;
}

#flex-rows.gallery { padding-bottom: 0;}

.flex-row { padding-bottom: 60px;}
.flex-row > .row { justify-content: center;}
.flex-row .post-content { max-width: 1024px;}

/* ------------------------------------------ 

    Term List 

------------------------------------------ */

.term-list .brew-terms {
	list-style: none;
	margin-left: 0;
}

.brew-terms strong {
	color: #DAA257;
}

/* ------------------------------------------ 

    Step List 

------------------------------------------ */

.step-list ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-left: 30px;
}
.step-list ol li {
  counter-increment: my-awesome-counter;
  position: relative;
}
.step-list ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #DAA257;
  font-weight: bold;
  position: absolute;
  left: -30px;
  top: 0;
}

/* ------------------------------------------ 

    Page Gallery 

------------------------------------------ */

.page-gallery {
	height: 550px;
	margin-top: 60px;
	overflow: hidden;
}

.single-cotu_beers .page-gallery { margin-top: 0;}

.page-gallery img {
	width: 100%;
	height: auto;
	opacity: 0;
}

.page-gallery .col {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* ------------------------------------------ 

    Table Panel 

------------------------------------------ */

.table-panel table {
	width: 100%;
	color: #ffffff;
}

.table-panel table thead tr {
/*	border: 1px solid #dcdcdc;
*/	background-color: #4a4a4a;
}

.table-panel table tr td,
.table-panel table tr th {
	padding: 15px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

.table-panel table tbody tr:nth-child(even) { background-color: #4a4a4a;}
.table-panel table tr th { padding: 30px 20px;}

.table-panel table tbody tr {
	transition: all .5s;
}
.table-panel table tbody tr:hover { color: #DAA257;}

/* ========================================== 

    Share Box 

========================================== */

#share-box {
	background-color: #262626;
	padding: 30px 0;
	margin-top: 40px;
	justify-content: center!important;
}
#share-box p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #DAA257;
	margin-right: 30px;
	padding-top: 15px;
}
#share-box a { margin-left: 15px;}
#share-box a svg {
	fill: #ffffff;
  transition: fill .5s;
}

#share-box a:hover svg { fill: #DAA257;}

/* ========================================== 

    Location Masonary 

========================================== */

#location-masonary {
	opacity: 0;
}

.brick {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	transition: background .5s;
	background-color: #000000;
}

.brick:hover { background-size: 110%;}


.brick img {
	width: 100%;
	transform: scale(1);
	transition: all .5s;
	position: relative;
	z-index: 5;
}

.brick:hover img {
	z-index: 50;
	transform: scale(1.2);
}

.brick.small { width: 50%;}
.brick.large { width: 100%;}

.wall {
	display: flex;
	flex-wrap: wrap;
}
.wall.lrg { width: 40%;}
.wall.sm { width: 20%;}

#sb_instagram {
	display: none!important;
}

/* ========================================== 

    Location Map 

========================================== */

#location-map {
	max-height: 740px;
}

#location-map .infowindow {
	padding: 43px 0 0 88px;
	width: 396px;
	height: 210px;
	display: block!important;
	font-family: Muli, sans-serif;
}

#location-map .infowindow strong {
	font-size: 20px;
	font-size: 2rem;
	line-height: 27px;
	line-height: 2.7rem;
	letter-spacing: .5px;
	color: #DAA257;
	font-weight: 500;
}
#location-map .infowindow p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 23px;
	line-height: 2.3rem;
}

#location-map .infowindow a {
	color: #026936;
}

#location-map button[aria-label="Close"] {
	top: 50px!important;
  right: -60px!important;
}


.gm-style .gm-style-iw {
  background-image: url(images/map-infowindow.svg);
  background-color: transparent;
  top: 40px !important;
  left: 127px !important;
  width: 396px!important;
  height: 210px!important;
  padding-top: 0;
  display: block !important;
}    

.gm-style .gm-style-iw,
.gm-style .gm-style-iw > div > div {
	display: block!important
}

.gm-style div div div div div div div { display: none}


.gm-fullscreen-control,
.gm-style .gm-style-mtc div {
	display: none!important;
}


/* ========================================== 

    Homebrewing 

========================================== */

.hb-step {
	position: relative;
/*	opacity: 0;
*/}

.hb-step.imgright { padding-top: 20px;}
.hb-step img {
	position: absolute;
  max-width: 30%;
}

.hb-step.imgleft img { left: 0; top: 0;}
.hb-step.imgright img { right: 0; top: 0;}

.hb-step img.hops { top: -40px;}

.hb-step .step-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hb-step h3 {
	font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
  font-size: 50px;
  font-size: 5rem;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-align: left;
  font-weight: 200;
  text-shadow: none;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.hb-step p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	letter-spacing: 1.5px;
}

.hb-step.imgright h3 { text-align: right;}
.hb-step.imgright p { text-align: right;}

.wave {
	width: 846px;
	height: 116px;
	display: block;
	margin: -20px auto;
	max-width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.wave.lr { background-image: url(images/wave-lr.png);}
.wave.rl { background-image: url(images/wave-rl.png);}

#cap1, #cap2 {
	position: absolute;
	z-index: 40;
}
#cap1 {
  right: -800px;
  bottom: -20px;
  transform: rotate(360deg);
}
#cap2 {
	right: -800px;
  bottom: -580px;
  transform: rotate(-360deg);
}

/* ========================================== 

    News Post 

========================================== */

#main.news-feed > .row {
	justify-content: space-around;
}

.news-post {
	width: 31%;
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.news-post img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	transition: all .5s;
}

.news-post:hover img {
	transform: scale(1.05);
}

.news-post date {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #DAA257;
	letter-spacing: 1.5px;
	line-height: 33px;
}

.news-feed .post-content date {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	letter-spacing: 1.5px;
	line-height: 33px;
	text-transform: uppercase;
}


.news-post h3 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #FFFFFF;
	letter-spacing: 1.65px;
	line-height: 34px;
	font-weight: 500;
	text-align: left;
}

.news-post .mocklink {
	text-transform: uppercase;
	padding: 10px 20px;
	border: 1px solid #DAA257;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
}

.news-post:hover .mocklink { background-color: #DAA257;}

#main .additional-posts > .row { justify-content: space-between;}

#main .additional-posts {
	background-color: #262626;
	padding: 80px 0 100px;
	margin-top: 40px;
}

.additional-posts .news-post {
	width: 21.5%;
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
}

.news-post img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	transition: all .5s;
}

.additional-posts.row {
	padding-top: 60px;
}

.additional-posts .news-post img { margin-bottom: 0;}
.additional-posts .news-post:hover img {
	transform: none;
	opacity: .4;
}
.additional-posts .news-post .news-content {
	display: none;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;	
}
.additional-posts .news-post:hover .news-content { display: block;}
.additional-posts .news-post h3 {
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.additional-posts .news-post date { color: #ffffff;}

/* ------------------------------------------ 

    Pagination 

------------------------------------------ */

#pagination {
	width: 100%;
	display: flex;
	color: #ffffff;
  justify-content: center;
  margin-top: 50px;
}

#pagination a,
#pagination span.current {
	color: #ffffff;
	text-decoration: none;
	padding: 0 25px;
	font-size: 30px;
	font-size: 3rem;
	display: block;
	background: transparent;
  border: none;
  margin-right: 0;
  padding: 0 25px;
  transition: all .5s;
}

#pagination span.current,
#pagination a:hover {
	color: #DAA257;
}

#pagination ol {
	display: flex;
	flex-wrap: wrap;
}

/* ========================================== 

    Beers Layout 

========================================== */

.row.full.beer-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

#year-round-beers { background-color: #2a2a2a;}

.beer-section .post-content h1 {padding-top: 100px;}

#seasonal-beers .post-content h1,
#experimental-beers .post-content h1 { text-align: right;}

#year-round-beers .yr-beers { justify-content: space-between;}


#seasonal-beers,
#experimental-beers { padding-bottom: 100px;}

#seasonal-beers .se-beers,
#experimental-beers .se-beers { justify-content: space-between;}

#year-round-beers a {
	color: #ffffff;
	text-align: center;
	padding: 0 15px;
	width: 20%;
}

.release-cal {
	margin: 50px 0;
	max-width: 100%;
}

#seasonal-beers a,
#experimental-beers a {
	width: 25%;
	opacity: 1;
	padding: 5px;
	transition: all .5s;
	z-index: 10;
	cursor: pointer;
}

#seasonal-beers a .can-img,
#experimental-beers a .can-img { position: relative;}
#seasonal-beers .month-overlay {
	background-color: rgba(0,0,0,.6);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  font-size: 40px;
  text-align: center;
  padding-top: calc(50% - 25px);
  font-weight: 700;
  transition: all .5s;
  opacity: 0;
}

#seasonal-beers a:hover .month-overlay {
	opacity: 1;
}

#seasonal-beers a img,
#experimental-beers a img {
	max-width: 100%;
	transform: scale(1);
	transition: all .5s;
}

#experimental-beers h4 {
    font-size: 16px;
    font-size: 2.0rem;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    text-transform: uppercase;
    margin-top: 20px;
}
#year-round-beers a img {
	margin: 0 auto 20px;
	position: relative;
	z-index: 40;
	top: 0;
	transform: rotate(0deg);
	max-width: 100%;
	transition: all .5s;
}
#year-round-beers a .can-img { position: relative;}
#year-round-beers a:nth-child(odd) .can-img:hover img {
	top: -20px;
	transform: rotate(4deg);
}
#year-round-beers a:nth-child(even) .can-img:hover img {
	top: -20px;
	transform: rotate(-4deg);
}

#year-round-beers a .can-img img {
	width: 110px;
}

#year-round-beers a .can-img::after {
	content: "";
	background-image: url(images/can-shadow.png);
	width: 80px;
	height: 12px;
	position: absolute;
	bottom: 16px;
	z-index: 20;
	left: 50%;
	margin-left: -40px;
	opacity: .2;
	filter: blur(3px);
	transition: all .5s;
}
#year-round-beers a .can-img:hover::after {
	opacity: .1;
	filter: blur(4px);
}



/* ========================================== 

    Contact Form 

========================================== */

#contact-form h1 {
	text-align: left;
	font-size: 60px;
	font-size: 6rem;
	line-height: 65px;
	line-height: 6.5rem;
	letter-spacing: 2.5px;
	font-weight: 200;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#contact-form h2 {
	text-align: left;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 37px;
	line-height: 3.7rem;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	text-transform: none;
	font-weight: 500;
}

#contact-form .gform_wrapper {
	width: calc(100% - 60px);
	margin: 0 60px 0 0;
}

#contact-form form ul,
#main .gform_wrapper form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#contact-form form ul li,
#main .gform_wrapper form ul li {
	width: 100%;
	margin-bottom: 18px;
}

body .gform_wrapper ul li.gfield { margin-top: 0;}

#contact-form form input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
#main .gform_wrapper form input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
#contact-form form textarea,
#main .gform_wrapper form textarea,
#pwbox-78 {
	width: 100%;
	font-size: 18px;
	background-color: #313131;
	border: 1px solid #313131;
	padding: 28px 25px;
	color: #ffffff;
	font-family: Muli, sans-serif;
}

#contact-form form input::placeholder,
#main .gform_wrapper form input::placeholder {
	color: #9B9B9B;
	font-family: Muli, sans-serif;
}

#contact-form form textarea,
#main .gform_wrapper form textarea {
	height: 250px;
}

#contact-form form textarea::placeholder,
#main .gform_wrapper form textarea::placeholder {
	color: #9B9B9B;
	font-family: Muli, sans-serif;
}

#contact-form form input[type="submit"],
#main .gform_wrapper form input[type="submit"],
.post-password-form input[type="submit"] {
  background-color: transparent;
  text-transform: uppercase;
  padding: 15px 50px;
  border: 1px solid #DAA257;
  font-size: 22px;
  font-size: 2.2rem;
  transition: all .5s;
  color: #ffffff;
  font-family: Muli, sans-serif;
}

#contact-form form input[type="submit"]:hover,
#main .gform_wrapper form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
    background-color: #DAA257;
}

#contact-form .gform_wrapper .top_label .gfield_label,
#main .gform_wrapper .top_label .gfield_label {
	display: none;
}

#contact-form .gform_wrapper ul.gfield_checkbox li label,
#contact-form .gform_wrapper ul.gfield_radio li label {
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	margin-left: 10px;
}

#contact-form .gchoice_select_all,
#contact-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
#contact-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: normal;
}

#contact-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
#contact-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
#contact-form .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
   margin-top: 0; 
}

/* ------------------------------------------ 

    Contact Sidebar 

------------------------------------------ */

#contact-sidebar {
	padding-left: 20px;
}

#contact-sidebar p,
#contact-sidebar a {
	color: #DAA257;
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	font-family: Muli, sans-serif;
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
}

#contact-sidebar p i,
#contact-sidebar a i {
	position: absolute;
	top: 2px;
	left: -20px;
	color: #ffffff;
	font-size: 20px;
}

#contact-sidebar a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#contact-sidebar a:hover i {
	color: #DAA257;
}

/* ========================================== 

    Beer Nav 

========================================== */

#beer-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 30;
}
#beer-nav a {
	color: #ffffff;
	font-size: 90px;
	font-size: 9rem;
}
#beer-nav a[rel='prev'] {
	position: absolute;
	left: 30px;
	top: -45px;
	text-shadow: 0px 5px 10px rgba(0,0,0,.3);
}
#beer-nav a[rel='next'] {
	position: absolute;
	right: 30px;
	top: -45px;
	text-shadow: 0px 5px 10px rgba(0,0,0,.3);
}

/* ========================================== 

    Footer 

========================================== */

#site-footer {
	background-color: #000000;
	background-image: url(images/gold-bg.gif);
	background-repeat: repeat;
	border-top: 3px solid #ffffff;
	padding: 50px 0;
}
#site-footer .row { justify-content: flex-end;}
#site-footer hr {
	border-top: 1px solid #ffffff;
	margin: 0 0 45px;
}
#site-footer form#get_in_touch,
#gform_wrapper_1 {
	margin-left: 220px;
	margin-top: 0;
	margin-bottom: 0;
}
#site-footer #copyright {
	display: block;
	font-weight: 200;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	position: relative;
}
.footer-logo {
	position: absolute;
	top: -85px;
	z-index: 30;
	left: 0;
}
#site-footer form#get_in_touch,
#gform_wrapper_1 {
	position: relative;
	width: 60%;
}

#site-footer .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	display: flex;
}


#site-footer form label,
#site-footer .gform_wrapper label.gfield_label {
	font-size: 25px;
	font-size: 2.5rem;
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 400;
	width: 209px;
  position: relative;
  top: 20px;
  font-family: 'itc-avant-garde-gothic-pro', 'Muli', sans-serif;
}
#site-footer form input[type="email"],
#input_1_1 {
	background-color: transparent;
  border: 1px solid #ffffff!important;
  color: #ffffff;
	padding: 20px 45px 20px 25px;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .22px;
	outline: none;
	width: 100%;
	position: relative;
	top: -4px;
}

#field_1_1 .ginput_container {
	width: calc(100% - 205px);
}

#input_1_1::placeholder {
	color: #ffffff!important;
	letter-spacing: .22px;
	font-family: Muli, sans-serif;
}

#site-footer form input[type="submit"] {
	position: absolute;
	top: 23px;
  right: 5px;
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-size: 3rem;
	color: #ffffff;
	background: transparent;
	border: none;
	outline: none;
}

#site-footer .gform_wrapper .gfield_required {display: none;}

/* ------------------------------------------ 

    Social Nav 

------------------------------------------ */

#social-nav { padding-top: 12px;}
#social-nav a { margin-left: 10px;}
#social-nav a svg .icon-white {
	fill: #ffffff;
	transition: fill .5s;
}
#social-nav a svg .icon-gold { fill: #DAA257;}

#social-nav a:hover svg .icon-white { fill: #026936;}

/* ========================================== 

    Forms 

========================================== */

.gform_wrapper div.validation_error,
.gform_wrapper .validation_message {     
	background-color: #ff6d6d;
	}
h2.gform_submission_error.hide_summary {
	padding-left: 5px;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #c32222 !important;
}

.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    height: auto !important;    
}
.gform_wrapper .gfield_error .gfield_label { color: #c32222 !important;}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0!important;
    padding: 0;
    border-top: none !important;
    border-bottom: none !important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
}
.gform_wrapper ul.gform_fields li.gfield {padding-right: 0!important}
body .gform_wrapper .top_label .gfield_error {width: 100%!important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 8px!important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  box-shadow: 0px 2px 0px #c32222;
  border: none!important;
}
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=password],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea,
.gform_wrapper li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
     margin-bottom: 0px!important; 
}

.btn {
	border: 1px solid #ffffff;
	padding: 15px 25px;
	margin-top: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	background: #DAA257;
	display: inline-block;
	transition: all .5s;
	position: absolute;
	top: 62px;
	left: 100px;
}

.btn:hover {
	background: #026936;
}
.rc-anchor-logo-portrait {
	margin: 0 !important;
}


/* ========================================== 

    Fonts 

========================================== */

h1 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	line-height: 38px;
	line-height: 3.8rem;
	font-weight: 500;
}

h2 {
	color: #DAA257;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 75px;
	letter-spacing: 3.27px;
}

h3 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #FFFFFF;
	letter-spacing: 3.27px;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	text-transform: uppercase;
}

/* ========================================== 

    Hides & Fixes 

========================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.visually-hidden { 
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}


/* ========================================== 

    Media: Mobile 

========================================== */

/* ------------------------------------------ 

    Desktop less than 1500px 

------------------------------------------ */
@media screen and (max-width: 1500px) {
	#awards-slider .flex-viewport {
    width: 80%;
    margin: 0 auto;
	}

	#awards-slider .flex-direction-nav .flex-prev { left: 20px;}
	#awards-slider .flex-direction-nav .flex-next { right: 20px;}

	#site-footer {
    padding-left: 30px;
    padding-right: 30px;
	}

}

/* ------------------------------------------ 

    Desktop less than 1440px 

------------------------------------------ */
@media screen and (max-width: 1440px) {}


/* ------------------------------------------ 

    Desktop less than 1336px 

------------------------------------------ */
@media screen and (max-width: 1336px) {
	#site-header.scroll #logo .logo-icon { right: 20px;}
}

/* ------------------------------------------ 

    Desktop less than 1280px 

------------------------------------------ */

@media screen and (max-width: 1280px) {
	#site-header ul li > a {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 16px 22px;
	}
	.flyout .row {
		padding-left: 30px;
		padding-right: 30px; 
	}
	.release-calendar ul { columns: 2;}

	.flyout-nav .animation-border { display: none;}
	.flyout { padding: 40px 0 20px;}
	.flyout-nav a { padding: 0 10px 10px;}

	#home-feature {
    padding-left: 20px;
    padding-right: 20px;
	}
	.flyout-nav .animation-border img { max-width: 100%;}
	#site-header.scroll #logo .logo-icon { top: 107px;}
	#page-feature {
		height: auto!important;
		padding-top: 250px;
	}
	#single-beer-can {
    z-index: 30;
    position: relative;
    left: 50%;
    margin-left: -100px;
    width: 200px;
	}

	#single-beer-thumb {
		width: 300px;
		left: 50%;
		margin-left: -150px;
		position: relative;
		z-index: 30;
	}

	#sign-text {
    position: relative;
    top: -140px;
    left: 0;
    z-index: 40;
    padding: 180px 140px 0 160px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
	}
	#sign-text h1 { text-align: center;}
	#sign-board {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    top: auto;
    margin-left: -519px;
	}
	img.clipping {
		clip-path: url(#clip-path-med);
		max-width: 1024px;
		margin: 0 auto;
	}
	#main > .row,
	.flex-row > .row {
		padding-left: 40px;
		padding-right: 40px;
	}
	#main {		
	padding-top: 80px;
 	}	
	#compass {
	top: -100px!important;
    right: 0px!important;
	}
	#baseball { top: 140px!important;}

	#page-feature.clip { max-height: 600px;}

	.lrg-can,
	.lrg-thumb {
    left: 0;
    display: block;
	}

	.lrg-thumb { top: 0;}
	.lrg-can.tall-can img { top: -10px;}
	.lrg-can.tall-can::after { bottom: -20px;}
	.lrg-can.tall-can:hover img { top: -40px;}

	.hb-step h3 {
    font-size: 35px;
    font-size: 3.5rem;
	}

	.btn {
		position: absolute;
		top: auto;
		bottom: -70px;
		left: 50%;
    margin-left: -77.5px;
	}
	
}


/* ------------------------------------------ 

    Desktop less than 1024px 

------------------------------------------ */

@media screen and (max-width: 1024px) { 

	#site-header ul li > a {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 16px 16px;
	}
	#sign-text h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 45px;
    line-height: 4.5rem;
	}
	#sign-text h1 span {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 2px;
	}

	#beer-banner { display: none;}

	.additional-posts .news-post {
		width: 47%;
		margin-bottom: 40px;
	}

	#site-footer { padding: 90px 30px 50px;}
	#site-footer .row .inner {
		width: 100%;
	}
	#site-footer form,
	#site-footer #gform_wrapper_1 {
    position: relative;
    width: 100%!important;
    margin-left: 0;
	}
	#social-nav {
    margin: 0px auto 30px;
    padding-top: 0;
	}
	.footer-logo {
    position: absolute;
    top: -180px;
    z-index: 30;
    left: 50%;
    margin-left: -120px;
	}
	#site-footer #copyright { left: 0;}

	.hb-step h3 {
    font-size: 30px;
    font-size: 3rem;
	}

	.hb-step img { top: 30px!important;}

	#seasonal-beers a, #experimental-beers a {
    width: 33.3333%;
	}



}

/* ------------------------------------------ 

    Desktop less than 980px 

------------------------------------------ */

@media screen and (max-width: 980px) { 

	#site-header ul li > a {
		padding: 16px 15px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#site-header.scroll #logo .logo-icon {
    top: 105px;
	}
	.flyout .col {
	  width: 100%!important;
	  margin-bottom: 20px!important;
	}
	.currently-on-tap ul,
	.release-calendar ul { columns: 3;}

	#home-feature video { left: -700px;}

	img.clipping {
		clip-path: url(#clip-path-sm);
		max-width: 640px;
		margin: 0 auto;
	}
	#page-feature.clip { max-height: 540px;}

	#compass, #baseball { width: 200px;}
	#main { padding-top: 80px;}

	#cap1, #cap2 {
		max-width: 150px; 
	}

	#cap1 {
		bottom: 20px!important;
		right: 80px!important;
	}
	#cap2 {
		bottom: -70px!important;
		right: 140px!important;
	}

	.st-content { margin-bottom: 50px;}

}

/* ------------------------------------------ 

    Desktop less than 860px 

------------------------------------------ */

@media screen and (max-width: 860px) { 
	.col {
    width: 100%!important;
    margin-bottom: 20px!important;
  }
  .page-gallery .col { margin-bottom: 0px!important;}
	#site-header {
		padding: 40px 20px;
    position: relative!important;
    top: 0!important;
    border-top: none;
	}
	#site-header > .row { justify-content: flex-end;}
	#logo .logo-sign {
    width: 213px;
    height: 158px;
	}
	#logo .logo-icon {
    width: 88px;
    height: 62px;
    top: 23px;
    right: 4px;
	}
	#home-feature {
		height: 700px!important;
		min-height: auto;
		padding-top: 160px!important;
	}
	#main-nav { display: none;}
	#mobile-nav,
	#nav-trigger { display: block;}
	#logo {
	  top: -50px;
	  left: 0;
	  right: auto;
	}
	#logo:hover .logo-icon { top: 18px;}
  
  #beer-listing .sub-menu li.release-calendar li {
  	width: 100%;
  	text-align: left;
  }
  #home-feature video { top: -100px!important;}
	.release-calendar { width: 100%!important;}
	.release-calendar ul { 
		columns: 2;
		padding-left: 20px;
	}
	#desc-panel { padding: 70px 20px;}
	#desc-panel h1 {
		font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 1px;
    line-height: 37px;
    line-height: 3.7rem;
	}

	#event-masonary .col { margin-bottom: 0px!important;}
	.event-item img { display: none;}

	.event-item.lrg {
		height: 400px;
		width: 100%;
		background-position: 50% 50%;
		background-size: 100%;
		transition: all .5s;
	}
	.event-item.lrg:hover {
		background-size: 110%;
		z-index: 40;
	}
	.event-item.sm {
    height: 300px;
    width: 50%;
  }

  .page-gallery img { opacity: 1;}
  #sign-board { display: none;}

  #single-beer-can { z-index: 50;}

  #sign-text { 
    top: 0;
    padding: 100px 40px 70px;
    margin-top: -70px;
  }

  #sign-text ul { margin: 0 auto 35px;}

  #page-feature {
  	padding-top: 100px;
  	padding-bottom: 0;
  	min-height: auto;
  }
	#sign-text .shade {
		display: block;
	}

	#page-feature.clip {
    max-height: 250px;
    padding-top: 50px;
	}
	.post-content h1,
	.post-content .location-info,
	.post-content .location-info p { text-align: center;}

	#main { padding-top: 150px;}
	.wall { width: 100%!important;}

	#location-map { max-height: 500px;}

	#contact-form form {width: 100%; margin-right: 0;}
	.page-gallery { height: auto;}

	.lrg-can.tall { top: 0;}

	#seasonal-beers a, #experimental-beers a { width: 50%;}

}

/* ------------------------------------------ 

    Desktop less than 768px 

------------------------------------------ */

@media screen and (max-width: 768px) { 

	.post-content img.post-thumbnail {
    float: none;
    margin: 0 12.5% 30px;
    width: 75%;
	}

	#share-box p {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

}

/* ------------------------------------------ 

    Desktop less than 640px 

------------------------------------------ */

@media screen and (max-width: 640px) {
	
	#home-feature {
		height: 550px!important;
		padding-top: 60px!important;
		background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%;
	}

	#page-feature {
		background-attachment: scroll;
    background-position: 50% 50%;
	}

	#home-feature video {
		top: -200px!important;
		left: -800px;
	}

	#page-feature.no-feature h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
    letter-spacing: 2.5px;
    padding-top: 150px;
    padding-bottom: 65px;
	}

	#awards { padding: 80px 0 140px;}
	#awards-slider .flex-control-nav { display: block;}
	#awards-slider .flex-direction-nav { display: none;}
	#site-footer .gform_wrapper ul.gform_fields li.gfield {
		flex-wrap: wrap;
	}
	#site-footer form label,
	#site-footer .gform_wrapper label.gfield_label {
    margin-right: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
	}
	#field_1_1 .ginput_container { width: 100%!important;}
	#input_1_1 { top: auto;}

	#site-footer form input[type="submit"] {
    top: auto;
    bottom: 33px;
    width: 60px;
    right: 0;
	}

	#page-feature.clip { max-height: 540px;}
	img.clipping {
		clip-path: url(#clip-path-mobile);
		max-width: 400px;
		margin: 0 auto;
	}
	#page-feature.clip { max-height: 200px;}

	.ephemera { display: none;}
	#main { padding-top: 100px;}
	.post-content h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
    margin-bottom: 15px;
	}
	.post-content h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.7rem;
    margin-bottom: 15px;
	}
	.post-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin-bottom: 16px;
	}
	.currently-on-tap ul { columns: 2;}
	.hb-step img {
    position: relative;
    max-width: 60%;
    left: auto;
    right: auto;
	}
	.hb-step {
		padding-left: 0px!important;
		padding-right: 0px!important;
		text-align: center;
	}
	.hb-step h3,
	.hb-step p {
		text-align: center!important;
	}
	.hb-step .step-content { padding: 40px 0!important;}
	.wave {
    height: 100px;
    margin: -20px auto -30px;
    background-image: url(images/wave-mobile.png)!important;
    width: 12px;
    background-repeat: repeat-y;
	 }

	 #beer-nav { top: 60%;}
}

/* ------------------------------------------ 

    Desktop less than 568px 

------------------------------------------ */

@media screen and (max-width: 568px) {

	#over-21, #under-21 {
		width: 90%;
	}
	#over-21 { margin-left: 0;}
	#under-21 {margin-bottom: 30px;}
	.mcol {
	    width: 100%!important;
	    margin-bottom: 20px!important;
	}
	#home-feature video {
    top: -280px!important;
    left: -520px;
    width: 1336px;
	}
	.currently-on-tap ul,
	.release-calendar ul { columns: 1;}
	.event-item.sm {
    height: 400px;
    width: 100%;
  }
  #sign-text h1 {
  	font-size: 40px;
  	font-size: 4rem;
  }
  #sign-text h1 span {
    font-size: 30px;
    font-size: 3rem;
	}
	.additional-posts .news-post {
    width: 90%;
    margin: 0 5% 30px;
	}
	#seasonal-beers a, #experimental-beers a { width: 100%;}
	#seasonal-beers a img, #experimental-beers a img { width: 100%;}
}

/* ========================================== 

    Media: Print 

========================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}