/* @import must be at top of file, otherwise CSS will not work - for myfonts.com fonts*/
/*@import url("//hello.myfonts.net/count/2edcec");
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #03699c;
}

a:visited {
    color: #03689b;
}

a:hover {
    color: #999;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* fonts */
/*
Font: 		Balmoral D
Style: 		Regular
URL: 		http://www.youworkforthem.com/product.php?sku=T1427
Foundry: 	URW++
Foundry: 	http://www.youworkforthem.com/designer/204/urw
Copyright:	Copyright 2010 URW++ Design & Development
Version: 	1.4
Created:	January 14, 2014
License: 	http://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'BalmoralD';
	src: url('../fonts/balmoral-d.eot');
	src: url('../fonts/balmoral-d.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/balmoral-d.woff') format('woff'),
	     url('../fonts/balmoral-d.ttf') format('truetype'),
	     url('../fonts/balmoral-d.svg#ywftsvg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 15, 2014 */
@font-face {
    font-family: 'braingeltregular';
    src: url('../fonts/braingeltstandard-webfont.eot');
    src: url('../fonts/braingeltstandard-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/braingeltstandard-webfont.woff') format('woff'),
         url('../fonts/braingeltstandard-webfont.ttf') format('truetype'),
         url('../fonts/braingeltstandard-webfont.svg#braingeltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  
@font-face {font-family: 'BraingeltPremium';src: url('../fonts/2EDCEC_0_0.eot');src: url('../fonts/2EDCEC_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2EDCEC_0_0.woff2') format('woff2'),url('../fonts/2EDCEC_0_0.woff') format('woff'),url('../fonts/2EDCEC_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'BraingeltStandard';src: url('../fonts/2EDCEC_1_0.eot');src: url('../fonts/2EDCEC_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2EDCEC_1_0.woff2') format('woff2'),url('../fonts/2EDCEC_1_0.woff') format('woff'),url('../fonts/2EDCEC_1_0.ttf') format('truetype');}

*/
.braingelt {
    font-size: 1.2em;
    font-family: 'braingeltregular';
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(../../images/bg-pattern.png);
}
#main {
    position: relative;
}
.wrap {
    margin: 0 auto;
    width: 90%;
}
.center {
    margin: 0 auto;
    text-align: center;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
    text-transform: uppercase;
}
h1, .h1 {
    font-size: 2em;
}
h2, .h2 {
    font-family: 'braingeltregular';
    font-size: 1.5em;
}
h3, .h3 {
    font-size: 1.25em;
}

.button {
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 0.25em 1.5em;
/*     border-radius: 1em; */
    text-decoration: none;
}

input {
    font-size: 0.9em;
    padding: 0.5em;
    /*height: 2em;
    line-height: 2em;*/
    background: #fcf5f0;
    background: rgba(255,255,255,0.5);
    border: 1px solid #d3c9bf;
    display: inline-block;
}
textarea {
    padding: 0.5em;
    background: #fcf5f0;
    background: rgba(255,255,255,0.25);
    border: 1px solid #d3c9bf;
}

/* overlay */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.home .mfp-bg {
    background: url(../../images/home-1-10_Dark.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 1024px;
}
@media only screen and (min-width: 1025px) {
    background-size: cover;
}
@media only screen and (min-height: 1025px) {
    background-size: cover;
}
.home .mfp-container,
.home .mfp-content,
#over-21 {
    height: 100%;
}
#over-21 {
    padding: 2em 0;
    color: white;
    font-size: 1.25em;
    text-align: center;
    transition: all 0.2s ease;
}
#over-21 .h1 {
    font-family: 'BalmoralD', serif;
    text-transform: none;
}
#over-21 .button {
    font-size: 0.9em;
    color: white;
    background: rgba(0,0,0,0.2);
    border: 1px solid white;
}
#over-21 .button:hover,
#over-21 .button:focus {
    background: white;
    color: #03699c;
}
.home .mfp-close {
    display: none;
}
/*  #header  */
#search {
    display: none;
    width: 100%;
    height: 80px;
    background: url(../../images/bg-pattern.jpg);
}
#search form {
    margin: 0 auto;
    width: 90%;
    max-width: 960px;
}
#search form label {
    display: none;
}
#search form input[type=text] {
    float: left;
    padding: 0 20px;
    height: 80px;
    line-height: 100px;
    font-size: 60px;
    font-family: 'BalmoralD', serif;
    border: 0;
    background: transparent;
    color: #b5ada1;
    max-width: 75%;
}
#search form input[type=submit] {
    display: inline-block;
    float: left;
    width: 100px;
    height: 80px;
    background: url(../../images/search.png) no-repeat center center;
    border: 0;
    text-indent: -9999px;
}
#header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    z-index: 100;
    background: url(../../images/bg-header.jpg) center 13px;
    border-top: 0;
    border-bottom: 3px solid #e5b355;
}
#header .wrap {
    position: relative;
    width: 100%;
}
#logo {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
}
#logo a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 67px;
    background-image: url(../../images/gb-logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
}
/*.svg #logo a {
    background-image: url(../../images/grainbelt.svg);
    background-size: 120px 63px;
}*/
#logo a.big {
    height: 120px;
    background-image: url(../../images/gb-logo-large.png);
    width: 216px;
}
/*.svg #logo a.big {
    width: 216px;
    height: 120px;
    background-image: url(../../images/grainbelt.svg);
    background-size: 216px 80px;
}*/
#logo a:hover,
#logo a:focus {
    opacity: 0.75;
}


