/**
 * Name: layout.css
 *
 *	-
 *
 *	T.O.C
 *
 *	#General Layout
 *		#Header
 *		#Content
 *		#Footer
 *	#Page Styles
 *		#Index
 *		#About
 *		#Services
 *		#Portfolio
 *		#Blog
 *		#Contact
 *	#Responsive
 *		#Large Display
 *		#Smaller then 1024px width
 *		#Tablet (Portrait)
 *		#Mobile (Portrait and Landscape )
 *		#Mobile ( Landscape )
 */

/* ==========================================================================
   #General Layout
   ========================================================================== */
	div#preload { display: none; }

	#wrap {
		position: relative;
	}
	/* Splash Page */
	.view-home-page-panels .blackout {
	    background: #080808 none repeat scroll 0 0;
	    height: 100%;
	    left: 0;
	    opacity: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: -100;
	}
	#modal_screen {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
	}

	#modal_content{
	  width:100%;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  color:#fff;
	  text-align: center;
	  transform: translate(-50%, -50%);
	  		   -webkit-transform: translate(-50%, -50%);
      		-ms-transform: translate(-50%, -50%);
	}
	#modal_content_wrapper{
	    height:500px;
	    max-height: 500px;
	}

	#modal_content nav::after {
	    clear: both;
	    content: "";
	    display: block;
	}
	#modal_content nav ul {
	    padding: 0;
	    width: 100%;
	    font-size: 50px;
	    margin: 0 auto;
	}

	#modal_content li {list-style-type: none;margin-right:20px;display: inline-block;margin: 0 auto;}
	#modal_content li a{
	  padding:20px 50px;color:#fff !important;width:50px;
	}
	#header h1, #header h2 {
    height: 1px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

/* #Header
   ========================================================================== */
	#topnav{
		height:22px;
		background:#e7e6db url(/images/topnav_bg.png) repeat-x bottom;
		font: 11px 'Open Sans', sans-serif;
		text-transform: uppercase;
		line-height: 20px;
	}
	#topnav a{color:#000;}

	#top_social, #bottom_social {float:right;}
	#top_social img, #bottom_social img {margin-left:5px;float:right;}

	#topnav .divider-dot{
		margin-top:0px;
	}
	#topnav .divider-dot span:before, #menu-secondary a:before {
	 content: "\f111";
	 font-family: 'FontAwesome' !important;
	 font-size: 6px !important;
	 position: relative;
	 top: -2px;
	 color:#a4610f;
	 padding:0px 4px 0px 2px;
	 
}
	#menu-secondary a:before{top: -6px;left: -5px;font-size:8px;}

	#header {
		background:#fff url(/images/header_bg.png) repeat-x bottom;

	}

	/* Logo */

	#logo {
		display: block;
		padding: 8px 0px 20px;
	}

	#logo img { display: block; }

