/* === BEGIN bundled normalize.css (do not link separately) === */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* sticky nav clearance for in-page hashes */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* === END normalize.css / BEGIN main style.css === */
/******************** 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');
}

@font-face{
   font-family: 'Daniel';
   src: url('../fonts/daniel.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

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

#hero {
	/* 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%;
}

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

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

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

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

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

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

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

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

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

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

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

#hero .welcome h1,
#hero .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;
}

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

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

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

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

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

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

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

#hero .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 *********************/


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

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

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

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

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

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

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


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


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

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

}

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

}

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

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

#on-tap 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 *********************/

#contact {
	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%;
}

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

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

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

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

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

#contact .subscribe {
	float: none;
}

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

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

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

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

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

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

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

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

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

#contact .contact-tagline {
	float: none;
	text-transform: none;
	font-family: 'Daniel', cursive;
	font-size: 2rem;
	font-weight: normal;
	color: #A30000;
	margin: 2rem 0 0;
	padding-left: 72px;
	line-height: 1.2;
	text-align: left;
}

/* 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: 120px 16px 60px;
    background-color: #fff; /* IE FALLBACK */
    background: radial-gradient(circle, #FFF, #FFF, #DDD);
}

#mailing-list-page > .site-container {
    max-width: 960px;
}

#mailing-list-page h2 {
    margin: 0 0 12px;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #303B77;
}

.dossier {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px 32px;
    width: 100%;
    padding: 28px 32px 32px;
    box-sizing: border-box;
    background: #D2BB89;
    position: relative;
}

.dossier-photo {
    flex: 0 1 34%;
    background: #eee;
    width: 34%;
    max-width: 280px;
    padding: 10px;
    border: 10px solid #fff;
    transform: rotate(2deg);
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.dossier-photo img {
    display: block;
    width: 100%;
    height: auto;
}

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

.dossier-top {
    display: flex;
    align-items: flex-end;
    height: 30px;
}

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

.paper {
    height: 20px;
    width: 60%;
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    transform: rotate(-1deg);
}

.mailing-list-container {
    flex: 1 1 55%;
    box-sizing: border-box;
    min-width: 0;
    max-width: 520px;
}

.mailing-list-intro {
    margin: 12px 0 18px;
    line-height: 1.45;
    color: #3a3428;
}

.mailing-list-status {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 6px;
}

.mailing-list-status--success {
    background: rgba(135, 177, 90, 0.18);
    border: 1px solid rgba(109, 153, 70, 0.45);
}

.mailing-list-status--error {
    background: rgba(148, 26, 31, 0.1);
    border: 1px solid rgba(148, 26, 31, 0.35);
}

.mailing-list-status .text-success,
.mailing-list-status .text-error {
    margin: 0;
}

.mailing-list-confirm-note,
.mailing-list-confirm-hint {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #4a4336;
}

.mailing-list-confirm-hint {
    margin: 4px 0 0;
}

.top-secret {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #941A1F;
    transform: rotate(-1deg);
    border: 2px solid #941A1F;
    padding: 4px 10px;
    display: inline-block;
}

form#subscribe {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 4px;
}

form#subscribe .subscribe-name-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

form#subscribe .subscribe-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

form#subscribe .subscribe-field label {
    font-weight: 600;
    color: #3a3428;
    font-size: 14px;
}

form#subscribe input {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #5F7499;
    border-radius: 6px;
    background: #fff;
    color: #1c2632;
    font-size: 16px;
    line-height: 1.35;
}

form#subscribe input:focus {
    outline: none;
    border-color: #303B77;
    box-shadow: 0 0 0 3px rgba(95, 116, 153, 0.28);
}

form#subscribe .subscribe-field-errors {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #941A1F;
    font-size: 13px;
    font-weight: 600;
}

form#subscribe .subscribe-submit-btn,
form#subscribe #submit_button {
    align-self: start;
    margin-top: 6px;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    background: #5F7499;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.15s ease, filter 0.15s ease;
}

form#subscribe .subscribe-submit-btn:hover,
form#subscribe #submit_button:hover {
    background: #303B77;
    filter: brightness(1.05);
}

