/*****************************************
	BEER MENU CSS
*****************************************/

/**************************
font-family: rollerscript-rough, sans-serif;

font-weight: 400;

font-style: normal;
*********************************/

.beer-menu .brewers-address-bar {
	display: none;
}

.beer-menu .content {
	width: 100%;
}

.beer-menu .site-inner {
	padding-bottom: 60px;
}

.sub-nav-container {
	float: left;
	background: url(../images/ba-bg-orange-2.jpg) repeat;
    border-top: 2px solid rgba(204,147,2,.40);
    border-bottom: 2px solid rgba(204,147,2,.60);
	text-align: center;
	width: 100%;
}

.sub-nav-container .widget {
	margin-bottom: 0;
}

.sub-nav-container .menu-item {
	border-left: 1px solid rgba(0,0,0,.20);
	display: inline-block;
	margin-bottom: 0;
	padding: 20px;
}

.sub-nav-container .menu-item a {
	color: #f4e4c6;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
	text-shadow: -2px 2px 2px rgba(0,0,0,.35);
    text-transform: uppercase;
}

.sub-nav-container .menu-item a:hover {
	color: #cc9302;
}

.year-round-selection {
	float: left;
	width: 100%;
}

.year-round-selection h2 {
	color: #cc9302;
	font-size: 48px;
	font-size: 4.8rem;
	text-align: center;
	margin-bottom: 40px;
}

.beer-menu ul.beer-list {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
    width: 100%;
}

.beer-menu li.br-current {
	background-color: #fff;
    float: left;
	margin-bottom: 10px;
	padding: 20px;
    width: 100%;
}

.beer-menu li.br-current:nth-child(odd){
	background-color: rgba(118,158,144,.15);
}

.beer-menu li.br-current h3.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.beer-menu .beer-facts {
	font-family: prohibition, sans-serif;
    float: left;
	line-height: 1.9em;
	margin-right: 5%;
	text-align: center;
    width: 5%;
}

.beer-menu .beer-cnt {
    float: left;
	border-right: 1px solid #0c322f;
	padding-right: 30px;
    width: 60%;
}

.beer-menu .beer-pricing {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
	font-style: italic;
	text-align: center;
    width: 30%;
}

.beer-menu .beer-pricing strong {
	color: #769e90;
}

.beer-menu span.dscr-abv {
	color: #0c322f;
	display: block;
	border-bottom: 1px solid #0c322f;
	margin-bottom: 7px;
    padding-bottom: 5px;
	font-family: droid-serif, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.beer-menu span.abv {
	color: #cc9302;
	font-size: 34px;
	font-size: 2.4rem;
	font-weight: 400;
}

.year-round-selection.seasonal {
    margin-top: 60px;
}

@media only screen and (max-width: 860px) {
	
	.sub-nav-container .menu-item {
		padding: 20px 15px;
	}
	
	.sub-nav-container .menu-item a {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.year-round-selection h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

@media only screen and (max-width: 760px) {
	
	.sub-nav-container {
		display: none;
	}
	
	.beer-menu .beer-pricing {
		border-top: 1px solid #0c322f;
        padding-top: 24px;
		width: 100%;
	}
	
	.beer-menu .beer-facts {
		width: 10%;
	}
	
	.beer-menu .beer-cnt {
		float: right;
		border-right: none;
		padding-right: 10px;
		width: 80%;
	}
	
	.beer-menu .beer-pricing p {
    	margin: 0 0 10px;
	}
}

@media only screen and (max-width: 480px) {
	
	.beer-menu .beer-facts {
		text-align: left;
    	width: 100%;
	}
	
	.beer-menu .beer-cnt {
		float: left;
		border-right: none;
		padding-right: 0;
		width: 100%;
	}
	
	.beer-menu span.abv {
		display: inline-block;
		padding: 0 30px 0 0;
		text-align: center;
	}
	
}



