/*!
Theme Name: Rebel Bourbon
Theme URI: http://underscores.me/
Author: Ansira
Author URI: http://www.ansira.com/
Description: Description
Version: 1.0.0
Text Domain: rebel-bourbon
Tags: html5
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/* fonts */
body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
::selection {
    background: maroon;
}
.font-sans {
    font-family: Arial, Helvetica, sans-serif;
}
sup.font-sans {
    line-height: 2;
    position: static;
    vertical-align: text-top;
}
@font-face {
    font-family: 'WhiskeyFontStrong';
    src: url('fonts/WhiskeyFontStrong.woff2') format('woff2'),
        url('fonts/WhiskeyFontStrong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "WhiskeyFontStrong", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    transition: all .5s;
}
h1,
.h1 {
    font-size: 3.5rem;
}
h2,
.h2 {
    font-size: 3rem;
}
h3,
.h3 {
    font-size: 2.25rem;
}
h4,
.h4 {
    font-size: 1.8rem;
}
h5,
.h5 {
    font-size: 1.2rem;
}
h6,
.h6 {
    font-size: 1rem;
}
@media (min-width: 768px){
    h1,
    .h1 {
        font-size: 6rem;
    }
    h2,
    .h2 {
        font-size: 5rem;
    }
    h3,
    .h3 {
        font-size: 2.25rem;
    }
    h4,
    .h4 {
        font-size: 1.875rem;
    }
    h5,
    .h5 {
        font-size: 1.2rem;
    }
    h6,
    .h6 {
        font-size: 1rem;
    }
    h2-md,
    .h2-md {
        font-size: 4rem;
    }
}

@media (max-width: 767px){
    h1,
    .h1 {
        font-size: 3rem;
    }
    .icon-search
    h2,
    .h2 {
        font-size: 2.5rem;
    }
    h3,
    .h3 {
        font-size: 2.25rem;
    }
    h4,
    .h4 {
        font-size: 1.8rem;
    }
    h5,
    .h5 {
        font-size: 1.2rem;
    }
    h6,
    .h6 {
        font-size: 1rem;
    }
    h2-md,
    .h2-md {
        font-size: 3rem;
    }
}

@media (max-width:767px) {
    .p-mobile p, p-half-m-top {
        text-align:center !important;
    }
}












/* bootstrap -ish*/
*, ::after, ::before {
    box-sizing: border-box;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
.d-none {
    display: none!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
@media (min-width: 768px){
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 768px){
    .col-md-8 {
        -ms-flex: 0 0 63.666667%;
        flex: 0 0 63.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px){
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
@media (min-width: 992px){
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
input[type=email], 
input[type=number], 
input[type=password], 
input[type=reset], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}







/* utilities */
.clear-both {
    clear: both;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.m-0 {
    margin: 0 !important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mt-0 {
    margin-top: 0;
}
.m-3 {
    margin: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.p-half-m-top p {
    margin-top: .5em;
	margin-bottom: 0px;
}
.p-0,
.p-0 p {
    padding: 0;
}
.p-m-0 p {
    margin-top: .5em;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pt-3 {
    padding-top: 1rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.d-flex {
	display: flex;
}
.d-block {
	display: block;
}
.text-center {
    text-align: center;
}
.text-white {
    color: white;
}
.text-black {
	color: black;
}
.text-underline {
    text-decoration: underline;
}
.text-underline-important {
    text-decoration: underline !important;
}
@media (min-width: 768px){
    .d-md-inline {
        display: inline;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-2 {
        margin-bottom: .5rem!important;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-left {
        text-align: left;
    }
}





.full-width .elementor-image img {
	left: 0%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
    width: calc(100vw - 20px);
}






/* buttons */
body .elementor-button.elementor-size-sm,
#sb_instagram #sbi_load .sbi_load_btn,
.btn-default,
.btn-dark,
.btn-transparent,
.upcp-filtering-clear-all {
    font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
    padding: 7px 20px;
	min-width: 160px;
	text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all .25s;
    cursor: pointer;
    border: 2px solid;
    display: inline-block;
}
div#sbi_load {
    padding-top: 50px;
}
a#drinkUpBtn {
    min-width: 90px;
}
button#button-addon2 {
    float: right;
    padding: 8px 10px;
    border-radius: 4px 0px 0px 4px;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    min-width: auto;
}
@media (min-width:992px) {
	.buyOnlineSection {
    	padding-top: 10px;
		padding-bottom: 10px;
}
	#buyOnlineBtn a {
    min-width: 190px;
}
}

body .elementor-widget-button a.elementor-button,
body .elementor-widget-button .elementor-button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #fff;
}

body .elementor-widget-button a.elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-cta__button.elementor-button:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover,
.btn-default:hover,
.btn-dark:hover,
.btn-transparent:hover,
.upcp-filtering-clear-all:hover {
    /* background-color: #ffffff;
    color: #000; */
    /* text-decoration: underline; */
    background-color: #000 !important;
    color: #fff;
    border-color: #ffffff;
    box-shadow: none;
}

body .elementor-element.elementor-button-info .elementor-button {
    background-color: #fff;
    color: #000;
}

body .elementor-element.elementor-button-success .elementor-button {
    background-color: #ffffff;
    color: #000;
    border-color: #ffffff;
}

body .elementor-element.elementor-button-warning .elementor-button,
.btn-default,
.btn-transparent {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

body .elementor-widget-button.btn-tan a.elementor-button,
body .elementor-widget-button.btn-tan .elementor-button {
    color: #ffffff;
    border: 2px solid #ffffff;
}


body .elementor-element.elementor-button-danger .elementor-button,
#sb_instagram #sbi_load .sbi_load_btn,
.btn-dark,
.upcp-filtering-clear-all {
    background-color: #000000;
    color: #ffffff !important;
    border-color: #000000;
}



.btn {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px;
    min-width: 160px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all .25s;
    cursor: pointer;
    border: 2px solid;
    display: inline-block;
}
.btn-outline {
	padding: 10px 35px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #fff;
    background-color: transparent;
    color: #000;
    border-color: #000;
}
.btn-outline:hover {
    background-color: #000 !important;
    color: #fff;
    border-color: #ffffff;
    box-shadow: none;
}







.home #sb_instagram #sbi_load .sbi_load_btn {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff !important;
}


@media (min-width: 992px) {
    body .elementor-button.elementor-size-sm {
        padding: 10px 35px;
    }
	/* #buyOnlineBtn a{
    padding:10px 48px;
} */
}

@media (min-width: 768px){
	.textEditor {
    	padding:0 15%;
}
	.textEditor-2 {
    	padding:0 15%;
}
	.textEditor-3 {
    	padding:0 15%;
}
}
@media (min-width: 992px){
	.textEditor {
    	padding:0 23%;
}
	.textEditor-2 {
    	padding:0 22%;
}
	.textEditor-3 {
    	padding:0 15%;
}
}
@media (min-width: 1240px){
	.textEditor {
    	padding:0 22%;
}
	.textEditor-2 {
    	padding:0 30%;
}
	.textEditor-3 {
    	padding:0 15%;
}
}


/* CTA Sections */
h2.elementor-cta__title.elementor-cta__content-item.elementor-content-item {
    font-size: 1.875rem !important;
}
.elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    font-size: 1.125rem !important;
}
.ctaContent p{
    max-width:50%;
}

@media (max-width:991px) {
.cta-align {
    padding: 25px 0;
    margin-right: auto;
    margin-left: auto;
}
}

@media (min-width:992px) {
.cta-align {
    padding: 15% 0;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}
}


/* geo */
.geo--usa,
.geo--ot,
.geo--uk {
    display: none;
}

.geo--selected-usa .geo--usa {
    display: inline-block;
    display: initial;
}
.geo--selected-uk .geo--uk {
    display: inline-block;
    display: initial;
}
.geo--selected-ot .geo--ot {
    display: inline-block;
    display: initial;
}

.geo--selected-usa section.elementor-element.geo--usa,
.geo--selected-uk section.elementor-element.geo--uk,
.geo--selected-ot section.elementor-element.geo--ot {
    display: inherit;
}

.elementor-editor-active .geo--usa,
.elementor-editor-active .geo--ot,
.elementor-editor-active .geo--uk {
    display: inline-block;
    display: initial;
}






/* images */
.jagged-underline-gray,
.jagged-underline-gray img,
.jagged-underline-white,
.jagged-underline-white img {
    width: 100%;
    height: 17px;
    transform: rotate(180deg);
}
.jagged-underline-white img {
    width: 19rem;
    filter: brightness(0) invert(1);
}
@media (min-width: 768px){
    .jagged-underline-white img {
        width: 43rem;
    }
}
.instagram-logo img {
    width: 40px;
    height: auto;
}






/* background image */
@media only screen and (min-width: 1024px){
    .bg-paper .elementor-background-overlay {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
    }
}








/* mobile menu */
body .elementor-117 .elementor-element.elementor-element-aadc523 .elementor-nav-menu--dropdown a:hover, 
body .elementor-117 .elementor-element.elementor-element-aadc523 .elementor-nav-menu--dropdown a.elementor-item-active, 
body .elementor-117 .elementor-element.elementor-element-aadc523 .elementor-nav-menu--dropdown a.highlighted {
    background-color: #363636;
    color: #ffffff;
}
@media (max-width: 767px){
    body .elementor-117 .elementor-element.elementor-element-aadc523 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
    body .elementor-117 .elementor-element.elementor-element-aadc523 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 20px !important;
    }
}









/* ******** */
/* icons */
.btn-shop-now .elementor-button,
.btn-icon-caskers .elementor-button,
.btn-icon-cask-cartel .elementor-button,
.btn-icon-drizly .elementor-button {
    /* background-color: #bda264 !important; */
    /* color: #ffffff !important; */
    display: inline-block;
}

.btn-shop-now .elementor-button:hover,
.btn-icon-caskers .elementor-button:hover,
.btn-icon-cask-cartel .elementor-button:hover,
.btn-icon-drizly .elementor-button:hover {
    /* background-color: #bda264 !important; */
    /* color: #000000 !important; */
}
.btn-shop-now .elementor-button {
    padding: .75em 4em !important;
    font-size: 2rem !important;
    /* background-color: #bda264 !important; */
}
.btn-icon-caskers .elementor-button,
.btn-icon-cask-cartel .elementor-button,
.btn-icon-drizly .elementor-button {
    background-repeat: no-repeat;
    background-position: 0.5em 0.25em;
    background-size: 75px auto;
    padding-left: 95px !important;
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
    padding-right: 1em !important;
    white-space: nowrap;
}

.btn-icon-caskers .elementor-button {
    background-image: url(/wp-content/themes/rebelbourbon/images/caskers-logo.svg);
}

.btn-icon-cask-cartel .elementor-button {
    background-image: url(/wp-content/themes/rebelbourbon/images/caskers-cartel-logo.svg);
    padding-left: 75px !important;
}

.btn-icon-drizly .elementor-button {
    background-image: url(/wp-content/themes/rebelbourbon/images/drizly-logo.svg);
    background-position: 0.5em -0.30em;
}











/* cocktails */
.prod-cat-inner h3 {
    display: none;
}

.page-id-29 .content-area {
    visibility: hidden;
}
.page-id-29 main article {
    overflow: hidden;
}


.prod-cat-header-div.Black-prod-cat-header-div {
    display: none;
}
.elementor-element-e4b2a21.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section > div > div > div > div {
    padding: 0px !important;
}

#upcs--cocktails-container .prod-cat-container,
#upcs--cocktails-container .prod-cat-inner {
    height: auto !important;
    /*border: 1px solid red;*/
    clear: both;
}

div#prod-cat-sidebar- {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

div#prod-cat-sidebar-tag-div- {
    display: none;
}

div#prod-cat-text-search {
    display: none;
}

.prod-cat-sidebar-content.prod-cat-sidebar-category-content {
    display: none;
}

div#prod-cat-sidebar-subcategory-div- {
    display: none;
}

.upcp-filtering-clear-all.upcp-Hide-Item:after, .upcp-filtering-clear-all:after {
    content: " Filters";
}


.prod-cat-sidebar h1,
.prod-cat-sidebar h2,
.prod-cat-sidebar h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: bold;
}
/* .prod-cat-sidebar-cat-title {
    display: none;
} */

