/* Enter Your Custom CSS Here */
/* 
 * http://stackoverflow.com/questions/489340/how-do-i-vertically-align-text-next-to-an-image-with-css
 * Use margin-bottom
*/
hr.new1 {
  border-top: 10px solid #A1722D;
}
.logo {
    max-width: 650px;
    min-width: 150px;
    height: auto;
    padding: 30px;
    position: relative;
    left: 0;
    top: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
  color: #BB984C;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #BB984C;
   font-size: 24px;
   font-family: 'avenir';
  font-weight: medium;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #BB984C;
  color: #BB984C;
   font-size: 24px;
   font-family: 'avenir';
  font-weight: medium;
}

div.wpcf7-spam-blocked {
	border: 2px solid #BB984C;
  color: #BB984C;
   font-size: 24px;
   font-family: 'avenir';
  font-weight: medium;
}

div.wpcf7-validation-errors {
	border: 2px solid #BB984C;
  color: #BB984C;
   font-size: 24px;
   font-family: 'avenir';
  font-weight: medium;
}
A.class1 {color: #BB984C;}
A.class1:link  {text-decoration: underline; color: #BB984C;}
A.class1:visited {text-decoration: underline; color: #BB984C;}
A.class1:hover {text-decoration: underline; color: #BB984C;}
A.class1:active {text-decoration: underline; color: #BB984C;}
#contact-form3 {
  background-color: rgba(255,255,255,.91);
 width: 65%;
    height: auto;
    padding: 3% 5%;
    margin: 400px auto 0 !important;
    position: relative;
}
.intropage2 {
    font-size: 15px;
    font-family: 'avenir';
    text-align: center;
    color: #BB984C;
text-transform: uppercase;

}
.Row1
{
    display: table;
    table-layout: initial; /*Optional*/
    border-spacing: 0px; /*Optional*/
  padding-left: 7%;
  padding-right: 3%;
}
.Column1
{
    display: table-cell;
    background-color: transparent; /*Optional*/
}
.img-valign {
  vertical-align: text-bottom;
}

.text1 {
  font-size: 64px;
   font-family: 'avenir';
  font-weight: medium;
    text-align: left;
    color: #BB984C;
display: inline-block;
  line-height: 27px;
}
.text2 {
  font-size: 17px;
   font-family: 'avenir';
    text-align: left;
    color: #BB984C;
  display: inline-block;
  padding-left: 5px;
  line-height: 24px;
  margin-left: 10px;
}

.text3 {
  font-size: 64px;
   font-family: 'avenir';
  font-weight: medium;
    text-align: left;
    color: #BB984C;
  display: inline-block;
  line-height: 57px;
  margin-left: 20px;
}
.text4 {
  font-size: 64px;
   font-family: 'avenir';
  font-weight: medium;
    text-align: left;
    color: #BB984C;
  display: inline-block;
  line-height: 24px;
  margin-left: 20px;
}
.text5 {
  font-size: 64px;
   font-family: 'avenir';
  font-weight: medium;
    text-align: left;
    color: #BB984C;
  display: inline-block;
  line-height: 64px;
  margin-left: 20px;
}

.full-width2 {
width: 118.2%;
margin: -30px 0 0px -9.1%;
 color: #BB984C;
}
@media only screen and (max-width: 730px) {
.img-valign > li {
width: 49%;
}
.text2 {
  font-size: 10px;
    line-height: 10px;
        margin-left: 0px;
}

.text3 {
  font-size: 25px;
    line-height: 25px;

}
  .text4 {
  font-size: 25px;
    line-height: 20px;

}
   .text5 {
  font-size: 25px;
    line-height: 26px;


}

ul li.facebook {
width: 15px;
height: 15px;
position: relative;
margin-left: 0px;
}
ul li.facebook > a {
opacity: 0;
margin: 0;
}
ul li.facebook:before {
content: '';
width: 15px;
height: 15px;
display: block;
pointer-events: none;
position: absolute;
top: 12px;
left: 0;
background: url(/img/facebook-white.png) no-repeat;
background-size: 15px;
}
  
ul li.twitter {
width: 15px;
height: 15px;
position: relative;
margin: 0 0px;
}
ul li.twitter > a {
opacity: 0;
margin: 0;
}
ul li.twitter:before {
content: '';
width: 15px;
height: 15px;
display: block;
pointer-events: none;
position: absolute;
top: 12px;
left: 0;
background: url(/img/twitter-white.png) no-repeat;
background-size: 15px;
}

ul li.instagram {
width: 15px;
height: 15px;
position: relative;
margin: 0 0px;
}
ul li.instagram > a {
opacity: 0;
margin: 0;
}
ul li.instagram:before {
content: '';
width: 15px;
height: 15px;
display: block;
pointer-events: none;
position: absolute;
top: 12px;
left: 5px;
background: url(/img/instagram-white.png);
background-size: 15px;
}}
@media only screen and (max-width: 600px) {
    .left-content {
        display: none;
    }
    .right-content {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 320px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 104%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #BB984C;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0);
}

/* Caption text */
.text {
  color: #BB984C;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font: avenir;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #BB984C;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 9px;
  width: 9px;
  margin: 0 2px;
  background-color: #BB984C;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: -22px;
  
}

.active, .dot:hover {
  background-color: #BB984C;
    height: 10px;
  width: 10px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@font-face {
	font-family: 'ecoico';
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
  color: #BB984C;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #BB984C;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #BB984C;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #BB984C;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #BB984C;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: transparant;
	color: #BB984C;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background:  transparant;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid  #BB984C;
  color: #BB984C;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: transparant;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: transparant;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 10px;
	height: 10px;
	font-family: 'avenir';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #BB984C;
	background: #11191D;
	border-radius: 50%;
	box-shadow: 0 0 0 5px  #BB984C;
	text-align: center;
	left: 21.5%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #BB984C;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #BB984C;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}


.page-wholesale-portal p {
color: #BB984C !important;
}
.page-wholesale-portal fieldset legend, 
#wpmem_reg .button_div, #wpmem_login .button_div,
#wpmem_reg .req-text {
color: #BB984C !important;
}

.page-wholesale-portal label {
color: #BB984C !important;
}

ul li.facebook {
width: 15px;
height: 15px;
position: relative;
margin-left: 0px;
}
ul li.facebook > a {
opacity: 0;
margin: 0;
}
ul li.facebook:before {
content: '';
width: 15px;
height: 15px;
display: block;
pointer-events: none;
position: absolute;
top: 12px;
left: 0;
background: url(/img/facebook-white.png) no-repeat;
background-size: 15px;
}
  
ul li.twitter {
width: 15px;
height: 15px;
position: relative;
margin: 0 0px;
}
ul li.twitter > a {
opacity: 0;
margin: 0;
}
ul li.twitter:before {
content: '';
width: 15px;
height: 15px;
display: block;
pointer-events: none;
position: absolute;
top: 12px;
left: 0;
background: url(/img/twitter-white.png) no-repeat;
background-size: 15px;
}

ul li.instagram {
width: 15px;
height: 15px;
position: relative;
margin: 0 0px;
}
ul li.instagram > a {
opacity: 0;
margin: 0;
}
ul li.instagram:before {
content: '';
width: 15px;
height: 15px;
display: block;
pointer-events: none;
position: absolute;
top: 12px;
left: 5px;
background: url(/img/instagram-white.png);
background-size: 15px;
}
#footer 
.footer-nav {
margin:15px auto;
text-align:center;
position:relative;
color: #FFFFFF;
}
.footer-nav ul {
    margin: 0;
color: #FFFFFF;
}
.footer-nav ul li {
    list-style: none;
    margin: 0;
    display: inline-block;
color: #FFFFFF;
}
.footer-nav ul li > a {
    color: #FFFFFF;
    padding:10px 5px 4px 5px;
    margin:0 5px;
    border-bottom:1px solid transparent;
font-family: 'nexa_boldregular';
text-transform:uppercase;
}

.footer-nav ul li > a:hover {border-bottom:1px solid #FFFFFF;}

.about-intro {
    font-size: 17px;
    font-family: 'nexa_lightregular';
    text-align: center;
    color: #FFFFFF;
}
 .footer-nav ul li {
   color: #FFFFFF;
    }

#about h1 {
 color: #BB984C;
}
#about h1:before { color: #BB984C;}
#about h1:after { color: #BB984C;}

.full-width {
 color: #BB984C;
}
.pull-quote {
 color: #BB984C;
}
.justify {
  color: #BB984C;}
.intropage {
    font-size: 17px;
    font-family: 'nexa_lightregular';
    text-align: center;
    color: #BB984C;
}
.shipdate {
	font-size: 12px;
	margin-top: 10px;
	color: #BB984C !important;
}

#brewery h1 {
    font-family: 'nexa_boldregular';
    text-transform: uppercase;
    font-size: 30px;
	letter-spacing:1px;
    color: #BB984C;
	}
#contact-form h1 {
 color: #BB984C;
	}  
#contact-form p {
 color: #BB984C;
	}  

/*=============[ Assets ]===============*/
$( 'body' ).trigger( 'update_checkout' );
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
  color: #11191D;
}

a.button {
font-family: 'nexa_boldregular';
color: #BB984C;
float: right;
margin: 0;
padding: 12px 20px 10px 20px;
border: 1px solid #BB984C;
background-color: #11191D;
text-transform: uppercase;
letter-spacing: 1px;
cursor: hand;
cursor: pointer;
font-size: 11px;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition:    color 0.2s ease-in-out;
-ms-transition:     color 0.2s ease-in-out;
-o-transition:      color 0.2s ease-in-out;
transition:         color 0.2s ease-in-out;
}
a.button:hover {
color: #BB984C;
background-color: #11191D;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition:    color 0.2s ease-in-out;
-ms-transition:     color 0.2s ease-in-out;
-o-transition:      color 0.2s ease-in-out;
transition:         color 0.2s ease-in-out;
}
.page-assets h1 {
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 20px;
margin-bottom: 20px;
color: #BB984C;
}
.page-assets h5 {
color: #BB984C;
}
.assets {
margin: 0px 0 0px;
}
.assets > li {
list-style: none;
width: 32.3%;
height: 220px;
background: #11191D;
display: block;
margin: .5%;
float: left;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #BB984C;
position: relative;
}
.assets li img {
padding: 20px 0 40px;
text-align: center;
display: block;
margin: 0 auto;
}
.assets li ul {
position: absolute; 
background: #11191D;
bottom: 0;
width: 100%;
border-top: 1px solid #BB984C;
margin: 0;
}
.assets li ul li {
display: inline-block;
float: left;
margin-right: 7px;
padding: 0;
}

.assets li ul li.head {
border-right: 1px solid #BB984C;
padding: 6px 10px 5px;
color: #BB984C;
font-size: 13px;
font-family: 'nexa_lightregular', sans-serif;
}
.assets li ul li.file {
padding-top: 2px;
float: right;
}
.assets li ul li i {
font-size: 14px;
}
.assets li ul li a {
font-family: 'nexa-lightregular', sans-serif;
font-size: 12px;
padding: 5px 10px 5px 4px;
float: right;
margin-right: 10px;
color: #BB984C;
}
.assets li ul li a:hover {
color: #BB984C;
}

.page-assets h1 {
font-size: 30px;
font-family: 'nexa_boldregular', sans-serif;
letter-spacing: 1px;
color: #BB984C;
}
.page-assets h2 {
  color: #BB984C;}

.intropage {
text-align: center;
margin-left: 170px;
margin-right: 170px;
  overflow: hidden;
}

.container {
    display: flex;
    flex-direction: row;
}

.assets cf {
  margin-bottom: -20px}

#main-content{
    width: 65%;
    height: auto;
    padding: 3% 5%;
    margin: 20px auto 0 !important;
    background-color: #11191D;
    position: relative;
}
#contact-form {
  background-color: rgba(17,25,29,.91);} 
}

#contact-form2 {
  background-color: rgba(0,0,0,0);
    width: 65%;
    height: auto;
    padding: 3% 5%;
    margin: 20px auto 0 !important;
    position: relative
font-color: #BB984C;
padding-bottom: 200px;
}

