/* base */

@font-face {
    font-family: 'Avenir Next Condensed Ultra';
    src: url('fonts/AvenirNextCondensed-UltraLight.woff2') format('woff2'),
    url('fonts/AvenirNextCondensed-UltraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
    url('fonts/gotham-book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed Demi';
    src: url('fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'),
    url('fonts/AvenirNextCondensed-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed Medium';
    src: url('fonts/AvenirNextCondensed-Medium.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'FairplexNarrow';
    src: url('fonts/FairplexNarrowMedium.woff2') format('woff2'),
    url('fonts/FairplexNarrowMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    background-color: black;
}

body {
    opacity: 1;
    transition: 2s opacity;
    /* background: #090909; */
    background: url('images/body-background-min.jpg') repeat-y center / 100% auto #191919;

    z-index: -91; /* update */
    position: relative; /* update */
    color: #f2f2f2;
    font-family: 'Gotham Book';
    font-style: normal;
    font-size: 14px;
    letter-spacing: .5px;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

.wrap, .wrap .content, main {
    position: inherit;
    z-index: inherit;
}

div#home-body-content {
    display: none;
}

@media screen and (max-width: 992px) {
    div#top-right-link {
        top: 120px !important;
    }

    div#top-right-link.home-audio-link {
        top: 70px;
    }

    .navbar .collapse {
        z-index: 999;
        background: black;
        position: relative;
        top: 58px;
    }

    .single-product .summary {
        padding: 7%;
    }

    nav.nav-primary #menu-primary-navigation li a {
        text-align: center;
    }

    .woocommerce div.product .product_title {
        text-align: center;
    }

    .cart-contents span {
        background-color: rgba(204, 183, 133, 0.92);
        padding: 2px 6px !important;
        font-size: 0.7rem;
        line-height: 0.7rem;
        text-align: center;
        color: black;
        border-radius: 100%;
        /*     position: relative !important; */
        top: -2px;
        font-weight: 900;
        right: 1px;
    }

    .cart-contents {
        display: inline !important;
        font-size: 17px;
        /*     padding-top: 15px; */
        text-align: center;
        float: right;
        margin-right: 20px;
    }

    header.banner #social-links .social-link {
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        margin: 3px 5px;
        -webkit-transition: opacity ease-in-out 250ms;
        transition: opacity ease-in-out 250ms;
        color: #fff;
    }

    .social-link i {
        font-size: 14px;
    }

    .single-product .summary .product_title {
        text-align: left;
        padding-top: 0px !important;
        font-size: 1.8em !important;
    }

    header.banner {
        position: fixed !important;
        background: #000;
        z-index: 999;
        width: 100%;
        top: 0;
    }

    .wrap {
        /* 		margin-top: 60px; */
    }


}

@media screen and (min-width: 992px) {

    .product-single-content {
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 100px;
    }

    body {
        background: url('images/body-background-min.jpg') repeat-y center / 100% auto #191919;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FairplexNarrow';
    font-weight: 500;
    color: #fff;
}


strong, b {
    font-family: 'Gotham Book';
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

a {
    color: #fff;
}

a:hover, a:visited, a:active {
    color: #f0f0f0;
    text-decoration: none;
}

.fal {
    -webkit-transition: opacity ease-in-out 250ms;
    transition: opacity ease-in-out 250ms;
}

.fal:hover {
    font-weight: bold;
}

/* bootstrap overrides */

.vertical-margin-100 {
    margin: 100px 0px;
}

.vertical-margin-50 {
    margin: 50px 0px;
}

.vertical-margin-15 {
    margin: 15px 0px;
}

.vertical-margin-25 {
    margin: 25px 0px;
}

.btn.loadMoreBtn {
    background: #fff;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 8px 33px 6px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: none;
    text-align: center;
    margin: 40px auto;
    text-align: center;
    display: block;
    width: fit-content;
}

.btn-light, .btn-light:hover, .btn-light:visited, .btn-light:active, .btn-light:link,
.btn-warning, .btn-warning:hover, .btn-warning:visited, .btn-warning:active, .btn-warning:link,
.btn-dark, .btn-dark:hover, .btn-dark:visited, .btn-dark:active, .btn-dark:link {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 8px 33px 6px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: none;
    text-align: center;
}

.btn-light img, .btn-warning img, .btn-dark img {
    height: 12px;
    vertical-align: 1px;
    margin-left: 13px;
    display: none;
}

.btn-light, .btn-light:hover, .btn-light:visited, .btn-light:active, .btn-light:link,
.btn-warning, .btn-warning:hover, .btn-warning:visited, .btn-warning:active, .btn-warning:link {
    color: #000;
}

.btn-light {
    background: rgba(255, 255, 255, 0.55);
}

.btn-light:hover, .btn-light:active {
    background: #fff;
    color: black;
}

.btn-warning {
    background: #bdaa78;
}

.btn-warning:hover, .btn-warning:active {
    background: rgba(255, 255, 255, 0.5);
}

.btn-warning.disabled {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(0, 0, 0, 0.25);
}

.btn-dark, .btn-dark:hover, .btn-dark:visited, .btn-dark:active, .btn-dark:link {
    color: #bdaa78
}

.btn-dark {
    background: #433C29;
}

.btn-dark:hover, .btn-dark:active {
    background: rgba(255, 255, 255, 0.95);
}

.no-right-padding {
    padding-right: 0;
}

.no-left-padding {
    padding-left: 0;
}

.summary .product_title entry-title {
    display: none !important;
}

.article-post-content {
    width: 100% !important;
    padding: 20px !important;
}

.article-post-content .article-wrap {
    flex: 100%;
    padding: 20px;
}

@media (min-width: 768px) {

    .summary .product_title entry-title {
        display: block;
    }

    .summary-container .product_title {
        display: none;
    }

    .single-product .summary {
        background: black;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh !important;
        padding: 50px;
    }

    .laptop-desktop-no-left-padding {
        padding-left: 0;
    }

    .laptop-desktop-no-right-padding {
        padding-right: 0;
    }

}


@media screen and (max-width: 768px) {
    .mobile-no-margin {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    main div.bottle-right {
        display: none !important;
    }

    .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: left;
        width: 100%;
        position: fixed !important;
        bottom: 0;
        z-index: 996;
    }

    .single-product .summary {
        background: black;
        position: relative !important;
        right: 0;
        top: 0;
        height: auto;
        padding: 40px;
    }

    .mobile-no-padding {
        padding: 0;
    }


}


/* animations */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1 \9; /* IE9 only */
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1 \9; /* IE9 only */
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1 \9; /* IE9 only */
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-in 0s;
    -moz-animation: fadeIn 1s ease-in 0s;
    animation: fadeIn 1s ease-in 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fade-in-one {

    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;

}

.fade-in-two {

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;

}

.fade-in-three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.fade-in-four {

    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.fade-in-five {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.fa {

}

/* main nav */

header.banner {
    background: #000;
}

header.banner a.brand {
    padding: 8px;
    display: inline-block;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

header.banner a.brand img {
    max-width: 100%;
}

header.banner .navbar-toggler {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    width: 28px;
    height: 28px;
    background: url(images/nav-collapse.png) no-repeat center / contain;
    transition: 0.3s ease-in-out background;
    margin-top: 16px;
}

.navbar .collapse {
    z-index: 999;
    background: black;
    position: relative;
}

header.banner .navbar-toggler:hover {
    opacity: 0.9;
}

header.banner .navbar-toggler:focus {
    outline: 0;
}

header.banner .navbar-toggler.collapsed {
    background: url(images/nav-expand.png) no-repeat center / contain;
}

header.banner #social-links {
    padding: 18px 13px 0;
}

header.banner #social-links .social-link {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    margin: 3px auto;
    -webkit-transition: opacity ease-in-out 250ms;
    transition: opacity ease-in-out 250ms;
    color: #fff;

}

.couponalert-static {
    position: fixed !important;
    left: 25px;
    z-index: 10;
    padding: 0;
    width: 100%;
    top: 0 !important;
    margin-top: 0px !important;
}

.couponalert {
    background: linear-gradient(to bottom right, rgba(219, 197, 146, 0.9) 0%, rgba(219, 197, 146, 0.9) 30%, rgba(181, 160, 112, 0.9) 100%);
    color: #000000;
    font-weight: bold;
    -webkit-transition: opacity ease-in-out 250ms;
    transition: opacity ease-in-out 250ms;
    font-family: 'Avenir Next Condensed Demi';
    text-transform: uppercase;
}

.couponalert strong {
    color: black;
    font-weight: 900;
}

.couponalert:hover {
    background: linear-gradient(to bottom right, rgba(219, 197, 146, 1) 0%, rgba(219, 197, 146, 1) 30%, rgba(181, 160, 112, 1) 100%);
}

.couponalert p {
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    font-size: 1rem;
}


.social-link i {
    font-size: 14px;
    transition: 0.3s ease-in-out;

}

.social-link i:hover {
    color: #817556 !important;
}

/*cocktails */

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

.cocktails .cocktailpic {
    background-size: cover;
    padding: 200px 20px;
    margin: 40px 0px;
}

.cocktail-info {
    padding: 10px;
    background: black;
    text-align: left !important;
    margin: 40px 0px;
}

.cocktail-info h2 {
    text-transform: uppercase;
}

.cocktail-container {
    padding: 30px;
    left: 0 !important;
    position: absolute;
}

@media (max-width: 767px) {
    .cocktailpic {
        background-size: cover;
        margin: 40px 20px 0px 20px !important;
    }

    .cocktail-container {
        position: relative;
    }

    .cocktail-info {
        margin: 0px 20px 0px 20px !important;

    }

    .gform_wrapper {
        width: 90% !important;
    }
}


header.banner #social-links .social-link:hover, header.banner a.brand:hover {
    opacity: 0.9;
}

nav.nav-primary {
    padding: 0;
}

nav.nav-primary #menu-primary-navigation {
    margin-top: 1rem;
}

nav.nav-primary #menu-primary-navigation li a {
    text-transform: uppercase;
    margin: 0 2.5rem .6rem;
    display: block;
    font-size: 22px;
    font-family: 'FairplexNarrow';
    font-weight: 500;
    /*
    -webkit-transition: background-image ease-in-out 250ms;
    transition: background-image ease-in-out 250ms;
    background: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 20%;
    background-image:url(images/nav-prehover.png);
 */
}

/*
nav.nav-primary #menu-primary-navigation li a:hover {

	background-image:url(images/nav-hover.png);
}
 */


nav.nav-primary #menu-primary-navigation li a {
    position: relative;
    display: block;
    cursor: pointer;
}

