/*
Theme Name: Ballad Brewing 1.0
Theme URI: 
Description: Custom theme for Ballad and CODO
Author: Joe Blackburn & CODO Design
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  letter-spacing: .4em; }

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

.an {
  font-family: "Andale Mono", AndaleMono, "mr-eaves-modern", Arial, Verdana, sans-serif; }

.grey {
  color: #666; }

.lt-grey {
  color: #b3b3b3; }

.dk-grey {
  color: #333333; }

.vdk-grey {
  color: #222; }

.gold {
  color: #7a5923; }

.cream {
  color: #fbf9f3; }

.dk-cream {
  color: #F6F3E4; }

.white {
  color: #fff; }

.grey-bg {
  background: #666; }

.lt-grey-bg {
  background: #b3b3b3; }

.dk-grey-bg {
  background: #333333; }

.vdk-grey-bg {
  background: #222; }

.gold-bg {
  background: #7a5923; }

.cream-bg {
  background: #fbf9f3; }

.dk-cream-bg {
  background: #F6F3E4; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

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

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

.shadow {
  text-shadow: 0px 0px 36px #000; }

.fleft {
  float: left; }

.fright {
  float: right; }

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

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

a:hover {
  color: #b3b3b3; }

.rel {
  position: relative; }

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

ul.inline {
  display: inline-block; }

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

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

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

.wood-bg {
  background: url(images/wood@2x.png) repeat center top;
  background-size: 2712px 776px;
  background-color: #222; }

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

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

#main {
  background: #fbf9f3; }

.inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px; }

.inner.skinny {
  max-width: 800px; }

.inner.vskinny {
  max-width: 600px; }

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

.max.wide {
  max-width: 1400px; }

.max.pad {
  padding: 0 30px; }

h1 {
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 2.25em;
  line-height: 1.2em;
  margin: 40px 0 20px 0; }

h1.light {
  font-weight: normal; }

h2 {
  font-family: "sutro", Georgia, Times serif;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1.2em;
  margin: 40px 0 20px 0;
  letter-spacing: .05em; }

h2.light {
  font-weight: normal; }

h3 {
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 40px 0 20px 0; }

h3.light {
  font-weight: normal; }

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

.small {
  font-size: 0.8125em; }

.cta {
  text-transform: uppercase;
  letter-spacing: .4em;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-size: 18px; }

.tech {
  font-size: 0.875em;
  font-family: "Andale Mono", AndaleMono, "mr-eaves-modern", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .4em;
  line-height: 1.5em; }

/* !Header - - - - - */
#container {
  padding-top: 80px; }

header {
  position: fixed;
  z-index: 1000001;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0; }

.nav-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  padding: 140px 30px 165px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1; }

.header-bar {
  padding: 16px 0;
  background: #fbf9f3; }

.header-bar:before, .verify .logo-icon:before {
  content: "";
  width: 36px;
  height: 33px;
  position: absolute;
  top: 50%;
  margin: -16px 0 0 30px;
  left: 0;
  background: url(images/ballad-icon-gold.svg) no-repeat center; }

a.logo {
  max-width: 240px;
  width: 100%;
  display: block;
  margin: 0 auto; }

.logo-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 5px;
  top: 10px; }

.nav-pad {
  height: 100%; }

.nav-social {
  padding: 15px 0 40px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.nav-social:before, .texture-bottom:before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  top: -89px;
  left: 0;
  background: url(images/nav-texture@2x.png) no-repeat center top;
  background-size: 4000px 90px;
  z-index: 1; }

ul.nav a {
  color: #7a5923;
  font-size: 1.5em;
  line-height: 1.3em;
  display: block;
  margin-top: 15px; }

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

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

a.nav-toggle {
  display: block;
  width: 24px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 30px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1000001; }

