/*
Theme Name: Northgate Custom
Theme URI: http://northgatebrew.com
Author: Andy LeMay @ MakeMatter
Author URI: http://andylemay.com/
Description: A custom theme for Northgate.
Version: 2.0
License: All Rights Reserved
License URI: 
Tags: custom
Text Domain: northgate


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #939393;
}

/* ################################################################################# */
/* ### GLOBAL ###################################################################### */
/* ################################################################################# */

body, html {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #0a2331;
    font-family: "alternate-gothic-no-1-d", sans-serif;
   -webkit-font-smoothing: antialiased; 
}

sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 {
    margin: 0 0 1em 0;
    padding-left: 10px;
    color: #daaf5f;
    font-family: "adelle", serif;
    font-size: 18px;
    font-weight: normal;
}

div {
    position: relative;
   -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

div.centered {
    margin: 0 auto;
}

div.width-constrained {
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
}

.full-height {
    height: 100%;
}

div.row {
    overflow: hidden;
}

.box {
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#heroArrow {
    position: absolute;
    top: 82px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 7px;
    background: url('img/ng_beersHeroArrow.svg');
}

/* ################################################################################# */
/* ### Header ###################################################################### */
/* ################################################################################# */

header {
    position: relative;
    height: 165px;
}

#headerBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background: #18303e;
}

header div.foreground {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 90px;
    background: url('img/ng_header_foregroundBG.png') repeat-x;
}

#headerLogo {
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -146px;
    width: 293px;
    height: 137px;
    background: url('img/ng_headerLogo.svg') no-repeat;
    z-index: 1000;
}

nav {
    position: relative;
    top: 103px;
    margin: 0 auto;
    max-width: 950px;
}

nav div.left {
    float: left;
    width: 50%;
    padding-right: 190px;
    padding-left: 10px;
}

nav div.right {
    float: right;
    width: 50%;
    padding-left: 190px;
    padding-right: 10px;
}

nav div.nav-group {
    display: table;
    width: 100%;
}

nav div.nav-wrapper {
    display: table-cell;
    width: 33.3333%;
    text-align: center;
}

nav div.nav-wrapper:first-child {
    text-align: left;
}

nav div.nav-wrapper:last-child {
    text-align: right;
}


nav a {
    color: #f4e9d2;
    font-size: 22px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    text-decoration: none;
    text-transform: uppercase; 
}

nav a:hover,
nav a.selected {
    color: #e5a228;
}

/* ################################################################################# */
/* ### Home ######################################################################## */
/* ################################################################################# */

.home section.hero {
    height: 484px;
    background: url('img/ng_homeHero.jpg') no-repeat center center;
    background-size: cover;
}

.home section.hero div.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.home section.hero div.container {
    display: table;
    width: 100%;
    height: 100%;
}

.home section.hero li.item div.content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.home section.hero h1 {
    margin: 0;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.home section.recent-posts {
    padding: 30px 0;
    height: 230px;
    background: #041620;
    min-height: 285px;
    overflow: hidden;
}

.home section.beers {
    background: #0a2331;
    overflow: hidden;
    color: #daaf5f;
}

.home section.beers > ul > li {
    background: #041620;
    color: #daaf5f;
    font-size: 25px;
}

.home section.beers > ul > li:nth-child(even) {
    background: #0a2331;
}

.home section.beers li.column-titles {
    color: #daaf5f;
    font-family: "adelle", serif;
    font-size: 14px;
}

.home section.beers li.beer div.titling {
    cursor: pointer;
    opacity: .8;
}

.home section.beers li.beer div.titling:hover {
    opacity: 1;
}

.home section.beers div.titling div.beer-name,
.home section.beers li.column-titles div.beer-name {
    float: left;
    width: 30%;
    padding-left: 10px;
    color: #ddd4c0;
    font-size: 36px;
    line-height: 80px;
    text-decoration: underline;
}


.home section.beers li.column-titles div.beer-name {
    color: #daaf5f;
    font-size: 18px;
}


.home section.beers div.titling div.beer-type,
.home section.beers li.column-titles div.beer-type {
    float: left;
    width: 40%;
    line-height: 80px;
}

.home section.beers div.titling div.beer-abv,
.home section.beers li.column-titles div.beer-abv {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 80px;
}

.home section.beers div.titling div.beer-srm,
.home section.beers li.column-titles div.beer-srm {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 80px;
}

.home section.beers div.titling div.beer-ibu,
.home section.beers li.column-titles div.beer-ibu {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 80px;
}

.home section.beers li.beer.expanded div.titling {
    display: none;
}

.home section.beers li.beer div.beer-detail {
    display: none;
}

.home section.beers li.beer.expanded div.beer-detail {
    display: block;
}

.home section.events {
    height: auto;
}


/* ################################################################################# */
/* ### Beers ####################################################################### */
/* ################################################################################# */

.beers section.hero {
    padding-top: 68px;
    padding-bottom: 40px;
    height: auto;
    background: #041620;
    text-align: center;
}

.beers section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.beers section.hero ul {
    display: inline-block;
}

.beers section.hero li {
    display: block;
    float: left;
    padding: 0 20px;
}

.beers section.hero li a {
    display: block;
    float: left;
    color: #f4e9d2;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.beers section.hero li a.parapet:hover {
    color: #e53c3a;
}

.beers section.hero li a.walls:hover {
    color: #47a06f;
}

.beers section.hero li a.pumpion:hover {
    color: #f05a26;
}

.beers section.hero li a.maggies:hover {
    color: #3fbfbe;
}

.beers section.hero li a.fiddle:hover {
    color: #1c746d;
}

#beersHeroArrow {
    position: absolute;
    top: 82px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 7px;
    background: url('img/ng_beersHeroArrow.svg');
}

/* ################################################################################# */
/* ### Blog ######################################################################## */
/* ################################################################################# */

.blog section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.blog section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

#heroArrow {
    position: absolute;
    top: 82px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 7px;
    background: url('img/ng_beersHeroArrow.svg');
}

