/*
	Theme Name: BC Craft Beer
	Description: Custom Theme for BC Craft Brewer's Guild, based on the html5 Blank Theme
	Version: 1.4.2
	Author: Scott @ Thenumber
	Author URI: http://thenumbercreative.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use*/

html {
  font-size: 62.5%;
  height: 100%;
}
body {
  height: 100%;
  font: 400 1.6rem/1.5 "source-sans-pro", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #444;
  background: url(img/background.png) repeat fixed #eee;
}

body.events {
  background: #00334a;
}

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

.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/* typography */

h1,
h2 {
  font-family: "ff-good-headline-web-pro-con", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #00334a;
  line-height: 1;
}

h3 {
  font-family: "ff-good-headline-web-pro-con", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  font-size: 28px;
  font-size: 2.8rem;
}

a {
  color: #008670;
}

a:hover {
  color: #a6ce39;
}

/* re-uzable */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.btn {
  border-style: solid;
  border-width: 0 0 4px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-family: "ff-good-headline-web-pro-con";
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  background-color: #efefef;
  border-color: #f7c200;
  color: #444;
}

.btn:hover,
.btn:focus {
  background-color: #fff;
}

.btn span {
  font-size: 1.2em;
  vertical-align: baseline;
  margin-left: 4px;
  line-height: 0.8;
  color: #888;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#page {
  display: table;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page {
    /* display: block; */
  }
}

/* wrapper */
.wrapper {
  margin: 110px auto 0;
  padding: 20px;
}

.page.our-breweries .wrapper .page.single-brewery .wrapper {
  margin-top: 0;
}

/* header */
.header {
}

/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

header.header {
  background: url(img/navbar.png) repeat-x center top #fbfbfb;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  position: relative;
  z-index: 1001;
}

#logo-dt {
  margin: 0px;
  display: inline-block;
  display: none;
}

header.header .nav {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -webkit-transition: max-height 0.3s ease-in-out 0s;
}

header.header .nav.down {
  height: auto;
  max-height: 600px;
}

header.header .nav ul {
  margin: 0;
  padding: 0;
}

header.header .nav ul li a {
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 8px 0;
  color: #666;
}

header.header .nav ul li a:hover {
  color: #00334a;
}

header.header .nav ul:last-child li:last-child a {
  border: 0;
}

#mobile-header {
  padding: 20px 20px 10px 20px;
}

#logo-mobile {
  text-transform: uppercase;
  font: 400 18px "ff-good-headline-web-pro-con";
  float: left;
  line-height: 29px;
}

#menu-icon {
  width: 30px;
  padding: 4px;
  float: right;
}

#menu-icon span {
  display: block;
  height: 4px;
  margin-bottom: 3px;
  background: #666;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer.footer {
  display: table-row;
  height: 1px;
  position: relative;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  footer.footer {
    /* display: block; */
  }
}

footer.footer .inner {
  background: #00334a;
  color: #fff;
  padding: 20px 0;
  margin: 0;
}

.menu-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.menu-footer li {
  float: left;
  list-style: none;
}

.menu-footer li span.sep {
  margin: 0 8px;
  opacity: 0.8;
}

.menu-footer li:last-child span.sep {
  display: none;
}

.menu-footer li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.menu-footer li.current_page_item a {
  font-weight: 600;
}

.menu-footer li a:hover {
  opacity: 1;
}

.copyright {
  font-size: 12px;
  color: #bcc3c7;
  display: inline-block;
  float: right;
  vertical-align: top;
  margin-top: 0;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

/* pagination */

.pagination {
  margin-bottom: 60px;
}

.pagination .page-numbers {
  background: #fff;
  padding: 6px 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
  color: #888;
}

.pagination span.page-numbers {
  cursor: default;
}

.pagination a.page-numbers:hover {
  color: #00334a;
}

article.post,
article.members,
.sjb-page {
  background: #fefefe;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #444;
}

article.post .featured-image,
article.members .featured-image {
  margin-bottom: 2em;
}

.post-header {
  border-bottom: 3px solid #004566;
  margin-bottom: 8px;
}

.post-header h1 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: none;
  color: #00334a;
}

article.post:hover .post-header,
article.members:hover .post-header {
  border-color: #f7c200;
}

