/******************** 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;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url('../images/blue_background.webp') #333 no-repeat fixed center top;
    background-size: cover;
}


body#artshow-public-page {
    background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/blue_background.webp') #333 no-repeat fixed center center;
    background-size: cover;
}



body#artshow-public-page .content {
    padding: 24px 0 36px;
}

body#artshow-public-page .artshow-shell {
    display: flex;
    justify-content: center;
}

body#artshow-public-page .artshow-card {
    width: 100%;
    max-width: 760px;
    margin: 20px auto;
    padding: 24px;
    color: #f4f7f3;
    background: linear-gradient(135deg, rgba(17, 26, 40, 0.86), rgba(17, 26, 40, 0.68));
    border: 1px solid rgba(150, 209, 120, 0.45);
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
}

body#artshow-public-page .artshow-card > h1 {
    font-family: 'Oswald';
    font-size: 32px;
    margin: 0 0 20px;
    color: #87B15A;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 0 0 6px;
}

body#artshow-public-page .artshow-deadline {
    margin: -2px 0 20px;
    color: #dce8d2;
}

body#artshow-public-page .artshow-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}

body#artshow-public-page .artshow-field {
    display: flex;
    flex-direction: column;
}

body#artshow-public-page .artshow-field label {
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: 600;
}

body#artshow-public-page .artshow-field label span {
    font-weight: 400;
    color: #d0dcd6;
}

body#artshow-public-page .artshow-field input,
body#artshow-public-page .artshow-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #1c2632;
    font-size: 16px;
    line-height: 1.35;
}

body#artshow-public-page .artshow-field input:focus,
body#artshow-public-page .artshow-field textarea:focus {
    outline: none;
    border-color: #87b15a;
    box-shadow: 0 0 0 3px rgba(135, 177, 90, 0.3);
}

body#artshow-public-page .artshow-interest-form {
    align-items: stretch;
}

body#artshow-public-page .artshow-interest-contact-fields {
    display: grid;
    gap: 14px;
}

body#artshow-public-page .artshow-interest-bio-field textarea {
    flex: 1;
    min-height: 153px;
    resize: vertical;
}

body#artshow-public-page .artshow-price-field,
body#artshow-public-page .artshow-description-field,
body#artshow-public-page .artshow-inline-pair {
    grid-column: 1 / -1;
}

body#artshow-public-page .artshow-inline-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}

body#artshow-public-page .artshow-description-field textarea {
    min-height: 170px;
    resize: vertical;
}


body#artshow-public-page .artshow-file-input-wrap {
    position: relative;
}

body#artshow-public-page .artshow-file-input-wrap input[type="file"] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #dce8d2;
}

body#artshow-public-page .artshow-file-input-wrap input[type="file"]::file-selector-button {
    margin-right: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 10px 18px;
    color: #f7f7f7;
    font-family: 'Oswald';
    font-size: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #6aa8e9 0%, #436de2 44%, #2f4db7 100%);
    box-shadow: 0 7px 18px rgba(17, 41, 99, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body#artshow-public-page .artshow-file-input-wrap input[type="file"]::file-selector-button:hover {
    filter: saturate(1.12) brightness(1.08);
    box-shadow: 0 10px 20px rgba(17, 41, 99, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

body#artshow-public-page .artshow-file-input-wrap input[type="file"]::file-selector-button:active {
    transform: translateY(1px);
}

body#artshow-public-page .artshow-submit-btn {
    grid-column: 1 / -1;
    justify-self: start;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    padding: 11px 24px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #95c86a, #6d9946);
    box-shadow: 0 8px 20px rgba(64, 106, 31, 0.42);
    cursor: pointer;
}


body#artshow-public-page .artshow-upload-help {
    margin: 8px 0 0;
    font-size: 13px;
    color: rgba(220, 232, 210, 0.86);
}

body#artshow-public-page .artshow-upload-client-error {
    margin: 8px 0 0;
    color: #ffd1d1;
    font-size: 14px;
    font-weight: 600;
}

body#artshow-public-page .artshow-submit-btn.is-submitting {
    opacity: 0.8;
    cursor: wait;
}

body#artshow-public-page .artshow-submit-status {
    grid-column: 1 / -1;
    margin: 6px 0 0;
    color: #dce8d2;
    font-size: 14px;
}

body#artshow-public-page .artshow-submit-btn:hover {
    filter: brightness(1.05);
}

@media (max-width: 700px) {
    body#artshow-public-page .content {
        padding: 10px 0 20px;
    }

    body#artshow-public-page .artshow-card {
        margin: 10px auto;
        padding: 18px 16px;
        border-radius: 14px;
    }

    body#artshow-public-page .artshow-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body#artshow-public-page .artshow-inline-pair {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body#artshow-public-page .artshow-interest-form {
        gap: 12px;
    }

    body#artshow-public-page .artshow-interest-contact-fields {
        gap: 12px;
    }

    body#artshow-public-page .artshow-interest-bio-field textarea {
        min-height: 153px;
    }

    body#artshow-public-page .artshow-submit-btn {
        width: 100%;
        justify-self: stretch;
    }
}


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

article {
	padding-top:15px;
}

h1,
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;
        /* Slightly deeper slate so white nav text clears WCAG AA (~7:1) */
        background: #455A80;
        top:0;
        width:100%;
        padding: 14px 0;
        border-bottom: 2px solid #303B77;
        box-shadow: 0 1px 8px rgba(48, 59, 119, 0.18);
        z-index:100;
}

