/******************** FONTS *********************/

@font-face{
   font-family: 'Bellerose';
   src: url('../fonts/Bellerose.eot');
   src: url('../fonts/Bellerose.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Bellerose.woff') format('woff'),
      url('../fonts/Bellerose.ttf') format('truetype'),
      url('../fonts/Bellerose.svg#webfont') format('svg');
}

/******************** GENERAL *********************/
# html and body use full height so footer can stick to bottom
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#cover {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

body {
	color:#000;
	font-family: 'Open Sans',sans-serif;
	max-width:1000px;
	margin: 0 auto;
	box-sizing:border-box;
	background: url('../images/can-bk.jpg') #333 no-repeat fixed center top;
	background-size: cover;
}

article {
	padding-top:15px;
}

h2 {
	font-family:'Oswald';
	font-size: 32px;
	margin: 0px 0 20px;
	color:#87B15A;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	padding: 0px 0 6px 0;
}

h3 {
	font-family: 'Oswald';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color:#5F7499;
}

.site-container {
	max-width:950px;
	margin: 0 auto;
	padding: 0 20px;
	width:100%;
	box-sizing: border-box;
}


/******************** MENU *********************/


.menu-bar {
	max-width:1000px;
	position: fixed;
	background: #5F7499;
	top:0;
	width:100%;
	padding: 10px 0;
	border-bottom: 4px solid #303B77;
	z-index:100;
}


.menu-items {
	float: right;
}

.menu-items ul {
	list-style: none;
}

.menu-items li {
	float:left;
	padding:4px 0px 2px;
	font-family:'Oswald';
	font-size: 18px;
	color: #ddd;
	text-shadow: 0 0 3px #303B77;
	transition:0.4s all;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-transform: uppercase;
}

.menu-items li a {
  text-decoration: none;
  font-family:'Oswald';
  color: #ffffff;
  padding: 0 10px
}

.menu-items li:hover {
	background: #87B15A;
	box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
}

#logo {
	width:220px;
}



/******************** SECTION 1 - HOME *********************/

#section1 {
	padding:150px 0 0 0;
	background-color: white;
}

#section1 img{
	float:left;
	display: block;
	width:40%;
	margin-left:5%;
}

#section1 h1 {
	font-family: 'Bellerose', Lucida, sans-serif;
  font-weight: 600;
	font-size: 55px;
	letter-spacing: 2px;
	margin: 0px 0 20px;
	color: black;
	text-transform: uppercase;
	text-align: center;
}

.welcome p {
	font-family: 'Open Sans', sans-serif;
}

.welcome h1,
.welcome h2 {
	font-family:'Oswald';
	font-size: 32px;
	margin: 0px 0 20px;
	color: black;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	padding: 0px 0 6px 0;
}

.welcome h1 {
	text-align: center;
	border-bottom: none;
	font-size: 40px;
}

.welcome {
	float:left;
	width:50%;
}

a#mailinglist {
    color: #87b15a;
    font-family: Oswald;
    text-transform: uppercase;
}

/******************** SECTION 2 - BEER ON TAP *********************/


#section2 {
	padding: 50px 0;
	background-color: black;
}

#section2 .site-container {
	/* max-width:1000px !important; */
}

#section2 h2 {
  text-align: center;
	border:none;
	font-family: 'Bellerose', Lucida, sans-serif;
  font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#section2 table {
	width:100%;
	color: white;
	font-size: 25px;
	max-width:550px;
  font-family:"Helvetica";
  font-weight: 600;
}

table.taplist_web {
	width:100%;
	color: white;
	font-size: 32;
	max-width:550px;
  font-weight: 600;
  font-family:"Helvetica";
}

#section2 td{
	padding: 0px 5px;
  white-space: nowrap;
}

#section2 th {
	padding:10px 5px;
	text-align: left;
	text-transform: uppercase;
}

#taplist_web td{
	padding: 0px 20px;
}

#taplist_web th{
	padding: 10px 20px;
}


#section2 a {
	color:white;
	text-decoration: none;
}


#section2 tr:nth-child(4n+2) a { /* Blue*/
	color:#5F7499;
	text-decoration: none;
}

#section2 tr:nth-child(4n+3) a { /* Barley */
	color:#C3B44E;
	text-decoration: none;

}

#section2 tr:nth-child(4n) a { /* Green */
	color:#87B15A;
	text-decoration: none;

}

