/*! HTML5 Boilerplate v6.0.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: inline-block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

* {
    box-sizing: border-box;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


html, body {
    padding: 0;
    margin: 0;
}


.header {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 2;
}

.social-sharing {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.social-sharing ul {
    margin: 0;
    list-style: none;
}

.social-sharing li {
    display: inline-block;
}

.social-sharing li a {
    background: #fff;
    padding: 6px;
    border-radius: 190px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: block;
    color: #000;
    line-height: 1px;
    text-align: center;
}

.menu-button {
    margin: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    text-shadow: 1px 3px 1px #000;
    cursor: pointer;
}

.menu-button span {
    font-family: 'Source Sans Pro', sans-serif;
}

.menu-button .fa {
    margin-right: 10px;
}

.slider-item img {
    width: 100%;
}

.block-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 50px;
}

.main .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #eef0f2;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
}

.main .owl-carousel {
    height: 100%;
}

.main .item {
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-arrow {
    width: 20%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 40%;
    bottom: 0px;
    z-index: 2;
    font-size: 45px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.home-carousel.mobile-slider.owl-carousel.owl-loaded {
    display: none;
}

.block-arrow .scroll-down {
    position: relative;
    cursor: pointer;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}

.main .owl-dots .owl-dot.active {
    background: #eef0f2;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    left: 0;
    background: url("../img/side-nav-background.jpg") repeat-y left top;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav .menu-container li {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 25px;
    display: block;
    width: 242px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.sidenav .menu-container li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav .menu-container a:hover, .menu-container .offcanvas a:focus{
    color: #e8daaf;
}

.side-nav-logo {
    width: 252px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.sidenav li a.active {
    color: #e8daaf;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
}

.sidenav li.active span {
    border: 2px solid transparent;
    padding: 5px 15px;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
    -o-border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image-slice: 1;
}

/* Position and style the close button (top right corner) */
.sidenav .close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.menu-container {
    text-align: center;
}


.fullpage-wrapper .block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-color: #555557;
    background-repeat: no-repeat;
    background-position: center top;
}

.fullpage-wrapper .our-story {
    background-image: url(../img/our-story.jpg);
}

.fullpage-wrapper .events {
    background-image: url(../img/our-events.jpg);
}

.our-story .block-container {
    text-align: center;
}
.block-title {
    text-align: center;
}