.blog section.recent-posts {
    padding: 30px 0;
    height: auto;
    background: #041620;
    min-height: 285px;
    overflow: hidden;
}

/* ################################################################################# */
/* ### Growlers #################################################################### */
/* ################################################################################# */

.growlers section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.growlers section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.growlers section.hero ul {
    display: inline-block;
    padding-bottom: 40px;
}

.growlers section.hero li {
    display: block;
    float: left;
    padding: 0 20px;
}

.growlers section.hero li a {
    display: block;
    float: left;
    color: #f4e9d2;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

#growlersHeroArrow {
    position: absolute;
    top: 82px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 7px;
    background: url('img/ng_beersHeroArrow.svg');
}

.growlers section.hero div.background-image {
    height: 484px;
    background: url('img/ng_growlersHero.jpg') no-repeat center center;
    background-size: cover;
}

.growlers section.pricing {
    background: #041620;
}

.growlers section.pricing h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.growlers section.pricing h2 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    color: #ede0ca;
    font-family: "adelle", serif;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4em;
}

.growlers section.pricing li {
    padding: 20px 0;
}

.growlers section.pricing li:nth-child(odd) {
    background: #082434;
}


.growlers section.pricing div.title {
    width: 25%;
    float: left;
    color: #ddd4c0;
    font-size: 25px;
    text-transform: uppercase;
}