article.post .date-cats,
article.post .date-cats a,
article.members .date-cats,
article.members .date-cats a {
  font-style: italic;
  font-size: 14px;
  color: #888;
}

article.post .date-cats a:hover,
article.members .date-cats a:hover {
  color: #00334a;
}

article.post .view-article {
}

/* SOCIAL */

.sharrre .box {
  font-family: "ff-good-headline-web-pro-con";
  letter-spacing: 0.05em;
  background: #004566;
  height: 30px;
  display: inline-block;
  position: relative;
  padding: 0px 56px 0 12px;
  font-size: 14px;
  float: left;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sharrre .left {
  text-transform: uppercase;
  line-height: 29px;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sharrre .middle {
  position: absolute;
  height: 30px;
  top: 0px;
  right: 43px;
  width: 0px;
  background: #00334a;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.sharrre .middle a {
  height: 30px;
  color: #fff;
  padding: 0 9px 0 9px;
  text-align: center;
  float: left;
  line-height: 29px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.sharrre .middle a.facebook {
  background: #4c66a4;
}
.sharrre .middle a.twitter {
  background: #2c77ba;
}
.sharrre .middle a.googleplus {
  background: #dd4b39;
}

.sharrre .middle a:hover {
  background: #00334a;
  text-decoration: none;
}

.sharrre .right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 45px;
  text-align: center;
  line-height: 29px;
  color: #888;
  background: #ddd;
}

.sharrre .box:hover {
  padding-right: 257px;
}
.sharrre .box:hover .middle {
  width: 203px;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar-widget {
  background: #fff;
  padding: 20px 20px 14px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 14px;
}

/* twitter */

.widget_twitter h3 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
}

.widget_twitter ul {
  margin: 0 0 16px;
  padding: 0;
}

.widget_twitter a {
  color: #aaa;
}

.widget_twitter a:hover {
  color: #f7c200;
}

.widget_twitter li {
  list-style: none outside none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.widget_twitter li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_twitter .time-meta {
  font-size: 12px;
}

.widget_twitter .time-meta a {
  color: #aaa;
}

.widget_twitter .intent-meta {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.widget_twitter .intent-meta a {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-bottom: 3px solid #f7c200;
  margin-right: 6px;
}

.widget_twitter .intent-meta a:hover {
  background: #eee;
  color: #444;
}

/*------------------------------------*\
    EVENTS
\*------------------------------------*/

.page-header.events h1 {
  color: #fff;
}

ul.evt-list {
  margin: 0;
  padding: 0;
  color: #fff;
}

.event-item {
  list-style: none outside none;
  border-bottom: 3px solid #004566;
  padding: 20px;
}

.event-item:first-child {
  border-top: 3px solid #004566;
}

.event-item:hover {
  background: rgba(255, 255, 255, 0.01);
}

.event-item.featured {
  background-color: #004566;
  padding: 20px;
  border-left: 3px solid #004566;
  border-right: 3px solid #004566;
}

.event-item.featured:first-child {
  border: 3px solid #004566;
}

.event-item.featured:hover {
  background-color: rgba(255, 255, 255, 0.01);
}

.expandr {
  cursor: pointer;
}

.expandr h2 {
  color: #f7c200;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin: 0 0 0.25em;
}

.evt-meta {
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
}

.evt-meta .sep {
  margin: 0 14px;
}

.event-item .inner {
  padding: 0 20px 0 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.event-item .inner p {
  margin: 1.5em 0 2em;
}

.event-item .inner.down {
  max-height: 999px;
  overflow: scroll;
}
.event-item .inner ul {
  padding-left: 0;
}
.event-item .inner ul li {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

/*------------------------------------*\
    BREWERIES LISTING
\*------------------------------------*/

.our-breweries {
  background: #00334a;
}
.our-breweries #page {
  background-color: #00334a;
}
.our-breweries .wrapper {
  position: relative;
  margin-top: 0;
  padding: 0;
}

#map {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #00334a;
}

/* popup */

.brewery-popup {
  min-width: 200px;
  margin: 12px;
  line-height: 1.4em;
}

.brewery-popup h2 {
  font-size: 25px;
  margin: 0 0 12px;
  text-transform: none;
}

.brewery-popup .brewmaster {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.brewery-popup .brewmaster span {
  color: #888888;
}

.brewery-popup .brewmaster ul {
  margin: 0 0 4px;
  padding: 0;
}

.brewery-popup .brewmaster ul li {
  list-style: none outside none;
  color: #004566;
  font-weight: 600;
}

.brewery-popup .has-growler {
  display: none;
}

.brewery-popup .btn {
  display: block;
  font-size: 20px;
  padding: 5px 0 6px;
  background: #eee;
  margin-top: 10px;
}

.brewery-popup .btn:hover {
  background: #ddd;
}

#mapnote {
  max-width: 240px;
}

@media screen and (max-width: 800px) {
  #mapnote {
    display: none;
  }
}

/* list format */

#list {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  background: #00334a;
}

#list ul {
  margin: 0;
  padding: 0;
}

#list-inner {
  margin: 110px 0 60px;
}