#contact-form5 {
background-color: #000000;
    width: 100%;
    height: auto;
    padding: 3% 5%;
    margin: 20px auto 0 !important;
    position: relative
font-color: #BB984C;
padding-top: 250px;
}

#page-container-a {
margin-top: -28px;
white-space: nowrap;
}
#page-container-b {
margin-top: -15px;
white-space: nowrap;
}

table.table2 {
  border-collapse: separate;
  border-spacing: 4px;
  background-color: transparent
}
table,
th {
  border: 1px solid transparent;
}
td {
  border: 1px solid #BB984C;
}

th,

td {
  padding: 10px 15px;
  background-color: #11191D;
  color: #BB984C;
}
table.table1 {
  border-collapse: separate;
  border-spacing: 80px 4px;
background-color: transparent;
}
th {
  border: 2px solid #BB984C;
font-size: 24px;}


.table3 {
  border-collapse: separate;
  border-spacing: 80px 4px;
background-color: rgba(0,0,0,0);
}
.table3 th {
  border: 0px ;
font-size: 24px;
vertical-align: bottom;

}

.table3 td {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0);
  color: #BB984C;
vertical-align: bottom;
}



/*============= Background Images ===============*/
.assets-subheading {
    font-size: 12px;
    line-height: 1.0 !important;
    margin-bottom: 2px;
    text-transform: uppercase;
  text-transform: underline 1px solid #000;
}