#section2 tr:nth-child(4n+2) { /* Blue*/
	color:#5F7499;
}

#section2 tr:nth-child(4n+3){ /* Barley */
	color:#C3B44E;
}

#section2 tr:nth-child(4n) { /* Green */
	color:#87B15A;
}


.decoration {
	float:left;
	width:14%;
}

.decoration img {
	width:100%;
}

.chalkboard {
	width:100%;
	float:left;
}


.chalkboard h3 {text-transform: uppercase;}

.chalkboard p, .chalkboard h3 {
	color: white;
	font-family:'Just Another Hand';
	font-size: 32px;
	margin: 0;
}


.message p {
	text-align: center;
	margin-top: 70px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.open {
	margin: 20px 0;
	width: 40%;
	float: right;
}

.open p {
	color:#C3B44E !important;
	text-align: right;
	text-transform: uppercase;
	font-size: 32px;
}

.open p:first-child {
	color:#fff !important;
}

.growler {
	margin: 10px 0;
	color:#87B15A !important;
	font-size: 34px;
	text-transform: uppercase;
}


/******************** SECTION 3 - ABOUT US *********************/

#section3 {
	background-color: black;
	padding: 50px 0;
}

#section3 h3 {
	text-align: center;
	color: white;
}

#section3 a{
	color:#87B15A;
	text-decoration: underline;
}

#section3 article {
	color: white;
	font-size: 18px;
	text-align: center;
}

#section3 p {
	color: white;
	font-size: 18px;
	text-align: center;
}

#section3 a:hover {
	text-decoration: underline;
}

#section3 img {
	max-width:180px;
	width:100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: white;
	padding: 4px;
	box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
}

#section3 .team p {text-align: left}

#section3 .team {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 40px 0 0;
}


/******************** SECTION 4 - Untappd *********************/

#section4 p {margin: 0;}

#section4 {
	background-color: black;
	text-align: center;
	box-sizing:border-box;
}

#section4 h2 {
    color:#fff;
    border:none;
    line-height: 190px; /*same height as div to center text*/
}

#section4 .ticker img {
    width:60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    box-shadow:0 0 4px #333;
    -moz-box-shadow:0 0 4px #333;
    -webkit-box-shadow:0 0 4px #333;
    background-color:white;
    padding:2px;
    vertical-align: middle;
}

#section4 .ticker {
    width:100%;
    text-align: left;
    font-family:'Just Another Hand';
    font-size: 32px;
    text-align: center;
    line-height: 12px;
}

#section4 .ticker ul {
    padding:0;
    list-style: none;
    width: 100%;
    color: white;
}

#section4 .ticker li {
    height:190px;
    padding:45px 0;
    box-sizing:border-box;
}

.ticker-time {
    color:#87B15A;
    padding-left:10px;
}

.untappd-comment {
    font-style: italic;
    max-width: 550px;
    color: #5f7499;
    line-height: initial !important;
}

.bubble
{
    position: relative;
    width: 725px;
    height: 115px;
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: #7F7F7F solid 2px;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 20px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #7F7F7F;
    display: block;
    width: 0;
    z-index: 0;
    left: -18px;
    top: 19px;
}

.star-icon {
    color: #ddd;
    font-size: 18px;
    position: relative;
    vertical-align:middle;
}

.star-icon.full:before {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    top: 0;
}

.star-icon.half:before {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
}

@-moz-document url-prefix() { /* Firefox Hack :( */
  .star-icon {
    font-size: 10px;
    /*line-height: 34px;*/
  }
}

/******************** SECTION 5 - OUR BEER *********************/

#section5 {
  padding:130px 0 60px 0;
  min-height:800px;
	background-color: white;
}

#section5 img{
	display: block;
	margin: 30px auto;
	background-color: white;
	padding: 4px;
	box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	height:200px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float:right;
	margin:0 0px 30px 30px;
}

#section5 h1 {
	font-family: 'Bellerose', Lucida, sans-serif;
  font-weight: 600;
	font-size: 55px;
	letter-spacing: 2px;
	margin: 0px 0 20px;
	color: black;
	text-transform: uppercase;
	text-align: center;
}

#section5 h2{
	color: black;
	border:0;
	text-align: left;
}

.title-container h2 {
	float: right;
	padding:10px 20px 10px 0;
	margin: 0px;
}

