/*--------------------------------------------------------------
# ellandbrewery styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Elland Brewery Styles

	# Parallax
	# Images
	# Header
	# Home Page
	# About
		## Meet the team
		## About the beer (label graphic)
	# Seasonal and news
	# Beers
	# Core beers
	# Our beers
	# Single Beer Page
		## Awards
	# Show all beers
	# Brewing Stages
	# Footer
	# Blog

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Oswald", sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #231F20;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #F9D607;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-block;
	border: 0px;
	border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background-color: #F9D607;
	color: #231F20;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	z-index: 11;
	top: 70px;
	padding: 0.5rem 0;
	font-family: "Oswald";
	z-index: 100;
	background-color: #231F20;
	border-top: 3px solid #FAD405;
	border-bottom: 3px solid #FAD405;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	margin-right: 1rem;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li:after{
	content: '\b7\a0';
	color: white;
	display: inline-block;
	padding-left: 0.3rem;
	padding-right: 0.2rem;
}

.main-navigation li:last-of-type:after {
	display: none;
	padding-right: 0px;
	padding-left: 0px;
}


.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: white;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	float: right;
}

@media screen and (max-width: 853px) and (min-width: 650px) {

	.main-navigation {
		top: 170px;
	}

	.main-navigation ul {
		float: none;
	}
}

@media screen and (min-width: 650px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	.main-navigation {
		padding: 0;
	}

	.main-navigation li {
		width: 100%;
		text-align: right;
		padding: 0.3rem 0;
	}

	.main-navigation li:after{
		display: none;
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Layout related styles
--------------------------------------------------------------*/

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media screen and (max-width: 769px) {
	h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	h2 {
		font-size: 1.6rem;
	}
}


a.button{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #231F20;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #F9D607;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem;
}

a.button:hover {
	background: #F9D607;
	color: #231F20;
}

h1 {
	background-color: black;
	color: #FAD405;
	font-weight: normal;
	padding: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 1.5em;
	}
}

