.entry-content img {
    margin: 0 0 1.5em 0
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

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

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

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

@font-face {
    font-family: 'moristonblack';
    src: url("fonts/moriston-black-webfont.woff2") format("woff2"), url("fonts/moriston-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ahamonomonospaced';
    src: url("fonts/ahamono-regular-webfont.woff2") format("woff2"), url("fonts/ahamono-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

a {
    color: #333
}

.firstLetter {
    float: left;
    left: 50px;
    height: 47px;
    width: 50px;
    font-size: 5em
}

h1 {
    font-family: moristonblack;
    font-size: 98px;
    line-height: 98px;
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 90px;
        line-height: 90px
    }
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 35px;
        line-height: 35px
    }
}

h2 {
    font-family: moristonblack;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase
}

h2.alt {
    font-family: ahamonomonospaced
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 45px;
        line-height: 45px
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 32px;
        line-height: 32px
    }
}

h3 {
    font-family: moristonblack;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase
}

@media only screen and (max-width: 480px) {
    h3 {
        font-size: 45px;
        line-height: 45px
    }
}

h4,
#brewery-team .team-member .title {
    font-family: ahamonomonospaced;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px
}

h4.alt,
#brewery-team .team-member .alt.title {
    color: #4A4A4A;
    position: relative;
    display: inline-block
}

h4.alt:after,
#brewery-team .team-member .alt.title:after {
    position: absolute;
    content: "";
    background-color: rgba(200, 0, 0, 0.5);
    height: 6px;
    width: 50%;
    left: 110%;
    top: 9px
}

@media only screen and (max-width: 480px) {
    h4.alt:after,
    #brewery-team .team-member .alt.title:after {
        width: 20%;
        left: 105%
    }
}

h4.altfont,
#brewery-team .team-member .name,
#brewery-team .team-member .altfont.title {
    font-family: moristonblack;
    text-transform: none;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 24px
}

@media only screen and (max-width: 480px) {
    h4,
    #brewery-team .team-member .title {
        font-size: 16px;
        line-height: 16px
    }
}

h4.redline,
#brewery-team .team-member .redline.title {
    display: inline-block;
    position: relative
}

h4.redline:after,
#brewery-team .team-member .redline.title:after {
    content: " ";
    position: absolute;
    width: 200px;
    height: 6px;
    background-color: rgba(200, 0, 0, 0.5);
    left: 110%;
    top: 9px
}

@media only screen and (max-width: 480px) {
    h4.redline:after,
    #brewery-team .team-member .redline.title:after {
        width: 50px
    }
}

h5,
#brewery-team .team-member .meta {
    font-family: ahamonomonospaced;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase
}

h6 {
    font-family: moristonblack;
    font-size: 14px;
    text-transform: uppercase
}

p {
    margin-bottom: 10px
}

.btn {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all 200ms linear;
    backface-visibility: hidden
}

.btn:hover {
    transform: scale(1.05);
    color: #fff
}

.btn:focus {
    color: #fff
}

.btn.btn-white,
#contact .contact-form-col .btn {
    background-color: #fff;
    color: #000
}

.btn.btn-outline {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

.btn.black {
    background-color: #000 !important
}

.btn.btn-underline {
    color: #000;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 4px;
    transition: all 200ms linear;
    margin: 0 20px
}

.btn.btn-underline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 1%;
    border: 1px solid #000;
    border-radius: 50px;
    transition: all 200ms linear
}

.btn.btn-underline:hover {
    transform: scale(1);
    padding: 15px 20px;
    margin: 0
}

.btn.btn-underline:hover.btn-offset {
    margin-left: -20px
}

.btn.btn-underline:hover:after {
    border: 1px solid #000;
    height: 100%
}

.btn.btn-underline.btn-white,
#contact .contact-form-col .btn.btn-underline {
    color: white
}

.btn.btn-underline.btn-white:after,
#contact .contact-form-col .btn.btn-underline:after {
    border-color: #fff
}

.btn.btn-underline.btn-offset {
    margin-left: 0px
}

.btn.arrow {
    background-color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.btn.arrow:hover {
    transition: all 250ms ease-out
}

.btn.arrow:hover:before {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.btn.arrow:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 244px;
    top: -340%;
    left: -140%;
    z-index: 0;
    background-color: #E5E5E5;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    transition: all 500ms ease-out
}

.btn.arrow.black:before {
    background-color: #191919
}

.btn.arrow img {
    width: 10px;
    transform: rotate(0deg)
}

.btn.arrow.prev img {
    transform: rotate(180deg)
}

.btn.page {
    border: 6px solid #000;
    border-radius: 0;
    padding: 50px;
    font-size: 24px;
    width: 100%
}

.btn.page.prev {
    border-right: none;
    color: #000;
    position: relative;
    background: transparent
}

.btn.page.prev:before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 30px;
    background: url(img/arrow.svg) center center transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.btn.page.next {
    border-left: none;
    position: relative;
    background: #000
}

.btn.page.next:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    background: url(img/arrow-white.svg) center center transparent;
    background-repeat: no-repeat;
    background-size: auto 100%
}

@media only screen and (max-width: 640px) {
    .btn.page {
        font-size: 18px
    }
}

.stack-gallery {
    list-style-type: none;
    padding: 0;
    position: relative;
    height: 450px;
    display: block
}

.stack-gallery li {
    position: absolute;
    transition: all 250ms ease
}

.stack-gallery li img {
    opacity: 1
}

@media only screen and (max-width: 992px) {
    .stack-gallery li img {
        width: 500px
    }
}

@media only screen and (max-width: 768px) {
    .stack-gallery li img {
        width: 400px
    }
}

@media only screen and (max-width: 480px) {
    .stack-gallery li img {
        width: 240px
    }
}

@media only screen and (max-width: 320px) {
    .stack-gallery li img {
        width: 200px
    }
}

.stack-gallery li:nth-child(1) {
    top: 20px;
    left: 20px;
    z-index: 4
}

.stack-gallery li:nth-child(2) {
    top: 40px;
    left: 40px;
    z-index: 3
}

.stack-gallery li:nth-child(3) {
    top: 60px;
    left: 60px;
    z-index: 2
}

.stack-gallery li:nth-child(4) {
    top: 80px;
    left: 80px;
    z-index: 1
}

@media only screen and (max-width: 480px) {
    .stack-gallery {
        height: auto
    }
}

#social-grid {
    padding: 80px 0 40px 0
}

#header #main-navbar {
    height: 70px;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    border: none;
    border-bottom: 1px solid #4A4A4A
}

#header #main-navbar a {
    text-transform: uppercase;
    color: #fff
}