.page-assets h2 {
font-size: 22px;
font-family: 'nexa_boldregular', sans-serif;
letter-spacing: 1px;
text-transform: uppercase !important;
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 2px;
margin-bottom: 2px;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 20px;
margin-top: 20px;
}


body {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
    background-repeat: no-repeat;
    background-size:cover;
background-color: #000;
    height:auto;
    background-attachment: fixed;
    width:100%;
    overflow-x: hidden;
}

.page-restaurant {
background-color: #000;
}
.page-about {
background-image: url(/img/6bg.jpg);
    background-position: center top;
}
.page-contact {
background-image: url(/img/2bg.jpg);
    background-position: center top;
}
.page-wholesale-portal {
background-image: url(/img/1bg.jpg);
    background-position: center top;
}
.page-assets {
background-image: url(/img/6bg.jpg);
    background-position: center top;
}

.mob-scroll {
color: #BB984C;
position: fixed;
top: auto;
bottom: 130px;
font-size: 40px;
left: 50%;
margin-left: -13px;
display: none;
}

body:before {
        content: '';
        height: 550px !important;
        position:fixed;
        top:0;
        left:0;
        width: 100%;
        z-index: -1;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

    }
    body {
        background-position: center center !important;
    }
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
nav {
    font-family:'nexa_boldregular';
    color:#FFFFFF;
background color:#444A51;
    padding:50px 0 0 0;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    width: 65%;
    max-width: 930px;
    top: 0;
    position: relative;
z-index: 1000;
}
nav ul {
    text-align: center;
  color:#FFFFFF;
}
nav ul li {
    list-style: none;
    display: inline-block;
  color:#FFFFFF;
}