#prod-cat-sidebar-cf-3 > div.prod-cat-sidebar-cat-title.prod-cat-sidebar-cf-title.prod-cat-sidebar-hover-none {
        display:none;
    }
    
#prod-cat-sidebar-cf-5 > div.prod-cat-sidebar-cat-title.prod-cat-sidebar-cf-title.prod-cat-sidebar-hover-none {
        display:none;
    }

.prod-cat-sidebar-category-div select,
select#cf-3, select#cf-5 {
    width: 100%;
	height: 45px;
	padding: .5em !important;
	border: solid 3px #000000 !important;
    border-radius: 4px !important;
    background: transparent;
    color: black;
    font-weight: 500;
    
    /* styling */
    display: inline-block;
	text-transform: uppercase;
    
    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-image:
    linear-gradient(45deg, transparent 50%, #ffffff  50%),
    linear-gradient(135deg, #ffffff  50%, transparent 50%),
    linear-gradient(to right, #000000, #000000);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
    background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
    
}
.prod-cat-sidebar-category-div select:focus,
select#cf-3:focus, select#cf-5:focus {
    background-image:
    linear-gradient(45deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ffffff 50%),
    linear-gradient(to right, #000000, #000000);
    background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
    background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
}



.prod-cat-sidebar-cf-div select[disabled] {
    opacity: .5;
}



.prod-cat-title {
    background: transparent !important;
    font-weight: bold !important;
    text-align: center !important;
}
.prod-cat-inner {
    float: initial;
    width: 100%;
}
.prod-cat.thumb-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    /*-ms-flex-pack: distribute!important;*/
    /*justify-content: space-around!important;*/
    -ms-flex-pack: center !important;
    justify-content: center !important;
	width: 99%;
    margin-left: auto;
    margin-right: auto;
}




.upcp-thumb-item {
    position: relative;
    float: initial;
    width: 100%;
    border-width: 0;
}
@media (max-width: 480px) {
.upcp-thumb-item {
	padding: 25px 0 0;
}
	.upcp-thumb-title {
    padding-top: 16px !important;
}
	div#prod-cat-sidebar-category-title- {
    display: block;
    width: 100% !important;
    margin-right: 10px !important;
    float: left;
    text-align: center;
	text-transform: uppercase;
}
	.upcp-filtering-clear-all {
    /* display: block !important; */
    font-weight: 600 !important;
    /* float: right !important; */
    /* width: calc(16% - 5px) !important; */
    margin-right: calc(1% + 5px) !important;
    margin-bottom: 3px !important;
    margin-top: 13px !important;
    background: #000 !important;
    padding: 10px 5px 10px 5px !important;
    color: #fff;
}
	.prod-cat-container .prod-cat-inner .upcp-thumb-item:nth-child(2), .prod-cat-container .prod-cat-inner .upcp-thumb-item:nth-child(3) {
    display: none !important;
}
	div.upcp-related-products > div:nth-child(4), div.upcp-related-products > div:nth-child(5) {
    display: none;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.upcp-thumb-title {
    padding: 18px 18px 0px !important;
    max-height: 200px !important;
    /* position: absolute;
    bottom: 2rem;
    left: 0px;
    right: 0px;*/
}
	.upcp-thumb-item {
    margin: 25px 0 0;
}
	
	div#prod-cat-sidebar-category-title- {
        display: inline;
		max-width: 140px;
        margin-right: 10px !important;
        float: left;
    }
    	
    div#prod-cat-sidebar-category-title- h3 {
        font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 13px;
    }
	.upcp-filtering-clear-all {
        /* display: block !important; */
        font-weight: 600 !important;
        float: right !important;
        max-width: 140px !important;
        margin-right: calc(1% + 5px) !important;
        margin-bottom: 3px !important;
    	margin-top: 13px !important;
        background: #000 !important;
        padding: 10px 5px 10px 5px !important;
        color: #fff;
    }
}

