/* Font imports */
@font-face {
    font-family: 'aller';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerbold';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bd-webfont.woff') format('woff'),
         url('fonts/aller_bd-webfont.ttf') format('truetype'),
         url('fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'boycott';
    src: url('fonts/boycott_-webfont.woff2') format('woff2'),
         url('fonts/boycott_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- RESET DEFAULT BROWSER CSS --- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; /* font-family: inherit; */ vertical-align: baseline; }
* { -webkit-font-smoothing: antialiased; }
/* Remove perforated edge around links and border on linked images. */
* { outline:0 !important; }
a img { border: none; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* --- TYPOGRAPHY --- */
body { font-family: 'Open Sans'; background: #FFF; color: #555; line-height: 1.6em; }
p { margin: 0 0 25px; }
blockquote { margin: 25px 45px; background: #eee; padding: 25px 45px; color: #666; font-style: italic; border-left: 4px solid #de7e0c; position: relative; }
blockquote:before { font-family: 'Font Awesome 5 Pro'; content: "\f10d"; position: absolute; left: 15px; top: 25px; }
blockquote > *:last-child { margin-bottom: 0; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 25px; font-style: italic; }
del { color: #666; }
pre { margin: 25px 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Headings */
h1,.h1,h2,.h2,h3,h4,h5,h6 { color: #de7e0c; font-family: allerbold, sans-serif; }
h1, .h1 { font-size: 1.5em; line-height: 1.1em; padding-bottom: 0.4em; margin-bottom: 30px; text-transform: uppercase; border-bottom: 1px solid #e3e3e3; }
h2, .h2 { font-size: 1.4em; line-height: 1.1em; margin-bottom: 25px; }
h3 { font-size: 1.1em; line-height: 1.2em; margin-bottom: 20px; }
h4 { font-size: 1.0em; line-height: 1.2em; margin-bottom: 15px; color: #333; }
h5 { font-size: 1em; margin-bottom: 10px; color: #333; }
h6 { font-size: 1em; margin-bottom: 10px; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
h1 small { display: inline-block; font-size: 0.6em; color: #999; text-transform: initial; line-height: 1em; }

/* Links */
a { color: #de7e0c; text-decoration: none; }
a:focus, a:hover { color: #008554; text-decoration: none; }

/* Lists */
ul, ol, dl { margin: 0 0 25px 25px; }
li ul, li ol { margin: 0 25px; }
dl dt { font-weight: bold; }
dd { margin-left: 25px; }

/* Tables */
table { border-collapse: separate; border-spacing: 0; margin-bottom: 25px; }
table caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
th, td, table caption { padding: 5px 10px; border: 1px solid #000; }
td, table caption, tbody th { border-top: 0px; }
td:not(:first-child), th:not(:first-child) { border-left: 0px; }
th { font-weight: bold; background: #c3d9ff; }
tr:nth-child(even) td { background: #f2f2f2; }
table caption { font-style: italic; }
/* --- END TYPOGRAPHY --- */

/* --- UTILITIES --- */
img { max-width: 100%; height: initial !important; } /* make sure images retain original aspect ratio */
img.lazy { background: url('images/loading.gif') no-repeat 50% 50%; background-size: 100px 100px; }
.gm-style img { height: initial !important; } /* fix for Google Maps buttons */
img[style*="float: left"] { max-width: 50%; margin: 0 15px 10px 0; } /* floating images max 50% of container width from small size up */
img[style*="float: right"] { max-width: 50%; margin: 0 0 10px 15px; }
@media (max-width: 575px) { img[style*="float: left"], img[style*="float: right"] { margin: 0 auto 25px; display: block; max-width: 100%; float: none !important; } }
.error { color: red; background: #fff; padding: 5px; border: 1px solid red; margin: 10px 0; display: inline-block; }
.iframe-container { overflow: hidden; position: relative; padding-top: 56.25%; /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */ }
.iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
hr { margin: 20px 0; border: 0; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #fff; }
.uppercase { text-transform: uppercase; }
.orange { color: #de7e0c; }

/* Transitions */
a, .navbar-nav .nav-link, button, .cta a img, .cta .overlay, .spiritWell h4, .recipeCta .title, .merchCta .title, .merchCta .title .price, .nav-tabs a img { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

/* Buttons */
.button { display: inline-block; opacity: 0.9; font-family: allerbold; padding: 0.2em 0.8em 0.4em; line-height: 1.4em; background: #de7e0c; color: #FFF; border-radius: 4px; border: 0; cursor: pointer; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); text-transform: uppercase; }
.button:hover, .button:focus { opacity: 1;  color: #FFF; text-decoration: none; box-shadow: 0px 0px 2px rgba(0,0,0,0.3); }
.button.sm { font-family: aller; padding: 0.3em 0.7em 0.2em; font-size: 0.95em; }
.button.green { background: #008554; }
.button.red { background: #9d213b; }
.button.grey { background: #eeeeee; color: #de7e0c; text-shadow: none; }
.button:before { font-family: 'Font Awesome 5 Pro'; padding-right: 10px; }
.button.btnNext:after { content: "\f054"; font-family: 'Font Awesome 5 Pro'; padding-left: 10px; }
.button.btnPrevious:before { content: "\f053"; }
.button.reviews:before { content: "\f1ea"; }
.button.recipes:before { content: "\f561"; }
.button.awards:before { content: "\f559"; }
.button.buy:before { content: "\f07a"; }
.button.location:before { content: "\f3c5"; }
.button.orderform:before { content: "\f0ae"; }
.button.about:before { content: "\f05a"; }
.button.calendar:before { content: "\f073"; }
.button.spirits:before { content: "\f7a0"; }
.button.newsletter:before { content: "\f09e"; }
.button.contact:before { content: "\f0e0"; }
.button.send:before { content: "\f00c"; }
.button.check:before { content: "\f00c"; }
.button.settings:before { content: "\f013"; }

.nextPrevBtns { display: flex; justify-content: space-between; }

/* Alert */
body.ageNotVerified { overflow: hidden; }
.ageVerification { pointer-events: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; padding: 15px; z-index: 99999999999; opacity: 0; background: rgba(0,0,0,0.75); color: #FFF; display: flex; justify-content: center; align-items: center; border-radius: 0; border: 0px; text-align: center; margin: 0; overflow: hidden; -webkit-transition: all 0.75s ease-out; -moz-transition: all 0.75s ease-out; -o-transition: all 0.75s ease-out; transition: all 0.75s ease-out; }
.ageNotVerified .ageVerification { opacity: 1; pointer-events: all; }
.ageVerification .box { position: relative; display: inline-block; border: 15px solid #FFF; border-radius: 5px; background: #FFF url('images/age-verify.jpg') center no-repeat; background-size: cover; }
.ageVerification .box button { position: absolute; }
.ageVerification .box button.yes { left: 35.5%; top: 38.8%; transform: translate(-50%, -50%); }
.ageVerification .box button.no { right: 24.1%; top: 50.1%; transform: translate(50%, -50%); }
body.ageRefused .box { background-image: url('images/age-refused.jpg'); }
body.ageRefused .box button { display: none; }

/* --- HEADER --- */
header { background: #d8d8d9; padding-bottom: 10px;  }
header .logo { float: left; max-width: 115px; padding: 2px 0; }
header .utilityNav ul { display: flex; margin: 8px 0; font-size: 0.85em; }
header .utilityNav li { display: inline-block; border-left: 1px solid #000; }
header .utilityNav li:first-child { border: 0px; }
header .utilityNav li a { display: block; padding: 0px 10px; font-family: aller; white-space: nowrap; color: #000; line-height: 1.1em; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); }
header .utilityNav li.here a { color: #de7e0c; text-shadow: none; }
header .utilityNav li:last-child a { padding-right: 0; }
header .utilityNav li a:hover, header .utilityNav li a:focus { color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
.socialNav { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; }
.socialNav ul { display: inline-flex; margin: 0 0 5px; }
ul.special li { list-style-type: none; display: inline-block; font-size: 0.83em; }
ul.social li { list-style-type: none; display: inline-block; padding-left: 10px; }
ul.social li a.icon { background: #f5f5f5; height: 25px; width: 25px; display: block; color: #d8d8d9; border-radius: 3px; line-height: 24px; font-size: 18px; text-align: center; }
ul.social li a.icon:hover, ul.social li a.icon:focus { background: #de7e0c; color: #FFF; }

/* Main Navigation Global Styles */
.navbar { margin: 0 -10px; padding: 0; clear: both; }
.navbar-brand { color: #000; margin-left: 10px; font-family: aller; }
.navbar-toggler { border-color: #000; margin-right: 10px; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-brand:hover, .navbar-brand:focus { color: #de7e0c; }
.navbar-toggler:hover, .navbar-toggler:focus  { border-color: #de7e0c; }
.navbar-toggler:hover .navbar-toggler-icon, .navbar-toggler:focus .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(222, 126, 12, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-nav { margin: 0; padding: 0; width: 100%; }

#google-reviews { flex-direction: column; }

@media (min-width: 400px) { /* Custom step for more usable header on most phones */
	header { padding-bottom: 0; }
	header .logo { max-width: 165px; }
	.navbar-brand { position: absolute; right: 105px; top: -48px; }
	.navbar-toggler { position: absolute; right: 0; top: -48px; }
}

@media (min-width: 768px) { /* Bootstrap MD and up */
	.socialNav { flex-direction: row; top: 15px; }
	ul.special li { font-size: 1em; }
	ul.social li a.icon { height: 32px; width: 32px; border-radius: 4px; line-height: 32px; font-size: 22px; }
	.navbar-brand, .navbar-toggler { top: -60px; }
}

/* Mobile Styles */
@media (max-width: 991px) {
	.navbar-nav .nav-link { color: #000; border-top: 1px solid #CCC; padding: 10px; text-align: left; font-family: allerbold; }
	.navbar-nav.sm-collapsible .has-submenu { padding-right: 60px }
	.navbar-nav.sm-collapsible .sub-arrow { margin: 0 10px 0 0; transform: translateY(-50%); border: 1px solid #000; color: #000; line-height: 1em; }
	.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active { color: #de7e0c; }
	.navbar-nav .nav-link.highlighted { background: #FFF; color: #de7e0c; }
	.navbar-nav.sm-collapsible .nav-link:hover .sub-arrow, .navbar-nav.sm-collapsible .nav-link:focus .sub-arrow, .navbar-nav .nav-link.highlighted .sub-arrow { color: #de7e0c; border-color: #de7e0c; }
	/* Level 2 */
	.dropdown-menu { background: #FFF; border-radius: 0; padding: 0; margin: 0; border: 0; }
	.dropdown-item { padding: 6px 25px; font-family: aller; }
	.dropdown-item:hover, .dropdown-item.active { background: transparent; color: #de7e0c; }
	.navbar-nav.sm-collapsible .dropdown-item:hover .sub-arrow, .navbar-nav.sm-collapsible .dropdown-item.active .sub-arrow, .navbar-nav.sm-collapsible .dropdown-item:active .sub-arrow, .navbar-nav.sm-collapsible .dropdown-item.highlighted .sub-arrow { color: #de7e0c; border-color: #de7e0c; }
	.navbar-nav.sm-collapsible .dropdown-item .sub-arrow { border: 1px solid #333; color: #333; }
	/* Level 3 */
	.dropdown-item.highlighted { background: #F9F9F9; color: #de7e0c; border-bottom: 1px solid #DDD; }
	.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: 0; border: 0; background: #F9F9F9; }
	.dropdown-menu .dropdown-menu .dropdown-item { padding: 5px 40px; }
}
/* Desktop Styles */
@media (min-width: 992px) {
	header { position: fixed; width: 100%; z-index: 99999; }
	header .container { position: relative; padding-left: 215px; display: flex; flex-direction: column; align-items: flex-end; }
	header .logo { max-width: 190px; position: absolute; left: 15px; top: 0; }
	.socialNav { position: initial; transform: initial; padding-top: 80px; }
	.navbar-brand, .navbar-nav > .nav-item > .nav-link > .sub-arrow { display: none; }
	.navbar-nav { justify-content: space-between; }
	.navbar-expand-lg .navbar-nav .nav-link { color: #000; padding: 10px 10px 15px; font-family: allerbold; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); text-transform: uppercase; white-space: nowrap; line-height: 1.1em; }
	.navbar-nav .nav-link.active { color: #de7e0c; }
	.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.highlighted { color: #FFF; background: #de7e0c; border-radius: 4px 4px 0 0; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
	/* Level 2 */
	.navbar-nav .dropdown-menu { border: 0px; border-radius: 0 0 4px 4px; background: #e5e5e5; padding: 0; }
	.navbar-nav > .nav-item > .dropdown-menu { border-top: 0px; padding: 10px 0; }
	.dropdown-item { padding: 6px 10px; font-family: allerbold; font-size: 0.9em; text-transform: uppercase; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); line-height: 1.1em; }
	.dropdown-item.active { background: transparent; color: #de7e0c; }
	.dropdown-item:hover, .dropdown-item.active:hover, .dropdown-item.highlighted { background: transparent; color: #de7e0c; }
	.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow { margin: 0 10px 0 0; transform: translateY(-40%); border: 0px; }
	/* Level 3 */
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu { transform: translate(2px,8px); }
}
@media (min-width: 1200px) { /* Bootstrap XL and up */
	header .logo { max-width: 205px; }
	header .utilityNav ul { margin: 10px 0; font-size: 0.9em; }
	.navbar { font-size: 1.1em; margin: 0 -15px }
	.navbar-expand-lg .navbar-nav .nav-link { padding: 10px 15px 15px; }
	.dropdown-item { padding: 6px 15px; font-size: 0.95em; }
	.socialNav { padding-top: 90px; }
}
@media (min-width: 1420px) { /* Custom added responsive step above 1420px */
	header .logo { max-width: 220px; }
	header .utilityNav ul { font-size: 0.95em; }
	.navbar { font-size: 1.2em; }
}

/* --- SECTIONS, BLOCKS & ELEMENTS --- */
main { }
.block { margin-bottom: 45px; /*background: rgba(200,200,200,0.1)*/ }
.block > *:last-child, .block.row > div[class^="col-"] > *:last-child { margin-bottom: 0; }
.section { padding: 46px 0 1px; }
.section.grey { background: #e7e6e6; }
.section.darkgrey { background: #333; }
.section.red { background: #ac0005; }
.section.bgVideo { position: relative; background-color: transparent !important; background-position: center; background-size: cover; }
.section.bgVideo .videoForeground { z-index: -1; pointer-events: none; overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section.bgVideo .videoForeground iframe { width: 100vw; height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */ min-height: 100vh; min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.section.bgVideo .overlay { width: 100%; display: flex; align-items: center; padding: 145px 0 100px; background: rgba(0,0,0,0.5); }
.section.bgImg { background-position: center; background-repeat: no-repeat; background-size: cover; }
.section.bgImg.top { background-position: center top; }
.section.bgImg.bottom { background-position: center bottom; }
.section.bgImgOrVid.white .overlay { background: rgba(255,255,255,0.5); }
.section.bgImgOrVid.lightgrey .overlay { background: rgba(200,200,200,0.5); }
.section.bgImgOrVid.darkgrey .overlay { background: rgba(51,51,51,0.5); }
.section.bgImgOrVid.red .overlay { background: rgba(172,0,5,0.5); }

.well { padding: 20px; margin-bottom: 30px; background: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; }
.sidebar { margin-top: 30px; }

.dark, .dark h1, .dark .h1, .dark h2, .dark .h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #FFF; }
.dark a { color: #FFF; }
.light { color: #000; }
.light h1, .light .h1, .light h2, .light .h2, .light h3, .light h4, .light h5, .light h6, .light a:not(.button) { color: #de7e0c; }

/* --- FOOTER --- */
footer { font-size: 0.9em; color: #FFF; background: #020100 url(images/bg-footer.jpg) no-repeat center top; padding: 60px 0 0 0; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9); border-top: 10px solid #d8d8d9; }
footer h4 { font-size: 1.3em; color: #de7e0c; margin-bottom: 10px; }
footer ul { margin: 0 0 25px; }
footer ul li { list-style-type: none; padding: 0 0 4px }
footer p { margin-bottom: 15px; }
footer a { color: #FFF; display: inline-block; line-height: 1.2em; }
footer a:hover, footer a:focus { color: #de7e0c; }
footer .button { margin-bottom: 25px; }
.copyright { color: #999; padding: 25px 0; }
.copyright p { margin: 0; }
.copyright a { color: #999; }
.copyright a:hover, .copyright a:focus { color: #FFF; }

/* Homepage */
.homeSliderRow { margin-top: -30px; }
.cta { position: relative; margin-bottom: 20px; overflow: hidden; }
.cta a, .cta img { display: block; width: 100%; }
.cta .overlay { font-size: 2em; padding: 5px 10px; font-family: boycott; color: #FFF; line-height: 0.95em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9); position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; display: flex; justify-content: center; align-items: center; }
.cta a img { transform: scale(1); }
.cta a:hover img, .cta a:focus img { transform: scale(1.05); }
.cta a:hover .overlay, .cta a:focus .overlay { background: rgba(0, 0, 0, 0.3); }
.homeSliderRow .cta:last-child { margin-bottom: 0; }
.links .button { margin: 10px 10px 0 0; }
.homeAwards .title { font-size: 1.4em; font-family: aller; margin-bottom: 15px; display: block; }
.homeAwards .img, .homeAwards .img img { display: block; }
.homeNews { margin-top: 15px; padding-top: 30px; border-top: 1px solid #e3e3e3; }
.homeNews h4 { margin-bottom: 5px; }
.homeNews .date { font-family: allerbold; font-size: 0.95em; margin-bottom: 10px; }
.spiritWell { padding: 10px 20px 25px 120px; height: calc(100% - 20px); min-height: 90px; margin-bottom: 20px; position: relative; background-position: 20px -91px; background-repeat: no-repeat; background-size: 80px auto; display: flex; align-items: center; }
.spiritWell h4 { margin: 0; color: #de7e0c; }
.spiritWell:hover h4, .spiritWell:focus h4 { color: #008554; }
.spiritWell .bottleImg { max-height: 60px; }
.spiritWell .learnMore { position: absolute; right: 10px; bottom: 3px; font-size: 0.75em; }
.spiritWell.height9 { background-position: 20px -82px; }
.spiritWell.height10 { background-position: 20px -120px; }
.spiritWell.height12 { background-position: 20px -149px; }
.random-bottle a, .random-bottle img { text-align: center; }
.random-bottle img { width: 150px; }
.random-bottle h4 { color: #de7e0c; }
.random-bottle h4:hover { color: #008554; }
.random-bottle { text-align: center; }
.random-bottle p { text-align: left; }

/* Spirits */
.spiritListings .bottleImages { display: flex; justify-content: space-between; align-items: flex-end; }
.spiritListings .bottleImages .bottle img { transform-origin: bottom center; transform: scale(0.9); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease;  -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.spiritListings .bottleImages .bottle:hover img { transform: scale(1); }

.spiritsList .spiritCta { display: block; margin-bottom: 30px; }
.spiritsList .spiritCta img { display: block; width: 100%; margin-bottom: 5px; border-radius: 5px; }
.spiritsList .spiritCta .summary { display: block; margin-bottom: 5px; color: #555; }
.spiritsList .spiritCta .readMore { display: block; }
.spiritsList .spiritCta:hover img, .spiritsList .spiritCta:focus img { box-shadow: 0 0 10px rgba(0,0,0,0.618); }

.spiritDetail .banner img { display: block; width: 100%; margin-bottom: 20px; }
.spiritDetail h1 { display: inline-block; width: calc(70% - 25px); }
.spiritDetail .bottleImg { float: right; max-width: 30%; margin: -70px 0 15px 25px; position: relative; }
.spiritDetail .bottleImg.height9 { margin-top: -90px; }
.spiritDetail .bottleImg.height10 { margin-top: -110px; }
.spiritDetail .bottleImg.height12 { margin-top: -130px; }
.spiritDetail .videoBlock { clear: both; margin-top: 30px; }
.spiritDetail .links { text-align: center; }

.shopify_button { text-align: center; margin-bottom: 20px; }
.shopify-buy-frame { display: inline-block !important; }

/* Awards */
.awardsList { display: flex; flex-direction: column; flex-direction: space-between; }
.spiritAwardsList { display: flex; flex-direction: column; }
.spiritAwardsList h2 { order: 1; }
.spiritAwardsList .imgList { order: 2; display: flex; margin: 0 0 15px; flex-wrap: wrap; }
.spiritAwardsList .imgList img { max-width: 80px; }
.spiritAwardsList .imgList li { list-style-type: none; padding: 0 2px; }
.spiritAwardsList .textList { order: 3; margin: 0 0 25px; }
.spiritAwardsList .textList li { list-style-type: none; padding: 0 0 10px 30px; font-weight: 600; position: relative; }
.spiritAwardsList .textList li:before { font-size: 1.1em; font-weight: 300; font-family: 'Font Awesome 5 Pro'; content: "\f559"; position: absolute; left: 5px; top: -1px; }

/* Reviews */
.reviewList { display: flex; flex-direction: column; flex-direction: space-between; }
.spiritReviewList:not(:last-child) p:last-child { border-bottom: 1px solid #e3e3e3; margin-bottom: 45px; padding-bottom: 45px; }
.spiritReviewList h2 { display: flex; align-items: center; }
.spiritReviewList .bottleImg { max-width: 40px; margin-right: 20px; }

/* Recipes */
.filterButtons { margin-bottom: 24px; text-align: center; }
.filterButtons .button { margin: 0 3px 6px 0; }
.filterButtons .button.sm { font-size: 0.85em; }
.recipesList { margin: 0 -10px; overflow: hidden; }
.recipesList .isotopeSizer, .recipeItem { width: 50%; margin-bottom: 20px; }
.recipeCta { display: block; max-width: 100%; padding: 0 10px; }
.recipeCta .img { display: block; border-radius: 5px; width: 100%; height: 165px; background-image: url(/uploads/images/recipes/_thumb/recipe-default.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: flex-end; }
.recipeCta .title { display: block; border-radius: 0 0 5px 5px; width: 100%; padding: 4px 5px 10px; background: rgba(0,0,0,0.4); font-family: allerbold; color: #FFF; text-align: center; line-height: 1em; }
.recipeCta:hover .title, .recipeCta:focus .title { background: rgba(222,126,12,0.9); }

/* Merch */
.merchList { margin: 0 -10px; overflow: hidden; }
.merchList .isotopeSizer, .merchItem { width: 50%; margin-bottom: 20px; }
.merchCta { display: block; max-width: 100%; padding: 0 10px; }
.merchCta .img { display: block; border-radius: 5px 5px 0 0; width: 100%; height: calc(50vw - 25px); background-image: url(/uploads/images/recipes/_thumb/recipe-default.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: flex-end; }
.merchCta .img.portrait { height: calc((50vw - 25px) * 1.3); }
.merchCta .img.landscape { height: calc((50vw - 25px) / 1.3); }
.merchCta .title { display: block; border-radius: 0 0 5px 5px; width: 100%; padding: 4px 5px 10px; background: #f5f5f5; border: 1px solid #e3e3e3; border-top: 0px; font-family: allerbold; color: #de7e0c; text-align: center; line-height: 1.3em; }
.merchCta .title .price { color: #9d213b; }
.merchCta:hover .title, .merchCta:focus .title { background: rgba(222,126,12,0.9); color: #FFF; }
.merchCta:hover .title .price, .merchCta:focus .title .price { color: #FFF; }

.merchDetail .flexslider .slides img { width: initial; margin: 0 auto; }
.merchDetail h1 { border: 0px; padding: 0px; color: #9d213b; margin-bottom: 30px; }
.merchDetail .merchInfo { margin-bottom: 30px; display: flex; align-items: center; }
.merchDetail .merchInfo .price { font-size: 2em; line-height: 1em; margin-top: -10px; font-family: allerbold; color: #008554; margin-right: 20px; }

/* Fluid Fields */
.staffItem { border-top: 1px solid #e3e3e3; padding-top: 30px; margin-top: 30px; }
.staffItem h2, .staffItem h4 { margin-bottom: 12px; }
.staffItem .staffImg { float: left; margin: 0 30px 10px 0; max-width: 45%; }

/* Tabs */
.tabs { margin-bottom: 30px; }
.nav-tabs { margin: 0 0 10px; display: flex; justify-content: center; flex-wrap: nowrap; border: 0px; }
.nav-tabs li { display: inline-block; width: 20%; }
.nav-tabs a { display: block; position: relative; }
.nav-tabs a img { display: block; opacity: 0.5; position: relative; z-index: 1; }
.nav-tabs a.active img { opacity: 1; }
.nav-tabs a.active:before { content: ""; display: block; width: 1px; height: 50%; background: #CCC; position: absolute; left: 50%; bottom: -11px; z-index: 0; }
.tab-content .well { margin: 0; }

/* Sidebar */
.sidebar .block { margin-bottom: 30px; }
.sidebar .block:last-child { margin-bottom: 0; }
.sidebar .ctaLinks .row > div:last-child .cta { margin-bottom: 0; }
.sidebar .recipesList { margin: 0; }
.sidebar .recipeItem { width: 100%; }
.sidebar .recipeItem .recipeCta { padding: 0; }
.sidebar .recipeItem .recipeCta .img { height: calc(75vw - 55px); }
.sidebar .bookTour p, .sidebar .bookTour ul { margin-bottom: 15px; }

.lazyBg > img.lazy { display: block; height: 0px !important; width: 0px !important; }

/* Expanding Panels */
@keyframes arrowSpinOut {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(180deg); }
}
@keyframes arrowSpinIn {
	0% { transform: rotate(180deg); }
	100% { transform: rotate(0deg); }
}

.accordion { }
.card { border-color: #C1C1C1; }
.card-header { font-size: 1em; line-height: 1.4em; padding: 0; }
.card-header h4 { margin: 0; }
.card-header a { display: block; padding: 5px 10px 12px 30px; position: relative; cursor: pointer; }
.card-header a:hover, .card-header a:focus { text-decoration: none !important; }
.card-header a .fa { display: inline-block; height: 15px; width: 15px; font-size: 14px; line-height: 12px; position: absolute; left: 9px; top: 12px; animation: 0.4s ease 0s normal forwards 1 running arrowSpinOut; }
.card-header a.collapsed .fa { animation: 0.4s ease 0s normal forwards 1 running arrowSpinIn; }
.card-body { border: 0px; padding-left: 30px; padding-bottom: 5px; }

/* News & Blog Styles */
.categoriesList, .tagsList { margin-bottom: 30px; }
.categoriesList ul, .tagsList ul, .archivesList ul { margin-bottom: 0px; }
.archivesList .archiveLink { display: block; }
.archivesList .archiveLink:last-child { margin-bottom: 15px; }
.archivesList .panel-title a .fa { top: 12px; }
.videoThumb { position: relative; }
.videoThumb .playBtn { top: 39%; left: 41%; background: url('images/youtubePlay.png') no-repeat; width: 40px; height: 28px; display: inline-block; position: absolute; }

.newsItem:not(:first-child) {  border-top: 1px solid #e3e3e3; padding-top: 30px; margin-top: 30px; }
.newsItem .image, .newsItem .videoThumb { float: right; max-width: 200px; margin: 0 0 10px 25px; }
.newsItem h2 { margin-bottom: 15px; }
.newsItem .excerpt { margin-bottom: 10px; }

.newsInfo { font-size: 1.15em; margin-bottom: 10px; }
.newsInfo .date { color: #999; font-family: allerbold; margin-right: 20px; }

.newsDetail h1 { margin-bottom: 10px; }
.newsDetail .newsInfo { margin-bottom: 30px; }
.newsDetail .image { text-align: center; }
.newsDetail .embed-responsive { margin-bottom: 30px; border-radius: 5px; }

.socialShare { margin-top: 45px; }

/* Paging */
.paging { border-top: 1px solid #e3e3e3; padding-top: 30px; margin-top: 30px; }
.paging ul { margin: 0; }
.paging li { display: inline-block; line-height: 25px; }
.paging li.pages { margin-right: 10px; }
.paging li a { border: 1px solid #000; padding: 0 8px; display: inline-block; line-height: 25px; }
.paging li a.active { color: #000; }

/* Contact */
h4.locationInfo { margin-bottom: 25px; }

/* Forms */
.form label { display: block; }
.form .formInput { margin-bottom: 10px; }
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea { width: 100%; }
.form .formSubmit { text-align: right; }
.error-inline { color: #de7e0c; }

/* Cookie Consent */
.cookies { position: fixed; left: 0; bottom: 0; width: 100%; padding: 15px; background: #d8d8d9; z-index: 999; text-align: center; color: #000; }
.cookies p { margin-bottom: 12px; }
.cookiesInfo label, .cookiesInfo .button { margin: 0 5px; }

/* Mobile-first responsive styles - build up from Mobile */
@media (min-width: 400px) { /* Custom step  */
	h1, .h1 { font-size: 1.65em; }
	h2, .h2 { font-size: 1.5em; }
	h3 { font-size: 1.2em; }
	h4 { font-size: 1.05em; }
	.cta .overlay { font-size: 2.8em; }
}

@media (min-width: 576px) { /* Bootstrap SM and up */
	.ageVerification .box button { font-size: 1.1em; padding: 0.4em 0.8em 0.6em; }
	h1, .h1 { font-size: 1.8em; }
	h2, .h2 { font-size: 1.6em; }
	h3 { font-size: 1.3em; }
	.cta .overlay { font-size: 3em; }
	.spiritDetail .bottleImg { margin-top: -90px; }
	.spiritDetail .bottleImg.height9 { margin-top: -110px; }
	.spiritDetail .bottleImg.height10 { margin-top: -130px; }
	.spiritDetail .bottleImg.height12 { margin-top: -160px; }
	.isotopeItem, .isotopeSizer { margin-bottom: 30px; }
	.recipesList, .merchList { margin: 0 -15px; }
	.recipeCta, .merchCta {padding: 0 15px; }
	.merchCta .img { height: 240px; }
	.merchCta .img.portrait { height: 312px; }
	.merchCta .img.landscape { height: 185px; }
	.sidebar .recipesList { margin: 0 -10px; display: flex; flex-wrap: wrap; justify-content: center; }
	.sidebar .recipeItem { width: 50%; }
	.sidebar .recipeItem .recipeCta { padding: 0 10px; }
	.sidebar .recipeItem .recipeCta .img { height: 180px; }
}

@media (min-width: 768px) { /* Bootstrap MD and up */
	h1, .h1 { font-size: 2.1em; }
	h2, .h2 { font-size: 1.8em; }
	h3 { font-size: 1.4em; }
	.section.bgVideo { background-image: none !important; }
	.cta .overlay { font-size: 1.6em; }
	.homeSliderRow { margin-top: -35px; margin-bottom: -45px !important; }
	.homeSliderRow .well { margin-top: 16px; padding: 0; border: 0px; background: transparent; }
	.homeSliderRow .cta { margin-bottom: 12px; border-radius: 4px; }
	.spiritDetail .bottleImg { margin-top: -130px; }
	.spiritDetail .bottleImg.height9 { margin-top: -150px; }
	.spiritDetail .bottleImg.height10 { margin-top: -170px; }
	.spiritDetail .bottleImg.height12 { margin-top: -200px; }
	.filterButtons .button.sm { font-size: 0.9em; }
	.isotopeItem, .isotopeSizer { width: 33.33333%; }
	.recipeCta .title { font-size: 1.1em; padding: 6px 5px 11px; }
	.merchCta .img { height: 210px; }
	.merchCta .img.portrait { height: 273px; }
	.merchCta .img.landscape { height: 162px; }
	.sidebar .ctaLinks { padding-bottom: 0; }
	.sidebar .ctaLinks .row > div:last-child .cta { margin-bottom: 20px; }
	.sidebar .recipeItem .recipeCta .img { height: 240px; }
}

@media (min-width: 992px) { /* Bootstrap LG and up - Menu no longer collapsed at this size and up */
	a[name]:not([name=""]) { padding-top: 150px; margin-top: -150px;} /* Offset anchors for sticky header */
	h1, .h1 { font-size: 2.4em; }
	h2, .h2 { font-size: 2em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.1em; }
	.reverseLg .row { flex-direction: row-reverse; }
	.contentImage .img img, .contentVideo .video > div { margin-bottom: 0px; }
	.cta .overlay { font-size: 2.2em; }
	.homeSliderRow .well { margin-top: 22px; }
	.homeSliderRow .cta { margin-bottom: 14px; }
	.spiritDetail .bottleImg { margin-top: -170px; }
	.spiritDetail .bottleImg.height9 { margin-top: -190px; }
	.spiritDetail .bottleImg.height10 { margin-top: -230px; }
	.spiritDetail .bottleImg.height12 { margin-top: -270px; }
	.recipeCta .img { height: 205px; }
	.merchCta .img { height: 290px; }
	.merchCta .img.portrait { height: 377px; }
	.merchCta .img.landscape { height: 223px; }
	.sidebar .recipeItem { width: 100%; }
	.sidebar .recipeItem .recipeCta .img { height: 210px; }
}

@media (min-width: 1200px) { /* Bootstrap XL and up */
	a[name]:not([name=""]) { padding-top: 165px; margin-top: -165px;}
	h1, .h1 { font-size: 2.7em; }
	h2, .h2 { font-size: 2.15em; }
	h3 { font-size: 1.55em; }
	h4 { font-size: 1.15em; }
	.videoRestrictedWidth { padding: 0 15%; }
	.cta .overlay { font-size: 2.5em; }
	.homeSliderRow .well { margin-top: 25px; padding: 16px; background: #f5f5f5; border: 1px solid #e3e3e3; }
	.homeSliderRow .cta { margin-bottom: 17px; border-radius: 0; }
	.homeSliderRow .cta:last-child { margin: 0; }
	.spiritDetail .bottleImg { margin-right: 15px; margin-top: -220px }
	.spiritDetail .bottleImg.height9 { margin-top: -240px; }
	.spiritDetail .bottleImg.height10 { margin-top: -300px; }
	.spiritDetail .bottleImg.height12 { margin-top: -360px; }
	.isotopeItem, .isotopeSizer { width: 25%; }
	.merchCta .img { height: 255px; }
	.merchCta .img.portrait { height: 332px; }
	.merchCta .img.landscape { height: 196px; }
	.tabs { display: flex; }
	.nav-tabs { margin: 0 30px 0 0; flex-direction: column; justify-content: flex-start; }
	.nav-tabs li { width: 100px; }
	.nav-tabs a.active:before { width: 50%; height: 1px; left: initial; right: -31px; bottom: 50%; }
	.tab-content .well { min-height: 100%; }
	.sidebar .recipeItem .recipeCta .img { height: 210px; }
}

@media (min-width: 1420px) { /* Custom added responsive step above 1420px */
	a[name]:not([name=""]) { padding-top: 180px; margin-top: -180px;}
	h1, .h1 { font-size: 3em; }
	h2, .h2 { font-size: 2.3em; }
	h3 { font-size: 1.6em; }
	h4 { font-size: 1.2em; }
	.container { max-width: 1380px; }
	.cta { margin-bottom: 18.5px; }
	.cta .overlay { font-size: 2.8em; }
	.homeSliderRow .well { margin-top: 30px; padding: 20px; }
	.homeSliderRow .cta { margin-bottom: 18px; }
	.spiritDetail .bottleImg { margin-right: 30px; margin-top: -240px; }
	.spiritDetail .bottleImg.height9 { margin-top: -320px; }
	.spiritDetail .bottleImg.height10 { margin-top: -380px; }
	.spiritDetail .bottleImg.height12 { margin-top: -450px; }
	.filterButtons .button.sm { font-size: 0.95em; }
	.recipeCta .img { height: 225px; }
	.merchCta .img { height: 315px; }
	.merchCta .img.portrait { height: 410px; }
	.merchCta .img.landscape { height: 242px; }
	.nav-tabs li { width: 125px; }
	.sidebar .recipeItem .recipeCta .img { height: 260px; }
}
