/** Custom Style Go Here **/

/* general */


/* mobiles view up to 800px */
body{font-size: 12px;}
@media screen and (max-device-width: 700px) {
.page-header { 
	background: url(../img/home-header-bg.jpg) #000 no-repeat center; 
	background-size: cover;
	}
	
#bgvid { 
display: none !important; 
visibility: hidden !important;
	}
}

#av-overlay-wrap {
	opacity: 0.98 !important;
}

#av-overlay {
	background: none !important;
	-webkit-box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3) !important;
	color: #fff !important;
	width: 600px !important;
}

#av_verify {
	padding: 10px 15px !important;
	margin: 20px 0 0 0;
	background: #fff !important;
	color: #df412b !important;
	border: none;
	border-radius: 6px;
}

.submit label {
	display: none;
}

.page-header h1 {

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

html, body
{
	width: 100%;
	height: 100%;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

video#bgvid
{
	position: absolute; 
	right: 0; 
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -10000;
	background: url(../img/home-header-bg.jpg) no-repeat;
	background-size: cover;
}

body.home #where #map-legend {
	margin-top: 0 !important;
	margin-bottom: 65px !important;
	padding-top: 55px !important;
}

#map-legend {
	background: #fff;
}

#what, #where, #contact {
	background: #fff;
  border-top: 4px solid #e34234;
}

#contact {
	margin-bottom: 0 !important;
	padding-bottom: 120px;
}

body.single-beer #what #beer-slider .beer-img .beer-social {
	background-color: #de402a !important;
}

.navbar-brand {
	padding: 0px 15px !important;
}

body.single-beer #what #beers .beer .beer-details {
	font-size: 16px !important;
}

body.single-beer #who .who-content .col2 .portrait {
	margin-bottom: 10px !important;
}


body.single-beer #what #beer-slider .beer-details.left-col strong {
	margin-right: 4px !important;
}

body.single-beer #what #beer-slider .beer-details.right-col strong {
	margin-right: 4px !important;
}

body.single-beer #what #beer-slider .beer-details.right-col, body.single-beer #what #beer-slider .beer-details.left-col {
	font-size: 14px !important;
}

.pair, .availability {
	font-size: 13px !important;
}

header.navbar a {
font-size: 14px !important;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
}

body.single-beer #why .why-content .signup-wrapper p {
	font-size: 13px !important;
}

body.home #where #map-legend .info {
	font-size: 12px;
}

body.home #why .why-content .col {
	padding: 0 40px 0 0;
	font-size: 15px !important;
  letter-spacing: 1px;
}

img.flourish-bottom {
	margin-top: 15px;
}

.who-bottom {
	/* color: #fcf5e0; */
}



body.home #who .who-content h2 {
	margin-bottom: 20px !important;
}

body.single-beer #what #beer-slider .beer-description {
	font-size: 12px !important;
	line-height: 22px !important;
  letter-spacing: 1px;
}

.pair, .availability {
	font-size: 14px !important;
	line-height: 18px;
	font-style: normal !important;
  font-family: 'arial';
}

body.home #why .why-content .col {
	font-size: 12px !important;
}

body.home #why .why-content .signup-wrapper p {
	font-size: 14px !important;
}

body.home #why .why-content .signup-wrapper h4 {
	font-size: 15px !important;
}

body.home #who header .caption {
	font-size: 18px !important;
}

body.home #who .who-content .info {
	font-size: 17px !important;
}

body.home #who .who-content .dash {
	background-image: none !important;
}

body.home #who .who-content .and {
	margin-top: 80px !important;
}

body.home #who header h2 {
	margin-bottom: 25px;
}

body.home #who header {
	text-align: left !important;
}





/* fldtrace edits */

h1, h2, h3, h4, h5, h6 {
font-family: "rooney-web", serif;
}

/*********** FRONT PAGE ***********/
body.single-beer #what #beer-slider .beer-details.left-col {
	text-align: left;
}
body.single-beer #what #beer-slider .beer-details.right-col {
	padding-left: 0;
	text-align: left;
}

/*********** BLOG **************/

/* blog header */
header.navbar a.back-home {
	position: absolute;
	left: 10px;
	top: 10px;
}