.growlers section.pricing div.size {
    width: 25%;
    float: left;
    color: #daaf5f;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.growlers section.pricing div.price {
    width: 25%;
    float: left;
    color: #daaf5f;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.growlers section.pricing div.availability {
    width: 25%;
    float: left;
    color: #daaf5f;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}


.growlers section.pricing .column-headers div.title,
.growlers section.pricing .column-headers div.size,
.growlers section.pricing .column-headers div.price,
.growlers section.pricing .column-headers div.availability {
    color: #ddd4c0;
    font-size: 35px;
}

.growlers section.schedule.events {
    height: auto;
}

.growlers section.schedule {
    background: #3fbfbe;
}

.growlers section.schedule h1 {
    margin-bottom: 0;
    padding: 0;
    color: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.growlers section.schedule h2 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    color: #041620;
    font-family: "adelle", serif;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4em;
}

.growlers section.schedule h2 a {
    color: #041620;
}

.growlers section.how-it-works {
    padding-top: 150px;
    height: 500px;
    background: url('img/ng_growlersHowBG.jpg') no-repeat center center;
    background-size: cover;
}

.growlers section.how-it-works h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.growlers section.how-it-works ul {
    display: table;
    width: 100%;
}

.growlers section.how-it-works li {
    display: table-cell;
    padding: 20px;
    width: 33.33%;
    vertical-align: top;
}

.growlers section.how-it-works li h3 {
    width: 127px;
    height: 50px;
    margin: 0 auto;
    background: url('img/ng_growlersHowHeadingBG.svg') no-repeat center center;
    color: #041620;
    font-size: 24px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
}

.growlers section.how-it-works li p {
    color: #ede0ca;
    font-size: 14px;
    font-family: "adelle", serif;
    line-height: 1.4em;
}


/* ################################################################################# */
/* ### Tap Room #################################################################### */
/* ################################################################################# */

.tap-room section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.tap-room section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.tap-room section.hero ul {
    display: inline-block;
    padding-bottom: 40px;
}

.tap-room section.hero li {
    display: block;
    float: left;
    padding: 0 20px;
}

.tap-room section.hero li a {
    display: block;
    float: left;
    color: #f4e9d2;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

#tapRoomHeroArrow {
    position: absolute;
    top: 82px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 7px;
    background: url('img/ng_beersHeroArrow.svg');
}

.tap-room section.hero div.background-image {
    height: 484px;
    background: url('img/ng_tapRoomHero.jpg') no-repeat center center;
    background-size: cover;
}

.tap-room section.info h1 {
    margin-bottom: 0;
    padding: 0;
    background: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.tap-room section.info li {
    padding: 20px 0;
}

.tap-room section.info li:nth-child(even) {
    background: #041620;
}


.tap-room section.info div.title {
    width: 25%;
    float: left;
    color: #ddd4c0;
    font-size: 25px;
    text-transform: uppercase;
}

.tap-room section.info div.desc {
    width: 75%;
    float: left;
    color: #daaf5f;
    font-family: "adelle", serif;
    font-size: 15px;
}

.tap-room section.info div.desc p {
    margin: 0;
}

.tap-room section.events {
    height: auto;
}

.tap-room section.events h1 {
    margin-bottom: 0;
    padding: 0;
    color: #0a2331;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.tap-room section.location {
    padding: 30px 0;
}

.tap-room section.location h1 {
    margin-bottom: 0;
    padding: 0;
    color: #daaf5f;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

#taproomMapFrameContainer {
    width: 100%;
    height: 450px;
    padding: 10px;
}

.tap-room section.info h1 {
    margin-bottom: 0;
    padding: 0;
    background: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.tap-room section.policies {
    background: #258e92;
    padding-top: 10px;
}

.tap-room section.policies h1 {
    margin-bottom: 0;
    padding: 0;
    color: #0a2331;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.tap-room section.policies li {
    padding: 20px 0;
}
    
.tap-room section.policies li:nth-child(even) {
    background: #041620;
}


.tap-room section.policies div.title {
    width: 25%;
    float: left;
    color: #ddd4c0;
    font-size: 25px;
    text-transform: uppercase;
}

.tap-room section.policies div.desc {
    width: 75%;
    float: left;
    color: #daaf5f;
    font-family: "adelle", serif;
    font-size: 15px;
}

.tap-room section.policies div.desc p {
    margin: 0;
}

/* ################################################################################# */
/* ### Events ####################################################################### */
/* ################################################################################# */

.events section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.events section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.events section.hero div.background-image {
    width: 100%;
    height: 600px;
    background: url('img/ng_events_hero.jpg') no-repeat center center;
    background-size: cover;
}

.events section.current {
    background: #041620;
    height: auto;
}

.events section.current h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.events section.current h2 {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    color: #ede0ca;
    font-family: "adelle", serif;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4em;
}

.events section.past {
    background: #258e92;
    height: auto;
}

.events section.past h1 {
    margin-bottom: 0;
    padding: 0;
    color: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.events section.past h2 {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    color: #ede0ca;
    font-family: "adelle", serif;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4em;
}

/* ################################################################################# */
/* ### ng_event_v2 ################################################################# */
/* ################################################################################# */

.ng_event_v2 div.meta {
    color: #daaf5f;
    font-size: 20px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    text-transform: uppercase;
} 

.ng_event_v2 div.meta li {
    line-height: 40px;
}

.ng_event_v2 div.meta span.value {
    margin: 0 20px 0 10px;
    color: #3fbfbe;
    font-size: 40px;
} 


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

.about section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.about section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.about section.hero ul {
    display: inline-block;
    padding-bottom: 40px;
}

.about section.hero li {
    display: block;
    float: left;
    padding: 0 20px;
}

.about section.hero li a {
    display: block;
    float: left;
    color: #f4e9d2;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.about section.mission {
    height: 612px;
    padding-top: 170px;
    background: url('img/ng_aboutUs_heroMission.jpg') no-repeat center center;
    background-size: cover;
}

.about section.mission h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.about section.mission h2 {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 40px;
    color: #ede0ca;
    font-family: 'adelle', serif;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
}

.about section.who {
    padding-bottom: 40px;
    background: #041620;
}

.about section.who h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.about section.who li {
    padding: 20px 0;
}

.about section.who li:nth-child(odd) {
    background: #082434;
}

.about section.who li.column-portraits {
    background: #041620;
}

.about section.who div.title {
    width: 20%;
    float: left;
    color: #ddd4c0;
    font-size: 25px;
    text-transform: uppercase;
}

.about section.who div.value {
    width: 20%;
    float: left;
    color: #daaf5f;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.about section.who .column-headers div.title,
.about section.who .column-headers div.value {
    color: #ddd4c0;
    font-size: 35px;
}

.about section.history {
    height: 610px;
    padding-top: 170px;
    background: url('img/ng_aboutUs_heroHistory.jpg') no-repeat center center;
    background-size: cover;
}

.about section.history h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.about section.history h2 {
    width: 75%;
    margin: 0 auto;
    color: #ede0ca;
    font-family: 'adelle', serif;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
}

/* ################################################################################# */
/* ### Contact ##################################################################### */
/* ################################################################################# */

.contact section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.contact section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.contact section.hero ul {
    display: inline-block;
    padding-bottom: 40px;
}

.contact section.hero li {
    display: block;
    float: left;
    padding: 0 20px;
}

.contact section.hero li a {
    display: block;
    float: left;
    color: #f4e9d2;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.contact section.map {
    width: 100%;
    height: 600px;
}

#mapCanvas {
    width: 100%;
    height: 100%;
}

.contact section.info {
    padding-bottom: 60px;
    background: #041620;
}

.contact section.info h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.contact section.info div.column {
    float: left;
    width: 25%;
}

.contact section.info div.column h2 {
    margin-bottom: 0;
    padding: 0;
    color: #daaf5f;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: normal;
}

.contact section.info div.column p {
    margin: 0 0 1em 0;
    color: #ede0ca;
    font-family: 'adelle', serif;
    font-size: 17px;
}

.contact section.info div.column a {
    color: #ede0ca;
    text-decoration: underline;
}

.contact section.donations {
    padding-bottom: 60px;
    background: #3fbfbe;
}

.contact section.donations h1 {
    margin-bottom: 0;
    padding: 0;
    color: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.contact section.donations div.column {
    
}

.contact section.donations div.column h2 {
    margin-bottom: 0;
    padding: 0;
    color: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: normal;
}

.contact section.donations div.column p {
    margin: 0 0 1em 0;
    color: #041620;
    font-family: 'adelle', serif;
    font-size: 17px;
}

.contact section.donations div.column a {
    color: #041620;
    text-decoration: underline;
}


/* ################################################################################# */
/* ### Donations ##################################################################### */
/* ################################################################################# */

.donations section {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.donations section:first-child {
    margin-top: 42px;
}

.donations section:nth-child(2n) {
    background: #3fbfbe;
}

.donations section h1 {
    margin-bottom: 24px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.donations section:nth-child(2n) h1 {
    color: #041620;
}

.donations div.content {
    color: #ede0ca;
    font-family: 'adelle', serif;
    font-size: 17px;
    text-align: left;
}

.donations section:nth-child(2n) div.content {
    color: #041620;
}

.donations div.content li {
    margin-bottom: 1em;
}

/* ################################################################################# */
/* ### Beer Finder ################################################################# */
/* ################################################################################# */

.beer-finder section.hero {
    padding-top: 68px;
    height: auto;
    background: #041620;
    text-align: center;
}

.beer-finder section.hero h1 {
    margin-bottom: 68px;
    padding: 0;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}

.beer-finder section.finder {
    width: 100%;
    padding: 20px 0;
}

#beenFinderMapContainer {
    width: 100%;
    height: 560px;
}

.beer-finder section.finder div.key {
    text-align: center;
}

.beer-finder ul.finder-key {
    display: inline-block;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.beer-finder ul.finder-key li {
    display: block;
    float: left;
    margin: 0 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
}

.beer-finder ul.finder-key li img {
    vertical-align: middle;
}

.beer-finder section.list {
    padding-bottom: 60px;
    background: #041620;
}

.beer-finder section.list h1 {
    margin-bottom: 0;
    padding: 0;
    color: #3fbfbe;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

.beer-finder section.list h2 {
    width: 75%;
    margin: 0 auto;
    color: #ede0ca;
    font-family: 'adelle', serif;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
}

.beer-finder section.list ul {
    margin-top: 40px;
}

.beer-finder section.list li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.beer-finder section.list p.title,
.beer-finder section.list p.title a {
    margin: 0;
    padding: 0;
    color: #daaf5f;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.beer-finder section.list p.title a:hover {
    text-decoration: underline;
}

.beer-finder section.list p.addr,
.beer-finder section.list p.addr a {
    margin: 0;
    padding: 0;
    color: #ede0ca;
    font-family: "adelle", serif;
    font-size: 14px;
    text-decoration: none;
}

.beer-finder section.list p.addr a:hover {
    text-decoration: underline;
}

/* ################################################################################# */
/* ### Single Posts ################################################################ */
/* ################################################################################# */

.single article {
    padding: 50px 0;
    background: #041620;
}

.single article div.title h1 {
    margin-bottom: 0;
    padding: 0;
    background: #041620;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
}

#singleHeroArrow {
    position: relative;
    top: 10px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 7px;
    background: url('img/ng_beersHeroArrow.svg');
}

.single article div.featured-image {
    margin-top: 60px;
    height: 400px;
}

.single article div.featured-image div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.single article div.featured-image div.foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 56, 71, 0);
}

.single article div.content {
    padding-top: 40px;
    color: #ede0ca;
    font-family: "adelle", serif;
    font-size: 14px;
    line-height: 1.4em;
}

.single article div.content h2.date {
    color: #daaf5f;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: uppercase;
}


/* ################################################################################# */
/* ### Beer Detail Blocks ########################################################## */
/* ################################################################################# */


div.beer-detail {

}

div.beer-detail div.content {
    height: 410px;
}

div.beer-detail div.content div.row {
    min-height: 260px;
}

div.beer-detail div.content div.title {
    margin-top: 40px;
    padding-left: 42%;
    z-index: 10;
}

div.beer-detail div.content div.title h1 {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    color: #ede0ca;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
}

div.beer-detail div.content div.title h2 {
    display: inline-block;
    margin: 0;
    color: #daaf5f;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

div.beer-detail div.content div.desc {
    margin: 0 0 50px 0;
    padding-left: 42%;
    z-index: 10;
}

div.beer-detail div.content div.desc p {
    margin: 0;
    width: 60%;
    color: #ede0ca;
    font-family: "adelle", serif;
    font-size: 14px;
    line-height: 1.4em;
}

div.beer-detail div.content div.actions {
    padding-left: 42%;
    z-index: 10;
}

div.beer-detail div.content div.actions a {
    display: inline-block;
    margin-right: 20px;
    padding: 0 12px;
    height: 38px;
    overflow: hidden;
    color: #ede2cc;
    font-size: 21px;
    line-height: 41px;
    text-decoration: none;
    text-transform: uppercase;
}


div.beer-detail div.content div.stats {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 180px;
    height: 180px;
    background: url('img/ng_beerStatsGridBG.svg') no-repeat center center;
}

div.beer-detail div.content div.stats div.stat {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #ede0ca;
    font-size: 18px;
    text-align: center;
}

div.beer-detail div.content div.stats div.stat p {
    margin: 0;
}

div.beer-detail div.content div.stats div.stat p.value {
    font-family: "adelle", serif;
}


div.beer-detail div.content div.stats div.stat.abv {
    top: 0;
    left: 60px;
}

div.beer-detail div.content div.stats div.stat.ibu {
    top: 60px;
    right: 0;
}

div.beer-detail div.content div.stats div.stat.floz {
    bottom: 0;
    left: 60px;
}

div.beer-detail div.content div.stats div.stat.srm {
    top: 60px;
    left: 0;
}

    /* # Parapet # */

    div.beer-detail.parapet div.content {
        background: #ac2130;
    }

    div.beer-detail.parapet div.content div.actions a {
        display: inline-block;
        background: #e53c3a;
    }

    div.beer-detail.parapet div.pairings {
        background: #e53c3a;
    }


    /* # Wall's End # */

    div.beer-detail.walls div.content {
        background: #2d8f6c;
    }

    div.beer-detail.walls div.content div.actions a {
        display: inline-block;
        background: #47a06f;
    }

    div.beer-detail.walls div.pairings {
        background: #47a06f;
    }

    /* # Pumpion # */

    div.beer-detail.pumpion div.content {
        background: #bd461b;
    }

    div.beer-detail.pumpion div.content div.actions a {
        display: inline-block;
        background: #f05a26;
    }

    div.beer-detail.pumpion div.pairings {
        background: #f05a26;
    }

    /* # Maggie's Leap # */

    div.beer-detail.maggies div.content {
        background: #258e92;
    }

    div.beer-detail.maggies div.content div.actions a {
        display: inline-block;
        background: #3fbfbe;
    }

    div.beer-detail.maggies div.pairings {
        background: #3fbfbe;
    }

    /* # Fiddlesmasher # */

    div.beer-detail.fiddle div.content {
        background: #004943;
    }

    div.beer-detail.fiddle div.content div.actions a {
        display: inline-block;
        background: #1c746d;
    }

    div.beer-detail.fiddle div.pairings {
        background: #1c746d;
    }


div.beer-detail div.pairings {
    height: 200px;
}

div.beer-detail div.pairings h3 {
    margin-bottom: 0;
    padding-left: 42%;
    color: #ede2cc;
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
}

div.beer-detail div.pairings ul.items {
    padding-left: 42%;
    overflow: hidden;
}

div.beer-detail div.pairings ul.items li {
    width: 150px;
    display: block;
    float: left;
    text-align: center;
}

div.beer-detail div.pairings ul.items li p {
    margin: 8px 0 0 0;
    color: #ede0ca;
    font-family: 'adelle', serif;
    font-size: 14px;
}

div.beer-detail div.pairings div.icon {
    width: 116px;
    height: 95px;
    margin: 0 auto;
}

div.beer-detail div.pairings div.icon.pork {
    background-image: url('img/ng_pairingPork.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.chicken {
    background-image: url('img/ng_pairingChicken.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.oatmeal-cookies {
    background-image: url('img/ng_pairingOatmealRaisinCookies.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.pear-fritters {
    background-image: url('img/ng_pairingPearFritters.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.smoked-sausage {
    background-image: url('img/ng_pairingSmokedSausage.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.gouda {
    background-image: url('img/ng_pairingGouda.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.thanksgiving {
    background-image: url('img/ng_pairingThanksgiving.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.christmas {
    background-image: url('img/ng_pairingChristmas.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.whipped-cream {
    background-image: url('img/ng_pairingWhippedCream.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.bbq-beef {
    background-image: url('img/ng_pairingBBQBeef.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.cheddar {
    background-image: url('img/ng_pairingAgedCheddar.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.espresso-cake {
    background-image: url('img/ng_pairingEspressoCake.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.toffee-pudding {
    background-image: url('img/ng_pairingToffeePudding.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.grilled-beef {
    background-image: url('img/ng_pairingGrilledBeef.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.pairings div.icon.idiazabel {
    background-image: url('img/ng_pairingIdiazabel.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.beer-detail div.illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div.beer-detail div.illustration div.bottle {
    position: absolute;
    top: 40px;
    left: 0;
    width: 380px;
    height: 530px;
}

div.beer-detail div.illustration div.bottle.parapet {
    background: url('img/ng_beerParapet.png') no-repeat center center;
    background-size: 100% 100%;
}

div.beer-detail div.illustration div.bottle.walls {
    background: url('img/ng_beerWallsEnd.png') no-repeat center center;
    background-size: 100% 100%;
}

div.beer-detail div.illustration div.bottle.pumpion {
    background: url('img/ng_beerPumpion.png') no-repeat center center;
    background-size: 100% 100%;
}

div.beer-detail div.illustration div.bottle.maggies {
    background: url('img/ng_beerMaggiesLeap.png') no-repeat center center;
    background-size: 100% 100%;
}

div.beer-detail div.illustration div.bottle.fiddle {
    background: url('img/ng_beerFiddleSmasher.png') no-repeat center center;
    background-size: 100% 100%;
}

div.beer-detail div.close-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

div.beer-detail div.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 30px;
    background: url('img/ng_beerCloseButton.svg') no-repeat right center;
    color: #fff;
    text-transform: uppercase;
    line-height: 34px;
    opacity: .5;
    cursor: pointer;
}

div.beer-detail div.close-button:hover {
    opacity: 1;
}

/* ################################################################################# */
/* ### Recent Posts ################################################################ */
/* ################################################################################# */

section.recent-posts li.item {
    display: block;
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 25%;
}

section.recent-posts li.item:first-child {
    padding-left: 0;
}

section.recent-posts li.item:last-child {
    padding-right: 0;
}

section.recent-posts div.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
}

section.recent-posts div.container {
    display: table;
    width: 100%;
    height: 100%;
}

section.recent-posts li.item div.content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    background: #daaf5f;
    height: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

section.recent-posts li.item div.content a {
    color: #0a2331;
}

section.recent-posts li.item div.content a:hover {
    text-decoration: none;
    opacity: .8;
}

section.recent-posts li.item div.content p.date {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    width: 100%;
    background: #ede0ca;
    color: #9a814c;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

/* ################################################################################# */
/* ### Related Items ############################################################### */
/* ################################################################################# */

section.related-items {
    height: 314px;
    background: #e5a228;
}

section.related-items {
    padding: 30px 0;
    height: 314px;
    background: #e5a228;
}

section.related-items ul.items {
    overflow: hidden;
}

section.related-items li.item {
    width: 33.3333333%;
    display: block;
    float: left;
    padding: 10px;
}

section.related-items li.item h1 {
    padding-left: 0;
    color: #0a2331;
}

/* ################################################################################# */
/* ### Events Module ############################################################### */
/* ################################################################################# */

section.events {
    padding: 30px 0;
    height: 264px;
    background: #258e92;
}

section.events h1 {
    color: #0a2331;
}

section.events h2 {
    margin-top: 80px;
    color: #0a2331;
    font-size: 16px;
    font-weight: normal;
    font-family: 'adelle', serif;
    text-align: center;
}

section.events li.item {
    display: block;
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 25%;
}

section.events li.item:first-child {
    padding-left: 0;
}

section.events li.item:last-child {
    padding-right: 0;
}

section.events li.item > div.centerer {
    display: table;
    vertical-align: middle;
    background: #daaf5f;
    width: 100%;
    height: 100%;
}

section.events li.item div.content {
    display: table-cell;
    vertical-align: middle;
    background: #daaf5f;
    height: 100%;
}

section.events div.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
}

section.events div.container {
    display: table;
    width: 100%;
    height: 100%;
}

section.events div.date {
    display: table-cell;
    vertical-align: top;
    width: 60px;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
}

section.events div.date p {
    margin: 0;
    padding: 1em 5px;
    background: #0a2331;
    color: #ddd4c0;
    font-size: 24px;
    text-align: center;
}

section.events div.title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 10px;
    background: #1e3847;
    color: #c7c1b0;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

section.events div.title a {
    color: #c7c1b0;
}

section.events div.title a:hover {
    opacity: .8;
}

/* ################################################################################# */
/* ### FMA - Social ################################################################ */
/* ################################################################################# */

#fmaSocial {
    overflow: hidden;
}

#fmaSocial img.background {
    width: 100%;
}

#fmaSocial div.content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    width: 100%;
}

#fmaSocial div.content li {
    position: relative;
    margin-bottom: 8px;
}

#fmaSocial div.content a {
    display: block;
    width: 100%;
    padding-left: 50px;
    color: #ddd4c0;
    font-family: 'adelle', serif;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}

#fmaSocial div.content a div.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
}

#fmaSocial div.content a.untappd div.icon {
    background: url('img/ng_iconUntappd.svg'), #89774a;
}

#fmaSocial div.content a.untappd:hover div.icon {
    background: url('img/ng_iconUntappd.svg'), #bf9a55;
}

#fmaSocial div.content a.facebook div.icon {
    background: url('img/ng_iconFacebook.svg'), #89774a;
}

#fmaSocial div.content a.facebook:hover div.icon {
    background: url('img/ng_iconFacebook.svg'), #bf9a55;
}

#fmaSocial div.content a.twitter div.icon {
    background: url('img/ng_iconTwitter.svg'), #89774a;
}

#fmaSocial div.content a.twitter:hover div.icon {
    background: url('img/ng_iconTwitter.svg'), #bf9a55;
}

#fmaSocial div.content a.google div.icon {
    background: url('img/ng_iconGoogle.svg'), #89774a;
}

#fmaSocial div.content a.google:hover div.icon {
    background: url('img/ng_iconGoogle.svg'), #bf9a55;
}

#fmaSocial div.content a div.arrow {
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    width: 76px;
    height: 7px;
    background: url('img/ng_socialArrow.svg');
}

#fmaSocial div.content a:hover div.arrow {
    display: block;
}


/* ################################################################################# */
/* ### FMA - Tweet ################################################################# */
/* ################################################################################# */

#fmaTweet {

}

#fmaTweet img.background {
    width: 100%;
}

#tweet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;

    color: #ddd4c0;
    font-family: 'adelle', serif;
    font-size: 13px;
    line-height: 1.3em;
    text-decoration: none;
}