nav ul li > a {
    color:#FFFFFF;
    padding:10px 0px 4px 0px;
    margin:0px 8px 0 16px;
    border-bottom:1px solid transparent;
    font-size: 13px;
  display: inline-block;
}

nav ul li > a:hover {border-bottom:1px solid #BB984C;}

.dark > a {color:rgba(0,0,0,.8);border-bottom:1px solid transparent;}

.dark > a:hover {border-bottom:1px solid color:#BB984C;}

html {
    height: 100%;
    margin-bottom: 0.01em;
}
#menu-item-648 a {
margin-left: 13px;
  color:#FFFFFF;
}
#menu-item-625 a {
margin-left: 13px;
  color:#FFFFFF;
}
#menu-item-626 a {
margin-left: 11px;
white-space: nowrap;
  color:#FFFFFF;
}
#menu-item-673 a {
margin-right: 14px;
  color:#FFFFFF;
}
#menu-item-674 a {
margin-right: 14px;
  color:#FFFFFF;
}
#menu-item-707 a {
margin-right: 14px;
  color:#FFFFFF;
}
#menu-item-2469 a {
margin-left: 13px;
  color:#FFFFFF;}

#menu-item-2472 a {
margin-left: 13px;
  color:#FFFFFF;
}
#menu-item-2474 a {
margin-left: 13px;
  color:#FFFFFF;
}
#menu-item-2480 a {
margin-left: 13px;
  color:#FFFFFF;
}
#menu-item-2382 a {
margin-right: 14px;
  color:#FFFFFF;
}
#main-content {
    width: 65%;
    height: auto;
    padding: 3% 5%;
    margin: 400px auto 0;
    background-color: #11191D;
    position: relative;
}
.img-caption {
    position: relative;
    float: right;
    right: 8%;
    color: #000;
    letter-spacing: 1px;
    font-size: 10px;
}

@font-face {
    font-family: 'Avenir';
    src: url('http://buffalobillsbrewery.com/wp-content/themes/bbb/fonts/Avenir.ttc');
}

.page-id-352 {
    background:url('http://buffalobillsbrewery.com/img/tanks_sg.jpg') fixed center;
    background-size: cover;
}