/* #Content
   ========================================================================== */

	#content {
		min-height: 500px;
	}
	.more a {
		font-size: 18px;
		color:#eca73a;
		margin:10px 0;
		text-transform: uppercase;
	}
	.more a:hover {
		color:#2e0c00;
		text-decoration: none;
	}

	/* Page Header */

	#page-header {
		padding: 50px 0;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 20px;
		background-color: #8a5011;
	}

	#page-header h1 {
		margin-bottom: 0;
		text-align: left;
		line-height: 24px;
		color:#fff;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, .5);
	}

	/* Featured Beer */

	#featured_beer{
		margin-top:0px;
		position: relative;
		background:
			url(/images/beer_stain.png) no-repeat 100% 95%,
			url(/images/horse_bg.png) no-repeat 10% 0px;
		z-index:100;
	}
	#featured_beer img{
		 max-height:460px;
	}
	#beer_info{
		margin-top:0px;
		position: relative;
		background:
			url(/images/horse_bg.png) no-repeat 10% 20px;
		z-index:100;
	}

	#beer_info .span4 img{
		position:relative;
		bottom:-10px;
		max-height: 600px;
	}
	#spotlight h4, .beer_header h4 {
		font-size:30px;
		text-align: center;
		color:#2e0c00;
		text-transform: uppercase;
	}
	#spotlight h2, .beer_header h2 {
		font-size: 50px;
		text-align: center;
		line-height: 90%;
		margin-bottom:20px;
		text-transform: uppercase;
		color:#eca73a;
		border-top: 2px solid #eca73a;
		border-bottom: 2px solid #eca73a;
	}
	#spotlight {
		color:#000;
		margin-top:20px;
	}
	#spotlight h5{
		font-weight: bold;
	}
	#spotlight .content {
		width:80%;
		margin:0 auto;
	}

	#locator label{
		display: inline;
		float:left;
	}

	.width_10{width:10%;}
	.width_40{width:40%;}
	.width_25{width:25%;}
	.grey{color:#7f7f7f;}
	.darkgrey{color:#444 !important;}
	.gold {color:#f8bc39;}
	.font-smaller{font-size:14px;font-weight: bold}

	#locator table td{border-top:none;padding:2px 5px 2px 0px;text-align: left;	vertical-align: middle;}

	#locator select, #locator input{
		width:90%;
		text-transform: inherit;
	}
	#locator input.btn{
		width:92%;
	}

	#beer_locations strong{
		color:#eca73a;
	}
	optgroup[label="Portsmouth"], optgroup[label="RVA Brewery"], optgroup[label="RVA Taproom"]{
		color: #eca73a;
	}
	optgroup{
		padding-bottom:10px
	}
	optgroup option{
	  margin: 2px 0;
	  color:#000;
	}
	#va-map {
		background: url(/images/map_va2.png) no-repeat bottom right;
		min-height:250px;
	}
	.v-align {vertical-align: middle}

	h3 {
		font-size: 40px;
		xfont-weight: 900;
		text-align: center;
	}
	h3 span {
		background-color: #f8f6e7;
		padding:0px 20px;
		font-size: 45px;
	}
	#bg-2 h3 span{
		xbackground-color: #2e0c00;
		background-color: transparent;
		padding:0px 50px;
		xbackground-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(102, 31, 33, 0.8));
	}
	#bg-3 a:link, #bg-3 a:visited {
		font-size: 42px;
		font-weight: normal;
		text-transform: uppercase;
	}

	#bg-3 a:hover{
		color:#ffa902;
		text-decoration: none;
	}

	.bottlecap{background: url(/images/bottlecap.png) no-repeat;}
	.beer_stain{background:url(/images/beer_stain.png) no-repeat 100% 95%}
	.beer_stain2{background:url(/images/beer_stain_inside.png) no-repeat 100% 95%}

	.wheat_bg {
		background:transparent url(/images/header_wheat_bg.png) no-repeat center center;
		background-size: contain;
	}
	.wheat_bg2 {
		background:transparent url(/images/header_wheat_bg.png) no-repeat center center;
	}
	.absolute-center {
  		margin: auto;
  		position: absolute;
  		top: 0; left: 0; bottom: 0; right: 0;
  		clear:both;
	}
	.our_beer_new img{max-height: 300px;max-width: 90px}
	.our_beer_new a{color:#eca73a;}
	.our_beer_new .content{
		max-height: 190px;
		overflow: hidden;
		text-overflow: ellipsis;
	}	
	.our_beer img{max-height: 300px;}
	.our_beer a{color:#eca73a;font-weight: normal;}
	.our_beer .content{
		max-height: 190px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.our_beer h4,
	#hours h4{
		font-size: 28px;
	}

	/* Whats Pouring */
	#no-more-tables .divider{
		margin:10px 0px;
	}
	#beer-label{
		max-width: 50px;
	}
	#beer-label img{
		max-width: 50px;
		min-width: 50px;
	}
	#beer-title{
		 width:150px;
		 font-size: 30px;
		 color: #333;
		 font-family: 'holtzmantextured', sans-serif;
	}
	#beer-desc{
		 width:50%;
	}
	#beer-list-category{
		text-align: center;
	}
	#beer-list-category li{
		display: inline-block;
		margin-right:20px;
	}
	#beer-list-category .active a{
		color:#000;
	}

	#beer-list-category h4, 
	.beer_stain h4{
		font-size: 30px;
	}
	#beer-list-category h4 a{
		font-weight: normal;
	}