/* nav */
ul.menu {
    position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
	/*font-family: 'BraingeltPremium';*/
    font-family: 'braingeltregular';
}
ul.menu	li {
}
ul.menu	li a {
    display: block;
    padding: 0 10px;
    font-size: 0.75em;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    letter-spacing: 2px;
}
ul.menu	li a:hover, 
ul.menu	li a:focus {
    opacity: 0.75;
}

/* highlight sub-menu current page */
li.current-menu-item a,
li.current_page_item a ,
li.current-page-ancestor a {
	
}

a.menu-toggle {
    position: absolute;
    top: 1em;
    left: 5%;
    width: 32px;
    height: 32px;
    background: url(../../images/menu-toggle.png) no-repeat;
    z-index: 9999;
}
a.menu-toggle.closed {
    background: url(../../images/menu-toggle.png) no-repeat;
}
a.menu-toggle.open {
    background: url(../../images/menu-toggle-close.png) no-repeat;
}
.main-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../images/bg-pattern.jpg);
    z-index: 99;
    overflow-y: scroll;
}
.main-nav .menu {
    position: relative;
    top: 60px;
}
.main-nav ul.menu > li a {
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.25em 10%;
}

.main-nav .menu .spacer,
.nav-icon {
    text-indent: -9999px;
}

.main-nav .menu .spacer,
.main-nav .menu .cart {
    display: none;
}
.menu .search {
    display: none;
}
.menu .search a {
    text-indent: 0;
}
.main-nav .menu .schells {
    display: none;
}
.main-nav .menu .charch {
    /*display: none;  Hide in mobile menu */
    text-indent: 0;
}
.main-nav .sub-menu {
    margin: 0;
    padding: 0;
}
.main-nav ul.menu ul.sub-menu li a {
    font-size: 1em;
    font-weight: normal;
}

#newsletter {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 555px;
    height: 207px;
    margin: 20px auto;
    overflow: hidden;
}

#cart {
    
}
#cart h4 {
    margin: 0;
}

/*  Parallax  */
.home {
    background: url(../../images/home-1-10_Dark.jpg) no-repeat center;
}

.home #header {
    background: transparent;
    border: 0;
}
.home #logo a {
    transition: all 0.2s ease;
}

.page-template-parallax-php .panel {
	color: white;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.panel-background {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.panel-background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#panel-lockdam .panel-background {
    background-position: top center;
}

.panel-image {
	background-position: 50% 75%;
    background-repeat: no-repeat;
    height: 480px;
	margin: 2em auto;
	width: 100%;
}
.panel .wrap {
    position: relative;
    height: 100%;
}
/*
.panel-content {
    font-family: 'BetonLT-ExtraBold', sans-serif;
    line-height: 1em;
    letter-spacing: 2px;
}
.panel-content strong {
    font-size: 1.5em;
    font-family: 'schells_german_craftregular', serif;
    line-height: 1.2em;
    letter-spacing: normal;
}
*/
.panel-content {
	width: 100%;
	height: 150px;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#panel-01 {
    height: 850px;
}
#panel-01 .panel-image {
    position: absolute;
    top: 0;
    background-attachment: scroll;
    height: 100%;
}
/*
#panel-01 .panel-content {
    margin-top: 250px;
    text-align: center;
}
*/
#panel-01 .panel-content {
    background-position: 50% 100%;
    margin-top: 100px;
}
#beer-carousel {
    position: relative;
    height: auto;
}
#carousel-overlay {
    margin-top: 150px;
    padding: 1em;
    width: 100%;
    height: auto;
    color: white;
    z-index: 1;
}
a.find-your-brew {
}
a.find-your-brew:hover {
}