h2 {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

ul.showallbeers h2 {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	display: table;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}


ul.showallbeers h2{
	margin-top: 1rem;
}

.page-text {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/

.parallax-top {
	height: 100%;
	max-height: 100%;
	min-height: 600px;
	min-height:100vh;
	height: 100vh;
    background: rgba(1,1,1,0.2);
    text-align: center;
}

.parallax-kegs {
    min-height: 500px;
    background: transparent;
    padding: 0 0 10rem 0;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

.attachment-beerlist {
	margin-left: 30px;
}

@media screen and (max-width: 600px) {
	.attachment-beerlist {
		margin-left: 10px;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	overflow: visible;
	width: 100%;
}

.home .site-header {
	position: fixed;
}

.site-header {
	height: 400px;
	background-size: cover;
}

.home .site-header {
	height: auto;
}

.site-branding {
	max-width: 200px;
	padding-left: 1.5rem;
	padding-top: 1.5rem;
	padding-right: 1rem;
	z-index: 9999;
	position: relative;
}

.boxed {
	max-width: 1200px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.contact-number {
	font-family: "Oswald";
	color: white;
	display: block;
	float: right;
	position: relative;
	margin-right: 1rem;
	right: 0px;
	font-size: 2rem;
	top: 1rem;
	text-shadow: 2px 2px 2px #000;
}

.contact-number a {
	color: white;
}

@media screen and (max-width: 1000px) {
	.site-branding {
		max-width: 180px;
		padding-top: 2rem;
	}

}

@media screen and (max-width: 853px) {
	.site-header {
		height: 250px;
	}	
}

@media screen and (max-width: 600px) {
	.site-branding {
		max-width: 160px;
		padding-top: 2.5rem;
	}

	.site-header {
		height: 200px;
	}

	.contact-number {
		font-size: 1.2rem;
	}
}


/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

.top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 0.2rem 0.2rem;
}

.home h1 {
	color: #f3f3f3;
	text-transform: uppercase;
	font-size: 5rem;
	letter-spacing: 3px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	display: inline;
	background: rgba(0,0,0,0.2);
	padding: 0 1rem;
}


#site-top p {
	color: white;
	font-size: 1.3rem;
	line-height: 2;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 3px 3px 3px black;
}

@media screen and (max-width: 909px) {
	.home h1 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.home h1 {
		font-size: 3rem;
	}
}


@media screen and (max-width: 600px) {
	.home h1 {
		font-size: 1.3rem;
	}

	#site-top p {
		font-size: 1.1rem;
		line-height: 1.2;
		width: 90%;

	}
}

.home-2 {
	background-image: url(../img/divider.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	bottom: 95px;
	margin-bottom: -102px;
	display: block;
	height: 70px;
	width: 100%;
	padding: 0px;
}

.home .parallax-top {
	display: flex;
  	justify-content: center;
 	align-items: center;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.fw-about {
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}

.about {
	padding: 3rem 0;
}

/*--------------------------------------------------------------
## Meet the team
--------------------------------------------------------------*/

.meettheteam {
	padding: 2rem 0;
}

.meettheteam img {
	padding: 1rem;
}

@media screen and (max-width: 767px) {
	.meettheteam .col-1-4 {
		width: 50%;
		float: left;
		text-align: center;
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.meettheteam .col-1-4 {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0;
	}
}

/*--------------------------------------------------------------
## About the beer (label graphic)
--------------------------------------------------------------*/

.aboutthebeer {
	min-height: 340px;
}

.aboutthebeer.grid {
}

.aboutthebeer .col {
	width: 33.3%;
	float: left;
}

.aboutthebeer .step2 img, 
.aboutthebeer .step3 img {
	position: relative;
	top: 30px;
}

.aboutthebeer .step-r img {
	margin-right: 10px;
}

.aboutthebeer .step-l img {
	margin-left: 10px;
}

/* Position the steps */
.aboutthebeer .step1{
	position: relative;
	text-align: right;
	margin-right: -100px;
	top: 20px;
}

.aboutthebeer .step2 {
	position: relative;
	text-align: left;
	margin-left: -100px;
	top: 110px;
}

.aboutthebeer .step3 {
	position: relative;
	text-align: right;
	margin-right: -100px;
	top: 100px;
}

.aboutthebeer .step4 {
	position: relative;
	text-align: left;
	margin-left: -150px;
	top: 240px;
}

.aboutthebeer .label {
	text-align: center;
}

@media screen and (max-width: 1080px) {

	/* Position the steps */
	.aboutthebeer .step1{
		margin-right: -70px;
	}

	.aboutthebeer .step2 {
		margin-left: -70px;
	}

	.aboutthebeer .step3 {
		margin-right: -70px;
	}

	.aboutthebeer .step4 {
		margin-left: -120px;
	}

}

@media screen and (max-width: 890px) {

	/* Position the steps */
	.aboutthebeer .step1{
		margin-right: -50px;
	}

	.aboutthebeer .step2 {
		margin-left: -50px;
	}

	.aboutthebeer .step3 {
		margin-right: -50px;
	}

	.aboutthebeer .step4 {
		margin-left: -100px;
	}

}

@media screen and (max-width: 790px) {

	.aboutthebeer .step-l img,
	.aboutthebeer .step-r img {
		max-width: 60px;
	}

	/* Position the steps */
	.aboutthebeer .step1{
		margin-right: -30px;
	}

	.aboutthebeer .step2 {
		margin-left: -30px;
	}

	.aboutthebeer .step3 {
		margin-right: -30px;
	}

	.aboutthebeer .step4 {
		margin-left: -70px;
	}

}


@media screen and (max-width: 650px) {
	.aboutthebeer .label img{
		height: 200px;
	}

	.aboutthebeer .col:nth-of-type(2) {
		width: 100%;
		clear: both;
		display: block;
	}

	.step-l img,
	.step-r img {
		display: none;
	}

	.aboutthebeer .col:nth-of-type(1),
	.aboutthebeer .col:nth-of-type(3) {
		width: 100%;
	}

	.aboutthebeer .step1,
	.aboutthebeer .step2,
	.aboutthebeer .step3,
	.aboutthebeer .step4 {
		left: 0;
		float: none;
		text-align: center;
		display: block;
		margin-right: 0;
		margin-left: 0;
		top: 0px;
	}
}

/*--------------------------------------------------------------
## Seasonal and news
--------------------------------------------------------------*/

.seasonalandnews {
	background: rgba(255,255,255,0.7);
	padding: 0rem 0;
	padding-bottom: 3rem;
	font-size: 1.1rem;
	color: black;
}

.seasonalandnews a {
	color: #000;
}

.shaded {
	background-color: rgba(170,160,113,0.6);
	padding: 1rem;
}

.col-6-12:first-of-type {
	text-align: center;
}

.seasonalandnews .attachment-beerlist {
	margin-right: 30px;
}

/*--------------------------------------------------------------
## Core beers
--------------------------------------------------------------*/

.beerlist,
.beerlistinternal {
	clear: both;
	padding: 1rem;	
}

.beerlistinternal {
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.home .beerlist img {
		height: 250px;
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	.home .beerlist img {
		height: 180px;
		width: auto;
	}

	.beerlist {
		padding: 0;
	}
}

.corebeerlisttext {
	text-align: center;
}

#whitebg.corebeerlist {
	background-color: white;
	background-image:none;
	padding: 4rem 0;
	padding-bottom: 7rem;
}

#whitebg p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.content {
	padding: 1rem;
}

.home .content-area {
	padding: 0;
}

.beers img {
	margin: 1rem;
}

.beerimages {
	padding: 1rem;
}

@media screen and (max-width: 600px) {
	#whitebg p {
		width: 90%;
	}

	#whitebg.corebeerlist {
		padding: 2rem 0;
	}
}

/*--------------------------------------------------------------
## Our beers
--------------------------------------------------------------*/

.beerimages-browse {
	padding: 1rem;
	float: left;
}

.beerimages-browse .pumpclip {
	position: relative;
	left: -90px;
	top: 20px;
	margin-right: -80px;
}

.beerimages-browse .pumpclip.keg {
	position: relative;
	left: -40px;
	top: 10px;
	margin-right: -40px;
	max-width: 65px;
	max-height: 190px;
}

.beerimages-browse .pumpclip.bottle {
	position: relative;
	left: -70px;
	top: 10px;
	margin-right: -60px;
	width: 60px
}





/*--------------------------------------------------------------
## Single Beer Page
--------------------------------------------------------------*/

.pumpclip {
	position: relative;
	left: -100px;
}

.beerimages {
	text-align: right;
	margin-right: -70px;
}

.single-beer .intro {
	font-weight: bold;
}

.single-beer .beersection {
	padding: 1rem 0;
}

.single-beer .beersection p {
	margin: 0;
}
.single-beer .beersection p.abv {
	margin-bottom: 1.5rem;
}

.beerglass{
	height: 300px;
	margin-right: 3rem;
}

.single-beer .entry-content {
	padding-top: 2rem;
}

.proper {
	text-transform: capitalize;
}

.beerglass-browse{
	height: 200px;
	margin-right: 3rem;
}

@media screen and (max-width: 850px) {

	.beerglass {
		height: 200px;
		margin-right: 1rem;
	}

	.single-beer .beerimages {
		text-align: center;
		margin: 0;
	}
	
	.pumpclip {
		left: -70px;
		top: 10px;
	}

	.single-beer .pumpclip.keg {
		width: 125px;
	}

	.single-beer .pumpclip {
		width: 70px;
	}

}


@media screen and (max-width: 850px) {
	.pumpclip {
		left: -40px;
		top: 10px;
	}
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/

.beerawards {
	text-align: left;
}

.beerawards h2 {
	font-size: 2rem;
}

ul.awards {
	margin: 0;
	padding: 0;
}

.awards li{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.awardimage {
	float: left;
}

.awardslist {
	width: 60%;
	float: left;
}

.awardslistimages {
	width: 40%;
	float: left;
}

.awardslist-full {
	width:100%;
	text-align: center;
}

/*--------------------------------------------------------------
## Show all beers
--------------------------------------------------------------*/

.furtherbuttons {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul.showallbeers {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	overflow: hidden;
	padding: 0;
	max-width: 1200px;
}

ul.showallbeers:first-of-type {
	position: relative;
	top: -30px;
}

ul.showallbeers li {
	float: left;
	width: 50%;
	list-style-type: none;
	margin: 0;
	padding: 1rem 1rem 1rem 1rem;
}

ul.showallbeers h3 {
	display: inline-block;
	font-size: 1.5rem;
	margin-top: 0;
}

@media screen and (max-width: 600px) {
	ul.showallbeers h3 {
		font-size: 1.3rem;
	}
}

ul.showallbeers li p {
	margin: 0;
}

ul.showallbeers li a {
	text-decoration: none;
}

ul.showallbeers li .button {
	position: relative;
	display: inline-block;
	float: right;
}

ul.showallbeers li .intro {
	font-weight: bold;
}

@media screen and (max-width: 999px) {
	ul.showallbeers {
		width: 90%;
	}
}

.available {
	background-color: #88C100;
	color: white;
	padding: 0.1rem 0.5rem;
	border-radius: 3px;
	margin-bottom: 0.5rem;
}

.sold-out {
	background-color: #FF003C;
	color: white;
	padding: 0.1rem 0.5rem;
	border-radius: 3px;
	margin-bottom: 0.5rem;

}

.running-low {
	background-color: #FABE28;
	color: white;
	padding: 0.1rem 0.5rem;
	border-radius: 3px;
	margin-bottom: 0.5rem;
}

.coming-soon {
	background-color: grey;
	color: white;
	padding: 0.1rem 0.5rem;
	border-radius: 3px;
	margin-bottom: 0.5rem;	
}

@media screen and (max-width: 870px) {
	ul.showallbeers {
		width: 80%;
		text-align: center;
	}
	ul.showallbeers li {
		width: 80%;
		text-align: left;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width: 690px) {
	ul.showallbeers {
		width: 95%;
	}

	ul.showallbeers li {
		width: 100%;
	}

	ul.showallbeers li .beers-text {
		clear:both;
	}

	ul.showallbeers li .beers-text p:last-of-type {
		margin-top:0.5rem;
	}

	.beerimages-browse {
	    text-align: center;
	    width: 100%;
	}

}

/*--------------------------------------------------------------
## Brewing Stages
--------------------------------------------------------------*/

.brewingstages {
	padding-bottom: 1rem;
}

.brewingstagesinfo img {
	padding-top: 0rem;
}

.brewingstagesinfo {
	padding-bottom: 2rem;
}

.brewingstagesinfo h2 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 2rem;
}

@media screen and (max-width: 600px) {
	.brewingstagesinfo h2 {
		font-size: 1.6rem;
	}
}

.brewstage {
	padding-bottom: 2rem;
	overflow: hidden;
}

.page-id-113 p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.beginfooter {
	background-image: url(../img/hopborder.jpg);
	background-repeat: repeat;
	height: 80px;
} 

.home .beginfooter {
	background-image: none;
	height: 0px;
} 

.site-footer {
	background-color: black;
	color: white;
	padding-top: 1rem;
}

.site-footer .contact-info {
	font-size: 1rem;
	font-weight: normal;
}

.site-footer .social-icons {
	float: right;
}

.social-icons img:hover, .social-icons img:focus{
	opacity: 0.6;
}

.site-footer .boxed {
	padding: 1rem 0;
}

.site-footer p {
	margin: 0rem;
}

.site-footer a {
	color: #FAD405;
}


.site-footer .type {
	font-size: 80%;
}
.camra {
	float: right;
}

.site-info {
	padding-top: 1rem;
	text-align: right;
	font-size: 0.8rem;
	padding-right: 20px;
}

.affiliations {
	text-align: center;
}

.site-footer ul.listofcorebeers {
	padding:0;
	margin:0;
	clear: both;
	overflow: hidden;
}

.site-footer ul.listofcorebeers li {
	list-style-type: none;
	padding:0;
	width: 50%;
	float: left;
	display: inline-block;
}

.site-footer h3 {
	text-transform: uppercase;
}

.site-footer p.showmore {
	margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {

	.site-footer {
		padding-top: 0rem;
	}

	.site-footer .boxed {
		padding: 0.5rem 0;
	}

	.site-footer .col-1-3 {
		text-align: left
	}

	.site-footer .col-1-3.mid,
	.site-footer .col-1-3.last {
		width: 100%;
		float: left;
	}

	.site-footer .social-icons {
		float: none;
	}

	.site-info {
		padding-top: 1rem;
		text-align: center;
		font-size: 0.8rem;
		padding-right: 0px;
	}	

}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
/*h1.blog-title{
	margin-bottom: 40px;
  line-height: 1.2;
}*/

h3.entry-title{
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

h3.entry-title a{
  text-decoration: none;
  color: #404040;
}

.blog-content .featured-image{
	float: left;
	width: 27.07581%; /* 300/1108 */
	margin-right: 4.51263% ; /* 50/1108 */
	margin-top: 10px;
	margin-bottom: 60px;
	clear: left;
}

.blog-content .featured-image img{
  max-height: 350px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.blog-content article.type-post{
	margin-bottom: 60px;
	float: left;
	width: 68.41155%; /* 758/1108 */
}

article.type-post .entry-meta{
	font-weight: bold;
}

article.type-post .entry-meta a{
	text-decoration: none;
  color: #404040;
}

article.type-post .entry-content{
	margin-top: 5px;
  padding-bottom: 20px;
}

article.type-post .entry-footer{
  font-size: 0.75em;
  font-weight: bold;
}

article.type-post .entry-footer span{
	margin-right: 10px;
}

article.type-post a.button {
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  background: #231F20;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #F9D607;
  padding: 10px 30px;
  text-decoration: none;
}

article.type-post a.button:hover {
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  background: #F9D607;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #231F20;
  padding: 10px 30px;
  text-decoration: none;
}

.post-navigation{
	clear: both;
}

.left-link,
.right-link,
.post-navigation .nav-previous,
.post-navigation .nav-next{
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #F9D607;
}

.left-link,
.post-navigation .nav-previous{
  float:left;
  width:48%;
  text-align:left;
}

.right-link,
.post-navigation .nav-next{
  float:right;
  width:48%;
  text-align:right;
}

.nav-links{
	margin-top: 40px;
}

@media( max-width: 568px ){
	.blog-content .featured-image {
  	width: 100%;
  	margin-bottom: 10px;
  }

  .blog-content article.type-post{
  	width: 100%;
  }
}

@media( max-width: 480px ){
	h1.blog-title{
  	font-size: 2rem;
	}

	h3.entry-title {
  	font-size: 1.5rem;
  }

	.content {
  	padding: 1rem 0;
	}
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/

/* 
	1 = contact us
	2 = mailing list
	3 = brewery tour
*/

#gform_wrapper_3 .gf_right_half,
#gform_wrapper_1 .gf_right_half {
	margin-top: -182px;
}

#gform_wrapper_1 .gf_right_half textarea, 
#gform_wrapper_3 .gf_right_half textarea {
	height: 220px;
}

@media screen and (max-width: 600px) {
	#gform_wrapper_1 .gf_left_half,
	#gform_wrapper_2 .gf_left_half,
	#gform_wrapper_1 .gf_right_half, 
	#gform_wrapper_3 .gf_left_half,
	#gform_wrapper_3 .gf_right_half {
		width: 100% !important;
	}

	#gform_wrapper_1 .gf_right_half,
	#gform_wrapper_3 .gf_right_half {
		margin-top: 0px;
	}
}


body #gform_wrapper_2 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_2 .gform_footer {
    width: auto;
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 0;
    margin: 0;
}

body #gform_wrapper_2 .gform_footer {
    width: auto;
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 0;
    margin: 0;
}

@media screen and (max-width:600px) {

	body #gform_wrapper_2 .gform_footer {
	    width: auto;
	    position: relative;
	   	clear:both;
	    padding: 0;
	    width: 100%;
	    left: auto;
	    top: auto;
	    margin-left: auto;
	    margin-right: auto;
	}

}