.menu-bar .site-container {
        display: flex;
        align-items: center;
        gap: 20px;
        max-width: 950px;
}


.menu-items {
        float: none;
        margin-left: auto;
}

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

.menu-items li {
        float:left;
        padding: 0;
        font-family:'Oswald';
        font-size: 17px;
        color: #ffffff;
        text-shadow: none;
        transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
        border-radius: 0;
        text-transform: uppercase;
}

.menu-items li a {
  text-decoration: none;
  font-family:'Oswald';
  color: #ffffff;
  padding: 6px 8px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  letter-spacing: 0.03em;
}

.menu-items li a:hover,
.menu-items li a:focus {
        color: #ffffff;
        border-bottom-color: #C3B44E;
        background: transparent;
        outline: none;
}

.menu-items li:hover {
        background: transparent;
        box-shadow: none;
}

a.logo-link {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
        line-height: 0;
        text-decoration: none;
        position: relative;
        z-index: 2;
}

.menu-bar #logo {
        width: 56px;
        height: 56px;
        display: block;
}



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

#section1 {
	/* Soft blue-gray stage so the white content card can sit with quiet depth */
	padding: 130px 20px 48px;
	background-color: #e4e8ef;
	background-image:
		radial-gradient(rgba(48, 59, 119, 0.035) 0.6px, transparent 0.6px),
		linear-gradient(180deg, #e8ecf2 0%, #e0e5ed 100%);
	background-size: 3px 3px, 100% 100%;
}

#section1 .hero-card {
	max-width: 950px;
	margin: 0 auto;
	padding: 48px 52px 56px;
	width: 100%;
	background: #fff;
	border-radius: 14px;
	box-shadow:
		0 1px 2px rgba(48, 59, 119, 0.04),
		0 10px 28px rgba(48, 59, 119, 0.08);
	box-sizing: border-box;
}

#section1 .hero-layout {
	display: flex;
	align-items: center;
	gap: 40px;
}

#section1 .hero-logo {
	flex: 0 0 46%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 8px 0 8px 12px;
}

#section1 .hero-logo > img:first-child {
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0;
	float: none;
}

#section1 .hero-logo .hero-feature-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 88%;
	max-width: 360px;
}

#section1 .hero-logo .hero-feature {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 8px;
}

.feature-photo-credit {
	margin: 8px 0 0;
	padding: 0;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: none;
}

.feature-photo-credit a {
	color: #5F7499;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.feature-photo-credit a:hover,
.feature-photo-credit a:focus {
	color: #303B77;
	border-bottom-color: #C3B44E;
}

#section1 h1 {
	font-family: 'Bellerose', Lucida, sans-serif;
	font-weight: 600;
	font-size: 56px;
	letter-spacing: 3px;
	line-height: 1.15;
	margin: 0 0 40px;
	color: #303B77;
	text-transform: uppercase;
	text-align: center;
}

/* Base welcome styles (also used on secret-agent page) */
.welcome {
	float: left;
	width: 50%;
}

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

.welcome h1,
.welcome h2 {
	font-family: 'Oswald', sans-serif;
	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;
}

#section1 .welcome {
	flex: 1 1 50%;
	float: none;
	width: auto;
	min-width: 0;
}

#section1 .welcome p {
	font-size: 16px;
	line-height: 1.65;
	color: #2a2f3a;
	margin: 0 0 0.55em;
}