#header #main-navbar .navbar-toggle {
    z-index: 5;
    margin-top: 0px
}

@media only screen and (max-width: 640px) {
    #header #main-navbar .navbar-toggle {
        border-radius: 50%;
        border: none;
        background-color: black;
        width: 60px;
        height: 60px
    }
}

#header #main-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 5px auto
}

#header #main-navbar .navbar-toggle .icon-bar:last-of-type {
    width: 18px;
    margin: 5px 8px
}

#header #main-navbar .navbar-brand {
    width: 120px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
    text-align: center;
    z-index: 2
}

#header #main-navbar .navbar-brand img {
    display: inline-block;
    width: 90px
}

@media only screen and (max-width: 640px) {
    #header #main-navbar .navbar-brand img {
        width: 60px
    }
}

#header #main-navbar .navbar-left li {
    border-right: 1px solid #4A4A4A
}

#header #main-navbar .navbar-right {
    margin-right: 0px
}

#header #main-navbar .navbar-right li {
    border-left: 1px solid #4A4A4A
}

@media only screen and (max-width: 640px) {
    #header #main-navbar .navbar-right {
        margin-right: -12px
    }
}

@media only screen and (max-width: 992px) {
    #header #main-navbar .navbar-nav.navbar-right li a {
        width: auto;
        padding: 20px 11px;
        font-size: 14px;
    }
}

#header #main-navbar .navbar-nav li a {
    width: 160px;
    text-align: center;
    font-size: 12px;
    padding: 20px
}
@media only screen and (max-width: 1366px) {
    #header #main-navbar .navbar-right li a {
        width: 120px;
    }
    #header #main-navbar .navbar-nav li.icon-finder a {
        width: 150px;
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 640px) {
    #header #main-navbar .navbar-nav li a {
        padding: 15px
    }
}

#header #main-navbar .navbar-nav li.icon-finder a {
    background: url(img/icon_beer-finder.svg) 13px center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 640px) {
    #header #main-navbar .navbar-nav li.icon-finder a {
        background-position: calc( 50% - 65px) center
    }
}

#header #main-navbar .navbar-collapse {
    border: none;
    padding-top: 90px;
    background-color: #000;
    position: relative;
    top: -80px;
    max-height: 413px
}

#header #main-navbar .social-links {
    width: 160px;
    height: 60px;
    list-style-type: none
}

#header #main-navbar .social-links li {
    float: left;
    border: none
}

#header #main-navbar .social-links li a {
    padding: 15px;
    display: block;
    float: left;
    width: 14px !important
}

#header #main-navbar .social-links li a img {
    width: 14px
}

@media only screen and (max-width: 1000px) {
    #header #main-navbar .navbar-nav li a {
        width: 120px;
        height: 80px
    }
}

@media only screen and (max-width: 800px) {
    #header #main-navbar .navbar-nav li a {
        width: 110px;
        height: 80px
    }
}

@media only screen and (max-width: 640px) {
    #header #main-navbar {
        background-color: transparent;
        border: none;
        margin-top: 10px
    }
    #header #main-navbar .navbar-nav li a {
        width: 100%;
        height: auto
    }
}

#footer {
    position: relative;
    padding: 80px 0;
    background-color: #000;
    color: #fff;
    z-index: 10;
}

#footer .row {
    overflow: hidden
}

#footer .footer-grid {
    margin-bottom: 30px
}

#footer .hours-of-operation-table {
    font-size: 12px;
    color: #9B9B9B
}

#footer .hours-of-operation-table .hours {
    text-align: right
}

#footer .module {
    min-height: 260px;
    padding: 30px;
    border: 1px solid #fff
}

#footer .module.address {
    border-left: none;
    border-bottom: none;
    background: url(img/badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-origin: content-box
}

#footer .module.address p {
    letter-spacing: 6px;
    font-size: 12px
}

#footer .module.quotes {
    border-top: none;
    text-align: center;
    border-bottom: none
}

#footer .module.subscribe {
    border-top: none;
    border-left: none;
    border-bottom: none
}

#footer .module.hours {
    border-bottom: none
}

#footer .module.social {
    border-bottom: none;
    border-right: none
}

#footer .module.social .social-links {
    list-style-type: none;
    padding: 0
}

#footer .module.social .social-links li {
    float: left;
    margin-right: 10px
}

#footer .module.social .social-links li a {
    border: 1px solid #4A4A4A;
    display: block;
    padding: 20px
}

#footer .module.social .social-links li a img {
    width: 14px
}

#footer .module.menu {
    border-top: none;
    border-right: none;
    border-bottom: none
}

#footer .module.menu .sitemap {
    padding: 0
}

#footer .module.menu .sitemap li {
    width: 50%;
    float: left;
    list-style-type: none
}

#footer .module.menu .sitemap li a {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    display: block
}

@media only screen and (max-width: 1199px) {
    #footer .module {
        min-height: 310px
    }
}

@media only screen and (max-width: 991px) {
    #footer .module {
        border: none;
        border-bottom: 1px solid #fff !important;
        padding: 30px 20px
    }
}

@media only screen and (max-width: 480px) {
    #footer .module {
        min-height: auto
    }
}

#footer .copywright {
    font-size: 12px;
    color: #9B9B9B
}

#footer .quotes-carousel .owl-item.active .quote-source {
    position: relative
}

#footer .quotes-carousel .owl-item.active .quote-source:before {
    position: absolute;
    content: "";
    background-color: #640F1D;
    height: 6px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    top: 8px;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: stretchbar 6s linear;
    -moz-animation: stretchbar 6s linear;
    -ms-animation: stretchbar 6s linear;
    -o-animation: stretchbar 6s linear;
    animation: stretchbar 6s linear
}

@-webkit-keyframes stretchbar
/* Safari and Chrome */

{
    from {
        width: 10%
    }
    to {
        width: 100%
    }
}

@keyframes stretchbar {
    from {
        width: 10%
    }
    to {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 20px 0px
    }
}

#footer .gform_wrapper div.validation_error {
    display: none
}

#footer .gform_wrapper .validation_message {
    display: none
}

#footer .gform_wrapper .gform_footer {
    position: absolute;
    left: calc( 100% - 85px);
    top: 64px
}

@media only screen and (max-width: 640px) {
    #footer .gform_wrapper .gform_footer {
        left: calc( 100% - 60px)
    }
    #footer .gform_wrapper .gform_footer #gform_submit_button_2 {
        height: 57px
    }
}

#footer .gform_wrapper .gfield {
    float: left;
    display: inline;
    clear: initial;
    width: 20%;
    border: 1px solid #666;
    padding: 0px
}

#footer .gform_wrapper .gfield .gfield_label {
    display: none
}

