/*
Theme Name: Green Duck Brewery Theme
Theme URI: https://www.thinkcreative.co.uk
Author: Think Creative Studio Ltd
Author URI: https://www.thinkcreative.co.uk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: think-creative

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


*/

@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600");
header,
section,
footer,
aside,
main,
article,
figure {
    display: block;
}
section {
    float: left;
    width: 100%;
    min-height: 10px;
    margin: 10px 0;
}
body {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4a5157;
    background: #ffffff;
}
/*
#page-wrapper {
    overflow-x: hidden !important;
}
*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
a {
    color: #000000;
    text-decoration: none !important;
}
a:hover {
    color: #008c3f;
    text-decoration: none !important;
    cursor: pointer;
}
nav {
    display: none;
}
h2 {
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
}
h3 {
    color: #000000;
    font-weight: 300;
    margin: 20px 0;
    font-size: 150%;
}
h4 {
    font-weight: 400;
    font-size: 80%;
    color: #000000;
    line-height: 150%;
}
/******************************/
/********* BUTTONS ***********/
/****************************/

.btn-link-white {
    color: #000000;
    font-size: 80%;
    width: 55%;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    padding: 10px;
    margin: 20px auto;
    cursor: pointer;
    text-align: center;
}
@keyframes menu-open {
    from {
        top: -350px;
    }
    to {
        top: 80px;
    }
}
@keyframes menu-close {
    from {
        top: 0;
    }
    to {
        top: -300px;
    }
}
@keyframes menu-btn-one {
    100% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: top left;
        -moz-transform: rotate(45deg);
        -moz-transform-origin: top left;
        -ms-transform: rotate(45deg);
        -ms-transform-origin: top left;
        transform: rotate(45deg);
        transform-origin: top left;
    }
}
@keyframes menu-btn-two {
    100% {
        opacity: 0;
    }
}
@keyframes menu-btn-three {
    100% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        -moz-transform: rotate(-45deg);
        -moz-transform-origin: bottom left;
        -ms-transform: rotate(-45deg);
        -ms-transform-origin: bottom left;
        transform: rotate(-45deg);
        transform-origin: bottom left;
    }
}
.menu-open-ani {
    animation: menu-open;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.menu-close-ani {
    animation: menu-close;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.menu-btn {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}
.menu-btn-close {
    width: 18px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    display: none;
}
.menu-btn-close:hover {
    cursor: pointer;
}
.menu-btn-close span.one {
    animation: menu-btn-one 0.333s forwards;
}
.menu-btn-close span.two {
    animation: menu-btn-two 0.333s forwards;
}
.menu-btn-close span.three {
    animation: menu-btn-three 0.333s forwards;
}
span.bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
}
span.middle,
span.two {
    margin: 4px 0;
}
.menu-btn:hover {
    cursor: pointer;
}
.back-to-top-btn {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
    font-size: 150%;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5000;
    display: none;
    border: 2px solid #ffffff;
}
.back-to-top-btn a {
    color: #ffffff;
}
.btn-link-block {
    border: 1px solid #bfbfbf !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    font-size: 70%;
    font-weight: 400;
    color: #000000;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}
.btn-link-block a {
    text-decoration: none;
    color: #000000;
}
.btn-link-block:hover {
    color: #000000;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
}

.wpbc-payment-form .btn,
.wpbc-payment-form .button,
.booking_form_div .btn,
.booking_form_div .button,
.booking_form_div .submit,
.booking_form_div .button-secondary {
    background: #008c3f !important;
    color: #000000 !important;
    text-shadow: none !important;
    text-transform: uppercase;
    width: 100%;
    font-size: 120% !important;
    padding: 15px !important;
}
/******************************/
/******* MOBILE MENU *********/
/****************************/

#mobile-menu {
    background: #fbfbfb url(images/menu-bg-drops.png) no-repeat right top;
    background-size: 50%;
    position: absolute;
    top: -285px;
    width: 100%;
    border-bottom: 3px solid #000000;
    padding-top: 60px;
    z-index: 2;
}
#mobile-menu ul {
    margin-top: 40px;
    list-style: none;
    clear: both;
}
#mobile-menu ul li {
    margin: 20px 0;
}
/******************************/
/******* CONTACT FORM 7 ******/
/****************************/