@media screen and (max-width: 720px) {
    #mailing-list-page {
        padding: 100px 12px 40px;
    }

    #mailing-list-page h2 {
        font-size: 24px;
    }

    .dossier {
        flex-direction: column;
        padding: 22px 18px 24px;
        gap: 20px;
    }

    .mailing-list-container {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    .dossier-photo {
        display: none;
    }

    .paperclip {
        display: none;
    }

    .top-secret {
        font-size: 26px;
    }

    .overlay {
        width: 48%;
        min-width: 0;
    }

    .paper {
        width: 52%;
    }

    form#subscribe .subscribe-name-row {
        grid-template-columns: 1fr;
    }

    form#subscribe .subscribe-submit-btn,
    form#subscribe #submit_button {
        width: 100%;
        align-self: stretch;
        text-align: center;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

	#on-tap .decoration {
		display:none;
	}

	#on-tap .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%;
	}




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

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

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

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

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

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

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

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

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

	#contact .contact-tagline {
		padding-left: 0;
	}

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

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

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

        #on-tap 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;
    max-width: 100%;
    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;
}

/* Stack vendor above description on narrow screens so logos cannot overflow into text. */
@media screen and (max-width:720px) {
    #events-page .event-block {
        display: grid;
        /* Explicit rows so h2's 1 / -1 span covers vendor + description. */
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 14px;
        row-gap: 0;
        align-items: center;
        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;
        grid-column: 1;
        grid-row: 1 / -1;
        margin: 0;
        padding-right: 14px;
        border-right: none;
        color: #3b5d17;
        flex: none;
        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 {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        max-width: 100%;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
    }
    #events-page .vendor-logo {
        width: 80px;
    }
    #events-page .event-description {
        grid-column: 2;
        /* Alone: row 1. After a vendor: sibling rule moves it to row 2. */
        grid-row: 1;
        flex: none;
        min-width: 0;
        width: auto;
        text-align: left;
        margin-top: 0;
        font-size: 1.05em;
    }
    #events-page .event-vendor ~ .event-description {
        grid-row: 2;
        margin-top: 8px;
    }
}

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

/* === END main style.css / BEGIN slicknav.css === */
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
}
/* Button — match slate/navy brand chrome instead of generic black */
.slicknav_btn {
	margin: 5px 5px 6px;	
	text-decoration:none;	
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
	background-color: #303B77;
	border: 1px solid rgba(255, 255, 255, 0.18);
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {	
	color: #FFF;
	font-weight: bold;	
	text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
  box-shadow: none;
}
.slicknav_menu {
	padding:30px 0px;
}

.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
	background:#455A80;
	border-bottom: 2px solid #303B77;
	font-family: 'Open Sans';
	font-size: 16px;
	
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a{
	padding:5px 10px;
	margin:2px 5px;
	text-decoration:none;
	color:#fff;
	border-radius: 0;
	border-bottom: 2px solid transparent;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	color:#fff;	
}
.slicknav_nav a:hover{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	border-bottom-color: #C3B44E;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:0px;   
}
/* === END slicknav.css / BEGIN index-fonts.css === */
/* Home page body/content fonts use system stacks; navbar keeps Oswald via style.css. */
/* Hero title keeps Bellerose from style.css (#hero h1). */
body#home {
    font-family: Verdana, Geneva, sans-serif;
}

body#home #on-tap h2 {
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

body#home h2,
body#home h3,
body#home .welcome h1,
body#home .welcome h2,
body#home .welcome p,
body#home a#mailinglist,
body#home .subscribe a {
    font-family: Verdana, Geneva, sans-serif;
}

/* Keep hero title on Bellerose (do not fall back to Segoe UI). */
body#home #hero h1 {
    font-family: 'Bellerose', Lucida, sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
}

body#home #hero .welcome h2 {
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Arial, sans-serif;
    font-weight: 600;
}

/* Contact tagline: self-contained for CDN-stale style.css fallback. */
@font-face {
    font-family: 'Daniel';
    src: url('../fonts/daniel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body#home #contact .contact-tagline {
    float: none;
    text-transform: none;
    font-family: 'Daniel', cursive;
    font-size: 2rem;
    font-weight: normal;
    color: #A30000;
    margin: 2rem 0 0;
    padding-left: 72px;
    line-height: 1.2;
    text-align: left;
}

@media screen and (max-width: 762px) {
    body#home #contact .contact-tagline {
        padding-left: 0;
    }
}

/* === END bundled index-fonts.css === */