#footer .gform_wrapper .gfield .ginput_container {
    padding: 8.5px 0;
    margin-top: 0px
}

#footer .gform_wrapper .gfield .ginput_container input[type="text"],
#footer .gform_wrapper .gfield .ginput_container input[type="email"] {
    background: transparent;
    border: 0;
    margin: 0;
    text-align: center
}

#footer .gform_wrapper .gfield:first-of-type {
    border-left: none
}

#footer .gform_wrapper .gfield:last-of-type {
    border-right: none
}

#footer .gform_wrapper #field_2_3 {
    width: 48%
}

#footer p.small {
    clear: both;
    padding-top: 15px
}

@media only screen and (max-width: 991px) {
    #footer .col-sm-7,
    #footer .module.menu {
        border-right: 1px solid #fff
    }
    #footer .module.social,
    #footer .module.hours {
        border-bottom: none !important
    }
}

@media only screen and (max-width: 767px) {
    #footer {
        padding: 20px
    }
    #footer .module {
        border-right: none !important
    }
    #footer .module.menu {
        min-height: 220px
    }
}

#brewery-story {
    padding: 120px 0 280px 0;
    background: url(img/brewery-intro-bg.jpg);
    background-position: 0 80px;
    background-repeat: no-repeat;
    z-index: 3;
    position: relative
}

#brewery-story h4,
#brewery-story #brewery-team .team-member .title,
#brewery-team .team-member #brewery-story .title {
    margin-top: 0px
}

#brewery-story .row {
    position: relative
}

#brewery-story .brewery-team-img {
    position: relative;
    top: 400px;
    left: 35%
}

#brewery-story .brewery-badge-trust {
    position: absolute;
    width: 50%;
    right: 0px
}

#brewery-story .brewery-badge-cap {
    position: absolute;
    right: 0px;
    top: 550px
}

@media only screen and (max-width: 1199px) {
    #brewery-story {
        background-position: -10vw 80px
    }
}

@media only screen and (max-width: 1000px) {
    #brewery-story {
        background-position: -20vw 80px
    }
}

@media only screen and (max-width: 800px) {
    #brewery-story {
        background-position: -30vw 80px
    }
}

@media only screen and (max-width: 640px) {
    #brewery-story {
        padding: 40px 0;
        background-position: 215% center
    }
    #brewery-story .brewery-badge-trust {
        width: 100%
    }
    #brewery-story .brewery-badge-cap {
        top: 820px
    }
}

#brewery-mission {
    position: relative;
    top: -120px;
    z-index: 2;
    padding: 300px 0 300px 0;
    background: url(img/manifesto-bg.png), #000;
    background-size: cover, auto;
    background-position: center 30%, center center;
    background-repeat: no-repeat, repeat;
    background-size: 55%;
    color: #fff
}

#brewery-mission .image-stripe {
    bottom: 150px
}

@media only screen and (max-width: 640px) {
    #brewery-mission {
        padding: 250px 0 100px 0;
        background-position: center 25%;
        background-size: 150%;
        top: 0px;
        margin-bottom: 0px
    }
}

#brewery-team {
    background: url(img/bg_team.png) #fff;
    background-position: center 10%;
    background-repeat: no-repeat;
    padding: 240px 0 100px 0;
    position: relative;
    z-index: 1
}

#brewery-team h1 {
    margin-bottom: 150px
}

#brewery-team .team-member {
    margin-bottom: 40px;
    min-height: 525px
}

#brewery-team .team-member .headshot {
    margin-bottom: 20px
}

#brewery-team .team-member .name {
    margin-bottom: 10px;
    text-transform: uppercase
}

#brewery-team .team-member .title {
    margin-bottom: 10px
}

#brewery-team .team-member .meta {
    margin-bottom: 10px
}

@media only screen and (max-width: 1199px) {
    #brewery-team .team-member {
        min-height: 460px
    }
}

@media only screen and (max-width: 640px) {
    #brewery-team {
        padding: 400px 0 100px 0;
        background-position: center 13%;
        background-size: 120%
    }
    #brewery-team h1 {
        margin-bottom: 40px
    }
}

#brews-list {
    padding: 100px 0 100px 0;
    background-color: #212121;
    color: #fff
}

#brews-list .brew-serie {
    margin-bottom: 80px;
    min-height: 730px;
}

#brews-list .brew-serie:last-child {
    margin-bottom: 0;
}


#brews-list .brew-subserie {
    margin-bottom: 40px;
}

#brews-list .the-brews {
    padding-top: 100px;
}

#brews-list .the-brews .col-sm-4 {
    perspective: 400px;
    float: none;
    display: inline-block
}

#brews-list .the-brews .brew {
    top: 0px;
    padding: 20px 0px;
    margin-bottom: 20px;
    background-color: #111;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    border: 5px solid rgba(255, 23, 68, 0);
    height: 380px;
    overflow: hidden
}

#brews-list .the-brews .brew .tap-container {
    height: 260px;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

#brews-list .the-brews .brew .tap-container img {
    height: 100%;
    margin: 0 auto
}

#brews-list .the-brews .brew .bottle-container .bottle {
    height: 250px;
    margin-bottom: 20px
}

#brews-list .the-brews .brew .bottle-container .label {
    background-size: cover;
    position: absolute;
    height: 84px;
    width: 63px;
    top: 160px;
    left: calc( 50% - 31px);
    -webkit-animation: labelbg 20s linear infinite;
    -moz-animation: labelbg 20s linear infinite;
    -ms-animation: labelbg 20s linear infinite;
    -o-animation: labelbg 20s linear infinite;
    animation: labelbg 20s linear infinite
}

#brews-list .the-brews .brew .bottle-container .label:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=1)
}

#brews-list .the-brews .brew p {
    color: #999;
    text-transform: uppercase
}

#brews-list .the-brews .brew a.btn {
    margin: 10px 0 0 0 !important;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

@media only screen and (max-width: 1024px) {
    #brews-list .the-brews .brew {
        height: auto !important
    }
    #brews-list .the-brews .brew p {
        font-size: .9em
    }
}

#brews-list .the-brews .brew:hover {
    border: 5px solid rgba(255, 23, 68, 0.4);
    transform: translateZ(20px);
    top: -20px
}

#brews-list .the-brews .brew:hover .tap-container {
    height: 180px
}

#sip-and-discuss {
    padding: 100px 0;
    background: url(img/sip-and-discuss-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white
}

#sip-and-discuss .row {
    position: relative
}

#prev-next-page {
    background-color: #fff;
    padding: 100px 0
}

#prev-next-page .row {
    position: relative
}