/*  Pages  */
#main {
    margin-top: 70px;
}
.article-header {
    position: relative;
    padding: 150px 0 0;
    height: 400px;
    background-position: center top;
    background-size: cover;
}
.page-title {
    margin: 0;
    color: white;
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    transition: all 0.2s ease;
}
.page-title p {
    margin: 0;
}

.page .entry {
    margin: 4em auto;
    max-width: 640px;
}

.post-single-image {
    display: block;
    max-width: 960px;
}
.image-description {
    font-size: 0.9em;
}
.page ul.gallery,
.single ul.gallery {
    padding: 0;
    list-style: none;
}
.page ul.gallery img, 
.single ul.gallery img {
    width: 100%;
}
.divider {
    width: 100%;
    height: 5px;
    background: url(../../images/horizontal-line.png) repeat-x center;
}

/* accordions */
.accordion {
    margin: 1em 0;
    background: url(../../images/horizontal-line.png) repeat-x center top;
}
.accordion .trigger {
    margin: 0;
    padding: 1.5em 2em;
}
.accordion .trigger.up {
    background: url(../../images/horizontal-line.png) repeat-x center bottom;
}
.accordion .trigger .plus,
.accordion .trigger .minus {
    display: none;
    float: right;
}
.accordion .trigger.up .plus {
    display: block;
}
.accordion .trigger.down .minus {
    display: block;
}

.accordion .panel {
    padding: 0 1em 1em;
    background: url(../../images/horizontal-line.png) repeat-x center bottom;
}

/* our story  */
.story-image {
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
}
.story-section:last-child > .divider {
    display: none;
}
.story-section:last-child .story-image {
    height: 600px;
}
.story-section:last-child .story-entry {
    margin-top: -400px;
    color: white;
    font-size: 3em;
    font-family: 'braingeltregular', sans-serif;
    line-height: auto;
    text-align:center;
}
.story-section:last-child .story-entry strong {
/*    font-size: 2.5em;*/
    font-size: 3em;
    font-family: 'BalmoralD', serif;
    font-weight:normal;
/*    line-height: 1.25em;*/
    line-height: 0;
}
.page .story-section:last-child .entry p:first-child:first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    font-family: 'braingeltregular', sans-serif;
}


/* timeline */
ul.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: url(../../images/timeline.png) repeat-y center center;
}
li.timeline-entry {
    position: relative;
}
.timeline-year {
    background: url(../../images/bg-pattern.jpg);
}
.timeline-description {
    margin: 1em auto 50%;
    width: 90%;
    max-width: 960px;
    background: url(../../images/bg-pattern.jpg); 
}
li.timeline-entry:last-child .timeline-description {
    margin-bottom: 4em;
}
.timeline-description p {
    max-width: 600px;
    margin: 0 auto;
}

.timeline-image, 
.timeline-video {
    margin: 0 auto;
}

/* beers */
.sub-nav {
    line-height: 40px;
    text-align: center;
    background: url(../../images/horizontal-line.png) repeat-x center bottom rgba(255,255,255,0.25);
}
.sub-nav a {
    display: inline-block;
    padding: 0 1em;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
}
.page-template-beers-php .beer-collections {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #666;
    color: white;
}
.page-template-beers-php .beer-collections .collection-description {
    width: 90%;
    max-width: 960px;
    font-size: 1.1em;
}
#wrapper-grain-belt {
    background: url(../../images/bottlecaps_darker.jpg) no-repeat center 0;
    background-size: cover;
}
.flexslider.flexslider-carousel {
    margin: 0 auto;
    text-align: center;
}
.flexslider.flexslider-carousel ul.slides li {
    display: inline-block;
}
.page-template-beers-php .flexslider.flexslider-carousel .slides li {
    width: 192px;
}
.flexslider.flexslider-carousel .slides img {
    margin: 0 auto;
    width: 150px;
}
.home .flexslider.flexslider-carousel .slides img {
    margin: 0 auto;
    width: 150px;
}
.flexslider.flexslider-carousel a {
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
}
.flexslider.flexslider-carousel a * {
    transition: all 0.2s ease;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    opacity: 1;
}
.flex-direction-nav .flex-next {
    background: url(../../images/next-arrow-white.png) no-repeat center center;
}
.flex-direction-nav .flex-prev {
    background: url(../../images/prev-arrow-white.png) no-repeat center center;
}
.page-template-beers-php a .beer-title,
.page-template-beers-php a .beer-short-description {
    display: block;
}
.page-template-beers-php a .beer-short-description {
    visibility: hidden;
    height: 4em;
    overflow: hidden;
    font-size: 0.8em;
    font-style: italic;  
}

/* beers */
#wrapper-grain-belt .collection-description {
    margin: 1em auto;
    font-size: 3em;
    font-family: 'BalmoralD', serif;
    line-height: 0;
}