.upcp-thumb-title a, .upcp-list-title a, .upcp-detail-title a {
    font-size: 1.125rem !important;
}
/* .upcp-thumb-title a {
    color: #ffffff !important;
	text-shadow: -1px 1px 0 #666,
				  1px 1px 0 #666,
				 1px -1px 0 #666,
				-1px -1px 0 #666;
} */
.upcp-thumb-title {
    /*padding-top: 24px !important;*/
    text-transform: uppercase !important;
}
.upcp-thumb-image-div {
    width: 100% !important;
    background: transparent !important;
}
.upcp-thumb-image-div:hover {
    background: transparent !important;
}
.upcp-thumb-image-div a {
    height: auto !important;
}
div.upcp-thumb-image-div img {
    max-width: 300px !important;
	max-height: none;
}
.upcp-thumb-details-link {
    display: none !important;
}





.catalogue-nav {
    width: 100%;
    margin: 6px 6px 18px 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    
    flex-direction: column;
}

.catalogue-nav .pagination-links {
    margin-top: 1rem;
}
.catalogue-nav .displaying-num {
    margin-top: 1rem;
    display: none;
}

.prod-cat .pagination-links a {
    /* border: 1px solid #000000; */
    border-radius: .25rem;
    color: #000000;
    /* background-color: #363636; */
    padding: 0 10px 3px;
	font-size: 1.6rem;
	font-weight: 600;
}
.prod-cat .pagination-links a:hover {
    color: #fff;
    background-color: #000;
}

.first-page.disabled,
.prev-page.disabled,
.next-page.disabled,
.last-page.disabled,
.prod-cat .first-page.disabled:hover,
.prod-cat .prev-page.disabled:hover,
.prod-cat .next-page.disabled:hover,
.prod-cat .last-page.disabled:hover
{
    opacity: .3;
    color: #000000;
    /* background-color: #363636; */
}
a.first-page.disabled, a.prev-page.disabled, a.next-page.disabled, a.last-page.disabled {
    pointer-events: none;
}
span.paging-input {
    font-size: 1.2rem;
    font-weight: 600;
}