header.navbar-blog {
	text-align: center;
	padding: 40px 20px 30px;
	height: auto;
}

a.blog-logo img {
	width: 200px;
}

header.navbar a:not(.navbar-brand):hover:after {
	background: none;
}

/* blog content */
.post-meta, .post-meta a {
	font-size: 14px;
	color: #67635a;
	-webkit-font-smoothing: antialiased;
	margin-top: 5px;
	margin-bottom: 15px;
}

.post-meta a {
	text-decoration: underline;
}

.single .sidebar {
	display: none;
}

.widget {
	margin-bottom: 35px;
}

.blog article header .feat-img-link .feat-overlay {
	text-align: center;
}

/* sidebar */

.sidebar h3 {
  font-size: 14px;
  color: #85898c;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.sidebar .widget_categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget_categories ul li {
  margin: 10px 0;
  color: #f05f37;
  letter-spacing: 1px;
  line-height: 20px;
}
.sidebar .widget_categories ul li a {
  letter-spacing: 0;
}
.sidebar .widget_categories ul li a:hover {
  color: #f05f37;
}

/* styles from category12 blog template */
.blog hr,
.search hr,
.archive hr,
.category hr,
.error404 hr {
  border-color: #f0f0f0;
  margin: 40px 0 50px;
}
.blog #mailchimp-cta,
.search #mailchimp-cta,
.archive #mailchimp-cta,
.category #mailchimp-cta,
.error404 #mailchimp-cta {
  text-align: center;
  padding-top: 50px;
}
.blog #mailchimp-cta h2,
.search #mailchimp-cta h2,
.archive #mailchimp-cta h2,
.category #mailchimp-cta h2,
.error404 #mailchimp-cta h2 {
  font-family: "grad", serif;
  font-style: italic;
  font-size: 24px;
  color: #85898c;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 0 0 25px;
}
.blog #mailchimp-cta .btn-primary,
.search #mailchimp-cta .btn-primary,
.archive #mailchimp-cta .btn-primary,
.category #mailchimp-cta .btn-primary,
.error404 #mailchimp-cta .btn-primary {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  width: 165px;
  height: 46px;
  border-color: #f05f37;
  padding: 13px 0;
  position: relative;
  top: -5px;
  margin-left: 20px;
  -webkit-filter: drop-shadow(0 1px 1px #43484c);
  -moz-filter: drop-shadow(0 1px 1px #43484c);
  -ms-filter: drop-shadow(0 1px 1px #43484c);
  filter: drop-shadow(0 1px 1px #43484c);
}
.blog #mailchimp-cta .btn-primary:hover,
.search #mailchimp-cta .btn-primary:hover,
.archive #mailchimp-cta .btn-primary:hover,
.category #mailchimp-cta .btn-primary:hover,
.error404 #mailchimp-cta .btn-primary:hover {
  background: #f05f37;
  border-color: #f05f37;
}
.blog #mailchimp-cta .btn-primary img,
.search #mailchimp-cta .btn-primary img,
.archive #mailchimp-cta .btn-primary img,
.category #mailchimp-cta .btn-primary img,
.error404 #mailchimp-cta .btn-primary img {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.blog #mailchimp-cta hr,
.search #mailchimp-cta hr,
.archive #mailchimp-cta hr,
.category #mailchimp-cta hr,
.error404 #mailchimp-cta hr {
  margin-top: 15px;
}
.blog .page-header,
.search .page-header,
.archive .page-header,
.category .page-header,
.error404 .page-header {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0;
  border: none;
}
.blog .page-header h1,
.search .page-header h1,
.archive .page-header h1,
.category .page-header h1,
.error404 .page-header h1 {
  font-size: 21px;
  color: #85898c;
  margin: 0;
}
.blog article,
.search article,
.archive article,
.category article,
.error404 article {
  margin-bottom: 60px;
}
.blog article .asterisk,
.search article .asterisk,
.archive article .asterisk,
.category article .asterisk,
.error404 article .asterisk {
  text-align: right;
}
.blog article .asterisk img,
.search article .asterisk img,
.archive article .asterisk img,
.category article .asterisk img,
.error404 article .asterisk img {
  vertical-align: top;
}
.blog article h3.no-results,
.search article h3.no-results,
.archive article h3.no-results,
.category article h3.no-results,
.error404 article h3.no-results {
  margin-top: 0;
}
.blog article header .feat-img-link,
.search article header .feat-img-link,
.archive article header .feat-img-link,
.category article header .feat-img-link,
.error404 article header .feat-img-link {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.blog article header .feat-img-link img,
.search article header .feat-img-link img,
.archive article header .feat-img-link img,
.category article header .feat-img-link img,
.error404 article header .feat-img-link img {
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.blog article header .feat-img-link .feat-overlay,
.search article header .feat-img-link .feat-overlay,
.archive article header .feat-img-link .feat-overlay,
.category article header .feat-img-link .feat-overlay,
.error404 article header .feat-img-link .feat-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blog article header .feat-img-link .feat-overlay h4,
.search article header .feat-img-link .feat-overlay h4,
.archive article header .feat-img-link .feat-overlay h4,
.category article header .feat-img-link .feat-overlay h4,
.error404 article header .feat-img-link .feat-overlay h4 {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  width: 122px;
}
.blog article header .feat-img-link:hover .feat-overlay,
.search article header .feat-img-link:hover .feat-overlay,
.archive article header .feat-img-link:hover .feat-overlay,
.category article header .feat-img-link:hover .feat-overlay,
.error404 article header .feat-img-link:hover .feat-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #f05f37;
  background: rgba(222, 64, 42, 0.7);
}
.blog article header .entry-title,
.search article header .entry-title,
.archive article header .entry-title,
.category article header .entry-title,
.error404 article header .entry-title {
  margin: 0;
}
.blog article header .entry-title a,
.search article header .entry-title a,
.archive article header .entry-title a,
.category article header .entry-title a,
.error404 article header .entry-title a {
  font-size: 21px;
  color: #1e2226;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.blog article header .entry-title a:hover,
.search article header .entry-title a:hover,
.archive article header .entry-title a:hover,
.category article header .entry-title a:hover,
.error404 article header .entry-title a:hover,
.blog article header .entry-title a:focus,
.search article header .entry-title a:focus,
.archive article header .entry-title a:focus,
.category article header .entry-title a:focus,
.error404 article header .entry-title a:focus {
  color: #f05f37;
  text-decoration: none;
}
.blog article .entry-summary,
.search article .entry-summary,
.archive article .entry-summary,
.category article .entry-summary,
.error404 article .entry-summary {
  line-height: 22px;
}

.blog article .entry-summary .btn:hover,
.search article .entry-summary .btn:hover,
.archive article .entry-summary .btn:hover,
.category article .entry-summary .btn:hover,
.error404 article .entry-summary .btn:hover {
  color: #fff;
  background: #f05f37;
}
.blog nav.post-nav,
.search nav.post-nav,
.archive nav.post-nav,
.category nav.post-nav,
.error404 nav.post-nav {
  display: none;
}
.blog #infscr-loading,
.search #infscr-loading,
.archive #infscr-loading,
.category #infscr-loading,
.error404 #infscr-loading {
  text-align: center;
  margin-bottom: 25px;
}
.blog #infscr-loading h5,
.search #infscr-loading h5,
.archive #infscr-loading h5,
.category #infscr-loading h5,
.error404 #infscr-loading h5 {
  text-transform: uppercase;
  color: #85898c;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 10px;
}
.single article header {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
}
.single article header .entry-title {
  color: #1e2226;
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
.single article .feat-img {
  margin-bottom: 45px;
  width: 100%;
  margin-top: 60px;
}
.single article .entry-content {
  line-height: 22px;
}
.single article .single-back {
  text-align: left;

}
.single article .single-back .post-content p{letter-spacing: 1px;font-size: 12px;}
.single article .single-back .popover {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
  border: none;
  background: #000;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px !important;
  left: -50px !important;
}
.single article .single-back .popover .popover-content {
  padding: 8px 14px 7px;
}
.single article .single-back .popover .arrow {
  border-width: 6px;
  border-left-color: #000;
  border-left-color: #000000;
  margin-top: -6px;
  top: 50% !important;
}
.single article .single-back .popover .arrow:after {
  border: none;
}
.single article .post-content a:hover {
  color: #f05f37;
}
.single article hr {
  margin-top: 45px;
  border-color: #f0f0f0;
}
.single article footer {
  margin-bottom: 60px;
  overflow: hidden;
}
.single article footer #twitter,
.single article footer #facebook {
  display: inline-block;
}
.single article footer #twitter iframe {
  width: 80px !important;
}
.single article footer #facebook {
  position: relative;
  top: -5px;
}
.error404 .main h1 {
  color: #1e2226;
  font-size: 35px;
  line-height: 1;
  margin: 0;
}
.error404 .main img {
  width: 100%;
  margin-bottom: 20px;
}
body.blog .wrap{ background:url("../img/why-bg-one.png") repeat-y scroll -130px 62px, url("../img/why-bg-two.png") repeat-y scroll 100% 53px, url("../img/why-wood-background-tile.gif") repeat scroll 0 0 rgba(0, 0, 0, 0); color:#262125;}



     

 @font-face{
  font-family:'Charcuterie-W00-Block-Obl';
  src:url('../fonts/Charcuterie-W00-Block-Obl.eot');
  src:url('../fonts/Charcuterie-W00-Block-Obl.eot?#iefix') format('embedded-opentype'), url('../fonts/Charcuterie-W00-Block-Obl.woff2') format('woff2'), url('../fonts/Charcuterie-W00-Block-Obl.woff') format('woff'), url('../fonts/Charcuterie-W00-Block-Obl.ttf') format('truetype');
  }

  .beer-name{
  font-family: "Charcuterie-W00-Block-Obl" !important;
 }
 
 #thumbnail-slider {
    -webkit-transform: none !important;
    transform: none !important;
	padding:0px 0px;
 }
 
 #thumbnail-slider .inner ul li{
	 width:120px !important;
	 height:120px !important;
	 border: 2px solid #A4A4A4 !important;
     margin: 10px;
	}
	.inner > ul li a.thumb {
  background-size: 100% 100% !important;
}
#thumbnail-slider ul li.active {
    border-color: #d7d7d7 !important;
}	