/* #Calendar
   ========================================================================== */

   .event{padding:10px 0; margin-bottom: 5px;}
   #event_list .date{
	   	border:2px solid #c7b695;
	   	color:#000;
	   	border-radius: 5px;
	   	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: center;
		font-weight: bold;
		max-width: 60px;
	}
   #calendar_list .date{
	   	border:2px solid #c7b695;
	   	color:#000;
	   	border-radius: 5px;
	   	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: center;
		font-weight: bold;
		width: 60px
	}
   .date span{background-color: #c7b695;width:100%;}
   .month{background-color: #c7b695;width:100%;color:#fff;padding-bottom: 2px;}
   .day{background-color: #fff;}
   .event h4.title{text-transform: none;margin-top:5px;line-height: 18px}
   .event h5 {font-size:14px;font-family: 'Open Sans', Arial, sans-serif;color:#444;text-transform: none;}
   .calendarimg {display: block}
	#calendar_list .event{
		background-color: #fff;
		border:2px solid #c7b695;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding:10px;
		height:380px;
		display: inline-block;
	}
   #calendar_list .event h4.title{margin-top:0px;}
   #calendar_list .date{position: relative;margin-top:-38px;right:-12px;float:right;width:50px;}
   #calendar_list .span3:hover {
			-webkit-box-shadow: 5px 10px 15px 0px rgba(199,197,199,1);
			-moz-box-shadow: 5px 10px 15px 0px rgba(199,197,199,1);
			box-shadow: 5px 10px 15px 0px rgba(199,197,199,1);
		}

   #calendar_list h4{font-size: 16px}
   #calendar_details h4 span{font-size: 12px}
   #calendar_list img, #calendar_details img{
	   	margin:5px 0;
		width:100%;
	   	border-radius: 5px;
	   	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		clear:both;
	}
   #calendar_list h5 span, #calendar_details h4 span{color:#999;text-transform: none;font-family: 'Open Sans', Arial, sans-serif;}
   #event_list .divider{margin:5px 0 !important;}

   .event-desc{font-size:14px;line-height:18px;height:90px;overflow: hidden;}

	#calendar_list .details{position: absolute;width:100%;bottom:10px;left:0px;text-align: center}

    .static{
	   height:440px !important;
    }

/* #NEW 2021 Calendar styles
   ========================================================================== */

#calendar-options{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#calendar-options div{
	-webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align:center;
}
#calendar-options img{
	max-width: 400px;
	max-height: 350px;
	margin:20px 0px;
}
.rva-btns{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:1366px){
	#calendar-options img{
		max-width: 200px;
		max-height: 200px;
		margin:20px 0px;
	}
}
@media screen and (max-width: 800px){
	#calendar-options{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;	
	}
	#calendar-options div{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;		
	}
	.rva-btns{
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.rva-btns .btn{
		margin:0px 5px;
	}
}