a.nav-toggle div {
  width: 24px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  text-indent: -9999px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

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

a.nav-toggle div:nth-child(2) {
  top: 10px;
  width: 16px;
  right: 0;
  left: auto;
  margin: 0; }

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

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

a.nav-toggle.active div:nth-child(1) {
  top: 10px;
  background: #7a5923;
  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: 10px;
  background: #7a5923;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

/* !Footer - - - - - */
.footer-bottom {
  padding: 20px 0; }

.footer-social {
  margin-bottom: 10px; }

.social-wrap a {
  display: inline-block;
  margin-left: 15px; }

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

.credit {
  font-size: 0.875em;
  line-height: 1.3em; }

.footer-top {
  padding: 60px 0; }

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

a.social:hover path {
  fill: #7a5923; }

.footer-cols {
  padding-left: 300px; }

.footer-col {
  width: 50%;
  padding-right: 40px; }

.footer-col:first-of-type .footer-text {
  margin: 10px 0 0 0; }

.footer-title {
  font-size: 1.3125em;
  line-height: 1.3em; }

.footer-text {
  font-size: 0.875em;
  line-height: 1.5em; }

.footer-text a {
  color: #b3b3b3; }

.footer-text a:hover {
  color: #fbf9f3; }

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

.beer-flower {
  width: 282px;
  height: 53px;
  position: absolute;
  top: -372px;
  left: 0;
  z-index: 10000; }

/* !Page Header - - - - - */
.header-image {
  height: 280px;
  overflow: hidden; }

.header-title-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10; }

.header-title {
  font-size: 2.25em;
  line-height: 1em;
  display: top;
  vertical-align: baseline; }

.header-title-italic {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  line-height: 1em;
  color: #333333;
  position: absolute;
  right: 100%;
  margin-right: -20px;
  text-align: right; }

.header-image:after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -750px;
  z-index: 1;
  background: url(images/header-texture.png) no-repeat left bottom;
  background-size: 100% auto; }

/* !Connect - - - - - */
.block-pad {
  padding: 80px 0; }

.left-col,
.right-col {
  width: 50%; }

.left-col {
  padding-right: 30px; }

.right-col {
  padding-left: 30px; }

.contact-text {
  line-height: 1.7em;
  font-size: 1em; }

.contact-text a {
  display: block; }

.contact-form {
  margin-top: 45px; }

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

ul.gform_fields li {
  margin-bottom: 15px; }

input.medium, textarea.medium, select {
  width: 100%;
  background: #fff;
  border: none;
  padding: 5px 10px;
  height: 48px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-size: 1.125em;
  letter-spacing: .4em;
  text-transform: uppercase; }

textarea.medium {
  resize: none;
  height: 200px; }

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

li.gform_validation_container {
  display: none !important; }

.gfield_label {
  display: none; }

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

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

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

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

.validation_error {
  padding-bottom: 20px;
  color: #7a5923;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-size: 1.125em;
  line-height: 1.4em; }

.validation_message {
  padding-top: 3px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-style: italic;
  color: #7a5923;
  font-size: 0.875em;
  line-height: 1.2em; }

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

input.gform_button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  color: #7a5923;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  z-index: 10000; }

input.gform_button:hover {
  color: #333333; }

/* !Employment - - - - - */
ul.positions li {
  margin-top: 40px; }

ul.positions h3 {
  margin-bottom: 5px; }

.text p {
  margin: 10px 0; }

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

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

/* !Brewery - - - - - */
.right-col.has-image {
  padding-left: 20px; }

.right-col.has-image img {
  max-width: 600px;
  margin: 0 auto; }

.small-block-pad {
  padding: 50px 0; }

.history-col {
  padding: 80px 30px; }

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: right center; }

.brewers-block .inner,
.history-block .max {
  position: relative;
  z-index: 100; }

.history-block:before {
  content: "";
  width: 40%;
  right: 0;
  height: 100%;
  bottom: 0;
  position: absolute;
  background: url(images/right-texture.png) no-repeat right -30px bottom -10%;
  background-size: 80% auto;
  z-index: 10; }

.brewers-block:before {
  content: "";
  width: 224px;
  height: 425px;
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -112px;
  background: url(images/flowers@2x.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1000; }

ul.brew-list li {
  width: calc(50% - 15px);
  margin-bottom: 60px; }

ul.brew-list li:nth-child(odd) {
  padding-left: 20px;
  margin-right: 30px; }

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

.mission-headline {
  font-size: 1.25em;
  margin-bottom: 10px;
  line-height: 1.4em; }

.brew-text {
  /*padding: 30px 130px 30px 30px;*/
  position: relative;
  font-size: 1.5em;
  line-height: 1.3em;
  min-height: 123px; }

.brew-name {
  padding-top: 30px;
  padding-right: 130px; }

.brew-title {
  padding-right: 130px; }

.brew-text .text {
  padding-right: 30px;
  padding-bottom: 30px; }

.brew-text:after {
  content: "";
  width: 70px;
  height: 63px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(images/ballad-icon-gold.svg) no-repeat;
  background-size: 70px 63px; }

.brew-text .text p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8em; }

.brewers-block h1 {
  margin-top: 0; }

.history-content {
  padding-left: 50%;
  width: 100%;
  position: relative;
  z-index: 10001; }

.brew-title {
  margin-top: 10px; }

/* !News - - - - - */
h3.post-title {
  margin-top: 0; }

.post-date {
  margin-bottom: 5px; }

.list-post a.cta {
  display: block;
  margin-top: 20px; }

.history-image.show-icon {
  background: url(images/ballad-icon-lt-grey.svg) no-repeat center; }

.post-title a {
  color: #333333; }

.dk-grey-bg .post-title a {
  color: #fbf9f3; }

.post-title a:hover {
  color: #b3b3b3 !important; }

.list-post:nth-child(odd) .history-image {
  left: auto;
  right: 0; }

.list-post:nth-child(odd) .history-content {
  padding: 0 50% 0 0; }

.list-post.dk-grey-bg .history-image:after, .dk-grey-bg .history-image:after, .featured-beer .history-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(images/news-trans-dk-grey.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.dk-grey-bg .history-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(images/about-trans-dk-grey.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.list-post.cream-bg .history-image:after, .cream-bg .history-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(images/news-trans-cream.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.list-post.white-bg .history-image:after, .white-bg .history-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(images/news-trans-white.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.list-post:nth-child(even) .history-image:after {
  right: auto;
  left: 0; }

.post-nav {
  padding: 15px 30px;
  font-size: 1em;
  line-height: 1.3em; }

.nav-previous,
.nav-next {
  width: 50%; }

.nav-next {
  text-align: right; }

.post-nav a {
  color: #fbf9f3; }

.post-nav a:hover {
  color: #b3b3b3; }

.post-nav span {
  position: relative;
  top: -1px; }

/* !Single News - - - - - */
.post-intro-text {
  font-size: 1.125em;
  line-height: 1.7em; }

.single-post-wrap {
  max-width: 880px; }

.single-post-intro h1 {
  margin-top: 10px; }

.single .text h1,
.single .text h2,
.single .text h3 {
  color: #333333; }

.single .text h3 {
  font-weight: normal; }

.single .text ul,
.single .text ol {
  padding: 40px; }

.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 5px auto; }

p.wp-caption-text {
  margin: -5px 0 0 0;
  background: #333333;
  padding: 10px 15px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  color: #b3b3b3; }

div.wp-caption {
  width: 100% !important; }

.text blockquote {
  margin: 40px 0;
  padding: 60px 40px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  color: #7a5923;
  font-size: 1.875em;
  line-height: 1.3em;
  position: relative; }

.text blockquote:before,
.text blockquote:after {
  content: "";
  width: 24px;
  height: 20px;
  position: absolute; }

.text blockquote:before {
  left: 40px;
  top: 20px;
  background: url(images/quote-before.svg) no-repeat; }

.text blockquote:after {
  right: 40px;
  bottom: 20px;
  background: url(images/quote-after.svg) no-repeat; }

/* !Beers - - - - - */
li.beer-wrap a {
  display: block;
  padding: 120px 60% 180px 120px;
  position: relative;
  z-index: 100; }

li.beer-wrap:nth-child(even) a {
  padding: 120px 120px 180px 60%; }

.ava-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  padding: 15px 30px;
  text-align: left;
  z-index: 100; }

.ava-wrap span {
  display: inline-block;
  vertical-align: middle; }

.ava-label {
  font-size: 1.125em;
  line-height: 1.3em; }

.ava {
  font-size: 1em;
  padding-left: 10px;
  line-height: 1.3em; }

h2.beer-name {
  font-size: 2.25em;
  line-height: 1.3em;
  margin: 0 0 5px 0;
  position: relative; }

.beer-stats {
  margin-bottom: 25px;
  opacity: 0.6; }

.beer-stats span {
  margin-left: 25px; }

.beer-stats span:first-child {
  margin-left: 0; }

h2.beer-name:after, h4.featured-beer-text:after {
  content: "";
  width: 60px;
  height: 54px;
  background: url(images/ballad-icon-lt-grey.svg) no-repeat center;
  position: absolute;
  top: -10px;
  left: -80px;
  z-index: 80; }

.home-screen h2.beer-name:after {
  background: none; }

h4.featured-beer-text {
  opacity: 0.4; }

li.beer-wrap {
  z-index: 1;
  background-color: #333333; }

li.beer-wrap:before {
  content: "";
  width: 70%;
  height: 100%;
  background: url(images/left-spot.png) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

li.beer-wrap:nth-child(even):before {
  background-image: url(images/right-spot.png);
  background-position: left center;
  left: auto;
  right: 0; }

li.beer-wrap:nth-child(even) .ava-wrap {
  left: auto;
  right: 0;
  text-align: right;
  padding-right: 140px; }

li.beer-wrap:nth-child(even) .history-image {
  left: auto;
  right: 0;
  width: 75%; }

li.beer-wrap:nth-child(odd) .history-image {
  left: 0;
  right: auto;
  width: 75%; }

.beer-intro-over {
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  padding: 40px 0;
  position: relative; }

.beer-intro .inner {
  position: relative;
  z-index: 10; }

.beer-intro:before {
  content: "";
  width: 224px;
  height: 425px;
  position: absolute;
  top: -140px;
  left: 50%;
  margin-left: -112px;
  z-index: 1;
  background: url(images/flowers@2x.png) no-repeat center;
  background-size: 100% 100%; }

.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 160px;
  -moz-column-gap: 160px;
  column-gap: 160px; }

.beer-intro .lower {
  font-size: 1.5em;
  line-height: 1.1em; }

.beer-intro .upper {
  font-size: 2.25em;
  line-height: 1.1em; }

.find-icon {
  max-width: 100px;
  margin: 0 auto;
  font-size: 2.25em;
  line-height: 1em; }

.find-icon:before {
  content: "Find";
  position: absolute;
  top: 27px;
  right: 100%;
  padding-right: 20px; }

.find-icon:after {
  content: "Beer";
  position: absolute;
  top: 27px;
  left: 100%;
  padding-left: 20px; }

ul.find-list {
  margin-top: 40px;
  border-top: 1px solid #333333; }

ul.find-list li {
  width: 33.33%;
  padding: 0 30px 0 0;
  margin-top: 60px;
  text-align: left;
  line-height: 1.8em; }

.find-label {
  font-size: 1.5em; }

.find-text {
  font-size: 1.125em; }

.find-text a {
  color: #333333;
  display: block; }

.find-text a:hover {
  color: #fbf9f3; }

.beer-stats i {
  font-style: normal; }

/* !Homepage - - - - - */
.home-left,
.home-right {
  width: 50%; }

.home-left {
  padding-right: 60px; }

.no-events .home-left {
  padding-right: 0;
  width: 100%;
  float: none; }

.home-right {
  padding-left: 60px; }

.home-blocks {
  background: rgba(255, 255, 255, 0.6); }

.home-blocks .inner {
  position: relative;
  z-index: 100; }

.home-blocks:after {
  content: "";
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
  background: rgba(122, 89, 35, 0.05);
  z-index: 10;
  position: absolute; }

.no-events.home-blocks:after {
  display: none; }

.home-blocks a.cta {
  display: block;
  margin-top: 20px; }

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

.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% !important; }

.home-under-wrap {
  padding-right: 50%;
  min-height: 280px; }

.home-under-wrap:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 30px;
  background: url(images/virginia-topo.png) no-repeat right bottom;
  opacity: .25;
  background-size: 100% auto; }

.home-under-pad {
  padding-right: 30px; }

.home-screen-pad {
  padding-right: 50%;
  padding-left: 5%;
  position: relative; }

.home-screen {
  padding-top: 5%; }

.home-cycle a.cta {
  margin-top: 30px;
  display: block; }

.home-cycle a.cta:hover {
  color: #fff; }

.home-cycle .custom .slide-bg {
  background-color: #222; }

.home-cycle .beer .slide-bg {
  background-color: #000; }

.home-under .post-date {
  margin-bottom: 10px; }

.slide-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/left-spot.png) no-repeat -100px 13%;
  background-size: 80% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.custom .slide-bg:before {
  opacity: 0.4; }

.home-beer-wrap {
  position: relative;
  z-index: 10; }

.align-right .home-screen-pad {
  padding: 0 0 0 50%; }

.align-right .slide-bg:before {
  background: url(images/right-spot.png) no-repeat 100% 13%;
  margin-right: -100px;
  opacity: 0.6; }

ul.slick-dots {
  position: absolute;
  top: 0;
  list-style: none;
  border: 0;
  padding: 0 0 0 20px; }

ul.slick-dots li {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 10px;
  width: 5px;
  height: 48px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease; }

ul.slick-dots li.slick-active {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease; }

ul.slick-dots li button {
  visibility: hidden; }

/* !Featured Beer - - - - - */
.featured-beer {
  text-align: right; }

.featured-beer li.beer-wrap a {
  padding: 120px 120px 120px 60%; }

.featured-beer h2.beer-name:after {
  display: none; }

.featured-beer .featured-ava {
  text-align: right;
  margin-top: 30px;
  display: block; }

.featured-beer li.beer-wrap:before {
  background-image: url(images/left-spot-reverse.png); }

/* !Post Share - - - - - */
.post-share {
  padding: 15px;
  font-size: 0.875em;
  line-height: 1.3em;
  position: absolute;
  top: 80px;
  right: 0; }

.post-share span {
  display: inline-block;
  vertical-align: middle; }

.post-share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px; }

.single-post-content .inner,
.single-event .single-post-intro .inner {
  padding-right: 270px; }

.post-share svg {
  position: relative;
  top: 3px; }

.post-share path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.post-share a:hover path {
  fill: #fbf9f3; }

/* - - - Bamboo HR - - - */
.BambooHR-ATS-board h2 {
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: .4em !important;
  font-size: 1.5em !important;
  line-height: 1.3em !important;
  margin: 40px 0 20px 0 !important; }

.BambooHR-ATS-Department-Header {
  font-size: 0.875em !important;
  font-family: "Andale Mono", AndaleMono, "mr-eaves-modern", Arial, Verdana, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .4em !important;
  line-height: 1.5em !important;
  padding-left: 20px !important; }

.BambooHR-ATS-board a {
  font-size: 18px !important; }

.BambooHR-ATS-board ul {
  font-size: 14px !important; }

/* - - - Delivery - - - */
.page-template-delivery .header-image {
  height: 700px;
  background-position: left center; }

.page-template-delivery .header-image:after {
  width: 100%;
  bottom: -5%;
  margin-left: 0;
  left: 0 !important;
  background-size: 100% auto !important; }

.page-template-delivery .header-title {
  font-family: "house-slant", Arial, Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 2em; }

.page-template-delivery .header-title span:first-of-type {
  font-size: 1.5em; }

.page-template-delivery .header-title span:nth-of-type(2) {
  font-size: 1.25em; }

.page-template-delivery .header-title span:nth-of-type(3) {
  font-size: .9em; }

.page-template-delivery .header-title .underline {
  display: inline;
  background: url(images/underline.svg) no-repeat;
  background-position: 20%;
  height: 120px;
  padding-bottom: 60px; }

.page-template-delivery .rotate {
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg); }

.page-template-delivery .content-block.block-pad {
  padding: 30px 0 80px; }

.page-template-delivery .content-block .text-headline {
  line-height: 2em;
  letter-spacing: .285em;
  font-size: 1.4em; }

.page-template-delivery .content-block .text {
  line-height: 2em;
  font-size: 1.125em; }

.page-template-deliver .content-block .text p {
  margin: 1em 0; }

.page-template-delivery .content-block h3 {
  font-size: 1.12em;
  line-height: 2em;
  letter-spacing: .3em; }

.page-template-delivery .apps {
  margin-top: 60px; }

.page-template-delivery .apps img {
  display: inline-block;
  vertical-align: top; }

.page-template-delivery .apps .app-info {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 20px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif; }

.page-template-delivery .apps .app-name {
  font-weight: bold;
  font-size: 1.875em; }

.page-template-delivery .apps .app-developer {
  margin-bottom: 1.125em;
  font-size: 1.125em;
  line-height: 2em; }

.page-template-delivery .content-block .fine-print {
  font-size: 1em; }

/* - - - Age Verification - - - */
.verify {
  background-color: #222 !important;
  opacity: 1;
  visibility: visible;
  /*background-image: url(images/center-spot.png) !important;*/
  background-size: 75% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.verify .logo {
  max-width: 200px;
  margin: auto; }

.verify .tech {
  margin-top: 80px; }

.verify .date-question {
  font-size: 2.25em;
  line-height: 1.5em; }

.verify ul.verify-buttons {
  list-style: none;
  padding: 0; }

.verify ul.verify-buttons li {
  padding: 20px;
  font-size: 1.5em;
  display: inline-block; }

.verify ul.verify-buttons li:first-of-type {
  padding-top: 40px; }

.texture-bottom:before {
  top: auto;
  bottom: 0;
  z-index: 999999; }

/* - - - Private Events - - - */
.text-align-right {
  text-align: right; }

.page-template-private-events .header-image:after {
  width: 40%; }

.page-template-private-events a.cta {
  font-weight: 900; }

.page-template-private-events .content-block h3 {
  font-weight: 100; }

.page-template-private-events #spaces {
  padding-top: 80px; }

.page-template-private-events .history-block {
  margin-bottom: 30px;
  padding: 0 0;
  overflow: hidden; }

.page-template-private-events .history-block:last-of-type {
  margin-bottom: 80px; }

.page-template-private-events .history-block .history-image {
  left: 40px; }

.page-template-private-events .history-block .history-image:nth-of-type(2) {
  left: 0; }

.page-template-private-events .history-block .history-col {
  padding: 50px 30px; }

.page-template-private-events .history-block .history-col img {
  width: 100%;
  height: auto;
  max-width: 36px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -6px; }

.page-template-private-events .history-block .history-content {
  padding-left: 49%; }

.page-template-private-events .history-block h3 {
  font-size: 1.75em;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 30px; }

.page-template-private-events .history-block .text {
  padding-bottom: 30px;
  margin-right: 30px; }

.page-template-private-events .history-block .text.space {
  letter-spacing: .1em; }

.page-template-private-events .block-pad {
  padding-bottom: 0; }

.page-template-private-events #more-options {
  text-align: center; }

.page-template-private-events #more-options h3 {
  padding-top: 40px; }

.page-template-private-events #more-options .left-col, .page-template-private-events #more-options .right-col {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
  border-top: 1px solid #222; }

.page-template-private-events #more-options .left-col {
  border-right: 1px solid #222;
  margin-bottom: 40px; }

.page-template-private-events #more-options .right-col {
  margin-left: -4px; }

.page-template-private-events #more-options .left-col h3, .page-template-private-events #more-options .left-col .text, .page-template-private-events #more-options .left-col a.cta, .page-template-private-events #more-options .right-col h3, .page-template-private-events #more-options .right-col .text, .page-template-private-events #more-options .right-col a.cta {
  text-align: left; }

.page-template-private-events #more-options a.cta {
  float: left;
  margin-top: 20px; }

.page-template-private-events #get-started {
  max-width: 1200px;
  margin: 40px auto auto auto;
  padding: 80px 40px 40px 40px; }

.pate-template-private-events #get-started h3 {
  text-align: center;
  margin-bottom: 40px; }

.page-template-private-events .contact-form .gform_body {
  width: 50%;
  display: inline-block; }

.page-template-private-events .contact-form li {
  list-style-type: none; }

.page-template-private-events .contact-form li select {
  width: 100%;
  background-color: #fff;
  height: 48px;
  padding: 15px;
  border: none;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
  color: #666;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 15px; }

.page-template-private-events .ui-datepicker {
  z-index: 99999 !important;
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  padding: 20px;
  background-color: #333333;
  color: #F6F3E4; }

.page-template-private-events table {
  width: 100%; }

.page-template-private-events thead {
  color: #b3b3b3; }

.page-template-private-events .ui-datepicker-prev {
  margin-left: 10px; }

.page-template-private-events .ui-datepicker-next {
  float: right;
  color: #7a5923;
  margin-right: 10px; }

.page-template-private-events select.ui-datepicker-month, .page-template-private-events select.ui-datepicker-year {
  width: calc(50% - 5px);
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  color: #666;
  border: none;
  height: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 15px; }

.page-template-private-events select.ui-datepicker-month {
  margin-right: 5px; }

.page-template-private-events select.ui-datepicker-year {
  margin-left: 5px; }

.page-template-private-events tbody {
  text-align: center; }

.page-template-private-events textarea {
  height: 175px; }

.page-template-private-events input.gform_button {
  width: 100%;
  margin: 40px auto;
  text-align: center; }

/* - - - Store Locator - - - */
.gm-style-iw-c {
  background: #333 !important;
  border: 4px solid #fbf9f3;
  padding: 25px;
  width: 340px;
  border-radius: 0 !important; }

.page-template-find-beer .map {
  margin-bottom: 200px;
  position: relative;
  z-index: 99999; }

input#wpsl-search-btn, #wpsl-search-wrap input[type="submit"] {
  border: 3px solid rgba(255, 255, 255, 0.6);
  font-size: 0.8125em;
  text-transform: uppercase !important;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  cursor: pointer;
  background: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

input#wpsl-search-btn, #wpsl-search-wrap input[type="submit"] {
  border: 2px solid rgba(255, 255, 255, 0.6); }

input#wpsl-search-btn:hover, #wpsl-search-wrap input[type="submit"]:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6); }

#wpsl-search-wrap input[type="text"] {
  width: 100%;
  background: #666666;
  border: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 15px;
  height: 38px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 0.875em;
  border-radius: 2px; }

.page-template-find-beer a.wpsl-directions {
  display: inline-block;
  padding-right: 20px;
  background: url(images/gold-arrow-right.svg) no-repeat right center;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6);
  background-size: 8px 12px;
  text-transform: uppercase;
  letter-spacing: .05em; }

#wpsl-gmap .wpsl-info-window strong {
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  letter-spacing: .05em;
  font-size: 1em;
  display: inline-block;
  margin-left: 20px;
  vertical-align: sub; }

.page-template-find-beer .map {
  border: 8px solid #999999; }

.page-template-find-beer #wpsl-wrap, .page-template-find-beer .wpsl-gmap-canvas {
  margin-bottom: 0 !important; }

.page-template-find-beer .wpsl-search {
  margin-bottom: 0 !important;
  background: #333333 !important;
  padding: 9px 20px 10px 20px !important; }

.page-template-find-beer #wpsl-search-wrap .wpsl-input label, .page-template-find-beer #wpsl-search-wrap div label {
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: .05em;
  width: 100%;
  font-weight: bold; }

.page-template-find-beer .wpsl-input div {
  width: 100%;
  display: block; }

.page-template-find-beer .wpsl-search-btn-wrap {
  margin-top: 32px; }

.page-template-find-beer #wpsl-search-wrap input[type="text"] {
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  background: #333333;
  font-weight: 900; }

.page-template-find-beer .wpsl-selected-item:after, .page-template-find-beer .wpsl-active .wpsl-selected-item:after {
  background: url(images/select-arrow.svg) no-repeat right 10px center #666666;
  padding-right: 36px;
  border: 0;
  border-top: 0; }

.page-template-find-beer .wpsl-dropdown, .page-template-find-beer #wpsl-results .wpsl-dropdown {
  border: none;
  background: transparent;
  width: 100%;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-size: 14px; }

.page-template-find-beer .wpsl-dropdown span.wpsl-selected-item {
  background: url(images/gold-arrow-short.svg) no-repeat right 18px center #333333;
  background-size: 12px;
  padding-right: 36px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6); }

.page-template-find-beer input#wpsl-search-btn, #wpsl-search-wrap input[type="submit"] {
  padding-top: 9px;
  padding-bottom: 7px; }

