/*
Theme Name: Hatch Distilling 2021
Author: Sharp Hue
Version: 2021
*/ 

/*Visual Composer Styles*/
#content .homepage-tagline { font-size: 22px; font-style: italic; font-weight: 500; }
#content .homepage-h1 { line-height: 1em; padding: 0 0 7px 0; font-size: 38px; font-weight: bold; }
#content .contact-heading {font-size: 28px;}
#content .social-media-heading {font-size: 32px;}
#content .contact-text p {font-size: 18px;}
#content .white-text { color:#fff !important; }
#content .white-text a { color:#fff !important; }
#content .content-btn a { text-decoration: none; font-size: 18px; white-space: nowrap; color: #000; padding: 15px 55px; border: 1px solid #000; font-weight: 600;}
/* #content .content-btn:hover a { background: #000; color: #fff;} */
#content .content-btn2 a { text-decoration: none; font-size: 18px; white-space: nowrap; color: #000; padding: 15px 55px; background: #fff; font-weight: 600;}

/*scrollbar*/
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #ccc; }
::-webkit-scrollbar-thumb:hover { background: #aaa; }

/*Fonts*/
h1, h2, h3, h4, h5, h6 {font-family: Bebas Neue, sans-serif; font-weight: 400; font-style: normal;}
ul, ol, li, p, div, span { font-family: 'Roboto Slab', serif; }
#content p a {color: #000; font-weight: bold;}

/*Header*/
html,
body { scroll-behavior: smooth; }
/* body { position:relative; padding-top:120px; } */
body.admin-bar #header.fixed  { top:32px !important; }
@media(max-width: 782px) {
	body.admin-bar #header.fixed  { top:46px !important; }
}
@media(max-width: 867px) {
/*   body { padding-top:60px; } */
}
@media(max-width: 600px) {
  body.admin-bar { position:inherit; }  
  body.admin-bar #header.fixed  { top:0 !important; }
  body.admin-bar #header.absolute  { top:46px !important; }  
  body.admin-bar #header.absolute.fixed  { top:0 !important; }
}
#header { min-height: 120px; z-index: 99999; }
#header.compact { min-height: 80px; background: #000; }
#header.transition,
#header.transition div { -webkit-transition: all 100ms; transition: all 100ms; }
#header.absolute { position: absolute; top: 0; width: 100%; z-index:2;}
#header.absolute.compact {z-index:4;}
#header.fixed { position: fixed; top: 0; width: 100%; }
#header .container { max-width: 1400px; position: relative; padding: 0 15px; }
#header .logo { line-height: 120px; width:300px; display: inline-block;}
#header.compact .logo { line-height: 80px; }
#header .logo img { vertical-align:middle; max-width: 195px; }
#header.compact .logo img { vertical-align:middle; max-width: 120px; }
#header .menu { display: inline-block; cursor:pointer; float: right; color: #fff; background: #edbb43; padding: 6px 10px; border-radius: 4px; position: relative; top: 30px; font-size: 22px; }
#header.compact .menu {top: 15px;}
#header.slide { animation-name: slide; animation-duration: 300ms; }
@-webkit-keyframes slide { from {top: -200px;} to {top: 0px;} }
@keyframes slide { from {top: -200px;} to {top: 0px;} }

#header.fade { animation-name: fade; animation-duration: 300ms; }
@-webkit-keyframes fade { from {opacity: 0;} to {opacity: 1;} }
@keyframes fade { from {opacity: 0;} to {opacity: 1;} }

.sticky {position: fixed;
  top: 0;
  width: 100%;}

@media(max-width: 867px) {
	html.menu-on,
	html.menu-on body { overflow:hidden; }
	html.menu-on #header { overflow-y: scroll; height: 100%; }
	#header { min-height: auto; }
	#header .container { padding: 0; }
	#header .logo { line-height: 0; padding: 10px; }
	#header .logo img { width: auto; height: 40px !important; }
  #header .logo2 img { width: auto; height: 40px !important; }
}

/*Nav*/
#nav { position:absolute; top:40px; right: 10px; display: none; }
#header.compact #nav { top:20px; }
#nav nav > ul { display:table; width:100%; list-style:none; }
#nav ul > li { float:left; }
#nav ul li > a { display:block; height:40px; padding:0 20px; line-height:40px; font-size:18px; color:#222222;  text-decoration:none; }
#nav ul li:hover > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a,
#nav ul li.current_page_parent > a  {  }
#nav ul li.menu-item-has-children > a {  }
#nav ul li > a i { font-size:15px; }

/*Sub Nav*/
#nav ul li { position:relative; }
#nav ul ul { display:none; position:absolute; left:0px; top:100%; min-width:200px; height:auto; background:#e5e5e5; list-style:none; 
-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	 -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1); 
}
#nav ul li:last-child ul { left:auto; right:0; }
#nav ul li:hover ul { display:block; }
#nav ul li ul li { float:none; margin:0; padding:0; }
#nav ul li ul li a { display:block; height:auto; padding:0 15px; line-height:35px; font-size:18px; color:#222222; text-decoration:none; white-space:nowrap; }
#nav ul li ul li:hover a { background:#555; color:#ffffff; }
#nav ul li ul li ul { display:none; }