/* #Footer
   ========================================================================== */

	#footer {
		font-size: 12px;
		line-height: 18px;
		color:#444444;
	}
	#footer h5{
		font-size: 26px;
		font-weight: normal;
		text-transform: none;
		margin-bottom: 10px;
		font-family: 'holtzmantextured', sans-serif;
	}
	#footer ul{
		list-style-type: none;
		line-height: 22px;
	}
	#footer a {
		color:inherit;
	}

	#footer-middle {
		padding: 40px 0;
		background:#e6e6e6 url(/images/horse_bg.png) no-repeat center center;
		background-size: contain;
	}

	#footer-bottom {
		padding: 15px 0 10px;
		background-color: #2e0c00;
		color: #fff;
		font-size: 10px !important;
		font-family: 'Open Sans', sans-serif !important;
	}

	/* Menu basics */

	#menu-secondary{
		font-size:28px;
		text-align: right;
		font-family: 'holtzmantextured', sans-serif;
		margin:10px 0px 0px;
		display:block;
	}
	#menu-secondary a{
		color:#eca73a;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: normal;
	}
	#menu-secondary a:hover, #menu-secondary .current{
		color:#000;
	}
	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: relative;
		z-index: 100;
	}

	.sf-menu > li {
		float: left;
		margin-right: 0;
	}

	.sf-menu > li > a {
		position: relative;
		display: block;
	}

	.sf-menu .sf-mega,
	.sf-menu li.dropdown ul {
		position: absolute;
		z-index: 210;
		top: 100%;
		left: 0;
		display: none;
	}

	.sf-menu li.dropdown { position: relative; }

	.sf-menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
	}

	.sf-menu li:hover > .sf-mega,
	.sf-menu li.sfHover > .sf-mega,
	.sf-menu li.dropdown:hover > ul,
	.sf-menu li.dropdown.sfHover > ul { display: block; }

	/* Menu Skin */

	.sf-menu {
		float: right;
		/*width: 100%;*/
	}

	.sf-menu a {
		display: block;
		font: 45px 'holtzmantextured', sans-serif;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
	}
		@media (max-width: 1024px) {
			.sf-menu a {
				font-size: 24px;
			}
			.sf-menu > li a:before{
				padding:0px 8px;
			}
		}

	.sf-menu > li.dropdown > a, .sf-menu a {
		color: #000;
		font-size: 45px;
		text-transform: uppercase;
	}


	.sf-menu > li.current > a span {
		color: #a4610f;
	}
	.sf-menu > li.current > a small { color: #a4610f; }

	.sf-menu > li > a:hover span,
	.sf-menu > li > a:hover small { color: #a4610f; }

	.sf-menu > li a:before{
		 content: "\f111";
		 font-family: 'FontAwesome' !important;
		 font-size: 8px !important;
		 position: relative;
		 top: -10px;
		 left: 2px;
		 color:#a4610f;
	}


	.sf-menu > li.first a:before, .sf-menu li.dropdown ul li a:before, #menu-secondary a.first:before {
  		content: none;
	}
	/**
 	 * 1. allow long menu items to determine submenu width
 	 */

	.sf-menu li.dropdown ul {
		min-width: 220px; /* 1 */
		border: 1px solid #d7d7d7;
		background-color: #fff;
	}
	.sf-menu li.dropdown ul ul{
		min-width: 190px; /* 1 */
		border: 1px solid #d7d7d7;
		background-color: #fff;
	}

	.sf-menu > li.dropdown ul { padding: 10px 0; }

	.sf-menu li.dropdown ul li a {
		position: relative;
		padding: 5px 5px 10px 10px;
		font-size:18px;
		text-transform: none;
		font-family: 'Open Sans', Arial, sans-serif !important;
	}

	.sf-menu li.dropdown ul li a:hover { color: #a4610f; }

	/* arrows */

	/* styling for both css and generated arrows */

	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 0;
		height: 0;
		width: 0;
		/* order of following 3 rules important for fallbacks to work */
		border: 5px solid transparent;
		border-top-color: rgba(0, 0, 0, 0.5);
		margin-top: -3px;
		content: "";
	}

	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after {
		border-top-color: rgba(0, 0, 0, 0.7);
	}

	/* styling for right-facing arrows */

	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: rgba(0 ,0, 0, 0.5);
		margin-top: -5px;
		margin-right: -3px;
	}

	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after {
		border-left-color: rgba(0, 0, 0, 0.7);
	}

	/* Mobile Menu  */

	#mobile-menu {
		display: none;
		z-index: 20;
		margin-bottom: 0;
	}

	#mobile-menu li {
		display: block;
		margin: 0;
		background-color: #2e0c00;
	}

	#mobile-menu > li > ul,
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}

	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
	}

	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}

	#mobile-menu .sf-mega-section ul { margin-left: 0; }

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-top: 1px solid #d7d7d7;
		color: #fff;
		font-size:26px;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
		font-family: 'holtzmantextured', sans-serif;
	}

	#mobile-menu ul a { padding-left: 45px; }

	#mobile-menu ul li ul a  { padding-left: 65px; }

	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 70px;
		border-left: 1px solid #d7d7d7;
		color: #fff;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}

	#mobile-menu .mobile-menu-submenu-arrow:hover {
		background-color: #eca73a;
		color: #fff;
	}

	#mobile-menu li a:hover {background-color: #000;}

	/* Mobile menu trigger  */

	#mobile-menu-trigger {
		float: right;
		display: none;
		font-size: 32px;
		color: #2e0c00;
	}