/* single beer */
.beer-collections-nav .current-collection {
    color: #999;
}
.single-beers article header {
    position: relative;
}
.single-beers article header .wrap {
    margin: 0 auto;
    padding: 2em 0;
    max-width: 640px;
    color: white;
}
.single-beers article header h2 {
    margin: 4em 0 0.5em;
}
.single-beers article header p {
    margin: 0;
}
.single-beers .entry {
    margin: 4em auto;
    width: 90%;
    max-width: 640px;
}
.beers img.attachment-bottle-small {
    display: block;
    margin: 0 auto;
}
.beers .prev-next-links > div {
    position: absolute;
    top: 40%;
    width: 20px;
    height: 20px;
}
.beers .prev-next-links > div a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
.beers .prev-next-links .prev-link {
    left: 2em;
    background: url(../../images/prev-arrow-white-50.png) no-repeat center center;
}
.beers .prev-next-links .next-link {
    right: 2em;
    background: url(../../images/next-arrow-white-50.png) no-repeat center center;
}
.beers .prev-next-links .prev-link a {
    background: url(../../images/prev-arrow-white.png) no-repeat center center;
}
.beers .prev-next-links .next-link a {
    background: url(../../images/next-arrow-white.png) no-repeat center center;
}

/* events */
#featured-events ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    background: url(../../images/horizontal-line.png) repeat-x center top;
}
#featured-events li {
    display: block;
    width: 100%;
}
#featured-events a {
    display: block;
    padding: 1em 1.5em;
    background: url(../../images/horizontal-line.png) repeat-x center bottom,
    url(../../images/next-arrow-black.png) no-repeat 97.5% center;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}
.fc-header-right {
    visibility: hidden;
}

/* social club */
.page-template-sterne-wirt-php .menu {
    text-align: left;
}
.page-template-sterne-wirt-php section {
    padding: 1em 0;
}
.page-template-sterne-wirt-php .entry p {
    text-align: left;
}
.page-template-sterne-wirt-php section#social-content {
    padding: 0;
}
#social-happy-hour {
	background: #fcf5f0;
    background: rgba(255,255,255,0.5);
}
#social-time {
    margin: 10px 0 -20px;
    font-size: 4em;
    font-family: 'BalmoralD', serif;
    line-height: 1em;
}
#social-instagram {
    text-align: center;
}
#instafeed a {
    display: block;
    float: left;
    width: 25%;
}
.fb-like-box {
    background: white;
}
.recipe {
    margin: 2em 0;
}
.recipe a {
    color: #333;
    text-decoration: none;
}
.recipe a:hover,
.recipe a:focus {
    color: #666;
}
.recipe a span{
    display: block;
}
.recipe a .recipe-title{
    font-family: 'BalmoralD', serif;
    line-height: 1em;
    text-transform: none;
}

/* news */
#news {
    overflow: hidden;
    margin: 1em;
}

#news ul.news-articles {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*#news ul.news-articles li.news-article:nth-child(even) {
    background: rgba(255,255,255,0.5);
}*/

.news-article + .news-article,
.news-archive .post + .post {
    border-top: 1px solid #E5B355;
}

.news-archive .post {
    padding-bottom: 1em;
}

.news-content,
.news-archive .post {
    overflow: hidden;
}

.page .news-entry {
    display: block;
    margin: 2em;
}

.news-date {
    display: block;
    margin-bottom: 1em;
}

.news-title {
    font-size: 20px;
}

.news-image {
    display: block;
    width: 100%;
    text-align: center;
}
.news-image img {
    margin: 1em auto;
}

.news-sidebar {
    padding: 1em;
}

.news-post-image {
    text-align: center;
    margin-bottom: 1em;
}

.single-post .entry {
    margin: 4em auto;
}


/* Friendly Football - Comins Soon */

.ff-coming-soon {
  margin: 50px 0;
}

/* Friendly Football */

.page-template-friendly-football-php #main,
.page-template-friendly-football-cs #main,
.bg-friendly-football {
    background: url(../../images/bg-friendly-football.jpg) center -6px;
}

.ff-header,
.ff-cs-header,
.ff-content,
.bcgame-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 269px;
}

/*.ff-header,
.ff-cs-header {
    margin-top: 20px;
}
*/

.ff-header,
.ff-cs-header  {
    padding-top: 31px;
}

/*.ff-header-helmet {
    display: none;
}*/

.ff-header-logo {
    text-align: center;
}

.friendly-football-wrapper {
    padding: 0 0 30px 0;
}

.ff-content,
.bcgame-section {
    background: #fff;
    height: 269px;
    margin-top: 22px;
    width: 269px;
}