/*Nav Btns*/
#nav .btn { padding:0; margin:0; }
#nav .btn a { padding: 12px 18px; margin-left: 10px; line-height:16px; height:auto; color: #fff; text-decoration: none;  white-space:nowrap; }
#nav .btn a i { margin-right: 5px; }
#nav .btn.primary a { margin-left:30px; }
#nav .btn.primary a { background-color: #555; }
#nav .btn.primary a:hover { transition: : .8s; }
#nav .btn.secondary a { background-color: #222; }
#nav .btn.secondary a:hover { transition: .8s; }

@media(max-width: 1000px) {
  #nav .btn a { padding:12px; }
  #nav .btn.primary a { margin-left:10px; }
}

@media(max-width: 867px) {
	#nav { display:none; }
  #header.compact { min-height: 60px; }
	#header.compact .logo { line-height: 40px; }
  #header.compact #nav { top:0px; }
  #header.compact #nav .menu { top:-60px; }	
  #header .menu { display: block; position: absolute; text-align: center; font-size: 20px; line-height: 0px; right:13px; top:13px; padding: 8px 10px; }
}

/*mobile nav*/
  
  #mobile-nav { position:fixed; top:0; left:0; display:block; }
  #mobile-nav .menus { transition:left 100ms; z-index:9999; position:fixed; left:-451px; top:0; bottom:0; width:400px; max-width:100%; background:#fff; box-shadow:20px 0px 30px rgba(0,0,0,0.15); overflow:auto; }
  #mobile-nav .menus.right { transition:right 100ms; right:-451px; box-shadow:-20px 0px 30px rgba(0,0,0,0.15); }
  .show-nav { overflow:hidden; }
  .show-nav #mobile-nav .menus.show { left:0; z-index:99999999; }
  .show-nav #mobile-nav .menus.right.show { left:auto; right:0; }
  .show-nav #mobile-nav { z-index:99999999; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); content:""; }
  #mobile-nav ul { padding:40px 40px 20px 40px; list-style:none; }
  #mobile-nav ul li { margin-bottom:30px; }
  #mobile-nav ul li a { display:block; font-size:22px; font-weight:400; color:#222; text-decoration:none; font-family: Bebas Neue, sans-serif;}
  #mobile-nav ul li a i.fa-chevron-right { margin-left:15px; font-size:18px; }
  #mobile-nav .menus .top { z-index:3; position:relative; width:100%; height:60px; background:#fff; }
  #mobile-nav .menus .top span { line-height:60px; display:block; font-size:22px; font-weight:600; color:#222; text-align:center; }
  #mobile-nav .menus .top .fa-times { position:absolute; top:0; right:0; font-size:30px; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; color:#222; opacity:1; }
  #mobile-nav .menus .top .fa-arrow-left { position:absolute; top:0; left:0; font-size:26px; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; color:#222; opacity:1; }
  #mobile-nav .menus .top img { max-height:30px; margin:15px; }
  #mobile-nav .menus > div { z-index:2; transition:opacity 200ms; opacity:0; display:none; }
  #mobile-nav .menus > div.show { opacity:1; display:block; }
  #mobile-nav .menus .user .me { text-align:center; margin-bottom:60px; }
  #mobile-nav .menus .user .me b { display:block; line-height:20px; }
  #mobile-nav .menus .user .me small { font-size:16px; display:inline-block; line-height:20px; }
  #mobile-nav .menus .user .me .fa-user-circle { margin-bottom:20px; display:block; width:auto; text-align:center; font-size:80px; }
  #mobile-nav .menus .connect { padding:0 40px 40px 40px; }
  #mobile-nav .menus .connect .title { padding:40px 0 20px 0; border-top:1px solid #ddd; font-size:22px; font-weight:600; color:#222; }
  #mobile-nav .menus .connect ul { padding:0; }
  #mobile-nav .menus .connect ul li { margin:0 0 20px 0; }
  #mobile-nav .menus .connect ul li a { font-weight:400; font-size:18px; font-family: 'Roboto Slab', serif; }
  #mobile-nav .menus .connect ul li a i { width:30px; }
  #mobile-nav .menus .social { margin-bottom:40px; }
  #mobile-nav .menus .social a { display:inline-block; margin-right:15px; font-size:20px; color:#000; }
  #mobile-nav a.btn { margin:0; display:block; padding: 15px; line-height:24px; font-size:22px; font-weight:600; color: #000; text-decoration: none; text-align:center; border: 1px solid #000;}  

@media all and (min-height: 650px) { 
  #mobile-nav .menus .connect { position:relative; left:0; right:0; bottom:0;  }
}