.title-container {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.beer-container {
	padding:20px 30px 20px 0px;
	border-bottom: 1px solid #ccc;
}

.beer-text {

}

.beer-text h2 {
	margin:0;
}

.more-detail {

}

#section5 .beer-container a{
	color:#941A1F;
	text-decoration: none;
}

#section5 .title-container a{
	color:#5F7499;
	text-decoration: none;
}


#section5 a:hover {
	color:#941A1F;
	text-decoration: underline;
}

#section5 table {
	width:100%;
	text-align: left;
	font-family: 'Oswald';
}

#section5 th {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #5F7499;
	padding-bottom: 5px
}

#section5 td {
	font-family: 'Open Sans';
}

/******************** SECTION 6 - CONTACT US *********************/

#section6 h2 {
  float: left;
  border-bottom: none;
	color: black;
}

#section6 {
	padding: 50px 0px;
	color:black !important;
	background-color: white;
}

#section6 h3{
  float: left;
  color:black;
}

#section6 .title-container {
    margin:0 0 20px;
    height: 60px;
}



.fa-list {
    font-size: 24px;
    color: #5F7499 !important;
    padding-left: 5px
}

.subscribe a {
    float: right;
    font-family: "Oswald";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: black; !important;
    text-decoration: none;
    padding: 10px 20px 10px 0px;
}

.subscribe a:hover {
    color: #87B15A; !important;
}

.social-text:nth-child(5) h3{
	margin-top:10px;
}

.facebook-container {
	width: 50%;
	height: 350px;
	float:right;
	margin-top: 20px;
	background-color: white;
	padding: 4px;
	box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-sizing:border-box;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


.social-container {
	width:50%;
	float:left;
}

.email{
	background: url('../images/email2.png');
	background-size: cover;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float:left;
	margin-right: 20px;
	transition: 0.4s all;
}


.phone{
	background: url('../images/phone2.png');
	background-size: cover;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float:left;
	margin-right: 20px;
	transition: 0.4s all;
}
.facebook{
	background: url('../images/facebook2.png');
	background-size: cover;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float:left;
	margin-right: 20px;
	transition: 0.4s all;
}
.twitter{
	background: url('../images/twitter2.png');
	background-size: cover;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float:left;
	margin-right: 20px;
	transition: 0.4s all;
}

.instagram{
	background: url('../images/instagram.png');
	background-size: cover;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float:left;
	margin-right: 20px;
	transition: 0.4s all;
}

.address{
	background: url('../images/address2.png');
	background-size: cover;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float:left;
	margin-right: 20px;
	transition: 0.4s all;
}

.email:hover, .phone:hover, .facebook:hover, .twitter:hover, .instagram:hover, .address:hover {
	background-position: 0 -60px;
}

.social-text {

	display: block;
	vertical-align: middle;
	height:80px;
	line-height:20px;
}



.social-text h3 a{
	color: white;
	text-decoration: none;

}

.social-text h3 a:hover {
	color:#87B15A;
}

/******************** BEER PAGES *********************/

#beer-page {
	padding:130px 0 60px 0;
	background-color: #fff; /* IE FALLBACK */
	background: -moz-radial-gradient(circle, #FFF, #FFF, #DDD);
	background: -webkit-radial-gradient(circle, #FFF, #FFF, #DDD);
	min-height:800px;
}


.beer-details{
	width:100%;
	float:left;
	box-sizing: border-box;
	margin-right: 4%;
	padding-bottom:30px;
	border-bottom: 1px solid #ccc;
}

.beer-content {
        display: flex;
        align-items: flex-start;
}

.beer-list {
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
    width:30%;
    box-sizing: border-box;
    padding:20px 30px;
    margin-right:4%;
    background:#fff;
}

.beers-on-tap {
        width:66%;
        box-sizing: border-box;
}

.beer-list h2 {
    margin:0 0 10px;
}

.beer-list h3 {
    margin:0;
    padding:5px 0;
}

.beer-photo {
	width:30%;
	box-sizing:border-box;
	float:left;
	padding-right:30px;
}

.beer-photo img {
	width:100%;
	background-color: white;
	padding: 4px;
	box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.beer-info {
	width:70%;
	box-sizing:border-box;
	float:left;
}

#beer-page table {
	width:100%;
	text-align: left;
	font-family: 'Oswald';
}

#beer-page th {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #5F7499;
	padding-bottom: 5px
}

#beer-page td {
	font-family: 'Open Sans';
}