#prev-next-page .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@keyframes oh-yea {
    from {
        width: 0vw;
        height: 0vw;
        top: 50%;
        left: 50%
    }
    to {
        width: 200vw;
        height: 200vw;
        top: -50vw;
        left: -50vw
    }
}

#age-gate {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1040;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #000;
    overflow: scroll
}

#age-gate h2 {
    text-transform: uppercase;
    font-family: 'ahamonomonospaced', sans-serif;
    font-size: 1.75em
}

#age-gate .ag-logo {
    width: 180px;
    height: 220px;
    margin: 0 auto
}

#age-gate .ag-logo img {
    width: 180px
}

#age-gate .ag-guide {
    text-transform: uppercase;
    font-size: 0.8em
}

#age-gate #drag-control {
    position: relative;
    height: 120px;
    margin: 50px 0 100px 0
}

#age-gate #drag-control .drag-option {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #777;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 20px 20px 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff
}

#age-gate #drag-control .drag-option.drag-no {
    left: 0px
}

#age-gate #drag-control .drag-option.drag-yes {
    right: 0px
}

#age-gate #drag-control .drag-option:hover {
    transform: scale(1.5)
}

@media only screen and (max-width: 640px) {
    #age-gate #drag-control {
        margin: 20px 0
    }
}

#age-gate .ag-yes-overlay {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    color: #000;
    z-index: 10
}

#age-gate .ag-yes-overlay .ag-yes {
    position: absolute;
    top: calc( 25% + 250px);
    left: calc( 50% - 125px);
    width: 250px;
    height: 250px;
    text-align: center;
    font-size: 3.5em;
    font-family: Helvetica;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s
}

#age-gate .ag-yes-overlay .ag-yes .ag-yes-elem-2 {
    opacity: 0;
    transform: rotate(-10deg)
}

#age-gate .ag-yes-overlay .ag-yes .ag-yes-elem-2 .mask {
    position: relative;
    overflow: hidden;
    width: 0%;
    display: block;
    height: 50px;
    padding-top: 10px;
    transition: all 1s;
    transition-delay: 1s;
    -webkit-transition: all 1s;
    -webkit-transition-delay: 1s
}

#age-gate .ag-yes-overlay .ag-yes .ag-yes-elem-2 .mask .reveal {
    position: absolute;
    left: 0px;
    width: 250px
}

#age-gate .ag-yes-overlay.active {
    animation-name: oh-yea;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

#age-gate .ag-yes-overlay.active .ag-yes {
    padding-top: 25vh
}

#age-gate .ag-yes-overlay.active .ag-yes-elem-2 .mask {
    width: 100%
}

#news-single {
    background-color: #fff;
    padding: 120px 0
}

#news-single .content {
    font-size: 1.2em;
    line-height: 2em
}

#news-single .content .title {
    margin-top: 0
}

#news-single .content p {
    margin-bottom: 20px
}

.grey {
    background-color: #4A4A4A;
    padding: 30px
}

body {
    background-color: #fff;
    font-family: ahamonomonospaced;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.69px;
    color: #000;
    /*padding-top: 50px*/
}

body.home {
    background-color: #000;
    color: #fff
}

@media only screen and (max-width: 640px) {
    body.home,
    body.page-template-page-tasting-room {
        padding-top: 0px
    }
}

.dropcap {
    display: block;
    float: left;
    font-size: 86px;
    /*font-family: 'Tinos', serif;*/
    line-height: 70px;
    padding-right: 8px
}

.red-sep {
    position: absolute;
    width: 6px;
    height: 101%;
    background-color: rgba(200, 0, 0, 0.5);
    left: 50%
}

.red-sep-horz {
    position: absolute;
    width: 200px;
    height: 6px;
    top: 50%;
    left: calc( 50% - 100px);
    background-color: rgba(200, 0, 0, 0.5);
    z-index: 2
}

.googlemap {
    max-height: 250px !important
}

.google-maps-expand {
    margin: 0px -42px 0px -42px
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#hero {
    background: url("img/home-hero_new.jpg") 50% 0% #4A4A4A;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: calc( 50vh - 200px) 0
}

#hero .container {
    position: relative
}

#hero .col-md-8 {
    opacity: 0;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#hero h4,
#hero .h4,
#hero #brewery-team .team-member .title,
#brewery-team .team-member #hero .title {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 40px
}

#hero h4:before,
#hero .h4:before,
#hero #brewery-team .team-member .title:before,
#brewery-team .team-member #hero .title:before,
#hero h4:after,
#hero .h4:after,
#hero #brewery-team .team-member .title:after,
#brewery-team .team-member #hero .title:after {
    content: " ";
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: white;
    top: 7px
}

@media only screen and (max-width: 640px) {
    #hero h4:before,
    #hero .h4:before,
    #hero #brewery-team .team-member .title:before,
    #brewery-team .team-member #hero .title:before,
    #hero h4:after,
    #hero .h4:after,
    #hero #brewery-team .team-member .title:after,
    #brewery-team .team-member #hero .title:after {
        display: none
    }
}

#hero h4:before,
#hero .h4:before,
#hero #brewery-team .team-member .title:before,
#brewery-team .team-member #hero .title:before {
    right: 105%;
    width: 107px
}

#hero h4:after,
#hero .h4:after,
#hero #brewery-team .team-member .title:after,
#brewery-team .team-member #hero .title:after {
    left: 105%;
    width: 113px
}

#hero #get-me-a-beer {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 140px;
    top: 70px
}

#hero #get-me-a-beer #circle {
    position: absolute;
    left: -6px;
    top: -6px;
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite
}

#hero #get-me-a-beer #text {
    margin: auto;
    position: absolute;
    top: -12px;
    left: 0;
    bottom: 0;
    right: 0
}

#hero #get-me-a-beer #glass {
    margin: auto;
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0;
    right: 0;
    transition: transform 250ms ease
}

#hero #get-me-a-beer #glass:hover {
    transform: scale(1.2) rotate(15deg)
}

@media only screen and (max-width: 1200px) {
    #hero #get-me-a-beer {
        right: 40px
    }
}

@media only screen and (max-width: 1000px) {
    #hero #get-me-a-beer {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        right: 10px
    }
}

@media only screen and (max-width: 640px) {
    #hero #get-me-a-beer {
        right: 0px;
        top: 45px
    }
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 480px) {
    #hero {
        padding: calc( 50vh - 130px) 0
    }
}

@-webkit-keyframes labelbg
/* Safari and Chrome */

{
    from {
        background-position: 0 0
    }
    to {
        background-position: -422px 0
    }
}

@keyframes labelbg {
    from {
        background-position: 0 0
    }
    to {
        background-position: -422px 0
    }
}

@-webkit-keyframes brewsheadline
/* Safari and Chrome */