.size-pallet {
    text-align: center;
}


.full-width {
    width: 118%;
    margin: 25px 0 25px -35px;
}
.full-width2 {
    width: 108%;
    margin: 35px 0 25px -35px;
}

#brewery p.shipdate {
font-size: 12px !important;
margin-top: 10px;
 color: #BB984C;
    font-family: 'Avenir', sans-serif;
}
#brewery p {
  font-family: 'Avenir', sans-serif;
  font-size: 15px !important;
}
#brewery {
  font-family: 'Avenir', sans-serif;
}
.restaurant h2 {
  font-size:30px;
  font-family: 'Avenir', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom:0px;
   color: #BB984C;
}
.restaurant h4 {
  font-family: 'Avenir', sans-serif;
  font-weight:bold;
  font-size:16px;
  margin-bottom:0px;
   color: #BB984C;
}
.restaurant p {
  font-family: 'Avenir', sans-serif;
  margin-bottom:25px;
   color: #BB984C;
}
/***ORDER FORM***/
.order_formx {
font-family: 'Avenir', sans-serif;
  color: #BB984C;
}
.order_formx h1 {
  color: #BB984C;}
.order_formx h2 {
  color: #BB984C;}
#form_title {
font-size:4em; font-weight:bolder; text-align:center;
    font-family: sans-serif;
   color: #BB984C;
}
.formx_content {
border:#BB984C solid 3px; padding:20px;
}
#of .formx_content h2 {
  font-family: sans-serif;
  font-weight: bold;
}
.orderingform input[type=number]{
  height:37px;
}
.orderingform input[type=text]{
  height:37px;
}
.orderingform select {
  height:37px;
  color:#000;
}
.orderingform input[type=button]{
  font-size:14px;
  color: #BB984C;
  padding:5px;
  border:#BB984C solid 1px;
  background:none;
  font-weight:bold;
  cursor:pointer;
  padding:9px;
  height:37px;
}
.total_palletx{
  font-size:14px;
  color: #BB984C;
  padding:5px;
  border:#BB984C solid 1px;
  background:none;
  font-weight:bold;
  cursor:pointer;
  padding:9px;
  height:37px;
}
.form_submit h2 {
  color: #BB984C;}
.complete_content {
  color: #BB984C;}
.form_submit {
  font-size:14px;
  color: #BB984C;
  padding:5px;
  border:#BB984C solid 1px;}
#main-content{
    width: 65%;
    height: auto;
    padding: 3% 5%;
    margin: 20px auto 0 !important;
    background-color: #11191D;
    position: relative;
}

/* RESPONSIVE */

#main-content,
#contact-form,
#age-verify {
    max-width: 930px;
    overflow-x: hidden;
}

@media only screen and (max-height: 660px) {
.mob-scroll {
display: inline-block;
}
}
@media only screen and (max-height: 590px) {
    #av-overlay {
        margin-top: 100px;
    }
}
@media only screen and (max-height: 473px) {
    #av-overlay {
        margin-top: 60px;
    }
}
@media only screen and (max-height: 422px) {
    #av-overlay-wrap {
        overflow-y: scroll;
    }
    #av-overlay {
        display: relative;
    }
    .verify-logo {
        position: relative;
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1030px) {
.assets > li {
width: 49%;
}
}
@media only screen and (max-width: 940px) {
    #main-content,
    #contact-form,
    #age-verify {
        width: 85%;
        margin: 490px auto 0;
    }
  
.full-width {
    width: 130%;
    margin: 25px 0 25px 0;
}
    nav > ul.topfixed {
        width: 100%;
font-size: 9.5px;
    }
    .logo {
        width: 300px;
        max-width: none;
        left: 50%;
        margin-left: -155px;
    margin-bottom: 15px
    }
    nav {
        top: 50px;
        width: 100%;
    margin-left: 0px;
font-size: 9.5px;
    }
    nav > ul,
    nav > ul.topfixed {
        top: 160px;
        text-align: center;
        margin: 0;
        left: 0;
        width: 100% !important;
font-size: 9.5px;
    }
    nav > ul li > a {
        margin: 0 11px;
font-size: 9.5px;

    }
nav > ul li .sub-menu {
left: 0%;
}
.page-assets {
    width: 100%;
  }
  .intropage {
text-align: center;
margin-left: -10px;
margin-right: -10px;
}
@media only screen and (max-width: 740px) {
table.table1 {
  border-collapse: separate;
  border-spacing: 10px 4px;  
  font-size: 10px;}
#menu-item-651 a {
font-size: 8px;
margin-left: -5px;
line-height: 20px;
position: relative;
  }