#section1 .welcome a {
	color: #5F7499;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#section1 .welcome a:hover {
	color: #303B77;
}

#section1 .welcome h1,
#section1 .welcome h2 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin: 0 0 14px;
	color: #303B77;
	border-bottom: 1px solid #C3B44E;
	padding: 0 0 8px 0;
}

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

/* Primary blocks (Order Online, Hours) carry more visual weight */
#section1 .hero-primary {
	margin-bottom: 36px;
}

#section1 .hero-primary h2,
#section1 .hero-primary > h2 {
	font-size: 30px;
	margin-bottom: 16px;
}

#section1 .hero-primary p {
	font-size: 16.5px;
	line-height: 1.7;
}

/* Secondary blocks sit quieter so Hours / Order Online read first */
#section1 .hero-secondary {
	margin-bottom: 28px;
}

#section1 .hero-secondary:last-child {
	margin-bottom: 0;
}

#section1 .hero-secondary h2 {
	font-size: 20px;
	color: #5F7499;
	border-bottom-color: rgba(195, 180, 78, 0.55);
	margin-bottom: 10px;
	padding-bottom: 6px;
}

#section1 .hero-secondary p {
	font-size: 15px;
	line-height: 1.65;
	color: #3d4450;
}

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

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


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

#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;
}

#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;
}


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


.chalkboard h3 {text-transform: uppercase;}


.message p {
        text-align: center;
        margin-top: 70px;
        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;
}


/******************** ABOUT PAGE *********************/

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

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

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

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

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

#about-page a:hover {
	text-decoration: underline;
}

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

#about-page .team p {text-align: left}

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


/******************** 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;
        height:200px;
        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 {
	padding: 48px 20px;
	color: #2a2f3a;
	background-color: #e4e8ef;
	background-image:
		radial-gradient(rgba(48, 59, 119, 0.035) 0.6px, transparent 0.6px),
		linear-gradient(180deg, #e8ecf2 0%, #e0e5ed 100%);
	background-size: 3px 3px, 100% 100%;
}

#section6 .content-card {
	max-width: 950px;
	margin: 0 auto;
	padding: 48px 52px 56px;
	width: 100%;
	background: #fff;
	border-radius: 14px;
	box-shadow:
		0 1px 2px rgba(48, 59, 119, 0.04),
		0 10px 28px rgba(48, 59, 119, 0.08);
	box-sizing: border-box;
}

#section6 h2 {
	float: left;
	margin: 0;
	padding: 0 0 8px;
	border-bottom: 1px solid #C3B44E;
	color: #303B77;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

#section6 h3 {
	float: left;
	color: #303B77;
	font-size: 18px;
	line-height: 1.4;
}

#section6 .title-container {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin: 0 0 28px;
	height: auto;
	padding-bottom: 4px;
}

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

#section6 .subscribe {
	float: none;
}

#section6 .subscribe a {
	float: none;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #5F7499;
	text-decoration: none;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

#section6 .subscribe a:hover,
#section6 .subscribe a:focus {
	color: #303B77;
	border-bottom-color: #C3B44E;
}

#section6 .contact-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px 40px;
}

#section6 .social-container {
	flex: 1 1 48%;
	width: auto;
	min-width: 0;
	float: none;
}

#section6 .contact-feature-wrap {
	flex: 0 1 42%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 0;
}

#section6 .contact-feature {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	margin: 0;
	border-radius: 8px;
}

#section6 .social-text {
	height: auto;
	min-height: 72px;
	margin-bottom: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
}

#section6 .social-text > a,
#section6 .social-text > .email,
#section6 .social-text > .phone,
#section6 .social-text > .facebook,
#section6 .social-text > .yelp,
#section6 .social-text > .instagram,
#section6 .social-text > .address {
	flex: 0 0 auto;
}

#section6 .social-text h3 {
	float: none;
	margin: 0;
	min-width: 0;
	flex: 1 1 12rem;
	overflow-wrap: anywhere;
	word-break: break-word;
	line-height: 1.35;
}

/* Keep global subscribe styles for any non-home usage */
.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;
    text-decoration: none;
    padding: 10px 20px 10px 0px;
}

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

.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;
        box-sizing:border-box;
        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%;
        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%;
        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%;
        float:left;
        margin-right: 20px;
        transition: 0.4s all;
}
.yelp{
        background: url('../images/yelp2.png');
        background-size: cover;
        display:block;
        width:60px;
        height:60px;
        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%;
        float:left;
        margin-right: 20px;
        transition: 0.4s all;
}

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