nav.nav-primary #menu-primary-navigation li a:before, nav.nav-primary #menu-primary-navigation li a:after {
    content: '';
    position: absolute;
    width: 50%;
    z-index: -2;
    width: 0%;
    height: 6px;
    top: 41%;
    margin-top: -0.5px;
    background: #fff;
    opacity: 0.95;
    background: linear-gradient(to right, #AD9C6A, #fff);
}

nav.nav-primary #menu-primary-navigation li a:before {
    left: -2.5px;
}

nav.nav-primary #menu-primary-navigation li a:after {
    right: 2.5px;
    background: #fff;
    background: linear-gradient(to right, #c4ac64, #dac491);
    transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

nav.nav-primary #menu-primary-navigation li a:hover:before {
    background: #fff;
    background: linear-gradient(to right, #c4ac64, #dac491);
    width: 50%;
    transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

nav.nav-primary #menu-primary-navigation li a:hover:after {
    background: transparent;
    width: 50%;
    transition: 0s;
}


/* make the nav sticky */

@media (min-width: 992px) {

    body {
        padding-top: 54px;
    }

    header.banner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        /* 		height:70px; */
        z-index: 999;
    }

    header.banner .container-fluid {
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header.banner .navbar-toggler {
        display: block;
        text-align: center;
        order: 9;
        margin: 0;
    }

    header.banner a.brand {
        /*  		top: 50%;
		left: 0;
		position: absolute;
		margin-top: 0px; */
        padding: 0px 8px;
        /* 		transform: translateY(-50%); */
    }

    header.banner #social-links {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 8px;
        padding: 0;
    }

    header.banner #social-links .social-link {
        display: block;
        margin-bottom: 16px;
        margin-top: 16px;
    }


    nav.nav-primary {
        position: fixed;
        top: 0;
        right: 0;
        /* 		width: 400px; */
        background: #000;
        padding: 0;
        z-index: 5;
        min-height: 100vh
    }

    div#social-links {
        display: flex;
        flex-basis: 80%;
        margin: 10px auto 0;
        justify-content: space-around;
    }

    nav.nav-primary #menu-primary-navigation {
        /* 		min-height: 100vh; */
        margin-top: 10px;
    }


    nav.nav-primary .collapsing {
        display: none;
    }

    nav.nav-primary .collapse {
        transition: none;
        opacity: 1;
        -webkit-animation: slideOut 1;
        -moz-animation: slideOut 1;
        animation: slideOut 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .35s;
        -moz-animation-duration: .35s;
        animation-duration: .35s;
        width: 400px;
    }

    nav.nav-primary .collapse.show {
        transition: none;
        opacity: 0;
        -webkit-animation: slideIn 1;
        -moz-animation: slideIn 1;
        animation: slideIn 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .35s;
        -moz-animation-duration: .35s;
        animation-duration: .35s;
        width: 0;
    }

    nav.nav-primary .collapse.show {
        /* 		width: 400px; */
        display: flex;
        flex-wrap: wrap;
    }


    @-webkit-keyframes slideIn {
        from {
            opacity: 0;
            width: 0
        }
        to {
            opacity: 1;
            width: 400px;
        }
    }
    @-moz-keyframes slideIn {
        from {
            opacity: 0;
            width: 0
        }
        to {
            opacity: 1;
            width: 400px;
        }
    }
    @keyframes slideIn {
        from {
            opacity: 0;
            width: 0
        }
        to {
            opacity: 1;
            width: 400px;
        }
    }

    @-webkit-keyframes slideOut {
        from {
            opacity: 1;
            width: 400px
        }
        to {
            opacity: 0;
            width: 0px;
        }
    }
    @-moz-keyframes slideOut {
        from {
            opacity: 1;
            width: 400px
        }
        to {
            opacity: 0;
            width: 0px;
        }
    }
    @keyframes slideOut {
        from {
            opacity: 1;
            width: 400px
        }
        to {
            opacity: 0;
            width: 0px;
        }
    }




    header.banner .container-fluid > .header-left,
    header.banner .container-fluid > .header-right {
        flex-basis: 50%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    header.banner .container-fluid > .header-right {
        gap: 1.4em;
        justify-content: flex-end;
        margin-right: 10px;
    }

    span.header-callout {
        font-family: 'Avenir Next Condensed Demi';
        font-size: 14px;
        font-weight: 400;
    }

    .container-fluid > .header-right > a.cart-contents {
        margin: 0;
        flex-basis: auto;
    }

    .header-right > button#header-nav-button {
        flex-basis: 10%;
    }

    header.banner .container-fluid > .header-right > .header-buttons {
        display: flex;
        gap: 1.4em;
    }

    .container-fluid > .header-right > .header-buttons > a.button.le-header-button {
        flex-basis: auto;
        border: 2px solid #CFB07C;
        padding: 2px 10px;
        color: #CFB07C;
        font-family: 'Avenir Next Condensed Demi';
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

    /**   .container-fluid > .header-right > a.button.invest-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.invest-three-chord
    {
        margin: 0;
        flex-basis: auto;
        border: 2px solid #CFB07C;
        padding: 2px 10px;
        color: #CFB07C;
        font-family: 'Avenir Next Condensed Demi';
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

	.container-fluid > .header-right > a.button.find-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.find-three-chord
    {
		margin: 0 30px 0 auto;
		flex-basis:auto;
		border: 2px solid #CFB07C;
		padding: 2px 10px;
		color: #CFB07C;
		font-family: 'Avenir Next Condensed Demi';
		font-size: 14px;
		font-weight: 400;
		cursor: pointer;
	}

	.container-fluid > .header-right > a.button.find-three-chord:hover,
    .container-fluid > .header-right  > .header-buttons > a.button.find-three-chord:hover {
		text-decoration: none!important;
	}
	**/
    .container-fluid > .header-right > a.button.invest-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.invest-three-chord,
    .container-fluid > .header-right > a.button.find-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.find-three-chord {
        margin: 0;
    }

    .container-fluid > .header-right > a.button.le-header-button:hover,
    .container-fluid > .header-right > .header-buttons > a.button.le-header-button:hover {
        text-decoration: none !important;
    }


}

@media (max-width: 991px) {

    .header-left,
    .header-right {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    header.banner > div {
        display: flex;
        flex-wrap: wrap;
    }

    span.header-callout {
        order: -1;
        flex-basis: 100%;
        text-align: center;
        padding: 10px 0 0;
    }

    .header-right {
        align-items: center;
        /*gap: 20px;*/
        justify-content: flex-end;
        margin-top: -58px;
    }


    span.header-callout {
        font-family: 'Avenir Next Condensed Demi';
        font-size: 14px;
        font-weight: 400;
    }

    .container-fluid > .header-right > a.cart-contents {
        margin: 0;
        flex-basis: auto;
        order: 1 !important;
    }

    .header-right > button#header-nav-button {
        flex-basis: 10%;
        order: 2 !important;
        margin: 0;
    }

    header.banner .container-fluid > .header-right > .header-buttons {
        display: flex;
        gap: 1.4em;
    }

    .container-fluid > .header-right > a.button.le-header-button,
    .container-fluid > .header-right > .header-buttons > a.button.le-header-button {
        flex-basis: auto;
        border: 2px solid #CFB07C;
        padding: 2px 5px;
        color: #CFB07C;
        font-family: 'Avenir Next Condensed Demi';
        font-size: 14px;
        font-weight: 400;
        letter-spacing: normal;
        cursor: pointer;
    }

    /**   .container-fluid > .header-right > a.button.invest-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.invest-three-chord {
        margin: 0;
        flex-basis: auto;
        border: 2px solid #CFB07C;
        padding: 2px 5px;
        color: #CFB07C;
        font-family: 'Avenir Next Condensed Demi';
        font-size: 14px;
        font-weight: 400;
        letter-spacing: normal;
        cursor: pointer;
    }

	.container-fluid > .header-right > a.button.find-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.find-three-chord {
		margin: 0;
		flex-basis:auto;
		border: 2px solid #CFB07C;
		padding: 2px 5px;
		color: #CFB07C;
		font-family: 'Avenir Next Condensed Demi';
		font-size: 14px;
		font-weight: 400;
        letter-spacing: normal;
		cursor: pointer;
		order: 0;
	}

    .header-right > .header-buttons > a.button.find-three-chord {
        margin-right: 20px !important;
    }

	.container-fluid > .header-right > a.button.find-three-chord:hover,
    .container-fluid > .header-right > .header-buttons > a.button.find-three-chord:hover{
		text-decoration: none!important;
	}
	**/
    .container-fluid > .header-right > a.button.invest-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.invest-three-chord,
    .container-fluid > .header-right > a.button.find-three-chord,
    .container-fluid > .header-right > .header-buttons > a.button.find-three-chord {
        margin: 0;
    }

    .container-fluid > .header-right > a.button.le-header-button:hover,
    .container-fluid > .header-right > .header-buttons > a.button.le-header-button:hover {
        text-decoration: none !important;
    }


    .couponalert-static {
        position: relative !important;
        z-index: 10;
        padding: 0;
        width: 100%;
        left: 0;
        width: 100%;
        /*top: 60px !important;*/
        margin-top: 0px !important;
        /* 		padding-top:60px; */
    }

    header.banner a.brand {
        padding: 0;
    }

    header.banner a.brand img {
        height: 58px;
    }

}