{
    from {
        left: -100%
    }
    to {
        left: 100%
    }
}

@keyframes brewsheadline {
    from {
        left: -100%
    }
    to {
        left: 100%
    }
}

@-webkit-keyframes brewsheadlineTwo
/* Safari and Chrome */

{
    from {
        left: -100%
    }
    to {
        left: 100%
    }
}

@keyframes brewsheadlineTwo {
    from {
        left: -100%
    }
    to {
        left: 100%
    }
}

#scroll-down {
    position: absolute;
    right: 140px;
    bottom: 60px;
    background: url("img/scroll-down.png") center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 242px
}

@media only screen and (max-width: 1200px) {
    #scroll-down {
        right: 40px
    }
}

@media only screen and (max-width: 767px) {
    #scroll-down {
        background: url("img/scroll-down-mobile.png") center center;
        background-repeat: no-repeat;
        height: 57px
    }
}

@media only screen and (max-width: 640px) {
    #scroll-down {
        right: calc( 50% - 8px)
    }
}

#brews {
    background-image: url("img/brews-bg.jpg");
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    min-height: 800px;
    padding: 80px 0
}

#brews .container {
    position: relative
}

@media only screen and (max-width: 640px) {
    #brews {
        min-height: 600px
    }
}

#brews .brew-container {
    position: relative
}

#brews .brew-container .col-sm-10,
#brews .brew-container .col-sm-2 {
    padding: 0
}

#brews .brews-carousel h2 {
    position: relative;
    overflow: hidden
}

#brews .brews-carousel h2 span.accent-1,
#brews .brews-carousel h2 span.accent-2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    background: white;
    left: -100%
}

#brews .brews-carousel h2 span.accent-2 {
    top: 50%
}

#brews .brews-carousel .owl-stage {
    height: 700px
}

@media only screen and (max-width: 640px) {
    #brews .brews-carousel .owl-stage {
        height: 430px
    }
    #brews .brews-carousel .owl-stage .item {
        padding: 20px
    }
}

#brews .brews-carousel .item .row {
    border: 1px solid #4A4A4D;
    height: 600px;
    position: relative;
    top: 50px
}

@media only screen and (max-width: 640px) {
    #brews .brews-carousel .item .row {
        top: 0px;
        padding: 20px 0px;
        height: auto
    }
}

#brews .brews-carousel .item-copy {
    padding-top: 90px
}

@media only screen and (max-width: 1024px) {
    #brews .brews-carousel .item-copy {
        padding-top: 45px
    }
}

@media only screen and (max-width: 640px) {
    #brews .brews-carousel .item-copy {
        padding-top: 0px
    }
}

#brews .brews-carousel .item-bottle img {
    height: 685px;
    width: auto;
    top: -30px;
    position: relative;
    transition: all .75s;
    -webkit-transition: all .75s;
    transform: translateX(500px) scale(0.4) rotate(0);
    -webkit-transform: translateX(500px) scale(0.4) rotate(0);
    opacity: 0
}

@media only screen and (max-width: 640px) {
    #brews .brews-carousel .item-bottle img {
        height: 400px
    }
}

#brews .brews-carousel .item-bottle .bottle {
    position: relative;
    width: 190px;
    top: -40px;
    transition: all .75s;
    -webkit-transition: all .75s;
    -webkit-transform: translateX(500px) scale(0.4) rotate(0);
    transform: translateX(500px) scale(0.4) rotate(0);
    opacity: 0
}

#brews .brews-carousel .item-bottle .bottle .label {
    background: url(img/la-finca-label.jpg);
    background-size: cover;
    position: absolute;
    height: 186px;
    width: 171px;
    bottom: 101px;
    left: 9px;
    -webkit-animation: labelbg 20s linear infinite;
    -moz-animation: labelbg 20s linear infinite;
    -ms-animation: labelbg 20s linear infinite;
    -o-animation: labelbg 20s linear infinite;
    animation: labelbg 20s linear infinite
}

#brews .brews-carousel .item-bottle .bottle .label:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=1)
}

@media only screen and (max-width: 640px) {
    #brews .brews-carousel .item-bottle .bottle {
        width: 90px
    }
    #brews .brews-carousel .item-bottle .bottle .label {
        width: 81px;
        height: 86px;
        left: 4px;
        bottom: 50px
    }
}

#brews .brews-carousel .owl-item.active h2 span.accent-1 {
    -webkit-animation: brewsheadline 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -moz-animation: brewsheadline 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -ms-animation: brewsheadline 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -o-animation: brewsheadline 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: brewsheadline 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards
}

#brews .brews-carousel .owl-item.active h2 span.accent-2 {
    -webkit-animation: brewsheadlineTwo 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -moz-animation: brewsheadlineTwo 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -ms-animation: brewsheadlineTwo 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -o-animation: brewsheadlineTwo 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: brewsheadlineTwo 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s
}

#brews .brews-carousel .owl-item.active .item-bottle img {
    -webkit-transform: translateX(0px) scale(1) rotate(10deg);
    transform: translateX(0px) scale(1) rotate(10deg);
    opacity: 1
}

#brews .brews-carousel .owl-item.active .item-bottle .bottle {
    -webkit-transform: translateX(0px) scale(1) rotate(10deg);
    transform: translateX(0px) scale(1) rotate(10deg);
    opacity: 1
}

#brews .brews-side-carousel .owl-item {
    height: 650px;
    position: relative;
    top: 50px
}

#brews .brews-side-carousel .owl-item .item {
    width: 190px
}

#brews .brews-side-carousel .owl-item .item-bottle {
    width: 100% !important;
    transform: rotate(0deg);
    transform: scale(0.4)
}

#brews .brews-side-carousel .owl-item .item-bottle img {
    height: 600px;
    width: auto;
    margin: 0 auto
}

#brews .brews-side-carousel .owl-item .item-bottle .bottle {
    width: 190px;
    margin: 0 auto
}

#brews .brews-side-carousel .owl-item .item-bottle .bottle .label {
    height: 186px;
    width: 170px;
    bottom: 101px;
    left: 22px;
    position: absolute;
    -webkit-animation: labelbg 20s linear infinite;
    -moz-animation: labelbg 20s linear infinite;
    -ms-animation: labelbg 20s linear infinite;
    -o-animation: labelbg 20s linear infinite;
    animation: labelbg 20s linear infinite
}

#brews .brews-side-carousel .owl-item .item-bottle .bottle .label:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, transparent 12%, transparent 89%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=1)
}

@media only screen and (max-width: 640px) {
    #brews .brews-side-carousel {
        display: none
    }
}