.page-template-find-beer #wpsl-search-wrap .wpsl-dropdown div {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top: 0;
  margin: -2px 1px 0 1px; }

.page-template-find-beer .wpsl-dropdown li {
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 900; }

.page-template-find-beer #wpsl-wrap #wpsl-result-list li {
  border-bottom: none;
  padding: 20px;
  margin: 25px auto;
  margin-left: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 90%; }

.page-template-find-beer .wpsl-store-location strong {
  text-transform: uppercase;
  font-weight: 900; }

.page-template-find-beer .wpsl-store-location span {
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 900; }

.page-template-find-beer a.wpsl-directions {
  font-size: 12px;
  padding-right: 15px;
  background-size: 6px 9px;
  background-position: right 4.4px; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(4) > a > div > img {
  display: none !important; }

.page-template-find-beer .wpsl-icon-direction, .page-template-find-beer #wpsl-gmap > div > div > div.gmnoprint.gm-style-cc > div:nth-child(2), .page-template-find-beer #wpsl-gmap > div > div > div:nth-child(10) > div:nth-child(2) {
  display: none !important; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(6) > div > div:nth-child(1) > div:nth-child(2) {
  background-color: #000000;
  color: #666666; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(11) > div > div {
  width: 24px !important;
  height: 49px !important;
  background-color: #333333 !important; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(11) > div > div > button {
  width: 24px !important;
  height: 24px !important; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(11) > div > div > button > img {
  width: 12px !important;
  height: 12px !important; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(11) > div > div > div {
  width: auto !important;
  background-color: #000000 !important; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(11) {
  top: auto !important;
  bottom: 80px;
  right: 30px !important; }

.page-template-find-beer button.gm-control-active.gm-fullscreen-control {
  display: none !important; }

.page-template-find-beer #wpsl-stores, .page-template-find-beer #wpsl-direction-details, .page-template-find-beer #wpsl-gmap {
  height: 540px !important; }

.page-template-find-beer #wpsl-gmap > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) {
  display: none; }

#wpsl-gmap .wpsl-info-window span {
  color: #666666;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 900;
  line-height: 1.4em; }

