/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #111;
  font-size: 1em;
  line-height: 1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

::selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Consolidated Craft Breweries
   ========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #fff;
  font-size: 16px;
  background-color: #18191c;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

body, input, label, button, textarea {
  font-family: '718 Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-family: '718', sans-serif;
  font-weight: 900;
}

em {
  font-style: normal;
  color: #fff;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul {
  list-style: none;
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea,
.pure-form button {
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  display: block;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
  color: #111;
}

.pure-form textarea {
  padding: 14px;
}

.pure-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}

.pure-form label.required:after {
  content: ' *';
}

.pure-form .notifications {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.pure-form .error-message {
  color: crimson;
}

.pure-form .success-message {
  color: #94c11f;
}

.pure-form textarea {
  height: 120px;
  margin-bottom: 16px;
}

.pure-form button {
  border: 0;
  background-color: #478e98;
  padding: 0 16px;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
}

.pure-form .field {
  margin-bottom: 20px;
}

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

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

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

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

input#blueSteel {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

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

header {
  max-width: 1800px;
  height: 60vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/img/min/header-min.jpg);
  background-size: cover;
  margin: 0 auto;
}

.header {
  height: 60vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .more {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  text-align: center;
}

.header .more a {
  display: inline-block;
  font-size: 1.25rem;
  color: #000;
  text-transform: uppercase;
  font-family: '718', sans-serif;
  font-weight: 900;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/img/more.svg);
  padding-bottom: 24px;
}

.header h1 {
  font-size: 4.25rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.header h1 strong {
  font-family: '718', sans-serif;
  font-weight: 900;
}

.header h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
}

.header h2 strong {
  font-family: '718', sans-serif;
  font-weight: 900;
}

section {
  max-width: 1800px;
  margin: 0 auto;
}

section.main {
  display: flex;
  justify-content: space-between;
}

.main__logo,
.main__body {
  flex-basis: 50%;
  height: 600px;
}

.main__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-image: linear-gradient(to bottom right, #000 0, #000 50%, rgba(255,255,255,.06) 50%, rgba(255,255,255,.06) 100%);
}

.main__logo img {
  display: block;
  height: 280px;
  width: auto;
}

.main__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 8%;
}

.main__body h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: '718', sans-serif;
  font-weight: 900;
  margin-bottom: 24px;
}

.main__body p {
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
}

section.bottles {
  display: flex;
  justify-content: space-between;
}

.bottles__bottle {
  flex-basis: 25%;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottles__bottle--1 {
  background-color: #be490c;
}

.bottles__bottle--2 {
  background-color: #7fa223;
}

.bottles__bottle--3 {
  background-color: #425daa;
}

.bottles__bottle--4 {
  background-color: #6d0e6f;
}

.bottles__bottle--5 {
  background-color: #832b39;
}

.bottles__bottle--6 {
  background-color: #8a7933;
}

.bottles__bottle--7 {
  background-color: #6d6a73;
}

.bottles__bottle--8 {
  background-color: #53371f;
}

.bottles__bottle--9 {
  background-color: #b0343e;
}

.bottles__bottle--10 {
  background-color: #ffcd00;
}

.bottles__bottle--11 {
  background-color: #6d6a73;
}

.bottles__bottle--12 {
  background-color: #ffcd00;
}

.bottles__bottle--13 {
  background-color: #dfce14;
}

.bottles__bottle--14 {
  background-color: #36354e;
}

.bottles__bottle--15 {
  background-color: #58acbd;
}

.bottles__bottle--16 {
  background-color: #423430;
}

.bottles__bottle img {
  height: 380px;
  width: auto;
  display: block;
}

section.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/img/min/footer-min.jpg);
  background-size: cover;
  height: 600px;
}

section.newsletter h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: '718', sans-serif;
  font-weight: 900;
  margin-bottom: 24px;
}

section.newsletter .button {
  padding: 20px 32px;
  background-color: #000;
  text-transform: uppercase;
  font-family: '718', sans-serif;
  font-weight: 900;
}

section.banner {
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.banner--1 {
  background-image: url(/img/min/banner-1-min.jpg);
}

section.banner--2 {
  background-image: url(/img/min/banner-3-min.jpg);
}

section.banner--3 {
  background-image: url(/img/min/banner-2-min.jpg);
}

section.about {
  display: flex;
  justify-content: space-between;
}

.about__body {
  flex-basis: 75%;
  display: flex;
  min-height: 440px;
}

.about__body__col {
  flex-basis: 50%;
  padding: 80px;
}

.about__body__col h3 {
  text-transform: uppercase;
  font-family: '718', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.about__body__col p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about__social {
  flex-basis: 25%;
  background: #000;
}

.social-email {
  display: flex;
  height: 340px;
  justify-content: center;
  align-items: center;
  background: #000;
}

.social-email span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: '718', sans-serif;
  font-weight: 900;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/img/email.svg);
  padding-top: 100px;
}

.social-links {
  display: flex;
  justify-content: flex-start;
  height: 120px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.social-links a {
  display: inline-block;
  height: 120px;
  background-color: rgba(198,198,198,.1);
  background-position: center center;
  background-repeat: no-repeat;
  flex-basis: 33.33333333333333%;
}

.social-links a.facebook {
  background-image: url(/img/facebook.svg);
}

.social-links a.twitter {
  background-image: url(/img/twitter.svg);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.social-links a.instagram {
  background-image: url(/img/instagram.svg);
}

footer {
  max-width: 1800px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  background-color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
}

footer span {
  padding: 0 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #111 !important; /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    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) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