@media (min-width: 768px) and (max-width: 991px) {
    .prod-cat-sidebar-cat-title {
        display: initial;
    }
    .upcp-thumb-item {
        max-width: 300px;
        margin: 34px 12px 0 !important;
    }

    .upcp-filtering-clear-all {
        /* display: block !important; */
        font-weight: 600 !important;
        float: right !important;
        width: 175px !important;
        margin-right: 0 !important;
        margin-bottom: 3px !important;
    	margin-top: 13px !important;
        background: #000 !important;
        padding: 10px 5px 10px 5px !important;
        color: #fff;
    }
    	
    div#prod-cat-sidebar-category-title- {
        width: 15%;
        margin-right: 10px !important;
        float: left;
    }
    	
    div#prod-cat-sidebar-category-title- h3 {
        font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 13px;
    }
    	
    #prod-cat-sidebar-cf-3 > div.prod-cat-sidebar-cat-title.prod-cat-sidebar-cf-title.prod-cat-sidebar-hover-none {
        display:none;
    }
    .prod-cat-sidebar-cf-content {
        clear: none;
    }
    	
    /* div#prod-cat-sidebar-cf-options-3 {
        float: left;
		width: 45%;
        margin-right: 26px;
    } */
    
    #prod-cat-sidebar-cf-5 > div.prod-cat-sidebar-cat-title.prod-cat-sidebar-cf-title.prod-cat-sidebar-hover-none {
        display:none;
    }
    
    /* div#prod-cat-sidebar-cf-options-5 {
        float: right;
        width: 45%;
    } */
    
    .prod-cat-inner {
        width: 100% !important;
    }
    
    .upcp-thumb-title {
        position: static;
        margin: 18px 0 0;
    }
    .upcp-thumb-title a {
        color: #000 !important;
	    text-shadow: none;
    }
}

@media only screen and (min-width: 992px){
    .upcp-filtering-clear-all {
        display: block !important;
        font-weight: 600 !important;
        float: right !important;
        width: calc(16% - 5px) !important;
        margin-right: calc(1% + 5px) !important;
        margin-bottom: 3px !important;
    	margin-top: 13px !important;
        background: #000 !important;
        padding: 10px 5px 10px 5px !important;
        color: #fff;
    }
    	
    div#prod-cat-sidebar-category-title- {
        width: 80px;
        margin-right: 10px !important;
        float: left;
    }
    	
    div#prod-cat-sidebar-category-title- h3 {
        font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 13px;
    }
    	
    #prod-cat-sidebar-cf-3 > div.prod-cat-sidebar-cat-title.prod-cat-sidebar-cf-title.prod-cat-sidebar-hover-none {
        display:none;
    }
    .prod-cat-sidebar-cf-content {
        clear: none;
    }
    	
    div#prod-cat-sidebar-cf-options-3 {
        width: 30%;
        float: left;
        margin-right: 28px;
    }
    
    #prod-cat-sidebar-cf-5 > div.prod-cat-sidebar-cat-title.prod-cat-sidebar-cf-title.prod-cat-sidebar-hover-none {
        display:none;
    }
    
    div#prod-cat-sidebar-cf-options-5 {
        float: left;
        width: 30%;
    }
    
    .prod-cat-inner {
        width: 100% !important;
    }
    

    .upcp-thumb-item {
        /*min-height: 363px !important;*/
        max-width: 300px;
        /*margin-bottom: 3rem;*/
        margin: 34px 12px 0;
    }
    .upcp-thumb-title {
        position: static;
        margin: 18px 0;
    }
    .upcp-thumb-title a {
        color: #000 !important;
	    text-shadow: none;
    }
}

.upcp-filtering-clear-all.upcp-Hide-Item {
    display: none;
}


/* cocktails sub */
#upcs--cocktails-container {
    
}
#upcs--cocktails-container .upcp-social-links a {
    color: #000;
    font-size: 1.75rem;
}

div.upcp-tabbed-main-product-details > div.mx-3 {
	text-align: center;
}
div.upcp-tabbed-main-product-details > h2 > span {
    font-family: Roboto, arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
}

#upcs--cocktails-container .upcp-tabbed-main-product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    /*-ms-flex-pack: distribute!important;*/
    /*justify-content: space-around!important;*/
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center!important;
    align-items: center!important;
    flex-direction: column;
}
#upcs--cocktails-container .upcp-tabbed-product-name {
    font-size: 3rem;
    text-transform: uppercase;
    border-width: 0;
    margin-top: 50px;
}
@media (max-width: 767px) {
	#upcs--cocktails-container .upcp-related-products-title {
		font-size: 2.5rem !important;
	}
	img.upcp-minimal-img.webpexpress-processed {
    width: 70%;
}
	div.upcp-related-products > div:nth-child(5), div.upcp-related-products > div:nth-child(5) {
    display: none;
}
}
@media (min-width: 768px) and (max-width:991px) {
    #upcs--cocktails-container .upcp-tabbed-product-name {
        font-size: 4rem;
    }
	div.upcp-related-products > div:nth-child(5) {
    display: none;
}
}

.rrssb-buttons li a {
    padding: 0; 
    margin-right: 3rem;
}

#upcs--cocktails-container .rrssb-buttons li a .rrssb-text,
#upcs--cocktails-container .upcp-tabbed-tabs-menu,
#upcs--cocktails-container .upcp-scroll-content {
    display: none;
}
.rrssb-buttons li.rrssb-facebook a,
.rrssb-buttons li.rrssb-twitter a,
.rrssb-buttons li.rrssb-pinterest a,
.rrssb-buttons li.rrssb-facebook a:hover,
.rrssb-buttons li.rrssb-twitter a:hover,
.rrssb-buttons li.rrssb-pinterest a:hover
{
    background-color: transparent;
}
.rrssb-buttons li a .rrssb-icon svg {
    height: 25px;
    width: 25px;
}
.rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
  fill: #545454;
}
.rrssb-buttons li a:hover .rrssb-icon svg path, .rrssb-buttons li a:hover .rrssb-icon svg polygon {
  fill: #000;
}

#upcs--cocktails-container .upcp-tabbed-addtl-info {
    height: auto;
    overflow-y: none;
}




#upcs--cocktails-container .upcp-tabbed-cf-container > br {
display: none;
}

#upcs--cocktails-container .upcp-tabbed-cf-container > .upcp-tab-title:before {
    display: block;
    border-bottom: 2px solid #000;
    content: "";
    margin: 1.5rem 0;
}
#upcs--cocktails-container .upcp-tabbed-cf-container .upcp-tab-title:nth-of-type(2):before {
    display: none;
}