#list-inner h1 {
  text-align: center;
}

#list ul li {
  margin: 0 10px;
  list-style: none outside none;
}

#list ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  border-bottom: 1px solid #004566;
  line-height: 1;
  padding: 8px 0;
  display: block;
}

#list ul li a:hover {
  color: #f7c200;
}

#view-map {
  position: absolute;
  left: 20px;
  top: 20px;
}

#view-map h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px;
  font: 400 18px/1.1 "source-sans-pro", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

#view-map a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 3px 10px 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  border-radius: 2px;
  text-align: center;
}

#view-map a:hover {
  color: #f7c200;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.our-breweries #list-inner h1 {
  color: #fff;
}

@media screen and (max-width: 800px) {
  #view-map {
    position: static;
    font-size: 14px;
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }

  #view-map a {
    font-size: 10px;
    float: left;
    width: 30.33333%;
    margin: 0 1.5%;
    padding-left: 0;
    padding-right: 0;
  }

  #list-inner {
    margin-top: 40px;
  }
}

/*------------------------------------*\
    SINGLE BREWERY
\*------------------------------------*/

.brew-row {
  max-width: initial;
  width: initial;
  margin: 0 -20px;
}
#single-brewery {
  /* position: absolute;
    right: 30px;
    bottom: 150px; */
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  right: -2em;
}

#single-brewery nav {
  text-align: right;
}

#single-brewery nav a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 4px 10px 3px;
  color: #444;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0 6px 4px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#single-brewery nav a:hover {
  background: #fff;
}
#single-brewery .inner {
  background: #fff;
  width: 500px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 26px;
}

#single-brewery.minified {
  width: 110px;
  background: rgba(255, 255, 255, 0.7);
}

#single-brewery.minified .inner {
  width: auto;
}

#single-brewery.minified:hover {
  background: #fff;
}

#single-brewery.minified .content,
#single-brewery.minified nav {
  display: none;
}

#single-brewery h1 {
  margin-top: 0;
  border-bottom: 3px solid #cccccc;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.associated .logo {
  max-width: 10em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.associated .logo img {
  height: auto;
  max-width: 100%;
}
.associated h1 {
  display: inline-block;
  width: 100%;
}
.b-profile {
  margin: 0 0 20px;
  padding: 0;
}

.b-profile li {
  list-style: none outside none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888888;
}

.b-profile li strong {
  color: #004566;
}

.bio {
  font-size: 14px;
}

.b-details {
  margin: 20px 0 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
}

ul.b-social {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

ul.b-social li {
  display: inline-block;
  font-size: 18pt;
  padding-right: 20px;
}

ul.b-social li a {
  color: #004566;
}

.b-details li {
  list-style: none outside none;
}
.b-details p {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.b-details label {
  font-weight: bold;
  margin-right: 0.25em;
}
.b-details li a {
  color: #666666;
}

.b-details li a:hover {
  color: #004566;
}

#boxtoggle {
  position: absolute;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  right: 0;
  bottom: 0;
  padding: 14px 19px;
}

.back-to-brewery {
  position: fixed;
  left: -2em;
  bottom: 100px;
}

@media screen and (max-width: 1500px) {
  #single-brewery {
    /* right: 0;
    bottom: 116px; */
    border-radius: 6px 0 0 0;
    -o-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
  }

  #single-brewery nav a {
    margin: 0 4px 6px 0;
  }

  #single-brewery .inner {
    padding: 16px;
    /* width: 400px; */
    width: 100%;
    border-radius: 6px 0 0 0;
    -o-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
  }

  #single-brewery h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .b-profile {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .b-details {
    margin-top: 10px;
    font-size: 12px;
  }

  #boxtoggle {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 800px) {
  #single-brewery {
    position: static;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  #single-brewery .inner {
    width: 100% !important;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: rgba(255, 255, 255, 0.85);
  }

  #single-brewery.minified {
    width: auto;
  }

  #single-brewery .content {
    display: block !important;
  }

  .back-to-brewery {
    position: static;
    margin-top: 10px;
    display: block;
  }

  #boxtoggle {
    display: none;
  }

  .single-brewery .wrapper {
  }
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