/*Promo*/
#promo { position:relative; }
#promo .prev { z-index:2; position: absolute; top:50%; left: 25px; margin-top: -13px; font-size: 26px; color: #fff; cursor:pointer; }
#promo .next { z-index:2; position: absolute; top:50%; right: 25px; margin-top: -13px; font-size: 26px; color: #fff; cursor:pointer; }
#promo .wrapper { position:relative; width:100%; }
#promo .container { padding: 20% 5px; max-width:1400px; }
#promo .video { position: relative; display: block; width: 100%; max-width: 100%; margin: 0 auto;overflow: hidden; padding-top: 56.25%; }
#promo .video iframe,
#promo .video video { background: #f1f1f1; width: 100%; max-width: 100%; height: auto !important; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#promo .video iframe { border:none; height:100% !important; }
#promo .message.has-video { position:absolute; left:0; top:0; height:100%; width:100%; }
#promo h2 { margin:0 0 10px 0; padding:0; font-size:58px; line-height:70px;  color:#fff; text-align:center; }
#promo h2:before { display:none; }
#promo p { margin:0; padding:0; font-size:28px; line-height:24px; color:#fff; text-align:center; margin-bottom:30px; font-weight: 600;}

#promo .slider-btn {font-size: 18px; padding: 15px 25px; background: #fff; color: #000; text-decoration:none; font-weight: 600; cursor: pointer; display: inline-block;}
#promo .slider-btn.yellow {background: #edbb43;}
#promo .slider-btn-holder {text-align: center;}

@media(max-width:767px){
  #promo h2 { font-size:36px; line-height:30px;  }
  #promo .container { padding: 100px 5px; }
}

@media(max-width:500px){
  #promo h2 { font-size:32px; line-height:36px;}
  #promo p {font-size: 24px; line-height: 31px;}
  #promo .container {padding: 120px 5px 50px;}
}

@media(max-width:410px){
  #promo .slider-btn {margin-bottom: 5px;}
}

/*Footer*/
#footer .wrapper { background-color: #000; }
#footer .wrapper.copyright { background-color: #666; }
#footer .container { max-width: 1400px; padding: 90px 15px 80px 15px; }
#footer nav { background:none; }
#footer nav:after { position: absolute; top: 0; bottom: 0; right: 100%; width: 100vw; background: none; content: ''; }
#footer nav ul { list-style-type: none; margin:none; }
#footer nav ul li a { margin-bottom: 5px; display:inline-block; text-decoration: none; color: #fff; font-size: 18px;  }
#footer nav > ul { display:table; width:100%; }
#footer nav > ul > li { float:left; width:31.333333%; padding-right:2%; margin-bottom:25px; }
#footer nav > ul > li > a,
#footer nav ul li.large > a { margin-bottom: 20px; font-size: 26px; font-weight: bold; font-family:Bebas Neue, sans-serif; }
#footer .copyright p { padding: 5% 0 0; margin:0; color: #fff; font-size: 15px; text-align:left; }
#footer .copyright p br { display:none; }
#footer .copyright a { color: #fff; text-decoration: underline; }
#footer .contact-info { background:none; padding-left: 80px; }
#footer .contact-info .contact { position: relative; padding-left: 39px; margin-bottom: 30px; color: #fff; }
#footer .contact-info .contact .contact-body { font-size: 18px; }
#footer .contact-info .contact .contact-body a { color:#fff; text-decoration: none; }
#footer .contact-info .contact .contact-icon { position: absolute; top: 2px; left: 0; font-size: 21px; color: #fff; line-height: 18px; }
#footer .contact-info .footer-btn { padding: 7px 20px;  font-weight:600;  color:#ffffff; background-color: #edbb43; font-size: 18px;  display: inline-block; text-decoration: none; border:none; cursor:pointer; }
#footer .contact-info .footer-btn:hover { color: #fff; transition: .4s;}
#footer .contact-info .footer-contact-btn {  padding: 7px 20px;  color:#ffffff;  font-weight:500; font-size: 18px;  background-color: #c0c0c0; display: inline-block; text-decoration: none; }
#footer .contact-info .footer-contact-btn:hover { color: #fff; transition: .4s; }
#footer .social { display:table; width:100%; margin:25px 0; }
#footer .social a { float:left; display:block; margin-right:10px; line-height:30px; width:30px; height:30px; border-radius:50%; text-aligncenter; }
#footer .social a i { width:30px; height:30px; line-height:30px; text-align:center; color:#fff; font-size: 22px;}

@media( max-width: 970px ) {
	#footer .container { padding: 60px 30px;}
	#footer .contact-info .footer-btn { margin-bottom: 10px;}
}

@media( max-width: 800px ) {
	#footer nav > ul > li { 
		width: 30%;
	}
  #footer .contact-info .contact .contact-body {font-size: 16px;}
}

@media (max-width: 700px) {
	#footer .col-60, 
  #footer .col-40 { 
		width: 100%;
	}
	#footer nav {
		margin-bottom: 30px; 
	}
}