#upcs--cocktails-container .upcp-tabbed-cf-container .upcp-tab-title {
    margin-bottom: .5rem;
}
#upcs--cocktails-container .upcp-tabbed-tab {
    border-width: 0;
}
#upcs--cocktails-container .upcp-tabbed-main-image-div {
    border-width: 0;
}
#upcs--cocktails-container .upcp-tabbed-images-container {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 700px){
    #upcs--cocktails-container .upcp-tabbed-images-container {
        width: 100%;
    }
	#upcs--cocktails-container .upcp-related-products-title {
    font-size: 4rem;
    margin: 10px 0px 10px 0px;
    padding-top: 30px;
    text-align: center;
}
}
.upcp-tabbed-main-image-inner a {
    display: block;
}
#upcs--cocktails-container .upcp-tabbed-main-image-inner img {
    max-width: 100% !important;
    max-height: 100% !important;
}

#upcs--cocktails-container .upcp-related-products-title {
    background-color: transparent;
    color: #ffffff;
    font-size: 5rem;
    margin: 0px 0px 10px 0px;
    padding-top: 30px;
    text-align: center;
}
#upcs--cocktails-container .upcp-tabbed-similar-products-div {
    background-color: transparent;
    margin: 0px 0px 10px 0px;
    padding-top: 8px;
    text-align: center;
}
#upcs--cocktails-container .upcp-tabbed-similar-products-div .upcp-minimal-link .upcp-minimal-title {
    margin: 1rem 0 0;
	padding: 6px 8px 0;
}

#upcs--cocktails-container .upcp-tabbed-similar-products-div {
    background-image: url(/wp-content/uploads/2019/04/rickhouse_print_1366.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

#upcs--cocktails-container .upcp-related-products .upcp-related-products-title {
    font-family: "WhiskeyFontStrong", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    flex-basis: 100%;
}

#upcs--cocktails-container .upcp-related-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    /*-ms-flex-pack: distribute!important;*/
    /*justify-content: space-around!important;*/
    -ms-flex-pack: center !important;
    justify-content: center !important;
    
    padding: 1rem 0 2rem;
}
#upcs--cocktails-container .upcp-related-products .upcp-minimal-title {
	margin-top: 0;
    font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
    color: #ffffff;
}

.upcp-minimal-img-div {
    height: auto;
    width: auto;
}
.upcp-related-products-title {
    border-width: 0;
}
.upcp-minimal-img-div {
	border-width: 0;
}
.upcp-minimal-product-listing {
    width: 100%;
}
@media (min-width: 768px){
    .upcp-minimal-product-listing {
    max-width: 300px;
    margin: 25px 12px 30px !important;
}
}

#upcs--cocktails-container .upcp-tabbed-similar-products-div {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
}
.prod-cat-back-link, .prod-cat-back-link .upcp-catalogue-link {
	color: black;
	display: none;
}
.upcp-buy-row {
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.upcp-tabbed-main-product-container {
    margin-bottom: 0 !important;
}
.upcp-tabbed-main-image-div:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: none;
    cursor: none;
    cursor: none;
    pointer-events: none;
}












/* distillery */
.wonderplugin-gridgallery-list a[href="http://www.wonderplugin.com/wordpress-gridgallery/"],
.wonderplugin-gridgallery-list a[href="https://www.wonderplugin.com/wordpress-gridgallery/"],
#gridgallery-html5-lightbox a[href="http://www.wonderplugin.com/wordpress-gridgallery/"],
#gridgallery-html5-lightbox a[href="https://www.wonderplugin.com/wordpress-gridgallery/"] {
    display: none;
}

@media (max-width:767px) {
	.elementor-element.elementor-element-e7b9dd2.elementor-column.elementor-col-33.elementor-inner-column {
    margin-top: -130px;
}
}







/* blog */
.search-form {
    position: relative;
    height: 32px;
    padding: 0 2px;
    z-index: 1;
}

.search-field:before {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 20;
    
    content: "\f002";
    
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid red;
}
.page-content-search a {
    text-decoration: none;
}
.page-search .cat-links a {
    text-decoration: underline;
}

b.entry-title.h4 a {
    text-decoration: none !important;
}
.entry-meta.mt-2 {
    font-size: 1rem !important;
    font-weight: 200;
}
span.author.vcard {
    pointer-events: none;
}
span.author.vcard a{
    text-decoration: none;
}

a.more-link {
    display: none;
}
.blog .content-area-blog .site-main article:first-of-type {
    margin-top: 0 !important;
}
.page-search article:first-of-type {
    margin-top: 0 !important;
}
.page-archive article:first-of-type {
    margin-top: 0 !important;
}

.content-area-blog .blog-title {
    text-align: center;
    padding-top: 20px;
}





.content-area-blog {
  background: url(/wp-content/uploads/2020/08/RY_Website_Whiskey_Watermark.png) center top no-repeat, url(/wp-content/uploads/2019/04/Background_Paper_Texture__Repeat_1600.jpg) left top repeat !important;
  background-size: 100%, 1600px !important;
}
figure.gallery-item {
    display: inline-block;
}

@media only screen and (min-width: 1024px){
    .content-area-blog {
      background: url(/wp-content/uploads/2020/08/RY_Website_Whiskey_Watermark.png) center top no-repeat, url(/wp-content/uploads/2019/04/Background_Paper_Texture__Repeat_1600.jpg) left top repeat !important;
      background-size: 1200px, 1600px !important;
    }
}


.content-area-blog {
  background: url(/wp-content/uploads/2019/04/crest_800.png) center top no-repeat, url(/wp-content/uploads/2019/04/Background_Paper_Texture__Repeat_1600.jpg) left top repeat !important;
  background-size: 100%, 1600px !important;
}
figure.gallery-item {
    display: inline-block;
}

@media only screen and (min-width: 1024px){
    .content-area-blog {
      background: url(/wp-content/uploads/2019/04/crest_800.png) center top no-repeat, url(/wp-content/uploads/2019/04/Background_Paper_Texture__Repeat_1600.jpg) left top repeat !important;
      background-size: 1200px, 1600px !important;
    }
}


    /*opacity: 0.5;*/
    /*mix-blend-mode: multiply;*/

    /*filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );*/