body.home .wrapper {
  margin: 0;
  padding: 0;
}

#hero {
  background: no-repeat fixed center center #00334a;
  background-size: cover;
  text-align: center;
}

#hero .inner {
  padding: 80px 0 50px;
  font-size: 0.75em;
}

#hero h1 {
  font-size: 5.5em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
}

#hero h1 strong {
  font-weight: 500;
  font-size: 1.2222em;
  display: block;
  margin: 0.1em 0;
}

#hero h1 span {
  font-size: 0.72em;
  display: block;
}

#hero p {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.16667em;
}

#hero .btn {
  display: inline-block;
  margin: 20px 10px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  background: #fff;
}

#hero .btn.disabled {
  cursor: not-allowed;
  background: #e8e8e8 !important;
  color: grey;
}

#feed {
  background: url(img/growler.png) no-repeat center center #00334a;
  color: #fff;
  padding: 80px 0;
}

#feed .rightcol {
  float: left;
}
#feed .leftcol {
  text-align: right;
}

#feed h2 {
  color: #f7c200;
  font-size: 28px;
  font-weight: 300;
  white-space: nowrap;
}

#feed h1 {
  color: #fff;
  font: 400 18px/1.1 "source-sans-pro", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

#feed h4 {
  font-size: 14px;
  font-style: italic;
  margin: 4px 0 0;
  font-weight: 400;
  color: #fff;
}

#feed ul {
  margin: 0;
  padding: 0;
}

#feed ul li {
  list-style: none outside none;
  border-bottom: 6px solid #004566;
  padding: 14px 0;
}

#feed ul li a {
  display: block;
}

#feed .date {
  font-size: 34px;
  font-family: "ff-good-headline-web-pro-con";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
}

#feed ul li a:hover h1,
#feed ul li a:hover h4,
#feed a:hover .date {
  color: #f7c200;
}

#feed .all {
  margin-top: 10px;
  display: inline-block;
  color: #f7c200;
}

#nutshell {
  background: url(img/nutshell.png) no-repeat center center #004566;
  padding: 80px 0;
  color: #fff;
}

#nutshell p {
  font-size: 18px;
  font-weight: 300;
}

#nutshell h2 {
  color: #f7c200;
  font-size: 34px;
  letter-spacing: 0.03em;
}

#nutshell a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#nutshell a:hover {
  border-bottom: 1px solid #f7c200;
}

@media screen and (max-width: 768px) {
  #hero .inner {
    font-size: 0.5em;
    padding: 20px;
  }

  #hero .inner h1 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
  }

  #hero .inner h1 * {
    font-size: inherit;
    display: inline;
  }

  #hero .btn {
    width: 100%;
    margin: 0 0 20px;
  }

  #feed .leftcol {
    text-align: left;
    margin-bottom: 40px;
  }

  .copyright {
    display: block;
    float: none;
  }
}

@media screen and (max-width: 520px) {
  #hero {
    background-attachment: scroll;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 1500px) {
  #hero .inner {
    padding: 86px 0;
    font-size: 1em;
  }

  #feed {
    padding: 140px 0;
  }

  #nutshell {
    padding: 120px 0;
  }
}

/*------------------------------------*\
    CONTENT PAGE
\*------------------------------------*/

.big-header {
  background: #00334a;
  text-align: center;
  padding: 80px 0 30px;
  margin: -130px -20px 60px;
  background-position: center center;
  background-size: cover;
}

.big-header.about {
  background-image: url(img/about-page.jpg);
}