/* ==========================================================================
   #Page Styles
   ========================================================================== */

/* #Index
   ========================================================================== */

/* #About
   ========================================================================== */

/* #Services
   ========================================================================== */



/* #Contact
   ========================================================================== */

	/* Contact Form */

	#contact-form {
		overflow: hidden;
		margin-bottom: 40px;
	}

	#contact-form fieldset {}

	label.validation-error { color: #b55454; }

	input.validation-error,
	textarea.validation-error,
	select.validation-error { border :1px solid #e1a1a1; }

	#contact-form #formstatus {}

	#contact-form textarea {}

/* #Portfolio
   ========================================================================== */

    /* Isotope */

	.portfolio-items {
		margin: 0 -10px 60px -10px;
		list-style: none;
	}

	.portfolio-items li {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 10px;
		margin: 0;
	}

	.portfolio-items li .portfolio-item { margin-bottom: 0; }

    /* Portfolio Item */

	.portfolio-item {
		position: relative;
		margin-bottom: 23px;
	}

	.portfolio-item-preview {
		position: relative;
	}

	.portfolio-item-preview img {
		display: block;
		width: 100%;
	}

	.portfolio-item-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		opacity: 0;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}

	.portfolio-item-overlay-actions {
		position: absolute;
		bottom: 0;
		width: 100%;
		margin-bottom: -50px;
		text-align: center;
		-webkit-transition: bottom 0.5s;
				transition: bottom 0.5s;
	}

	.portfolio-item-overlay-actions .zoom {
		display: inline-block;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		margin-bottom: 25px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	.portfolio-item-overlay-actions .zoom i {
		font-size: 32px;
		line-height: 48px;
	}

	.portfolio-item-overlay-actions .zoom:hover { background-color: transparent; }

	.portfolio-item-overlay-actions .btn {
		padding: 5px 15px;
		border-color: #fff;
		margin: 0;
		background-color: #fff;
		color: #69675b;
	}

	.portfolio-item-overlay-actions .btn:hover {
		box-shadow: inset 0 100px 0 0 #80a852;
		color: #fff;
	}

	.portfolio-item-description h4 {
		margin-bottom: 15px;
		font-weight: 600;
	}

	.portfolio-item-description h4 a { color: #69675b; }
	.portfolio-item-description p span { color: #80a852; }

	.portfolio-item-overlay .portfolio-item-description {
		position: absolute;
		top: 0;
		width: 100%;
		margin-top: -60px;
		color: #fff;
		text-align: center;
		-webkit-transition: top 0.5s;
				transition: top 0.5s;
	}

	.portfolio-item-overlay .portfolio-item-description h4 {
		margin-bottom: 0;
		font: 20px 'Open Sans', Arial, sans-serif;
		font-weight: 600;
	}

	.portfolio-item:hover .portfolio-item-overlay { opacity: 1; }
	.portfolio-item:hover .portfolio-item-overlay .portfolio-item-description { top: 50%; }
	.portfolio-item:hover .portfolio-item-overlay-actions { bottom: 50%; }

	/* Portfolio Pagination */

	.pagination {
		float: right;
		margin: 40px 0;
		list-style: none;
	}

	.pagination li {
		float: left;
		margin-right: 10px;
	}

	.pagination li:last-child { margin-right: 0; }

	.pagination a {
		display: block;
		padding: 7px 15px;

	}

	.pagination li.current a,
	.pagination li:hover a {
		box-shadow: inset 0 100px 0 0 #80a852;
		color: #fff;
		text-decoration: none;
	}

	/* Portfolio filter */

	.portfolio-filter ul {
		margin: 20px 0 70px 0;
		list-style: none;
	}

	.portfolio-filter ul li {
		display: inline-block;
		margin-right: 10px;
	}

	.portfolio-filter ul li:last-child { margin-right: 0; }

	.portfolio-filter ul li a {
		display: block;
		padding: 7px 30px;
		border: 1px solid #80a852;
		box-shadow: inset 0 0 0 0 #fff;
		color: #80a852;
		font: 18px 'Open Sans', sans-serif;
		font-weight: 400;
		text-decoration: none;
		-webkit-transition: all ease 0.5s;
				transition: all ease 0.5s;
	}

	.portfolio-filter ul li a.active,
	.portfolio-filter ul li a:hover {
		box-shadow: inset 0 100px 0 0 #80a852;
		color: #fff;
	}
/* ==========================================================================
   #Responsive
   ========================================================================== */

/* #Large Display
   ========================================================================== */

	@media (min-width: 1367px) {

		.sf-menu > li { margin-right: 10px; }
		.sf-menu > li:last-child, .sf-menu > li.last { margin-right: 0; }
		.sf-menu > li a:before, .divider-dot span:before{
		 	padding:0px 8px 0px 2px;
		}
		
		

	}

/* #Smaller then 1366px width
   ========================================================================== */

	@media (min-width: 980px) and (max-width: 1366px) {
		#topnav{
		font: 9px 'Open Sans', sans-serif;
		line-height: 20px;
		}
		#top_social img{
			height:16px;
		}
		#menu-secondary{margin: 15px 0px 0px 0px;}
		.sf-menu > li.dropdown > a, .sf-menu a {
		    font-size: 36px;
		}
		#logo img{height:60px;}

		#spotlight .content {
		    width: 70%;
		}
		#featured_beer img{
		 	max-height:520px;
		}

		#beer_info{
		position: relative;
		background:
			url(/images/horse_bg.png) no-repeat 1% 20px;
		z-index:100;
		}
		#beer_info .span4 img{
			bottom:0px;
		}
		#hours, #locator table { font-size: 14px;}

		#bg-3 a:link, #bg-3 a:visited{
			font-size: 18px;
		}	
	}