#brews #brews-carousel-nav {
    position: absolute;
    bottom: 90px;
    left: 81%;
    z-index: 10;
    width: 55px
}

#brews #brews-carousel-nav #prev-beer {
    margin-bottom: 20px
}

@media only screen and (max-width: 640px) {
    #brews #brews-carousel-nav {
        left: 20px;
        bottom: 40px;
        width: 95%
    }
    #brews #brews-carousel-nav #prev-beer {
        margin-bottom: 0px
    }
}

#taproom {
    padding: 80px 0 320px 0;
    background: url(img/home-brewery_bg.gif) center center #fff;
    background-repeat: repeat-y;
    color: #000
}

#taproom .container {
    position: relative
}

#taproom #gallery-row {
    position: absolute;
    width: 100%;
    top: 475px
}

#taproom .img-home-taproom {
    position: absolute;
    width: 100%;
    left: -19%
}

@media only screen and (max-width: 1024px) {
    #taproom {
        background: #fff;
        padding: 80px 0 160px 0
    }
    #taproom .col-md-pull-6 {
        display: none
    }
    #taproom #gallery-row {
        top: 395px
    }
}

@media only screen and (max-width: 640px) {
    #taproom #gallery-row {
        position: relative;
        top: 0px
    }
    #taproom .col-md-pull-6 {
        display: none
    }
}

#merchandise {
    padding: 300px 0 80px 0;
    background: url(img/merch_bg.jpg) right center #E5E5E5;
    background-repeat: no-repeat;
    color: #000
}

#merchandise .container {
    position: relative
}

#merchandise .owl-item .item {
    padding: 10px
}

#merchandise .owl-item img {
    display: inline;
    width: auto
}

#merchandise .col-sm-2 {
    padding-top: 55px
}

#merchandise .col-sm-2 .merch-side-carousel {
    height: 400px;
    background-color: #EEEEEE;
    padding-top: 150px;
    text-align: center
}

@media only screen and (max-width: 1199px) {
    #merchandise .col-sm-2 .merch-side-carousel {
        height: 325px;
        padding-top: 80px
    }
}

#merchandise .col-sm-2 #merch-carousel-nav {
    position: absolute;
    bottom: 25px;
    left: -15px;
    z-index: 5
}

#merchandise .col-sm-2 #merch-carousel-nav button {
    display: block
}

#merchandise .col-sm-2 #merch-carousel-nav button:first-of-type {
    margin-bottom: 20px
}

@media only screen and (max-width: 1024px) {
    #merchandise {
        background-position: 190% center
    }
}

@media only screen and (max-width: 480px) {
    #merchandise {
        padding: 80px 0 80px 0
    }
}

#events {
    padding: 140px 0;
    color: #fff;
    background: url(img/events.png) 25% 10% #E5E5E5;
    background-repeat: no-repeat
}

@media only screen and (max-width: 1200px) {
    #events {
        background-position: 30% 10%
    }
}

@media only screen and (max-width: 800px) {
    #events {
        background: url()
    }
    #events .press-section {
        padding: 200px 15px 40px 15px;
        background: url(img/events.png) 80% 50% #E5E5E5;
        background-repeat: no-repeat;
        background-size: 200%
    }
}

@media only screen and (max-width: 640px) {
    #events {
        padding: 60px 0
    }
    #events .press-section {
        padding: 50px 15px 40px 15px;
        background: url(img/events.png) 82% 0% #fff;
        background-repeat: no-repeat;
        background-size: 190%
    }
}

#events .events-section {
    position: relative
}

#events #event-list-module {
    margin-bottom: 60px
}

@media only screen and (min-width: 995px) {
    #events #event-list-module {
        width: 410px;
        position: absolute;
        right: 20px;
        margin-bottom: 0
    }
}

#events #event-list-module .event-list {
    list-style-type: none;
    color: #fff;
    padding: 0
}

#events #event-list-module .event-list .event-list-item {
    padding: 20px;
    border-bottom: 1px solid #4A4A4A
}

#events #event-list-module .event-list .event-list-item .date {
    float: left;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px
}

#events #event-list-module .event-list .event-list-item .date .month {
    margin-bottom: 10px
}

#events #event-list-module .event-list .event-list-item .date .day {
    font-size: 36px
}

#events #event-list-module .event-list .event-list-item .title {
    text-transform: uppercase
}

#events #event-list-module .event-list .event-list-item .event-item-actions {
    float: right
}

#events #news-carousel-module {
    color: #000
}

#events #news-carousel-module .module-header {
    margin-bottom: 20px;
    height: 55px
}

#events #news-carousel-module .carousel-nav {
    float: right
}

#events #news-carousel-module .btn.prev,
#events #news-carousel-module .btn.next {
    background-color: #000
}

#events #news-carousel-module .news-item {
    color: #fff
}

#events #news-carousel-module .news-item .featured-img {
    width: 100%;
    height: 380px;
    background-color: #fff;
    transition: all .5s;
    margin-bottom: 30px
}

.featured-news .featured-img {
    min-height: 50vh;
}

.featured-event .item-event {
    padding-top: 80px;
    min-height: 50vh;
}
.pagination {
    padding: 50px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.pagination li {
    display: inline-block;
    padding: 5px;
}
.pagination li a, .pagination li span {
    font-size: 16px;
    padding: 10px;
}

@media only screen and (min-width: 995px) {
    #events #news-carousel-module .news-item {
        color: #000
    }
}

@media only screen and (min-width: 995px) {
    #events #news-carousel-module .owl-stage {
        right: 85px
    }
}

#events #news-carousel-module .owl-item.active .featured-img {
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.22), 0 19px 20px 0 rgba(0, 0, 0, 0.3)
}

.beer-info {
    padding: 100px 0 50px 0;
    background: url(img/tnk_badge_core-beer.png);
    background-position: 110% bottom;
    background-repeat: no-repeat;
    background-origin: content-box
}

.beer-info.abbey-series {
    background-image: url(img/tnk_badge_abbey-series.png)
}

.beer-info.limited-release {
    background-image: url(img/tnk_badge_limited-release.png)
}

.beer-info.seasonal-series {
    background-image: url(img/tnk_badge_seasonal-series.png)
}
.beer-info.small-batch-specialty-series {
    background: #ffffff;
}

.beer-info .bottle-artwork {
    margin-bottom: 40px
}