/* homepage section 1 */


#home-top {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

#home-top #homepage_header_center_image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
}

#home-top #homepage_header_text {

}

#home-top #homepage_header_text h2 {
    text-transform: uppercase;
}

#home-top #homepage_header_text #home-top-text-box {
    padding: 1rem 1.5rem;
    background-image: radial-gradient(49% 150%, #CFB07C 23%, #AB8562 100%);
    box-shadow: 0 -5px 24px 0 rgba(0, 0, 0, 0.50);
}

#subpage_header_text .col-md-6.laptop-desktop-no-left-padding,
#homepage_header_text .col-md-6.laptop-desktop-no-left-padding,
#subpage_header_text .col-md-6.laptop-desktop-no-right-padding,
#homepage_header_text .col-md-6.laptop-desktop-no-right-padding {
    position: absolute;
    bottom: 0px;
}

@media (min-width: 992px) {
    #home-top {
        height: 100vh;
    }

    #home-top #homepage_header_center_image {
        /* update */
        position: absolute;
        top: 8%;
        left: -7%;
        width: 52%;
        height: 35%;
        z-index: 1;
    }

    #home-top #homepage_header_text {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 100%;
        /* update */
    }

    #home-top #top-right-link {
        position: absolute;
        top: 4%;
        left: 0%;
        width: 100%;
    }

}

@media (max-width: 991px) {
    #home-top #homepage_header_center_image {
        height: 200px;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right {
        gap: 1.4em;
    }
}

@media (min-width: 768px) {
    #home-top #homepage_header_text #homepage_header_text_tiny_padding {
        padding-left: 4px;
    }

    .blog #subpage_header_text .col-md-6.laptop-desktop-no-left-padding {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-right > button#header-nav-button {
        flex-basis: 20%;
    }

    .navbar .collapse {
        top: 89px;
    }

    div#social-links {
        float: none;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin-top: 12px;
        padding-bottom: 12px;
    }
}

/* Contact page */

.gform_body {
    margin-top: 50px !important;
}

.ctct-disclosure sub, .ctct-form-field-email label {
    color: #dbc592;
    display: none;
}

.ctct-form-wrapper input {
    width: 300px;
}

.ctct-form-wrapper input[type="email"]:required:valid {
    color: black;
    padding-left: 40px !important;
}

.gfield input, .gfield select, .gfield textarea, .ctct-form-field input, .post-password-form #pwbox-210 {
    padding: 12px 10px !important;
    background: rgba(191, 172, 119, 0.48);
    border: 0px;
    color: white;
    border-radius: 5px;
}

.gfield select {
    height: 50px !important;
}

.gform_wrapper .gfield_required {
    color: rgba(191, 172, 119, 0.48) !important;
    margin-left: 4px;
}

.gform_button, .ctct-submit, .post-password-form input[type='submit'] {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    background: white;
    padding: 8px 33px 6px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: none;
    text-align: center;
}

.gform_wrapper {
    width: 50%;
    margin: 0 auto 50px !important;
    right: 0;
    left: 0;
}

.validation_error, .validation_message {
    display: none;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #df2e0f;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #ffffff;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: 0px !important;
}

.gfield input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

.assets-rows {
    margin-top: 50px;
    display: block;
}

.assets-rows .subpage-big-tagline {
    margin-top: 3rem !important;
    margin-bottom: 3rem;
}

.assetblock {
    background: black;
    display: inline-block;
    border: 1px solid black;
}

.assetblock h4, .assetblock p {
    padding: 20px 8px 5px;
}

.assetblock .btn {
    margin: 20px auto;
    text-align: center;
    display: block;
    width: 90%;
}

.assetblock h4 {
    font-size: 16px;
}

.assetblock p {
    font-size: 13px;
}

.assetblock img {
    max-width: 100% !important;
    width: 100% !important;
}

/* homepage section 2 */

#home-feature-blocks .homepage-feature-block-link {
    display: block;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: 0px 3px 24px rgba(78, 41, 10, 0.74);
    font-family: 'FairplexNarrow';
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.homepage-feature-block-text {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

#home-feature-blocks {
    background: black;
}

#home-feature-blocks .homepage-feature-block-link > div.bg-holder {
    height: 100%;
    width: 100%;
    padding: 1rem;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#home-feature-blocks .homepage-feature-block-link:hover > div.bg-holder {
    transform: scale(1.08);
    opacity: .4;
}

#home-feature-blocks #homepage_feature_block_1, #home-feature-blocks #homepage_feature_block_2 {
    height: 400px;
}

#home-feature-blocks #homepage_feature_block_1 > div.bg-holder, #home-feature-blocks #homepage_feature_block_2 > div.bg-holder {
    padding-top: 185px;
}

#home-feature-blocks #homepage_feature_block_3 {
    height: 600px;
}

#home-feature-blocks #homepage_feature_block_3 > div.bg-holder {
    background-position: top center;
    padding-top: 285px;
}

#home-feature-blocks #homepage_feature_block_4 {
    height: 275px;
}

#home-feature-blocks #homepage_feature_block_4 > div.bg-holder {
    padding-top: 122px;
}

#home-feature-blocks #homepage_feature_block_5 {
    height: 350px;
}

#home-feature-blocks #homepage_feature_block_5 > div.bg-holder {
    padding-top: 160px;
}

#home-feature-blocks #homepage_feature_block_6 {
    height: 300px;
}

#home-feature-blocks #homepage_feature_block_6 > div.bg-holder {
    padding-top: 60px;
    background-position: top center;
}

#home-feature-blocks #homepage_feature_block_7 {
    background: #dbc592;
    background: linear-gradient(to bottom right, #dbc592 0%, #dbc592 30%, #8e7f48 100%);
    padding: 2rem 2rem 1rem 2rem;
    color: #000;
}

#home-feature-blocks #homepage_feature_block_7 h2 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1rem
}

#home-feature-blocks #homepage_feature_block_7 p {
    font-family: 'FairplexNarrow';
    font-weight: 500;
    font-style: italic;
    font-size: 135%;
}

@media (max-width: 1199px) {
    #home-feature-blocks .homepage-feature-block-link {
        font-size: 1.9rem;
    }

}


@media (max-width: 767px) {
    #home-feature-blocks .homepage-feature-block-link div.bg-holder {
        padding-top: 75px !important;
    }

    #home-feature-blocks .homepage-feature-block-link {
        height: 180px !important;
        font-size: 1.2rem;
    }

}

/* homepage section 3 */

/*
#home-big-tagline img {
	display: block;
	margin: 6rem auto;
	max-width: 100%;
}

@media(max-width:991px) {
	#home-big-tagline img {
		margin-bottom: 1rem;
	}
}
 */


#home-big-tagline h2 {
    text-transform: uppercase;
    text-shadow: 2px 4px 0 #382F26, 4px 4px 0 rgba(151, 142, 135, 0.6705882352941176);
    font-size: 110px;
    color: #dbc592;
    margin: 6rem auto;
}

@media (max-width: 1199px) {
    #home-big-tagline h2 {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    #home-big-tagline h2 {
        font-size: 70px;
    }

}

@media (max-width: 767px) {
    .allproducts img {
        float: none !important;
    }

    #home-big-tagline h2 {
        font-size: 50px !important;
    }
}


/* homepage section 4 */


#home-big-bottle {
    /* update */
    margin-top: 0;
    height: 100vh;
    background-size: cover;
}

#home-big-bottle h2 {
    text-transform: uppercase;
    font-weight: 300;
}

#home-big-bottle #home-big-bottle-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

#home-big-bottle .home-big-bottle-specs {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#home-big-bottle .home-big-bottle-number {
    /* update */
    font-size: 0px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    border: 2px solid white;
    letter-spacing: 1.19px;
    text-align: center;
    /* background-image: radial-gradient(58% 84%, #EFE4C4 -6%, #B6A376 100%); */
    padding: 3px 16px;
    margin-right: 20px;
    /* box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.3); */
}

/*
#home-big-bottle .home-big-bottle-specs:nth-child(1) {
	background: url(images/big-bottle-01.png) no-repeat 32% 30% / auto 30%;
}

#home-big-bottle .home-big-bottle-specs:nth-child(2) {
	background: url(images/big-bottle-02.png) no-repeat 32% 30% / auto 30%;
}

#home-big-bottle .home-big-bottle-specs:nth-child(3) {
	background: url(images/big-bottle-03.png) no-repeat 32% 30% / auto 30%;
}
 */

@media (max-width: 1024px) {
    #home-feature-blocks #homepage_feature_block_3 > div.bg-holder {
        background-position: left top;
    }
}

@media (max-width: 991px) {

    /* #home-big-bottle {
		margin-top: 4rem;
	} */
    #home-big-bottle .home-big-bottle-specs {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #home-big-bottle #home-big-bottle-image {
        margin-top: 2rem;
    }

}

@media (max-width: 767px) {

    #home-big-bottle {
        text-align: center;
    }

    #home-big-bottle {
        height: auto !important;
    }

    #home-big-bottle #home-big-bottle-image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 500px;
        margin-bottom: 5rem;
        margin-top: 5rem;
    }

    #home-big-bottle .home-big-bottle-specs {
        background-position: top center !important;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

}

/* gallery */

.gallery {
    padding: 0px;
    margin: 50px auto;
}

div.popup-gallery {
    text-align: center;
    margin-bottom: 40px;
}

div.image-wrap {
    margin-bottom: 5px;
    display: inline-block;
    width: 33%;
    height: 340px !important;
    background-size: cover;
    background-position: center center;
}

div.image-wrap img {
    width: 100%;
}