@media( max-width: 600px ) {
	#footer .col-333 { width: 50%;}
	#footer .contact-info { padding: 0;}
  #footer .copyright p br { display:block; }
  #footer nav > ul > li {width: 100%;}
}

/*404*/
.error-404 { text-align:center; }
.error-404 h1 { text-align:center; font-size:40px; }
.error-404 i { font-size:100px; }
.error-404 .screen-reader-text { display:none; }

/* Home */
#h1-seo-section {text-align: center; padding: 10% 0 4%;}
#h1-seo-section img {display: inline-block;}
#h1-seo-section h1 {display: inline-block; font-size: 63px; padding: 0 30px; color: #000;}
#h1-seo-section .seo-tagline p {font-size: 35px; font-weight: 600; }
#h1-seo-section .text p {padding: 1% 8%;}
#h1-seo-section .top-border {padding-bottom: 3%;}
#h1-seo-section .bottom-border {padding-top: 3%;}

#egg-harbor-section {padding: 6% 0;}
#egg-harbor-section h2 {color: #fff; font-size: 63px; line-height: 73px;}
#egg-harbor-section p {color: #fff; font-size: 35px; font-weight: 600; line-height: 45px;}
#content .overlap .bottle img {position: absolute; z-index: 1; top: 10px; margin-left: 150px;}
#egg-harbor-section .bottle {display: none;}

#tended-spirits {padding: 10% 0;}
#tended-spirits h2 {font-size: 60px; line-height: 70px; text-align: center; color: #000;}
#tended-spirits .text-content .vc_column-inner {padding: 0 13%;}
#tended-spirits .border {border-top: 2px solid #000;}

#mixed-meadia-home-cta {padding: 10% 0 7%;}
#mixed-meadia-home-cta h3 {font-size: 50px; line-height: 50px; color: #fff;}
#mixed-meadia-home-cta p {font-size: 20px;}

@media(max-width: 1000px){
  #content .overlap .bottle img {margin-left: 50px;}
}

@media(max-width: 768px){
  #h1-seo-section .h1-seo-section img {max-width: 140px;}
  #h1-seo-section h1 {font-size: 45px;}
  #content .overlap .bottle {display: none;} 
  #egg-harbor-section .bottle {display: block;}
  #egg-harbor-section h2 { font-size: 45px; line-height: 55px;}
  #egg-harbor-section .wpb_text_column {margin-bottom: 10px;}
  #tended-spirits h2 {font-size: 40px; line-height: 50px;}
  #tended-spirits .tended-section .wpb_text_column {margin-bottom: 15px;}
  #tended-spirits .tended-section {padding-bottom: 15%;}
}

