/*****************************************
	BEER SLIDER CSS
*****************************************/

/**************************
font-family: rollerscript-rough, sans-serif;

font-weight: 400;

font-style: normal;
*********************************/

.beers .brewers-address-bar,
.beers .site-header {
	display: none;
}

.beers .header-hero {
    padding-bottom: 0;
}

.beers .nav-primary {
	background-color: rgba(12,50,47,1);
}

.beers .hero-page-title {
	display: none;
	padding: 1vw 180px 0 180px;
}

.beers span.release {
	color: #769e90;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.beers .header-hero:before {
	background: none;
}

.beers .content,
.beers .site-inner {
	width: 100%;
	max-width: 100%;
}

.beers .site-inner {
	display: none;
}

.beers .store-locator-notice {
    padding: 15px 0;
    background-color: #769e90;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.beers .store-locator-notice:hover {
	background-color: #c24711;
}

.beers span.notice:before {
	content: "\f041";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.beers span.notice:after {
	content: "\f178";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.carousel-cell {
    width: 100%;
    height: auto;
    margin-right: 10px;
    counter-increment: carousel-cell;
 	/*opacity: .40;*/
}

.post-content {
	background-color: #fff;
    float: right;
    padding:60px;
    width: 60%;
}

/*.carousel-cell:before {
  content: counter(carousel-cell);
  color: white;
  text-indent: -9999px;
}*/

.carousel-cell.is-selected {
	opacity: 1;
}

.beers .main-carousel .entry-title {
	color: #0c322f;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1em;
    margin-bottom: 24px;
}

.beers .beer-facts {
	font-family: prohibition, sans-serif;
    float: left;
	line-height: 1.9em;
	margin-right: 5%;
	text-align: center;
    width: 10%;
}

.beers .beer-cnt {
    float: left;
	font-size: 15px;
	font-size: 1.5rem;
	border-right: 1px solid #0c322f;
	padding-right: 30px;
    width: 50%;
}

.beers .beer-notes {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
	font-size: italic;
    width: 30%;
}

.beers .beer-notes strong {
	color: #769e90;
}

.beers span.dscr-abv {
	color: #0c322f;
	display: block;
	border-bottom: 1px solid #0c322f;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: droid-serif, serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

.beers .main-carousel span.abv {
	color: #cc9302;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
}

.beers .main-carousel .beer-img {
    float: left;
}

.beers .beer-intro {
	float: left;
    /*background-color: #cc9302;*/
	background: url(../images/ba-bg-orange-2.jpg) repeat;
    clear: both;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
	line-height: 1.4em;
    margin-top: 20px;
    padding: 20px 120px;
    width: 100%;
}

.beers .beer-intro p {
	margin: 0;
}

.beers .main-carousel .button {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 10px 30px;
}

.beers .flickity-prev-next-button.previous {
    left: -40px;
}

.beers .flickity-prev-next-button.next {
    right: -30px;
	margin-left: 10px;
}

.beers .button-group {
	float: left;
	clear: both;
    position: static;
	margin-bottom: 120px;
    text-align: center;
    width: 100%;
}

.beers button.button.button--next {
    margin-left: 10px;
}

.slideout-menu .nav-primary {
	background-color: #fff;
}

/********Parallax Sections **************************/

#beer-parallax-section1 {
	background-image: url('../images/bg1.jpg');
}

#beer-parallax-section2 {
	background-image: url('../images/bg2.jpg');
}

.parallax-section {
	background-attachment: fixed;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	padding: 30px 0 200px;
}

#home-parallax-section1 {
	position: relative;
	overflow: hidden;
}

.beers .parallax-heading {
	background: #c24711;
	border-top: 2px solid rgba(204,147,2,.60);
	border-bottom: 2px solid rgba(204,147,2,.60);
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.beers .parallax-heading .seasonal-link {
	color: #f4e4c6;
    font-family: rollerscript-rough, sans-serif;
    font-size: 33px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    position: absolute;
    left: 40px;
    bottom: -150px;
    text-align: left;
    width: 300px;
	transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.beers .parallax-heading h1 {
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@media only screen and (max-width: 1500px) {
	
	.post-content {
		width: 70%;
	}
}

@media only screen and (max-width: 1200px) {
	
	.slideout-panel {
		background-color: #0c322f !important;
	}
	
	.post-content {
		width: 80%;
	}
	
	.parallax-heading.year-round {
		margin-top: 58px;
	}
}


@media only screen and (max-width: 1024px) {
	
	.beers .main-carousel span.abv {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.beers .main-carousel span.abv {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.beers .main-carousel .entry-title {
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	.beers .beer-cnt {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.beers .beer-intro {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 20px 60px;
	}
	
	.beers span.release {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
}

@media only screen and (max-width: 860px) {
	
	.post-content {
    	width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	
	.beers .parallax-heading .seasonal-link {
		font-size: 26px;
		font-size: 2.6rem;
		left: 0;
		padding: 0 10%;
		text-align: center;
		width: 100%;
	}
	
	.beers .beer-facts {
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
	}
	
	.beers .main-carousel span.abv {
		display: inline-block;
		padding-right: 20px;
		text-align: center;
	}
	
	.beers span.dscr-abv {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.beers .beer-cnt {
		width: 63%;
	}
}

@media only screen and (max-width: 600px) {
	
	.beers .site-header {
		display: block;
	}	
	
	.parallax-heading.year-round {
    	margin-top: 0;
	}
	
	#beer-parallax-section1,
	#beer-parallax-section2 {
		background-color: #fff;
		background-image: none;
	}
	
	.beers #beer-parallax-section2 .button-group {
		margin-bottom: 40px;
	}
	
	.beers .parallax-heading .seasonal-link {
		color: #c24711;
	}
	
	.parallax-section {
		padding: 30px 0 30px;
	}
	
	.beers .beer-cnt {
		border-right: none;
		width: 100%;
	}
	
	.beers .beer-notes {
		float: left;
		width: 100%;
	}
	
	.beers .beer-intro {
		padding: 20px 40px;
	}
	
	.post-content {
		padding: 30px;
	}
	
}