a.lightbox-link {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

a.lightbox-link:hover {
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.image-wrap figcaption {
    display: none;
}

.mfp-bg figcaption {
    display: block;
    position: absolute;
}

.lb-title {
    margin: 0.5em 0 0 0.5em;
}

.lb-description {
    margin-left: 0.6em;
    width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* subpage template - header */

#subpage-top {
    min-height: 500px;
    background: rgba(24, 24, 24, 0.2);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: top center;
    background-size: cover !important;
}

/*lengthy guitar giveaway text*/
/* .join-us #subpage_feature_block_1 > div.feature-block-text{
	position: absolute;
    top: 34%;
    left: 0;
    font-size: 28px;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}
 */
#subpage-top #subpage_header_page_title {
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #382F26, 4px 4px 0 #978E87;
}

#subpage-top #subpage_header_page_title h1 {
    margin-top: 4.5rem;
}

#subpage-top #subpage_header_text h2 {
    text-transform: uppercase;
}

#subpage-top #subpage_header_text #subpage-top-text-box {
    padding: 2rem 1.7rem 2rem;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    margin-top: 4rem;
}

#subpage-top-text-box .gform_wrapper {
    width: 90%;
    margin-left: 0px !important;
}

#subpage-top-text-box .gform_wrapper .gfield_label {
    display: none;
}

#subpage-top-text-box .gform_wrapper .gform_body {
    margin-top: 20px !important;
}

.month {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    display: inline-block;
}

.day {
    font-size: 3.3rem;
    line-height: 3.8rem;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    display: inline-block;
}

.year {
    font-size: .9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    display: inline-block;
}

#subpage-top #subpage_header_text #subpage-top-text-box.subpage-top-text-box-gold {
    background: #dbc592;
    background: linear-gradient(to bottom right, rgba(219, 197, 146, 0.9) 0%, rgba(219, 197, 146, 0.9) 30%, rgba(181, 160, 112, 0.9) 100%);
    color: #000;
}

#subpage-top #subpage_header_text #subpage-top-text-box.subpage-top-text-box-gold h2 {
    color: #000;
}

#subpage-top #subpage_header_text #subpage-top-text-box #subpage_header_content_box_link {
    margin-top: 1rem;
}

@media (min-width: 992px) {

    #subpage-top #subpage_header_page_title h1 {
        font-size: 100px;
    }

    #subpage-top {
        height: 100vh;
    }

    #subpage-top #subpage_header_page_title {
        position: relative;
        top: 5%;
        left: 0%;
        width: 100%;
    }

    #subpage-top #subpage_header_text {
        position: absolute;
        bottom: 0%;
        left: 0%;
        width: 100%;
        max-height: 70%;
    }

    #subpage-top #top-right-link {
        position: absolute;
        top: 2.5%;
        left: 0%;
        width: 100%;
        z-index: 9999;
    }

}


/* subpage template - boxes */

#subpage-feature-blocks .subpage-feature-block-link {
    display: block;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #000, 0 0 8px #000;
    font-family: 'FairplexNarrow';
    font-weight: 500;
    overflow: hidden;
    background: black;
    position: relative;
}

#subpage-feature-blocks .subpage-feature-block-link > div.bg-holder {
    height: 100%;
    width: 100%;
    padding: 1rem;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#subpage-feature-blocks .subpage-feature-block-link:hover > div.bg-holder {
    transform: scale(1.08);
    opacity: .4;
}

.feature-block-text {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

#subpage-feature-blocks #subpage_feature_block_1 {
    height: 400px;
}

#subpage-feature-blocks #subpage_feature_block_1 > div.bg-holder {
    padding-top: 185px;
}

#subpage-feature-blocks #subpage_feature_block_2 {
    height: 600px;
}

#subpage-feature-blocks #subpage_feature_block_2 > div.bg-holder {
    padding-top: 285px;
}

#subpage-feature-blocks #subpage_feature_block_3 {
    height: 350px;
}

#subpage-feature-blocks #subpage_feature_block_3 > div.bg-holder {
    padding-top: 160px;
}

#subpage-feature-blocks #subpage_feature_block_logo > div.bg-holder {
    background-size: contain;
}

@media (max-width: 1199px) {
    #subpage-feature-blocks .subpage-feature-block-link {
        font-size: 1.5rem;
    }

}

@media (max-width: 767px) {
    #subpage-feature-blocks .subpage-feature-block-link div.bg-holder {
        padding-top: 75px !important;
    }

    #subpage-feature-blocks .subpage-feature-block-link {
        height: 180px !important;
        font-size: 1rem;
    }

    #subpage-top #subpage_header_text #subpage-top-text-box {
        padding: 1rem 2rem 1rem;
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        margin-top: 10rem;
    }
}

/* subpage template - tagline */

#subpage-big-tagline h2,
.subpage-big-tagline h2,
h2.subpage-big-tagline {
    text-transform: uppercase;
    text-shadow: 2px 4px 0 #382F26, 4px 4px 0 rgba(151, 142, 135, 0.6705882352941176);
    font-size: 110px;
    color: #dbc592;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  #subpage-big-tagline h2, .subpage-big-tagline h2, h2.subpage-big-tagline,
  .row h2.subpage-big-tagline {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
    #subpage-big-tagline h2, .subpage-big-tagline h2, h2.subpage-big-tagline {
      font-size: 70px;
    }

    #subpage-top #subpage_header_page_title h1 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #subpage-big-tagline h2 {
        font-size: 50px !important;
    }


    /* subpage template - body content */
    #subpage-body-content {
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    #subpage-body-content h2 {
        text-transform: uppercase;
        margin-bottom: 1.5rem;
    }


    /* subpage template - footer cta content */
    #subpage-footer-cta {
        margin-top: 8rem;
        background: #222;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: 16rem;
    }


    #subpage-footer-cta #subpage_footer_cta_large_heading h2 {
        text-transform: uppercase;
        text-shadow: 2px 2px 0 #382F26, 4px 4px 0 #978E87;
        margin-bottom: 3rem;
    }

    #subpage-footer-cta #subpage_footer_cta_small_heading h3 {
        text-transform: uppercase;
        opacity: 0.6;
    }
}

@media (min-width: 768px) {
    #subpage-footer-cta #subpage_footer_cta_large_heading h2 {
        font-size: 135px;
    }

    #subpage-footer-cta #subpage_footer_cta_small_heading h3 {
        font-size: 48px;
        margin-bottom: -2rem;
        letter-spacing: 11px;
        padding-left: 15px;
    }

}

#subpage-footer-cta #subpage_footer_cta_text #subpage-footer-cta-text-box {
    padding: 3rem 2rem 4rem;
    background: #000;
    margin-top: 3rem;
}

#subpage-footer-cta #subpage_footer_cta_text #subpage-footer-cta-text-box h2 {
    text-transform: uppercase;
}

#subpage-footer-cta #subpage_footer_cta_text #subpage-footer-cta-text-box.subpage-footer-cta-text-box-gold {
    background: #dbc592;
    background-image: radial-gradient(49% 150%, #CFB07C 23%, #AB8562 100%);
    color: #000;
}

#subpage-footer-cta #subpage_footer_cta_text #subpage-footer-cta-text-box.subpage-footer-cta-text-box-gold h2 {
    color: #000;
}

#subpage-footer-cta #subpage_footer_cta_text #subpage-footer-cta-text-box #subpage_footer_cta_content_box_link {
    margin-top: 3rem;
}

/* coming soon */
#coming-soon-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 1250px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 950px !important;
    }
}

#coming-soon-modal-dialog {
    margin-top: 70px;
    z-index: 800;
}

#coming-soon-popup {
    background: #000;
    color: #fff;
    border-radius: 0;
    z-index: 800;
}

#coming-soon-linkbox {
    overflow: hidden;
}


#coming-soon-linkbox div.bg-holder {
    height: 100%;
    width: 100%;
    padding: 1rem;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#coming-soon-linkbox-text {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #000, 0 0 8px #000;
    font-family: 'FairplexNarrow';
    font-weight: 500;
}

#coming-soon-linkbox:hover > div.bg-holder {
    transform: scale(1.08);
}

#coming-soon-content {
    font-size: 85%;
    text-align: left;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 35px !important;
}

#coming-soon-content img {
    display: block;
    margin: 0 auto 2rem;
    max-width: 50%;
}


/* footer */
#site-footer {
    padding: 3rem 0 2rem;
    background: rgba(0, 0, 0, 0.6);
}

#site-footer img {
    max-width: 200px !important;
}

#site-footer #menu-footer-menu {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
}

#site-footer #menu-footer-menu li {
    display: inline-block;
}

#site-footer #menu-footer-menu a {
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 1rem 0 1rem;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 991px) {

    #subpage-top #subpage_header_text h2 {
        font-size: 1.5rem;
    }

    #site-footer {
        padding: 4rem 0 5rem;
    }

    .assets-rows #subpage-big-tagline h2 {
        margin-top: 5px !important;
    }

    #site-footer #menu-footer-menu li {
        display: block;
    }

    #coming-soon-content {
        padding-left: 35px;
    }

    /* .wpgmza_sl_main_div{
    display: block;
    width: 100% !important;
    float: none !important;
    text-align: left !important;
}
#wpgmaps_directions_edit_1{
    display: block;
    overflow: auto;
    clear: both;
    width: 100%;
    float: none !important;
    text-align: left !important;
} */
    .wpgmza_sl_main_div .wpgmza_sl_query_div, .wpgmza_sl_main_div .wpgmza_sl_radius_div, .wpgmza_sl_main_div .wpgmza_sl_category_div {
        display: block !important;
        width: auto !important;
        height: 60px;
    }

    .tab-content .active {
        width: 95%;
        margin: auto;
    }

    .tab-pane .active img {
        margin-bottom: 20px !important;
    }
}


.distribtors strong {
    color: #dbc592;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 2px;
    text-transform: uppercase;
}

#site-footer #footer-copyright {
    font-size: 12px;
    color: #817556;
}

#footer-copyright a, section.widget.text-2.widget_text {
    color: #817556;
}

/* events page */
.tribe-events-notices ul {
    list-style: none;
}

.tribe-events-tooltip h3 {
    color: black;
}

.tribe-events-notices {
    display: none;
}

