@charset "utf-8";
/* CSS Document */

body, p {
    font-family: Georgia, serif;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
}
p {
	margin-top: 15px;
    margin-bottom: 30px;
}
body {
	padding: 50px 0px 0px;
}
h1 {
	font-family: Georgia, serif;
	font-size: 26px;
	text-transform: uppercase;
}
.modal-body h1 {
	font-size: 20px;	
}
h2 {
    font-family: Georgia, serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}
h3 {
    font-family: Georgia, serif;
    font-size: 24px;
    text-transform: uppercase;
}
h4 {
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #a21f0d;
}
hr {
	border: 0;
	height: 0;
	border-top: 2px solid #000;	
}
.header-appellation {
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.navbar-fixed-top {
	position: fixed;
	max-width: 1024px;
	width: 100%;
	top: 0;
	border-bottom: 2px solid #000;
	background-color: #fff;
	z-index: 1000;
	height: 50px;	
}
.offset:before {
	display: block;
	content: " ";
	height: 50px;      /* Give height of your fixed element */
	margin-top: -50px; /* Give negative margin of your fixed element */  
	visibility: hidden;
}
.backtotop {
	display: none;	
}
.backtotop, .backtotop:link, .backtotop a:link, .backtotop a, .backtotop:hover, .backtotop a:hover {
	text-decoration: none !important;
}
span.caps {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:.4px;
}
p.intro {
	font-family: Georgia, serif;
	font-size: 16px;
	color:#000;
	font-weight:400;
	margin-top: 0px;
	line-height: 24px;
}
select#options {
	border: 2px solid #a21f0d;
	border-radius: 2px;
	padding: 10px 20px;	
}
.sub-color {
	color: #a21f0d;	
}
#a21f0d, #a21f0d a:link, #a21f0d a {
	color: #000;
}
#a21f0d {
	border-top: 2px solid #000;	
}
.white {
	color:#fff;
}
.white-shadow {
	color:#fff;
	text-shadow:1px 1px 1px #949494;	
}
.swirl {
	margin-bottom: -4px;	
}
.header-logo {
	padding: 1% 2%;
	max-height:45px;
}
.bottle-shots {
	margin-top:-205%;
	-webkit-filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.5));
}

.intro-bg {
	background: url(../images/tribunal-banner.jpg);
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
	padding: 2% 2% 40% 2%;
	border-bottom: 2px solid #000;
}
.footer a, .footer a:link {
	color: #000;	
}
.footer {
	border-top: 2px solid #000;
}
.zero-margin {
	margin:0 auto;
}
.zero-padding {
	padding: 0px !important;	
}
.twenty-top {
	margin-top:20px;
}
.twenty-bottom {
	margin-bottom: 20px;
}
.thirty-top {
	margin-top: 30px;	
}
.thirty-bottom {
	margin-bottom: 30px;	
}
.fifteen-top {
	margin-top: 15px;	
}
.fifteen-bottom {
	margin-bottom: 15px;	
}
.ten-top {
	margin-top: 10px;	
}
.ten-bottom {
	margin-bottom: 10px;	
}

.us-state {
	display:none;	
}

/***** BOOTSTRAP OVERRIDES *****/
.container {
	max-width: 1024px;	
}


/***** RESPONSIVE NAVIGATION *****/
.header_nav_responsive {
	border-top-right-radius:20px;
	border-top-left-radius: 20px;
	background-color: #fff;
	padding:15px 0px 25px;
	box-shadow: 0px 2px 3px -2px #000;
	z-index: 100;
	position: relative;
}

.menu-link { display: none;}
.menu { 
  float: right;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  padding-top: 18.5px;
}
.menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  	line-height: 1;
}
.menu ul li { 
  border-right: 0px solid #BCBCBF;
  padding: 0px 12px;  
 }
.menu > ul > li { float: left; }
.menu ul li a { display: block; text-decoration: none; color: #000; }
.menu ul li > a { 
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu ul li > a:hover { 
	color:#a21f0d;
}
.menu ul ul { 
display: none;
position: absolute;
top: 100%;
min-width: 200px;
border: 1px solid #636363;
z-index: 200;
padding: 10px 15px !important;
background: rgba(255,255,255,.85);
border-radius:0px 10px 10px 10px;
}
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative;  z-index:100; border-right: 0px solid #FFF; padding: 0px 0px;}
.menu ul ul > li a {
	padding: 5px 15px 5px 10px; 
	height: auto; 
	color: #636466; 
	font-size: 12px;
	text-transform: capitalize;
	font-family: Georgia, serif;
	font-weight: 600;
	text-decoration: none;
	border-top:none;
	border-left:none;
	border-right:none;
}
.menu ul ul > li a:hover { 
	background-color: none; 
	color: #D85129; 
	border-top:none;
	border-left:none;
	border-right:none;
}
.menu ul ul ul { position: absolute; left: 100%; top:0; }

.wv-header-logo {padding:10px 15px; z-index:100;}
.wv-header-free-shipping {height:65px; padding-top:20px;}

@media all and (max-width: 768px) {


.header_nav_responsive {
	padding:15px 0px 0px;
}
  .search_terms {}
  .search_category h3 {margin:0px !important;}
  .header-account {text-align:center; padding:5px 15px;}
  .email-signup {text-align:center; padding:5px 15px;}
  .wv-header-logo {position: absolute !important; padding: 5px 15px;}
  .wv-header-logo img {max-height:47px;}
  .wv-header .container { width: 100%; }
  .menu form {border-bottom: 1px solid #808184;}
  
a.menu-link {
    display: block;
    color: #000;
    float: right;
    text-decoration: none;
    padding: 8px 8px;
    text-align: center;
    font-size: 24px;
    margin: 5px 0px 5px 5px;
}
  .menu { clear: both; min-width: inherit; float: none; padding-top: 0px; }
.menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0px;
    background-color: #fff;
    text-align: center;
}
  .menu > li > ul.sub-menu { padding: 0px; border: none; }
  .menu.active, .menu > ul ul.active { max-height: 1000em; }
  .menu ul { display: inline; }
  .menu ul li { padding:0px; border-right: none;}
  .menu ul li > a { padding: 15px 15px;}
  .menu > ul { border-top: 1px solid #808080; }
  .menu li, .menu > ul > li { display: block; float: none; }
  .menu li a { color: #000; display: block; padding: 0.8em; border-top: 0px !important; border-bottom: 1px solid #a21f0d; position: relative; }
  .menu li td a { border-bottom:0px; }
  .menu ul li > a:hover { border-top:0px !important; }
  .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.7em 1em;
  }
  .menu li.has-submenu > a.active:after {
    content: "-";
  }
  
	.bottle-shots {
		margin-top: -100%;
	}
}