.email:hover, .phone:hover, .facebook:hover, .yelp: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: 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;
        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;
    color: #111;
}

#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;
}

#accessibility-page h3,
#accessibility-page li {
    color: #111;
}

#accessibility-page a {
    color: #254f8f;
}



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

#mailing-list-page {
    padding:130px 0 60px 0;
    background-color: #fff; /* IE FALLBACK */
    background: 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;
    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;
    border-top-right-radius:10px;
    float: left
}

.paper {
    height:20px;
    width:60%;
    background: white;
    float: left;
    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
}


/******************** 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;
}

/* Legal pages */
.legal-text {
    background-color: #fff;
}

/******************** 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;
		/* Let taps reach the seal home link under this full-width overlay */
		pointer-events: none;
	}

	.menu-mobile-container .menu-mobile,
	.menu-mobile-container .slicknav_menu,
	.menu-mobile-container .slicknav_btn,
	.menu-mobile-container .slicknav_nav {
		pointer-events: auto;
	}

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

	}


	.menu-bar #logo {
		width: 48px;
		height: 48px;
		display: block;
		margin: 0;
	}

	#section1 {
		padding: 120px 14px 32px;
	}

	#section1 .hero-card {
		padding: 32px 24px 40px;
		border-radius: 12px;
	}

	#section1 .hero-layout {
		flex-direction: column;
		gap: 28px;
	}

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

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

	#section1 h1 {
		font-size: 40px;
		letter-spacing: 2px;
		margin-bottom: 28px;
	}

	#section1 .hero-primary h2,
	#section1 .hero-primary > h2 {
		font-size: 24px;
	}

	#section1 .hero-secondary h2 {
		font-size: 18px;
	}

	#section1 .hero-logo {
		flex: none;
		width: 100%;
		gap: 16px;
		padding: 8px 0 0;
	}

	#section1 .hero-logo > img:first-child {
		margin: 0 auto;
		display: block;
		width: 78%;
		max-width: 340px;
	}

	#section1 .hero-logo .hero-feature-wrap {
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
	}

	#section1 .hero-logo .hero-feature {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	#section2 .decoration {
		display:none;
	}

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

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

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

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




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

	#section6 .content-card {
		padding: 32px 24px 40px;
		border-radius: 12px;
	}

	#section6 .title-container {
		flex-direction: column;
		align-items: stretch;
		height: auto;
	}

	#section6 h2 {
		float: none;
		width: 100%;
	}

	#section6 .subscribe a {
		float: none;
		font-size: 15px;
	}

	#section6 .contact-layout {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}

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

	#section6 .contact-feature-wrap {
		flex: none;
		width: 100%;
	}

	#section6 .contact-feature {
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
	}

	#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_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 h1,
	#beer-page h2{
		text-align: center;
	}

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

        #section6 .subscribe a {float: none;font-size: 15px}
        #section6 .subscribe {font-size: 15px}
        #section6 h2 {float: none; padding:0 0 8px; margin:0;}
        #section6 .title-container {height:auto;}

        #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: 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: 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;
}

#events-page .site-container > h1 {
    margin-bottom: 28px;
}

.event-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 22px 12px;
    border: none;
    border-bottom: 1px solid rgba(48, 59, 119, 0.12);
    box-sizing: border-box;
    transition: background-color 0.15s ease;
}

.event-block:first-of-type {
    border-top: 1px solid rgba(48, 59, 119, 0.12);
}

.event-block:last-of-type {
    border-bottom: 1px solid rgba(48, 59, 119, 0.12);
}

/* Keep description clear of the absolute Edit control for staff. */
#events-page.events-editable .event-block {
    padding-right: 72px;
}

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

.event-description {
    flex: 1;
    min-width: 0;
    font-size: 1.3em;
    color: #2a2f3a;
    line-height: 1.45;
}

.event-block h2 {
    position: relative;
    margin: 0 28px 0 0;
    border: none;
    flex: 0 1 15%;
    width: 15%;
    max-width: 11em;
    padding-right: 28px;
    color: #3b5d17;
    align-self: stretch;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
}

.event-block h2::after {
    content: "";
    position: absolute;
    top: -22px;
    bottom: -22px;
    right: 0;
    width: 1px;
    background: rgba(48, 59, 119, 0.16);
}

.event-edit-link {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 1;
}