#menu-item-621 a {
font-size: 8px;
margin-left: -6px;
line-height: 20px;
position: relative;
  }
#menu-item-645 a {
font-size: 8px;
margin-left: -6px;
margin-bottom: -33px;
  }
  
#menu-item-648 a {
margin-left: 0px;
font-size: 8px;
margin-top: -5px; 
}
#menu-item-625 a {
margin-left: 0px;
font-size: 8px;
}
#menu-item-619 a {
font-size: 8px;
margin-left: -6px;
margin-right: -2px;
line-height: 20px;
position: relative;
  }
#menu-item-626 a {
margin-left: 0px;
white-space: nowrap;
font-size: 8px;
}
#menu-item-673 a {
font-size: 8px; 
margin-left: -1.5px;
line-height: 20px;
position: relative;
}
#menu-item-674 a {
font-size: 8px;
margin-left: -1.5px;
}
#menu-item-707 a {
font-size: 8px;
margin-left: -1.5px;
}
#menu-item-2382 a {
font-size: 8px;
margin-left: -1.5px;
}
#menu-item-651 a:after {
    content:'';
    position: absolute;
    top:-10px; bottom:-10px; 
 left:-10px; right:-10px; }

#menu-item-621 a:after {
    content:'';
    position: absolute;
    top:-10px; bottom:-10px; 
 left:-10px; right:-10px; }

#menu-item-673 a:after {
    content:'';
    position: absolute;
    top:-10px; bottom:-10px; 
 left:-10px; right:-10px; }

#menu-item-619 a:after {
    content:'';
    position: absolute;
    top:-10px; bottom:-10px; 
 left:-10px; right:-10px; }



ul li.facebook {
width: 8px;
height: 8px;
position: relative;
}
ul li.facebook > a {
opacity: 0;
margin: 0;
}
ul li.facebook:before {
content: '';
width: 8px;
height: 8px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 3px;
background: url(/img/facebook-white.png) no-repeat;
background-size: 8px;
}
  
ul li.twitter {
width: 8px;
height: 8px;
position: relative;
margin: 0 0px;
}
ul li.twitter > a {
opacity: 0;
margin: 0;
}
ul li.twitter:before {
content: '';
width: 8px;
height: 8px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 0;
background: url(/img/twitter-white.png) no-repeat;
background-size: 8px;
}

ul li.instagram {
width: 8px;
height: 8px;
position: relative;
margin: 0 0px;
}
ul li.instagram > a {
opacity: 0;
margin: 0;
}
ul li.instagram:before {
content: '';
width: 8px;
height: 8px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 0;
background: url(/img/instagram-white.png);
background-size: 8px;
}}
    .logo.unfixed {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition:    all 0.3s ease-in-out;
        -ms-transition:     all 0.3s ease-in-out;
        -o-transition:      all 0.3s ease-in-out;
        transition:         all 0.3s ease-in-out;

        -webkit-transform:  translateY(-10px);
        -moz-transform:     translateY(-10px);
        -ms-transform:      translateY(-10px);
        -o-transform:       translateY(-10px);
        transform:          translateY(-10px);
    }
    body:before {
        content: '';
        height: 250px;
        position:fixed;
        top:0;
        left:0;
        width: 100%;
        z-index: -1;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

    }
    body {
        background-position: center center !important;
    }
.assets > li {
width: 32.3%;
}