.page-template-find-beer #wpsl-gmap .wpsl-info-actions a {
  margin-left: 20px;
  font-family: "mr-eaves-modern", Arial, Verdana, sans-serif !important; }

.page-template-find-beer .gm-style .gm-style-iw-t::after {
  margin-top: 0; }

.page-template-find-beer #wpsl-gmap .wpsl-info-window strong {
  margin-bottom: 5px; }

.page-template-find-beer .gm-style-iw-d {
  overflow: hidden !important;
  margin-bottom: 20px;
  margin-top: 5px; }

.page-template-find-beer button svg path {
  fill: #000000; }

#wpsl-gmap div > img, .wpsl-gmap-canvas div > img{background-image: url('http://www.balladbrewing.com/wp-content/uploads/2022/08/noun-pin-4728427-785623.png'); background-size: contain; background-position: center center; background-repeat: no-repeat;}

@media only screen and (max-width: 675px) {
  .page-template-find-beer #wpsl-stores, .page-template-find-beer #wpsl-direction-details, .page-template-find-beer #wpsl-gmap {
    height: 360px !important;
    margin-top: 0; } }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1350px) {
  .header-title-italic {
    display: block;
    margin: 0 0 2px 0;
    font-size: 0.875em;
    line-height: 1.3em;
    position: static;
    display: block;
    text-align: left; }
  li.beer-wrap:before {
    width: 80%; }
  .header-image:after {
    left: -90px;
    margin-left: 0;
    width: 100%;
    background-size: 500px auto; }
  .page-template-delivery .header-image:after {
    width: 200%;
    background-size: contain !important;
    left: 0 !important;
    margin-left: -25%; }
  .page-template-private-events .header-image:after {
    width: 200%;
    background-size: 640px 75%; } }