.beer-list a:nth-child(odd) h3 {
        color:black;
}

.beer-list a:nth-child(even) h3 {
        color:#5F7499;
}


.beer-description {
	padding-top:20px;
}

.beer-list a {text-decoration: none;}

.beer-list a:hover h3 {color:#941A1F;}



/******************** FAQ PAGE *********************/

#faq-page {
    padding:130px 0 60px 0;
    background-color: white;
    min-height:800px;
}

#faq-page p {
    padding-bottom: 20px;
}

#faq-page h1 {
	font-family: 'Oswald';
	font-size: 32px;
	margin: 0px 0 20px;
	color:black;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	padding: 0px 0 6px 0;
}

#faq-page h2 {
	font-family: 'Oswald';
	font-size: 18px;
	margin: 0px 0 20px;
	color:black;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	padding: 0px 0 6px 0;
}

/******************** ACCESSIBILITY PAGE *********************/

#accessibility-page {
    padding:130px 0 60px 0;
    background-color: white;
    min-height:800px;
}

#accessibility-page p {
    padding-bottom: 20px;
}

#accessibility-page h1 {
	font-family: 'Oswald';
	font-size: 32px;
	margin: 0px 0 20px;
	color:black;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	padding: 0px 0 6px 0;
}

#accessibility-page h2 {
	font-family: 'Oswald';
	font-size: 18px;
	margin: 0px 0 20px;
	color:black;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	padding: 0px 0 6px 0;
}



/*********************MAILING LIST PAGE****************/

#mailing-list-page {
    padding:130px 0 60px 0;
    background-color: #fff; /* IE FALLBACK */
    background: -moz-radial-gradient(circle, #FFF, #FFF, #DDD);
    background: -webkit-radial-gradient(circle, #FFF, #FFF, #DDD);
    min-height:800px;
}

.dossier {
    width:100%;
    padding: 3%;
    box-sizing: border-box;
    background: #D2BB89;
    position: relative;
}

.dossier-photo {
    float:right;
    background: #eee;
    width:35%;
    padding:10px;
    border: 10px solid #fff;
    transform: rotate(2deg);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow: 0px 0px 5px #777;
    -moz-box-shadow: 0px 0px 5px #777;
    -webkit-box-shadow: 0px 0px 5px #777;
}

.dossier-photo img {
    width:100%;
}

.paperclip {
    position: absolute;
    right:40px;
    z-index: 100;
    top:-10px;
}

.dossier-top {
    height:30px;
}

.overlay {
    height:30px;
    width:40%;
    background: #D2BB89;
    border-top-left-radius:10px;
    -moz-border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    border-top-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    float: left
}

.paper {
    height:20px;
    width:60%;
    background: white;
    float: left;
    box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    margin-top: 15px;
    transform: rotate(-1deg);
}

.mailing-list-container {
    float: left;
    box-sizing:border-box;
    width:55%;
}

.top-secret {
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 36px;
    color:#941A1F;
    transform: rotate(-1deg);
    border: 1px solid #941A1F;
    padding: 3px 5px;
    display: inline-block;
}

form#subscribe input {
    width:100%;
    border: 1px solid #5F7499;
}

form#subscribe #submit_button{
    background:#5F7499;
    margin-top: 20px;
    border:none;
    color: white;
    padding:5px
}


/******************** SECRET PAGE *********************/

#secret-page {

	padding:130px 0 60px 0;
	background-color: #fff; /* IE FALLBACK */
	background: -moz-radial-gradient(circle, #FFF, #FFF, #DDD);
	background: -webkit-radial-gradient(circle, #FFF, #FFF, #DDD);
	min-height:800px;

}


.secret-chalkboard {
	background: url('../images/chalkboard.jpg');

	padding:30px 20px;
	text-align: center;
}

.secret-chalkboard h2 {
	font-family: 'Just Another Hand';
	border:none;
	font-size:30px;
	text-align: center;
	color: white;
	margin:0;
}

.secret-chalkboard h3 {
	font-family: 'Just Another Hand';
	padding:5px 0;
	margin:0;
	font-size:30px;
	text-align: center;
	text-transform: none;
}


.secret-chalkboard h3:nth-child(3n+2){ /* Blue*/
	color:#5F7499;
}

.secret-chalkboard h3:nth-child(3n){ /* Barley */
	color:#C3B44E;
}

.secret-chalkboard h3:nth-child(3n+1){ /* Green */
	color:#87B15A;
}

#secret-page .social-container{
	width:55%;
	float:left;
	box-sizing:border-box;
	padding-left: 6%;

}