@media only screen and (max-width: 730px) {
.assets > li {
width: 49%;
}
}
@media only screen and (max-width: 600px) {
    .left-content {
        display: none;
    }
    .right-content {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
    .pull-quote {
        width: 100%;
        font-size: 28px;
        padding: 15px 0 15px 0px;
    }
    #main-content,
    #contact-form,
    #age-verify,
    nav > ul.topfixed {
        width: 95%;
    }
    #av-overlay-wrap {
        overflow-y: scroll;
    }
    #av-overlay {
        width: 90%;
        max-width: 380px;
        position: relative;
        margin: 30px auto 100px;
        height: 510px;
    }
    #av-overlay h1 {
        width: auto;
    }
    #av-overlay div.select-box {
        margin-bottom: 1rem;
    }
    #av-overlay select,
    #av-overlay div.select-box,
    #av-overlay input[type="submit"] {
        width: 100% !important;
    }
    @-moz-document url-prefix() {
        #av-overlay #av_verify_m,
        #av-overlay #av_verify_d,
        #av-overlay #av_verify_y {
            width: 110% !important;
        }
    }
    #av-overlay input[type="submit"] {
        text-align: left;
        padding-left: 12px;
        float: left;
    }
    .verify-logo {
        position: relative;
        margin-top: 60px;
    }
    
}
@media only screen and (max-width: 540px) {
nav > ul li .sub-menu {
font-size: 6px;
width: 100%;
line-height: 16px;
text-align: center !important;
    left: -40px;
}
ul li.facebook {
width: 8px;
height: 8px;
position: relative;
}
ul li.facebook > a {
opacity: 0;
margin: 0;
}
ul li.facebook:before {
content: '';
width: 8px;
height: 8px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
background: url(/img/facebook-white.png) no-repeat;
background-size: 8px;
}
  
ul li.twitter {
width: 8px;
height: 8px;
position: relative;
margin: 0 0px;
}
ul li.twitter > a {
opacity: 0;
margin: 0;
}
ul li.twitter:before {
content: '';
width: 8px;
height: 8px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 2px;
background: url(/img/twitter-white.png) no-repeat;
background-size: 8px;
}

ul li.instagram {
width: 8px;
height: 8px;
position: relative;
margin: 0 0px;
}
ul li.instagram > a {
opacity: 0;
margin: 0;
}
ul li.instagram:before {
content: '';
width: 8px;
height: 8px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 2px;
background: url(/img/instagram-white.png);
background-size: 8px;
}
}
@media only screen and (max-width: 474px) {
    
    .footer-nav ul li {
        display: block;
        margin-bottom: 8px;
   color: #BB984C;
    }
    nav > ul li > a {
        font-size: 6px;
    }
ul li.facebook {
margin: 0 auto;
}
.assets > li {
width: 100%;
margin: .5% 0;
}
}

.bottle-lineup {
    width: 504px;
    margin-bottom: 27px; 

}
ul li.facebook {
width: 7px;
height: 7px;
position: relative;
}
ul li.facebook > a {
opacity: 0;
margin: 0;
}
ul li.facebook:before {
content: '';
width: 7px;
height: 7px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
background: url(/img/facebook-white.png) no-repeat;
background-size: 7px;
}
  
ul li.twitter {
width: 7px;
height: 7px;
position: relative;
margin: 0 0px;
}
ul li.twitter > a {
opacity: 0;
margin: 0;
}
ul li.twitter:before {
content: '';
width: 7px;
height: 7px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 2px;
background: url(/img/twitter-white.png) no-repeat;
background-size: 7px;
}

ul li.instagram {
width: 7px;
height: 7px;
position: relative;
margin: 0 0px;
}
ul li.instagram > a {
opacity: 0;
margin: 0;
}
ul li.instagram:before {
content: '';
width: 7px;
height: 7px;
display: block;
pointer-events: none;
position: absolute;
top: 15px;
left: 2px;
background: url(/img/instagram-white.png);
background-size: 7px;
}

@media only screen and (max-width: 430px) {



ul li.facebook {
width: 5px;
height: 5px;
position: relative;
}
ul li.facebook > a {
opacity: 0;
margin: 0;
}
ul li.facebook:before {
content: '';
width: 5px;
height: 5px;
display: block;
pointer-events: none;
position: absolute;
top: 10px;
background: url(/img/facebook-white.png) no-repeat;
background-size: 5px;
}
  
ul li.twitter {
width: 5px;
height: 5px;
position: relative;
margin: 0 0px;
}
ul li.twitter > a {
opacity: 0;
margin: 0;
}
ul li.twitter:before {
content: '';
width: 5px;
height: 5px;
display: block;
pointer-events: none;
position: absolute;
top: 10px;
left: 2px;
background: url(/img/twitter-white.png) no-repeat;
background-size: 5px;
}

ul li.instagram {
width: 5px;
height: 5px;
position: relative;
margin: 0 0px;
}
ul li.instagram > a {
opacity: 0;
margin: 0;
}
ul li.instagram:before {
content: '';
width: 5px;
height: 5px;
display: block;
pointer-events: none;
position: absolute;
top: 10px;
left: 2px;
background: url(/img/instagram-white.png);
background-size: 5px;
}
}