@media only screen and (max-width: 1200px) {
  h2.beer-name:after {
    display: none; }
  li.beer-wrap a {
    padding: 80px 60% 140px 30px; }
  li.beer-wrap:nth-child(even) a {
    padding: 80px 30px 120px 60%; }
  .featured-beer li.beer-wrap a {
    padding: 120px 120px 120px 40%; }
  .page-template-private-events .history-block .history-image {
    left: 0; } }

@media only screen and (max-width: 1023px) {
  /* Style adjustments for viewports that meet the condition */
  .home-screen .text,
  .beer-flower {
    display: none; }
  .left-col,
  .right-col {
    width: 100%;
    float: none;
    padding: 0 !important; }
  .page-template-private-events #more-options .right-col {
    padding-left: 30px !important; }
  .page-template-private-events #more-options .left-col {
    padding-right: 30px !important; }
  .right-col {
    margin-top: 40px; }
  .page-template-private-events form .right-col {
    margin-top: 0; }
  .block-pad {
    padding: 60px 0; }
  .right-col.has-image {
    margin: 0 0 40px 0; }
  .small-block-pad {
    padding: 30px 0; }
  .brew-text {
    font-size: 1.125em; }
  li.beer-wrap a,
  li.beer-wrap:nth-child(even) a {
    padding: 50px 30px 80px 30px;
    text-align: center; }
  li.beer-wrap:before {
    width: 100%;
    background-image: url(images/center-spot.png) !important;
    background-position: center !important; }
  .ava-wrap, li.beer-wrap:nth-child(even) .ava-wrap {
    text-align: center;
    font-size: 70%;
    padding: 5px 25px 12px 25px; }
  .two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px; }
  .beer-intro-text {
    margin-bottom: 45px; }
  .beer-intro:before {
    content: "";
    width: 180px;
    height: 242px;
    top: -80px;
    margin-left: -80px; }
  h2.beer-name {
    font-size: 1.625em; }
  .custom h2.beer-name {
    text-align: center; }
  .custom a.cta {
    text-align: center; }
  .beer-intro .lower {
    font-size: 1.125em;
    line-height: 1.2em; }
  .beer-intro .upper {
    font-size: 1.625em;
    line-height: 1.2em; }
  .find-label {
    font-size: 1.25em; }
  .find-text {
    font-size: 1em; }
  .home-under-pad {
    padding-right: 0; }
  .home-under-wrap:after {
    width: 100%;
    right: 0;
    background-position: center bottom;
    background-size: 70% auto; }
  .home-screen-pad {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .home-screen {
    padding-top: 10%; }
  .beer .home-screen {
    padding-top: 5%; }
  .slide-bg:before {
    background-position: -100px 13%;
    background-size: 100% auto; }
  ul.slick-dots {
    position: absolute;
    top: 0;
    list-style: none;
    border: 0;
    padding: 0 20px 0 20px; }
  ul.slick-dots li {
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 10px;
    width: 48px;
    height: 5px;
    display: inline-block; }
  .featured-beer {
    text-align: center; }
  .featured-beer li.beer-wrap a {
    padding: 50px 30px; }
  .featured-beer .featured-ava {
    text-align: center;
    margin-top: 20px; }
  .footer-cols {
    padding-left: 0; }
  .post-share {
    position: static;
    display: inline-block;
    margin: 40px 0 0 30px; }
  .single-post-content .inner,
  .single-event .single-post-intro .inner {
    padding-right: 30px; }
  li.beer-wrap:nth-child(even) .history-image,
  li.beer-wrap:nth-child(odd) .history-image {
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-width: 480px;
    min-height: 360px;
    position: absolute;
    background-size: cover;
    background-position: center center; } }