#secret-page .social-container h3{
	color:#87B15A;
}

#secret-page .social-container a{
	color:#87B15A;
}

#secret-page .social-container a:hover{
	text-decoration: underline;
}

#secret-page .welcome {width:45%;}

/******************** FOOTER *********************/

.footer {
	padding:15px;
	text-align: left;
	background-color: black;
	color: white;
	font-size: 12px;
}

.footer a{
        color: white;
        text-decoration: underline;
}

.content {
    flex: 1;
}

/******************** CLEAR FIX *********************/

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.menu-mobile-container{
	         display:none;
 }

/********************* TABLET & MOBILE *************************/



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

        .nomobile {
                display:none;
        }

        /* #menu is the original menu */
	.menu-items {
		display:none;
	}

    #menu {
		display: none;
    }


	.menu-mobile-container {
		display: block;
		position:absolute;
		top:0px;
		width:100%;
		left:0px;
		height:200px;

	}

	.menu-mobile {
		/*display: block;*/
		background: none;
		width:100%;
		height:25px;
		margin:0 auto;
		text-align:center;

	}


	#logo {
		width:220px;
		display:block;
		margin:0;
	}

	#section1 .welcome {
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}

	#section1 .welcome h2 {
		width:100%;
		text-align:center;
		float:none;
		margin-top: -30px;
	}

	#section1 img {
		margin:0 auto;
		display:block;
		width:90%;
		max-width:400px;
		clear:both;
		float:none;
		vertical-align:middle;
	}

	#section2 .decoration {
		display:none;
	}

	#section2 .chalkboard {
		float:none;
		width:100%;
	}

	#section3 .team  {
		width:100%;
		text-align:center;
	}

	#section3 .team p {
		text-align:center;
	}

	#section5 .column1, #section5 .column2 {
		width: 100%;
	}




	#section6 .facebook-container {
		width:100%;
		clear:both;
		float: none;
	}

	#section6 .social-container {
		width:100%;
		clear:both;
		float: none;
	}

	#beer-page .beer-details{
		width:100%;
		clear:both;
		box-sizing: border-box;
		border:none;
	}

        .beer-content {
                flex-direction: column;
        }

        .beer-list, .beers-on-tap {
                width:100%;
                float: none;
                box-sizing: border-box;
                clear:both;
                margin-right:0;

        }

	.beer-list h3, .beer-list h2 {
		text-align: center;
	}

	#secret-page .welcome {
		width:100%;
	}

	#secret-page .social-container {
		display: none;
	}

    #secret_agent_club_page h2{
        font-size: 21px;
    }

    #secret_agent_club_page h3{
        font-size: 15px;
    }

    #taplist_web table{
	font-size: 24px;
    }

    #taplist_web td{
        padding: 0px 5px;
    }

    #taplist_web th{
        padding: 10px 5px;
    }

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

    .open p {
	text-align: left;
    }
}


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

	.collapseonmobile {
		display:none;
	}

	.beer-photo {
		float:none;
		width:60%;
		margin:0 auto;
	}

	.beer-info {
		width:100%;
		float:none;
		padding:20px 0 0 0;
	}

	#beer-page h2{
		text-align: center;
	}
        #section4 h2 {
                font-size: 30px;
        }


        #section6 h3 {
                font-size:16px;
        }

        #section6 .subscribe a {float: none;font-size: 16px}
        #section6 .subscribe {font-size: 16px}
        #section6 h2 {float: none; padding:5px 0; margin:0;}
        #section6 .title-container {height:100px;}

        #section2 table {
                font-size: 23px;
        }

        /* fix mob-menu for iphones*/
        .menu-bar{
                padding-bottom: 45px;
        }
        .menu-mobile-container{
                top: 40px;
        }

        #taplist_web table{
	        font-size: 16px;
        }

        #taplist_web td{
                padding: 0px 5px;
        }

        #taplist_web th{
                padding: 10px 5px;
        }

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

        .open p {
	        text-align: left;
        }
}