.beer-info .beer-style {
    font-family: ahamonomonospaced;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.beer-info .beer-flavor {
    font-size: 12px;
    margin-bottom: 20px
}

.beer-info .bottle-stats-list {
    list-style-type: none;
    padding: 0 0 0 6px;
}

.beer-info .bottle-stats-list .bottle-stat {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    /*min-height: 120px;*/
    margin-left: -6px;
}

.beer-details {
    background: url("img/beer_product-shot_bg.jpg") center center #eee;
    color: #000;
    padding: 80px 0;
    background-size: cover;
}

.beer-details .col-sm-6:last-of-type {
    padding: 25vh 0
}

.beer-details #beer-product-shot {
    position: relative;
    max-height: 65vh;
    margin: 0 auto;
    max-height: 699px;
}

.beer-beauty {
    height: 650px;
    background-size: cover;
    background-position: center center
}

#on-tap.beer-batches {
    padding: 40px 0 120px;
    background: #000000;
}

@media only screen and (max-width: 1200px) {
    .beer-beauty {
        height: 500px
    }
}

@media only screen and (max-width: 640px) {
    .beer-beauty {
        height: 400px
    }
}

.zoom-instagram-widget__items {
    padding: 0
}

#contact {
    padding-top: 29px;
    color: white;
    background-color: #212121
}

#contact .contact-form-col {
    padding: 100px 0
}

#contact .contact-form-col .form-wrapper {
    max-width: 600px;
    float: right;
    margin-right: 30px;
    padding-left: 20px
}

#contact .contact-form-col .form-wrapper .gfield_label {
    text-transform: uppercase;
    color: #fff;
    width: 100%
}

#contact .contact-form-col .form-wrapper .gfield_label .gfield_required {
    float: right;
    color: #D0011B;
    font-size: 1.2em
}

#contact .contact-form-col .form-wrapper .gfield {
    margin-bottom: 10px
}

#contact .contact-form-col .form-wrapper input[type=text],
#contact .contact-form-col .form-wrapper input[type=tel],
#contact .contact-form-col .form-wrapper input[type=email],
#contact .contact-form-col .form-wrapper textarea {
    background-color: #212121;
    border: 1px solid #4A4A4A;
    border-radius: 0
}

#contact .contact-form-col .form-wrapper .ginput_container_select {
    background-color: #191919;
    background-image: url(img/arrow-down.svg);
    background-position: right;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding: 0 8px;
    border-radius: 5px;

}

#contact .contact-form-col .form-wrapper select {
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 40px;
}

#contact .contact-form-col .form-wrapper select:focus {
    outline: none
}

#contact .contact-container,
#contact .map-col {
    padding-right: 0
}

#contact .contact-row {
    margin-right: 0
}

body.page-template-page-beer-finder {
    padding-top: 29px
}

#beer-finder {
    background-color: #212121;
    color: #fff;
    padding: 0;
    margin-top: 30px
}

#beer-finder .beer-finder-sidebar {
    padding-top: 40px
}

#beer-finder .beer-finder-sidebar #distanceRadius {
    color: black;
    padding: 0 5px;
}

#beer-finder .beer-finder-sidebar .no-result {
    display: none;
}
#beer-finder .beer-finder-sidebar .no-result.active {
    display: block;
}

#beer-finder .beer-finder-sidebar .radius-search {
    padding-top: 10px;
}

#beer-finder .location-header {
    margin-bottom: 0;
    position: relative
}

#beer-finder .location-header input {
    background-color: #212121;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9B9B9B;
    border-top: 1px solid #9B9B9B;
    text-transform: uppercase;
    padding: 20px;
    padding-left: 0;
    outline: none !important;
    color: #fff
}

#beer-finder .location-header .search-icon {
    position: absolute;
    top: 22px;
    left: 0
}

#beer-finder #location-list {
    max-height: 750px;
    overflow: scroll;
    list-style-type: none;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: -10px
}

#beer-finder #location-list .location {
    background-color: #191919;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px
}

#beer-finder #location-list .location .location-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px
}

#beer-finder #location-list .location .location-content p {
    line-height: 100%;
    font-size: .9em;
    color: #9B9B9B
}

#beer-finder #location-list .location .location-phone {
    font-size: .9em;
    color: #9B9B9B
}

#beer-finder #map-menu-location img {
    height: 48px;
    position: absolute;
    right: 20px;
    bottom: 102px;
    z-index: 2
}

#beer-finder #map-menu-btn img {
    height: 48px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2
}

#beer-finder .beer-finder-container,
#beer-finder .map-col {
    padding-left: 0;
    padding-right: 0;
}

#beer-finder .beer-finder-row {
    margin-left: 0
}

@keyframes revealLine {
    0% {
        clip-path: inset(0px 50% 0px 50%);
        -webkit-clip-path: inset(0px 50% 0px 50%)
    }
    100% {
        clip-path: inset(0px 0px 0px 0px);
        -webkit-clip-path: inset(0px 0px 0px 0px)
    }
}

.image-stripe {
    position: absolute;
    width: 100%
}

.image-stripe .image-stripe-1 {
    background: url(img/home-brewery-gallery-1.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100px;
    width: 30%;
    height: 300px;
    background-color: #777;
    z-index: 4
}

.image-stripe .image-stripe-2 {
    background: url(img/home-brewery-gallery-2.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 20%;
    width: 35%;
    height: 300px;
    background-color: #555;
    z-index: 3
}

.image-stripe .image-stripe-3 {
    background: url(img/home-brewery-gallery-3.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 35%;
    height: 300px;
    background-color: #999;
    z-index: 2
}

.image-stripe .image-stripe-4 {
    background: url(img/home-brewery-gallery-4.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 75%;
    width: 25%;
    height: 500px;
    background-color: #333
}

body.page-template-page-tasting-room {
    background-color: #000
}

#tasting-room {
    padding: 200px 0
}

#tap-room {
    padding: calc( 50vh - 200px) 0 400px 0;
    background: url(img/taproom_bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

#tap-room .container {
    position: relative
}

#tap-room .container p {
    margin-top: 20px;
    margin-bottom: 50px
}

#tap-room .image-stripe {
    bottom: 0;
    z-index: 3
}

@media only screen and (max-width: 640px) {
    #tap-room {
        padding: 100px 0 300px 0
    }
    #tap-room .btn {
        padding: 15px
    }
}

#on-tap {
    padding: 500px 0 200vh 0;
    background: url(img/taproom_on-tap_BG.png) center 30% #000;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    position: relative;
    z-index: 2
}

#on-tap #pull-tab {
    position: absolute;
    width: 200px;
    top: 100px;
    left: calc( 50% - 75px)
}

#on-tap #pull-tab #pull-tab-bottom {
    position: relative;
    top: -59px;
    left: 27px
}

#on-tap #pull-tab #pull-tab-drop-mask {
    position: relative;
    width: 100%;
    height: 85vh;
    top: -60px;
    overflow: hidden
}