.tribe-events-loop .tribe-events-content {
    padding: 0 !important;
    margin-bottom: 0px;
}

.tribe-events-list .tribe-events-list-event-title, .tribe-events-list-event-title {
    margin-bottom: 0;
    background: #BBAA76 !important;

    padding: 20px 10px !important;
    margin-top: 1rem !important;
    width: 100%;
}

.tribe-events-list .type-tribe_events {
    border-bottom: none !important;
    margin: 0;
    padding: 0 0 !important;
}

.tribe-events-list-event-title a {
    color: #000;

    margin: auto;
    display: block;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 2px;
}

.tribe-events-user-recurrence-toggle, .recurringinfo, #tribe-events-pg-template .tribe-events-title-bar {
    display: none !important;
}


.tribe-events-loop .tribe-events-event-meta {
    border: none !important;
}

.tribe-events-event-meta {
    background: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0px !important;
    background: black !important;
}

.featureimg {
    margin: 0 0 20px;
    padding: 0 4%;
}

.tribe-events-list-event-description p {
    background: #000;
    padding-bottom: 2rem;
    margin-bottom: 0px !important;
    font-size: 86%;
    background: black !important;
    padding: 0px 20px;
}

#tribe-events-bar {
    display: none;
}

.single-tribe_events .tribe-events-event-meta {
    background: rgba(214, 189, 123, 0.17);
    border: none !important;
    margin: 20px 0;
    color: #ffffff;
}

.single-tribe_events main #subpage-top, .single-tribe_events main #subpage-feature-blocks, .single-tribe_events #subpage-big-tagline {
    display: none !important;
}

#tribe-events-pg-template {
    padding: 0px;
}

#tribe-events-pg-template .tribe-events-content h5 {
    background: black;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
}


.tribe-events-back {
    margin-top: 30px;
}

.tribe-events-event-meta .tribe-events-single-section-title, .tribe-events-event-meta .tribe-events-event-categories {
    color: #dbc592;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 2px;
    text-transform: uppercase;

}

.tribe-events-venue-details {
    text-transform: uppercase;
    /*min-height: 120px;*/
}

.tribe-events-sub-nav {
    padding: 15px;
}

.tribe-events-list .tribe-events-venue-details {
    width: 90% !important;
    border-top: 0px !important;
}

#tribe-bar-form, .tribe-bar-views-inner {
    background: #000000 !important;
}

@media (min-width: 1200px) {
    .tribe-events-venue-details {
        font-size: 1.5rem;
    }
}

.tribe-event-schedule-details {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 35px;
    font-family: 'Avenir Next Condensed Demi';
}

.page-template-template-subpage .tribe-address {
    display: none;
}

.events-list-ticket-bottom {
    width: 100%;
}

.page-template-template-subpage a.tribe-events-read-more {
    display: block;
    background: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* age gate */
#age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow-y: scroll;
    max-height: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    #age-gate {
        left: 60px;
    }
}

#age-gate #age-gate-product-image {
    display: block;
    margin-top: 2rem;
    max-width: 70%;
}

#age-gate #age-gate-logo {
    display: block;
    margin: 4rem auto 2rem;
    max-width: 60%;
}

#age-gate h1 {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    #age-gate h1 {
        font-size: 45px;
    }
}

#age-gate .btn-group {
    display: block;
    margin: 2rem auto 1rem;
}

#age-gate #age-gate-submit-button {
    margin: 1rem auto 2rem;
}

#age-gate-legal-disclaimer {
    font-size: 80%;
    margin-top: 3rem;
}


#videoDiv {
    width: 100%;
    height: 360px;
    position: relative; /*z-index: -1;*/
}

#videoBlock {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoClick {
    text-align: center
}

.videoClick a {
    color: white;
    background-color: rgba(241, 241, 241, 0.25);
    font-size: 1.7em;
    cursor: pointer;
    cursor: hand
}


/* Default hide the video on all devices */
#video, #videoDiv {
    display: none;
    height: 110vh;
}

/* Default display the image to replace the video on all devices */
#videosubstitute {
    display: block;
    width: 100%;
    height: auto
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    #video, #videoDiv {
        display: block;
        width: 115%;
        max-width: 112%;
        height: auto;
    }

    #videosubstitute {
        display: none;
    }
}


#awards-rows {
    background-image: radial-gradient(49% 150%, #CFB07C 23%, #AB8562 100%);
    color: black;
    margin-top: 100px;
}

#awards-rows .subtext {
    color: black;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 1px;
    margin: 10px 0px 20px;
}

#awards-rows h2, #awards-rows h3 {
    color: black;
}

/* find us and map style */
/* #wpgmaps_directions_edit_1{
    display: block;
overflow: auto;
clear: both;
float: left !important;
text-align: left !important;
}
*/
#wpgmaps_directions_editbox_1 label {
    width: 100px;
}

.wpgmza_sl_query_div {
    height: 30px;
}

.wpgmza_sl_main_div .wpgmza_sl_query_div, .wpgmza_sl_main_div .wpgmza_sl_radius_div, .wpgmza_sl_main_div .wpgmza_sl_category_div {
    display: inline-table !important;
    margin-right: 10px;
    margin: 0px auto;
}


.wpgmza_sl_radius_innerdiv1, .wpgmza_sl_query_innerdiv1, .wpgmza_sl_category_innerdiv1 {
    width: auto !important;
    padding: 10px 0px !important;
    float: none !important;
}

.wpgmza_sl_search_button_div, .wpgmza_sl_reset_button_div {
    display: inline-table;
    top: 48px !important;
    position: relative;

}

.wpgmza_sl_main_div {
    width: 100% !important;
    float: none !important;
    margin: auto;
    text-align: left !important;
}

#wpgmza_table_1_wrapper {
    padding-top: 20px !important;
}

#wpgmza_table_1_wrapper label {
    color: white !important;
}

td.wpgmza_table_title.all {
    color: #dbc592;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 2px;
    text-transform: uppercase;
}

table.dataTable tbody th, table.dataTable tbody td {

    text-align: left !important;
}

table.dataTable tbody td {
    padding: 5px !important;
}

.wpgmaps_mlist_row {
    background-color: rgba(0, 0, 0, 0.58) !important;
}

.dataTables_length label {
    padding: 5px;
}

#addressInput_1 {
    width: 300px !important;
}

#addressInput_1::-webkit-input-placeholder {
    color: white;
}

.sl_use_loc {
    float: right !important;
    margin-top: -40px;
    margin-right: 0;
    right: 10px;
    border-radius: 40px;
    position: relative;
}


.wpgmaps_from_td2 input, #wpgmza_dir_type_1, .wpgmaps_to_td2 input, .wpgmza_sl_query_innerdiv2 input, .wpgmza_table_1_filter input, .wpgmaps_directions_editbox_1 select, .wpgmza_sl_radius_select, #wpgmza_filter_select, .dataTables_length select, .dataTables_filter input {
    padding: 12px 10px !important;
    background: rgba(191, 172, 119, 0.48) !important;
    border: 0px !important;
    color: white !important;
    border-radius: 5px !important;
    height: 45px;
    margin: 4px 0px;
    text-align: left;

    min-width: 100%;
}

.wpgmaps_from_row input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

.wpgmza_sl_search_button_1, .wpgmza_sl_reset_button_1, .wpgmaps_get_directions {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    background: white;
    padding: 8px 33px 6px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: none;
    text-align: center;
    margin: 5px 5px 0px 0px;

}

table.dataTable tbody tr {
    background-color: black;
}

.wpgmaps_directions_outer_div h2, #wpgmaps_directions_edit_1 h2 {
    display: none !important;
    visibility: hidden !important;
}

th .wpgmza_table_title {
    font-family: 'FairplexNarrow';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase !important;
}

td .wpgmza_table_title {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #444444 !important;
}


.dataTables_paginate .paginate_button.current {
    background-color: #ccb883 !important;
    background: #ccb883 !important;
    border: 0px !important;
    color: black;
}


.wpgmaps_mlist_row img {
    margin-bottom: 0 !important;
    text-align: center;
    display: block;
    margin: 10px auto;
}


.nav-tabs {
    border-bottom: 0px;
    padding: 20px;
    display: block !important;
    height: 100% !important;
}

.nav-tabs img {
    padding: 20px;
    margin: auto;
    display: block;
}

.nav-tabs li {
    margin: 10px 0px;
}

.nav-tabs li a {
    padding: 15px;
    margin: 10px 0px;
    background: black;
    display: list-item;
}

.nav-tabs .active {

    margin: 10px 0px;
    background: #DAC494;
    color: black;
}

.nav-tabs .active a {
    background: #DAC494;
    color: black;
}

.nav-tabs li i {
    padding-right: 10px;
}

.modal-dialog {
    max-width: 80% !important;
    margin: 30px auto;
}

.modal-content {
    background-color: #f9f9f9;
    border: 0px;
    padding: 30px;
}

.modal-body h3 {
    color: #ccb372;
    text-transform: uppercase;
}

.modal-body p a {
    color: #cea42e;
}

.modal-title, .modal-body, .modal-body strong {
    color: black;
}


/* woocommerce */
.woocommerce-order.container {
    margin-top: 100px;
}

.woocommerce-pagination {
    margin-bottom: 25px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ceb98d !important;
    color: #000000 !important;
    padding: 12px 14px !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #cdb88f;
    padding: 12px 14px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #000000;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    border-radius: 3px;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfba8a;
}

.single-product main {
    width: 100% !important;
    max-width: 100%;
}

.single main .entry-content {
    margin-top: 25px;
}

.single-product .product header {
    display: none;
}

#jp-relatedposts {
    display: none !important;
}

table.variations tr {
    display: grid;
}

.woocommerce .quantity .qty {
    max-width: 150px;
}

.woocommerce .quantity .qty, .woocommerce div.product form.cart .variations select, .woocommerce-ordering select, .woocommerce-cart table.cart td.actions .coupon .input, .coupon input {
    width: auto;
    text-align: center;
    background: none;
    width: auto;
    color: white;
    height: 55px;
    padding: 0px 20px;
    border: 1px solid #2f2f2f;
}