.event-edit-link a {
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #5f7499;
    background: rgba(95, 116, 153, 0.08);
    border: 1px solid rgba(95, 116, 153, 0.22);
    border-radius: 4px;
}

.event-edit-link a:hover,
.event-edit-link a:focus {
    color: #303b77;
    background: rgba(95, 116, 153, 0.14);
    border-color: rgba(48, 59, 119, 0.35);
}

.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;
    border-radius: 50%;
}

.vendor-name {
    display: block;
    margin-top: 5px;
    color: #303b77;
    text-decoration: none;
    font-weight: 600;
}

a.vendor-name:hover,
a.vendor-name:focus {
    color: #87b15a;
    text-decoration: underline;
}

.events-today {
    background-color: #f7f4df;
    box-shadow: inset 3px 0 0 #c3b44e;
}

/* Short day labels through tablet widths so description keeps room. */
@media screen and (max-width:720px) {
    #events-page .event-block {
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 14px 10px;
    }
    #events-page.events-editable .event-block {
        padding-right: 64px;
    }
    #events-page .day-full {
        display: none;
    }
    #events-page .day-short {
        display: inline;
        text-transform: uppercase;
    }
    #events-page .event-block h2 {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        margin: 0 14px 0 0;
        padding-right: 14px;
        border-right: none;
        color: #3b5d17;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    #events-page .event-block h2::after {
        top: -14px;
        bottom: -14px;
    }
    #events-page .event-edit-link {
        right: 10px;
        top: 8px;
    }
    #events-page .event-vendor {
        width: 30%;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
    }
    #events-page .event-description {
        flex: 1;
        min-width: 0;
        width: auto;
        text-align: left;
        margin-top: 0;
        font-size: 1.05em;
    }
}

body#artshow-public-page .artshow-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

body#artshow-public-page .artshow-gallery-card {
    text-decoration: none;
    color: inherit;
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body#artshow-public-page .artshow-gallery-media {
    width: 100%;
    height: 200px;
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
}

body#artshow-public-page .artshow-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

body#artshow-public-page .artshow-gallery-content {
    padding: 0.75rem;
    color: #222;
    flex: 1;
    display: flex;
    flex-direction: column;
}

body#artshow-public-page .artshow-gallery-title {
    font-weight: 700;
}

body#artshow-public-page .artshow-gallery-price {
    margin-top: 0.3rem;
}

body#artshow-public-page .artshow-thanks-actions {
    align-items: flex-start;
    border-top: 1px solid rgba(220, 232, 210, 0.4);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
}

body#artshow-public-page .artshow-thanks-prompt {
    color: #eef6e8;
    flex-basis: 100%;
    margin: 0;
}

body#artshow-public-page .artshow-return-link {
    color: #d6f7a3;
    font-weight: 700;
    text-decoration-color: rgba(214, 247, 163, 0.75);
    text-underline-offset: 3px;
}

body#artshow-public-page .artshow-return-link:hover,
body#artshow-public-page .artshow-return-link:focus {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

body#artshow-public-page .artshow-thanks-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    transition: filter 0.2s ease, transform 0.1s ease;
}

body#artshow-public-page .artshow-thanks-btn:hover {
    text-decoration: none;
    filter: brightness(1.08);
}

body#artshow-public-page .artshow-thanks-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(149, 200, 106, 0.35), 0 8px 20px rgba(64, 106, 31, 0.42);
}

body#artshow-public-page .artshow-thanks-btn:active {
    transform: translateY(1px);
}

body#artshow-public-page .artshow-gallery-detail-link {
    color: inherit;
    display: flex;
    flex: 1;
    flex-direction: column;
    text-decoration: none;
}

body#artshow-public-page .artshow-gallery-actions {
    padding: 0 0.75rem 0.85rem;
}

body#artshow-public-page .artshow-buy-button,
body#artshow-public-page .artshow-taproom-banner {
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    font-weight: 700;
    padding: 0.65rem 0.8rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

body#artshow-public-page .artshow-buy-button {
    background: #87B15A;
    color: #111;
}

body#artshow-public-page .artshow-buy-button:hover,
body#artshow-public-page .artshow-buy-button:focus {
    background: #a7cf78;
    color: #111;
}

body#artshow-public-page .artshow-taproom-banner {
    background: #f2f2f2;
    border: 1px solid #d6d6d6;
    color: #333;
}

body#artshow-public-page .artshow-sold-banner {
    background: #fee2e2;
    border-color: #b91c1c;
    color: #8f1515;
}