#on-tap #pull-tab #pull-tab-drop {
    position: relative;
    left: 61px;
    top: -100px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border: 7px solid rgba(200, 0, 0, 0.5);
    transform: rotate(-45deg)
}

#on-tap h4,
#on-tap #brewery-team .team-member .title,
#brewery-team .team-member #on-tap .title {
    margin-bottom: 90px
}

#on-tap #tap-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px
}

#on-tap #tap-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 12px 0;
    -webkit-column-span: 1;
    column-span: 1;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

#on-tap #tap-list li .tap-name {
    text-transform: uppercase;
    font-size: 1.4em
}

#on-tap #tap-list li .tap-name small {
    font-size: 13px
}
#on-tap #tap-list li .tap-name small small {
    font-size: 10px;
}

#on-tap #tap-list li .tap-abv {
    float: right;
    width: 45px
}

#on-tap #tap-list li .tap-oz {
    float: right;
    margin-left: 20px;
    padding: 0 20px;
    border-left: 1px solid #fff;
    width: 75px
}

@media only screen and (max-width: 640px) {
    #on-tap #tap-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media only screen and (max-width: 640px) {
    #on-tap h4.redline:after,
    #on-tap #brewery-team .team-member .redline.title:after,
    #brewery-team .team-member #on-tap .redline.title:after {
        width: calc( 100% - 200px);
        left: 102%
    }
}

#book-tour {
    position: relative;
    top: -200vh;
    margin-bottom: -200vh;
    padding: 100vh 0 200px 0;
    background: url(img/taproom-book-tour.jpg) center top #97a6ab;
    background-attachment: fixed;
    color: #fff;
    z-index: 3;
    opacity: 1;
    transform: translateZ(0)
}

#book-tour h2 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px
}

#book-tour h2:after {
    content: " ";
    position: absolute;
    width: 200px;
    height: 6px;
    background-color: rgba(200, 0, 0, 0.5);
    bottom: -10px;
    left: calc( 50% - 100px);
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%)
}

#book-tour h2.animate:after {
    animation: revealLine 1s;
    animation-fill-mode: forwards
}

#book-tour p {
    margin-bottom: 50px;
    font-size: .9em
}

#book-tour .gform_body {
    color: #000
}

#book-tour .gform_body .gfield_label {
    text-transform: uppercase;
    color: #fff;
    width: 100%
}

#book-tour .gform_body .gfield_label .gfield_required {
    float: right;
    color: #D0011B;
    font-size: 1.2em
}

#book-tour .gform_body #field_3_2.gfield_error,
#book-tour .gform_body #field_3_7.gfield_error {
    padding-right: 0px !important
}

#book-tour .gform_body #field_3_9,
#book-tour .gform_body #field_3_4,
#book-tour .gform_body #field_3_5,
#book-tour .gform_body #field_3_11 {
    width: 50%;
    clear: none;
    float: left
}

@media only screen and (max-width: 640px) {
    #book-tour .gform_body #field_3_9,
    #book-tour .gform_body #field_3_4,
    #book-tour .gform_body #field_3_5,
    #book-tour .gform_body #field_3_11 {
        float: none;
        width: 100%
    }
}

#book-tour .gform_body #field_3_4 input {
    width: 100%
}

#book-tour .gform_body #field_3_4 input,
#book-tour .gform_body select,
#book-tour .gform_body #field_3_11 .ginput_total {
    background: #000;
    height: 52px;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    -webkit-border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase
}

#book-tour .gform_body #field_3_11 .ginput_total {
    background: url(img/icon_coin.svg) 17px center #fff;
    background-repeat: no-repeat;
    padding-left: 47px;
    color: #000;
    margin-top: 11px;
    display: block
}

#book-tour .gform_body input[type="text"],
#book-tour .gform_body input[type="email"] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px
}

#book-tour .gform_body input[type="text"]:focus,
#book-tour .gform_body input[type="email"]:focus {
    background-color: #fff;
    color: #000
}

#book-tour .gform_body #field_3_9 select {
    background: url(img/icon_people.svg) 20px center, url(img/arrow-down.svg) 92% center;
    background-color: #000;
    background-repeat: no-repeat;
    padding-left: 45px
}

#book-tour .gform_body #field_3_4 input {
    background: url(img/icon_calendar.svg) 20px center, url(img/arrow-down.svg) 92% center;
    background-color: #000;
    background-repeat: no-repeat;
    padding-left: 45px
}

#book-tour .gform_body #field_3_5 select {
    background: url(img/icon_clock.svg) 20px center, url(img/arrow-down.svg) 92% center;
    background-color: #000;
    background-repeat: no-repeat;
    padding-left: 45px
}

#book-tour .gform_body .validation_message {
    display: none
}

#book-tour .gform_body .gfield_error {
    border: none;
    background: transparent;
    padding: 0 16px 0 0
}

#book-tour .gform_body .gfield_error input[type="text"],
#book-tour .gform_body .gfield_error input[type="email"] {
    border-color: #D0011B
}

#book-tour .gform_body .gfield_error .gfield_label {
    margin: 0
}

@media only screen and (max-width: 640px) {
    #book-tour .gform_footer button.btn {
        width: 100%
    }
}

#news-events {
    background-color: #212121;
    color: #fff
}

#news-events a {
    color: white;
    text-decoration: none
}

#news-events .title-row {
    margin-bottom: 30px
}

#news-events .item {
    border-radius: 10px;
    margin-bottom: 20px;
}
#news-events .item a {
    display: block;
    background-color: #000000;
    padding: 15px;
    border-radius: 15px;
}

#news-events .item.item-news {
    /*width: 100%*/
}

#news-events .item.item-news.half {
    /*width: 280px*/
}

#news-events .item.item-news .featured-img {
/*    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    width: 100%;
    height: 380px;
    background-color: #fff
}

#news-events .item.item-news .content {
    padding: 10px
}

#news-events .item.item-news .content .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 75px;
    line-height: 1.6em;
}

#news-events .item.item-news .content .meta {
    background-color: #212121;
    padding: 5px 10px;
    font-size: .8em;
    border-radius: 5px
}

#news-events .item.item-event {
    background-size: cover;
    height: 520px;
}

#news-events .item.item-event .content {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center
}

#news-events .item.item-event .content .month {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal
}

#news-events .item.item-event .content .day {
    text-align: center;
    font-size: 120px;
    line-height: 160px;
    border-bottom: 1px solid #fff
}

#news-events .item.item-event .content .title {
    padding-top: 20px
}

button:focus, a:focus {
  outline: 2px solid blue !important; /* Example: Add a blue outline */
  background-color: yellow !important; /* Example: Add a yellow background */
  color: #000000 !important;
}

button:focus *, a:focus * {
   color: #000000 !important; 
}