.woocommerce .variations select {
    background: black !important;
}

.single_add_to_cart_button {
    height: 75px !important;
    font-size: 30px !important;
    text-transform: uppercase;
}

.single_add_to_cart_button i {
    font-size: 25px;
    padding-left: 20px;
    font-weight: bold;
}

.single-product .summary .product_title {
    text-align: left;
    padding-top: 30px !important;
    font-size: 3em !important;
}

.single-product .summary p {
    font-size: 16px;
}

.single-product variations label, .woocommerce-result-count {
    display: none;
}

.woocommerce-variation-add-to-cart {
    display: grid;
}

.cart_totals h2, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, .product-name a, .ship-to-different-address span, #order_review_heading, .product-info-title {
    /* text-transform: uppercase;
font-weight: 300;
font-family: 'FairplexNarrow';
color: #dbc592 !important;
letter-spacing: 2px; */
    color: #dbc592;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
}

.single_add_to_cart_button {
    background: #dbc592 !important;
    background: linear-gradient(to bottom right, #dbc592 0%, #dbc592 30%, #8e7f48 100%) !important;
    color: black !important;
    height: 55px;
    width: 100%;
    position: absolute !important;
    margin: auto !important;
    right: 0;
    left: 0;
    border-radius: 0px !important;
    bottom: 0 !important;
}

.checkout-button {
    background: #dbc592 !important;
    background: linear-gradient(to bottom right, #dbc592 0%, #dbc592 30%, #8e7f48 100%) !important;
    color: black !important;
    height: 55px;
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0px;
    bottom: 0;
    text-transform: uppercase;
}

.summary-container {
    padding: 5%;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #dbc592;
    font-size: 1.65em;
    letter-spacing: 2px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100% !important;
    margin: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    margin-bottom: 50px;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: 36px;
    padding: 5px 10px;
}

.woocommerce-product-gallery__image .flex-active-slide {
    width: auto !important;
}

.woocommerce-product-gallery .flex-viewport {
    height: auto;
}

.woocommerce ul.products li {
    background: black;
    padding-bottom: 15px !important;
}

.woocommerce-loop-product__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px !important;
    padding-left: 20px !important;
}

.woocommerce-loop-product__link .price {
    color: #ccb784 !important;
    padding-left: 20px;
    font-size: 20px;
}

.products .button {
    display: none !important;
}

.cart-contents {
    display: block;
    font-size: 22px;
    /* 	padding-top: 15px; */
    text-align: center;
    position: relative;
    order: 8;
}

.cart-contents span {
    background-image: radial-gradient(49% 150%, #CFB07C 23%, #AB8562 100%);
    padding: 3px 4px;
    font-size: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    color: black;
    border-radius: 100%;
    position: absolute;
    width: 16px;
    margin-top: -3px;
    font-weight: 900;
    right: -10px;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #1e85be;
}

p.cart-empty, p.return-to-shop {
    text-align: center;
}

p.return-to-shop {
    margin-bottom: 200px;
}

p.cart-empty {
    margin-top: 200px;
}

.single-product footer {
    display: none;
}

.woocommerce a.remove, .required {
    color: rgba(191, 172, 119, 0.48) !important;
}

.woocommerce a.remove:hover {
    background: #9e3810;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0.4em 2em 0.4em 3.5em;
    margin: 0 0 2em;
    position: relative;
    z-index: 99;
    background-color: #353430;
    color: white;
    list-style: none outside;
    width: 100%;
    line-height: 40px;
    word-wrap: break-word;
    top: 0;
}

.woocommerce-error::before, .woocommerce-info::before {
    font-family: WooCommerce;
    content: '\f30f';
    font-weight: 900;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 1.5em;
    line-height: 20px;
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    background-color: #353430;
    color: white;
}

.woocommerce-message::before {
    font-family: WooCommerce;
    content: '\f058';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 1.5em;
    line-height: 20px;
}

.woocommerce-checkout #order_review {
    background: none;
    width: 100% !important;
    margin-right: 0;
}

.woocommerce .woocommerce-customer-details {
    display: grid !important;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
    margin-bottom: 2em;
    width: 100%;
    float: none;
    display: inline !important;
}


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

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(204, 183, 133, 0.92);
}

.container-image:hover .overlay {
    opacity: 1;
}

.overlaytext {
    color: black;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.woocommerce-error strong {
    color: black;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100% !important;
    max-width: 100px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wc_payment_method label, .wc_payment_method label a, .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-terms-and-conditions-link {
    color: black !important;
}

#stripe-payment-data p, #wc-stripe-cc-form label {
    color: white;
    font-weight: 600;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: rgba(27, 26, 24, 0.32);
}

.woocommerce-checkout #payment div.payment_box::before {
    border: rgba(27, 26, 24, 0.32);
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 10px 5px;
    background-color: #fff;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
}

.woocommerce #subpage-big-tagline h2 {
    margin-top: 25px !important;
}

.woocommerce-cart.full-width-content .content, .woocommerce-checkout.full-width-content .content {
    max-width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
    border-top: 1px solid rgba(201, 181, 128, 0.20);
    background: none;
    border-bottom: 0px solid rgba(201, 181, 128, 0.20);
}

.woocommerce-cart .entry-content form {
    width: 60%;
    float: left;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
    display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method table.cart th, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart th, .woocommerce-checkout table.shop_table th {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

#add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr td, #add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td, .woocommerce-checkout table.shop_table td {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid rgba(201, 181, 128, 0.20);
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(201, 181, 128, 0.20);
}

body #add_payment_method #payment ul.payment_methods li input, body.woocommerce-cart #payment ul.payment_methods li input, body.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    margin: -2px .5em 0 0;
}

body .woocommerce form .form-row .input-checkbox {
    width: auto;
    margin: -2px 5px 0 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, body .woocommerce table.shop_table th {
    border-top: none;
    border-bottom: 1px solid rgba(201, 181, 128, 0.20);
    border-right: 1px solid rgba(201, 181, 128, 0.20);
    text-align: right;
    padding: 10px 20px;
}

body #add_payment_method table.cart td, body #add_payment_method table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th, body.woocommerce-checkout table.cart td, body.woocommerce-checkout table.cart th {
    border-right: 1px solid rgba(201, 181, 128, 0.20);
    border-top: 1px solid rgba(201, 181, 128, 0.20);
}

#add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr th {
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: 1px solid rgba(201, 181, 128, 0.20);
}

body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
    width: 49%;
}

body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled], .woocommerce button.button.alt {
    background: #ccc !important;
    color: black;
}

.woocommerce button.button.disabled {
    opacity: .8;
}

.coupon .button, .coupon .woocommerce button.button:disabled, .woocommerce-message a .wc-forward, #place_order {
    text-transform: uppercase !important;
    letter-spacing: 2px;
    display: inline-block;
    padding: 9px 33px !important;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 2px;
    border: none;
    text-align: center;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: white !important;
}

.woocommerce-cart-form .button {
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 9px 33px !important;
}

body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 68%;
}

body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 7px;
    width: 40%;
}

.woocommerce-cart table.cart .product-thumbnail {
    padding: 0px !important;
}

body .woocommerce table.shop_table td {
    padding: 10px;
}

body .woocommerce-checkout table.shop_table td {
    text-align: right;
    border: 1px solid rgba(201, 181, 128, 0.20);
    border-top: 0;
}

.woocommerce a.remove {
    margin: 0 auto;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove, .woocommerce-cart .woocommerce table.shop_table th.product-name {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'FairplexNarrow';
    color: #dbc592 !important;
    letter-spacing: 2px;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price, .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'FairplexNarrow';
    color: #dbc592 !important;
    letter-spacing: 2px;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
    text-align: right;
}

.woocommerce-checkout #payment {
    background: rgba(215, 193, 137, 0.5) !important;
    margin-bottom: 50px;
}

.wc_payment_method .payment_method_stripe, .woocommerce-privacy-policy-text, .woocommerce-privacy-policy-text a {
    color: black !important;
}


.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #00000069;
}

.woocommerce-checkout .woocommerce .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
    margin-bottom: 2em;
    width: 100%;
    float: none;
}

.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    background: none;
    width: 47.8260869565%;
    margin-right: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
    width: auto;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    opacity: 1;
    position: static;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
    padding-top: 2px;
    font-weight: bold;
}

.woocommerce-checkout .payment-fixed {
    position: fixed;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
    left: 52%;
    margin-left: 0;
    padding: 20px;
    top: 0;
    width: 45.5% !important;
    -webkit-transition: padding .1s ease-in;
    -moz-transition: padding .1s ease-in;
    -o-transition: padding .1s ease-in;
    -ms-transition: padding .1s ease-in;
    transition: padding .1s ease-in;
}

.product-shipping-message {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    border-top: 1px solid #139248;
    border-bottom: 1px solid #139248;
}

body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
    border-bottom: 1px solid rgba(201, 181, 128, 0.20);
}

body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
    max-width: 100%;
}

body .woocommerce .product-name a {
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.woocommerce-additional-fields {
    margin-bottom: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0 !important;
}


.passster-form {
    background: none;
    padding: 10px;
    color: white !important;
    margin: 70px 0px;
}

.passster-form h4 {
    font-size: 20px;
    font-weight: 700;
    color: #dcc68f;
}

.passster-form p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.passster-form #passster_submit {
    color: #000000;
    background: #dcc68f;
}

@media only screen and (max-width: 1139px) {
    .woocommerce-cart .entry-content form {
        width: 64%;
    }
}

@media only screen and (min-width: 992px) {
    .both-awards {
        width: 125px !important;
        right: 16px;
        z-index: -2;
        bottom: -73px;
    }
}