#tweet p {
    margin-top: 0;
}

#tweet a {
    color: #ddd4c0;
}

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

footer {
    position: relative;
    min-height: 200px;
    color: #fbeed6;
    font-family: 'adelle', serif;
    font-size: 12px;
   -webkit-font-smoothing: antialiased; 
}

#footerBackground {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 165px;
    background: url('img/ng_header_foregroundBG.png') repeat-x;
}

footer div.left {
    float: left;
    width: 50%;
    padding-right: 150px;
    text-align: right;
    line-height: 200px;
}

footer div.right {
    float: right;
    width: 50%;
    padding-left: 150px;
    line-height: 200px;
}

footer div.logo {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -81px;
    width: 162px;
    height: 132px;
    background: url('img/ng_footerLogo.png');
}


/* ################################################################################# */
/* ### Dev ######################################################################### */
/* ################################################################################# */


#dev960 {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -480px;
    z-index: 1000;
    width: 960px;
    height: 100%;
    background: rgba(255, 255, 255, .02);
    pointer-events: none;
}

#dev768 {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -384px;
    z-index: 1000;
    width: 768px;
    height: 100%;
    background: rgba(255, 255, 255, .02);
    pointer-events: none;
}

#dev568 {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -284px;
    z-index: 1000;
    width: 568px;
    height: 100%;
    background: rgba(255, 255, 255, .02);
    pointer-events: none;
}