.blog .content-area-blogZZZ {
    background-position: center center;
}
.single-post .content-area-blog {
    background-position: center top;
}
.single-post .site-main article {
    margin-top: 0 !important;
}
.search-results .content-area-blog {
    background-position: center top;
}
.archive .content-area-blog {
    background-position: center bottom;
}

#primary.content-area-blog a {
    color: #000;
}
big {
    font-size: 100%;
}

.content-share a {
    color: #545454;
}
.row.mt-5.single-post-share {
    display: block !important;
    margin-top: 1rem !important;
}
.blog .row.mt-5.single-post-share {
    display: none !important;
}
.page-archive .row.mt-5.single-post-share {
    display: none !important;
}

.content-area-blog .elementor-divider-separator {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #545454;
    width: 100%;
    display: block;
}

.widget_custom_html .email-form input {
    border: 2px solid #000;
    border-radius: .25rem;
    padding: .5rem 1rem;
    background-color: transparent;
    color: #000;
    width: 100%;
    font-weight: 500;
}
#blog-search input {
    border: 2px solid #000;
    border-radius: 0 .25rem .25rem 0;
    padding: .5rem 1rem;
    background-color: transparent;
    color: #000;
    width: 100%;
    font-weight: 500;
}
.widget_custom_html .email-form input {
    margin: .5rem 0;
}
::placeholder {
    color: #000;
    opacity: 1;
}
@media (max-width: 767px) {

#blog-search input {
    width: calc(100% - 39px);
    float: left;
}
#blog-search input {
    border: 2px solid #000;
    border-radius: .25rem 0 0 .25rem;
    padding: .5rem 1rem;
    background-color: transparent;
    color: #000;
    font-weight: 500;
    min-height: 38px;
}
button#button-addon2 {
    float: right;
    padding: 8px 10px;
    border-radius: 0 .25rem .25rem 0;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    min-height: 38px;
}
	.col-md-8.content-share, .col-md-4.content-read-story {
    width: 48%;
	}
}
	.col-md-4.content-read-story.elementor {
    text-align: right;
    padding-right: 0px;
}

@media (min-width: 768px){
    div#blog-search {
    float: right;
    min-width: 211px;
	margin-top: 2rem;
}
#blog-search input {
    width: 168px;
    float: left;
}
#blog-search input {
    border: 2px solid #000;
    border-radius: .25rem 0 0 .25rem;
    padding: .5rem .5rem;
    background-color: transparent;
    color: #000;
    font-weight: 500;
    min-height: 38px;
}
button#button-addon2 {
    float: right;
    padding: 8px 10px;
    border-radius: 0 .25rem .25rem 0;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    min-height: 38px;
}
}
@media (min-width: 992px) {
div#blog-search {
    float: right;
    min-width: 211px;
	margin-top: 2rem;
}

#blog-search input {
	width: 168px;
    float: left;
    border: 2px solid #000;
    border-radius: .25rem 0 0 .25rem;
    padding: .5rem .5rem;
    background-color: transparent;
    color: #000;
    font-weight: 500;
    min-height: 38px;
}
button#button-addon2 {
    float: right;
    padding: 8px 10px;
    border-radius: 0 .25rem .25rem 0;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    min-height: 38px;
}
}

.separator {
    margin: .25rem;
	color: #000000;
	font-weight: 600;
}
.posted-on .updated {
    display: none;
}
.posted-on .published {
    display: inline;
}
.posted-on a {
    text-decoration: none;
}
b.posted-on {
    pointer-events: none;
}
.entry-footer {
    /* margin-bottom: 3rem; */
}
article.post img {
    height: auto;
    max-width: 100%;
}


/* ----- blog nav */
.navigation .nav-links {
    margin-top: 4rem;
    margin-bottom: 2rem;
    display: flex;
}
.navigation .nav-links * {
    font-size: 1.25rem;
    color: #000;
    text-decoration:none;
    font-weight: 700;
    margin: 0;
    padding: .25rem;
}
.navigation .nav-links .current {
    text-decoration: underline;
}
.navigation .nav-links .nav-previous {
    flex-grow: 1;
}
.navigation .nav-links .nav-next {
    flex-grow: 1;
    text-align: right;
}

/* ----- blog widgets */
.widget-area a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.widget-area li {
    overflow: visible;
    margin-bottom: .75rem;
}
.widget-area .widget_categories ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget_categories li {
    list-style-type: none;
}
#primary .widget-area .widget_categories li a {
    border-radius: .25rem;
    background-color: #000000;
    color: #ffffff;
    padding: .5rem;
    width: 100%;
    display: block;
    margin: .5rem 0;
    text-decoration: none;
    text-transform: uppercase;
}
.widget-area .wpp-meta {
    margin-bottom: .5rem;
    color: #666;
}
.widget-area .tagcloud {
    margin: 1rem;
    margin-top: .5rem;
}
.widget-area .tagcloud a {
    font-size: 1rem !important;
    font-weight: 500;
    text-decoration: underline;
}
.widget-area .tagcloud a::after {
    content: ",";
}
.widget-area .tagcloud a:last-of-type::after {
    content: "";
}
.sym {
    display: inline-block;
    /* background-color: #ffffff;*/
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    /* border: 1px solid #ddd; */
    border-radius: .25rem;
    margin-right: .1rem;
    box-sizing: content-box;
    font-weight: bold;
    cursor: pointer;
}

ul#widget-collapsarch-2-top {
    padding-left: 0px;
}
ul#widget-collapsarch-2-top li {
    list-style-type: none;
}
li.collapsing.archives.item a {
    font-weight: 400;
    text-decoration: underline;
}
strong.widget-title {
    text-transform: uppercase;
}
#categories-3 > strong {
    display: none;
}
.blogEmail a {
    width: 100%;
	padding: .5rem !important;
}
ul.wpp-list a {
    font-weight: 400;
    text-decoration: underline;
}
.single-post-tagged-to-container {
    text-transform: uppercase;
}
li.mb-2 a {
    font-weight: 400 !important;
}
.post-tagged.mt-4 > strong > a:nth-child(1), .post-tagged.mt-4 > strong > a:nth-child(2), .post-tagged.mt-4 > strong > a:nth-child(3), .post-tagged.mt-4 > strong > a:nth-child(4), .post-tagged.mt-4 > strong > a:nth-child(5), .post-tagged.mt-4 > strong > a:nth-child(1), .post-tagged.mt-4 > strong > a:nth-child(6) {
    font-weight: 400;
}