#ninja-slider .slider-inner{
	
	height:585px !important;
	}
	
#ninja-slider .slider-inner ul{
	
	height:585px !important;
	}	
	
#beers{
	padding:50px 0px;
	background:#666666;
	color:#fff;
	font-size:16px;
  font-family: 'Arial Narrow', Arial, sans-serif;
	}	
	
#beers .col-md-6 .beer .beer_title{
	font-weight:bold;
  text-transform: uppercase;
	}
	
#beers .col-md-6 .beer:hover{
    color: #D03428;
}	
	
#beers .col-md-6 .beer_head {
    margin-bottom: 20px !important;
}
#beers .col-md-6 .beer ._beer_subtitle{font-style: italic;}
.mlogo {
  background-size: 100% 100% !important;
  /*-height: 71%;-*/
  left: 0;
  margin: 0 auto;
  max-width: 330px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 50%;
  z-index: 1;
}

#happenings {
	/*padding: 40px 0px;*/
	background-color: #ffffff;
}
.contentSection.first {
  margin-top: 73px;
  position: relative;
}
.flex-direction-nav {
  display: none;
}
.imageGallery .mCustomScrollBox {
    min-height: 525px;  
}
ul.new_list .happenings li a{
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  min-height: 380px;
  padding: 10px;
   word-wrap: break-word;
   min-height: 35 0px;
   text-align: left;
   letter-spacing: 1px !important;
}
ul.new_list .happenings li a {
  color: #262125;
  display: block;
  text-decoration: none;
}
ul.new_list .happenings li:hover a {color: #ffffff !important;text-decoration: none;} 
.beer-img img {
 /*- width: auto !important;-*/
}
.bottom_slider {
  background: #fff6e5 none repeat scroll 0 0;
  border-top: 5px solid #d03428;
  margin-top: 30px;
  padding: 80px 0;
}
.happeningsTopBar {
	border-top: 5px solid #d03428 !important;
}
.container.why-happenings > h2 {
  padding: 50px 0 51px;
  font-size: 32px;
}
.cus_date {
  display: inline-block;
  float: left;
  font-weight: bold;
  margin-right: 9px;
  text-transform: uppercase;
}
.bor span a {
  color: #d03428;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  padding-left: 10px;
  vertical-align: top;
  width: 74px;
}
.ns-img {
  border: solid 4px #434544;
}
.single-post.sidebar-primary .main{padding-bottom: 40px;}
@media screen and (max-width: 1200px){
  ul.info-bar-inner > li {border: 0 none !important;clear: both;display: block;min-height: 50px;width: 100%;}
  body.home .page-header .info-bar li.social ul{ border: 0px !important;}
  body.home .page-header .info-bar a:not([data-toggle="popover"])::before,
  body.home .page-header .info-bar a:not([data-toggle="popover"])::after{ display: none !important;}
  body.home .page-header .info-bar a:not([data-toggle="popover"]){ border: 0px !important;}
  body.home .page-header .info-bar { height: inherit !important;}
  ul.new_list li{ width: 24%;}

}


@media screen and (max-width: 767px){
div.contentSection.first{ top: 0px;}
ul.new_list li{ width: 49%;}
div.contentSection.first{ margin-top:35px;}
}

@media screen and (max-width: 320px){
 ul.new_list li{ width: 99%;} 
}
.left_scr{display:none;}

.slides {
 /*-   margin-top: 100px !important;-*/
}

.happenings{ font-size: 12px;}
.bxs-thumbs a {
  display: inline-block;
  margin-right: 15px;
}

.new_list { padding: 0 !important;}
body.home #where #contact .licensees #mc_embed_signup input#mce-EMAIL{width: 100% !important;}
@media screen and (max-width: 1023px) and (min-width:768px ){.single-post.sidebar-primary .main{padding-top: 60px}}
@media screen and (max-width: 991px){
  ul.new_list .happenings li a{ min-height: 360px;}
  body.single-beer #what #beer-slider { overflow: visible !important;}
  .sidebar-primary .main{ width: 100% !important;}
  body.single-beer .container, .sidebar-primary .main {text-align: center;  width: 100%;}
  html body #beer-slider.container, .wrap[role="document"], body .flexslider .slides { margin: 0 !important;}
}
@media screen and (max-width: 767px){  ul.new_list .happenings li a{ min-height: 420px;}}
@media screen and (max-width: 480px){
 ul.new_list .happenings li a {float: none;margin: 8px auto; width: 55%;}
  .slide.clearfix.flex-active-slide{ margin: 0px !important; text-align: center;}
  ul.new_list .happenings li{min-height: inherit;}
}
@media screen and (max-width: 360px){
  ul.new_list .happenings li a {float: none;margin:0; width: 100%;}
}

/*.info-bar .tasting a .inner {
    font-weight: 600;
    text-transform: lowercase;
}*/
body.home #where #contact .info, body.home #where #contact address {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}

    .page-id-1041 .sidebar {
  display: none;
}
.about_us_content p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
}
body.single-beer #what #beer-slider .beer-details li i{font-style: normal;}
body.single-beer #what #beer-slider .beer-details li{text-transform: capitalize;}
body.home #where #map-legend h3,
body.home #where #contact h4,
.container.why-happenings > h2,
body.home #why header h2{font-size: 32px;font-weight: normal;}
body.home #why{border-top: 4px solid #e34234;}
body.home .page-header .info-bar a{font-size: 13px;}
body.home #where #contact .location address{font-size: 12px;}
body.home #where #contact .location address strong{font-size: 14px;}
.about_us_content img.why-icon {
    margin:100px auto 10px;
    float: none;
    display: block;
}
.about_us_content .page-header{border: none;margin: 40px 0px 80px; }
.about_us_content .page-header h1{text-transform: uppercase;text-align: center;}
.about_us_content p{text-align: left;line-height: 2.2}
body.home #why .why-content .col{line-height: 2.2 !important}
.page-template-template-about header.navbar{height: 80px;}