@media only screen and (max-width: 890px) {
  .home-blocks:after {
    display: none; }
  .page-template-private-events #spaces {
    padding-left: 40px;
    padding-right: 40px; }
  .history-image.cover {
    height: 300px;
    width: 100%;
    background-size: 700px auto;
    background-position: center bottom;
    position: relative; }
  .page-template-private-events .history-image.cover {
    background-size: 100% auto; }
  .page-template-private-events .history-image {
    left: 0; }
  .history-content {
    padding: 0 !important;
    text-align: center; }
  .history-image.show-icon {
    background: none; }
  ul.find-list li {
    width: 50%; }
  .home-left,
  .home-right {
    width: 100%;
    float: none;
    padding: 0 30px; }
  .home-right {
    background: rgba(122, 89, 35, 0.05); }
  .home-blocks .inner {
    padding: 0; }
  .history-block:before {
    background-position: right -30px bottom 0;
    width: 80%; }
  .brewers-block:before {
    z-index: 10; }
  .page-template-delivery .header-image:after {
    margin-left: -50%; }
  .page-template-private-events #more-options .left-col,
  .page-template-private-events #more-options .right-col {
    display: block;
    width: 100%;
    border-right: none;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .page-template-private-events #more-options .left-col {
    margin-bottom: 20px; }
  .page-template-private-events .contact-form .gform_body {
    width: 100%; }
  .page-template-private-events #more-options .right-col {
    padding-left: 0 !important;
    margin-top: 60px;
    border-top: none; }
  .page-template-private-events #more-options {
    padding-bottom: 120px; }
  .page-template-private-events li.beer-wrap {
    overflow: hidden; }
  .page-template-private-events .history-block .text {
    margin-right: 0; }
  .page-template-private-events .history-block .history-col img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 6px; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .brew-text:after {
    display: none; }
  .header-image {
    height: 150px; }
  .header-title {
    font-size: 1.5em;
    line-height: 1.3em;
    display: block; }
  .page-template-delivery .header-title {
    line-height: 2em; }
  .page-template-delivery .header-title span:first-of-type {
    font-size: 1.475em; }
  .page-template-delivery .header-title span:nth-of-type(2) {
    font-size: 1.5em; }
  .page-template-delivery .header-title span:nth-of-type(3), .page-template-delivery .header-title .underline {
    font-size: 1.175em; }
  a.logo {
    display: block;
    width: 150px; }
  .block-pad {
    padding: 40px 0; }
  h1 {
    font-size: 1.875em; }
  h2 {
    font-size: 1.625em; }
  h3 {
    font-size: 1.25em; }
  .text {
    font-size: 0.875em; }
  .history-col {
    padding: 40px 25px; }
  ul.brew-list li {
    width: 100%;
    display: block;
    padding: 0 !important;
    max-width: 600px;
    margin: 0 auto 40px auto; }
  .brew-text {
    min-height: 1px;
    padding: 20px;
    font-size: 1em; }
  .brew-name {
    padding-top: 0px;
    padding-right: 0px; }
  .brew-title {
    padding-right: 0px; }
  .brew-text .text {
    padding-right: 0px;
    padding-bottom: 0px; }
  .inner,
  .home-left,
  .home-right {
    padding: 0 25px; }
  .single-post-content .inner,
  .single-event .single-post-intro .inner {
    padding-right: 25px; }
  a.nav-toggle {
    right: 16px; }
  .header-bar:before {
    margin-left: 15px; }
  .nav-social {
    padding: 1px 0 20px 0; }
  ul.nav a {
    font-size: 1.125em;
    line-height: 1.3em;
    margin-top: 10px; }
  .text blockquote {
    padding: 50px 20px;
    font-size: 1.5em; }
  .text blockquote:before,
  .text blockquote:after {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute; }
  .text blockquote:before {
    left: 20px;
    background-size: 12px 10px; }
  .text blockquote:after {
    right: 20px;
    background-size: 12px 10px; }
  .single .text ul,
  .single .text ol {
    padding: 20px; }
  p.wp-caption-text {
    padding: 6px 10px; }
  .find-icon {
    max-width: 60px;
    font-size: 1.5em; }
  .find-icon:before {
    top: 16px;
    padding-right: 15px; }
  .find-icon:after {
    top: 16px;
    padding-left: 15px; }
  ul.find-list li {
    width: 100%;
    padding: 0;
    margin-top: 40px; }
  .find-label {
    font-size: 1.125em; }
  .find-text {
    font-size: 0.875em; }
  .home-cycle .slide-bg {
    height: 430px;
    overflow: hidden; }
  .home-cycle .slide-bg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -384px;
    z-index: 1; }
  .home-screen {
    padding-top: 20%; }
  .beer .home-screen {
    padding-top: 7%; }
  .slide-bg:before {
    background-position: -70px 15%;
    background-size: 120% auto; }
  .footer-col {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 40px;
    text-align: center; }
  .footer-col:first-child {
    margin-top: 0; }
  .footer-title {
    font-size: 1.125em; }
  .footer-text {
    font-size: 0.875em; }
  .footer-top {
    padding: 40px 0; }
  .header-image:after {
    background-size: 400px auto; }
  .post-share {
    margin: 30px 0 0 25px; }
  header {
    height: 62px; }
  #container {
    padding-top: 62px; }
  ul.nav a {
    font-size: 1.1875em; }
  .nav-wrap {
    padding: 90px 30px 165px 30px; }
  ul.brew-list li:nth-child(odd) {
    margin-right: auto; }
  .page-template-private-events .header-image:after {
    width: 200%;
    background-size: 640px 100%; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .slide-bg:before {
    background-size: 150% auto; }
  .page-template-delivery .header-title-wrap {
    max-width: 400px; }
  .page-template-private-events #spaces {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  .slide-bg:before {
    background-position: -120px 0%;
    background-size: 250% auto; } }

@media only screen and (max-height: 640px) {
  .texture-bottom:before {
    display: none; } }

@media only screen and (max-height: 480px) {
  .nav-active,
  .nav-active body {
    min-height: 480px;
    height: 480px;
    overflow: hidden; }
  .nav-active #container {
    height: 480px;
    overflow: hidden; }
  .nav-wrap {
    position: absolute;
    height: 480px; } }

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