@media only screen and (max-width: 980px) {

    .wpgmza_sl_search_button_div, .wpgmza_sl_reset_button_div {
        display: inline-table;
        top: 0px !important;
        position: relative;

    }

    .woocommerce-cart .entry-content form {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 80%;
        float: None;
        margin: auto;
    }

    body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
        width: 100%;
    }

    body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    .both-awards {
        width: 90px !important;
    }

    .woocommerce-cart .entry-content form {
        width: 100%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce .col2-set {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
        width: 100%;
        float: none;
    }
}

.woocommerce form .form-row {
    display: block;
}

.woocommerce-input-wrapper input, .select2-selection, .select2-selection--single, .woocommerce-input-wrapper textarea, .checkout_coupon .woocommerce-form-coupon .form-row input, .coupon input {
    padding: 12px 10px !important;
    background: rgba(191, 172, 119, 0.48) !important;
    border: 0px !important;
    font-family: 'Gotham Book';
    height: 45px !important;
    color: white !important;
    border-radius: 2px !important;
    font-size: 18px;
}

.select2-results__option {
    color: black;
}

.woocommerce-input-wrapper input::-webkit-input-placeholder, .woocommerce-input-wrapper textarea::-webkit-input-placeholder, .coupon input::-webkit-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {
    -webkit-text-security: none;
    color: white;
    font-family: 'Gotham Book';
    font-weight: 200;
    pointer-events: none !important;
}


/* new  css ====================================================================================================================================================================================*/
.hero-bottles ul li {
    display: inline;
}


.award-img {
    right: 0;
    position: absolute;
    z-index: 5;
    margin-right: -19px;
    width: 130px;
    margin-top: -155px;
}

.slick-list {
    overflow: inherit !important;
}

.slick-dotted.slick-slider, .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.hero-bottles {
    margin-bottom: -80px;
    z-index: 3;
    position: relative;
    text-align: center;
}

.parallax-window #subpage-big-tagline h2 {
    text-transform: uppercase;
    text-shadow: 2px 4px 0 rgba(56, 47, 38, 0.34901960784313724), 4px 4px 0 rgba(151, 142, 135, 0.270588235);
    font-size: 100px;
    color: white;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.quote {
    color: black;
    text-align: center;
}

.quote .quote-by {
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 1px;
    margin: 10px auto;
}

.quote h3 a {
    color: black !important;
}

.quote h3 {
    color: black;
    font-size: 2.3rem;
    margin: 60px auto 0px;
    text-transform: uppercase;

}

.quote .slick-dots {
    margin-bottom: -40px !important;
}

.hero-bottles img {
    width: 170px;
    padding: 7px 0px;
    position: relative;
    opacity: 0.92;
    transition: 0.3s ease;
    cursor: pointer;
}

.hero-bottles img:hover {
    opacity: 1;

    /** default is 1, scale it to 1.5 */
    transform: scale(1.02, 1.02);

    /** translate 50px from left, and 40px from top */
    /** transform: translate(50px, 40px); */

    /** combine both scale and translate */
    /** transform: scale(1.5, 1.5) translate(50px, 40px); */
}

#home-top-text-box .fas {
    color: black;
    opacity: .1;
    font-size: 90px;
}


.nopad {
    padding: 0 !important;
}

.margfix {
    margin-right: 0;
    margin-left: 0;
}

.btn-outline-wh {
    font-size: 32px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 33px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: 2px solid white;
    text-align: center;
}

.btn-outline-wh:hover {
    border-radius: 2px;
    text-transform: uppercase;
    background: white;
    color: black;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 33px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: 2px solid white;
    text-align: center;
}

.btn-outline-dark {
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 33px;
    color: black !important;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: 2px solid black;
    text-align: center;
}

.btn-outline-dark:hover {
    border-radius: 2px;
    text-transform: uppercase;
    background: black;
    color: white !important;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 33px;
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    border-radius: 2px;
    border: 2px solid black;
    text-align: center;
}

.single-bottle {
    height: 100vh;
    padding: 0px 40px;
}

.single-bottle .featuredimage {
    margin: auto;
    display: block;
    max-width: 230px;
    height: auto;
    padding: 40px 0px;
}

.notes {
    text-align: right;
    margin-left: 20%;
}

.bottle-info h3, .notes h3, .allproducts h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: 'Avenir Next Condensed Demi';
    letter-spacing: 2px;
    margin: 10px auto;
    color: #dbc592;
}


.allspirits {
    background: black;
}

.allproducts img {
    /* 	width: 80%;
float: right;
 */
    width: 95%;
    float: left;

}

.tc-bottle {
    margin-bottom: 25px;
}

.bottlepage .homepage-feature-block-link {
    width: 100%;
}

.bottle-col {
    height: 100%;
}

.flip3D.Aligner {
    height: 100%;
}

.flip3D > .front {
    position: absolute;
    transform: perspective(60em) rotateY(0deg);
    backface-visibility: hidden;
    transition: transform .5s linear 0s;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
}

.flip3D > .back {
    position: absolute;

    /*   -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    transform: perspective(60em) rotateY(180deg);
    backface-visibility: hidden;
    transition: transform .5s linear 0s;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
}

.flip3D:hover > .front {
    transform: perspective(60em) rotateY(-180deg);
    /*display*/
}

.flip3D:hover > .back {
    transform: perspective(60em) rotateY(0deg);
}

p#breadcrumbs a, p#breadcrumbs strong {
    color: #dac495 !important;
    font-size: 12px !important;
    opacity: 0.9 !important;
    font-family: 'Gotham Book';
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: -50px;
}

.awards-box {
    background: black;
    color: white;
    min-height: 200px;
    padding: 20px;

}

.awards-box .fas {
    font-size: 65px;
    text-align: center;
    margin: auto;
    display: block;
    color: #dbc59247;
}

.awards-box h3 {
    color: #cbb782;
}

.award-block {
    margin-bottom: 100px;
}

.award-block img {
    text-align: center;
    margin: auto;
    display: block;
    width: 80%;
}

.back {
    font-size: 20px;
    padding: 10px 15px;
    margin: 20px 0px -70px 20px;
}

.theblocks {
    width: 100%;
}

@media only screen and (max-width: 650px) {

    .award-block {
        text-align: center;
    }

    .awards-box {
        height: auto !important;
    }

    .tc-bottle {
        width: 70% !important;
        margin: 25px auto;
        display: block;
    }

    .notes p {
        font-size: 10px;
    }

    .single-bottle {
        height: auto;
        padding: 0px 20px;
    }

    .single-bottle .featuredimage {
        margin: auto;
        display: block;
        width: 100% !important;
        max-width: 230px;
        height: auto !important;
        padding: 40px 0px;
    }

    .hero-bottles img {
        width: 120px;
    }

    .bt2 {
        width: 130px !important;
    }

    #home-top #homepage_header_center_image {
        height: 170px;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .back {
        display: none;
    }

    .hero-bottles {
        margin-bottom: -62px;
    }

    #home-top #homepage_header_text #home-top-text-box {
        padding: 0rem 1.5rem 0rem;
    }

    .quote h3 {
        font-size: 1.4rem;
        margin: 70px auto 0px;
    }

    #home-top-text-box .fas {
        font-size: 50px;
    }

    .single-bottle .featuredimage {
        height: 75vh;
    }


    .notes {
        margin: 0;
    }

    #breadcrumbs {
        display: none;
    }
}

@media (max-width: 991px) {
    .single-tribe_events .tribe-events-schedule {
        background: black !important;
        border: 0px !important;
    }

}


li.alm-item > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


li.alm-item > a > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    filter: brightness(0.4);
    transition: transform .5s;
}

li.alm-item {
    flex-basis: calc(100% / 3);
    position: relative;
    height: 100%;
    overflow: hidden;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    height: 500px !important;
}

li.alm-item > a > h3 {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    padding: 0 30px;
    min-height: 62px;
}

li.alm-item > a > p {
    position: absolute;
    bottom: 84px;
    padding: 0 30px;
    margin-bottom: 0;
    color: #aaa;
}

li.alm-item > h3 {
    color: #aaa;
}

.alm-btn-wrap {
    text-align: center;
}

li.alm-item:hover > a > img {
    transform: scale(1.1);
}

.alm-btn-wrap {
    display: none;
}


body.single-post main {
    margin: 0;
    max-width: unset;
}

body.single-post main .col-md-12.ft-bkg {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((100vh / 3) * 2);
}

body.single-post main .col-md-12.ft-bkg > div.header-wrapper > h1 {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 6em;
    border-bottom: 1px solid #756a4e;
    display: inline-block;
    text-shadow: 2px 2px 0 black, 4px 4px 0 #756a4e;
    color: white;
}

body.single-post main .col-md-12.ft-bkg > div.header-wrapper > span.new-date {
    display: block;
    font-size: 1.1em;
    text-shadow: 1px 1px black;
}


body.single-post main .col-md-12.ft-bkg > .header-wrapper {
    position: absolute;
    left: 8%;
    top: 8%;
}


body.single-post main div.entry-content {
    max-width: 80%;
    margin: 50px auto 25px;
}


body.single-post main hr.post-divider {
    width: 80%;
    border-color: #756a4e;
}


body.single-post main .meta-margin {
    margin: 20px auto 50px;
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: flex-start;
}

body.single-post .meta-margin .social-share {
    margin: 0 15px;
}

body.single-post .meta-margin span.sharetext {
    margin-right: 15px;
    color: #BAB9B7;
}

body.single-post .meta-margin .social-share svg {
    fill: #BAB9B7;
}

body.single-post .blog-related-posts {
    height: 350px;
    max-width: 80%;
    margin: 0 auto 80px;
}

body.single-post .related-posts-container {
    height: 100%;
    display: flex;
}

body.single-post .blog-related-posts > h2.recent-posts-title {
    text-align: left !important;
    color: white;
}


body.find-us .wpgmza-marker-grid {
    margin: 2rem 0;
    gap: 4%;
}

body.find-us .wpgmza-grid-row {
    flex-basis: 48% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 2rem 0;
}

body.find-us .wpgmza-grid-item {
    border-radius: 5px !important;
    background: #0004 !important;
}