.text-block input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 5px;
    padding: 8px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 98% !important;
}
.text-block input[type="file"] {
    border: 0px;
}
.text-block input[type="submit"] {
    background: #5f415f;
    font-size: 80%;
    color: #ffffff;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    border: 0px;
    font-weight: 300;
}
.text-block input[type="submit"]:hover {
    cursor: pointer;
    background: #000000;
}
.text-block textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 5px;
    padding: 8px;
}
/*re-style the file upload*/

.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
    max-width: 350px;
}
.file-upload .file-select {
    display: block;
    border: 1px solid #cccccc;
    color: #000000;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.file-upload .file-select .file-select-button {
    background: #cccccc;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.file-upload .file-select:hover {
    border-color: #000000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
    background: #000000;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
    display: block;
    border: 1px solid #cccccc;
    color: #000000;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #cccccc;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
/******************************/
/********** SLIDER ***********/
/****************************/

section#slider {
    margin: 0;
    position: relative;
    z-index: 1;
}
.slider-wrapper {
    height: 180px;
    overflow: hidden;
    width: 100%;
}
.slider-wrapper .container-fluid {
    padding: 0;
}
#homepage-slider {
    width: 100%;
    height: 50%;
    overflow: hidden;
}
#homepage-slider img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.slider-icon {
    font-size: 200% !important;
}
.slider-content {
    color: #2e2e2e;
    width: 60%;
    position: relative;
    top: 0;
    left: -25px;
    text-align: left;
}
.slider-content h1 {
    font-size: 120%;
    margin: 0 0 5px;
}
.slider-content h2 {
    font-size: 120%;
    margin: 0 0 5px;
}

.carousel-item:hover {
    cursor: pointer;
}

.this-month {
    background: url("images/on-this-month.png") no-repeat;
    background-size: 100%;
    width: 150px;
    height: 80px;
    position: absolute;
    top: 20%;
    left: 8%;
}
.next-month {
    background: url("images/on-next-month.png") no-repeat;
    background-size: 100%;
    width: 150px;
    height: 80px;
    position: absolute;
    top: 20%;
    left: 8%;
}

.pump-title-wrap.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
}

.pump-title {
    width: 100%;
    position: right;
    text-align: right;
}

.pump-title-bg {
    display: block;
    float: right;
    width: 150px;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}

.carousel-caption {
    padding: 0;
    margin: 0;
    width: 40%;
    top: 70%;
    left: 9%;
    right: 0;
}