.big-header h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .big-header {
    padding: 40px 0;
  }
  .big-header h1 {
    font-size: 50px;
  }
}

/* CONTACT */

.page.contact .wrapper {
  text-align: center;
}

#contact {
}

#contact a {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 320px;
  max-width: 100%;
  padding: 30px 0;
  text-align: center;
  display: inline-block;
  border-bottom: 3px solid #f7c200;
  font-weight: 400;
  font-size: 24px;
  color: #444;
  margin: 25% 0 200px;
}

@media screen and (max-width: 400px) {
  #contact a {
    margin: 40px 0;
    width: 100%;
  }
}

/*------------------------------------*\
    SPLASH
\*------------------------------------*/

body.splash {
  background: #00334a;
}

.splash .wrapper {
  margin: 0;
  padding: 0;
}

.avail {
  display: block;
  margin: 0;
  padding: 0;
  font: 400 24px "ff-good-headline-web-pro-con";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}

#maiden-voyage {
  background: url(img/maiden-voyage/splash-bg-dirt@2x.png) repeat-x center top;
  background-size: 300px 610px;
  color: #fff;
  padding: 0 0 80px 0;
}

#bios {
  padding: 40px 0 60px 0;
  color: #fff;
  background-color: #002c40;
}

#bios a {
  color: #fff;
}

#maiden-voyage a:hover,
#bios a:hover {
  color: #f7c200;
}

#maiden-voyage hr,
#bios hr {
  border: 2px solid #004566;
}

#maiden-voyage .rightcol,
#bios .rightcol {
  float: left;
}
#maiden-voyage .leftcol,
#bios .leftcol {
  text-align: right;
}

#maiden-voyage h2,
#bios h2 {
  color: #f7c200;
  font-size: 28px;
  font-weight: 300;
  white-space: nowrap;
}

#maiden-voyage h1,
#bios h1 {
  color: #fff;
  font: 400 18px/1.1 "source-sans-pro", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

#maiden-voyage h4,
#bios h4 {
  font-size: 14px;
  font-style: italic;
  margin: 4px 0 0;
  font-weight: 400;
  color: #fff;
}

#maiden-voyage p.intro,
#bios p.intro {
  font-size: 18px;
  font-weight: 300;
}

#maiden-voyage .intro a,
#bios .intro a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#maiden-voyage .intro a:hover,
#bios .intro a:hover {
  border-bottom: 1px solid #f7c200;
}

#maiden-voyage .bottle {
  margin-top: 20px;
}

#maiden-voyage .btn {
  width: 100%;
  margin-top: 25px;
}

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

ul.specs li {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #004566;
}

ul.specs li:last-child,
dl.specs {
  border-bottom: 1px solid #004566;
}

dl.specs dt {
  border-top: 1px solid #004566;
  padding: 8px 0;
  font-weight: bold;
}

dl.specs dd {
  border-top: 1px solid #004566;
  padding: 8px 0;
  margin: 0;
}

.maiden-voyage {
  margin-top: 20px;
  margin-bottom: 10px;
}

.headshot {
  border-radius: 50%;
  overflow: hidden;
  margin: 40px;
}

.headshot img {
  width: 100%;
  height: auto;
}

.footer-logo {
  background-image: url(img/maiden-voyage/maiden-voyage-logos.png);
  background-size: 522px 215px;
  background-repeat: no-repeat;
  width: 175px;
  height: 215px;
  overflow: hidden;
  margin: 20px auto;
  text-indent: -9999px;
}

.footer-logo a {
  display: block;
  height: 100%;
}

.footer-logo-central-city {
  background-position: 0 0;
}

.footer-logo-four-winds {
  background-position: -175px 0;
}

.footer-logo-bccraft {
  background-position: -350px 0;
}

