/*
Theme Name: Printer's Ale
Theme URI: 
Description: Custom theme for Printer's Ale and CODO
Author: Joe Blackburn
Version: 1.0.1.7
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Local Fonts - - - - - */
@font-face {
  font-family: 'LHFHensler';
  src: url("fonts/338F7C_0_0.eot");
  src: url("fonts/338F7C_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/338F7C_0_0.woff2") format("woff2"), url("fonts/338F7C_0_0.woff") format("woff"), url("fonts/338F7C_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LHF Thick & Thin Sans';
  src: url("fonts/LHF Thick & Thin Sans.eot");
  src: url("fonts/LHF_Thick_Thin_Sans.eot?#iefix") format("embedded-opentype"), url("fonts/LHF_Thick_Thin_Sans.woff2") format("woff2"), url("fonts/LHF_Thick_Thin_Sans.woff") format("woff"), url("fonts/LHF_Thick_Thin_Sans.ttf") format("truetype"), url("fonts/LHF_Thick_Thin_Sans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

.slab {
  font-family: "sutro", "sutro", Georgia, serif; }

.thick {
  font-family: "LHF Thick & Thin Sans", "sutro", Georgia, serif; }

.hen {
  font-family: "LHFHensler", "sutro", Georgia, serif;
  font-weight: 400 !important; }

.black {
  color: #262727; }

.grey {
  color: #4b4f52; }

.lt-grey {
  color: #5c6670; }

.vlt-grey {
  color: #d6d4d1; }

.red {
  color: #8c292a; }

.gold {
  color: #9a8d5e; }

.blue {
  color: #263746; }

.yellow {
  color: #be9427; }

.cyan {
  color: #4c939c; }

.magenta {
  color: #ba1842; }

.white {
  color: #fff; }

.black-bg {
  background: #262727; }

.grey-bg {
  background: #4b4f52; }

.lt-grey-bg {
  background: #5c6670; }

.vlt-grey-bg {
  background: #d6d4d1; }

.red-bg {
  background: #8c292a; }

.gold-bg {
  background: #9a8d5e; }

.blue-bg {
  background: #263746; }

.yellow-bg {
  background: #be9427; }

.cyan-bg {
  background: #4c939c; }

.magenta-bg {
  background: #ba1842; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.xbold {
  font-weight: 800; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #ba1842;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #9a8d5e; }

.rel {
  position: relative; }

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

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

ul.ilb li {
  display: inline-block;
  vertical-align: top; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.lt-grey-halftone {
  background: url(images/halftone@2x.png) no-repeat center #5c6670;
  background-size: 531px 1400px; }

.red-halftone {
  background: url(images/halftone@2x.png) no-repeat center #8c292a;
  background-size: 531px 1400px; }

.gold-halftone {
  background: url(images/halftone@2x.png) no-repeat center #9a8d5e;
  background-size: 531px 1400px; }

.blue-halftone {
  background: url(images/halftone@2x.png) no-repeat center #263746;
  background-size: 531px 1400px; }

.horz-halftone {
  background-image: url(images/halftone-horizontal@2x.png);
  background-size: 1400px 531px; }

/* !Font Size Fuctions - - - - - */
/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 16px;
  font-family: "sutro", "sutro", Georgia, serif;
  line-height: 1.7em;
  color: #262727;
  background: #262727; }

#container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 10px;
  background: #262727;
  box-shadow: 0px 0px 50vw rgba(255, 255, 255, 0.05); }

.box-pad {
  padding: 10px;
  background: #262727; }

.inner-border {
  border: 2px solid #fff; }

.border {
  border: 10px solid #262727; }

.bbottom {
  border-bottom: 10px solid #262727; }

.btop {
  border-top: 10px solid #262727; }

.bleft {
  border-left: 10px solid #262727; }

.bright {
  border-right: 10px solid #262727; }

.no-left {
  padding-left: 0; }

.no-right {
  padding-right: 0; }

.no-top {
  padding-top: 0; }

.no-bottom {
  padding-bottom: 0; }

/* !Pattern Bar - - - - - */
.pattern-bar,
.pattern-bar svg {
  display: inline-block;
  vertical-align: middle; }

.under-header {
  padding: 5px 20px 10px 20px; }

/* !Page Header - - - - - */
h1,
h2,
h3,
h4 {
  font-family: "LHFHensler", "sutro", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0; }

.page-header-top {
  padding: 40px 20px; }

.page-header-top h1 {
  display: inline-block;
  padding: 5px 15px 12px 20px;
  font-size: 3em;
  line-height: 1em; }

.page-header {
  padding: 0 30px; }

/* !Header - - - - - */
a.logo {
  display: inline-block;
  margin: 0 auto;
  height: 84px; }

a.logo .inner-border {
  display: inline-block;
  padding: 10px 40px;
  height: 84px;
  width: 492px;
  text-align: center;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(images/printers-logo.svg) no-repeat center; }

.middle-header {
  display: block;
  width: 100%;
  height: 94px; }

ul.nav a {
  display: none;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-left: 50px;
  color: #262727; }

.loaded ul.nav a {
  display: block; }

ul.nav a:hover,
ul.nav li#current a {
  color: #9a8d5e; }

ul.nav li:first-child a {
  margin-left: 0; }

ul.nav {
  position: absolute;
  top: 25px;
  z-index: 100; }

ul.left-nav {
  right: 50%;
  margin-right: 300px; }

ul.right-nav {
  left: 50%;
  margin-left: 300px; }

/* !Blog Landing - - - - - */
.post-list-intro .inner-border {
  padding: 50px 30px; }

h2.first-post-title {
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 20px; }
  
#gform_1 { display: flex; align-items: center;}

#gform_1 .gform_body { width: 100%;}
  
#gform_1 .gform_footer { display: inline-block;}

#gform_1 a.button { display: none !important;}

a.button,
div.button,
.product-button .woocommerce a.button,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce button.button.alt.disabled,
html .woocommerce .shop-content #respond input#submit,
html .woocommerce .shop-content a.button,
html .woocommerce .shop-content button.button,
html .woocommerce .signup-form a.button,
#gform_1 .gform_footer,
#gform_1 .gform_footer input.button {
  font-family: "LHF Thick & Thin Sans", "sutro", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #d6d4d1;
  font-size: 1.125em;
  line-height: normal;
  border: 5px solid #262727;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #263746 !important;
  display: inline-block; }

html .woocommerce .signup-form a.button {
  padding: 0; }

a.button span,
div.button span,
html .woocommerce .signup-form a.button span,
#gform_1 .gform_footer input.button {
  border: 2px solid #fff !important;
  padding: 6px 15px 8px 15px;
  display: block; }

a.button:hover,
div.button:hover,
.product-button .woocommerce a.button:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body .woocommerce .cart .button:hover,
body .woocommerce .cart input.button:hover,
body #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce button.button.alt.disabled:hover,
html .woocommerce .shop-content #respond input#submit:hover,
html .woocommerce .shop-content a.button:hover,
html .woocommerce .shop-content button.button:hover,
html .woocommerce .signup-form a.button:hover,
#gform_1 .gform_footer input.button:hover {
  background: #5c6670 !important;
  color: #d6d4d1 !important; }

a.button.gold-button,
div.button.gold-button,
.product-button .woocommerce a.button,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce button.button.alt.disabled,
html .woocommerce .shop-content #respond input#submit,
html .woocommerce .shop-content a.button,
html .woocommerce .shop-content button.button {
  border-color: #9a8d5e; }

.post-list-intro a.button {
  margin-top: 20px; }

.skinny-max {
  max-width: 500px;
  margin: 0 auto; }

.post {
  padding: 40px;
  border-top: 2px solid #d6d4d1; }

.post:first-child {
  border: none; }

.extra-posts {
  padding: 0 30px; }

.extra-posts-pad:before,
.extra-posts-pad:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  background: url(images/halftone@2x.png) no-repeat center #5c6670;
  background-size: 531px 1400px;
  z-index: 1; }

.extra-posts-pad:after {
  left: auto;
  right: -40px; }

.post-left {
  width: 32.1%; }

.post-right.fright {
  width: 67.9%;
  padding-left: 40px; }

.post-cat {
  font-size: 1.125em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.post-title {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 10px; }

.post-right a.button,
ul.grid-list a.button {
  margin-top: 30px; }

.blog-list-wrap {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.blog-list:before,
.blog-list:after,
.single-post-pad:before,
.single-post-pad:after,
.post-content-wrap:before,
.post-content-wrap:after,
.single-event-pad:before,
.single-event-pad:after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/halftone@2x.png) no-repeat center #4c939c;
  background-size: 531px 1400px;
  z-index: 1; }

.single-event-pad:before,
.single-event-pad:after {
  width: 94px;
  background-color: #5c6670; }

.blog-list:after,
.single-post-pad:after,
.post-content-wrap:after,
.single-event-pad:after {
  left: auto;
  right: 0; }

.post-content-wrap:before,
.post-content-wrap:after {
  background-color: #4b4f52; }

.single-post-image,
.single-post-inner {
  position: relative;
  z-index: 10; }

/* !Pagination - - - - - */
.pagination .inner-border {
  padding: 20px 30px; }

.pagination a.button {
  position: relative; }

.pagination a.button:before {
  content: "";
  width: 78px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -21px 15px 0 0;
  z-index: 1;
  background: url(images/flourish-left.svg) no-repeat center; }

.pagination a.button:after {
  content: "";
  width: 78px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -21px 0 0 15px;
  z-index: 1;
  background: url(images/flourish-right.svg) no-repeat center; }

/* !Single Post - - - - - */
.single-post-pad {
  padding: 0 30px; }

.single-post-inner {
  position: relative;
  z-index: 10; }

.post-content {
  padding: 40px;
  position: relative;
  z-index: 10; }

.post-content-wrap {
  padding: 0 30px; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
  border: 1px solid #d6d4d1; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 40px 0 10px 0; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child {
  margin-bottom: 0; }

.text blockquote {
  margin: 30px 0;
  border-top: 2px solid #d6d4d1;
  border-bottom: 2px solid #d6d4d1;
  padding: 30px 50px;
  text-align: center;
  font-family: "LHF Thick & Thin Sans", "sutro", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #5c6670;
  font-size: 2.25em;
  line-height: 1.1em; }

.text p {
  margin: 15px 0; }

.text p:first-child {
  margin-top: 0; }

.text p:last-child {
  margin-bottom: 0; }

/* !Single Event - - - - - */
.event-text h1,
.event-text h2,
.event-text h3,
.event-text h4 {
  color: #9a8d5e; }

.event-text blockquote {
  color: #9a8d5e; }

.event-wrap {
  padding: 0 94px; }

.event-wrap:before {
  content: "";
  width: 90px;
  border: 2px solid #fff;
  background: url(images/details.svg) no-repeat center #4b4f52;
  position: absolute;
  top: 0;
  left: 0;
  height: 340px;
  z-index: 2; }

.event-wrap:after {
  content: "";
  width: 94px;
  height: 10px;
  background: #262727;
  position: absolute;
  top: 344px;
  left: 0;
  z-index: 1; }

.page-template-events .event-wrap:before {
  background-image: url(images/up-next.svg);
  height: 367px; }

.page-template-beer .event-wrap:before {
  background-image: url(images/beers-label.svg);
  height: 286px; }

.page-template-homepage .event-wrap:before {
  background-image: url(images/events-tag.svg); }

.page-template-events .event-wrap:after {
  top: 371px; }

.page-template-beer .event-wrap:after {
  top: 290px; }

.event-inner .inner-border {
  min-height: 344px;
  padding: 40px 30px; }

.page-template-events .event-inner .inner-border {
  min-height: 371px; }

.event-intro {
  font-size: 1.125em;
  line-height: 1.6em;
  margin-bottom: 40px; }

.event-intro p {
  margin: 15px 0; }

.event-intro p:first-child {
  margin-top: 0; }

.event-intro p:last-child {
  margin-bottom: 0; }

.event-image {
  margin-bottom: 30px;
  border: 10px solid #d6d4d1; }

.event-info-label {
  font-size: 1.5em;
  line-height: 1.4em; }

.event-times {
  margin-top: 5px;
  font-size: 1.125em;
  line-height: 1.6em; }

/* !Events Landing - - - - - */
.additional-events .inner-border {
  padding: 5px 30px; }

ul.grid-list li {
  width: 50%;
  margin: 40px 0; }

ul.grid-list li:nth-child(odd) {
  padding-right: 25px; }

ul.grid-list li:nth-child(even) {
  padding-left: 25px; }

ul.grid-list .event-image {
  max-width: 356px; }

ul.grid-list {
  padding: 0 74px; }

.page-template-events .post-left .event-image {
  margin-bottom: 0; }

.no-events .inner-border {
  padding: 40px 30px; }

/* !Find - - - - - */
.map-icon {
  background: url(images/logo-icon.svg) no-repeat center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px; }

#map {
  height: 400px;
  background: #263746; }

.contact-col {
  width: 33.33%;
  padding: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.contact-col:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 10;
  background: #262727; }

.contact-col:first-child:before {
  display: none; }

.contact-col:nth-child(odd) {
  background: #4b4f52; }

.page-template-find .blog-list {
  padding: 0 30px; }

.page-template-find .blog-list-wrap {
  max-width: none; }

#find-table td {
  padding: 0; }

#find-table .col-table-label {
  padding-right: 15px; }

.contact-col a {
  color: #d6d4d1; }

.contact-col a:hover {
  color: #9a8d5e; }

.contact-col a.address {
  color: #9a8d5e; }

.contact-col a.address:hover {
  color: #d6d4d1; }

.col-label {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 3px; }

/* !Shop Landing - - - - - */
.shop-content {
  padding: 20px 30px; }

.post-type-archive-product .shop-content {
  padding: 40px 30px; }

ul.products-list li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100%; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.product-image a {
  display: block; }

.product-image .screen {
  opacity: 0;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.product-image a:hover .screen {
  opacity: 1; }

.list-product-price {
  margin-top: 8px;
  font-size: 1.5em;
  line-height: 1.3em; }

.list-product-title {
  font-size: 1em;
  line-height: 1.4em; }

.product-image {
  max-width: 270px;
  /* margin: 0 auto 30px auto; */
  margin: 0 0 20px 0;
  border: 5px solid #8C292A; }

/* !Single Product - - - - - */
.single-product-image {
  border: 5px solid #8C292A; }

.product-title {
  font-size: 3em;
  line-height: 1.3em; }

.single-product .product-price,
html .woocommerce div.product p.price,
html .woocommerce div.product span.price {
  font-size: 2.875em;
  line-height: 1.3em;
  color: #8c292a; }

html .woocommerce div.product p.price,
html .woocommerce div.product span.price {
  margin: 0 0 20px 0; }

.price-wrap {
  margin-top: 20px; }

.prodcut-text {
  margin-top: 20px; }

a.back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.875em;
  line-height: 1.3em; }

a.back:hover {
  color: #9a8d5e; }

a.back .back-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  height: 18px;
  line-height: 1em; }

a.back svg {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; }

a.back polygon {
  fill: #d6d4d1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.back:hover polygon {
  fill: #9a8d5e; }

body.single-product p.product.woocommerce.add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  margin: 30px 0 0 0 !important; }

body.single-product p.product.woocommerce.add_to_cart_inline .amount {
  display: none !important; }

table.variations {
  max-width: 300px; }

table.variations td {
  display: block !important;
  width: 100%; }

table.variations td.label {
  font-family: "LHF Thick & Thin Sans", "sutro", Georgia, serif;
  color: #262727;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-bottom: 5px; }

table.variations select {
  border: 2px solid #d6d4d1;
  font-family: "sutro", "sutro", Georgia, serif;
  color: #4b4f52;
  background: url(images/down-arrow.svg) no-repeat right 15px center #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 6px 30px 6px 10px;
  height: 46px; }

input[type=number] {
  border: 2px solid #d6d4d1;
  padding: 6px 10px;
  font-family: "sutro", "sutro", Georgia, serif;
  color: #4b4f52;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 46px; }

.single-product .quantity {
  display: block;
  margin: 0 0 30px 0 !important;
  float: none;
  width: 100%; }

body.woocommerce div.product form.cart .variations select {
  margin-right: 0;
  width: 100%;
  display: block;
  margin-bottom: 5px; }

html .woocommerce a.reset_variations {
  display: none !important; }

.shop-wrap {
  padding: 0 30px; }

/* !About - - - - - */
.intro-page-text {
  padding-bottom: 24px;
  background: url(images/registration-mark.svg) no-repeat center bottom;
  font-size: 1.125em;
  line-height: 1.6em;
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }

.people-list:before,
.people-list:after {
  background-color: #9a8d5e; }

h2.section-header {
  display: inline-block;
  font-size: 2.25em;
  line-height: 1.1em;
  position: relative; }

h2.section-header:before,
h2.section-header:after {
  content: "";
  width: 94px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 100%;
  margin-right: 15px;
  background: url(images/gold-bracket-left.svg) no-repeat center;
  z-index: 1; }

h2.section-header:after {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 15px;
  background-image: url(images/gold-bracket-right.svg); }

.section-header-wrap {
  padding: 30px; }

.people-content .inner-border {
  padding: 40px 20px; }

ul.people-list li {
  width: 50%;
  padding: 0 30px;
  margin: 30px 0; }

.people-image {
  max-width: 270px;
  border: 10px solid #d6d4d1;
  margin: 0 auto 20px auto; }

.people-title {
  font-size: 1.125em;
  line-height: 1.3em; }

.people-name {
  font-size: 1.875em;
  line-height: 1.3em;
  margin-bottom: 5px; }

.people-list {
  padding: 0 100px; }

.people-list .blog-list-wrap {
  max-width: none; }

.people-section:nth-child(even) .people-content {
  background: #5c6670; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.timeline-wrap {
  position: relative; }

.timeline-wrap:before {
  content: "";
  width: 33.33%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(154, 141, 94, 0.8); }

.timeline-wrap:after {
  content: "";
  width: 66.66%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgba(75, 79, 82, 0.8); }

.time-left {
  width: 33.33%;
  padding: 15px 30px 15px 100px;
  text-align: right;
  position: relative;
  font-size: 2.25em;
  line-height: 1.1em;
  top: -5px; }

.time-left:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #d6d4d1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  z-index: 3; }

.time-right {
  width: 66.66%;
  padding: 15px 100px 15px 30px;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.6em; }

ul.timeline-list {
  position: relative;
  padding: 30px 0;
  z-index: 10; }

ul.timeline-list:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.33%;
  margin-left: -2px;
  background: #d6d4d1;
  z-index: 1; }

ul.timeline-list:after {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  bottom: -5px;
  left: 33.33%;
  margin-left: -5px;
  background: url(images/arrow-head-down.svg) no-repeat center;
  z-index: 2; }

.timeline-wrap {
  padding-bottom: 50px; }

.people-section:last-child .people-content {
  border-bottom: none; }

ul.instagram li {
  width: 25%;
  border: 5px solid #d6d4d1; }

ul.instagram {
  border: 5px solid #d6d4d1; }

.people-section:first-child:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -110px;
  border-bottom: 10px solid #262727;
  background: url(images/pa-type-lockup.svg) no-repeat center #fff;
  z-index: 2; }

/* !Beers - - - - - */
ul.beer-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff; }

ul.beer-list:nth-child(even) {
  border-left: none; }

.beer-list-wrap {
  min-height: 290px; }

ul.beer-list li {
  border-top: 2px solid #fff;
  padding: 40px 40px 80px 40px; }

ul.beer-list li.no-image {
  padding: 40px 40px 40px 40px; }

ul.beer-list li:first-child {
  border-top: none; }

.beer-image {
  width: 43.8%;
  position: relative;
  margin-top: -80px; }

.beer-logo.fright {
  width: 56.2%;
  padding: 0 46px; }

.beer-stats {
  margin-top: 10px;
  font-size: 0.875em;
  line-height: 1.3em; }

.beer-text {
  margin-top: 20px; }

.stat-sep {
  padding: 0 10px; }

.stat-sep:first-child {
  display: none !important; }

ul.second-list li:last-child {
  position: relative; }

ul.second-list li:last-child:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 2px;
  left: -2px;
  z-index: 10;
  background: #fff; }

.beer-logo-title {
  font-size: 1.5em;
  line-height: 1em;
  padding: 0 0 10px 0; }

.beer-logo-title.white {
  font-size: 1.875em;
  text-shadow: 2px 2px 0 #000;
  padding: 0; }

.style {
  padding: 0 0 10px 0; }

/* !Homepage - - - - - */
.page-template-homepage .event-image {
  margin-bottom: 0; }

.tap-tag {
  padding: 12px 20px;
  max-width: 320px;
  margin: 0 auto; }

.tap-header {
  padding: 15px; }

.tap-list-wrap {
  border-top: 2px solid #fff;
  padding: 20px 100px; }

ul.tap-list li {
  width: 25%;
  padding: 25px; }

.tap-logo {
  max-width: 150px;
  width: 100%;
  margin: 0 0 10px 0; }

.tap-logo.mobile {
  display: none; }

.tap-stat {
  line-height: 1.3em; }

.home-left {
  width: 56.9%; }

.home-left-top {
  padding: 40px 30px;
  text-align: center; }

h1.home-headline {
  font-size: 3em;
  line-height: 1.2em; }

a.home-button {
  margin-top: 30px; }

.home-right {
  width: 43.1%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.home-events:last-child {
  border-bottom: none; }

.page-template-homepage .shop-content {
  padding: 10px 30px 20px 30px; }

.page-template-homepage .intro-page-text {
  padding-bottom: 20px; }

.series {
  line-height: 1em;
  padding-bottom: 10px; }

/* !Instagram Feed - - - - - */
ul.instagram li {
  width: 25%; }

ul.instagram li a {
  display: block;
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* !Top Header - - - - - */
.top-header-inner {
  min-height: 42px;
  padding: 0 146px 0 72px;
  line-height: 42px; }

.reg {
  width: 40px;
  background: url(images/registration-mark.svg) no-repeat center #263746;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: 20px 20px; }

.reg-left {
  left: 0;
  border-right: 10px solid #262727; }

.reg-right {
  right: 0;
  border-left: 10px solid #262727; }

a.cart {
  width: 86px;
  border-left: 10px solid #262727;
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  background: url(images/cart-icon.svg) no-repeat center #8c292a; }

a.cart:hover {
  background-color: #4b4f52; }

.cart-number {
  position: absolute;
  height: 18px;
  background: #262727;
  color: #fff;
  text-align: center;
  line-height: 17px;
  border-radius: 10px;
  min-width: 20px;
  padding: 0 6px;
  top: 7px;
  right: 10px;
  z-index: 1;
  font-family: "sutro", "sutro", Georgia, serif;
  font-weight: bold;
  font-size: 0.6875em; }

.top-header-inner a {
  display: inline-block;
  color: #262727; }

.top-sep {
  padding-left: 30px;
  display: inline-block; }

.top-sep:first-child {
  margin-left: 0; }

.top-header-inner a:hover {
  color: #fff; }

footer .top-header {
  display: none; }

footer .top-header a.cart,
footer .top-header .reg {
  display: none; }

footer .top-header-inner {
  padding: 0 20px; }

/* !Mobile Header - - - - - */
a.mobile-cart {
  display: none;
  width: 36px;
  height: 29px;
  background: url(images/cart-icon.svg) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 30px;
  z-index: 10; }

a.nav-toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 30px;
  cursor: pointer;
  overflow: hidden;
  z-index: 100003; }

a.nav-toggle div {
  width: 30px;
  height: 2px;
  background: #9a8d5e;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  text-indent: -9999px;
  border-radius: 3px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.nav-toggle div:nth-child(1) {
  top: 5px; }

a.nav-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px; }

a.nav-toggle div:nth-child(3) {
  bottom: 5px; }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

ul.mobile-nav {
  display: none;
  padding: 14px 0; }

ul.mobile-nav a {
  display: block;
  padding: 6px 20px;
  color: #fff; }

ul.mobile-nav li#current a {
  color: #5c6670; }

/* !Global Banner - - - - - */
.global-banner {
  padding: 15px 250px 15px 30px;
  position: relative;
  min-height: 77px; }

.global-banner a.button {
  position: absolute !important;
  top: 50%;
  margin-top: -24px !important;
  right: 30px;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 5px solid #262727 !important;
  color: #d6d4d1 !important; }

.banner-title {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

.banner-text {
  display: inline-block;
  vertical-align: middle; }

/* !Homepage Graphic - - - - - */
a.desktop-graphic {
  display: block; }

a.mobile-graphic {
  display: none; }

/* !Footer - - - - - */
.footer-logo {
  width: 184px;
  height: 100%;
  border-right: 10px solid #262727;
  background: url(images/logo-icon.svg) no-repeat center #8c292a;
  height: 174px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

.footer-bottom {
  padding-left: 224px;
  min-height: 174px; }

.footer-bottom-text {
  font-size: 1em;
  line-height: 1.2em;
  padding: 15px 210px 15px 30px;
  text-align: center;
  min-height: 100px; }

.footer-bottom-text p {
  margin: 5px 0; }

.footer-social-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  border-left: 10px solid #262727;
  height: 100%; }

.footer-social {
  padding: 15px; }

a.social {
  display: inline-block;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  overflow: hidden; }

a.social path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.social:hover path {
  fill: #5c6670; }

a.social:first-child {
  margin-left: 0; }

a.copy {
  width: 40px;
  border-right: 10px solid #262727;
  position: absolute;
  top: 0;
  left: 184px;
  background: url(images/copy-vert.svg) no-repeat center #4b4f52;
  height: 100%;
  text-indent: -9999px; }

/* !Footer Signup - - - - - */
li#field_1_2 .ginput_container {
  position: relative; }

li#field_1_2 .ginput_container a.button {
  position: absolute;
  top: 0;
  right: -140px;
  width: 120px;
  text-align: center; }



.signup-left {
  width: 30%; }

.signup-form {
  width: 70%;
  /*padding: 0 120px 0 30px;*/ }

.signup-title {
  font-size: 1.875em;
  line-height: 1em; }

.signup-text {
  line-height: 1em; }

.signup-wrap {
  border: 2px solid #fff;
  padding: 30px; }

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

input.medium,
textarea.medium,
html .checkout input[type=text],
html .checkout input[type=password],
html .checkout input[type=email],
html .checkout input[type=tel],
html .checkout textarea.input-text,
html body form.checkout_coupon input[type=text],
html body .woocommerce form.login input.input-text,
html body form.lost_reset_password input.input-text,
html input#account_password,
html body.woocommerce-checkout #payment div.payment_box input.input-text,
html body.woocommerce-checkout #payment div.payment_box textarea,
select {
  width: 100%;
  background: #fff;
  border: 2px solid #4b4f52;
  padding: 5px 10px;
  height: 46px;
  font-family: "sutro", "sutro", Georgia, serif;
  color: #262727; }

html body.woocommerce-checkout #payment div.payment_box input.input-text,
html body.woocommerce-checkout #payment div.payment_box textarea {
  background: #fff !important; }

select {
  background: url(images/arrow-head-down.svg) no-repeat right 10px center;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

textarea.medium,
html body.woocommerce-checkout #payment div.payment_box textarea {
  resize: none;
  height: 200px; }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important;
  clear: both; }

.gfield_label {
  display: none; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #4b4f52; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #4b4f52; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #4b4f52; }

:-ms-input-placeholder {
  opacity: 1;
  color: #4b4f52; }

html body.woocommerce-checkout #payment div.payment_box input.input-text ::-webkit-input-placeholder {
  opacity: 1;
  color: #4b4f52;
  padding: 0;
  line-height: 30px; }

html body.woocommerce-checkout #payment div.payment_box input.input-text :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #4b4f52;
  padding: 0;
  line-height: 30px; }

html body.woocommerce-checkout #payment div.payment_box input.input-text ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #4b4f52;
  padding: 0;
  line-height: 30px; }

html body.woocommerce-checkout #payment div.payment_box input.input-text :-ms-input-placeholder {
  opacity: 1;
  color: #4b4f52;
  padding: 0;
  line-height: 30px; }

html body.woocommerce-checkout #payment div.payment_box input.input-text {
  line-height: 30px; }

.validation_error {
  padding-bottom: 20px;
  color: #8c292a;
  font-weight: bold; }

.validation_message {
  padding-top: 3px;
  color: #8c292a;
  font-style: italic;
  font-size: 0.75em;
  line-height: 1.3em; }

.gform_confirmation_message {
  font-weight: bold;
  color: #262727; }

li#field_1_1,
li#field_1_2 {
  width: 50%;
  float: left;
  padding-right: 20px; }

/* !Cart + Checkout - - - - - */
body.woocommerce-cart {
  color: #4b4f52; }

body.woocommerce-cart table.shop_table {
  border-color: #5c6670;
  border-radius: 0; }

body td.product-thumbnail {
  display: none !important; }

body.woocommerce-cart a.remove {
  color: #8c292a !important;
  padding-bottom: 2px;
  line-height: 21px; }

body.woocommerce-cart a.remove:hover {
  color: #fff !important;
  background: #8c292a !important; }

body td.product-remove {
  width: 30px; }

body.woocommerce-cart table.shop_table th {
  text-transform: uppercase;
  color: #262727;
  font-weight: bold; }

body.page.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 2px solid #d6d4d1;
  font-family: "sutro", "sutro", Georgia, serif;
  padding: 5px 10px;
  height: 51px;
  width: 170px;
  color: #4b4f52; }

html .woocommerce table.shop_table td,
html #add_payment_method .cart-collaterals .cart_totals tr td,
html #add_payment_method .cart-collaterals .cart_totals tr th,
html .woocommerce-cart .cart-collaterals .cart_totals tr td,
html .woocommerce-cart .cart-collaterals .cart_totals tr th,
html .woocommerce-checkout .cart-collaterals .cart_totals tr td,
html .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: #262727; }

html body.woocommerce-cart table.shop_table th {
  font-size: 0.75em; }

.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading,
html .woocommerce-additional-fields h3 {
  text-transform: uppercase;
  font-size: 1.375em;
  color: #262727;
  margin-bottom: 15px; }

.cart_totals table {
  width: 100%;
  text-align: left; }

.cart_totals td {
  padding: 5px 10px; }

body.page.woocommerce-page table.cart td.actions {
  padding: 12px; }

.cart-empty {
  font-size: 1.375em;
  line-height: 1.3em; }

body .woocommerce .woocommerce-message:before {
  color: #9a8d5e; }

body .woocommerce .woocommerce-message {
  border-top-color: #9a8d5e; }

body .woocommerce .woocommerce-error:before {
  color: #8c292a; }

body .woocommerce .woocommerce-error {
  border-top-color: #8c292a; }

body .woocommerce .woocommerce-info:before {
  color: #263746; }

body .woocommerce .woocommerce-info {
  border-top-color: #263746; }

body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message {
  background-color: #d6d4d1;
  color: #262727; }

.woocommerce-shipping-fields h3 {
  font-size: 0.875em; }

body .woocommerce form .form-row .required {
  color: #8c292a; }

body .woocommerce form .form-row.woocommerce-invalid .select2-container,
body .woocommerce form .form-row.woocommerce-invalid input.input-text,
body .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #8c292a; }

body .woocommerce form .form-row.woocommerce-validated .select2-container,
body .woocommerce form .form-row.woocommerce-validated input.input-text,
body .woocommerce form .form-row.woocommerce-validated select {
  border-color: #9a8d5e; }

body .select2-drop {
  border-radius: 0;
  font-size: 0.6875em;
  color: #262727; }

body .select2-results .select2-highlighted {
  background: #263746; }

body .select2-drop-active {
  border-color: #263746; }

body .select2-container .select2-choice {
  background: #fff;
  border: 1px solid #5c6670;
  font-size: 0.6875em;
  color: #262727;
  border-radius: 0; }

body .select2-container-active .select2-choice, body .select2-container-active .select2-choices {
  border-color: #263746; }

body .select2-container .select2-choice .select2-arrow {
  background: #d6d4d1;
  border-radius: 0;
  border-color: #5c6670; }

table.woocommerce-checkout-review-order-table thead,
table.woocommerce-checkout-review-order-table tr.order-total {
  color: #262727; }

body .woocommerce form.checkout_coupon,
body .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border: none;
  border-top: 1px dashed #5c6670;
  padding: 30px 0 0 0;
  margin-top: 30px; }

body .woocommerce form.checkout_coupon .form-row-first, body .woocommerce form.login .form-row-first {
  margin: 0 0 10px 0; }

body .woocommerce form.checkout_coupon .form-row, body .woocommerce form.login .form-row {
  float: none;
  width: auto;
  clear: both;
  max-width: 300px; }

body.woocommerce-checkout #payment {
  padding: 0;
  background: none;
  border-radius: 0; }

form.login p {
  margin-top: 0; }

input#rememberme {
  margin-left: 15px; }

form.login p.lost_password {
  margin-top: 15px; }

body tr.order-total {
  color: #262727; }

body.woocommerce-checkout #payment div.payment_box {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 100%; }

body fieldset {
  border: none;
  padding: 0;
  margin: 0; }

body.woocommerce-checkout #payment ul.payment_methods {
  padding: 40px 0 0 0;
  margin-top: 30px;
  border: none;
  background: url(images/cc-strip.svg) no-repeat left top; }

body.woocommerce-checkout #payment div.payment_box:after,
.payment_method_stripe label img,
.payment_method_paypal label img {
  display: none; }

body.woocommerce #payment #place_order,
body.woocommerce-page #payment #place_order {
  float: none; }

#payment {
  max-width: 500px;
  width: 50%; }

body #payment .form-row {
  width: 100%; }

body.woocommerce-checkout form #payment .form-row {
  padding: 0 !important; }

input#place_order {
  width: 100%;
  margin-top: 10px; }

body .woocommerce table.shop_table {
  border-radius: 0; }

body .terms {
  text-align: left !important;
  margin-top: 10px !important; }

.checkout input[type=password]::-webkit-input-placeholder,
#payment input.input-text::-webkit-input-placeholder {
  color: #4b4f52;
  opacity: 1;
  line-height: 28px !important; }

body .woocommerce header {
  height: auto;
  background: none;
  border: none;
  padding-top: 0;
  margin-top: 50px; }

body .woocommerce header:before, body .woocommerce header:after {
  display: none; }

body .woocommerce ul.order_details {
  padding-left: 0;
  padding-bottom: 40px;
  padding-top: 20px; }

body .woocommerce ul.order_details li {
  border-color: #5c6670; }

.order-message {
  color: #8c292a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 15px;
  line-height: 1.3em; }

body.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: block;
  float: none;
  line-height: normal;
  margin: 5px 0 10px 0; }

body.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 5px; }

body #add_payment_method #payment div.payment_box:before, body.woocommerce-checkout #payment div.payment_box:before {
  display: none !important; }

th.product-thumbnail {
  display: none !important; }

html .woocommerce form .form-row-first,
html .woocommerce-page form .form-row-first,
html .woocommerce form .form-row-last,
html .woocommerce-page form .form-row-last {
  width: 100%;
  float: none; }

h3#order_review_heading {
  margin-top: 40px; }

html .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 10px; }

html .woocommerce form .form-row textarea {
  height: 200px !important; }

html .woocommerce table.shop_table,
html .woocommerce table.shop_table tbody th,
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th {
  border-color: #262727; }

.woocommerce-notice--success {
  font-family: "LHFHensler", "sutro", Georgia, serif;
  font-size: 1.5em;
  line-height: 1.3em; }

.woocommerce-order h2 {
  margin-bottom: 15px !important; }

.woocommerce-order h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.woocommerce form .form-row label {
  font-family: "LHF Thick & Thin Sans", "sutro", Georgia, serif; }

.woocommerce div.product form.cart .variations label {
  font-weight: 400; }

/* !Blog Loading - - - - - */
#infscr-loading {
  padding: 30px;
  text-align: center; }

#infscr-loading img {
  width: 24px;
  height: auto;
  display: block;
  margin: 0 auto; }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1350px) {
  ul.nav {
    top: 30px; }
  ul.nav a {
    font-size: 1.25em;
    margin-left: 35px; }
  .stat-sep {
    display: block;
    height: 0;
    text-indent: -9999px; }
  .beer-logo {
    padding: 0 30px; }
  .tap-list-wrap {
    padding-left: 5px; }
  a.logo .inner-border {
    width: 280px;
    background-image: url(images/printers-logo-small.svg); }
  ul.left-nav {
    margin-right: 200px; }
  ul.right-nav {
    margin-left: 200px; } }

@media only screen and (max-width: 1100px) {
  /* Style adjustments for viewports that meet the condition */
  .blog .blog-list-wrap,
  .find-wrap {
    max-width: none;
    border: none; }
  .page-template-find .blog-list {
    padding: 0; }
  #map {
    height: 250px; }
  .beer-image {
    float: none;
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: -65px; }
  .beer-logo.fright,
  .beer-logo {
    padding: 0;
    float: none;
    width: 100%; }
  .beer-logo img {
    max-width: 190px;
    margin: 0 auto; }
  .stat-sep {
    display: inline-block;
    height: auto;
    text-indent: 0; }
  ul.beer-list li {
    padding: 30px 30px 70px 30px; }
  ul.beer-list li.no-image {
    padding: 30px 30px 30px 30px; }
  .beer-text {
    text-align: center; }
  .list-product-title {
    font-size: 1.5em; } }

@media only screen and (max-width: 1023px) {
  .contact-col:before,
  h2.section-header:before,
  h2.section-header:after,
  .home-right,
  ul.left-nav,
  ul.right-nav,
  header .top-header,
  .people-section:first-child:before {
    display: none; }
  ul.grid-list {
    padding: 0 20px; }
  .contact-col {
    width: 100%;
    display: block;
    border-top: 10px solid #262727;
    height: auto !important; }
  .contact-col:first-child {
    border: none; }
  .people-list {
    padding: 0; }
  .people-list .blog-list-wrap {
    border-left: none;
    border-right: none; }
  .time-left {
    padding-left: 30px; }
  .time-right {
    padding-right: 30px; }
  ul.beer-list {
    width: 100%;
    display: block; }
  ul.beer-list.second-list {
    border-left: 2px solid #fff;
    border-top: none; }
  ul.beer-list li:last-of-type,
  ul.beer-list li.no-image:last-of-type {
    padding-bottom: 70px; }
  ul.beer-list.second-list li:last-of-type,
  ul.beer-list.second-list li.no-image:last-of-type {
    padding-bottom: 30px; }
  .tap-list-wrap {
    padding-right: 5px; }
  .home-left {
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
    float: none; }
  a.logo .inner-border {
    width: 128px;
    background: url(images/printers-mobile-logo.svg) no-repeat center; }
  footer .top-header {
    display: block; }
  .top-sep {
    display: block;
    height: 3px; }
  .top-sep.break {
    height: 9px; }
  .top-header-inner {
    padding: 13px 20px !important;
    line-height: normal; }
  .intro-page-text {
    margin-bottom: 24px; }
  a.mobile-cart,
  a.nav-toggle {
    display: block; }
  .signup-left {
    width: 100%;
    float: none;
    text-align: center; }
  .signup-form {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 15px; }
  ul.products-list li {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .hide-pattern,
  .extra-posts-pad:before,
  .extra-posts-pad:after,
  .single-post-pad:before,
  .single-post-pad:after,
  .post-content-wrap:before,
  .post-content-wrap:after,
  .event-wrap:before,
  .event-wrap:after,
  .timeline-wrap:before,
  .single-event-pad:before,
  .single-event-pad:after {
    display: none; }
  .page-header,
  .extra-posts,
  .single-post-pad,
  .post-content-wrap,
  .shop-wrap {
    padding: 0; }
  .page-header-inside,
  .under-header,
  .extra-posts-pad,
  .single-post-image,
  .single-post-inner,
  .post-content,
  .event-inner,
  .shop-inner,
  .beer-list-wrap,
  .home-left {
    border-left: none;
    border-right: none; }
  .under-header {
    border-bottom: 10px solid #262727; }
  .page-header-top {
    padding: 20px; }
  .page-header.bbottom {
    border-bottom: none; }
  .page-header-top h1,
  h1.home-headline {
    font-size: 2em; }
  .post-left {
    width: 100%;
    /* margin: 0 auto 30px auto; */
    margin: 0 0 30px 0;
    max-width: 270px;
    float: none; }
  .post-right.fright {
    width: 100%;
    float: none;
    padding: 0; }
  .post {
    padding: 30px; }
  .post-cat {
    font-size: 1em; }
  .post-title {
    font-size: 1.5em; }
  a.button {
    font-size: 1em; }
  h2.first-post-title {
    font-size: 1.625em; }
  .post-list-intro .inner-border {
    padding: 30px; }
  .text blockquote {
    font-size: 1.375em;
    padding: 20px 0; }
  .text {
    font-size: 0.9375em;
    line-height: 1.7em; }
  .event-wrap {
    padding: 0; }
  .event-info-label {
    font-size: 1.25em; }
  .event-times {
    font-size: 1em; }
  .event-intro {
    font-size: 1em; }
  .home .tap-logo {
    display: none; }
  .home .tap-logo.mobile {
    display: block; }
  ul.grid-list li {
    display: block;
    width: 100%;
    padding: 0 !important; }
  ul.grid-list .event-image {
    max-width: 270px; }
  ul.grid-list {
    padding: 0; }
  .col-text {
    font-size: 0.875em; }
  .product-title {
    font-size: 1.5em;
    line-height: 1.3em;
    max-width: 400px; }
  .single-product .product-price,
  html .woocommerce div.product p.price,
  html .woocommerce div.product span.price {
    font-size: 1.25em;
    line-height: 1.3em;
    color: #8c292a; }
  .shop-content a.back {
    margin-bottom: 20px; }
  h2.section-header {
    font-size: 1.5em; }
  ul.people-list li {
    width: 100%;
    padding: 0;
    max-width: 500px;
    margin: 40px auto 0 auto; }
  ul.people-list li:first-child {
    margin-top: 0; }
  .people-name {
    font-size: 1.375em; }
  .time-left {
    width: 100%;
    float: none;
    top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 1.625em; }
  .time-right {
    width: 100%;
    float: none;
    padding: 0; }
  ul.timeline-list {
    padding: 30px 0 1px 50px; }
  ul.timeline-list li {
    margin-bottom: 20px; }
  ul.timeline-list:before {
    left: 20px;
    margin-left: -2px; }
  ul.timeline-list:after {
    left: 20px;
    margin-left: -5px; }
  .time-left:before {
    right: auto;
    left: -30px; }
  .timeline-wrap:after {
    width: 100%;
    background: rgba(154, 141, 94, 0.8); }
  ul.instagram li {
    width: 50%; }
  ul.tap-list li {
    width: 50%;
    text-align: center; }
  .tap-logo {
    margin-left: auto;
    margin-right: auto; }
  .home-left-top {
    padding: 30px; }
  .global-banner {
    text-align: center;
    padding: 12px 30px; }
  .global-banner a.button {
    position: static !important;
    display: inline-block;
    margin-top: 10px !important; }
  .banner-title {
    display: block;
    padding-right: 0;
    font-size: 1.25em; }
  .banner-text {
    font-size: 0.75em;
    display: block; }
  a.desktop-graphic {
    display: none; }
  a.mobile-graphic {
    display: block; }
  .footer-logo {
    position: static;
    border: none;
    border-bottom: 10px solid #262727;
    width: 100%;
    height: 120px;
    padding: 20px;
    background-size: 80px 80px; }
  .footer-bottom {
    padding-left: 0;
    min-height: 0; }
  .footer-bottom-text {
    padding: 0;
    min-height: 0; }
  .footer-social-wrap {
    position: static;
    width: 100%;
    border-left: 0; }
  .footer-social {
    border: none;
    border-top: 10px solid #262727; }
  .footer-text-pad {
    padding: 15px 30px; }
  a.copy {
    width: 100%;
    border: none;
    position: static;
    background: url(images/copy-horiz.svg) no-repeat center #4b4f52;
    height: 40px;
    display: block; }
  li#field_1_2 .ginput_container {
    text-align: center; }
  li#field_1_2 .ginput_container input.medium {
    text-align: left; }
  li#field_1_2 .ginput_container a.button {
    position: static;
    display: inline-block;
    margin: 15px auto 0 auto; }
  li#field_1_1,
  li#field_1_2 {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px; }
  .signup-form {
    padding-right: 0; }
  #gform_1 { display: block;}
  body.page.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 8px; }
  html .woocommerce #content table.cart td.actions .coupon .button.alt,
  html .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  html .woocommerce table.cart td.actions .coupon .button.alt,
  html .woocommerce table.cart td.actions .coupon .input-text + .button,
  html .woocommerce-page #content table.cart td.actions .coupon .button.alt,
  html .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  html .woocommerce-page table.cart td.actions .coupon .button.alt,
  html .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    width: 100%;
    flex: none !important; }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    margin-bottom: 8px;
    padding-bottom: 0 !important; } }

@media only screen and (max-device-width:736px) {
  /* Style adjustments for viewports that meet the condition */
  .under-header {
    display: none; }
  .shop-content {
    padding: 20px 30px; }
  ul.products-list li {
    width: 100%;
    margin-bottom: 20px; }
  ul.products-list li .product-list-wrap {
    max-width: 270px;
    margin: 10px auto; }
  .list-product-title {
    font-size: 1.25em;
    max-width: 270px; }
  ul.tap-list li {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */ }

/* - - - Non-Semantic Helper Classes - - - */
.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; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  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; } }