body.find-us .wpgmza-grid-item-content {
    display: flex !important;
    flex-flow: column !important;
    padding-bottom: 0 !important;
}

body.find-us .wpgmza-grid-item .wpgmza_marker_title.wpgmza_marker_title {
    order: 1;

    font-family: 'FairplexNarrow';
    font-size: 2.5em !important;
    padding-top: 0;
    text-align: left;
}

body.find-us .wpgmza-grid-item .wpgmza-address {
    order: 2;
    text-align: left;
    font-size: 22px !important;
    color: #fff;
    opacity: 1 !important;
    font-family: 'Gotham Book';
}

body.find-us .wpgmza-grid-item .wpgmza-desc {
    order: 4;
    text-align: left;
}

body.find-us .wpgmza-grid-item .wpgmza-desc p {
    color: #dcc68f;
    font-family: 'Gotham Book';
    font-size: 24px;
}

body.find-us .wpgmza-grid-item .wpgmza_marker_icon {
    right: 10px !important;
    top: 10px !important;
    width: auto !important;
    height: 4rem !important;
}

body.find-us .wpgmza_map {
    float: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

body.find-us #subpage-big-tagline {
    border-bottom: 1px solid #b19a71;
}

body.find-us .wpgmza_custom_filter_bar {
    background: #b29f75;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    margin: 10px 0 5px;
    display: flex;
}

body.find-us .wpgmza_custom_filter_bar .title {
    font-family: 'FairplexNarrow';
    font-size: 24px;
    padding: 10px 15px;
    display: inline-block;
}

body.find-us .wpgmza_custom_filter_bar .filter {
    display: inline-block;
    cursor: pointer;
    align-self: center;
    position: relative;
}

body.find-us .wpgmza_custom_filter_bar .filter .filter-radio {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #dac491;
    border-radius: 5px;
    border: 2px solid #382f26;
    vertical-align: middle;
    margin: 0 10px 3px 10px;
    position: relative;
}

body.find-us .wpgmza_custom_filter_bar .filter:hover .filter-radio {
    background: #fff;
}

body.find-us .wpgmza_custom_filter_bar .filter.checked .filter-radio::after {
    content: "";
    display: inline;
    position: absolute;
    background: #382f26;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    left: 3px;
    top: 3px;
}

body.find-us .wpgmza_custom_filter_bar .filter .filter-name {
    margin: 0 5px 0 0;
}

body.find-us .wpgmza_custom_filter_bar .filter .filter-icon {
    display: inline-block;
    margin: 0 20px 0 5px;
}

body.find-us .wpgmza_custom_filter_bar .filter .filter-icon img {
    width: auto;
    height: 32px;
}

body.find-us .wpgmza-modern-store-locator {
    left: 10px !important;
    top: 10px !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    /* border-radius: 10px;  */
    /* background: #dac491; */
    background: transparent;
    width: 300px;
    box-shadow: 0 0 25px #000;
    z-index: 0;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-modern-store-locator-title {
    color: #382f26;
    font-family: 'FairplexNarrow';
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
    background: #dac491;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-inner {
    background: #000a;
    border-radius: 0;
    border-left: 5px solid #dac491;
    border-right: 5px solid #dac491;
    border-bottom: 5px solid #dac491;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-inner .wpgmza-address.addressInput {
    width: 100% !important;
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit !important;
    margin-right: 50px;
    height: auto !important;
    padding: 10px 50px 10px 10px !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-inner .wpgmza-address.addressInput::placeholder {
    color: #888;
}

body.find-us .wpgmza-modern-store-locator .wpgmza_sl_search_button_div,
body.find-us .wpgmza-modern-store-locator .wpgmza_sl_reset_button_div {
    top: 63px !important;
    position: absolute;
    right: 75px;
    height: auto !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza_sl_reset_button_div {
    right: 65px;
}

body.find-us .wpgmza-modern-store-locator .wpgmza_sl_search_button_div input {
    appearance: none !important;
    background-color: transparent !important;
    border: 0 !important;
    background-image: url('/wp-content/themes/threechord/assets/images/submit-location.png') !important;
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 24px !important;
    text-indent: 9999px;
}

body.find-us .wpgmza-modern-store-locator .wpgmza_sl_radius_select {
    /* position: absolute; */
    /* left: 105%; */
    width: auto;
    /* flex-basis: 100px; */
    background-color: #fff !important;
    border: 1px solid #382f26;
    min-width: 80px;
    max-width: 80px;
    color: #382f26 !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid {
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 10px !important;
    width: 100%;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid::-webkit-scrollbar {
    width: 0.5em;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid::-webkit-scrollbar-track {
    box-shadow: none;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid::-webkit-scrollbar-thumb {
    background-color: #b19a71;
    border-radius: 5px;
    outline: none;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-row {
    margin: 0 !important;
    height: auto !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #fff4;
    margin-bottom: 10px !important;
    flex-basis: 100% !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-item .wpgmza_marker_title.wpgmza_marker_title {
    font-size: 24px !important;
    color: #dac491;
    padding: 0 0 10px;
    width: calc(100% - 40px);
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-item .wpgmza-address {
    padding: 0;
    font-size: 16px !important;
    width: calc(100% - 40px);
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-row .wpgmza-grid-item {
    border: 0 !important;
    background-color: transparent !important;
    height: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza_marker_icon {
    height: 32px !important;
    top: unset !important;
    bottom: 0px !important;
    right: 0px !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-desc,
body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza_custom_fields,
body.find-us .wpgmza-modern-store-locator .wpgmza-small-grid .wpgmza-grid-row .wpgmza-grid-item .wpgmza-grid-footer {
    display: none !important;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-focus-location {
    position: absolute;
    right: 15px;
    top: 56px;
    width: 40px;
}

body.find-us .wpgmza-modern-store-locator .wpgmza-focus-location img {
    height: 42px;
    margin-right: 6px;
}

body.find-us .radius_select_container {
    background: #ccb784;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: 100%;
    top: 20px;
    width: 120px;
    padding: 10px;
    z-index: -1;

}

body.find-us .radius_select_container h4,
body.find-us .radius_select_container h5 {
    color: #353430;
}

body.find-us .radius_select_container h4 {
    font-size: 14px;
}

body.find-us .radius_select_container h5 {
    font-size: 12px;
}

body.find-us .wpgmza-grid-footer {
    display: none;
}

body.find-us .wpgmza-grid-item .wpgmza-desc p::after {
    content: "CALL FOR AVAILABILITY";
    font-family: 'Avenir Next Condensed Ultra';
    font-size: 16px;
    margin-left: 2rem;
    color: #fff;
}

body.find-us .wpgmza-use-my-location {
    position: absolute;
    right: 15px;
    top: 57px;
    width: 40px !important;
    height: 40px !important;
    background: #0000;
    border: 0 !important;
    z-index: 9999;
}

body.find-us .wpgmza-focus-location.on {
    background-image: radial-gradient(#817556, #0000);
}

body.find-us .wpgmza-use-my-location i {
    display: none;
}

body.find-us .wpgmza_infowindow_link {
    color: #8e7f48;
}

body.find-us .wpgmza_custom_filter_bar a.buy-online {
    align-self: center;
    display: inline-block;
    border: 2px solid #353430;
    border-radius: 5px;
    color: #353430;
    font-family: 'Avenir Next Condensed Medium';
    font-weight: bolder;
    padding: 5px 10px;
    margin: 0 10px 0 auto;
}

body.find-us .wpgmza_custom_filter_bar a.buy-online:hover {
    background-color: #fff;
    text-decoration: none !important;
}

body.find-us .gm-style .gm-style-iw-c {
    max-width: 400px !important;
}

body.find-us .wpgmza-small-grid .wpgmza-marker-grid .wpgmza-error {
    color: #8e7f48;
    font-family: 'FairplexNarrow';
    text-align: left;
    font-size: 24px;
    width: 100% !important;
    margin-bottom: -2rem;
}

body.find-us #wpgmza_marker_list_3 {
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}

body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row {
    flex-basis: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
}

body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item {
    border: 0 !important;
}

body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item-content {
    flex-flow: row !important;
}

body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item-content .wpgmza_custom_fields {
    display: none !important;
}

body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item .wpgmza_marker_title.wpgmza_marker_title,
body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item .wpgmza-address,
body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item .wpgmza-desc {
    flex-basis: 33%;
    font-size: 16px !important;
    padding: 1rem !important;
}

body.find-us #wpgmza_marker_list_3 .wpgmza-grid-row .wpgmza-grid-item .wpgmza_marker_title.wpgmza_marker_title {
    font-size: 24px !important;
}


@media only screen and (max-width: 767px) {

    body.find-us .wpgmza_custom_filter_bar {
        flex-direction: column;
    }

    body.find-us .wpgmza_custom_filter_bar .filter {
        align-self: unset;
        white-space: nowrap !important;
    }

    body.find-us .wpgmza_custom_filter_bar a.buy-online {
        align-self: unset;
        margin: 10px;
    }

    body.find-us .wpgmza-modern-store-locator {
        width: 95% !important;
        max-width: 100% !important;
    }

    body.find-us .wpgmza_map {
        height: 1200px !important;
    }

    body.find-us .wpgmza-grid-row {
        flex-basis: 100% !important;
        margin: 0.5rem 0 !important;
    }

    body.find-us .radius_select_container {
        position: relative;
        z-index: unset;
        width: 100%;
        left: unset;
        top: unset;
        border-radius: 5px;
        margin-top: 0.5rem !important;
    }

    body.find-us .radius_select_container h4 {
        width: 50%;
        float: left;
    }

    body.find-us .wpgmza-modern-store-locator .wpgmza-inner .wpgmza-address {
        text-align: left !important;
    }

}

@media only screen and (max-width: 479px) {
    header.banner a.brand {
        position: relative;
        top: 24px;
    }

    .header-buttons {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    div#top-right-link.home-audio-link {
        top: 50px;
    }
}