.ff-content p,
.bcgame-section p {
    margin: 0;
}

.ff-event-photos,
.ff-user-photos {
    padding: 0;
}

.ff-event-photos .flex-direction-nav .flex-next,
.ff-user-photos .flex-direction-nav .flex-next {
    background-position: 50% 50%;
}

.ff-gateway {
    height: 560px;
}

/* Bottle Cap Games */

.bcgame-wrapper {
    padding-bottom: 22px;
}

.bcgame-section {
    border: 2px solid #d03138;
    height: auto;
}

.bcggame-text-wrapper {
    padding: 8px;
    text-align: justify;
}

.bcgame-desc {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.bcgame-share,
.bcgame-logos {
    margin: 15px 0;
    text-align: center;
}

/* Bottle Cap Submission */

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    max-width: 100%;
}

.wpcf7-form textarea {
    width: 100%;
}

/* social */
#social-instagram {
    text-align: center;
}
#instafeed a {
    display: block;
    float: left;
    width: 25%;
}
.fb-like-box {
    background: white;
}
a.social-link {
    color: #333;
    text-decoration: none;
}
a.social-link:hover {
    opacity: 0.75;
}

/* search */
.search article h3 {
    margin-bottom: 0;
}
.search article p {
    margin-top: 0;
}


/* footer */
#footer {
    background: url(../../images/bg-footer.jpg) center 5px;
    border-top: 3px solid #e5b355;
}
.home #footer {
    margin-top: 0;
}
#footer .wrap {
    position: relative;
}
.footer-nav {
    margin: 15px 0;
}
.footer-nav .menu li a {
    font-size: 1em;
    color: white;
}
.footer-nav .menu .schells {
    display: none;
}


/* mobile search form */
#mobile-search {
    display: block;
    margin: 1em 0;
    font-size: 0.8em;
    text-transform: uppercase;
}
#mobile-search label {
    display: none;
}
#mobile-search input {
    float: left;
    margin-right: 5px;
}
#mobile-search input#searchsubmit {
    text-transform: uppercase;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 590px) {

    /* News */

    .news-content .more-link,
    .news-archive .more-link {
        float: left;
        margin-top: 6px;
    }

    .news-content .news-share,
    .news-archive .news-share {
        float: right;
    }


    /* Friendly Football - Comins Soon */

/*    .ff-coming-soon {
      margin: 75px 0;
    }*/
    
    /* Friendly Football */

    /*.page-template-friendly-football-php #main,
    .page-template-friendly-football-cs #main {
        background-position: 50% 5px;
    }*/

    .ff-header,
    .ff-cs-header,
    .friendly-football-wrapper,
    .bcgame-wrapper {
        margin: 0 auto;
        overflow: hidden;
        width: 560px;
    }

    .ff-header,
    .ff-cs-header {
        width: 269px;
    }
    

    /*.ff-header,
    .ff-cs-header {
        width: 425px;
    }*/

    /*.friendly-football-wrapper {
        padding: 0 0 30px 0;
    }*/

/*    .ff-content {
        height: 269px;
        width: 269px;
    }*/

    .ff-event-photos {
        float: left;
    }

    .ff-gateway {
        float: right;
    }

    .ff-bottlecap-games {
        clear: left;
        float: left;
    }

    .ff-featured-bottlecap-game {
        clear: both;
        float: left;
    }

    .ff-user-photos {
        float: right;
    }

    /* Bottle Cap Games */

    .bcgame-section {
        float: left;
    }

    /* Fantasy Football Training Camp */

    .ff-tc-content {
        float: left;
        margin-left: 22px;
    }

    .ff-tc-content-1,
    .ff-tc-content-3 {
        margin-left: 0;
    }

}

/* custom query for ipad to get 4-up galleries */
@media only screen and (min-width: 767px) {
    .page ul.gallery li,
    .single ul.gallery li {
        float: left;
        width: 25%;
    }
}