/* email signup */
div.wpcf7 .ajax-loader {
    background-image: none !important;
    width: initial;
    height: initial;
    border: none;
    padding: initial;
}

#wpcf7-f8-p40-o1 > form > div.row.no-gutters.mb-0 > div.col-12 {
    margin-bottom: .9rem;
}


/* email signup */
.wpcf7-form > .row {
    margin-bottom: 1rem;
}
.wpcf7-form > .row:nth-of-type(5) {
    margin-bottom: 0;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-submit {
    margin: 2rem 0;
}
input[type=text].wpcf7-form-control,
input[type=number].wpcf7-form-control,
input[type=email].wpcf7-form-control {
    border: 2px solid #333;
    border-radius: .25rem;
    width: 100%;
}

.wpcf7-submit.btn-default {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
}
.wpcf7-submit.btn-default:hover {
    border: 2px solid #ffffff;
}




/* slider */
.slick-slider .slick-list,
.elementor-slides .slick-slide {
	/*overflow: visible !important;*/
}
.elementor-slides .slick-slide-inner .elementor-slide-content {
	position: absolute !important;
    bottom: -20px !important;
}
.elementor-slides .slick-slide-inner .elementor-slide-heading {
    margin-bottom: 0 !important;
}
.elementor-slick-slider ul.slick-dots {
	bottom: -50px !important;
}



/* main-nav */
.elementor-location-header {
    background-color: #000;
}


#main-nav--menu {
    width: auto;
}

#main-nav--menu .elementor-item-active {
    /* text-decoration: underline;
    text-decoration-color: #999; */
    /* border: 1px solid red; */
    /* position: relative; */
    font-weight: bold;
	text-decoration: underline;
}

#main-nav--menu .elementor-item-active:before {
    /* border-bottom: 2px solid #999;
    content: "";
    width: calc(100% - 2em);
    height: 1em;
    text-align: center;
    background-color: transparent;
    position: absolute;
    bottom: .1em;
    left: 1em; */
}
	#main-nav--menu li a:hover {
        text-decoration: underline;
    }
@media (min-width: 768px) {
    #main-nav--menu {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #main-nav--menu {
        /*display:none;*/
    }
}

@media (min-width: 992px) {
    #main-nav--menu li {
        display: flex;
    }

    #main-nav--menu li a {
        color: #fff;
    }
	#main-nav--menu li a:hover {
        text-decoration: underline;
    }
    #main-nav--menu li:nth-of-type(6) a {
        background-color: #fff;
        color: #000;
        border: 2px solid #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}
@media (min-width: 768px) {
#main-nav--menu li:nth-of-type(6) a:hover {
    background-color: #000000;
    color: #ffffff;
}
}

#main-nav .btn-buy-link {
    display: none;
}

#main-nav .btn-buy-link a {
    color: #fff;   
}

#main-nav .btn-buy-link a:hover {
    color: #fff;
	text-decoration: underline !important;
}

@media (min-width: 768px) {
    #main-nav .btn-buy-link {
        display: flex;
        width: auto !important;
        margin-bottom: 0 !important;
        align-items: center;
    }
}
@media (max-width: 768px) {
    #main-nav .btn-buy-link {
        display: none;
    }
	
}

.elementor-menu-toggle i {
    background-image: url(https://rebelbourbon.com/wp-content/uploads/2021/02/hamburger-menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    font-family: none;
}
.elementor-menu-toggle i:before {
    content: "" !important;
}
#main-nav .elementor-menu-toggle {
    color: #fff;
}

@media (max-width: 768px) {
    #main-nav--social {
        margin-right: 10px;
		display: none;
    }

    #main-nav--social .elementor-social-icon {
        font-size: 20px;
        padding: .25em;
    }
}

/* mobile-nav */
.elementor-location-header {
    background-color: #000;
}


#mobile-nav--menu {
    width: auto;
}

#mobile-nav--menu .elementor-item-active {
    /* text-decoration: underline;
    text-decoration-color: #999; */
    /* border: 1px solid red; */
    /* position: relative; */
    font-weight: bold;
	text-decoration: underline;
}

#mobile-nav--menu .elementor-item-active:before {
    /* border-bottom: 2px solid #999;
    content: "";
    width: calc(100% - 2em);
    height: 1em;
    text-align: center;
    background-color: transparent;
    position: absolute;
    bottom: .1em;
    left: 1em; */
}

@media (min-width: 769px) {
    #mobile-nav--menu {
        display: none;
    }
}

@media (min-width: 992px) {
    #mobile-nav--menu li {
        display: flex;
    }
	
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2558, #menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2559 {
    border: none;
    display: inline-block;
    align-items: center;
    font-size: 1.5rem;
    width: 49%;
}
    #mobile-nav--menu li a {
        color: #fff;
    }

    #mobile-nav--menu li:last-of-type a {
        background-color: #fff;
        color: #000;
        border: 2px solid #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}


#mobile-nav .btn-buy-link {
    display: none;
}

#mobile-nav .btn-buy-link a {
    color: #fff;
    text-decoration: underline !important;
}

#mobile-nav .btn-buy-link a:hover {
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 530px) {
	#menu-2-950249f > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2557 > a {
    width: 33%;
}
}