/* #Tablet (Portrait)
   ========================================================================== */
	@media (max-width: 979px) {
		#featured_beer{
			margin-top:0px;
		}

		#beer_info .span4 img{
			top:0px;
			width: 100%;
		 	height: auto;
		}
		#spotlight{
			margin-top: 0px;
		}
		#spotlight h2, .beer_header h2{
			font-size: 30px;
		}	
		#bg-3 a:link, #bg-3 a:visited{
			font-size: 18px;
		}	
	}
	@media (min-width: 768px) and (max-width: 979px) {

		#menu { display: none; }

		#mobile-menu-trigger {
			display: block;
			margin-top: 15px;
		}
		
		#beer_info{
		background:
			none,
			url(/images/horse_bg.png) no-repeat -2% 20px;

		}

		#hours, #locator table { font-size: 12px;}

    	.static{height:auto !important;}

    	#calendar_list .event{
			display: block;
		}
		#calendar_list .event h5{
			word-wrap: break-word;
		}
		.event-desc {
    		height: 70px;
		}

}

/* #Mobile (Portrait and Landscape )
   ========================================================================== */

	@media (max-width: 767px) {

		body {
			background: none;
			background-color: #f8f6e7;
		}

		#wrap {margin-top:0px;}
		#header {height: auto;margin-top:0px;}
		#logo{ padding: 2px 0px 15px;}
		#logo img{ height:55px;}


		#menu { display: none; }

		#mobile-menu-trigger {
			position: absolute;
			top: 0;
			right: 10px;
			display: block;
			padding: 10px;
			margin-top: 0;
		}
		#spotlight .content {
			width:100%;
			margin:0 auto;
		}
		.fullwidth-section {
			padding: 10px 0;
		}
		#modal_content{
		  position: relative;
		  top: 25%;
		  left: 0;
		  transform: translate(-25%, -25%);
		   -webkit-transform: translate(-25%, -25%);
      		-ms-transform: translate(-25%, -25%);
		}
		#bg-1{
			padding:20px 0 40px;
		}
		#featured_beer{
			margin-top:0px;
			background:none;
		}
		#beer_info{
			background: url(/images/beer_stain.png) no-repeat 70% 50%;
		}
		#calendar_list .event{height:auto;}
		#event_list .event{margin-bottom: 5px;}
		#event_list .divider{display: none}
		#calendar_list .event{width:100%;}
		.event-desc{width:100%;overflow: show;height:auto;}
		#calendar_list .details{position: relative;width:100%;bottom:-5px;left:0px;}

		#content {}
		#va-map{background-image:none;}
		#footer-middle{display:none;}
		#bottom_social, #bottom_social img{float:none;margin-left: 1px;}
		.row { padding: 0 40px; }

		.row .row {
			width: auto;
			padding: 0;
			margin: 0;
		}

		p.last,
		h1.last,
		h2.last,
		h3.last,
		h4.last,
		h5.last,
		address.last,
		ul.last,
		ol.last { margin-bottom: 20px; }

		.text-right{ text-align: left; }
		.static{height:auto !important;}
	}