.block-title h3 {
    /* color: #e8daaf; */
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    border: 2px solid transparent;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
    /* -o-border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image-slice: 1; */
    background: rgba(175,151,81,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(175,151,81,1)), color-stop(18%, rgba(246,240,222,1)), color-stop(34%, rgba(224,206,146,1)), color-stop(50%, rgba(246,240,222,1)), color-stop(73%, rgba(224,206,146,1)), color-stop(100%, rgba(175,151,81,1)));
    background: linear-gradient(to right, rgba(175,151,81,1) 0%, rgba(246,240,222,1) 18%, rgba(224,206,146,1) 34%, rgba(246,240,222,1) 50%, rgba(224,206,146,1) 73%, rgba(175,151,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9751', endColorstr='#af9751', GradientType=1 );
    color:#488030;
    padding: 0px 35px;
    margin: 95px 0 50px;
}

.our-story .content {
    max-width: 860px;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 24px;
    text-align: justify;
    text-align-last: center;
}

.fullpage-wrapper .block.our-beer {
    text-align: center;
    background: #000;
}

.our-beer .block-title {
    position: absolute;
    width: 100%;
    text-align: center;
}

.our-beer .content {
    height: 100%;
}

.our-beer .product {
    width: 33.3%;
    float: left;
    position: relative;
    cursor: pointer;
    height: 50%;
}

.our-beer .product img {
    width: 100%;
}

.highlight {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: rgba(48,89,38,1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(48,89,38,0.65)), color-stop(50%, rgba(48,89,38,0.65)), color-stop(50%, rgba(114,150,88,0.65)), color-stop(100%, rgba(114,150,88,0.65)));
    background: linear-gradient(140deg, rgba(48,89,38,0.65) 0%, rgba(48,89,38,0.65) 50%, rgba(114,150,88,0.65) 50%, rgba(114,150,88,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305926', endColorstr='#729658', GradientType=1 );
    border: 5px solid transparent;
    -o-border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.highlight:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.our-beer .product .highlight img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.our-beer .product.has-title:hover .block-title {
    display: none;
}

.our-beer .product:hover .highlight {
    -webkit-transition: opacity 0.35s ease-in;
    -moz-transition: opacity 0.35s ease-in;
    -o-transition: opacity 0.35s ease-in;
    opacity: 1;
}

.carousel-container {
    height: 310px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: rgba(87,134,47,0.5);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,134,47,0.5)), color-stop(100%, rgba(22,69,32,0.5)));
    background: linear-gradient(to bottom, rgba(87,134,47,0.5) 0%, rgba(22,69,32,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57862f', endColorstr='#164520', GradientType=0 );
}

.events-carousel .event {
    background: #eeeeee;
    height: 13rem;
    padding: 10px;
    border-radius: 5px;
    margin: 34px 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.events-carousel .event:hover {
    background: #245525;
    color: #fff;
    border: 3px solid #eeeeee;
}

.events-carousel .event h4 {
    font-weight: bold;
    margin: 10px 0;
}

.events-carousel .event p {
    margin: 10px 0;
}


.contact {
    background: rgba(49,88,38,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(49,88,38,1)), color-stop(50%, rgba(87,134,47,1)), color-stop(100%, rgba(20,68,32,1)));
    background: linear-gradient(to bottom, rgba(49,88,38,1) 0%, rgba(87,134,47,1) 50%, rgba(20,68,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#315826', endColorstr='#144420', GradientType=0 );
}

.contact .block-title h3 {
    margin-bottom: 40px;
}

.contact .content {
    width: 790px;
    margin: 0 auto 50px;
}

.form-group {
    margin-bottom: 15px;
}


.form-group label {
    display: block;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.form-group input,
.form-group .select,
.form-group textarea {
    width: 100%;
    padding: 6px 5px;
    border-radius:0;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    color: #46712c;
    font-weight: bold;
    border: 2px solid transparent;
    -o-border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image-slice: 1;
}

.form-group.col-6 {
    width: 47%;
    float: left;
}

.form-group.col-6.right-col {
    float: right;
}

.form-group .select {
    height: 40px;
}

.submit {
    background: rgba(175,151,81,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(175,151,81,1)), color-stop(18%, rgba(246,240,222,1)), color-stop(34%, rgba(224,206,146,1)), color-stop(50%, rgba(246,240,222,1)), color-stop(73%, rgba(224,206,146,1)), color-stop(100%, rgba(175,151,81,1)));
    background: linear-gradient(to right, rgba(175,151,81,1) 0%, rgba(246,240,222,1) 18%, rgba(224,206,146,1) 34%, rgba(246,240,222,1) 50%, rgba(224,206,146,1) 73%, rgba(175,151,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9751', endColorstr='#af9751', GradientType=1 );
    border: 0;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 15px;
    color:#488030;
}

.action {
    text-align: center;
}

.events-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 5;
    background: rgba(61,61,69, 0.8);
}

.event-image {
    /* width: 60%;
    margin: 20px auto;
    overflow: hidden;
    height: 550px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item .event-image img {
    max-width: 100%;
    width: auto;
}

.event-details {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    border-top: 3px solid #af9752;
    background: #3d6c2b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3d6c2b 0%, #2c5c28 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3d6c2b 0%,#2c5c28 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3d6c2b 0%,#2c5c28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6c2b', endColorstr='#2c5c28',GradientType=0 ); /* IE6-9 */
}

.event-title {
    float: left;
    margin: 20px 40px;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.event-description {
    float: right;
    margin: 30px 50px;
    max-width: 500px;
    font-family: 'Source Sans Pro', sans-serif;
}

.events-slideshow .owl-dots {
    bottom: -50px;
    display: inline-block;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
}

.events-slideshow .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #eef0f2;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
}

.events-slideshow .owl-dots .owl-dot.active {
    background: #eef0f2;
}

.events-slideshow .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.events-slideshow .owl-prev,
.events-slideshow .owl-next {
    color: #fff;
    font-size: 30px;
    margin: 30px;
    display: inline-block;
    cursor: pointer;
}

.events-slideshow .owl-next {
    float: right;
}

.events-slideshow .owl-prev span,
.events-slideshow .owl-next span {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 52px;
    line-height: 26px;
}

.events-slideshow .owl-prev span {
    text-align: left;
}

.events-slideshow .owl-next span {
    text-align: right;
}

/* events carousel */
.events-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.events-carousel .owl-prev,
.events-carousel .owl-next {
    color: #fff;
    font-size: 30px;
    margin: 0;
    background: rgba(0,0,0,0.5);
    padding: 30px;
    height: 243px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    display: table;
}

.events-carousel .owl-prev {
    left: 0;
}

.events-carousel .owl-next {
    right: 0;
}

.events-carousel .owl-prev span,
.events-carousel .owl-next span {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 52px;
    display: table-cell;
    vertical-align: middle;
    line-height: 26px;
}

.events-carousel .owl-prev span {
    text-align: left;
}

.events-carousel .owl-next span {
    text-align: right;
}



.close-btn {
    position: absolute;
    right: 15%;
    top: 5%;
    width: 40px;
    height: 40px;
    background: #3f3e46;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 60px;
    font-size: 20px;
    box-shadow: 2px 4px 10px #000;
    cursor: pointer;
    z-index: 6;
    font-size: 36px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-image: url(../img/close-btn.png);
    background-position: center center;
}


.amstel-33cl {
    background-image: url(../img/33cl.jpg);
}

.amstel-33cl .content,
.amstel-glass .content {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
}

.amstel-33cl .title,
.amstel-glass .title {
    margin: 0;
    padding: 0;
    font-size: 33px;
}

.amstel-33cl h4,
.amstel-glass h4 {
    margin: 0;
    padding: 0;
    font-size: 21px;
}

.description {
    max-width: 830px;
    margin: 0 auto;
    font-size: 21px;
}

.description p {
    padding: 0;
    margin: 0;
}

.amstel-glass {
    background-image: url(../img/amstel-glass.jpg);
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(97,96,108,0.5);
    position: absolute;
    z-index: 100;
}


.age-gate {
    max-width: 600px;
    height: 630px;
    background: rgba(48,89,38,1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(48,89,38,0.65)), color-stop(50%, rgba(48,89,38,0.65)), color-stop(50%, rgba(114,150,88,0.65)), color-stop(100%, rgba(114,150,88,0.65)));
    background: linear-gradient(134deg, rgba(48,89,38,0.65) 0%, rgba(48,89,38,0.65) 50%, rgba(114,150,88,0.65) 50%, rgba(114,150,88,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305926', endColorstr='#729658', GradientType=1 );
    border: 5px solid transparent;
    -o-border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    margin: 50px auto;
}

.age-gate h3 {
    color: #e8daaf;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 36px;
    line-height: 36px;
}

.age-gate p {
    color: #e8daaf;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
}

.age-gate .button {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 42px;
    padding: 5px 45px;
    cursor: pointer;
}

.age-gate img {
    width: 80%;
}

.confirm-age,
.age-gate .error-message {
    max-width: 470px;
    margin: 40px auto;
    padding: 0 20px;
}

.actions {
    height: 85px;
}

.yes-button {
    float: left;
    background: rgba(175,151,81,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(175,151,81,1)), color-stop(18%, rgba(246,240,222,1)), color-stop(34%, rgba(224,206,146,1)), color-stop(50%, rgba(246,240,222,1)), color-stop(73%, rgba(224,206,146,1)), color-stop(100%, rgba(175,151,81,1)));
    background: linear-gradient(to right, rgba(175,151,81,1) 0%, rgba(246,240,222,1) 18%, rgba(224,206,146,1) 34%, rgba(246,240,222,1) 50%, rgba(224,206,146,1) 73%, rgba(175,151,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9751', endColorstr='#af9751', GradientType=1 );
    color:#488030;
    line-height: 64px;
}

.no-button,
.back-button {
    color: #e8daaf;
    border: 3px solid transparent;
    -o-border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image: linear-gradient(to right, rgba(175,152,82,1) 0%, rgba(241,232,206,1) 50%, rgba(175,152,82,1) 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.no-button {
    float: right;
}

.back-button {
    margin-top: 20px;
}

.age-gate .error-message {
    display: none;
}

.age-gate .error-message p {
    margin: 0;
}

.product-items {
    width: 100%;
    height: 100%;
    /* background: #000; */
    position: absolute;
    z-index: 1;
    transition: 0.3s;
    background: transparent;
}

.product-items .close-btn {
    right: 20px;
    top: 70px;
    font-size: 36px;
    line-height: 36px;
    box-shadow: none;
}

.product-item {
    display: none;
    width: 100%;
    height: 100%;
    background-size: contain, contain;
    background-position: center top, center top;
    background-repeat: no-repeat, repeat-x;
}

.product-content {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.product-inner-content {
    max-width: 780px;
    margin: 50px auto;
    color: #fff;
    padding: 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-title {
    font-size: 2rem;
    font-weight: bold;
}

.product-size {
    font-size: 1.2rem;
}

.product-desctiption {
    font-size: 1rem;
}

#draught {
    background-image: url('../img/products/draught.jpg'), url('../img/repeated-bg.jpg');
}

#bottle-50cl {
    background-image: url('../img/products/50cl-bottle.jpg'), url('../img/repeated-bg.jpg');
}

#can-50cl {
    background-image: url('../img/products/50cl-can.jpg'), url('../img/repeated-bg.jpg');
}

#bottle-33cl {
    background-image: url('../img/products/33cl-bottle.jpg'), url('../img/repeated-bg.jpg');
}

#can-33cl {
    background-image: url('../img/products/33cl-can.jpg'), url('../img/repeated-bg.jpg');
}

#bottle-33cl-lite {
    background-image: url('../img/products/33cl-bottle-lite.jpg'), url('../img/repeated-lite-bg.jpg');
}

.event-image-thumb {
    height: 65%;
    overflow: hidden;
}

.disktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 768px) {
    .age-gate {
        margin: 60px 25px;
        height: 580px;
    }

    .home-carousel.owl-carousel.owl-loaded {
        display: none;
    }

    .home-carousel.mobile-slider.owl-carousel.owl-loaded {
        display: block;
    }

    .main .mobile-slider .owl-dots {
        left: 20px;
        bottom: 10px;
    }

    .age-gate h3 {
        font-size: 29px;
    }

    .age-gate p {
        font-size: 15px;
    }

    .confirm-age {
        margin: 90px auto 25px;
    }

    .age-gate .actions {
        margin-top: 40px;
    }

    .age-gate .button {
        font-size: 25px;
        line-height: inherit;
        min-height: 50px;
    }

    .header {
        top: 0px;
        width: 100%;
        left: 0;
        background: rgb(175,151,81); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(175,151,81,1) 0%, rgba(224,206,146,1) 25%, rgba(246,240,222,1) 50%, rgba(224,206,146,1) 75%, rgba(175,151,81,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(175,151,81,1) 0%,rgba(224,206,146,1) 25%,rgba(246,240,222,1) 50%,rgba(224,206,146,1) 75%,rgba(175,151,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(175,151,81,1) 0%,rgba(224,206,146,1) 25%,rgba(246,240,222,1) 50%,rgba(224,206,146,1) 75%,rgba(175,151,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9751', endColorstr='#af9751',GradientType=1 ); /* IE6-9 */
        height: 64px;
        box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
    }

    #logo {
        width: 100%;
    }

    #logo a {
        width: 50px;
        display: block;
        float: none;
        margin: 5px auto 0;
    }

    #scroll-logo {
        will-change: transform;
        transition: transform 0.25s ease-in-out;
    }

    .logo-unpin{
        transform: translateY(-95px);
    }
    
    .logo-pin{
        transform: translateY(0);
    }

    #logo img {
        width: 100%;
    }

    .menu-button {
        margin: 10px 0;
        text-shadow: 1px 1px 1px #000;
        font-size: 20px;
        position: absolute;
        left: 20px;
        top: 5px;
    }

    .our-story .content {
        font-size: 0.9rem;
    }

    .product-inner-content {
        margin: 50px auto;
    }

    .product-title {
        font-size: 1.4rem;
    }

    .product-desctiption {
        font-size: 1rem;
    }

    .block-title {
        padding-top: 20px;
    }

    .block-title h3 {
        margin: 15px 0 10px;
        font-size: 24px;
    }

    .our-beer .product {
        width: 100%;
    }

    .description {
        padding: 0 20px;
    }

    .product-items {
        position: fixed;
    }

    .form-group.col-6 {
        width: 100%;
    }

    .contact {
        padding: 0 30px 20px 20px;
    }

    .contact .content {
        width: 100%;
    }

    .our-beer,
    .our-beer .fp-tableCell {
        height: initial !important;
    }

    .event-title {
        margin: 20px;
        font-size: 26px;
    }

    .events-slideshow .close-btn {
        top: 180px;
        right: 5%;
        width: 30px;
        height: 30px;
    }

    .events-slideshow .owl-stage-outer {
        top: 200px;
    }

    .event-image-thumb {
        height: 36%;
    }

    .contact,
    .contact .fp-tableCell  {
        height: initial !important;
    }


    .product-item {
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #draught {
        background-image: url('../img/products/small/draught.jpg');
    }
    
    #bottle-50cl {
        background-image: url('../img/products/small/50cl-bottle.jpg');
    }
    
    #can-50cl {
        background-image: url('../img/products/small/50cl-can.jpg');
    }
    
    #bottle-33cl {
        background-image: url('../img/products/small/33cl-bottle.jpg');
    }
    
    #can-33cl {
        background-image: url('../img/products/small/33cl-can.jpg');
    }
    
    #bottle-33cl-lite {
        background-image: url('../img/products/small/33cl-bottle-lite.jpg');
    }

    .product-items .close-btn {
        top: 200px;
    }

    .sidenav {
        padding-top: 20px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#164520+0,57852f+50,164520+100 */
        background: #164520; /* Old browsers */
        background: -moz-linear-gradient(top,  #164520 0%, #57852f 50%, #164520 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #164520 0%,#57852f 50%,#164520 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #164520 0%,#57852f 50%,#164520 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164520', endColorstr='#164520',GradientType=0 ); /* IE6-9 */
    }

    .side-nav-logo {
        width: 100px;
        margin: 0 auto;
    }

    .social-sharing {
        z-index: 11;
        top: 13px;
    }

    .side-nav-logo img {
        width: 100%;
    }

    .sidenav .menu-container li {
        margin: 2rem auto;
    }

    .sidenav .close-btn {
        top: 75px;
        right: 15px;
    }

    .events-slideshow .owl-prev, .events-slideshow .owl-next {
        margin: 60px 10px;
    }

    .events-slideshow .owl-prev span, .events-slideshow .owl-next span {
        font-size: 25px;
    }

    .event-image {
        width: 85%;
        height: 420px;
    }

    .menu-container::before {
        content: "";
        width: 100%;
        height: 75px;
        background: #e1d6ad;
        position: absolute;
        top: 0;
        display: block;
        z-index: -1;
    }

    .our-beer .product .highlight {
        display: none
    }

    .main {
        margin-top: 64px;
    }

    .disktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
    }
}