@media screen and (min-width: 800px) {
  .maiden-voyage {
    margin-top: -50px;
    margin-bottom: 60px;
  }
  #maiden-voyage .btn {
    width: auto;
  }
  dl.specs {
    font-size: 14px;
  }
  dl.specs dt {
    float: left;
    width: 180px;
    padding-right: 20px;
    clear: left;
  }
  dl.specs dd {
    margin-left: 180px;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

header.header .nav ul li.menu-item-social-icons a {
  display: inline;
  font-size: initial;
}

@media screen and (max-width: 800px) {
  ul.menu-right li.menu-item-social-icons {
    padding-top: 10px;
  }
}

@media screen and (min-width: 800px) {
  header.header {
    height: 86px;
  }

  #mobile-header {
    display: none;
  }

  header.header .nav,
  header.header .nav.down {
    max-height: 100%;
  }

  #logo-dt {
    display: inline-block;
    background: url(img/header-small.png) no-repeat 0 0;
    width: 186px;
    height: 182px;
    margin-left: -93px;
    position: absolute;
    top: 10px;
    left: 50%;
    text-indent: -9999px;
  }

  header.header .nav {
    margin-top: 28px;
    padding: 0 34px;
  }

  header.header .nav ul {
    position: relative;
    z-index: 10;
  }

  header.header .nav .home-link {
    display: none;
  }

  header.header .nav ul.menu-left {
    float: left;
  }
  header.header .nav ul.menu-left li {
    margin-right: 20px;
  }

  header.header .nav ul.menu-right {
    float: right;
  }
  header.header .nav ul.menu-right li {
    margin-left: 20px;
  }

  header.header .nav ul li {
    float: left;
  }

  header.header .nav ul li a {
    border: 0;
    padding: 0;
    font: 400 22px "ff-good-headline-web-pro-con";
  }

  /* MAP */

  #map {
  }
}

@media screen and (min-width: 940px) {
  header.header .nav {
    padding: 0 40px;
  }
  header.header .nav ul.menu-left li {
    margin-right: 40px;
  }
  header.header .nav ul.menu-right li {
    margin-left: 40px;
  }
  header.header .nav ul li a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1500px) {
  header.header {
    height: 86px;
  }

  header.header .nav {
    margin-top: 28px;
    padding: 0 20px;
  }

  /*#logo-dt {
    display: inline-block;
    width: 288px;
    height: 249px;
    background: url(img/desktop-header.png) no-repeat 0 0;
    margin-left: -144px;
    top: 0;
  }*/
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*\
    MEMBERS AREA
\*------------------------------------*/

.member-login #page {
  background: url(img/member-area-bg.jpg) no-repeat center center;
  background-size: cover;
}

.members #page {
  background: url(img/member-area-bg.jpg) no-repeat center center;
  background-size: cover;
}
.members .members-home .btn {
  display: inline-block;
  margin: 0 10px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  background: #fff;
}
.member-content {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: 100%;
  padding: 30px 0;
  margin-bottom: 68px;
  text-align: center;
  display: block;
  border-bottom: 3px solid #f7c200;
  font-weight: 400;
  font-size: 24px;
  color: #444;
  font-family: "ff-good-headline-web-pro-con";
  text-transform: uppercase;
}
.member-content .login-submit input[type="submit"] {
  border-style: solid;
  border-width: 0 0 4px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-family: "ff-good-headline-web-pro-con";
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  background-color: #efefef;
  border-color: #f7c200;
  color: #444;
}
.member-content form {
  padding: 10px 30px;
  text-align: left;
}
.member-content p {
  margin: 0 0 0.5em 0;
}
.login-username input,
.login-password input {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #444;
}
.login-username label,
.login-password label {
  text-align: left;
  display: block;
  margin-right: 4px;
}

.login-remember input[type="checkbox"] {
  margin-right: 4px;
  font-size: 16px;
}

