@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/helvetica-neue/HelveticaNeue.woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue-Light";
    src: url("../fonts/helvetica-neue/HelveticaNeueLight.woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Paytone One-Regular', 'Paytone One', 'proxima-nova', sans-serif;
    font-weight: 300;
    background-color: #fff;
    color: #2B2B2B;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    color: #2b2b2b;
}

p,
.section-detail {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'proxima-nova', sans-serif;
    font-weight: 300;
}

.bg-creamLight {
    background-color: transparent !important;
}

.bg-light {
    background-color: #fff !important;
    color: #2b2b2b;
}

.breadcrumbs .crumb {
    font-size: 12px;
    font-weight: 300;
}

    .breadcrumbs .crumb a {
        color: #2b2b2b;
        opacity: 0.7;
    }

        .breadcrumbs .crumb a:hover {
            color: #009C4F;
            opacity: 1;
        }

.table thead th,
.table td,
.table th {
    border-top: 1px solid rgba(43, 43, 43, 0.15);
}

.btn,
.header,
.news-title,
.page-title,
.section-title,
h2,
h3 {
    font-family: 'Paytone One-Regular', 'Paytone One', 'proxima-nova', sans-serif;
    font-weight: 300;
}

section {
    background-color: #fff;
}

    section h2 {
        font-size: 60px;
        font-weight: 400;
        color: #2B2B2B;
        line-height: 1.3;
        margin: auto;
    }

    section p {
        font-weight: 300;
        color: #2B2B2B;
    }

    section.listing-items {
        padding: 0;
    }

    section .section-title,
    section .section-subtitle {
        color: #2B2B2B;
    }

    section .section-image.bg:before {
        content: '';
        background: transparent;
        opacity: 0.4;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
    }

    section.bg-beer {
        background-color: #fff;
    }

    section .bg-image * {
        z-index: 1;
        position: relative;
    }

    section .bg-image {
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

        section .bg-image.half {
            background-size: cover;
            height: 50vh;
            min-height: 20rem;
        }

    section.latest-news {
        padding: 70px 0 100px 0;
    }

    section.bg-beer a.bg-image {
        font-size: 60px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        margin: auto;
        letter-spacing: 0em;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
    }

        section.bg-beer a.bg-image:hover {
            text-decoration: underline;
        }

    section.bg-black {
        background: #2b2b2b !important;
        color: #fff;
    }

        section.bg-black p,
        #subscriptionform p {
            margin: 23px 150px 23px 0;
        }

        section.bg-black .section-image.bg {
            background-position: 0 0;
        }

a {
    color: #2b2b2b;
}

    a:hover {
        color: #009C4F;
    }

p a:not(.btn) {
    text-decoration: underline;
    color: #009C4F;
}

    p a:not(.btn):hover {
        text-decoration: none;
        color: #009C4F;
    }

.btn, .btn.btn-primary {
    border-radius: 45px;
    border-color: #009C4F;
    color: #009C4F;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 12px 25px;
}

    .btn:hover, .btn.btn-primary:hover {
        background-color: #009C4F;
        color: white;
        border-color: #009C4F;
    }

    .btn.btn-secondary {
        border-radius: 45px;
        transition: all 0.2s ease-in-out;
    }

        .btn.btn-secondary:hover {
            background: #009C4F;
            border-color: #009C4F;
            color: white;
        }

    .btn.btn-white:hover {
        border: 1px solid #fff;
    }

.bg-black .btn-light-white {
    color: #2b2b2b;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 45px;
    margin: 0;
}

    .bg-black .btn-light-white:hover {
        background-color: #2b2b2b;
        color: #fff;
        border: 1px solid #fff;
    }

section.bg-black h2 {
    color: #fff;
}

section.bg-black p {
    color: #fff;
}

.bg-white {
    text-align: left;
    vertical-align: top;
    padding: 100px 0;
}

.form-control,
.sf-fieldWrp input,
.sf-fieldWrp textarea {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    color: #2B2B2B;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
}

    .form-control:focus,
    .sf-fieldWrp input:focus,
    .sf-fieldWrp textarea:focus {
        color: #009C4F;
        border-bottom: 1px solid #009C4F;
    }