.monthly-slider-text {
    letter-spacing: 1px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 115%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

/******************************/
/*********** MAPS ************/
/****************************/
.tc-map {
    margin-bottom: 30px;
    width: 100%;
    height: 180px;
}
.map-row {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}
.map-row:last-of-type {
    border-bottom: none;
}
/******************************/
/********** POSTS ************/
/****************************/

.featured-image {
    width: 100%;
    height: 50%;
    margin: 10px 0;
}
.featured-image img {
    width: 100%;
}
.post-preview {
    width: 100%;
    padding-bottom: 30px;
}
.post-preview a {
    color: #ffffff;
}
.post-title a {
    color: #000000;
}
.blog-post-wrapper {
    margin: 30px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.post-image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.blog-post-wrapper img.featured-image {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.blog-post-wrapper .btn-link-block {
    margin-bottom: 10px;
}
.post-breadcrumb {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 80%;
}
.post-breadcrumb a {
    color: #8c6f9a;
}
.single-post .post-breadcrumb {
    text-align: left;
}
.single-post .post-image-container {
    height: 100%;
    margin-bottom: 0;
}
.single-post h2 {
    margin-top: 20px;
}
.page-navigation .btn-link-block {
    width: 50%;
    margin: 0 auto 40px !important;
}
.page-navigation .btn-link-block:first-child {
    border-right: 2px solid #ffffff;
}
.page-navigation .btn-link-block:last-child {
    border-left: 2px solid #ffffff;
}
/******************************/
/********** SIDEBAR **********/
/****************************/
.widget-block {
    margin: 30px;
    border-bottom: 2px solid #454545;
}
.widget-block h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.widget-block ul {
    list-style: none;
    padding: 0;
}
.widget-block ul li {
    padding: 0;
}
.widget-block ul li:before {
    font-family: "FontAwesome";
    content: "\f111";
    margin: 0 5px 0 -15px;
    padding-right: 5px;
    color: #5f415f;
    font-size: 50%;
    position: relative;
    top: -3px;
}
.widget-block input,
button {
    border: 0px !important;
}
.widget-block ::-webkit-input-placeholder {
    color: #dcd4e1 !important;
}
.widget-block button:hover {
    cursor: pointer;
}
.sidebar .widget-block:last-child {
    border: none;
    margin-bottom: 60px;
}
.checkout-button{
	color: white !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	padding: 5px 15px;
	border-radius: 5px;
	margin-top: 0px;
	cursor: pointer;
}
button#place_order{
    padding: 5px 20px;
    font-size: 18px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
/******************************/
/******** TESTIMONIALS *******/
/****************************/

.testimonial-box {
    border-top: 1px solid #e1e1e1;
    margin-top: 40px;
    padding: 50px 0;
}
.testimonial-img {
    width: 175px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto;
}
.testimonial-details {
    text-align: right;
}
.testimonial-details .author {
    font-weight: 600;
    font-size: 110%;
}
.testimonial-details .job-title {
    font-size: 100%;
    font-weight: 400;
    margin-top: -20px;
}
.testimonial-details .author-details {
    font-size: 90%;
}
.blockquote p {
    font-size: 80% !important;
}
/**********************************************************/
/*************    SITE SPECIFIC CSS BELOW    **************/
/**********************************************************/

.green {
    color: #008c3f;
}
/******************************/
/********    HEADER    *******/
/****************************/

header {
    background: #000000;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}
header .contacts {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 300;
    text-align: center;
    margin: 5px 0;
}
header .contacts a {
    color: #ffffff;
}
header .gd-logo {
    width: 50px;
    /*	height: 80px;*/
    max-width: 100px;
    position: absolute;
    top: -10px;
    left: 30px;
    z-index: 10;
}
header .gd-logo img {
    width: 100%;
    height: 100%;
}
.header-detail {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 2;
    width: 100%;
}
.header-detail img {
    width: 100%;
}
.mobile-socials ul {
    list-style: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
    float: right;
}
.mobile-socials ul li {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    margin: 5px 5px 0;
}
.mobile-socials ul li:last-child {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    background: none;
    margin: 5px 5px 0;
    position: absolute;
    top: -40px;
    right: 30px;
}
.mobile-socials i {
    color: #008c3f;
    padding: 0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mobile-socials i::before{
	font-family: fontawesome;
	font-style: normal;
}
.mobile-socials li.user {
    margin-left: 2px;
}
.shop-btn {
    position: absolute;
    bottom: -33px;
    right: 30px;
    background: url(https://greenduckbrewery.co.uk/wp-content/uploads/2018/06/Online-Shop_Button.png) no-repeat;
    background-size: 100%;
    z-index: 3;
    width: 70px;
    height: 25px;
    font-size: 70%;
    text-align: center;
}
.shop-btn span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.arrow {
    display: block;
    width: 30px;
    height: 30px;
    position: relative; /*    z-index: 9999999999999;*/
}
.arrow-left {
    background: url("images/arrow-left-white.png") no-repeat;
    background-size: 50%;
}
.core-arrow-left {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 20%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("images/arrow-left-white.png") no-repeat;
    background-size: 50%;
    cursor: pointer;
}
.core-arrow-right {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 85%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("images/arrow-right-white.png") no-repeat;
    background-size: 50%;
    cursor: pointer;
}
.core-arrow-left-dark {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 10%;
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    background: url("images/arrow-left-black.png") no-repeat;
    background-size: 50%;
    cursor: pointer;
}
.core-arrow-right-dark {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 90%;
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    background: url("images/arrow-right-black.png") no-repeat;
    background-size: 50%;
    cursor: pointer;
}
.arrow-right {
    background: url("images/arrow-right-white.png") no-repeat;
    background-size: 50%;
}
.arrow-left-dark {
    background: url("images/arrow-left-black.png") no-repeat;
    background-size: 50%;
}
.arrow-right-dark {
    background: url("images/arrow-right-black.png") no-repeat;
    background-size: 50%;
}
.slider-bottom {
    position: absolute;
    bottom: -6px;
}
.slider-shadow {
    position: absolute;
    bottom: -22px;
}
.slider-shadow img {
    width: 100%;
}
.visit-us-wrapper {
    margin-top: 30px;
}
.visit-us-wrapper h3 {
    margin-top: 0;
}
.visit-us-wrapper .col-12 {
    padding-left: 0;
    padding-right: 0;
}
/******************************/
/*****    MONTHLY ALES    ****/
/****************************/

#monthly-specials {
    padding: 0;
    margin: 0;
}
h3.month {
    color: #008c3f;
    margin: 0 0 10px;
    font-size: clamp(1rem, 3vw, 2rem);
}
.arrow.slick-arrow {
    z-index: 600;
}
.monthly-specials-wrap {
    position: relative;
}
h2.main-heading{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 4rem);
    color: #008c3f;
    text-align: center;
    margin-bottom: 0.6em;
	text-transform: uppercase;
}
.core-header h2.main-heading{
	color: white;
}
.release-month {
    color: #ffffff;
    width: 50px;
    height: 50px;
    background: url("images/green-duck-circle.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 80%;
    z-index: 10;
    line-height: 12px;
}
.release-month span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.info h2 {
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.info {
    text-transform: uppercase;
    width: 100%;
    /*    max-width: 420px;*/
}

.info .limited-release img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -5px;
    right: 0;
}

.ale-info {
    font-weight: 300;
    font-size: clamp(20px, 2.5vw, 26px);
    position: relative;
    padding-top: 5px;
}
.ale-info .release-month {
    color: #ffffff;
    width: 70px;
    height: 70px;
    background: url("images/green-duck-circle.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: -70px;
    left: 240px;
    font-size: 130%;
    line-height: 16px;
}
.ale-info .release-month span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ale-stats {
    background: #ffffff;
    padding: 15px;
}
.ale-stats table {
    width: 100%;
}
.ale-stats th {
    font-size: 110%;
	font-weight: 400;
}
.ale-stats tr {
    border-bottom: 2px solid #008c3f;
}
/*
.ale-stats tr:nth-child(odd) {
	
    background: url('images/monthly-green-line.png') no-repeat bottom center;
    background-size: 98% 20%;
	
}
.ale-stats tr:nth-child(even) {
    background: url('images/monthly-green-line.png') no-repeat bottom center;
    background-size: 100% 20%;
}
.ale-stats tr:last-child {
    background: url('images/monthly-green-line.png') no-repeat bottom center;
    background-size: 95% 20%;
}
*/
.ale-stats td {
    padding: 8px 0 8px 30px;
    font-weight: 300;
}
.info .head {
    display: block;
    width: 80px;
}
.monthly-wrap {
    width: 100%;
    background: url("images/white-panel.jpg") repeat;
    padding: 50px 20px;
    position: relative;
}
.monthly-wrap img.title {
    width: 90%;
    display: block;
    margin: 0 auto 20px;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 180px;
}
.next {
    right: 0;
}
.pumpclip {
    position: relative;
    width: 100%;
    height: 270px;
}
.pumpclip .col-6 {
}
.pumpclip img.clip {
    position: absolute;
    top: 0;
    right: -40px;
    width: 180px;
    height: 270px;
    z-index: 2;
    object-fit: contain;
}
.pumpclip img.hop-ranking {
    position: absolute;
    left: -20px;
    width: 150px;
    z-index: 1;
}
.malt-duck {
    margin-right: 4px;
}
.small-pumpclip {
    text-align: center;
    text-transform: uppercase;
    display: none;
}
.small-pumpclip:hover {
    cursor: pointer;
}
.small-pumpclip img {
    width: 100%;
    object-fit: contain;
    max-width: 150px;
    transition: 0.3s;
}
.small-pumpclip img:hover {
    width: 95%;
    transition: 0.3s;
}
.pumpclip-wrap {
    opacity: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    height: 0;
    margin: 0 auto;
}
.view-more-pumpclips {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
@keyframes view-more {
    from {
        opacity: 0;
        height: 0;
    }
    to {
        opacity: 1;
        height: 100%;
    }
}
.view-more-ani {
    animation: view-more;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    padding-bottom: 120px;
}
.section-shadow {
    background: #ffffff;
    height: 5px;
}
.section-shadow img {
    width: 100%;
}
.mySlides {
    display: none;
}
button.view-more {
    font-size: 80%;
    background: url(images/online-shop-button.png) no-repeat;
    width: 100px;
    height: 35px;
    color: #ffffff;
    display: block;
    padding: 5px 0 0 0;
    margin: 10px auto 0;
}
button.view-more:hover {
    cursor: pointer;
}
button.load-more {
    font-size: 80%;
    background: url("images/button.png") no-repeat;
    width: 220px;
    height: 54px;
    color: #ffffff;
    padding: 8px;
    margin: 20px auto 0;
    clear: both;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
button.load-more:hover {
    cursor: pointer;
}

/******************************/
/******   CORE RANGE   *******/
/****************************/
.core-wrapper{
	display: flex;
    gap: 25px;
	justify-content: center;
}
.core-wrapper .theslide{
	flex-grow: 0;
	align-self: center;
}
.core-wrapper img{
	width: 180px;
}
.ale-stats .seasonal-badge {
    position: absolute;
    bottom: 0;
    left: 80%;
}
.ale-stats .seasonal-badge img {
    width: 100px;
    height: 100px;
}
.seasonal-badge {
    position: absolute;
    bottom: -10px;
    left: 60%;
}
/* .seasonal-badge img {
    width: 70px !important;
    height: 70px;
} */

.gd-modal-img img {
    width: 200px;
    position: relative;
    display: block;
}

.gd-modal-img img::after {
    content: "x";
    display: block;
    border: 1px solid red;
    width: 80px;
    height: 10px;
    background: red;
    position: absolute;
}

#gd-modal-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#core-range {
    background: url("images/black-panel.jpg") repeat center;
    position: relative;
    /*    top: -30px;*/
    margin: 0;
	padding-top: 30px;
    padding-bottom: 30px;
}
.core-top img {
    width: 100%;
    position: absolute;
    top: -1px;
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari */
    transform: rotate(-180deg);
}
.core-header {
    text-align: center;
}
.core-header img {
    width: 90%;
    max-width: 400px;
    padding: 30px;
}
*[class^="core-info-"] {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    background-size: 200%;
    padding: 30px 20px;
    display: none;
    text-transform: uppercase;
    width: 80%;
    max-width: 750px;
    border-radius: 0 0 8px 0;
    border-left: 5px solid #008c3f;
}
.close-info {
    font-size: 40px;
    position: absolute;
    top: -15px;
    right: 5px;
    color: #979797;
}
.close-info:hover {
    color: #008c3f;
    cursor: pointer;
}
.core-wrap {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.core-pump {
    background: url("images/core-bar-pull-bg.png") no-repeat center bottom;
}
.core-pump:hover {
    cursor: pointer;
}
.core-ale-name {
    color: #ffffff;
    font-size: 130%;
    text-transform: uppercase;
    padding: 10px 0 0;
    text-shadow: 0 -20px 20px rgba(0, 0, 0, 1);
}
/* .core-ale-name-shadow {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
} */
.core-style {
    text-transform: uppercase;
    color: yellow;
}
.slider-wrap {
}
.theslide {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    transition: 0.2s;
}

.theslide:hover {
    transform: scale(1.2);
    transition: 0.3s;
    cursor: pointer;
}

.theslide::after {
    content: " ";
    width: 80px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.6);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    border-radius: 10px;
}


.slick-slide:focus {
    outline: none;
}
.red {
    border: 1px solid red;
}
.slick-slide img {
    margin: 0 auto;
}
.slick-slide img.malt-duck {
    margin: 0 auto;
    display: inline-block;
}
/******************************/
/******  BOOKING ONLINE   ****/
/****************************/

#book-online {
    background: linear-gradient(#262626, #000000);
    margin: 0;
    padding: 30px 15px; /*
	position: relative;
    top: -30px;
*/
}
.booking-form {
    display: none;
}
.cal-wrap {
    position: relative;
    height: 340px;
}
img.book-cta {
    display: block;
    position: relative;
    top: 50%;
}
.book-now {
    cursor: pointer;
    position: relative;
    top: -25px;
    background-color: #008c3f;
    color: #ffffff;
    font-size: 100%;
    padding: 10px 30px;
    border-radius: 3px;
}
.book-now:hover {
    background-color: #008c3f;
}
.cal-cta {
    text-align: center;
}
.cal-cta img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}
.cal-cta a.cta {
    display: block;
    position: relative;
    top: 50%;
}
img.book-cta-btn {
    display: block;
    max-width: 200px;
}
img.cta-arrow {
    width: 50px !important;
    position: absolute;
    top: 25px;
    left: 30px;
}
/******************************/
/******* SHOP-ONLINE    ******/
/****************************/

#shop-online {
    width: 100%;
    background: url("images/white-panel.jpg") repeat;
    padding: 50px;
    margin: 0;
    /*
    position: relative;
	top: -50px;
*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
#shop-online img {
    width: 100%;
    max-width: 350px;
}
/******************************/
/*******    PAGES       ******/
/****************************/

.gd-page img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
/******************************/
/*******   AGE VERIFY    *****/
/****************************/

#age-verify-wrap {
    position: fixed;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.97);
    width: 100%;
    height: 100%;
    text-align: center; /*	display: none;*/
}
.verify {
    display: none;
}
.age-verify h2 {
    color: #ffffff;
}
.age-verify {
    width: 95%;
    max-width: 500px;
    padding: 15px;
    color: #ffffff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.age-verify select {
    width: 100% !important;
    margin: 20px 0;
    border: 0;
    outline: none;
}
.age-verify input[type="submit"] {
    border: 1px solid #008c3f;
    background: #000000;
    color: #ffffff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
}
.age-verify input[type="submit"]:hover {
    background: #008c3f;
}
#form-messages {
    border: 5px solid red;
    border-radius: 3px;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    max-width: 480px;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    top: -90px;
    left: 0;
    display: none;
}
/*****************************/
/****** AGE GATE VERIFY *****/
/*****************************/

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

.age-gate-form {
    background: #000000 !important;
}
.age-gate-form-elements {
    padding: 0;
}
.age-gate-form-section {
    margin: 10px;
}
.age-gate-submit {
    background: none;
    border: 1px solid #008c3f;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 0;
}
h2.age-gate-subheading,
.age-gate-message,
.age-gate p {
    color: #ffffff;
    font-weight: 200;
}
.age-gate-error-message {
    border: 5px solid red;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 5%;
    background: #000000;
    width: 90%;
}
/******************************/
/********    FOOTER    *******/
/****************************/

#footer {
    margin: 0;
    padding: 0;
}
footer {
    background: #000000;
    padding-top: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 200;
    font-size: 90%;
    text-transform: uppercase;
}
footer a {
    color: #ffffff;
}
footer .gd-logo img {
    width: 60px;
    height: 97px;
    position: relative;
    top: -10px;
    left: 40%;
}
/*
.col-4, .col-8{
	border: 1px solid red;
}
*/

footer .contact-info {
    margin: 30px 0 0;
}
.footer-socials ul {
    list-style: none;
    color: #008c3f;
    margin: 0;
    padding: 0;
}
.footer-socials ul li {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    margin: 5px 5px 0;
}
.footer-socials i {
    color: #000000;
    padding: 0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-socials i::before{
	font-family: fontawesome;
	font-style: normal;
}
footer h4 {
    font-size: 120%;
    color: #008c3f;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col-1,
.footer-col-2 {
    display: none;
}
.footer-col-3 {
    text-align: center;
    font-size: 80%;
}
.footer-col-3 ul li {
    display: inline-block;
    margin: 5px;
}
.footer-col-3 h4 {
    display: none;
}
.footer-detail img {
    width: 100%;
    position: absolute;
    top: 30px;
}
.download-booklet {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}
.download-booklet img {
    width: 50%;
}
.copyright {
    color: #ffffff;
    font-weight: 200;
    font-size: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.credit {
    text-transform: none;
}

/*Delivery Days Styling*/

/*Back in stock notification*/

.cwginstock-subscribe-form .panel-primary {
    border-color: black !important;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
    background-color: black !important;
    border-color: black !important;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading h4 {
    font-size: 140%;
}

.cwgstock_button {
    background: #008c3f !important;
    border: none;
    border-radius: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase !important;
}

@media(max-width: 767px){
	.ale-stats :is(th, td){
		font-size: 20px;
	}
}


.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* allow clicks to go through except on buttons */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
    border: none;
    font-size: 30px;
	background: none !important;
	color: inherit !important;
	position: relative;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -25px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -25px;
}
.owl-dots{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.gdcarousel {
    position: relative;
	margin-left: 0px;
	margin-right: 0px;
}
.age-gate-headline{
	color: white;
}