.login-username label,
.login-password label,
.login-remember label {
  font-size: 16px;
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.login-remember label {
  font-size: 14px;
}

.benefits {
  background: #00334a;
}
.benefits .page-header.events {
  color: #fff;
}
.benefits .evt-list {
  margin-bottom: 68px;
}
.benefits .evt-meta a {
  color: #fff;
}
.benefits .evt-meta a:hover {
  color: #f7c200;
}
.brand-assets {
  background: #00334a;
}
.brand-assets .evt-list {
  margin-bottom: 68px;
}
.brand-assets .evt-meta .sep {
  margin: 0 8px;
}
.brand-assets ul.evt-list li:hover {
  background: none;
}
.brand-assets .expandr {
  cursor: auto;
  display: inline-block;
}
.assets,
.images {
  color: #fff;
  float: right;
  opacity: 1;
  text-align: center;
  font-size: 12px;
}
.assets span,
.images span {
  display: inline-block;
}
.assets .fa,
.images .fa {
  display: inline-block;
  font-size: 42px;
}
.assets {
  margin-left: 24px;
}
.assets:hover,
.images:hover {
  opacity: 0.8;
}
.assets-missing,
.images-missing {
  color: #fff;
  font-size: 12px;
  float: right;
  opacity: 0.3;
  text-align: center;
}
.assets-missing {
  margin-left: 24px;
}
.assets-missing .fa,
.images-missing .fa {
  display: inline-block;
  font-size: 42px;
}
.navigation a {
  color: #fff;
  font-size: 18px;
}
.navigation a:hover {
  color: #f7c200;
}
.navigation .next {
  display: inline-block;
  float: right;
}
.navigation .previous {
  display: inline-block;
  float: left;
}
.user-nav {
  width: 100%;
  padding: 10px 15px;
  background-color: #004566;
  position: relative;
}

.user-nav-button {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 4px;
  border: 2px solid #206a8e;
  background-color: #206a8e;
  color: #fff;
  font: 400 16px "source-sans-pro";
  text-transform: none;
}

.user-nav-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #004566;
}

.user-nav-button.logout {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.user-nav-button.logout:hover {
  background-color: #fff;
  color: #004566;
}

.user-nav-menu {
  float: left;
}

.user-nav-control {
  padding: 0 15px;
  float: right;
}

.user-nav-menu li a {
  color: white;
  color: rgba(255, 255, 255, 0.8);
  font: 400 22px "ff-good-headline-web-pro-con";
  text-transform: uppercase;
  padding: 0px 15px;
}

.user-nav-menu li a:hover {
  color: #fff;
}

.user-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-nav ul li {
  float: left;
  text-align: center;
}
.user-nav ul li.quarter {
  width: 25%;
}
.user-nav ul li.half {
  width: 50%;
}
.members .members-home {
  font-size: 0.8em;
  padding: 20px;
  text-align: center;
}
.members .members-home h1 {
  font-size: 5.5em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
}
.members .members-home h1 strong {
  font-weight: 500;
  font-size: 1em;
  display: block;
  margin: 0.1em 0;
}
.members .members-home h1 span {
  font-size: inherit;
  display: inline;
}

.single .offers {
  margin-top: 6px;
}

body.single-associate_member .inner {
  padding: 10px !important;
}

ul.b-social.downloads {
  padding-left: 0;
}
ul.b-social.downloads i {
  font-size: 2em;
}

ul.b-social.downloads .assets-missing,
ul.b-social.downloads .assets {
  margin-left: 0;
}
ul.associate-members li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em;
}
ul.associate-members .logo {
  width: 8em;
  display: inline-block;
  margin-right: 0.5em;
}
ul.associate-members h3 {
  display: inline-block;
}
ul.associate-members .logo img {
  max-width: 100%;
  height: auto;
}

.user-control {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-control a {
  font-size: 12px;
  color: #bcc3c7;
  vertical-align: top;
}

.user-control a:hover {
  color: white;
}

.footer hr {
  border: none;
  border-top: 3px solid #004566;
}

@media screen and (max-width: 768px) {
  .members .members-home {
    font-size: 0.5em;
    padding: 20px;
    text-align: center;
  }

  .members .members-home h1 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
  }

  .members .members-home h1 * {
    font-size: inherit;
    display: inline;
  }

  .members .members-home .btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .members .wrapper {
    margin: auto 0;
  }
}

@media (max-width: 868px) {
  .brand-assets .assets-missing,
  .brand-assets .images-missing {
    float: left;
  }
  .brand-assets .assets,
  .brand-assets .images {
    float: left;
  }
  .brand-assets .expandr {
    display: block;
  }
  .brand-assets .assets,
  .brand-assets .assets-missing {
    margin-left: 0;
    margin-right: 24px;
  }
  .brand-assets .evt-meta {
    margin-bottom: 14px;
  }
}

@media (max-width: 800px) {
  .user-nav a {
    font-size: 18px;
  }
  .user-nav ul li {
    margin-top: 4px;
  }

  .user-nav ul li.half {
    width: 25%;
  }
}