@media(max-width: 500px){
  #h1-seo-section {padding: 10% 5px 4%;}
  #h1-seo-section h1 {font-size: 41px;}
  #h1-seo-section .seo-tagline p {font-size: 30px;}
  #h1-seo-section .h1-seo-section img {display: none;}
  #egg-harbor-section {text-align: center;}
  #tended-spirits .text-content .vc_column-inner {padding: 0 6% !important;}
  #mixed-meadia-home-cta h3 {font-size: 40px; line-height: 50px;}
}
/* Popup */
.age-gate .age-gate-heading.age-gate-logo img {max-width: 50%;}
.age-gate .age-gate-subheading {font-size: 20px; font-family: 'Roboto Slab', serif;}
.age-gate .age-gate-challenge {font-family: Bebas Neue, sans-serif; font-weight: 400; font-size: 49px; line-height: 60px; color: #edbb43;}
.age-gate-submit-yes {padding: 15px 60px; background: #000; color: #fff; font-family: 'Roboto Slab', serif; border: 0px; font-size: 17px; font-weight: 600; }
.age-gate-submit-no {padding: 15px 60px; background: #fff; color: #000; font-family: 'Roboto Slab', serif; border: 1px solid #000; font-size: 17px; font-weight: 600;}
.age-gate-form {background: #fff url(/wp-content/uploads/2021/04/grey-bee.png) no-repeat center center; padding: 0 20px 50px;}
.age-gate-form::before { content:'';  width: 0; height: 0; border-left: 250px solid transparent; border-right: 250px solid transparent; border-bottom: 80px solid white; top: -101px; position: relative; left: -20px;}

@media(max-width: 380px){
.age-gate-form::before {border-left: 187px solid transparent; border-right: 187px solid transparent; border-bottom: 60px solid white; top: -80px; position: relative; left: 0px;}
  .age-gate-form {padding:0 0px 50px;}
}

/* Generic Inner Page */
#content .border {border-top: 2px solid #000;}
#content .text-content .vc_column-inner {padding: 0 13%;}
#content .entry-header p {margin: 0 auto; padding: 1% 20px 10%; max-width: 1200px; color: #fff; font-size: 22px; line-height: 32px; text-align: center; font-weight: 600;}

@media(max-width: 500px){
  #content .entry-header h1 {font-size: 40px;}
  #content .text-content .vc_column-inner {padding: 0 5%;}
  #content .entry-header p {font-size: 18px; line-height: 28px;}
}

/* Our Story */
#story-intro-text-section {padding: 9% 0 5%;}
#story-intro-text-section h2 {font-size: 65px; line-height: 75px;}
#story-intro-text-section p {font-size: 22px; line-height: 32px;}
#on-one-hand-section h2 {font-size: 65px; line-height: 75px;}
#on-one-hand-section .text-content .vc_column-inner {padding: 0 13%;}
#wisconsin-grown h2 {color: #fff; font-size: 50px; line-height: 60px;}
#wisconsin-grown p {color: #fff;}
#wisconsin-grown .story-bottle {display: none;}
#bees-vodka .text-content .vc_column-inner {padding: 0 13%;}
#bees-vodka h2 {font-size: 54px; line-height: 64px;}
#bees-vodka {padding: 8% 0;}
#content .story-bottle img {position: absolute; z-index: 1; top: 27px; margin-left: -170px; max-width: 290px;}
#wisconsin-grown {padding: 5% 0;}
#reshaping-section {padding: 10% 0;}
#reshaping-section h2 {font-size: 50px; line-height: 60px;}

@media(max-width: 768px){
  #on-one-hand-section .vc_col-sm-6 {width: 100%;}
  #bees-vodka .vc_col-sm-6 {width: 100%;}
  #content .story-bottle {display: none;}
  #wisconsin-grown .story-bottle {display: block;}
  #wisconsin-grown .story-bottle img {display: block; margin-left: 0; max-width: 100%; position: relative;}
  #bees-vodka h2 {font-size: 51px;}
}

@media(max-width: 500px){
  #story-intro-text-section {padding: 9% 5px 5%;}
  #story-intro-text-section h2 {font-size: 35px; line-height: 45px;}
  #bees-vodka p {text-align: center !important;}
  #bees-vodka h2 {text-align: center !important; font-size: 45px; line-height: 55px;}
  #reshaping-section {padding: 10% 5px;}
}

/* Partners */
#honey-bees-section {padding: 12% 0 5%;}
#honey-bees-section h2 {font-size: 60px; line-height: 70px;}
#content .did-you-know-section {color: #fff;}
#content .did-you-know-section h3 {font-size: 40px; line-height: 50px; color: #fff;}
#content .did-you-know-bottle img {position: absolute; z-index: 1; top: 27px; margin-left: -170px; max-width: 190px;}
#content .did-you-know-bottle-2 {display: none;}
#farm-section {padding: 10% 0; color: #fff;}
#farm-section h2 {font-size: 60px; line-height: 70px; color: #fff;}
#hyline-section {padding: 14% 0 9%;}
#hyline-section h2 {font-size: 60px; line-height: 70px;}
#hyline-section .collage-photo img {max-width: 780px; width: 100%;}

@media(max-width: 768px){
  #content .did-you-know-bottle-2 {display: block;}
  #content .did-you-know-bottle img {display: none;}
  #farm-section .vc_col-sm-6 {width: 100%;}
  #hyline-section .vc_col-sm-4, #hyline-section .vc_col-sm-8 {width: 100%;}
  
}

@media(max-width: 420px){
  #honey-bees-section h2 {font-size: 45px; line-height: 55px;}
}

/* Visit */
#visit-info {padding: 10% 0 7%;}
#visit-info h3 {font-size: 35px; line-height: 45px;}
#visit-partners-section {padding: 8% 0 6%;}
#visit-partners-section h3 {font-size: 50px; line-height: 60px; color: #fff;}
#visit-partners-section p {color: #fff;}
#visit-form {padding: 9% 0 5%;}
#visit-form .frm_forms.frm_style_formidable-style.with_frm_style {max-width: 70%; margin: 0px auto;}
#visit-form h2 {font-size: 40px; line-height: 50px;}
#visit-form .frm_form_fields input,
#visit-form textarea,
#visit-form .frm_primary_label, 
#visit-form .frm_radio label {font-family: 'Roboto Slab', serif; color: #000;}
#visit-form .frm_button_submit {font-family: 'Roboto Slab', serif; font-weight: 600; border-radius: 0px; padding: 10px 40px !important;}
#visit-reviews i {color: #edbb43;}
#visit-reviews .reviews-row h4 {font-family: 'Roboto Slab', serif; font-weight: 400; font-style: italic; font-size: 21px; line-height: 31px; margin-bottom: 20px;}
#visit-reviews .reviews-row .stars {margin-bottom: 20px;}
#visit-reviews .reviews-row  .vc_col-sm-3 {width: calc(25% - 23px); margin-right: 30px;}
#visit-reviews .reviews-row  .vc_col-sm-3:last-child {margin-right: 0;}
#visit-reviews .reviews-row .vc_column-inner {border-radius: 5px; background: #fff; box-shadow: 5px 6px 19px -2px rgba(0,0,0,0.26); -webkit-box-shadow: 5px 6px 19px -2px rgba(0,0,0,0.26); -moz-box-shadow: 5px 6px 19px -2px rgba(0,0,0,0.26); padding: 45px 30px 0;}
#visit-reviews h3 {font-size: 45px; line-height: 55px;}
#visit-reviews .reviews-row {margin-bottom: 10%;}


@media(max-width: 1200px){
  #visit-reviews .reviews-row  .vc_col-sm-3 {width: calc(50% - 15px); margin-right: 30px; margin-bottom: 5%;}
  #visit-reviews .reviews-row  .vc_col-sm-3:nth-child(2) {margin-right: 0;}
}

@media(max-width: 500px){
  #visit-info {padding: 10% 5px 7%;}
  #visit-form {padding: 9% 5px 5%;}
  #visit-partners-section h3 {font-size: 45px;}
  #visit-reviews .reviews-row  .vc_col-sm-3 {width: 100%; margin-right: 0;}
}

/* FAQ */
#content h4.vc_tta-panel-title { margin:0; padding:0; font-weight: bold; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {background-color: #000 !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {color: #fff !important;}
.vc_tta-controls-icon::before {border-color: #fff !important;}
.vc_tta-controls-icon::after {border-color: #fff !important;}
#faq {padding: 10% 0 5%;}
#faq h4 {font-size: 26px; line-height: 36px;}
#faq .vc_toggle {padding-bottom: 1%; border-bottom: 1px solid #e2e2e2; margin-bottom: 2%;}
#faq .vc_toggle:last-child {border-bottom: none;}
#faq .vc_toggle_default .vc_toggle_icon, #faq .vc_toggle_default .vc_toggle_icon::before {background: #edbb43; border: 1px solid #fff;}
#faq .vc_toggle_default .vc_toggle_icon::after {background: #edbb43;}

/* Spirits */
#featured-section {padding: 12% 0 0%;}
#featured-section .coming-soon p {font-size: 22px; line-height: 32px;}
#featured-section h3 {font-size: 50px; line-height: 60px;}
#spirits-list {padding: 10% 0;}
#spirits-list h2 {font-size: 60px; line-height: 70px;}
#spirits-list .bottle {margin-bottom: 0px;}
#spirits-list h3 {font-size: 25px;}
#spirits-list h3 a {text-decoration: none; color: #000;}
#content .cocktails-cta {padding: 3% 0 6%;}
#content .cocktails-cta h3 {font-size: 58px; line-height: 68px;}
#content .cocktails-cta img {max-width: 550px;}

@media(max-width: 768px){
  #featured-section .vc_col-sm-6 {width:100%;}
  #featured-section {text-align: center;}
  #featured-section .content-btn p {text-align: center !important;}
  #spirits-list .vc_col-sm-1\/5 { width: 50%;}
  #content .cocktails-cta .vc_col-sm-6 {width: 100%;}
}

@media(max-width: 500px){
 #spirits-list .vc_col-sm-1\/5 { width: 100%;}
}

/* Spirits Details */
#details-top-half, #details-bottom-half {padding-bottom: 8%;}
#details-top-half h2 {font-size: 50px; line-height: 60px; padding-top: 20px;}
#details-bottom-half h2 {font-size: 50px; line-height: 60px; padding-top: 20px;}
#details-bottom-half .tended-heading {text-align: center;}
#spirits-details-recipies h2 {font-size: 50px; line-height: 60px;}
#spirits-details-recipies h3 {font-size: 35px; line-height: 45px;}
#spirits-details-recipies .recipes-row {padding-top: 4%;}
#spirits-details-recipies .recipe-title {margin-bottom: 20px;}
#details-top-half.limon-bg {background-position: 85% 0px !important;}
#details-bottom-half.limon-butterfly {background-size: 33%; background-position: 10% 5% !important;}
#details-top-half.apple-bg {background-position: 95% 80px !important; background-size: 50%;}
#details-bottom-half.apple-branch-bg {background-size: 33%; background-position: 10% 5% !important;}
#details-top-half.corn-bg {background-position: 93% 60px !important; background-size: 40%;}
#details-bottom-half.wheat-bg {background-size: 33%; background-position: 10% 5% !important;}
#details-top-half.plant-bg {background-position: 89% 0px !important; background-size: 40%;}
#details-bottom-half.gin-tree-bg {background-size: 18%; background-position: 20% 5% !important;}
#details-top-half.bear-bg {background-position: 85% 0px !important; background-size: 30%;}
#details-bottom-half.bee-bg {background-size: 43%; background-position: 5% 20% !important;}
#details-top-half.dos-hobos-bg {background-position: 93% 35% !important; background-size: 50%;}
#details-bottom-half.dos-hobos-bg {background-size: 40%; background-position: 10% 10% !important;}
#details-top-half.mountains-bg {background-position: 96% 80px !important; background-size: 46%;}
#details-bottom-half.pickaxe-bg {background-size: 29%; background-position: 15% 5% !important;}

#spirits-details-recipies h4 {font-size: 30px; padding: 30px 0 0;}
#spirits-details-recipies .vc_btn3 {font-size: 18px; font-weight: 600;}

#spirits-wtb-cta {background: #edbb43; margin-top: 5%;}
#spirits-wtb-cta h3 {font-size: 35px; padding: 0; padding-right: 20px; display: inline-block; vertical-align: middle;}
#spirits-wtb-cta .cta-btn {display: inline-block; text-decoration: none; color: #fff; background: #000; padding: 10px 30px; font-weight: bold; font-size: 18px;}
#spirits-wtb-cta .cta {margin: 0px auto; text-align: center; padding: 25px 5px;}

#mixed-meadia-callout {border-top: 1px solid #ededed; margin-bottom: 7%; padding-top: 5%;}
#mixed-meadia-callout h3 {font-size: 40px; line-height: 50px;}

@media(max-width: 768px){
  #details-top-half .vc_col-sm-6 {width: 100%;}
  #details-bottom-half .vc_col-sm-6 {width: 100%;}
  #details-bottom-half .text-content {padding: 0 5%;}
  #details-top-half.bear-bg,
  #details-top-half.plant-bg,
  #details-top-half.corn-bg,
  #details-top-half.apple-bg,
  #details-top-half.dos-hobos,
  #details-top-half.mountains-bg,
  #details-top-half.limon-bg {background-size: 0 0;}
  
  #details-bottom-half.limon-butterfly,
  #details-bottom-half.apple-branch-bg,
  #details-bottom-half.wheat-bg,
  #details-bottom-half.gin-tree-bg,
  #details-bottom-half.dos-hobos-bg,
  #details-bottom-half.pickaxe-bg,
  #details-bottom-half.bee-bg {background-size: 0 0;}
  
  #content .recipes-row .content-btn a {padding: 15px 38px;}
  
}


@media(max-width: 500px){
  #details-bottom-half.limon-butterfly,
  #details-bottom-half.apple-branch-bg,
  #details-bottom-half.wheat-bg,
  #details-bottom-half.gin-tree-bg,
  #details-bottom-half.bee-bg {background-size: contain; background-position: 0% 0% !important;}
  #spirits-details-recipies .recipes-row {padding: 0 20px;}
}

/* Merch */
#merch-intro {padding-top: 10%;}
#merch-intro h3 {font-size: 62px; line-height: 72px;}
#merch-section .product-photo img { max-height: 270px; width: auto; }
#merch-section h2 {font-size: 50px; line-height: 60px; margin-bottom: 15px;}
#merch-section h4 {font-size: 25px; line-height: 35px;}
#merch-section .shopify-buy-frame--product {margin: 0px auto;}
#merch-section .merch-row {padding: 5% 0;}
#merch-section .price {margin-bottom: 0;}


/* Cocktail */
#cocktail-blog .banner {background: url('/wp-content/uploads/2021/08/cocktail-banner.jpg') no-repeat center center; background-size:cover;}
#cocktail-blog .banner .container {max-width: 1400px; margin: 0px auto; padding: 20% 0 12%;}
#cocktail-blog .banner .overlay {background: rgba(0,0,0,.3);}
#cocktail-blog .banner h1 {text-align: center; color: #fff; font-size: 70px; line-height: 80px;}
#cocktail-blog #primary.single #main {max-width: 1400px;}
#cocktail-blog .border {border-top: 2px solid #000;}
#cocktail-blog .intro {display: flex; align-items: center; padding: 5% 0;}
#cocktail-blog .intro .text-content {padding: 10% 5%; text-align: center;}
#cocktail-blog .intro .text-content h2 {font-size: 45px; line-height: 55px; margin: 0 0 10px 0; padding-top: 40px;}
#cocktail-blog .intro .text-content p {padding-bottom: 25px;}
#cocktail-blog .spirit {display: flex; align-items: center; padding: 5% 0;}
#cocktail-blog .spirit .bottle {text-align: center;}
#cocktail-blog .spirit h2 {font-size: 45px; line-height: 55px; margin: 0;}
#cocktail-blog .spirit h3 {margin-top: 40px; font-size: 30px; line-height: 40px;}
#cocktail-blog .spirit .spirit-info {padding: 0 3%;}
/* #cocktail-blog .instructions {text-align: center;} */
#cocktail-blog .instructions h3 {font-size: 45px; line-height: 55px; margin: 0;}
.pagination .page-numbers {color: #000;}
.merch-cta {background: #edbb43; text-align: center; padding: 20px 5px;}
.merch-cta h3 {color: #000; font-size: 30px; line-height: 40px; display: inline-block; vertical-align: bottom;}
.merch-cta a {font-weight: 600; font-size: 18px; background: #000; padding: 10px 40px; display: inline-block; margin-left: 20px; text-decoration: none; color:#fff;}
#primary .navigation.pagination {display: none;}

@media(max-width: 450px){
  #cocktail-blog .intro {display: block;}
  #cocktail-blog .spirit {display: block;}
  #cocktail-blog .col-50 {width: 100%;}
  #cocktail-blog .banner h1 {font-size: 40px; line-height: 50px;}
  .merch-cta h3 {font-size: 26px;}
}


/* Mixed Meadia Pages */
#mixed-meadia h2, #mixed-meadia h3 {font-size: 40px; line-height: 50px;}
#mixed-meadia h4 {font-size: 25px; line-height: 35px;}
#mixed-meadia .intro {padding: 7% 0 5%;}
#mixed-meadia .bg-section {padding: 10% 0 8%; background-attachment: fixed !important;}
#mixed-meadia .bg-section.first {margin-bottom: 7%;}
#mixed-meadia .bg-section h3, #mixed-meadia .bg-section p {color: #fff;}
#mixed-meadia .product {margin-bottom: 10%;}
#mixed-meadia .wine-club-intro {padding: 10% 0 15%;}
#mixed-meadia .options, #mixed-meadia .content-section {margin-bottom: 10%;}
#mixed-meadia .options {border-bottom: 1px solid #ededed; padding-bottom: 5%;}
#mixed-meadia .options h4 {font-size: 40px; line-height: 50px;}
#mixed-meadia .perks {margin-bottom: 7%; border-bottom: 1px solid #ededed; padding-bottom: 7%;}
#mixed-meadia .perks img {max-width: 150px; margin: 0px auto;}
.vs-cart-button {display: none !important;}
.page-id-2388 .vs-cart-button {display: block !important;}
#mixed-meadia .vc_col-sm-8 .wpb_row.vc_inner {margin-bottom: 7%;}
#mixed-meadia .vc_col-sm-8 .wpb_row.vc_inner:last-child {margin-bottom: 0;}
#mixed-meadia .vc_toggle {border-bottom: 1px solid #ededed; padding-bottom: 15px;}
#mixed-meadia .vc_toggle:last-child {border-bottom: none;}
#mixed-meadia .club-cta {border-bottom: 1px solid #ededed; padding-bottom: 4%; margin-bottom: 7%;}
#mixed-meadia .product-lineup h3 {padding-top: 20px; border-top: 2px solid #000; border-bottom: 2px solid #000; font-size: 50px;}
#mixed-meadia .product-lineup .product-row img {max-height: 400px;}
#mixed-meadia .product-lineup .product-row {margin-bottom: 5%;}
#mixed-meadia .product-highlight {border-top: 2px solid #000; border-bottom: 2px solid #000; padding: 4.5rem 0 2.25rem 0;}
#mixed-meadia .product-highlight p {max-width: 600px; margin: 0 auto;}
#mixed-meadia .instagram-banner {background: #000; padding: 20px 0;}
#mixed-meadia .instagram-banner .wpb_raw_code {margin-bottom: 0;}
#mixed-meadia .instagram-banner .wpb_wrapper {display: flex; align-items: center; gap: 20px; justify-content: center; flex-wrap: wrap;}
#mixed-meadia .instagram-banner h3 {color: #fff; padding: 0;}
#mixed-meadia .accolades { padding: 5% 0 7%;}
#mixed-meadia .accolades .vc_col-sm-3 {background: url(/wp-content/uploads/2025/07/laurel-graphic-updated.svg) no-repeat center center; background-size: contain; min-height: 160px;}
#mixed-meadia .accolades p {font-size: 30px; font-weight: bold; padding: 0; line-height: 1.2;}
#mixed-meadia .accolades .wpb_text_column {margin-bottom: 0;}
#mixed-meadia.about-page h2 {font-size: clamp(40px, 5vw, 60px); line-height: 1;}

@media(max-width: 900px){
  #mixed-meadia .accolades .vc_col-sm-3 {width: 50%; margin-bottom: 30px; min-height: 130px;}
}

@media (max-width: 767px) {
  #mixed-meadia .alternating-block .image-col {order: 1;}
  #mixed-meadia .alternating-block .content-col {order: 2;}
}


@media(max-width: 770px){
  #mixed-meadia .product-lineup .vc_col-sm-3 {width: 50%;}
  #mixed-meadia .product-lineup .product-row img {max-height: 330px;}
}

@media(max-width: 550px){
  #mixed-meadia .product-lineup .product-row img {max-height: 230px;}
  #mixed-meadia .accolades p {font-size: 21px;}
}

@media(max-width: 500px){
  #mixed-meadia h2, #mixed-meadia h3, #mixed-meadia .product-lineup h3 {font-size: 30px; line-height: 40px;}
  #mixed-meadia .options h4 {font-size: 30px; line-height: 40px;}
  #mixed-meadia h4 {font-size: 20px; line-height: 30px;}
  #mixed-meadia .vs-iframe {height: 330vh !important;}
}


@media(max-width: 400px){
  #mixed-meadia .product-lineup .vc_col-sm-3 {width: 100%;}
}