/* #Tables
  ========================================================================== */
	@media (max-width: 700px) {

		#beer-label{
			max-width:100px;
		}
		#beer-label img{
			max-width: 100px;
			min-width: 50px;
		}
		#beer-title{
		 width:auto;
		}
		#beer-desc{
			 width:70%;
			 padding-right:10px;
		}
		.font-smaller{
			font-size: inherit;
			font-weight: normal;
		}
		/* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #no-more-tables td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            white-space: normal;
            text-align:left;
            padding-left: 10%;
        }
        /*
        Label the data
        */
		#no-more-tables td:before {
			content: attr(data-title);
			position: absolute;
		    /* Top/left values mimic padding */
		    top: 6px;
		    left: 0px;
			 width:20%;
		    margin-right: 6%;
		    white-space: nowrap;
		    overflow: hidden;
		    font-size:20px;
		    text-align:left;
		    text-transform: uppercase;
		    font-family: 'holtzmantextured', sans-serif;
		}
        #no-more-tables td.hidden, #no-more-tables tr.hidden{
            display:none;
        }
        .nopadding, .nopadding table td, .nopadding td{
            padding-left:0px !important;
        }
        .hidden{
            display:none !important;
        }
        .hidden-smphone{display: none !important; }

        #beer-list-category{
			text-align: left;
		}
    }



/* #Mobile ( Landscape )
  ========================================================================== */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.row { padding: 0 40px; }
		#spotlight h2, #beer_header h2 {
			font-size: 40px;
			text-align: left;
		}
		#spotlight h4, #beer_header h4 {
			font-size: 30px;
			text-align: left;
		}
		#page-header{
			padding:10px 0;
			margin-bottom: 10px;
		}
		#page-header h1 {
		font-size: 25px;
		color:#fff;
		}
		#mobile-menu-trigger { right: 30px; }
		.float-right{
			float:none;
		}

		.static{height:auto !important;}
	}
/* #Mobile ( Portrait )
  ========================================================================== */

	@media (max-width: 478px) {
		#modal_content{
		  position: relative;
		  top: 25%;
		  left: 25%;
		  transform: translate(-25%, -25%);
		   -webkit-transform: translate(-25%, -25%);
      		-ms-transform: translate(-25%, -25%);
		}
		#logo{

		}
		#logo img{
			width:80%;
			height:auto;
		}
		#spotlight{
			margin-top: 0px;
		}
		#spotlight h2, #beer_header h2 {
			font-size: 24px;
		}
		#spotlight h4, #beer_header h4, h3 {
			font-size: 18px;
		}
		h3 span{
			padding:10px;
		}
		#page-header{
			padding:10px 0;
			margin-bottom: 10px;
		}
		#page-header h1 {
		font-size: 25px;
		color:#fff;
		}
		#locator{
			padding-bottom: 20px;
		}
		#locator label,#locator select, #locator input{
			display: block;
			width:100%;
		}
		#va-map{
			background:none;
			height:100px;
		}
		.width_40, .width_10, .width_25, #locator input.btn{width:100%;}
		.hidden-phone-sm {
			display: none !important;
		}

		#content ul,
		#content ol {

		margin-left:0px;

		}
		.float-right{
			float:none;
		}

		.static{height:auto !important;}

	}