@media (max-width: 991px) {
	.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
		font-size:1rem;
		padding:15px 20px !important;
	}
	ul#menu-2-aadc523,
	ul#menu-2-fadcbf5,
	ul#menu-2-950249f, 
	ul#menu-2-cd881ee {
    text-transform: uppercase;
    }
        #mobile-nav .btn-buy-link {
            display: flex;
            width: auto !important;
            margin-bottom: 0 !important;
            align-items: center;
        }
    	.menu-item-2560 > a:hover, .menu-item-2576 > a:hover {
    	background-color: #54595f !important;
    }
    
    #menu-2-aadc523 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2557, 
    #menu-2-fadcbf5 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2575,
    #menu-2-950249f > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2557, 
    #menu-2-cd881ee > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2575 {
    	background: #000000;
    	display: flex;
        align-items: center;
        justify-content: center;
    }
    	
    #menu-2-aadc523 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2557 > a,
    #menu-2-fadcbf5 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2575 > a,
    #menu-2-950249f > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2557 > a, 
    #menu-2-cd881ee > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2575 > a {
        border: 2px solid #ffffff;
        border-radius: 8px;
        background-color: #ffffff;
        color: #000000;
    	padding: 8px !important;
        min-width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 15px 6px;
    }
	
	#menu-2-aadc523 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2558,
	#menu-2-aadc523 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2559,
	#menu-2-fadcbf5 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2577,
	#menu-2-fadcbf5 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2578,
	
	
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2558, 
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2559, 
	#menu-2-cd881ee > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2577, 
	#menu-2-cd881ee > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2578 {
        border: none;
        align-items: center;
        font-size: 1.5rem !important;
    	float:left;
    	z-index: 1;
        width: 49%;
    }

    #menu-2-aadc523 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2558 > a,
    #menu-2-fadcbf5 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2577 > a,
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2558 > a, 
	#menu-2-cd881ee > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2577 > a {
    	float: right;
		/*color: #ffffff;*/
		font-size: 1.5rem;
    }
    #menu-2-aadc523 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2559 > a,
    #menu-2-fadcbf5 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2578 > a,
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2559 > a, 
	#menu-2-cd881ee > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2578 > a {
    	float: left;
		/*color: #ffffff;*/
		font-size: 1.5rem;
    }
    #menu-2-aadc523 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2560,
    #menu-2-aadc523 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2560 a,    
    #menu-2-fadcbf5 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2576,
    #menu-2-fadcbf5 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2576 a,
    
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2560, 
	#menu-2-950249f > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2560 a, 
	#menu-2-cd881ee > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2576, 
	#menu-2-cd881ee > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2576 a {
    background: #000000;
    color: #ffffff;
    }
    
    
    nav.elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item a,
    #menu-2-aadc523 > li.menu-item a,    
    #menu-2-fadcbf5 > li.menu-item a,
	#menu-2-950249f > li.menu-item a, 
	#menu-2-cd881ee > li.menu-item a {
        margin: 0 !important;
    }
    

    #mobile-nav .elementor-menu-toggle {
        color: #fff;
    }
}
@media (max-width: 768px) {
    #mobile-nav--social {
        margin-right: 10px;
    }

    #mobile-nav--social .elementor-social-icon {
        font-size: 20px;
        padding: .25em;
    }
}




/* Footer */
#footer--links {}

#footer--links a:hover {
    text-decoration: underline;
    color: #fff;
}
@media (max-width: 768px) {
    #footer--links ul {
        flex-direction: column;
    }
    #footer--links ul li {
        margin-bottom: .75rem;
    }
}

/*email signup form*/
span.wpcf7-list-item {
    margin: 0 !important;
}




/* whiskey */
/* .whisky-proof {
    width: auto !important;
}
.whisky-proof > * {
    margin: .75rem !important;
    padding: 0 1.5rem;
} */


/* bottles */
#whiskey-bottles {
    display: none;
    overflow: hidden;
    margin: 0 auto;
    transition: width .25s;
}
#whiskey-bottles .elementor-row {
    flex-wrap: nowrap;
}
#whiskey-bottles>div>.elementor-row {
    justify-content: center;
}
#whiskey-bottles .bottle {
    transition: all .25s .15s;
}

#whiskey-bottles .bottle .bottle-discription {
    display: none;
    height: 0px;
}

#whiskey-bottles .bottle .bottle-discription h4 {
    font-size: 1.1rem;
}
#whiskey-bottles .bottle .bottle-discription h5 {
    font-size: 1rem;
}
#whiskey-bottles .bottle.active .bottle-discription {
    display: block;
    opacity: 0;
    animation-name: bottle-discription-anim-in;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: .2s;
    animation-fill-mode: forwards;

    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

@media (min-width: 768px) {
    #whiskey-bottles.init,
    #whiskey-bottles.elementor-element-edit-mode {
        display: block;
    } 
    #whiskey-bottles {
        max-height: 320px;
        width: 100%;
    }
    #whiskey-bottles.active {
        width: 100%;
    }
    #whiskey-bottles .bottle {
        width: 13%;
    }
    #whiskey-bottles .bottle img {
        max-width: 120px;
    }
    #whiskey-bottles .bottle.active {
        width: 45%;
    }
    #whiskey-bottles .bottle.active .bottle-discription {
        width: 50%;
    }
    #whiskey-bottles .bottle.active .elementor-widget-image {
        width: 50%;
    }
    #whiskey-bottles .bottle .elementor-widget-image {
        margin: 0 -10px;
    }
}

@media (min-width: 992px) {
    #whiskey-bottles {
        max-height: 320px;
        width: 900px;
    }
    #whiskey-bottles.active {
        width: 1000px;
    }
    #whiskey-bottles .bottle {
        width: 13%;
    }
    #whiskey-bottles .bottle img {
        max-width: 140px;
    }
    #whiskey-bottles .bottle.active {
        width: 35%;
    }
    #whiskey-bottles .bottle.active .bottle-discription {
        width: 60%;
        padding-left: .75rem;
    }
    #whiskey-bottles .bottle.active .elementor-widget-image {
        width: 40%;
    }
}
.elementor-editor-active #whiskey-bottles {
    display: block;
    overflow: visible;
    max-height: initial;
}
.elementor-editor-active #whiskey-bottles * {
    font-size: 1rem;
}

/* @keyframes bottle-discription-anim-out {
    0% {
        opacity: 1;
        margin-top: 0px;
        width: 0%;
    }
    50% {
        margin-top: 50px;
        width: 60%;
    }
    100% {
        opacity: 0;
    }
} */

@keyframes bottle-discription-anim-in {
    0% {
        opacity: 0;
        margin-top: 50px;
    }

    5% {
        opacity: 0;
        height: auto;
    }

    50% {
        margin-top: 0px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
        height: auto;
    }
}












/* IE */
.elementor-msie .elementor-117 .elementor-element.elementor-element-8451ff6 {
    width: auto;
}
.elementor-msie div.upcp-thumb-image-div img{
    max-height: 200px !important;
}
.elementor-msie .drinking-partner .elementor-widget-image .elementor-image img {
    width: 140px;
    height: 300px;
}
.elementor-msie #whiskey-bottles .bottle.active .bottle-discription {
    display: block;
}