@media only screen and (min-width: 769px) {
    /* layout */
    .wrap {
    	max-width: 960px;
    }
    
    .onecol    { width: 5.801104972%;  }       /* 4.85%;  } /* grid_1  */
    .twocol    { width: 14.364640883%; }       /* 13.45%; } /* grid_2  */
    .threecol  { width: 22.928176794%; }       /* 22.05%; } /* grid_3  */
    .fourcol   { width: 31.491712705%; }       /* 30.75%; } /* grid_4  */
    .fivecol   { width: 40.055248616%; }       /* 39.45%; } /* grid_5  */
    .sixcol    { width: 48.618784527%; }       /* 48%;    } /* grid_6  */
    .sevencol  { width: 57.182320438000005%; } /* 56.75%; } /* grid_7  */
    .eightcol  { width: 65.74585634900001%; }  /* 65.4%;  } /* grid_8  */
    .ninecol   { width: 74.30939226%; }        /* 74.05%; } /* grid_9  */
    .tencol    { width: 82.87292817100001%; }  /* 82.7%;  } /* grid_10 */
    .elevencol { width: 91.436464082%; }       /* 91.35%; } /* grid_11 */
    .twelvecol { width: 99.999999993%; }       /* 100%;   } /* grid_12 */
    
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
      position: relative;
      float: left;
      margin-left: 2.762430939%;
    }
    
    .first {
      margin-left: 0;
    }
    
    .last {
      float: right;
    }
    body, html {
        height: 100%;
    }
    
    #over-21 {
        padding: 5em 0;
    }
    
    .home .main-nav {
        transition: all 0.2s ease;
    }
    /*
.panel .wrap {
        max-width: 1000px;
    }
*/
    .page-template-parallax-php .panel {
        height: 110%;
    }
    .panel-background {
        background-size: 1500px 938px;
        background-attachment: fixed;
        z-index: 0;
    }
    .panel-image {
        position: absolute;
        margin: 0;
        height: 100%;
        background-attachment: fixed;
        z-index: 1;
    }
    /*
.panel-content {
        position: absolute;
        top: 0;
        margin-top: 200px;
        font-size: 2.25em;
        width: 100%;
        transition: all 0.2s ease;
    }
    .panel-content p {
        width: 45%
    }
    
    #panel-01 .panel-content {
        display: block;
    }
    #panel-01 .panel-content p {
        width: 100%;
    }
    #panel-02 .panel-content,
    #panel-04 .panel-content,
    #panel-06 .panel-content {
        left: 60%;
    }
*/
    .panel .wrap {
        max-width: 1280px;
    }
    .panel-content {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: 35%;
        background-position: 15% 50%;
        z-index: 2;
    }
    #panel-01 {
        height: 1100px;
    }
    #panel-01 .panel-content{
        height: 100%;
        background-position: 50% 200px;
    }
    #panel-03 .panel-content {
        background-position-x: 12%;
    }
    #panel-02 .panel-content,
    #panel-04 .panel-content,
    #panel-06 .panel-content {
        background-position: 90% 50%;
    }
    #beer-carousel {
        background-size: 1500px 938px;
        background-attachment: fixed;
    }
    #beer-carousel .panel-content {
        margin-top: 305px;
    }
    .home .flexslider.flexslider-carousel {
        max-width: 1000px;
    }
    .home .flexslider.flexslider-carousel ul.slides {
        padding: 6em 0 1em;
        height: auto;
    }
    .home .flexslider.flexslider-carousel .slides img {
        width: 200px;
    }
    
    /* pages */
    .article-header {
        background-size: 100%;
    }
    
    /* timeline */
    .timeline-description {
        margin-top: 4em;
        width: 70%;
        min-height: 150px;
    }
    .timeline-year {
        position: absolute;
        top: 33%;
        left: 5%;
    }
    .timeline-thumb {
        position: absolute;
        top: 27%;
        right: 2.5%;
        width: 112px;
        height: 112px;
        background-repeat: no-repeat;
    }
    .text-timeline-entry .timeline-year {
        top: 1em;
    }
    .text-timeline-entry .timeline-thumb {
        top: -1em;
    }
    
    /* beers */
    .beer-collections .wrap {
        max-width: none;
    }
    
    #wrapper-grain-belt .collection-description {
        margin: 0 auto;
    }
    .collection-description img {
        max-width: 480px;
    }
    
    #wrapper-06-retired-brews .wrap {
        max-width: 960px;
    }
    .flexslider.flexslider-carousel ul.slides {
        padding: 1em 0;
        height: 620px;
        overflow: visible;
    }
    .home .flexslider.flexslider-carousel ul.slides {
        padding: 6em 0 0;
        height: auto;
    }
    .home .flexslider.flexslider-carousel .slides img {
        width: 200px;
    }
    .flexslider.flexslider-carousel a:hover img {
        margin-top: -0.5em;
    }
    .flexslider.flexslider-carousel a:hover .beer-title {
        margin-top: 1em;
    }
    .flexslider.flexslider-carousel a:hover .beer-short-description {
        visibility: visible;
    }
    #wrapper-grain-belt .collection-description {
        padding-top: 1em;
    }
    
    /* social */
    .page-template-sterne-wirt-php .menu {
        text-align: center;
    }
    
    /* news */
    .page .news-entry {
        margin: 2em auto;
    }
    /*.news-image { 
        width: 20%;
    }*/
    .news-image img {
        margin: 0;
    }
    
    /* footer */
    .footer-nav .menu li {
        float: left;
    }
    
    .footer-nav .menu .schells {
        display: block;
        clear: left;
        width: 89px;
        height: 49px;
        padding: 0;
        margin: 10px;
    }
    .footer-nav .menu .schells a {
        display: block;
        width: 89px;
        height: 49px;
        background-image: url(../../images/brewedby.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    /*.svg .footer-nav .menu .schells a {
        background-image: url(../../images/brewedby.svg);
        background-size: 71px 37px;
    }
*/

    
    
}


@media only screen and (min-width: 860px) {
    /* because flexslider changes positions at 860 for arrows */

    .ff-event-photos .flex-direction-nav .flex-next,
    .ff-user-photos .flex-direction-nav .flex-next {
        right: 0;
    }

    .ff-event-photos .flex-direction-nav .flex-prev,
    .ff-user-photos .flex-direction-nav .flex-prev {
        left: 0;
    }

}



@media only screen and (min-width: 961px) {
    /*  #header  */
    #header {
        transition: all 0.5s ease;
        height: auto;
    }
    /* nav */
    ul.menu {
        width: 100%;
        height: 67px;
        text-align: center;
    }
    ul.menu	li {
        height: 67px;
        line-height: 67px;
    	display: inline-block;
    	position: relative;
    }
    ul.menu	li a {
        height: 67px;
        color: white;
    }
    ul.menu	li a:hover, 
    ul.menu	li a:focus {
        opacity: 0.75;
    }
    ul.sub-menu,
    ul.children {
    	margin: 0;
    	padding: 0;
    	border-top: 0;
    	position: absolute;
    	display: none;
    	z-index: 8999;
    	background: url(../../images/bg-pattern.jpg);
    }
    ul.sub-menu li,
    ul.children li {
        display: block;
        height: 2em;
        line-height: 2em;
    }
    ul.sub-menu li a,
    ul.children li a {
    	padding: 0;
    	border-right: 0;
    	display: block;
    	width: 180px;
    	height: 2em;
    }
    ul.sub-menu li a:hover,
    ul.children li a:focus {
    	
    }
    
    /* highlight sub-menu current page */
    li.current-menu-item a,
    li.current_page_item a ,
    li.current-page-ancestor a {
    	
    }
    
    /* showing sub-menus */
    ul.menu	li:hover ul {
    	top: auto;
    	display: block;
    }
    
    /* main nav, toggle */
    a.menu-toggle {
        display: none;
    }
    .main-nav,
    .main-nav .menu {
        top: 0;
        height: 67px;
        overflow: visible;
    }
    #header.big .main-nav,
    #header.big .main-nav .menu {
        top: 60px;
    }
    .main-nav {
        display: block;
        position: static;
        background: transparent;
        z-index: 0;
    }
    .main-nav .menu {
        float: left;
        padding: 0;
        background: transparent;
    }
    .main-nav ul.menu > li a {
        padding: 1px 10px 0;
        font-size: 1em;
        font-weight: normal;
        color: white;
        letter-spacing: 1px;
    }
    .main-nav ul.menu > li#menu-item-886 > a:hover {
        color: white;
        opacity: 1;
    }    
    .menu-item-has-children {
        padding-right: 10px;
        background: url(../../images/dd.png) no-repeat 95% 50%;
    }
    .main-nav ul.menu > li.menu-item-has-children > a {
        padding-right: 0;
    }
    
    .main-nav .menu .spacer,
    .main-nav .menu .spacer a {
        display: inline-block;
        width: 200px;
    }
    
    .main-nav .menu .charch {
        display: inline-block;
        /*position: absolute;
        top: 5px;
        left: 5px;*/
        width: 137px;
        height: 67px;
        padding: 0;
        margin-left: -50px; /* offset menu imbalance */
        margin-right: 10px;
        text-indent: -9999px;
    }
    .main-nav .menu .charch a {
        /* visibility: hidden; hide link, but still need it there for spacing*/
        /*display: block;*/
        width: 137px;
        height: 67px;
        background-image: url(../../images/logo-small-friendly-football.png);
        background-repeat: no-repeat;
        background-position: 50% 24px;
        background-size:100%;
        padding: 0;
    }

    .home .main-nav .menu .charch a {
        background-image: url(../../images/logo-small-friendly-football-gold.png);
    }
    
    .main-nav .menu .schells {
        display: block;
        position: absolute;
        top: 5px;
        right: -40px;
        width: 71px;
        height: 37px;
        padding: 0;
    }
    .main-nav .menu .schells a {
        display: block;
        width: 71px;
        height: 37px;
        background-image: url(../../images/brewed-by-schells.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .svg .main-nav .menu .schells a {
        background-image: url(../../images/brewedby.svg);
        background-size: 71px 37px;
    }
    
    .menu .search {
        display: inline-block;
        /*width: 56px;*/
    }
    
    /*.menu .search > a {
        text-indent: -9999px;
        background: url(../../images/search-white.png)  no-repeat center center;
    }*/
    
    .main-nav .menu .grain-belt {
        display: inline-block;
    }
    .main-nav .menu .grain-belt > a {
        width: 82px;
        background: url(../../images/grain-belt-logo-small.png) no-repeat center center;
    }
    .main-nav ul.menu ul.sub-menu {
        margin-top: -10px;
        text-align: left;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    }
    .main-nav ul.menu ul.sub-menu > li > a {
        font-size: 0.75em;
        padding: 0 1em;
        height: 2.625em;
        line-height: 2.625em;
        color: #333;
    }
    .main-nav ul.menu ul.sub-menu > li > a:hover {
        background: white;
        color: #03689b;
    }

    .facebook,
    .twitter,
    .instagram {
        text-indent: -9999px;
    }

    .menu .facebook a {
        background: url(../../images/icon-fb.png) no-repeat 0 23px;
        margin-left: 40px;
    }

    .menu .twitter a {
        background: url(../../images/icon-tw.png) no-repeat 0 23px;
        margin-left: 15px;
    }

    .menu .instagram a {
        background: url(../../images/icon-instagram.png) no-repeat 0 23px;
        margin-left: 15px;
    }
    
    /*#menu-item-886 .sub-menu li a {
        background-image: url(../../images/sprites.png);
        background-repeat: no-repeat;
    }
    #menu-item-886 .sub-menu li.facebook a {
        background-position: 153px -1px;
    }
    #menu-item-886 .sub-menu li.facebook a:hover {
        background-position: -62px -1px;
    }
    #menu-item-886 .sub-menu li.twitter a {
        background-position: 153px -32px;
    }
    #menu-item-886 .sub-menu li.twitter a:hover {
        background-position: -62px -32px;
    }*/
    
    #mobile-search {
        display: none;
    }

    /* news */

    #news {
        margin: 0 auto;
        width: 960px;
    }

    .news-articles,
    .news-archive {
        float: left;
        width: 720px;
    }

    .news-sidebar {
        float: left;
        width: 240px;
    }

    /*.ff-coming-soon {
      margin: 100px 0;
    }*/
    
    /* Friendly Football (1280)*/

    /*.ff-header,
    .ff-cs-header  {
        padding-top: 31px;
    }*/

    /*.ff-cs-header  {
        padding-top: 23px;
    }*/

    /*.ff-header-logo,
    .ff-header-helmet {
        float: left;
        margin-left: 22px;
        text-align: center;
        width: 269px;
    }*/

    /*.ff-header-logo {
        padding: 0 10px;
    }*/

    /*.ff-header-helmet {
        display: block;
    }

    .ff-header-grainbelt-helmet {
        margin-left: 0;
    }*/

    .ff-header,
    .friendly-football-wrapper,
    .bcgame-wrapper {
        position: relative;
        width: 851px;
    }

    .ff-header,
    .ff-cs-header {
        width: 269px;
    }

    .ff-content {
        height: 269px;
        width: 269px;
    }

    .ff-content {
        margin-top: 22px;
    }

    .ff-event-photos {

    }

    .ff-gateway {
        float: none;
        height: 560px;
        left: 291px;
        position: absolute;
        top: 0;
    }

    .ff-bottlecap-games {
        clear: none;
        float: right;
    }

    .ff-featured-bottlecap-game {
        clear: both;
        float: left;
    }

    .ff-user-photos {
        float: right;
    }

    /* Friendly Fooball Training Camp */

    .ff-tc-content-3 {
        margin-left: 22px;
    }

    .ff-tc-content-4 {
        margin-left: 291px;
    }

    /* Footer */

    .footer-nav .menu .schells {
        display: block;
        position: absolute;
        top: 5px;
        right: -40px;
        width: 89px;
        height: 49px;
        padding: 0;
    }

}

@media only screen and (min-width: 1280px) { 
    
    /*.ff-coming-soon {
      margin: 150px 0;
    }*/

}

@media only screen and (min-width: 1500px) { 

    .panel-background {
        background-size: 1900px 1200px;
    }
    #beer-carousel {
        background-size: 1900px 1200px;
    }
    .panel-content {
        background-position: 20% 50%;
        background-size: 480px auto;
    }
    #panel-02 .panel-content, 
    #panel-04 .panel-content, 
    #panel-06 .panel-content {
        background-position: 80% 50%;
    }

}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