/******CLUB****************/

.button {
    cursor: pointer;
    text-decoration:none;
    border: 0px none;
    vertical-align: top;
    border-bottom:3px solid #56c677!important;
    border-radius: 4px;
    padding:8px 23px 5px;
    font-weight:bold;
    color:#fff;
    background:#87b15a;
    display:inline-block;
    line-height: inherit;
}

.button:hover {
    background:#56c677;
    color: white
}
.button_2 {
    cursor: pointer;
    text-decoration: none;
    border: 0px none;
    vertical-align: top;
    border:1px solid #9daab5!important;
    border-radius: 4px;
    padding:7px 23px 7px;
    font-weight:bold;
    display:inline-block;
    line-height: inherit;
    background:none;
    background:#5F7499;
    border:1px solid #7D8A95!important;
    border: 1px solid #DDD !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0% 0% transparent;
    color: #7D8A95;
}

.button_2:hover {
    /*border:2px solid #7d8a95;
    color:#6d7a85;
    line-height: inherit; */
    color:#3d4a55;
    background: #eee
}

.button_4 {
    background:none;
    text-decoration: none;
    border:1px solid #9daab5;
    color: #9daab5;
    border-radius: 4px;
    padding: 7px 23px;
    font-weight: bold;
    display:inline-block;
    line-height:inherit;
    cursor: pointer;
}

form#club input {
    width:100%;
    border: 1px solid #5F7499;
}
form#club input[type="checkbox"]{
    width:10%;
}

form#club #submit_button{
    background:#5F7499;
    margin-top: 20px;
    border:none;
    color: white;
    padding:5px
}

/********************SECRET AGENT CLUB PR PAGE*********/
img.secret_agent_club_img{
    width: 80%;
    margin: 0 auto;
}

#secret_agent_club_page {

    padding:130px 0 60px 0;

    background-color: #fff; /* IE FALLBACK */

    background: -moz-radial-gradient(circle, #FFF, #FFF, #DDD);

    background: -webkit-radial-gradient(circle, #FFF, #FFF, #DDD);

    min-height:800px;

}

#secret_agent_club_page p {
    padding-bottom: 20px;
}

/********************GRAND OPENING PR PAGE*********/
#grand_opening_page {
    font-family:"Bellerose Light:1.0";
    text-shadow: 0px 1px 0px #fff;
    padding:130px 0 60px 0;
    background-color: #fff; /* IE FALLBACK */
    background: -moz-radial-gradient(circle, #FFF, #FFF, #DDD);
    background: -webkit-radial-gradient(circle, #FFF, #FFF, #DDD);
    min-height:800px;
}

#grand_opening_page p {
    padding-bottom: 20px;
}

img.grand_opening_img{
    width: 30%;
    margin: 0 auto;
}


/******************** EVENTS PAGE *********************/

#events-page {
    padding:130px 0 60px 0;
    background-color: white;
    min-height: calc(100vh - 190px);
}

#events-page p {
    padding-bottom: 20px;
}

.event-block {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 10px 0;
}

.event-vendor {
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.event-description {
    flex: 1;
    font-size: 1.3em;
}

.event-block h2 {
    margin: 0 20px 0 0;
    border: none;
    width: 15%;
    padding-right: 20px;
    border-right: 3px solid #333;
    color: #3b5d17;
    align-self: stretch;
    display: flex;
    align-items: center;
}
.day-short {
    display: none;
}
.day-full {
    display: inline;
}

.vendor-logo {
    width: 100px;
    height: auto;
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.vendor-name {
    display: block;
    margin-top: 5px;
}

.events-today {
    background-color: #FFFFCC;
    padding: 10px;
}
@media screen and (max-width:550px) {
    #events-page .event-block {
        flex-wrap: nowrap;
        align-items: stretch;
    }
    #events-page .day-full {
        display: none;
    }
    #events-page .day-short {
        display: inline;
    }
    #events-page .event-block h2 {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        margin: 0 10px 0 0;
        padding-right: 20px;
        border-right: 3px solid #333;
        color: #3b5d17;
        width: 25%;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    #events-page .event-vendor {
        width: 30%;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
    }
    #events-page .event-description {
        flex: 1;
        width: auto;
        text-align: left;
        margin-top: 0;
    }
}