@media only screen and (orientation: landscape) and (max-width: 800px) {
    .age-gate {
        margin: 30px auto;
        height: 350px;
    }

    .confirm-age {
        margin: 50px auto 25px;
    }

    .age-gate .image {
        display: none;
    }

    #logo {
        /* width: 140px; */
    }

    #logo a {
        width: 50px;
    }

    .menu-button {
        /* top: auto */
    }

    .header {
        /* width: auto;
        background: none;
        filter: none;
        box-shadow: none;
        height: auto; */
    }

    .block-title h3 {
        margin: 90px 0 10px;
    }

    .home-carousel.owl-carousel.owl-loaded {
        display: block;
    }

    .home-carousel.mobile-slider.owl-carousel.owl-loaded {
        display: none;
    }

    .our-beer .product {
        width: 33.3%;
    }

    .our-beer .block-title {
        display: none;
    }

    #draught {
        background-image: url('../img/products/draught.jpg');
    }
    
    #bottle-50cl {
        background-image: url('../img/products/50cl-bottle.jpg');
    }
    
    #can-50cl {
        background-image: url('../img/products/50cl-can.jpg');
    }
    
    #bottle-33cl {
        background-image: url('../img/products/33cl-bottle.jpg');
    }
    
    #can-33cl {
        background-image: url('../img/products/33cl-can.jpg');
    }
    
    #bottle-33cl-lite {
        background-image: url('../img/products/33cl-bottle-lite.jpg');
    }

    .product-items .close-btn {
        top: 70px;
    }

    .contact {
        padding-top:0;
    }

    .contact .block-title h3 {
        margin-bottom: 30px;
    }

    .form-group.col-6 {
        width: 47%;
    }

    .event-details {
        height: 80px;
    }

    .events-slideshow .owl-stage-outer {
        top: 0;
    }

    .event-image {
        width: 60%;
    }

    .events-slideshow .owl-nav {
        top: 30%;
    }

    .events-slideshow .close-btn {
        top: 70px;
    }

    .sidenav .menu-container li {
        margin: 0 auto;
    }

    .sidenav .menu-container li.home-menu {
        margin-top: 0.5rem
    }

    .carousel-container {
        height: 260px;
    }
}