.form-check input[type=checkbox] {
    cursor: pointer;
    position: relative;
    margin-right: 8px;
}

    .form-check input[type=checkbox]::after {
        position: absolute;
        top: 0;
        background-color: #fff;
        color: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    .form-check input[type=checkbox]:checked::after {
        content: ' ';
        background-color: #009C4F;
        border-color: #009C4F;
    }

    .form-check input[type=checkbox]:checked::before {
        content: ' ';
        position: absolute;
        top: 3px;
        left: 5px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
    }

.form-check .form-check-label {
    color: #009C4F;
    font-size: 14px;
    text-transform: uppercase;
}

.btn.btn-primary,
.btn.btn-green,
button[type=submit] {
    color: #fff;
    border: 1px solid #009C4F;
    background: #009C4F;
    border-radius: 45px;
    /*margin: 0;*/
}

    .btn.btn-primary:hover,
    .btn.btn-green:hover,
    button[type=submit]:hover {
        border: 1px solid #009C4F;
        color: #009C4F;
        background: #fff;
    }

.image-text-left.bg-white,
.image-text-right.bg-white {
    /*padding: 0;*/
}

    .image-text-left.bg-white h2,
    .image-text-right.bg-white h2 {
        color: #209c59;
        font-size: 60px;
        font-weight: 400;
        margin: 0;
    }

.bg-white .playbtn:after {
    display: none;
}

.btn.btn-black {
    border: solid 1px #000;
    color: #000;
    opacity: 1;
}

    .btn.btn-black:hover {
        background: #000;
        color: #fff;
    }

.image-text-left.bg-white-alt,
.image-text-right.bg-white-alt {
    padding: 0;
}

    .image-text-left.bg-white-alt h2,
    .image-text-right.bg-white-alt h2 {
        color: #209c59;
        font-size: 60px;
        font-weight: 400;
        margin: 1em 0 0.5em;
    }

.bg-white-alt .link {
    color: #209c59;
    font-family: 'Paytone One-Regular', 'Paytone One', 'proxima-nova', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.9em auto;
    white-space: normal;
    text-decoration: none;
}

    .bg-white-alt .link:hover {
        text-decoration: none;
    }

.image-text-left.bg-green,
.image-text-right.bg-green {
    background: linear-gradient(91deg, #0EB160 0%, #009C4F 100%);
    padding: 0;
    color: #fff;
}

.bg-green h2.section-subtitle {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.bg-green p {
    color: #fff;
}

.bg-green .btn.btn-white {
    border: solid 1px #fff;
    color: #fff;
    opacity: 1;
}

    .bg-green .btn.btn-white:hover {
        background: #fff;
        color: #209c59;
    }

.footer {
    background-color: #fff;
}

    .footer .nav-social a.nav-link {
        letter-spacing: 0;
    }

    .footer .nav-1 {
        background: linear-gradient(91deg, #0EB160 0%, #009C4F 100%);
    }

        .footer .nav-1 .nav-items {
            padding: 100px 0;
        }

        .footer .nav-1 .footer-coopers-logo {
            width: 10rem;
        }

        .footer .nav-1 .footer-beer-man {
            position: absolute;
            left: 0;
            bottom: -25px;
            width: 14em;
            display: none;
        }

        .footer .nav-1 .nav-social {
            padding: 30px 0;
        }

            .footer .nav-1 .nav-social.nav-inline .nav-item + .nav-item,
            .footer .nav-1 .nav-social.nav-inline .nav-link + .nav-link {
                margin-left: 3em;
            }

            .footer .nav-1 .nav-social a.nav-link {
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 300;
                line-height: 1;
            }

                .footer .nav-1 .nav-social a.nav-link:hover {
                    transform: none;
                    text-decoration: underline;
                }

        .footer .nav-1 .nav-brands a.nav-link {
            padding: 0 15px;
            line-height: 30px;
        }

            .footer .nav-1 .nav-brands a.nav-link span {
                background-image: url(../images/nav-brands.png);
                background-repeat: no-repeat;
                background-size: auto 30px;
                display: inline-block;
                height: 30px;
            }

            .footer .nav-1 .nav-brands a.nav-link .coopers-brand {
                background-position: 0 0;
                width: 48px;
            }

            .footer .nav-1 .nav-brands a.nav-link .diybeer-brand {
                background-position: -77px 0;
                width: 46px;
            }

            .footer .nav-1 .nav-brands a.nav-link .foundation-brand {
                background-image: url(../images/coopers-foundation-logo-white.png);
                background-position: 0 0;
                width: 61px;
            }

    .footer .nav-2 {
        height: 54px;
    }

        .footer .nav-2 .nav-footer {
            padding-left: 0;
        }

            .footer .nav-2 .nav-footer a.nav-link {
                font-size: 14px;
                font-weight: 300;
                letter-spacing: 0;
                color: #2B2B2B;
                margin: 23px 28px 23px 0;
                padding: 0;
            }

                .footer .nav-2 .nav-footer a.nav-link:hover {
                    color: #009C4F;
                }

                .footer .nav-2 .nav-footer a.nav-link.drinkwise-logo {
                    background-image: url(../images/drinkwise-logo.png);
                    background-size: 100% auto;
                    background-repeat: no-repeat;
                    background-position: bottom center;
                    padding-top: 20px;
                    width: 72px;
                    height: 11px;
                }

                .footer .nav-2 .nav-footer a.nav-link i {
                    text-transform: lowercase;
                }

                .footer .nav-2 .nav-footer a.nav-link.kwpx-logo {
                    background-image: url('../images/kwpx.png');
                    background-size: 21px;
                    background-repeat: no-repeat;
                    min-width: 23px;
                    min-height: 23px;
                }

.owl-carousel .item {
    max-width: 32vw;
}

    .owl-carousel .item .bg-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 10px;
        width: 32vw;
        height: 50vh;
    }

.owl-carousel .title .item .link {
    display: flex !important;
}

.owl-carousel .item .link {
    padding: 30px;
}

.owl-carousel a.item {
    color: #2b2b2b;
    font-size: 26px;
    font-weight: 300;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .owl-carousel a.item:hover {
        color: #009C4F;
    }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border: 1px solid #009C4F;
    background: #009C4F;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    vertical-align: top;
}

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        border: 1px solid #009C4F;
        background: #fff;
        color: #009C4F;
    }

.banner {
    max-height: 65vh;
    height: 65vh;
}

    .banner.full {
        max-height: 100vh;
        height: 100vh;
    }

    .banner .page-title {
        font-size: 100px;
        font-weight: 400;
        letter-spacing: 0em;
        width: auto;
        margin: 0.5em 1.5em 0;
        text-shadow: none;
    }

.header-nav {
    background: #fff;
    color: #2b2b2b;
    min-height: 3.4em;
    max-height: 3.4em;
    background: #fff;
}

.header-nav-collapse .header-nav {
    background: #fff;
}

.header-nav-collapse.mobnav .header-nav {
    background: #fff;
}

.mobnav .header-nav {
    background: #fff;
    min-height: 100vh;
    max-height: 100vh;
}

.nav-main {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

    .nav-main a.nav-link {
        color: #2b2b2b;
        letter-spacing: 0em;
    }

.nav-link.logo {
    padding: 0.5em 1.5em;
    position: fixed;
    top: 0;
    left: 0;
}

.header-nav-collapse .nav-link.logo {
    padding: 0.4em 1.5em;
}

.nav-link.logo:hover span:before {
    opacity: 1;
}

.nav-link.logo span:before,
.header-nav-collapse .nav-link.logo:hover span:before {
    color: #ed1c2e;
}

.nav-main .nav.nav-tabs {
    border: none;
    height: 100%;
}

    .nav-main .nav.nav-tabs a.nav-link {
        border: none;
        font-size: 0.8em;
        font-weight: 350;
        line-height: 2.4em;
    }

        .nav-main .nav.nav-tabs a.nav-link.active,
        .nav-main .nav.nav-tabs a.nav-link:hover {
            border: none;
            color: #009C4F;
            opacity: 1;
        }

/* - menu - */

.header-nav .nav-main-links,
.header-nav .header-sub,
.header-nav .nav.nav-inline.nav-common,
.header-nav .nav-main .nav-secondary {
    display: none;
}

.header-menu-active .logo-home {
    font-size: 2.5em;
}

.header-menu-active .header-nav {
    background: #F8F8F8;
}

.menu.menu-tabs {
    padding: 0;
    margin: 0;
}

    .menu.menu-tabs .menu-item {
        float: left;
        list-style-type: none;
    }

        .menu.menu-tabs .menu-item a.nav-link {
            border: none;
            font-family: 'Paytone One-Regular', 'Paytone One', 'proxima-nova', sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 2.4em;
            text-align: center;
            display: block;
            padding: 0.9em 1.6em;
        }

            .menu.menu-tabs-bak .menu-item a.nav-link.has-child::after,
            .menu.menu-tabs .menu-item a.nav-link.has-child span::after {
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
                content: '\f107';
                display: inline-block;
                font-size: 0.8em;
                line-height: 1em;
                padding: 4px;
                vertical-align: middle;
            }

            .menu.menu-tabs-bak .menu-item a.nav-link.has-child.active::after,
            .menu.menu-tabs .menu-item a.nav-link.has-child.active span::after {
                content: '\f106';
            }

            .menu.menu-tabs-bak .menu-item a.nav-link.has-child.more::after,
            .menu.menu-tabs .menu-item a.nav-link.has-child.more span::after {
                content: '';
            }

            .menu.menu-tabs .menu-item a.nav-link.active,
            .menu.menu-tabs .menu-item a.nav-link:hover {
                color: #009C4F;
                opacity: 1;
            }

.menu.menu-content {
    width: 100%;
    position: fixed;
    top: 3.4em;
    background-color: #fff;
    z-index: 4;
    color: #2b2b2b;
    z-index: 5;
}

    .menu.menu-content .menu-pane {
        display: none;
        min-height: 200px;
        background: #FFFFFF;
        box-shadow: 0rem 0.17rem 0.17rem 0.08rem rgb(0 0 0 / 10%);
        padding: 3em 0;
    }

        .menu.menu-content .menu-pane.active {
            display: block;
        }

        .menu.menu-content .menu-pane nav a.nav-link {
            display: block;
            color: #2b2b2b;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0em;
            padding: 0.8em 0;
            text-transform: uppercase;
        }

            .menu.menu-content .menu-pane nav a.nav-link.head {
                font-size: 20px;
                font-weight: 400;
            }

            .menu.menu-content .menu-pane nav a.nav-link:hover {
                color: #009C4F;
            }

        .menu.menu-content .menu-pane .bg-img {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            border-radius: 10px;
            min-height: 380px;
            width: 100%;
        }

        .menu.menu-content .menu-pane .title {
            color: #2b2b2b;
            font-family: 'Paytone One-Regular', 'Paytone One', 'proxima-nova', sans-serif;
            font-size: 20px;
            font-weight: 300;
            line-height: 2rem;
            text-align: left;
            text-decoration: none;
            padding: 10px;
            text-transform: uppercase;
        }

            .menu.menu-content .menu-pane .title span {
                color: #aaaaaa;
                font-size: 12px;
                font-weight: 300;
                display: block;
                padding: 0 0 10px 0;
                text-transform: uppercase;
            }

/* - menu tree - */

.menu.menu-tree {
    margin: 0 25px;
    padding: 0;
}

    .menu.menu-tree > .menu-item {
        border-bottom: 1px solid #d4d4d4;
        display: block;
    }

    .menu.menu-tree .menu-item {
        float: none;
    }

        .menu.menu-tree .menu-item a.nav-link {
            text-align: left;
            padding: 0.5em 0;
        }

        .menu.menu-tree .menu-item .menu-pane {
            display: none;
        }

        .menu.menu-tree .menu-item.active > .menu-pane {
            display: block;
        }

/* -- menu -- */

.hamburger {
    color: #000;
}

    .hamburger:hover {
        opacity: 1;
    }

    .hamburger .fa-bars {
        display: block;
    }

    .hamburger .fa-times {
        display: none;
    }

    .hamburger.is-active .fa-bars {
        display: none;
    }

    .hamburger.is-active .fa-times {
        display: block;
    }

/* -- beer details -- */

section .section-subtitle {
    font-size: 26px;
}

.beerdetails #beerData {
    display: none;
}

.banner .beerdetails h3,
.banner .beerdetails .circles-text,
.banner .beerdetails .circles-text-primary,
.banner .beerdetails .circles-text-secondary {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.banner .beerdetails .circles-text-primary {
    font-size: 30px;
    margin-bottom: 6px;
}

.banner .beerdetails {
    margin-top: 20px;
}

    .banner .beerdetails h3 {
        font-size: 12px;
        margin: 0;
    }

.beerdetails h3 {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 400;
    margin: 4em 0 1em 0;
}

.beerdetails .attribute {
    padding: 1.5em;
}


.beerdetails .section-subtitle {
    color: #2b2b2b;
}

    .beerdetails .section-subtitle .icon-icons_logo {
        display: block;
        margin-bottom: 0.5em;
    }

.beerdetails .section-detail {
    margin: 0;
}

.table th {
    font-size: 14px;
    font-weight: 400;
    padding: 0.5rem 0.3rem;
}

.table td {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0.5rem 0.3rem;
}

.table thead th {
    border: none;
}

.table tbody th,
.table tbody td {
    border: none;
    border-top: 1px solid #d4d4d4;
}

    .table thead th.no-border,
    .table tbody th.no-border,
    .table tbody td.no-border {
        border: none !important;
    }

.beerdetails .drinkwise {
    padding: 1em 0;
}

.beerdetails .row > div .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.beerdetails .row > div .buttons .btn {
    margin: 1em 0;
}

/* -- green -- */
.green .icon-icons_logo,
.green .section-subtitle {
    color: #209c59;
}

.green .btn.btn-primary {
    color: #fff;
    border: 1px solid #209c59;
    background: #209c59;
}

    .green .btn.btn-primary:hover {
        border: 1px solid #209c59;
        color: #209c59;
        background: #fff;
    }

/* -- blue -- */
.blue .icon-icons_logo,
.blue .section-subtitle {
    color: #0072A1;
}

.blue .btn.btn-primary {
    color: #fff;
    border: 1px solid #0F72A1;
    background: #0F72A1;
}

    .blue .btn.btn-primary:hover {
        border: 1px solid #0F72A1;
        color: #0F72A1;
        background: #fff;
    }

/* -- red -- */
.red .icon-icons_logo,
.red .section-subtitle {
    color: #c21430;
}

.red .btn.btn-primary {
    color: #fff;
    border: 1px solid #c21430;
    background: #c21430;
}

    .red .btn.btn-primary:hover {
        border: 1px solid #c21430;
        color: #c21430;
        background: #fff;
    }

/* -- orange -- */
.orange .icon-icons_logo,
.orange .section-subtitle {
    color: #d26400;
}

.orange .btn.btn-primary {
    color: #fff;
    border: 1px solid #d26400;
    background: #d26400;
}

    .orange .btn.btn-primary:hover {
        border: 1px solid #d26400;
        color: #d26400;
        background: #fff;
    }

/* -- darkBlue -- */
.darkBlue .icon-icons_logo,
.darkBlue .section-subtitle {
    color: #17436e;
}

.darkBlue .btn.btn-primary {
    color: #fff;
    border: 1px solid #17436e;
    background: #17436e;
}

    .darkBlue .btn.btn-primary:hover {
        border: 1px solid #17436e;
        color: #17436e;
        background: #fff;
    }

/* -- brownDarkAle -- */
.brownDarkAle .icon-icons_logo,
.brownDarkAle .section-subtitle {
    color: #8d672c;
}

.brownDarkAle .btn.btn-primary {
    color: #fff;
    border: 1px solid #8d672c;
    background: #8d672c;
}

    .brownDarkAle .btn.btn-primary:hover {
        border: 1px solid #8d672c;
        color: #8d672c;
        background: #fff;
    }

/* -- yellow -- */
.yellow .icon-icons_logo,
.yellow .section-subtitle {
    color: #e4c600;
}

.yellow .btn.btn-primary {
    color: #fff;
    border: 1px solid #e4c600;
    background: #e4c600;
}

    .yellow .btn.btn-primary:hover {
        border: 1px solid #e4c600;
        color: #e4c600;
        background: #fff;
    }

/* -- greenDark -- */
.greenDark .icon-icons_logo,
.greenDark .section-subtitle {
    color: #284e1b;
}

.greenDark .btn.btn-primary {
    color: #fff;
    border: 1px solid #284e1b;
    background: #284e1b;
}

    .greenDark .btn.btn-primary:hover {
        border: 1px solid #284e1b;
        color: #284e1b;
        background: #fff;
    }

/* -- purple -- */
.purple .icon-icons_logo,
.purple .section-subtitle {
    color: #6c3185;
}

.purple .btn.btn-primary {
    color: #fff;
    border: 1px solid #6c3185;
    background: #6c3185;
}

    .purple .btn.btn-primary:hover {
        border: 1px solid #6c3185;
        color: #6c3185;
        background: #fff;
    }

/* -- Dark Orange -- */
.darkOrange .icon-icons_logo,
.darkOrange .section-subtitle {
    color: #FF671F;
}

.darkOrange .btn.btn-primary {
    color: #fff;
    border: 1px solid #FF671F;
    background: #FF671F;
}

    .darkOrange .btn.btn-primary:hover {
        border: 1px solid #FF671F;
        color: #FF671F;
        background: #fff;
    }

/* -- TURQUOISE PMS COLOUR -- */
.turquoise .icon-icons_logo,
.turquoise .section-subtitle {
    color: #00b2a9;
}

.turquoise .btn.btn-primary {
    color: #fff;
    border: 1px solid #00b2a9;
    background: #00b2a9;
}

    .turquoise .btn.btn-primary:hover {
        border: 1px solid #00b2a9;
        color: #00b2a9;
        background: #fff;
    }

/* -- beer details -- */

.date {
    background-color: #009C4F !important;
}

.listing-group .listing-group-item .item-subtitle {
    color: #2b2b2b;
}

.listing-group .listing-group-item .item-detail {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'proxima-nova', sans-serif;
    font-weight: 300;
}

ul li {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'proxima-nova', sans-serif;
    font-weight: 300;
}

/* expandable list styles */

.toggle > div > [data-sf-role="toggleLink"]::after {
    border-top: 10px solid #2b2b2b;
}

.toggle > div > [data-sf-role="toggleLink"] {
    border: 1px solid #2b2b2b;
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'proxima-nova', sans-serif;
    font-weight: 300;
}

.toggle > div > div.sf-Long-text {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'proxima-nova', sans-serif;
    font-weight: 300;
    color: #2b2b2b;
    background-color: transparent;
}

[data-sf-role="collapseAll"], [data-sf-role="expandAll"] {
    display: flex;
    padding: 15px;
    border: 1px solid #2b2b2b;
    margin-bottom: 15px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    html, body {
        overflow-x: hidden;
        height: 100%;
    }

    .nav-main {
        align-items: stretch;
    }

    .breadcrumbs {
        text-align: left;
    }

    .btn {
        width: auto;
    }

    section p {
        margin: 23px 0;
    }

    .banner,
    .banner.full {
        /*padding: 0;*/
    }

        .banner.full .page-title {
            font-size: 2.8em;
            font-weight: 400;
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 0;
            padding: 100px 25px 100px 25px;
            text-align: left;
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
        }

    section .bg-image.half {
        min-height: 30vh;
        height: 30vh;
    }

    section.bg-beer .bg-image.left {
        border-right: none;
    }

    section.bg-beer a.flexcenter {
        align-items: flex-start;
        padding-left: 25px;
    }

    .latest-news .section-detail {
        margin: 0 0 2em 0;
    }

    .bg-white {
        padding: 100px 0;
    }

    #subscriptionform h2 {
        font-size: 55px;
    }

    .footer .nav-1 .nav-items {
        padding: 130px 0;
    }

    .footer .nav-1 .footer-beer-man {
        bottom: -12px;
        width: 7em;
    }

    .footer .nav-2 .nav-footer {
        padding: 12px 6px;
    }

        .footer .nav-2 .nav-footer a.nav-link {
            font-size: 0.8rem;
            font-weight: 300;
            color: #2B2B2B;
            padding: 8px 0;
            text-align: left;
        }

    .owl-carousel .item {
        max-width: 100vw;
    }

        .owl-carousel .item .bg-img {
            border-radius: 0;
            width: 100vw;
            height: 50vh;
        }

    section.listing-items .bottle-list {
        margin: 0;
    }

    /* -- beer details -- */
    .banner .page-title {
        font-size: 2.8em;
        font-weight: 400;
        width: auto;
        margin-top: 150px;
        letter-spacing: 0em;
    }

    .beerdetails .attribute {
        padding: 1.5em 0.8em;
    }

    .beerdetails .row > div .section-subtitle {
        margin: 0;
    }

    .beerdetails .row > div .section-detail {
        padding: 0;
    }

    .beerdetails .row > div .list {
        display: flex;
        flex-direction: column;
    }

        .beerdetails .row > div .list p {
            margin: 0.5em 0;
        }

    /* -- beer details -- */

    section.bg-beer a.bg-image {
        text-align: left;
    }
}

@media (max-width: 1199.98px) {
    .bg-black .section-detail {
        margin-top: 2.4em;
        margin-bottom: 2.4em;
    }

    .bg-green h2.section-subtitle {
        margin: 3rem 0;
    }

    .bg-white-alt h2.section-subtitle {
        margin: 3rem 0;
    }
}

@media (min-width: 1200px) {
    .menu.menu-tabs {
        padding: 0 1em 0 0;
        margin: 0;
    }

        .menu.menu-tabs .menu-item a.nav-link {
            padding: 0.9em 2em;
        }
}