/**
 *  Media Queries
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


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

    nav {
        top: 107px;
    }
    
    nav a {
        font-size: 18px;
    }

    nav div.left {
        padding-left: 20px;
    }

    nav div.right {
        padding-right: 20px;
    }

}

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

    /* ################################################################################# */
    /* ### FMA - Social ################################################################ */
    /* ################################################################################# */

    #fmaSocial div.content {
        padding-top: 12px;
    }

    #fmaSocial div.content li {
        position: relative;
        margin-bottom: 8px;
    }

    #fmaSocial div.content a {
        display: block;
        width: 100%;
        padding-left: 42px;
        color: #ddd4c0;
        font-family: 'adelle', serif;
        font-size: 12px;
        line-height: 26px;
        text-decoration: none;
    }

    #fmaSocial div.content a div.icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #fmaSocial div.content a:hover div.arrow {
        display: none;
    }

}

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

    #headerLogo {
        position: absolute;
        top: 37px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        height: 93px;
        background: url('img/ng_headerLogo.svg') no-repeat;
    }

    nav div.left {
        padding-right: 140px;
    }

    nav div.right {
        padding-left: 140px;
    }

    div.beer-detail div.illustration div.bottle.parapet {
        background-position: 40px center;
        background-size: 80% 80%;
    }

    div.beer-detail div.illustration div.bottle.walls {
        background-position: 40px center;
        background-size: 80% 80%;
    }

    div.beer-detail div.illustration div.bottle.pumpion {
        background-position: 40px center;
        background-size: 80% 80%;
    }

    div.beer-detail div.illustration div.bottle.maggies {
        background-position: 40px center;
        background-size: 80% 80%;
    }

    div.beer-detail div.illustration div.bottle.fiddle {
        background-position: 40px center;
        background-size: 80% 80%;
    }

    div.beer-detail div.pairings ul.items li {
        width: 140px;
    }

    div.beer-detail div.pairings div.icon {
        width: 120px;
    }

    .contact section.info div.column p {
        font-size: 12px;
    }

    section.events {
        height: 224px;
    }

    section.events h2 {
        padding: 0 20px;
        margin-top: 20px;
        font-size: 14px;
    }

    section.recent-posts li.item div.content {
        font-size: 18px;
    }

    section.events div.date p {
        font-size: 18px;
    }

    section.events div.title a {
        font-size: 18px;
    }

    section.related-items {
        height: 200px;
    }

    /* ################################################################################# */
    /* ### Growlers #################################################################### */
    /* ################################################################################# */

    .growlers section.hero div.background-image {
        height: 260px;
    }

    .growlers section.pricing h2 {
        width: 90%;
    }

    .growlers section.pricing div.title {
        padding-left: 10px;
        font-size: 20px;
    }

    .growlers section.pricing div.size {
        font-size: 20px;
    }

    .growlers section.pricing div.price {
        font-size: 20px;
    }

    .growlers section.pricing div.availability {
        font-size: 20px;
    }

    .growlers section.schedule h2 {
        width: 90%;
    }

    /* ################################################################################# */
    /* ### Tap Room #################################################################### */
    /* ################################################################################# */

    .tap-room section.hero div.background-image {
        height: 260px;
    }

    .tap-room section.info div.title {
        font-size: 20px;
    }

    .tap-room section.info div.desc {
        font-size: 12px;
    }

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

    .about section.mission {
        height: 300px;
        padding-top: 50px;
        background: url('img/ng_aboutUs_heroMission.jpg') no-repeat center center;
        background-size: cover;
    }

    .about section.mission h2 {
        width: 85%;
        font-size: 15px;
    }

    .about section.who li.column-portraits img {
        width: 100%;
    }

    .about section.who div.title {
        width: 20%;
    }

    .about section.who div.value {
        padding: 10px;
    }

    .about section.history {
        height: 300px;
        padding-top: 50px;
        background: url('img/ng_aboutUs_heroHistory.jpg') no-repeat center center;
        background-size: cover;
    }

    .about section.history h2 {
        width: 85%;
        font-size: 15px;
    }

    /* ################################################################################# */
    /* ### Single Posts ################################################################ */
    /* ################################################################################# */

    .single article div.featured-image {
        margin-top: 60px;
        height: 200px;
    }

    .single article img {
        max-width: 100%;
    }

    /* ################################################################################# */
    /* ### Footer ###################################################################### */
    /* ################################################################################# */
    
    footer div.left {
        position: relative;
        padding-top: 80px;
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 222px;
        text-align: left;
        line-height: 1.4em;
    }

    footer div.right {
        position: relative;
        float: none;
        padding-top: 10px;
        width: 100%;
        padding-left: 222px;
        line-height: 1.4em;
    }

    footer div.logo {
        position: absolute;
        top: 40px;
        left: 20px;
        margin-left: 0px;
        width: 162px;
        height: 132px;
        background: url('img/ng_footerLogo.png');
    }

}

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

    #headerLogo {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -90px;
        width: 180px;
        height: 84px;
        background: url('img/ng_headerLogo.svg') no-repeat;
    }

    header div.foreground {
        top: 45px;
    }

    nav {
        background: #18303e;
        overflow: hidden;
        padding: 20px 0;
    }

    nav div.left {
        width: 100%;
        float: none;
        padding: 0;
    }

    nav div.right {
        width: 100%;
        float: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    nav a {
        display: block;
        text-align: center;
    }

    nav a:active {
        color: #e5a228;
    }

    .home section.hero {
        height: 304px;
    }

    section.recent-posts {
        height: auto;
    }
    
    section.recent-posts li.item {
        width: 50%;
        padding-bottom: 50%;
    }

    section.beers li.column-titles {
        display: none;
    }

    section.beers li.beer div.titling {
        display: none;
    }

    section.beers li.beer div.beer-detail {
        display: block;
    }

    section.events {
        height: auto;
        overflow: hidden;
        padding: 20px 0 10px 0;
    }
    
    section.events li.item {
        width: 50%;
        padding-bottom: 50%;
    }

    section.related-items {
        overflow: hidden;
        height: auto;
        padding: 20px 0 10px 0;
    }

    section.related-items li.item {
        width: 100%;
        display: block;
        float: none;
        padding: 10px;
    }

    div.beer-detail div.content {
        height: auto;
    }

    div.beer-detail div.content div.title {
        margin-top: 300px;
        padding-left: 10px;
    }

    div.beer-detail div.content div.title h1 {
        font-size: 40px;
    }

    div.beer-detail div.content div.title h2 {
        display: block;
        font-size: 20px;
    }

    div.beer-detail div.content div.desc {
        margin: 0 0 20px 0;
        padding-left: 10px;
    }

    div.beer-detail div.content div.desc p {
        width: 100%;
    }

    div.beer-detail div.content div.actions {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    div.beer-detail div.content div.stats {
        top: 190px;
        right: 20px;
        width: 80px;
        height: auto;
        margin: 0 auto;
        background: transparent;
    }

    div.beer-detail div.content div.stats div.stat {
        width: 100%;
        height: 20px;
        font-size: 16px;
        text-align: left;
        overflow: hidden;
    }

    div.beer-detail div.content div.stats div.stat p.attr {
        float: left;
    }

    div.beer-detail div.content div.stats div.stat p.value {
        float: right;
    }

    div.beer-detail div.content div.stats div.stat.abv {
        position: relative;
        top: 0;
        left: 0;
    }

    div.beer-detail div.content div.stats div.stat.ibu {
        position: relative;
        top: 0;
        left: 0;
    }

    div.beer-detail div.content div.stats div.stat.floz {
        position: relative;
        top: 0;
        left: 0;
    }

    div.beer-detail div.content div.stats div.stat.srm {
        position: relative;
        top: 0;
        left: 0;
    }

    div.beer-detail div.pairings {
        height: auto;
        padding-bottom: 20px;
    }

    div.beer-detail div.pairings h3 {
        margin-bottom: 0;
        padding-left: 10px;
        color: #ede2cc;
        font-size: 21px;
        font-weight: normal;
        text-transform: uppercase;
    }

    div.beer-detail div.pairings ul.items {
        padding-left: 0;
    }

    div.beer-detail div.pairings ul.items li {
        width: 100px;
        display: block;
        float: left;
        text-align: center;
    }

    div.beer-detail div.pairings div.icon {
        width: 100px;
        height: 75px;
        margin: 0 auto;
        background-size: 70%;
    }

    /* for some reason, this one doesn't want to display properly without this */
    div.beer-detail div.pairings div.icon.whipped-cream { 
        background-size: 70% 70%;
    }

    div.beer-detail div.pairings ul.items li p {
        font-size: 12px;
    }

    div.beer-detail div.illustration div.bottle {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
    }

    div.beer-detail div.illustration div.bottle.parapet {
        background-position: 5px center;
        background-size: 60%;
    }

    div.beer-detail div.illustration div.bottle.walls {
        background-position: 5px center;
        background-size: 60%;
    }

    div.beer-detail div.illustration div.bottle.pumpion {
        background-position: 5px center;
        background-size: 60%;
    }

    div.beer-detail div.illustration div.bottle.maggies {
        background-position: 5px center;
        background-size: 60%;
    }

    div.beer-detail div.illustration div.bottle.fiddle {
        background-position: 5px center;
        background-size: 60%;
    }

    div.beer-detail div.close-container {
        display: none;
    }

    /* ################################################################################# */
    /* ### Beers ####################################################################### */
    /* ################################################################################# */

    .beers section.hero {
        padding-bottom: 20px;
    }

    .beers section.hero h1 {
        margin-bottom: 35px;
        font-size: 36px;
    }

    .beers section.hero li {
        display: inline-block;
        float: none;
        padding: 10px;
    }

    #beersHeroArrow {
        top: 56px;
    }

    /* ################################################################################# */
    /* ### Growlers #################################################################### */
    /* ################################################################################# */

    .growlers section.hero {
        padding-bottom: 0px;
    }

    .growlers section.hero div.background-image {
        height: 180px;
    }

    .growlers section.pricing h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .growlers section.pricing h2 {
        font-size: 12px;
    }

    .growlers section.pricing div.title {
        padding-left: 10px;
        font-size: 15px;
    }

    .growlers section.pricing div.size {
        font-size: 15px;
    }

    .growlers section.pricing div.price {
        font-size: 15px;
    }

    .growlers section.pricing div.availability {
        font-size: 15px;
    }

    .growlers section.pricing .column-headers div.title,
    .growlers section.pricing .column-headers div.size,
    .growlers section.pricing .column-headers div.price,
    .growlers section.pricing .column-headers div.availability {
        font-size: 20px;
    }

    .growlers section.schedule h2 {
        width: 90%;
    }

    .growlers section.how-it-works {
        padding-top: 30px;
        height: auto;
    }

    .growlers section.how-it-works ul {
        display: block;
    }

    .growlers section.how-it-works li {
        display: block;
        padding: 20px;
        width: 90%;
        margin: 0 auto;
    }

    /* ################################################################################# */
    /* ### Tap Room #################################################################### */
    /* ################################################################################# */

    .tap-room section.hero {
        padding-bottom: 0px;
    }

    .tap-room section.hero h1 {
        margin-bottom: 35px;
        font-size: 36px;
    }

    .tap-room section.hero ul.items {
        padding-bottom: 0px;
    }

    .tap-room section.hero li {
        display: inline-block;
        float: none;
        padding: 10px;
    }

    #tapRoomHeroArrow {
        top: 56px;
    }

    .tap-room section.hero div.background-image {
        height: 180px;
    }

    .tap-room section.info h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .tap-room section.info li {
        padding: 10px 0;
    }

    .tap-room section.info div.title {
        width: 100;
        float: none;
        font-size: 20px;
    }

    .tap-room section.info div.desc {
        width: 100%;
        float: left;
        color: #daaf5f;
        font-family: "adelle", serif;
        font-size: 13px;
    }

    #taproomMapFrameContainer {
        width: 100%;
        height: 250px;
    }

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

    .about section.hero {
        padding-bottom: 0px;
    }

    .about section.hero h1 {
        margin-bottom: 35px;
        font-size: 36px;
    }

    .about section.hero ul.items {
        padding-bottom: 0px;
    }

    .about section.hero li {
        display: inline-block;
        float: none;
        padding: 10px;
    }

    #heroArrow {
        top: 56px;
    }

    .about section.who li.column-headers {
        display: none;
    }

    .about section.who li.column-portraits div.title,
    .about section.who li.column-headers div.title {
        display: none;
    }

    .about section.who div.title {
        width: 100%;
        float: none;
        color: #ddd4c0;
        font-size: 25px;
        text-transform: uppercase;
    }

    .about section.who div.value {
        width: 33.333%;
        float: left;
        color: #daaf5f;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
    }

    .about section.who .column-headers div.title,
    .about section.who .column-headers div.value {
        color: #ddd4c0;
        font-size: 35px;
    }

    .about section.mission {
        padding-bottom: 60px;
        height: auto;
    }

    .about section.history {
        padding-bottom: 60px;
        height: auto;
    }

    /* ################################################################################# */
    /* ### Contact ##################################################################### */
    /* ################################################################################# */

    .contact section.hero {
        padding-bottom: 0px;
    }

    .contact section.hero h1 {
        margin-bottom: 35px;
        font-size: 36px;
    }

    .contact section.hero ul.items {
        padding-bottom: 0px;
    }

    .contact section.hero li {
        display: inline-block;
        float: none;
        padding: 10px;
    }

    .contact section.map {
        width: 100%;
        height: 300px;
    }

    .contact section.info {
        padding-bottom: 20px;
        background: #041620;
    }

    .contact section.info h1 {
        font-size: 40px;
        line-height: 100px;
    }

    .contact section.info div.column {
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    .contact section.info div.column p {
        font-size: 14px;
    }

    /* ################################################################################# */
    /* ### ng_event_v2 ################################################################# */
    /* ################################################################################# */

    .ng_event_v2 div.meta {
        color: #daaf5f;
        font-size: 14px;
        font-family: "alternate-gothic-no-1-d", sans-serif;
        text-transform: uppercase;
    }

    .single-ng_event_v2 article div.title h1 {
        margin: 20px 0;
        line-height: 40px;
    }


    .ng_event_v2 div.meta li {
        line-height: 30px;
    }

    .ng_event_v2 div.meta span.value {
        margin: 0 20px 0 10px;
        color: #3fbfbe;
        font-size: 22px;
    } 

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

    footer {
        padding-bottom: 20px;
    }

    footer div.left {
        position: relative;
        padding-top: 20px;
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    footer div.right {
        position: relative;
        padding-bottom: 20px;
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    footer div.logo {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0 auto;
        width: 162px;
        height: 132px;
        background: url('img/ng_footerLogo.png');
    }

}