/*!
Theme Name: O3 Framework
Theme URI: http://www.WeAreO3.com/
Version: 2.0
Description: Designed by <a href="http://www.WeAreO3.com">O3</a>.
Author: O3
Author URI: http://www.WeAreO3.com
*/
/* Place any necessary CSS @import commands here (Sass does not support standard CSS @import.) Path should be relative to the theme root! Will be placed immediately after top-level style.css header */
@import '/wp-content/themes/o3framework/libs/icomoon-custom/style.css';
/*-------------------------------------------------------------------------------------------*/
/* BASE */
/*-------------------------------------------------------------------------------------------*/
#wrapper {}

.page-content {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0% 0% 0% 0%;
  margin-top: 102px;
  margin-bottom: 10%; }
  .page-content > div:last-child {
    margin-bottom: 0%; }

.post-beer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0% 0% 0% 0%;
  margin-top: 102px;
  margin-bottom: 10%; }
  .post-beer > div:last-child {
    margin-bottom: 0%; }

.post-blog {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0% 0% 0% 0%;
  margin-top: 102px;
  margin-bottom: 10%; }
  .post-blog > div:last-child {
    margin-bottom: 0%; }

@media (max-width: 650px) {
  .page-content {
    margin-bottom: 30%; }
  .post-blog {
    margin-bottom: 30%; } }

@media (max-width: 500px) {
  .page-content, .post-beer, .post-blog {
    margin-top: 75px; } }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.container {
  max-width: 1330px;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px; }

article {
  overflow: hidden; }

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

.hide-for-mobile {
  display: inline-block; }

.show-for-mobile {
  display: none;
  padding: 30px; }

@media (max-width: 767px) {
  .hide-for-mobile {
    display: none;
	}
  .show-for-mobile {
    display: inline-block;
	}
}

.button-block {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 12px 40px 12px 25px;
  font-size: 1.059rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 15px 30px 15px;
  background: #c20102;
  /* Old browsers */
  transition: 0.20s ease-in-out; }

.button-block:link, .button-block:visited {
  color: #fff; }

.button-block:hover, .button-block:focus {
  background: #5a5d58; }

.button-block:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 23px;
  right: 25px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10; }

.button-circular {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 12px 40px 12px 0px;
  font-size: 1.059rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 15px 30px 0px;
  background: transparent;
  /* Old browsers */
  transition: 0.20s ease-in-out; }

.button-circular:link, .button-circular:visited {
  color: #fff; }

.button-circular:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 13px;
  right: -5px;
  background-image: url(/wp-content/themes/o3framework/images/graphic_7.png), url(/wp-content/themes/o3framework/images/graphic_8.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center, center center; }

.button-circular:hover:after, .button-circular:focus:after {
  background-image: url(/wp-content/themes/o3framework/images/graphic_8.png), url(/wp-content/themes/o3framework/images/graphic_7.png); }

.button-arrow {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 12px 40px 12px 0px;
  font-size: 0.938rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a5d58;
  background: transparent;
  transition: 0.20s ease-in-out; }

.button-arrow:link, .button-arrow:visited {
  color: #5a5d58; }

.button-arrow:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 22px;
  right: 26px;
  border-top: 2px solid #5a5d58;
  border-right: 2px solid #5a5d58;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10; }

@media (max-width: 767px) {
  .button-circular:after {
    background-image: url(/wp-content/themes/o3framework/images/graphic_7.png), url(/wp-content/themes/o3framework/images/graphic_8.png); }
  .button-circular:hover:after, .button-circular:focus:after {
    background-image: url(/wp-content/themes/o3framework/images/graphic_8.png), url(/wp-content/themes/o3framework/images/graphic_7.png); } }

@media (max-width: 400px) {
  .button-block {
    font-size: 0.8rem; }
  .button-block:after {
    top: 18px; } }

/*-------------------------------------------------------------------------------------------*/
/* MIXINS */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* PAGINATION 
/*-------------------------------------------------------------------------------------------*/
.pagination, .woocommerce-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  font-size: 0.899rem; }
  .pagination span, .pagination a, .woocommerce-pagination span, .woocommerce-pagination a {
    padding: 10px 15px;
    text-decoration: none; }
  .pagination a:hover, .woocommerce-pagination a:hover {
    color: #5a5d58;
    text-decoration: none; }
  .pagination span.page-num, .woocommerce-pagination span.page-num {
    margin-right: 10px;
    padding: 0; }
  .pagination span.dots, .woocommerce-pagination span.dots {
    padding: 0; }
  .pagination span.current, .woocommerce-pagination span.current {
    color: #5a5d58; }
  .pagination .next, .pagination .prev, .woocommerce-pagination .next, .woocommerce-pagination .prev {
    color: #fff;
    background-color: #c2bc9d; }

/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* FONTS */
/*-------------------------------------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3292914, 2016-10-07T09:17:25-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ClarendonBT-Bold by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/clarendon/bold/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * Webfont: Gin-Oblique by Fort Foundry
 * URL: http://www.myfonts.com/fonts/fort-foundry/gin/oblique/
 * Copyright: Copyright &#x00A9; 2013 by Mattox Shuler. All rights reserved.
 * Licensed pageviews: 20,000
 * 
 * Webfont: Gin-Regular by Fort Foundry
 * URL: http://www.myfonts.com/fonts/fort-foundry/gin/regular/
 * Copyright: Copyright &#x00A9; 2013 by Mattox Shuler. All rights reserved.
 * Licensed pageviews: 20,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3292914
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ClarendonBT-Bold';
  src: url("/wp-content/themes/o3framework/libs/webfonts/323EF2_0_0.eot");
  src: url("/wp-content/themes/o3framework/libs/webfonts/323EF2_0_0.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_0_0.woff2") format("woff2"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_0_0.woff") format("woff"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gin-Oblique';
  src: url("/wp-content/themes/o3framework/libs/webfonts/323EF2_1_0.eot");
  src: url("/wp-content/themes/o3framework/libs/webfonts/323EF2_1_0.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_1_0.woff2") format("woff2"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_1_0.woff") format("woff"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gin-Regular';
  src: url("/wp-content/themes/o3framework/libs/webfonts/323EF2_2_0.eot");
  src: url("/wp-content/themes/o3framework/libs/webfonts/323EF2_2_0.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_2_0.woff2") format("woff2"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_2_0.woff") format("woff"), url("/wp-content/themes/o3framework/libs/webfonts/323EF2_2_0.ttf") format("truetype"); }

/*-------------------------------------------------------------------------------------------*/
/* DEFAULT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/
html {
  color: #5a5d58;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  /* used to set a base size for all other font sizes (16px) */
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  color: #5a5d58;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.75;
  background-color: #fff; }

a:link {
  color: #c2bc9d;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }

a:visited {
  color: #c2bc9d; }

a:hover {
  color: #c2bc9d; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1; }

h1, .h1 {
  font-size: 6.25rem;
  font-family: "Gin-Regular", "Source Sans Pro", sans-serif;
  line-height: 1.0;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h2, .h2 {
  font-size: 3.125rem;
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  line-height: 1.0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 400px) {
h2.et_pb_slide_title a {
  font-size: 2.5rem !important;
}
}


h3, .h3 {
  font-size: 2.5rem;
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  line-height: 1.0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.1rem;
  font-weight: 600; }

p {
  margin-top: 0rem;
  margin-bottom: 1.75rem; }

p, ul, ol, dl, pre, table, blockquote {
  margin-top: 0rem;
  margin-bottom: 1.75rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

blockquote {
  padding: 10px 20px;
  font-size: 1.75rem;
  border-left: 5px solid #a9a489; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem; }

blockquote footer:before {
  content: '\2014 \00A0'; }

small, .small {
  font-size: 0.85rem; }

mark, .mark {
  padding: 0.2rem;
  background-color: #a9a489; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #5a5d58; }

@media (max-width: 500px) {
  h1, .h1 {
    font-size: 4.25rem; }
  h2, .h2 {
    font-size: 2.8rem; }
  h3, .h3 {
    font-size: 2.0rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1.1rem; } }

/*-------------------------------------------------------------------------------------------*/
/* ARCHIVE */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 20px; }
  #footer .footer-shell1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    transition: 0.5s linear;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #footer .footer-shell2 {
    height: 50px;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: bold;
    color: #7d7d7d;
    transition: all ease 0.25s; }
    #footer .footer-shell2:hover {
      color: #944720; }
  #footer .footer-shell3 {
    height: 50px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 55px;
        -ms-flex-preferred-size: 55px;
            flex-basis: 55px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    #footer .footer-shell3 > ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      #footer .footer-shell3 > ul > li {
        display: inline;
        margin: 0px 20px 0px 20px; }
        #footer .footer-shell3 > ul > li > a {
          color: #7d7d7d;
          transition: all ease 0.25s; }
          #footer .footer-shell3 > ul > li > a:hover {
            color: #944720; }
  #footer .footer-shell4 {
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #footer .footer-shell5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #0054a6;
    transition: all ease 0.25s;
    margin: 0px 10px 0px 10px; }
    #footer .footer-shell5 > span {
      color: #fff; }
  #footer .footer-shell5:hover {
    background-color: #003e7b; }
  @media (max-width: 940px) {
    #footer {
      padding-top: 35px; }
    #footer .footer-shell1 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      transition: 0.5s linear;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    #footer .footer-shell2 {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      height: auto; }
    #footer .footer-shell3 {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      height: auto;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding-bottom: 20px; }
      #footer .footer-shell3 > ul {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        #footer .footer-shell3 > ul > li {
          display: block;
          margin: 0px 20px 0px 20px; }
    #footer .footer-shell4 {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      height: auto;
      padding-bottom: 30px; } }

/*-------------------------------------------------------------------------------------------*/
/* FRONT PAGE */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* GLOBAL INTERIOR */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------*/
#wpadminbar {
  position: fixed !important; }

#header {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  height: auto;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #c2c0c0;
}
.single-events #header {
  border-bottom: 1px solid #5a5d58; }

.admin-bar #header {
  top: 32px; }

@media (max-width: 1049px) {
  #header {
    position: fixed;
    top: 0;
    transition: top 0.2s linear;
    width: 100%; }
  .admin-bar #header {
    top: 32px; }
  #header.nav-up {
    top: -134px; }
  .admin-bar #header.nav-up {
    top: -70px; } }

@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px; }
  #header.nav-up {
    top: -134px; }
  .admin-bar #header.nav-up {
    top: -56px; } }

/*-------------------------------------------------------------------------------------------*/
/* NAVIGATION */
/*-------------------------------------------------------------------------------------------*/
.navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  transition: 0.5s linear;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .navigation .my-cart-and-account .cart-quicklinks {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 0px; }
    .navigation .my-cart-and-account .cart-quicklinks .cart-quicklink {
      padding-left: 20px; }
      .navigation .my-cart-and-account .cart-quicklinks .cart-quicklink a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #32499C !important; }
        .navigation .my-cart-and-account .cart-quicklinks .cart-quicklink a .icon-sign-in:before {
          font-size: 1.5rem;
          padding-right: 10px; }
    .navigation .my-cart-and-account .cart-quicklinks .my-cart {
      padding-left: 65px; }
      .navigation .my-cart-and-account .cart-quicklinks .my-cart .cart-link {
        width: auto;
        text-align: right;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        position: absolute;
        font-size: 0.875rem;
        top: -10px;
        left: 0px; }
      .navigation .my-cart-and-account .cart-quicklinks .my-cart a {
        color: #32499C !important; }
      .navigation .my-cart-and-account .cart-quicklinks .my-cart .cart-link:hover {
        text-decoration: none; }
      .navigation .my-cart-and-account .cart-quicklinks .my-cart .cart-link:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        content: "\e900";
        position: absolute;
        font-size: 1.5rem;
        top: 12px;
        left: -30px; }
      .navigation .my-cart-and-account .cart-quicklinks .my-cart .cart-num {
        padding-left: 5px; }
    .navigation .my-cart-and-account .cart-quicklinks .my-account {
      display: inline-block; }
    @media (max-width: 1049px) {
      .navigation .my-cart-and-account .cart-quicklinks .my-account {
        display: none; } }
    @media (max-width: 450px) {
      .navigation .my-cart-and-account .cart-quicklinks .my-cart {
        padding-left: 30px; }
        .navigation .my-cart-and-account .cart-quicklinks .my-cart #cart-text {
          display: none; } }
  @media (max-width: 500px) {
    .navigation .my-cart-and-account {
      margin-bottom: 30px; } }
  .navigation .cart-mini-modal {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 350px;
    top: 100px;
    right: 30px;
    height: auto;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    transition: all .3s linear;
    border-bottom: 1px solid #c2c0c0;
    border-left: 1px solid #c2c0c0;
    border-right: 1px solid #c2c0c0; }
    .navigation .cart-mini-modal .cart-header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      text-transform: uppercase;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-content: space-between;
          -ms-flex-line-pack: justify;
              align-content: space-between;
      font-weight: 800;
      border-bottom: 1px solid #dddddd; }
      .navigation .cart-mini-modal .cart-header .your-cart {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
                align-content: flex-start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 50%;
        margin-bottom: 2px; }
        .navigation .cart-mini-modal .cart-header .your-cart a {
          color: #cbcbcb;
          font-size: 1.0rem; }
          .navigation .cart-mini-modal .cart-header .your-cart a:hover {
            color: #5a5d58; }
      .navigation .cart-mini-modal .cart-header .close-cart {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-align-content: flex-end;
            -ms-flex-line-pack: end;
                align-content: flex-end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-size: 1.0rem;
        width: 50%;
        cursor: pointer; }
    .navigation .cart-mini-modal .products-list {
      max-height: 510px;
      overflow: hidden;
      overflow-y: auto; }
      .navigation .cart-mini-modal .products-list .product-item {
        padding: 15px 15px 15px 0px;
        border-bottom: 1px solid #dddddd;
        position: relative;
        z-index: 2; }
        .navigation .cart-mini-modal .products-list .product-item:hover:before {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border-bottom: 10px solid #eaeaea;
          content: ''; }
        .navigation .cart-mini-modal .products-list .product-item .product-thumbnail {
          display: inline-block;
          margin-right: 5px;
          vertical-align: top; }
          .navigation .cart-mini-modal .products-list .product-item .product-thumbnail img {
            height: 70px;
            width: auto; }
        .navigation .cart-mini-modal .products-list .product-item .product-details {
          position: relative;
          display: inline-block;
          width: 60%;
          vertical-align: top;
          min-height: 70px; }
          .navigation .cart-mini-modal .products-list .product-item .product-details .product-title {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1rem; }
            .navigation .cart-mini-modal .products-list .product-item .product-details .product-title a {
              color: #5a5d58;
              font-size: 0.9rem; }
              .navigation .cart-mini-modal .products-list .product-item .product-details .product-title a:hover {
                color: #5a5d58; }
          .navigation .cart-mini-modal .products-list .product-item .product-details .product-quantity-price {
            font-size: 0.75rem;
            font-weight: 700;
            line-height: 1rem;
            margin-top: 8px; }
            .navigation .cart-mini-modal .products-list .product-item .product-details .product-quantity-price .product-price .woocommerce-Price-amount {
              font-size: 1rem !important; }
        .navigation .cart-mini-modal .products-list .product-item .product-remove {
          display: inline-block;
          float: right; }
          .navigation .cart-mini-modal .products-list .product-item .product-remove a {
            color: #cbcbcb !important;
            padding-top: 5px;
            width: auto !important;
            height: auto !important;
            line-height: 0 !important;
            font-size: 1.5rem !important;
            vertical-align: top; }
            .navigation .cart-mini-modal .products-list .product-item .product-remove a:hover {
              color: #5a5d58 !important;
              background-color: transparent; }
      .navigation .cart-mini-modal .products-list .product-total {
        padding-top: 5px;
        margin-bottom: 20px;
        color: #5a5d58;
        font-size: 1rem;
        text-align: center; }
        .navigation .cart-mini-modal .products-list .product-total .woocommerce-Price-amount {
          color: #944720 !important;
          font-size: 2.5rem !important;
          font-weight: 800 !important; }
      .navigation .cart-mini-modal .products-list .product-checkout .btn {
        display: block;
        width: 95%;
        margin: 0 auto;
        letter-spacing: 1px; }
    @media (max-width: 400px) {
      .navigation .cart-mini-modal .products-list {
        max-height: 228px; } }
    .navigation .cart-mini-modal .product-total {
      text-align: right; }
      .navigation .cart-mini-modal .product-total .label {
        color: #8d8d8d !important;
        font-size: 1rem !important;
        font-weight: 800 !important;
        padding-right: 10px; }
      .navigation .cart-mini-modal .product-total .woocommerce-Price-amount {
        color: #000000 !important;
        font-size: 1rem !important;
        font-weight: 800 !important; }
    .navigation .cart-mini-modal .product-checkout {
      text-align: center;
      margin-top: 20px;
      padding: 8px 30px 8px 30px;
      background-color: #DBD4A5; }
      .navigation .cart-mini-modal .product-checkout a {
        color: #000000;
        font-size: 1rem;
        font-weight: 800; }
  @media (max-width: 450px) {
    .navigation .cart-mini-modal {
      width: 100%;
      top: 75px;
      right: 0px;
      padding-top: 30px; } }
  .navigation .visible-modal {
    opacity: 1;
    pointer-events: all; }
  .navigation .home-link {
    position: relative;
    z-index: 20; }
    .navigation .home-link img:nth-child(2) {
      opacity: 0;
      -webkit-animation: animate-part-1 0.5s ease forwards;
              animation: animate-part-1 0.5s ease forwards;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .navigation .home-link img:nth-child(3) {
      opacity: 0;
      -webkit-animation: animate-part-2 0.5s ease forwards;
              animation: animate-part-2 0.5s ease forwards;
      -webkit-animation-delay: 1.75s;
              animation-delay: 1.75s; }
    .navigation .home-link img:nth-child(4) {
      opacity: 0;
      -webkit-animation: animate-part-3 0.5s ease forwards;
              animation: animate-part-3 0.5s ease forwards;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }

@-webkit-keyframes animate-part-1 {
  from {
    -webkit-transform: translate3d(-25px, 20px, 0);
            transform: translate3d(-25px, 20px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-part-1 {
  from {
    -webkit-transform: translate3d(-25px, 20px, 0);
            transform: translate3d(-25px, 20px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes animate-part-2 {
  from {
    -webkit-transform: translate3d(25px, -20px, 0);
            transform: translate3d(25px, -20px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-part-2 {
  from {
    -webkit-transform: translate3d(25px, -20px, 0);
            transform: translate3d(25px, -20px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes animate-part-3 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes animate-part-3 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (max-width: 500px) {
    .navigation .home-link {
      width: auto; } }
  .navigation .primary-nav {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 5px; }
    @media (max-width: 1049px) {
      .navigation .primary-nav {
        position: fixed;
        display: none;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: rgba(0, 0, 0, 0.9) !important;
        transition: all 0.25s linear; } }
    .navigation .primary-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .navigation .primary-nav ul li {
        display: relative; }
    .navigation .primary-nav > ul > li {
      position: relative;
      display: inline-block;
      float: left;
      padding: 0px 25px;
      font-weight: 700;
      font-size: 1.250rem;
      font-family: "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      height: auto; }
      .navigation .primary-nav > ul > li > a {
        color: #5a5d58;
        border-bottom: 0px solid white; }
      .navigation .primary-nav > ul > li > a:hover {
        color: #944720; }
    @media (max-width: 1100px) {
      .navigation .primary-nav > ul > li {
        font-size: 1.0rem; } }
    .navigation .primary-nav > ul ul.sub-menu {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 45px;
      left: 15px;
      width: auto;
      white-space: nowrap;
      padding: 8px 15px 10px 15px;
      text-align: center;
      transition: .3s all;
      background-color: #f3f0e8; }
      .navigation .primary-nav > ul ul.sub-menu::after {
        content: '';
        position: absolute;
        display: block;
        top: -15px;
        left: 50%;
        width: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 1; }
      .navigation .primary-nav > ul ul.sub-menu li {
        display: block;
        float: left;
        width: 100%;
        list-style: none;
        text-transform: uppercase;
        text-align: left;
        color: #7d7d7d;
        padding: 5px 10px;
        font-size: 1rem; }
      .navigation .primary-nav > ul ul.sub-menu li:last-child {
        border-bottom: 0px; }
      .navigation .primary-nav > ul ul.sub-menu li a {
        color: #7d7d7d; }
      .navigation .primary-nav > ul ul.sub-menu li:hover a {
        color: #944720; }
    .navigation .primary-nav > ul li.menu-item-has-children:hover .sub-menu {
      visibility: visible;
      opacity: 1; }
    .navigation .primary-nav > ul li:last-child ul.sub-menu {
      left: -120px; }
      .navigation .primary-nav > ul li:last-child ul.sub-menu li {
        text-align: right; }
  @media (max-width: 500px) {
    .navigation .cart-link span {
      display: none; }
    .navigation .cart-link:before {
      font-size: 2.5rem;
      top: -40px;
      left: 20px; } }
  @media (max-width: 450px) {
    .navigation .cart-link {
      width: 20px; }
    .navigation .cart-link:before {
      left: 0px; } }

@media (max-width: 1049px) {
  .admin-bar .header-nav {
    top: 32px !important; }
  .header-nav-visible {
    display: block; }
  .header-nav-opaque {
    opacity: 1; }
  .mobile-menu-is-open {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%; }
  .admin-bar #mobile-menu-shell {
    top: 203px; } }



#mobile-menu-header {
  display: none; }
  #mobile-menu-header #close-mobile-menu {
    float: right;
    margin-right: 20px;
    font-size: 1.5rem;
    cursor: pointer; }
  @media (max-width: 1049px) {
    #mobile-menu-header {
      display: inline-block;
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #5a5d58;
      width: 100%; } }

#mobile-toggle {
  width: 136px;
  height: 60px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 1px;
      -ms-flex-preferred-size: 1px;
          flex-basis: 1px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 95;
  display: none; }
  #mobile-toggle .navbar-toggle {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
  @media (max-width: 1049px) {
    #mobile-toggle {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  #mobile-toggle #open-mobile-menu {
    padding: 0px;
    font-size: 1.5rem;
    border: none;
    background-color: transparent;
    box-shadow: 0 0px 0px transparent;
    outline: none; }
  @media (max-width: 500px) {
    #mobile-toggle #open-mobile-menu {
      padding: 0 0px 0 0; } }
  #mobile-toggle #mobile-text {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    color: #944720;
    height: 10px;
    margin-top: -5px;
    margin-left: 10px;
    cursor: pointer; }
  @media (max-width: 450px) {
    #mobile-toggle #mobile-text {
      display: none; }
    #mobile-toggle #open-mobile-menu {
      padding: 0 30px 0 0; } }
  #mobile-toggle #mobile-nav {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: .25s ease-in-out;
    cursor: pointer;
    z-index: 90;
    margin-top: 5px; }
  #mobile-toggle #mobile-nav span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #5a5d58;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: .25s ease-in-out; }
  #mobile-toggle #mobile-nav span:nth-child(even) {
    left: 49%; }
  #mobile-toggle #mobile-nav span:nth-child(odd) {
    left: 0px; }
  #mobile-toggle #mobile-nav span:nth-child(1), #mobile-toggle #mobile-nav span:nth-child(2) {
    top: 0px; }
  #mobile-toggle #mobile-nav span:nth-child(3), #mobile-toggle #mobile-nav span:nth-child(4) {
    top: 9px; }
  #mobile-toggle #mobile-nav span:nth-child(5), #mobile-toggle #mobile-nav span:nth-child(6) {
    top: 18px; }
  #mobile-toggle #mobile-nav.open span:nth-child(1), #mobile-toggle #mobile-nav.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  #mobile-toggle #mobile-nav.open span:nth-child(2), #mobile-toggle #mobile-nav.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #mobile-toggle #mobile-nav.open span:nth-child(1) {
    left: 2px;
    top: 5px; }
  #mobile-toggle #mobile-nav.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 5px; }
  #mobile-toggle #mobile-nav.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  #mobile-toggle #mobile-nav.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  #mobile-toggle #mobile-nav.open span:nth-child(5) {
    left: 2px;
    top: 13px; }
  #mobile-toggle #mobile-nav.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 13px; }

@media (max-width: 500px) {
  #mobile-toggle {
    margin-bottom: 30px; } }

.is-active {
  opacity: 1 !important;
  overflow-x: hidden !important;
  visibility: visible !important; }

#mobile-menu-shell {
  transition: opacity .25s ease;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f0e8;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding-bottom: 30px;
  padding-top: 30px; }
  #mobile-menu-shell #mobile-menu > .menu {
    list-style-type: none;
    display: inline-block;
    margin: 10px 0px 0px 20px;
    text-align: left;
    padding: 0px;
    width: 100%; }
    #mobile-menu-shell #mobile-menu > .menu > .menu-item {
      display: block;
      padding: 0px 0px 0px 0px;
      position: relative;
      height: auto; }
      #mobile-menu-shell #mobile-menu > .menu > .menu-item > a {
        color: #5a5d58;
        padding: 15px 0px 15px 0px;
        font-weight: 700;
        font-size: 1.75rem;
        font-family: "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        width: calc(100% - 40px);
        display: inline-block;
        border-bottom: 1px solid #b0b0b0;
        position: relative;
        z-index: 2; }
        #mobile-menu-shell #mobile-menu > .menu > .menu-item > a span.my-account-label {
          padding-left: 5px; }
      #mobile-menu-shell #mobile-menu > .menu > .menu-item > a:hover {
        color: #944720;
        text-decoration: none; }
      #mobile-menu-shell #mobile-menu > .menu > .menu-item > .sub-menu {
        display: none;
        list-style-type: none;
        height: auto;
        padding: 0px; }
        #mobile-menu-shell #mobile-menu > .menu > .menu-item > .sub-menu > .menu-item {
          display: block;
          padding: 0px; }
          #mobile-menu-shell #mobile-menu > .menu > .menu-item > .sub-menu > .menu-item > a {
            color: #7d7d7d;
            font-size: 1.375rem;
            line-height: 1.0;
            display: inline-block;
            padding: 15px 30px 15px 20px; }
          #mobile-menu-shell #mobile-menu > .menu > .menu-item > .sub-menu > .menu-item > a:hover {
            color: #944720;
            text-decoration: none; }
      #mobile-menu-shell #mobile-menu > .menu > .menu-item .show-sub-menu {
        display: block !important; }
    #mobile-menu-shell #mobile-menu > .menu > .menu-item.show-arrow:after {
      display: block; }
    #mobile-menu-shell #mobile-menu > .menu > .menu-item.turn-arrow:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    #mobile-menu-shell #mobile-menu > .menu > .menu-item:after {
      content: '';
      position: absolute;
      display: none;
      top: 25px;
      right: 38px;
      width: 30px;
      height: 30px;
      background-image: url(/wp-content/themes/o3framework/images/graphic_105.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      z-index: 5;
      cursor: pointer;
      transition: 0.150s ease-in-out; }
  #mobile-menu-shell #mobile-menu > .menu:last-child .menu-item:last-child > a {
    border-bottom: 0px solid #c2c2c2; }

@media (max-width: 500px) {
  #mobile-menu-shell {
    top: 75px; } }

.mobile-menu-adjustments {
  overflow: hidden !important; }

/*-------------------------------------------------------------------------------------------*/
/* POST */
/*-------------------------------------------------------------------------------------------*/
.post-single .post-shell1 {
  margin-bottom: 1rem; }

.post-single .post-shell2 {
  font-size: 1.5rem;
  color: #944720;
  font-weight: 800; }

.post-single .post-shell3 {
  font-size: 1.25rem;
  color: #5a5d58;
  font-weight: 800; }

.post-single .post-shell4 {
  font-size: 1.25rem;
  color: #5a5d58;
  font-weight: 800;
  margin-bottom: 1.5rem; }

.post-single .post-shell5 {
  width: 90%; }

.post-single .post-shell6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.post-single .post-shell7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0054a6;
  margin: 0px 10px 0px 10px; }
  .post-single .post-shell7 > span {
    color: #fff; }

.post-beer {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .post-beer .post-beer-masthead {
    position: relative;
    margin-bottom: 100px; }
    .post-beer .post-beer-masthead .masthead-shell1 {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: 805px;
      background-image: url(/wp-content/themes/o3framework/images/graphic_1.jpg);
      background-color: #2d2e2a;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .post-beer .post-beer-masthead .masthead-shell2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-bottom: 130px;
      position: relative;
      z-index: 5; }
    .post-beer .post-beer-masthead .masthead-shell3 {
      width: 50%;
      position: relative;
      z-index: 4;
      overflow: hidden; }
      .post-beer .post-beer-masthead .masthead-shell3 .background-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .post-beer .post-beer-masthead .masthead-shell4 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: auto;
      color: #fff;
      text-align: left;
      padding-right: 60px; }
    .post-beer .post-beer-masthead .masthead-shell5 {
      width: 500px; }
      .post-beer .post-beer-masthead .masthead-shell5 h1 {
        font-size: 5.0rem; }
    .post-beer .post-beer-masthead .masthead-shell6 {
      border-style: none none dotted none;
      width: 436px;
      margin-right: 60px; }
    .post-beer .post-beer-masthead .masthead-shell7 {
      width: 500px;
      font-size: 1.0rem;
      margin-top: 1.1rem;
      padding-left: 5px;
      padding-right: 20%; }
    .post-beer .post-beer-masthead .content-animation-left {
      opacity: 0;
      -webkit-animation: animate-down 0.5s ease forwards;
              animation: animate-down 0.5s ease forwards; }
    .post-beer .post-beer-masthead .slick-current .content-animation-left:nth-child(1) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s; }
    .post-beer .post-beer-masthead .slick-current .content-animation-left:nth-child(2) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .post-beer .post-beer-masthead .slick-current .content-animation-left:nth-child(3) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
    .post-beer .post-beer-masthead .slick-current .content-animation-left:nth-child(4) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 1.0s;
              animation-delay: 1.0s; }

@-webkit-keyframes animate-down {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, 40px, 0);
            transform: translate3d(0px, 40px, 0);
    opacity: 0; } }

@keyframes animate-down {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, 40px, 0);
            transform: translate3d(0px, 40px, 0);
    opacity: 0; } }

@-webkit-keyframes animate-down2 {
  from {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-down2 {
  from {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes animate-right {
  from {
    -webkit-transform: translate3d(-40px, 0px, 0);
            transform: translate3d(-40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-right {
  from {
    -webkit-transform: translate3d(-40px, 0px, 0);
            transform: translate3d(-40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes animate-up {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; } }

@keyframes animate-up {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; } }
    .post-beer .post-beer-masthead .content-animation-down {
      opacity: 0;
      -webkit-animation: animate-down 0.5s ease forwards;
              animation: animate-down 0.5s ease forwards; }
    .post-beer .post-beer-masthead .slick-current .content-animation-down {
      -webkit-animation: animate-down2 1.5s ease forwards;
              animation: animate-down2 1.5s ease forwards;
      -webkit-animation-delay: 0s, 1.4s;
              animation-delay: 0s, 1.4s; }

@-webkit-keyframes animate-left {
  from {
    -webkit-transform: translate3d(40px, 0px, 0);
            transform: translate3d(40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-left {
  from {
    -webkit-transform: translate3d(40px, 0px, 0);
            transform: translate3d(40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }
    @media (max-width: 1270px) {
      .post-beer .post-beer-masthead .masthead-shell2 {
        padding-left: 35px;
        padding-right: 35px; }
      .post-beer .post-beer-masthead .masthead-shell5, .post-beer .post-beer-masthead .masthead-shell7 {
        width: 100%; }
      .post-beer .post-beer-masthead .masthead-shell6 {
        width: 100%;
        margin-right: 0px; } }
    @media (max-width: 1000px) {
      .post-beer .post-beer-masthead .masthead-shell5 h1 {
        font-size: 4.0rem; } }
    @media (max-width: 850px) {
      .post-beer .post-beer-masthead .masthead-shell1 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        width: 100%;
        height: auto; }
      .post-beer .post-beer-masthead .masthead-shell2 {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding: 110px 70px 110px 70px; }
      .post-beer .post-beer-masthead .masthead-shell3 {
        height: 300px;
        width: 100%; }
      .post-beer .post-beer-masthead .masthead-shell4 {
        padding-right: 0px; }
      .post-beer .post-beer-masthead .masthead-controls {
        display: none; } }
    @media (max-width: 500px) {
      .post-beer .post-beer-masthead .masthead-shell2 {
        padding: 30px 35px 80px 35px; }
      .post-beer .post-beer-masthead .masthead-shell5 h1 {
        font-size: 3.0rem; } }
    .post-beer .post-beer-masthead .masthead-controls {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 130px;
      z-index: 100;
      transition: 0.25s ease-in; }
      .post-beer .post-beer-masthead .masthead-controls .controls-shell1 {
        display: inline-block;
        width: 50%;
        float: left;
        position: relative;
        height: 130px;
        background-color: #fff; }
  .post-beer .post-beer-shell1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: auto; }
  .post-beer .post-beer-shell2 {
    text-align: left;
    width: auto;
    padding: 0% 5% 0% 0%;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 3.125rem;
    text-transform: uppercase; }
  .post-beer .post-beer-shell2:last-child {
    padding: 0% 0% 0% 0%; }
  .post-beer .post-beer-shell3 {
    width: 100%;
    padding-left: 5.8%;
    text-align: left;
    text-transform: uppercase; }
  .post-beer .post-beer-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 90px 0px 0px 0px;
    line-height: 1; }
  .post-beer .post-beer-shell5 {
    width: 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 8px solid #dbd4b1;
    border-left: 4px solid #dbd4b1;
    border-right: 4px solid #dbd4b1;
    border-bottom: 8px solid #dbd4b1; }
  .post-beer .post-beer-shell5:first-child {
    border-left: 8px solid #dbd4b1;
    border-right: 4px solid #dbd4b1; }
  .post-beer .post-beer-shell5:last-child {
    border-left: 4px solid #dbd4b1;
    border-right: 8px solid #dbd4b1; }
  .post-beer .post-beer-shell6 {
    border-bottom: 8px solid #dbd4b1;
    background-color: #f3f0e8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px; }
  .post-beer .post-beer-shell7 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding: 50px 10px 50px 10px;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 3.125rem;
    line-height: 1; }
  .post-beer .post-beer-shell8 {
    width: 100%;
    text-align: left;
    max-width: 660px;
    margin: 90px auto 0px auto; }
  .post-beer .post-beer-shell9 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    text-align: left;
    max-width: 660px;
    margin: 30px auto 0px auto; }
  .post-beer .post-beer-shell10 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #0054a6;
    margin: 0px 10px 0px 10px; }
    .post-beer .post-beer-shell10 > span {
      color: #fff; }
  .post-beer .post-beer-shell11 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 35px;
    margin: 0px 10px 0px 10px;
    color: #5a5d58;
    font-weight: 800; }
  .post-beer .post-beer-shell12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 90px 0 90px 0; }
  .post-beer .post-beer-shell13 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.25rem;
    border: 6px solid #c2bc9d;
    padding: 12px 30px 12px 30px;
    transition: all ease 0.25s; }
    .post-beer .post-beer-shell13 a {
      transition: all ease 0.25s; }
    .post-beer .post-beer-shell13:hover {
      background-color: #c2bc9d; }
      .post-beer .post-beer-shell13:hover a {
        color: #fff; }
  .post-beer .post-beer-shell14 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 90px 30px 0px 30px; }
    .post-beer .post-beer-shell14 > h2 {
      text-transform: uppercase; }
  @media (max-width: 900px) {
    .post-beer .post-beer-shell7, .post-beer .post-beer-shell2 {
      font-size: 2.125rem; } }
  @media (max-width: 750px) {
    .post-beer .post-beer-shell7, .post-beer .post-beer-shell2 {
      font-size: 3.125rem; }
    .post-beer .post-beer-shell5 {
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: 8px solid #dbd4b1;
      border-left: 8px solid #dbd4b1;
      border-right: 8px solid #dbd4b1;
      border-bottom: 8px solid #dbd4b1;
      margin-bottom: 30px; }
    .post-beer .post-beer-shell5:nth-child(even) {
      border-left: 4px solid #dbd4b1; }
    .post-beer .post-beer-shell5:nth-child(odd) {
      border-right: 4px solid #dbd4b1; } }
  @media (max-width: 650px) {
    .post-beer .post-beer-shell1 {
      width: 100%; }
    .post-beer .post-beer-shell2 {
      padding: 0% 10% 0% 0%; }
    .post-beer .post-beer-shell3 {
      padding-left: 1.8%; } }
  @media (max-width: 550px) {
    .post-beer .post-beer-shell7, .post-beer .post-beer-shell2 {
      font-size: 2.125rem; } }
  @media (max-width: 400px) {
    .post-beer .post-beer-shell7, .post-beer .post-beer-shell2 {
      font-size: 1.5rem; } }

.post-blog {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .post-blog .post-blog-masthead {
    position: relative;
    margin-bottom: 100px; }
    .post-blog .post-blog-masthead .masthead-shell1 {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: 805px;
      background-image: url(/wp-content/themes/o3framework/images/graphic_1.jpg);
      background-color: #2d2e2a;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .post-blog .post-blog-masthead .masthead-shell2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-bottom: 130px;
      position: relative;
      z-index: 5; }
    .post-blog .post-blog-masthead .masthead-shell3 {
      width: 50%;
      position: relative;
      z-index: 4;
      overflow: hidden; }
      .post-blog .post-blog-masthead .masthead-shell3 .background-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .post-blog .post-blog-masthead .masthead-shell4 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: auto;
      color: #fff;
      text-align: left;
      padding-right: 60px; }
    .post-blog .post-blog-masthead .masthead-shell5 {
      width: 500px; }
      .post-blog .post-blog-masthead .masthead-shell5 h1 {
        font-size: 5.0rem; }
    .post-blog .post-blog-masthead .masthead-shell6 {
      border-style: none none dotted none;
      width: 436px;
      margin-right: 60px; }
    .post-blog .post-blog-masthead .masthead-shell7 {
      width: 500px;
      font-size: 1.0rem;
      margin-top: 1.1rem;
      padding-left: 5px;
      padding-right: 20%; }
    .post-blog .post-blog-masthead .content-animation-left {
      opacity: 0;
      -webkit-animation: animate-down 0.5s ease forwards;
              animation: animate-down 0.5s ease forwards; }
    .post-blog .post-blog-masthead .slick-current .content-animation-left:nth-child(1) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s; }
    .post-blog .post-blog-masthead .slick-current .content-animation-left:nth-child(2) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .post-blog .post-blog-masthead .slick-current .content-animation-left:nth-child(3) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
    .post-blog .post-blog-masthead .slick-current .content-animation-left:nth-child(4) {
      -webkit-animation: animate-right 0.5s ease 0.5s forwards;
              animation: animate-right 0.5s ease 0.5s forwards;
      -webkit-animation-delay: 1.0s;
              animation-delay: 1.0s; }

@keyframes animate-down {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, 40px, 0);
            transform: translate3d(0px, 40px, 0);
    opacity: 0; } }

@keyframes animate-down2 {
  from {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-right {
  from {
    -webkit-transform: translate3d(-40px, 0px, 0);
            transform: translate3d(-40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-up {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; } }
    .post-blog .post-blog-masthead .content-animation-down {
      opacity: 0;
      -webkit-animation: animate-down 0.5s ease forwards;
              animation: animate-down 0.5s ease forwards; }
    .post-blog .post-blog-masthead .slick-current .content-animation-down {
      -webkit-animation: animate-down2 1.5s ease forwards;
              animation: animate-down2 1.5s ease forwards;
      -webkit-animation-delay: 0s, 1.4s;
              animation-delay: 0s, 1.4s; }

@keyframes animate-left {
  from {
    -webkit-transform: translate3d(40px, 0px, 0);
            transform: translate3d(40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }
    @media (max-width: 1270px) {
      .post-blog .post-blog-masthead .masthead-shell2 {
        padding-left: 35px;
        padding-right: 35px; }
      .post-blog .post-blog-masthead .masthead-shell5, .post-blog .post-blog-masthead .masthead-shell7 {
        width: 100%; }
      .post-blog .post-blog-masthead .masthead-shell6 {
        width: 100%;
        margin-right: 0px; } }
    @media (max-width: 1000px) {
      .post-blog .post-blog-masthead .masthead-shell5 h1 {
        font-size: 4.0rem; } }
    @media (max-width: 850px) {
      .post-blog .post-blog-masthead .masthead-shell1 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        width: 100%;
        height: auto; }
      .post-blog .post-blog-masthead .masthead-shell2 {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding: 110px 70px 110px 70px; }
      .post-blog .post-blog-masthead .masthead-shell3 {
        height: 300px;
        width: 100%; }
      .post-blog .post-blog-masthead .masthead-shell4 {
        padding-right: 0px; }
      .post-blog .post-blog-masthead .masthead-controls {
        display: none; } }
    @media (max-width: 500px) {
      .post-blog .post-blog-masthead .masthead-shell2 {
        padding: 30px 35px 80px 35px; }
      .post-blog .post-blog-masthead .masthead-shell5 h1 {
        font-size: 3.0rem; } }
    .post-blog .post-blog-masthead .masthead-controls {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 130px;
      z-index: 100;
      transition: 0.25s ease-in; }
      .post-blog .post-blog-masthead .masthead-controls .controls-shell1 {
        display: inline-block;
        width: 50%;
        float: left;
        position: relative;
        height: 130px;
        background-color: #fff; }
  .post-blog .post-blog-shell1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: auto; }
  .post-blog .post-blog-shell2 {
    text-align: left;
    width: auto;
    padding: 0% 5% 0% 0%;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 3.125rem;
    text-transform: uppercase; }
  .post-blog .post-blog-shell2:last-child {
    padding: 0% 0% 0% 0%; }
  .post-blog .post-blog-shell3 {
    width: 100%;
    padding-left: 5.8%;
    text-align: left;
    text-transform: uppercase; }
  .post-blog .post-blog-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 90px 0px 0px 0px;
    line-height: 1; }
  .post-blog .post-blog-shell5 {
    width: 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 8px solid #dbd4b1;
    border-left: 4px solid #dbd4b1;
    border-right: 4px solid #dbd4b1;
    border-bottom: 8px solid #dbd4b1; }
  .post-blog .post-blog-shell5:first-child {
    border-left: 8px solid #dbd4b1;
    border-right: 4px solid #dbd4b1; }
  .post-blog .post-blog-shell5:last-child {
    border-left: 4px solid #dbd4b1;
    border-right: 8px solid #dbd4b1; }
  .post-blog .post-blog-shell6 {
    border-bottom: 8px solid #dbd4b1;
    background-color: #f3f0e8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px; }
  .post-blog .post-blog-shell7 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding: 50px 10px 50px 10px;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 3.125rem;
    line-height: 1; }
  .post-blog .post-blog-shell8 {
    width: 100%;
    text-align: left;
    max-width: 660px;
    margin: 0px auto 0px auto; }
  .post-blog .post-blog-shell9 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    text-align: left;
    max-width: 660px;
    margin: 30px auto 0px auto; }
  .post-blog .post-blog-shell10 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #0054a6;
    margin: 0px 10px 0px 10px; }
    .post-blog .post-blog-shell10 > span {
      color: #fff; }
  .post-blog .post-blog-shell11 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 35px;
    margin: 0px 10px 0px 10px;
    color: #5a5d58;
    font-weight: 800; }
  .post-blog .post-blog-shell12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 90px 0 90px 0; }
  .post-blog .post-blog-shell13 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.25rem;
    border: 6px solid #c2bc9d;
    padding: 12px 30px 12px 30px; }
  .post-blog .post-blog-shell14 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 90px 30px 0px 30px; }
    .post-blog .post-blog-shell14 > h2 {
      text-transform: uppercase; }
  @media (max-width: 900px) {
    .post-blog .post-blog-shell7, .post-blog .post-blog-shell2 {
      font-size: 2.125rem; } }
  @media (max-width: 750px) {
    .post-blog .post-blog-shell7, .post-blog .post-blog-shell2 {
      font-size: 3.125rem; }
    .post-blog .post-blog-shell5 {
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: 8px solid #dbd4b1;
      border-left: 8px solid #dbd4b1;
      border-right: 8px solid #dbd4b1;
      border-bottom: 8px solid #dbd4b1;
      margin-bottom: 30px; }
    .post-blog .post-blog-shell5:nth-child(even) {
      border-left: 4px solid #dbd4b1; }
    .post-blog .post-blog-shell5:nth-child(odd) {
      border-right: 4px solid #dbd4b1; } }
  @media (max-width: 650px) {
    .post-blog .post-blog-shell1 {
      width: 100%; }
    .post-blog .post-blog-shell2 {
      padding: 0% 10% 0% 0%; }
    .post-blog .post-blog-shell3 {
      padding-left: 1.8%; } }
  @media (max-width: 550px) {
    .post-blog .post-blog-shell7, .post-blog .post-blog-shell2 {
      font-size: 2.125rem; } }
  @media (max-width: 400px) {
    .post-blog .post-blog-shell7, .post-blog .post-blog-shell2 {
      font-size: 1.5rem; } }

.post-footer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  background-color: #0054a6;
  background-image: url(/wp-content/themes/o3framework/images/graphic_6.jpg);
  background-size: 50% 100%;
  background-position: center right;
  background-repeat: no-repeat;
  text-align: center;
  display: block;
  margin-top: 10%; }
  .post-footer .post-footer-shell2 {
    padding: 105px 50px 105px 50px; }
  .post-footer .post-footer-shell3 {
    padding: 105px 50px 105px 50px; }
  .post-footer .post-footer-shell4 {
    display: inline-block;
    width: 100%;
    font-size: 2.5rem;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: none;
    position: relative; }
  .post-footer .post-footer-shell5 {
    float: left;
    text-align: left;
    padding-left: 45px;
    padding-top: 10px;
    position: relative; }
  .post-footer .post-footer-shell5:before {
    position: absolute;
    width: 45px;
    height: 45px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    top: 20px;
    left: -10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: ''; }
  .post-footer .post-footer-shell6 {
    float: right;
    text-align: right;
    padding-right: 45px;
    padding-top: 10px;
    position: relative; }
  .post-footer .post-footer-shell6:after {
    position: absolute;
    width: 45px;
    height: 45px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    top: 20px;
    right: -10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: ''; }
  @media (max-width: 950px) {
    .post-footer .post-footer-shell2 {
      padding: 55px 10px 55px 0px; }
    .post-footer .post-footer-shell3 {
      padding: 55px 0px 55px 10px; }
    .post-footer .post-footer-shell4 {
      font-size: 1.5rem; }
    .post-footer .post-footer-shell5:before {
      width: 35px;
      height: 35px;
      top: 12px;
      left: 0px; }
    .post-footer .post-footer-shell6:after {
      width: 35px;
      height: 35px;
      top: 12px;
      right: 0px; } }
  @media (max-width: 767px) {
    .post-footer {
      background-image: none; }
    .post-footer .post-footer-shell2 {
      padding: 25px 0px 15px 0px; }
    .post-footer .post-footer-shell3 {
      padding: 15px 0px 25px 0px; }
    .post-footer .post-footer-shell4 {
      float: none;
      width: auto; } }

.single-beers .post-footer, .single-post .post-footer {
  margin-top: 3%; }

/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* SPECIALTY PAGE */
/*-------------------------------------------------------------------------------------------*/
.woocommerce {
  position: relative;
  z-index: 1; }
  .woocommerce .col2-set {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 6%; }
    .woocommerce .col2-set h2 {
      font-family: "Gin-Regular", "Source Sans Pro", sans-serif;
      color: #000000;
      font-size: 2.5rem; }
    .woocommerce .col2-set form.login, .woocommerce .col2-set form.register {
      border: none; }
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      width: 90%;
      max-width: 500px; }
    .woocommerce .col2-set .form-row {
      text-align: center; }
      .woocommerce .col2-set .form-row label {
        text-align: left; }
      .woocommerce .col2-set .form-row label.inline {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 10px; }
        .woocommerce .col2-set .form-row label.inline input {
          width: 20px; }
      .woocommerce .col2-set .form-row input.button {
        background-color: #000000;
        color: #ffffff;
        font-size: 1rem;
        padding: 11px 35px;
        height: auto;
        border-radius: 0px;
        margin-top: 30px; }
    .woocommerce .col2-set .lost_password {
      text-align: center; }

.single-product .woocommerce-message[role="alert"] {
    margin-top: 100px;
}

/*-------------------------------------------------------------------------------------------*/
/* TWITTER & EVENTS */
/*-------------------------------------------------------------------------------------------*/
.all-events {
  position: relative;
  z-index: 1;
  margin-top: -50px; }
  .all-events .all-events-shell1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
  .all-events .all-events-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    margin-top: 125px; }
  .all-events .all-events-shell3 {
    width: auto;
    max-width: 230px;
    min-width: 230px;
    height: auto;
    margin-right: 35px; }
    .all-events .all-events-shell3 > img {
      width: 100%;
      margin-bottom: 10px; }
  .all-events .all-events-shell4 {
    width: auto;
    height: auto;
    text-align: left;
    padding-right: 30px; }
  .all-events .all-events-shell5 {
    display: block;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    color: #5a5d58; }
  .all-events .all-events-shell6 {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    color: #5a5d58; }
  .all-events .all-events-shell7 {
    font-size: 1.0rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .all-events .all-events-shell7:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  .all-events .all-events-shell8 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
  .all-events .all-events-shell9 {
    width: 50%;
    height: auto;
    margin-right: 35px; }
    .all-events .all-events-shell9 > img {
      width: 100%;
      margin-bottom: 10px; }
  .all-events .all-events-shell10 {
    width: 50%;
    height: auto;
    text-align: left;
    margin-top: 100px; }
  .all-events .all-events-shell11 {
    display: block;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 2.5rem;
    color: #5a5d58;
    line-height: 1.3;
    font-weight: 100; }
  .all-events .all-events-shell12 {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #5a5d58; }
  .all-events .all-events-shell13 {
    margin-top: 1.4rem; }
  @media (max-width: 1100px) {
    .all-events .all-events-shell1 {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .all-events .all-events-shell2 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 48%;
      margin-top: 80px; }
    .all-events .all-events-shell3 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: auto;
      margin-right: 0px; }
      .all-events .all-events-shell3 > img {
        width: 100%;
        margin-bottom: 10px; }
    .all-events .all-events-shell4 {
      width: 100%;
      height: auto;
      text-align: left;
      padding-right: 0px; } }
  @media (max-width: 800px) {
    .all-events .all-events-shell8 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .all-events .all-events-shell9 {
      height: auto;
      width: 100%;
      max-height: 300px;
      overflow: hidden;
      margin-right: 0px; }
    .all-events .all-events-shell10 {
      margin-top: 30px;
      width: 100%; } }
  @media (max-width: 660px) {
    .all-events .all-events-shell2 {
      width: 100%;
      padding: 0px 0px 0px 0px;
      margin-top: 55px; } }

/*-------------------------------------------------------------------------------------------*/
/* TWITTER & EVENTS */
/*-------------------------------------------------------------------------------------------*/
.beers {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .beers .beers-shell1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .beers .beers-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%; }
  .beers .beers-shell2:nth-child(odd) {
    padding-right: 50px;
    margin-top: -50px; }
  .beers .beers-shell2:nth-child(even) {
    padding-left: 50px;
    margin-top: 150px; }
  .beers .beers-shell3 {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 600px; }
    .beers .beers-shell3:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0);
      transition: all ease 0.25s; }
    .beers .beers-shell3:after {
      position: absolute;
      content: '';
      top: 70%;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
    .beers .beers-shell3:hover:before {
      background-color: rgba(255, 255, 255, 0.3); }
  .beers .beers-shell4 {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    z-index: 10;
    color: #000000;
    text-transform: uppercase; }
  .beers .beers-shell5 {
    width: 80%;
    max-width: 420px;
    text-align: center;
    margin: auto; }
    .beers .beers-shell5 > p {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .beers .beers-shell6 {
    font-size: 1.0rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .beers .beers-shell6:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  @media (max-width: 750px) {
    .beers .beers-shell4 {
      margin-top: 10px; }
      .beers .beers-shell4 h3 {
        font-size: 1.5rem; } }
  @media (max-width: 600px) {
    .beers .beers-shell2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%; }
    .beers .beers-shell2:nth-child(odd) {
      padding-right: 0px;
      margin-top: 50px; }
    .beers .beers-shell2:nth-child(even) {
      padding-left: 0px;
      margin-top: 50px; }
    .beers .beers-shell2:first-child {
      margin-top: -50px; }
    .beers .beers-shell4 {
      margin-top: 10px; }
      .beers .beers-shell4 h3 {
        font-size: 2.5rem; } }
  @media (max-width: 400px) {
    .beers .beers-shell4 h3 {
      font-size: 1.5rem; } }

/*-------------------------------------------------------------------------------------------*/
/* TWITTER & EVENTS */
/*-------------------------------------------------------------------------------------------*/
.blog {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .blog .blog-shell1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .blog .blog-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%; }
  .blog .blog-shell2:nth-child(odd) {
    padding-right: 50px;
    margin-top: -50px; }
  .blog .blog-shell2:nth-child(even) {
    padding-left: 50px;
    margin-top: 150px; }
  .blog .blog-shell3 {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 600px; }
    .blog .blog-shell3:after {
      position: absolute;
      content: '';
      top: 70%;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
  .blog .blog-shell4 {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    z-index: 10;
    color: #000000;
    text-transform: uppercase; }
  .blog .blog-shell6 {
    font-size: 1.0rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .blog .blog-shell6:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  @media (max-width: 750px) {
    .blog .blog-shell4 {
      margin-top: 10px; }
      .blog .blog-shell4 h3 {
        font-size: 1.5rem; } }
  @media (max-width: 600px) {
    .blog .blog-shell2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%; }
    .blog .blog-shell2:nth-child(odd) {
      padding-right: 0px;
      margin-top: 50px; }
    .blog .blog-shell2:nth-child(even) {
      padding-left: 0px;
      margin-top: 50px; }
    .blog .blog-shell2:first-child {
      margin-top: -50px; }
    .blog .blog-shell4 {
      margin-top: 10px; }
      .blog .blog-shell4 h3 {
        font-size: 2.5rem; } }
  @media (max-width: 400px) {
    .blog .blog-shell4 h3 {
      font-size: 1.5rem; } }

/*-------------------------------------------------------------------------------------------*/
/* BREADCRUMBS */
/*-------------------------------------------------------------------------------------------*/
.brewing-process {
  position: relative;
  z-index: 1;
  margin-top: -10%;
  margin-bottom: 10%;
  padding: 100px 0px 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f3f0e8; }
  .brewing-process .brewing-process-shell1 {
    width: 90%;
    max-width: 975px;
    margin: auto;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 2.5rem;
    color: #5a5d58;
    text-transform: uppercase; }
  @media (max-width: 700px) {
    .brewing-process .brewing-process-shell1 {
      font-size: 2rem; } }
  @media (max-width: 500px) {
    .brewing-process .brewing-process-shell1 {
      font-size: 1.5rem; } }
  .brewing-process .brewing-process-shell2 {
    max-width: 800px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px; }
  .brewing-process .brewing-process-shell3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    padding: 0px 30px 0px 30px;
    margin-top: 50px; }
  .brewing-process .brewing-process-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 350px; }
  .brewing-process .brewing-process-shell5 {
    width: 100px;
    height: 20px;
    margin-top: 25px;
    position: relative; }
  .brewing-process .brewing-process-shell5:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    content: "\e902";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    font-size: 1.5rem;
    padding-left: 10px;
    color: #c2bc9d; }
  .brewing-process .brewing-process-shell6 {
    text-align: left;
    width: 350px;
    margin-top: 15px; }
  .brewing-process .brewing-process-shell7 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    text-align: right;
    color: #c2bc9d;
    text-transform: uppercase; }
  .brewing-process .brewing-process-shell8 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 2.5rem;
    text-align: right;
    color: #5a5d58;
    margin-top: -8px;
    line-height: 1.2; }
  @media (max-width: 900px) {
    .brewing-process .brewing-process-shell8 {
      font-size: 1.5rem; } }
  @media (max-width: 650px) {
    .brewing-process .brewing-process-shell3 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .brewing-process .brewing-process-shell4 {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }
    .brewing-process .brewing-process-shell5 {
      display: none; }
    .brewing-process .brewing-process-shell6 {
      width: 100%; }
    .brewing-process .brewing-process-shell7 {
      text-align: left; }
    .brewing-process .brewing-process-shell8 {
      font-size: 2.5rem;
      text-align: left; } }

.call-to-action {
  position: relative;
  z-index: 1;
  margin-bottom: 10%;
  padding: 100px 0px 100px 0px;
  background-size: 60% 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/o3framework/images/graphic_14.jpg); }
  .call-to-action .call-to-action-shell1 {
    width: 90%;
    max-width: 975px;
    margin: auto; }
  .call-to-action .call-to-action-shell2 {
    border: 8px solid #dbd4b1;
    padding: 25px;
    text-transform: uppercase;
    background-color: #f3f0e8;
    text-transform: uppercase; }
  @media (max-width: 600px) {
    .call-to-action .call-to-action-shell2 h2 {
      font-size: 2.0rem; } }
  @media (max-width: 380px) {
    .call-to-action .call-to-action-shell2 h2 {
      font-size: 1.5rem; } }
  .call-to-action .call-to-action-shell3 {
    padding: 25px 15% 25px 15%;
    background-color: #fff;
    border-left: 8px solid #dbd4b1;
    border-right: 8px solid #dbd4b1;
    border-bottom: 8px solid #dbd4b1; }
  .call-to-action .call-to-action-shell4 {
    font-size: 1.0rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .call-to-action .call-to-action-shell4:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }

@media (max-width: 600px) {
  .call-to-action {
    padding: 30px 0px 30px 0px; } }

.cart-collaterals {
  width: 35% !important;
  display: inline-block;
  float: right; }
  .cart-collaterals .shop_table {
    border: none !important; }
  .cart-collaterals .cart_totals {
    width: 100% !important; }
    .cart-collaterals .cart_totals h2 {
      font-size: 1.25rem;
      text-align: left; }
    .cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
      border: none !important; }
    .cart-collaterals .cart_totals table {
      background-color: #f2f2f2; }
    .cart-collaterals .cart_totals .cart-subtotal td, .cart-collaterals .cart_totals .tax-rate td, .cart-collaterals .cart_totals .order-total td {
      padding: 9px 12px; }
    .cart-collaterals .cart_totals .cart-subtotal .amount, .cart-collaterals .cart_totals .tax-rate .amount, .cart-collaterals .cart_totals .order-total .amount {
      color: #5a5d58 !important;
      font-size: 1rem !important;
      font-weight: 800 !important; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
      font-size: 1rem !important;
      color: #fff;
      background-color: #000000;
      display: inline-block;
      padding: 10px 30px;
      float: right; }

.cart-form {
  display: inline-block;
  width: 60%;
  float: left; }
  .cart-form .shop_table {
    width: 100%;
    border: none !important; }
    .cart-form .shop_table input[type='submit'] {
      background-color: transparent;
      padding: 12px;
      height: auto;
      text-align: left; }
    .cart-form .shop_table thead tr {
      background-color: #f3f0e8; }
      .cart-form .shop_table thead tr th {
        padding: 20px 12px;
        text-transform: uppercase; }
    .cart-form .shop_table td {
      border: none !important; }
    .cart-form .shop_table .cart_item .product-name a {
      text-transform: inherit !important; }
    .cart-form .shop_table .cart_item .product-remove a {
      color: #fff !important;
      background: red;
      width: 1em !important; }
    .cart-form .shop_table .cart_item .product-remove a:hover {
      background: black; }
    .cart-form .shop_table .cart_item .product-thumbnail {
      width: 150px;
      padding: 20px 0px 20px 0px; }
      .cart-form .shop_table .cart_item .product-thumbnail img {
        width: 100% !important; }
    .cart-form .shop_table .cart_item .product-price .woocommerce-Price-amount {
      color: #5a5d58 !important;
      font-size: 1rem !important;
      font-weight: 800 !important; }
    .cart-form .shop_table .cart_item .product-quantity input {
      background-color: #f2f2f2;
      border: none; }
    .cart-form .shop_table .cart_item .product-subtotal .woocommerce-Price-amount {
      color: #5a5d58 !important;
      font-size: 1rem !important;
      font-weight: 800 !important; }
    .cart-form .shop_table .coupon input[type='text'] {
      width: auto !important; }
    .cart-form .shop_table .coupon input[type='submit'] {
      background-color: transparent;
      padding: 12px;
      height: auto;
      float: left !important;
      width: auto !important; }
    @media (max-width: 767px) {
      .cart-form .shop_table .cart_item {
        margin-bottom: 30px; }
        .cart-form .shop_table .cart_item .product-name {
          font-size: 1.3rem;
          line-height: 1.2; }
        .cart-form .shop_table .cart_item .product-name:before {
          content: "" !important; }
        .cart-form .shop_table .cart_item .product-remove {
          position: relative; }
        .cart-form .shop_table .cart_item .product-remove:after {
          content: 'REMOVE';
          position: absolute;
          top: 5px;
          left: 45px;
          font-weight: 800;
          font-size: 0.8rem; } }

@media (max-width: 1000px) {
  .cart-collaterals {
    width: 100% !important; }
  .cart-form {
    width: 100%;
    margin-bottom: 30px; } }

/*-------------------------------------------------------------------------------------------*/
/* COMPONENTS */
/*-------------------------------------------------------------------------------------------*/
/* Image captions */
.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px; }

/*-------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/*-------------------------------------------------------------------------------------------*/
.double-column {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .double-column .double-column-shell1 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    height: auto; }
  .double-column .double-column-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 572px;
    position: relative;
    z-index: 5;
    padding-right: 30px; }
  .double-column .double-column-shell2:first-child {
    padding-right: 0px;
    padding-left: 30px; }
  .double-column .double-column-shell3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 572px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px; }
  .double-column .double-column-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    color: #5a5d58;
    text-align: left;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    position: relative; }
  @media (max-width: 975px) {
    .double-column .double-column-shell2 {
      width: 40%; }
    .double-column .double-column-shell3 {
      width: 60%; }
    .double-column .double-column-shell4 {
      padding-left: 45px; } }
  @media (max-width: 650px) {
    .double-column .double-column-shell1 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: auto; }
    .double-column .double-column-shell2 {
      width: 100%;
      max-width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      height: auto;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .double-column .double-column-shell2:first-child {
      padding-right: 30px;
      padding-left: 30px; }
    .double-column .double-column-shell3 {
      width: 100%;
      max-width: 100%;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 40px;
      margin-top: 0px; }
    .double-column .double-column-shell4 {
      padding-left: 30px;
      padding-right: 30px; } }
  .double-column .double-column-shell5 {
    width: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    min-height: 450px;
    margin-top: -50px; }
  .double-column .double-column-shell5:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background-color: #fff;
    content: '';
    z-index: 100;
    transition: all 1.5s ease-out; }
  .double-column .double-column-shell5:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background-color: #fff;
    content: '';
    z-index: 100;
    transition: all 1.5s ease-out; }
  .double-column .double-column-shell5-adjustment:before {
    width: 0%; }
  .double-column .double-column-shell5-adjustment:after {
    width: 0%; }
  .double-column .double-column-shell6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .double-column .double-column-shell8 {
    width: 90%; }
  @media (max-width: 650px) {
    .double-column .double-column-shell8 {
      width: 100%; } }
  .double-column .double-column-shell9 {
    border-style: none none dotted none;
    width: 40%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .double-column .double-column-shell10 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    color: #32499c;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 1.05rem; }
  .double-column .double-column-shell11 p {
    margin-bottom: 0rem; }
  .double-column .double-column-shell12 {
    font-size: 1.0rem;
    margin-top: 10px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .double-column .double-column-shell12:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  .double-column .double-column-shell13 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 1.250rem;
    color: #32499c;
    text-transform: uppercase; }

/*-------------------------------------------------------------------------------------------*/
/* FORMS */
/*-------------------------------------------------------------------------------------------*/
form input,
.ginput_container input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 10px;
  color: #5a5d58;
  font-size: 1em;
  line-height: 1.2;
  border: 1px #5a5d58 solid;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

form textarea,
.ginput_container > textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #555;
  border: 1px #b8b8b8 solid;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
  overflow: auto; }

form input[type="text"],
.ginput_container > input[type="text"] {
  height: 40px; }

form input[type="text"]::-webkit-input-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="text"]::-webkit-input-placeholder-shown,
.ginput_container > input[type="text"]::-webkit-input-placeholder,
.ginput_container > input[type="text"]:-moz-placeholder,
.ginput_container > input[type="text"]::-moz-placeholder,
.ginput_container > input[type="text"]:-ms-input-placeholder,
.ginput_container > input[type="text"]::-webkit-input-placeholder-shown {
  color: #5a5d58 !important;
  font-size: 0.9rem !important;
  font-style: italic !important; }

form input[type="text"]::-webkit-input-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="text"]::placeholder-shown,
.ginput_container > input[type="text"]::-webkit-input-placeholder,
.ginput_container > input[type="text"]:-moz-placeholder,
.ginput_container > input[type="text"]::-moz-placeholder,
.ginput_container > input[type="text"]:-ms-input-placeholder,
.ginput_container > input[type="text"]::placeholder-shown {
  color: #5a5d58 !important;
  font-size: 0.9rem !important;
  font-style: italic !important; }

form input:focus,
.ginput_container > input:focus,
.gr_bs_form > .ginput_container > textarea:focus {
  outline: 0; }

form input[type="submit"],
.gform_button {
  display: inline-block;
  width: auto;
  height: 60px;
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.25rem;
  border: 6px solid #c2bc9d;
  color: #c2bc9d;
  padding: 0px 30px 0px 30px;
  margin-top: 40px; }

gfield_required {
  color: #5a5d58 !important; }

.gfield_description {
  font-style: italic; }

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper textarea.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label .gfield_error {
  width: 100% !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important; }

.gform_wrapper .gform_ajax_spinner {
  clear: both;
  max-width: 50px;
  text-align: center;
  padding-top: 2px;
  margin: 0 0 0 auto; }

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0 !important; }

.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 0 !important; }

.gfield_checkbox input,
.gfield_radio input {
  margin-top: 0 !important;
  margin-left: 1px !important; }

.gfield_checkbox label,
.gfield_radio label {
  margin-top: 8px !important; }

.gform_wrapper .gfield_error .gfield_label {
  color: #5a5d58 !important; }

.gform_wrapper .ginput_complex label {
  margin-top: 0; }

.gform_title {
  font-size: 2.5rem;
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  line-height: 1.0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.gform_body ul {
  list-style: none;
  margin: 40px 0px 0px 0px;
  padding: 0px; }
  .gform_body ul li {
    margin-bottom: 20px; }
  .gform_body ul label {
    display: none; }
  .gform_body ul input, .gform_body ul textarea {
    border: none;
    border-bottom: 1px solid #a1a1a1;
    resize: none;
    outline: none; }

.form {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .form .form-shell1 {
    width: 90%;
    max-width: 600px;
    margin: auto;
    font-family: "Source Sans Pro", sans-serif;
    color: #5a5d58; }

.instagram .instagram-header-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0px 0px 35px 127px; }
  
.instagram .instagram-header-wrap h2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase; }
  
.instagram .instagram-header-wrap .instagram-view-all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #c2bc9d;
    transition: color ease-in-out 0.3s;
    padding-left: 30px; }
  
.instagram .instagram-header-wrap .instagram-view-all:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    content: "\e902";
    position: relative;
    font-size: 1.5rem;
    padding-left: 10px;
    color: #c2bc9d; }

@media (max-width: 650px) {
  .instagram .instagram-header-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0px 0px 35px 0px; }
    .instagram .instagram-header-wrap .instagram-view-all {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 600px) {
  .instagram .instagram-header-wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px; }
    .instagram .instagram-header-wrap .instagram-view-all {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .instagram .instagram-header-wrap h2 {
      font-size: 2.5rem; } }

.instagram .instagram-footer-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 90px 0 90px 0;
  background-color: #f3f0e8; }

.instagram .instagram-pics {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  height: auto;
  background-color: #f3f0e8; }
  .instagram .instagram-pics li {
    overflow: hidden;
    width: 16.667%; }
  .instagram .instagram-pics a,
  .instagram .instagram-pics img {
    width: 100%; }
  .instagram .instagram-pics img {
    transition: -webkit-filter ease-in-out 0.3s;
    transition: filter ease-in-out 0.3s;
    transition: filter ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s;
    -webkit-filter: sepia(1) hue-rotate(-20deg) saturate(1.2) contrast(0.6);
            filter: sepia(1) hue-rotate(-20deg) saturate(1.2) contrast(0.6); }
    .instagram .instagram-pics img:hover {
      -webkit-filter: none;
              filter: none; }

.instagram .instagram-say-hello {
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.25rem;
  border: 6px solid #c2bc9d;
  padding: 12px 30px 12px 30px;
  transition: all ease 0.25s; }

.instagram .instagram-say-hello:hover {
  background-color: #c2bc9d;
  color: #fff; }

@media (max-width: 1000px) {
  .instagram .instagram-pics {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #f3f0e8; }
    .instagram .instagram-pics li {
      width: 33%;
      overflow: hidden; } }

@media (max-width: 700px) {
  .instagram .instagram-pics {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #f3f0e8; }
    .instagram .instagram-pics li {
      width: 50%;
      overflow: hidden; } }

/*-------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/*-------------------------------------------------------------------------------------------*/
.masthead {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .masthead .masthead-shell1 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: 805px;
    background-color: #2d2e2a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .masthead .masthead-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 130px;
    position: relative;
    z-index: 5; }
  .masthead .masthead-shell3 {
    width: 50%;
    position: relative;
    z-index: 4;
    overflow: hidden; }
    .masthead .masthead-shell3 .background-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .masthead .masthead-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
    padding-right: 60px; }
  .masthead .masthead-shell5 {
    width: 500px; }
    .masthead .masthead-shell5 h1 {
      font-size: 5.0rem; }
  .masthead .masthead-shell6 {
    border-style: none none dotted none;
    width: 436px;
    margin-right: 60px; }
  .masthead .masthead-shell7 {
    width: 500px;
    font-size: 1.0rem;
    margin-top: 1.1rem;
    padding-left: 5px;
    padding-right: 20%; }
  .masthead .masthead-shell8 {
    width: 500px;
    font-size: 1.0rem;
    margin-top: 10px;
    padding-left: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .masthead .masthead-shell8:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  .masthead .content-animation-left {
    opacity: 0;
    -webkit-animation: animate-down 0.5s ease forwards;
            animation: animate-down 0.5s ease forwards; }
  .masthead .slick-current .content-animation-left:nth-child(1) {
    -webkit-animation: animate-right 0.5s ease 0.5s forwards;
            animation: animate-right 0.5s ease 0.5s forwards;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .masthead .slick-current .content-animation-left:nth-child(2) {
    -webkit-animation: animate-right 0.5s ease 0.5s forwards;
            animation: animate-right 0.5s ease 0.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .masthead .slick-current .content-animation-left:nth-child(3) {
    -webkit-animation: animate-right 0.5s ease 0.5s forwards;
            animation: animate-right 0.5s ease 0.5s forwards;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .masthead .slick-current .content-animation-left:nth-child(4) {
    -webkit-animation: animate-right 0.5s ease 0.5s forwards;
            animation: animate-right 0.5s ease 0.5s forwards;
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s; }

@keyframes animate-down {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, 40px, 0);
            transform: translate3d(0px, 40px, 0);
    opacity: 0; } }

@keyframes animate-down2 {
  from {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-right {
  from {
    -webkit-transform: translate3d(-40px, 0px, 0);
            transform: translate3d(-40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }

@keyframes animate-up {
  from {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0px, -40px, 0);
            transform: translate3d(0px, -40px, 0);
    opacity: 0; } }
  .masthead .content-animation-down {
    opacity: 0;
    -webkit-animation: animate-down 0.5s ease forwards;
            animation: animate-down 0.5s ease forwards; }
  .masthead .slick-current .content-animation-down {
    -webkit-animation: animate-down2 1.5s ease forwards;
            animation: animate-down2 1.5s ease forwards;
    -webkit-animation-delay: 0s, 1.4s;
            animation-delay: 0s, 1.4s; }

@keyframes animate-left {
  from {
    -webkit-transform: translate3d(40px, 0px, 0);
            transform: translate3d(40px, 0px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
    opacity: 1; } }
  .masthead .masthead-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    z-index: 100;
    transition: 0.25s ease-in; }
    .masthead .masthead-controls .controls-shell1 {
      display: inline-block;
      width: 50%;
      float: left;
      position: relative;
      height: 130px;
      background-color: #fff; }
    .masthead .masthead-controls .controls-shell2 {
      display: inline-block;
      width: 50%;
      float: left;
      position: relative;
      padding-top: 40px; }
      .masthead .masthead-controls .controls-shell2 > button:first-child {
        position: absolute;
        left: 50px;
        outline: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
        border-top: none;
        border-right: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: 0.15s linear; }
      .masthead .masthead-controls .controls-shell2 > button:last-child {
        position: absolute;
        right: 40%;
        outline: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        border-bottom: none;
        border-left: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: 0.15s linear; }
      @media (max-width: 500px) {
        .masthead .masthead-controls .controls-shell2 > button:first-child {
          width: 30px;
          height: 30px; }
        .masthead .masthead-controls .controls-shell2 > button:last-child {
          width: 30px;
          height: 30px; } }
    .masthead .masthead-controls ul {
      margin: 0 !important;
      list-style: none;
      text-align: right;
      padding-right: 60px;
      padding-top: 40px; }
      .masthead .masthead-controls ul > li {
        display: inline; }
        .masthead .masthead-controls ul > li > button {
          outline: none;
          width: 7px;
          height: 7px;
          background-color: #c2bc9d;
          border: 0px;
          margin: 0px 10px 0px 10px;
          border-radius: 50%;
          padding: 0px;
          font-size: 0;
          line-height: 0;
          cursor: pointer;
          color: transparent;
          transition: 0.15s linear; }
      .masthead .masthead-controls ul > li.slick-active {
        display: inline; }
        .masthead .masthead-controls ul > li.slick-active > button {
          outline: none;
          width: 9px;
          height: 9px;
          background-color: #944720;
          border: 0px;
          margin: 0px 10px 0px 10px;
          border-radius: 0;
          padding: 0px;
          font-size: 0;
          line-height: 0;
          cursor: pointer;
          color: transparent;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          transition: 0.15s linear; }
  @media (max-width: 1270px) {
    .masthead .masthead-shell2 {
      padding-left: 35px;
      padding-right: 35px; }
    .masthead .masthead-shell5, .masthead .masthead-shell7, .masthead .masthead-shell8 {
      width: 100%; }
    .masthead .masthead-shell6 {
      width: 100%;
      margin-right: 0px; } }
  @media (max-width: 850px) {
    .masthead .masthead-shell1 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: auto; }
    .masthead .masthead-shell2 {
      width: 100%;
      height: auto;
      margin-bottom: 0px;
      padding: 110px 70px 110px 70px; }
    .masthead .masthead-shell3 {
      height: 300px;
      width: 100%; }
    .masthead .masthead-shell4 {
      padding-right: 0px; }
    .masthead .masthead-controls {
      height: 30px; }
      .masthead .masthead-controls .controls-shell1 {
        width: 100%;
        background-color: transparent;
        height: auto; }
      .masthead .masthead-controls ul {
        text-align: center;
        padding-top: 0px;
        padding-right: 40px; }
      .masthead .masthead-controls .controls-shell2 {
        width: 100%;
        padding-top: 10px; }
        .masthead .masthead-controls .controls-shell2 button {
          bottom: 0; }
        .masthead .masthead-controls .controls-shell2 button:last-child {
          right: 50px; } }
  @media (max-width: 600px) {
    .masthead .masthead-shell2 {
      padding: 30px 35px 80px 35px; }
    .masthead .masthead-shell5 h1 {
      font-size: 3.0rem; }
    .masthead .masthead-controls ul > li > button {
      width: 12px;
      height: 12px; }
    .masthead .masthead-controls ul > li.slick-active > button {
      width: 15px;
      height: 15px; } }

.masthead-static {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  padding: 160px 0px 160px 0px; }
  .masthead-static .masthead-static-shell1 {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .masthead-static .masthead-static-shell1 > h1 {
      color: #fff; }
  .masthead-static .masthead-static-shell2 {
    border-style: none none dotted none;
    width: 80%;
    max-width: 400px;
    border-color: #fff;
    margin-bottom: 1rem; }
  .masthead-static .masthead-static-shell3 {
    color: #fff;
    width: 90%;
    max-width: 600px; }

@media (max-width: 850px) {
  .masthead-static {
    padding: 110px 0px 130px 0px; }
  .page-id-5 .masthead-static {
    padding: 110px 0px 110px 0px; } }

@media (max-width: 500px) {
  .masthead-static {
    padding: 30px 0px 100px 0px; }
  .page-id-5 .masthead-static {
    padding: 30px 0px 30px 0px; } }

/*-------------------------------------------------------------------------------------------*/
/* MISC */
/*-------------------------------------------------------------------------------------------*/
.hidden {
  display: none; }

/* Alignments */
.alignleft {
  float: left;
  margin: 0 10px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 10px; }

.aligncenter {
  display: block;
  margin: 0 auto 30px auto; }

.woocommerce-checkout .masthead-static {
  padding: 40px 0px 40px 0px !important; }
  .woocommerce-checkout .masthead-static .masthead-static-shell1 h1 {
    font-size: 5rem !important; }

.woocommerce-checkout .woocommerce .page-content {
  margin-top: 0px !important; }
  .woocommerce-checkout .woocommerce .page-content input {
    border: none !important;
    border-bottom: 1px solid #a1a1a1 !important; }
  .woocommerce-checkout .woocommerce .page-content .checkout .shop_table .woocommerce-Price-amount {
    font-size: 1.7rem !important;
    color: #5a5d58 !important; }
  .woocommerce-checkout .woocommerce .page-content .checkout .col-1 {
    margin-bottom: 80px !important; }
  .woocommerce-checkout .woocommerce .page-content .checkout h3 {
    margin-top: 80px !important; }
  .woocommerce-checkout .woocommerce .page-content .checkout #ship-to-different-address-checkbox {
    width: 250px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative; }
    .woocommerce-checkout .woocommerce .page-content .checkout #ship-to-different-address-checkbox:after {
      content: 'Use A Different Address';
      font-size: 1rem;
      width: 250px;
      text-align: left;
      position: absolute;
      left: 30px;
      top: 10px; }
  .woocommerce-checkout .woocommerce .page-content .checkout .woocommerce-checkout-review-order {
    width: 100%;
    max-width: 900px;
    margin: auto; }
    .woocommerce-checkout .woocommerce .page-content .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
      background: none !important;
      border-radius: 0px !important; }
      .woocommerce-checkout .woocommerce .page-content .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment input[type='submit'] {
        font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-weight: 300 !important;
        font-size: 1.25rem !important;
        border: 6px solid #c2bc9d !important;
        padding: 12px 30px 12px 30px !important;
        background-color: #fff !important;
        color: #c2bc9d !important; }
  .woocommerce-checkout .woocommerce .page-content .woocommerce-thankyou-order-received {
    margin: 40px auto;
    display: block;
    max-width: 600px;
    font-size: 3.125rem;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    line-height: 1.0; }
  .woocommerce-checkout .woocommerce .page-content .order_details {
    margin: 0px auto 100px auto;
    display: inline-block;
    width: auto; }
    .woocommerce-checkout .woocommerce .page-content .order_details .woocommerce-Price-amount {
      font-size: 1.7rem !important;
      color: #5a5d58 !important; }
    .woocommerce-checkout .woocommerce .page-content .order_details li {
      font-size: 1.3rem; }
      .woocommerce-checkout .woocommerce .page-content .order_details li span.woocommerce-Price-amount {
        font-size: 1.7rem !important;
        color: #5a5d58 !important; }
    .woocommerce-checkout .woocommerce .page-content .order_details li:last-child {
      padding-right: 0px; }
  .woocommerce-checkout .woocommerce .page-content .customer_details {
    margin: 0px auto 100px auto;
    display: inline-block;
    width: auto; }
  .woocommerce-checkout .woocommerce .page-content .addresses {
    margin-top: 0px !important; }
    .woocommerce-checkout .woocommerce .page-content .addresses .col-1 {
      margin-bottom: 40px; }
    .woocommerce-checkout .woocommerce .page-content .addresses .col-1, .woocommerce-checkout .woocommerce .page-content .addresses .col-2 {
      max-width: 100% !important;
      width: 100% !important; }

.woocommerce mark {
  background-color: transparent !important;
  background: none !important;
  color: #5a5d58 !important; }

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0px;
  font-size: 1.2rem; }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: left;
    padding: 10px 0px; }
    .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:active {
      color: #32499C; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding-left: 40px;
  position: relative; }
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:before {
    font-family: 'icomoon' !important;
    font-size: 1.3rem;
    color: #32499C;
    position: absolute;
    left: 0px;
    top: 7px; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\e906"; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders:before {
  content: "\e907"; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\e944"; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\e905"; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\e904"; }

.woocommerce .woocommerce-MyAccount-content {
  text-align: left; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Price-amount {
    font-size: 1.7rem !important;
    color: #5a5d58 !important; }
  .woocommerce .woocommerce-MyAccount-content form input {
    border: none;
    border-bottom: 1px solid #a1a1a1; }
  .woocommerce .woocommerce-MyAccount-content form input[type="submit"] {
    display: inline-block;
    width: auto;
    height: 60px;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.25rem;
    border: 6px solid #c2bc9d;
    color: #c2bc9d;
    padding: 0px 30px 0px 30px;
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 0px; }
  .woocommerce .woocommerce-MyAccount-content .addresses .col-1 {
    margin-bottom: 40px; }
  .woocommerce .woocommerce-MyAccount-content .addresses .col-1, .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
    max-width: 100% !important;
    width: 100% !important; }

/*-------------------------------------------------------------------------------------------*/
/* PAGINATION */
/*-------------------------------------------------------------------------------------------*/
.partners {
  position: relative;
  z-index: 1;
  margin-bottom: 10%;
  background-color: #e9e6db;
  padding: 140px 0px 140px 0px; }
  .partners .partners-shell1 {
    text-transform: uppercase; }
  .partners .partners-shell2 {
    max-width: 800px;
    margin: auto; }
  .partners .partners-shell3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .partners .partners-shell4 {
    width: 23%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 30px; }
  @media (max-width: 930px) {
    .partners .partners-shell4 {
      width: 31%;
      padding-left: 1%;
      padding-right: 1%;
      margin-top: 30px; } }
  @media (max-width: 675px) {
    .partners .partners-shell4 {
      width: 48%;
      padding-left: 1%;
      padding-right: 1%;
      margin-top: 30px; } }
  @media (max-width: 500px) {
    .partners .partners-shell4 {
      width: 98%;
      padding-left: 1%;
      padding-right: 1%;
      margin-top: 30px; } }

#container {
  display: inline-block;
  width: 100%; }

.pp_overlay {
  z-index: 50 !important; }

.woocommerce-main-image {
  cursor: none !important; }

.product-cats {
  list-style: none;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 10px;
  padding: 0px; }
  .product-cats .category {
    display: inline-block;
    width: auto;
    margin: 0px 30px 0px 30px;
    font-size: 1.25rem; }
  @media (max-width: 600px) {
    .product-cats .category {
      display: block;
      margin: 0px 30px 10px 30px; } }

ul.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  ul.products h3 {
    color: #000000;
    font-family: "Gin-Regular", "Source Sans Pro", sans-serif;
    font-size: 1.5rem !important; }
  ul.products .price {
    color: #944720 !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important; }
  ul.products .size-shop_catalog {
    width: auto !important;
    height: auto !important;
    margin: auto !important; }
  ul.products li.product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    float: none !important;
    width: 33% !important;
    margin: 0px 0px 50px 0px !important;
    padding: 50px !important; }
    ul.products li.product:hover:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 10px solid #dbd4b1;
      content: '';
      pointer-events: none; }
    ul.products li.product h3 {
      margin: 20px 0px 0px 0px !important;
      line-height: 1.3 !important; }
    ul.products li.product .button {
      margin-top: 1em !important;
      margin-right: 35px !important;
      color: #c2bc9d !important;
      background-color: #ffffff !important;
      border: 3px solid #DBD4A5 !important;
      position: relative !important;
      transition: all ease 0.25s; }
      ul.products li.product .button:after {
        position: absolute;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        top: -3px;
        right: -40px;
        bottom: 0;
        width: 40px;
        height: calc(100% + 6px);
        border: 3px solid #DBD4A5 !important;
        background-color: #DBD4A5;
        content: "\f054";
        font-family: 'icomoon';
        color: #fff;
        font-size: 1rem; }
      ul.products li.product .button:hover {
        background-color: #DBD4A5 !important;
        color: #fff !important; }
  @media (max-width: 900px) {
    ul.products li.product {
      width: 50% !important; } }
  @media (max-width: 600px) {
    ul.products li.product {
      width: 100% !important; } }

.woocommerce-page .product {
  margin-top: 130px; }

.woocommerce-page .entry-summary {
  text-align: left; }
  .woocommerce-page .entry-summary h1 {
    font-famliy: "Gin-Regular", "Source Sans Pro", sans-serif;
    color: #000000;
    font-size: 2.5rem;
    text-transform: uppercase; }
  .woocommerce-page .entry-summary .quantity {
    margin: 0px !important;
    color: #c2bc9d !important;
    background-color: #ffffff !important;
    border-top: 3px solid #DBD4A5 !important;
    border-left: 3px solid #DBD4A5 !important;
    border-bottom: 3px solid #DBD4A5 !important;
    position: relative !important; }
    .woocommerce-page .entry-summary .quantity input {
      border: none !important;
      height: 36px; }
  .woocommerce-page .entry-summary .button {
    margin-top: 0em !important;
    margin-right: 60px !important;
    color: #c2bc9d !important;
    background-color: #ffffff !important;
    border: 3px solid #DBD4A5 !important;
    position: relative !important; }
    .woocommerce-page .entry-summary .button:after {
      position: absolute;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      top: -3px;
      right: -40px;
      bottom: 0;
      width: 40px;
      height: calc(100% + 6px);
      border: 3px solid #DBD4A5 !important;
      background-color: #DBD4A5;
      content: "\f054";
      font-family: 'icomoon';
      color: #fff;
      font-size: 1rem; }
    .woocommerce-page .entry-summary .button:hover {
      background-color: #DBD4A5 !important;
      color: #fff !important; }

.woocommerce-page .related {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid black;
  padding-top: 175px;
  margin-top: 175px; }

.woocommerce-page .woocommerce-Price-amount {
  color: #944720 !important;
  font-size: 2.5rem !important;
  font-weight: 800 !important; }

.woocommerce-page .post-shell6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.woocommerce-page .post-shell7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0054a6;
  margin: 0px 10px 0px 10px;
  transition: all ease 0.25s; }
  .woocommerce-page .post-shell7 > span {
    color: #fff; }
  .woocommerce-page .post-shell7:hover {
    background-color: #003e7b; }

.woocommerce-page .post-blog-shell9 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  text-align: left;
  max-width: 660px;
  margin: 30px auto 0px auto; }

.woocommerce-page .post-blog-shell11 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 35px;
  margin: 0px 10px 0px 10px;
  color: #5a5d58;
  font-weight: 800; }

.woocommerce-message {
  border: none !important;
  display: inline-block;
  width: 90%;
  max-width: 990px; }

.single-column {
  position: relative;
  z-index: 1;
  margin-bottom: 10%;
  padding: 100px 0px 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #282828; }
  .single-column .single-column-shell1 {
    width: 90%;
    max-width: 975px;
    margin: auto;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 2.5rem;
    color: #fff; }
  @media (max-width: 700px) {
    .single-column .single-column-shell1 {
      font-size: 2rem; } }
  @media (max-width: 600px) {
    .single-column .single-column-shell1 {
      font-size: 1.5rem; } }

/*-------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/*-------------------------------------------------------------------------------------------*/
.the-bullpen {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .the-bullpen .the-bulllpen-shell1 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: auto; }
  .the-bullpen .the-bullpen-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    position: relative;
    z-index: 5; }
  .the-bullpen .the-bullpen-shell3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px; }
  .the-bullpen .the-bullpen-shell3:before {
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #f3f0e8;
    content: '';
    transition: all 1.0s ease-in-out; }
  .the-bullpen .the-bullpen-shell3-adjustment:before {
    height: 100%;
    content: ''; }
  .the-bullpen .the-bullpen-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    color: #5a5d58;
    text-align: left;
    padding-left: 85px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
  @media (max-width: 975px) {
    .the-bullpen .the-bullpen-shell2 {
      width: 40%; }
    .the-bullpen .the-bullpen-shell3 {
      width: 60%; }
    .the-bullpen .the-bullpen-shell4 {
      padding-left: 45px; } }
  @media (max-width: 650px) {
    .the-bullpen .the-bulllpen-shell1 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: auto; }
    .the-bullpen .the-bullpen-shell2 {
      width: 100%;
      height: auto;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .the-bullpen .the-bullpen-shell3 {
      width: 100%;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 0px;
      margin-top: 0px; }
    .the-bullpen .the-bullpen-shell4 {
      padding-left: 30px;
      padding-right: 30px; } }
  .the-bullpen .the-bullpen-shell5 {
    width: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden; }
  .the-bullpen .the-bullpen-shell5:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background-color: #fff;
    content: '';
    z-index: 100;
    transition: all 1.5s ease-out; }
  .the-bullpen .the-bullpen-shell5:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background-color: #fff;
    content: '';
    z-index: 100;
    transition: all 1.5s ease-out; }
  .the-bullpen .the-bullpen-shell5-adjustment:before {
    width: 0%; }
  .the-bullpen .the-bullpen-shell5-adjustment:after {
    width: 0%; }
  .the-bullpen .the-bullpen-shell6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .the-bullpen .the-bullpen-shell8 {
    width: 60%; }
  @media (max-width: 650px) {
    .the-bullpen .the-bullpen-shell8 {
      width: 100%; } }
  .the-bullpen .the-bullpen-shell9 {
    border-style: none none dotted none;
    width: 40%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .the-bullpen .the-bullpen-shell10 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    color: #32499c;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 1.05rem; }
  .the-bullpen .the-bullpen-shell11 p {
    margin-bottom: 0rem; }
  .the-bullpen .the-bullpen-shell12 {
    font-size: 1.0rem;
    margin-top: 10px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .the-bullpen .the-bullpen-shell12:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  .the-bullpen .masthead-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    z-index: 100;
    transition: 0.25s ease-in; }
    .the-bullpen .masthead-controls .controls-shell1 {
      display: inline-block;
      width: 100%;
      float: left;
      position: relative;
      padding-top: 16px; }
      .the-bullpen .masthead-controls .controls-shell1 > button:first-child {
        position: absolute;
        left: 50px;
        outline: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
        border-top: none;
        border-right: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: 0.15s linear; }
      .the-bullpen .masthead-controls .controls-shell1 > button:last-child {
        position: absolute;
        right: 50px;
        outline: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        border-bottom: none;
        border-left: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: 0.15s linear; }
      @media (max-width: 500px) {
        .the-bullpen .masthead-controls .controls-shell1 > button:first-child {
          width: 30px;
          height: 30px; }
        .the-bullpen .masthead-controls .controls-shell1 > button:last-child {
          width: 30px;
          height: 30px; } }

.page-id-5 .the-bullpen {
  max-width: 1330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px; }
  .page-id-5 .the-bullpen .the-bullpen-shell3 {
    background-color: transparent; }
  .page-id-5 .the-bullpen .the-bullpen-shell3:before {
    background-color: transparent; }
  .page-id-5 .the-bullpen .the-bullpen-shell7, .page-id-5 .the-bullpen .the-bullpen-shell8, .page-id-5 .the-bullpen .the-bullpen-shell9 {
    display: none; }
  .page-id-5 .the-bullpen .the-bullpen-shell5:before, .page-id-5 .the-bullpen .the-bullpen-shell5:after {
    width: 0%; }
  .page-id-5 .the-bullpen .the-bullpen-shell6 {
    min-height: 450px; }
  @media (max-width: 650px) {
    .page-id-5 .the-bullpen {
      margin-top: -20px; }
    .page-id-5 .the-bullpen .the-bullpen-shell6 {
      min-height: 250px; }
    .page-id-5 .the-bullpen .masthead-controls {
      bottom: 20px; } }

/*-------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/*-------------------------------------------------------------------------------------------*/
.the-park {
  position: relative;
  z-index: 1;
  margin-bottom: 10%; }
  .the-park .the-park-shell1 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    height: auto; }
  .the-park .the-park-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 572px;
    position: relative;
    z-index: 5;
    margin-top: -50px;
    padding-right: 30px; }
  .the-park .the-park-shell3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 572px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px; }
  .the-park .the-park-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    color: #5a5d58;
    text-align: left;
    padding-left: 85px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
  @media (max-width: 975px) {
    .the-park .the-park-shell2 {
      width: 40%; }
    .the-park .the-park-shell3 {
      width: 60%; }
    .the-park .the-park-shell4 {
      padding-left: 45px; } }
  @media (max-width: 650px) {
    .the-park .the-park-shell1 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: auto; }
    .the-park .the-park-shell2 {
      width: 100%;
      max-width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      height: auto;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .the-park .the-park-shell3 {
      width: 100%;
      max-width: 100%;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 40px;
      margin-top: 0px; }
    .the-park .the-park-shell4 {
      padding-left: 30px;
      padding-right: 30px; } }
  .the-park .the-park-shell5 {
    width: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    min-height: 450px; }
  .the-park .the-park-shell5:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background-color: #fff;
    content: '';
    z-index: 100;
    transition: all 1.5s ease-out; }
  .the-park .the-park-shell5:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background-color: #fff;
    content: '';
    z-index: 100;
    transition: all 1.5s ease-out; }
  .the-park .the-park-shell5-adjustment:before {
    width: 0%; }
  .the-park .the-park-shell5-adjustment:after {
    width: 0%; }
  .the-park .the-park-shell6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .the-park .the-park-shell8 {
    width: 90%; }
  @media (max-width: 650px) {
    .the-park .the-park-shell8 {
      width: 100%; } }
  .the-park .the-park-shell9 {
    border-style: none none dotted none;
    width: 40%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .the-park .the-park-shell10 {
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    color: #32499c;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 1.05rem; }
  .the-park .the-park-shell11 p {
    margin-bottom: 0rem; }
  .the-park .the-park-shell12 {
    font-size: 1.0rem;
    margin-top: 10px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .the-park .the-park-shell12:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  .the-park .masthead-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    z-index: 100;
    transition: 0.25s ease-in; }
    .the-park .masthead-controls .controls-shell1 {
      display: inline-block;
      width: 100%;
      float: left;
      position: relative;
      padding-top: 40px; }
      .the-park .masthead-controls .controls-shell1 > button:first-child {
        position: absolute;
        left: 50px;
        outline: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
        border-top: none;
        border-right: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: 0.15s linear; }
      .the-park .masthead-controls .controls-shell1 > button:last-child {
        position: absolute;
        right: 50px;
        outline: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        border-bottom: none;
        border-left: none;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        transition: 0.15s linear; }
      @media (max-width: 500px) {
        .the-park .masthead-controls .controls-shell1 > button:first-child {
          width: 30px;
          height: 30px; }
        .the-park .masthead-controls .controls-shell1 > button:last-child {
          width: 30px;
          height: 30px; } }

/*-------------------------------------------------------------------------------------------*/
/* TWITTER & EVENTS */
/*-------------------------------------------------------------------------------------------*/
.twitter-and-events {
  position: relative;
  z-index: 1;
  padding-bottom: 5%;
  padding-top: 5%;
  margin-bottom: 10%;
  padding-right: 30px;
  padding-left: 30px; }
  .twitter-and-events:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 45%;
    width: 15%;
    height: 100%;
    background-color: #fff;
    transition: all 1.5s ease-out; }
  .twitter-and-events:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0%;
    width: 15%;
    height: 100%;
    background-color: #fff;
    transition: all 1.5s ease-out; }
  .twitter-and-events .twitter-and-events-shell1 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .twitter-and-events .twitter-and-events-shell2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    max-width: 591px;
    position: relative;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 5;
    border-top: 8px solid #dbd4b1;
    border-left: 8px solid #dbd4b1;
    border-bottom: 8px solid #dbd4b1;
    border-right: 4px solid #dbd4b1;
    background-color: #fff; }
  .twitter-and-events .twitter-and-events-shell3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    max-width: 591px;
    position: relative;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 5;
    border-top: 8px solid #dbd4b1;
    border-left: 4px solid #dbd4b1;
    border-bottom: 8px solid #dbd4b1;
    border-right: 8px solid #dbd4b1;
    background-color: #fff; }
  .twitter-and-events .twitter-and-events-shell4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 40px; }
  .twitter-and-events .twitter-and-events-shell5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 40px; }
  .twitter-and-events .twitter-and-events-shell6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px;
    width: 100%; }
  .twitter-and-events .twitter-and-events-shell6:last-child {
    margin-bottom: 0px; }
  .twitter-and-events .twitter-and-events-shell7 {
    display: block;
    font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    color: #5a5d58; }
  .twitter-and-events .twitter-and-events-shell8 {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    color: #5a5d58; }
  .twitter-and-events .twitter-and-events-shell9 {
    width: auto;
    max-width: 173px;
    min-width: 173px;
    height: auto;
    margin-right: 35px; }
    .twitter-and-events .twitter-and-events-shell9 > img {
      width: 100%;
      margin-bottom: 10px; }
  .twitter-and-events .twitter-and-events-shell10 {
    width: auto;
    height: auto; }
  .twitter-and-events .twitter-and-events-shell11 {
    font-size: 1.0rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .twitter-and-events .twitter-and-events-shell11:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      content: "\e902";
      position: relative;
      font-size: 1.5rem;
      padding-left: 10px; }
  .twitter-and-events .twitter-and-events-shell12 {
    width: 100%;
    position: relative;
    z-index: 5;
    border-bottom: 8px solid #dbd4b1;
    padding: 15px;
    text-transform: uppercase;
    background-color: #f3f0e8; }
  .twitter-and-events .twitter-and-events-shell13 {
    width: 50%;
    max-width: 591px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-top: 8px solid #dbd4b1;
    border-left: 4px solid #dbd4b1;
    border-bottom: 4px solid #dbd4b1;
    border-right: 8px solid #dbd4b1;
    padding: 15px;
    text-transform: uppercase;
    background-color: #f3f0e8; }
  .twitter-and-events .twitter-and-events-shell14 {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-image: url(/wp-content/themes/o3framework/images/graphic_6.jpg); }
  .twitter-and-events .twitter-and-events-shell15 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  @media (max-width: 1000px) {
    .twitter-and-events .twitter-and-events-shell9 {
      display: none; }
    .twitter-and-events .twitter-and-events-shell10 {
      margin-left: 0px; } }
  @media (max-width: 670px) {
    .twitter-and-events .twitter-and-events-shell1 {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .twitter-and-events .twitter-and-events-shell2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      max-width: 670px;
      position: relative;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      z-index: 5;
      border-top: 8px solid #dbd4b1;
      border-left: 8px solid #dbd4b1;
      border-bottom: 4px solid #dbd4b1;
      border-right: 8px solid #dbd4b1;
      background-color: #fff; }
    .twitter-and-events .twitter-and-events-shell3 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      max-width: 670px;
      position: relative;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      z-index: 5;
      border-top: 4px solid #dbd4b1;
      border-left: 8px solid #dbd4b1;
      border-bottom: 8px solid #dbd4b1;
      border-right: 8px solid #dbd4b1;
      background-color: #fff; }
    .twitter-and-events .twitter-and-events-shell4, .twitter-and-events .twitter-and-events-shell5 {
      padding: 20px; }
    .twitter-and-events .twitter-and-events-shell9 {
      display: inline-block; } }
  @media (max-width: 550px) {
    .twitter-and-events .twitter-and-events-shell6 {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .twitter-and-events .twitter-and-events-shell10 {
      margin-left: 0px; }
    .twitter-and-events .twitter-and-events-shell9 {
      max-width: 100%;
      margin-right: 0px; } }

.twitter-and-events-adjustment:before {
  width: 0%; }

.twitter-and-events-adjustment:after {
  width: 0%; }

/*-------------------------------------------------------------------------------------------*/
/* RESPONSIVE */
/*-------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .sample {
    font-size: 40px; } }

@media (max-width: 1049px) {
  .sample {
    font-size: 30px; } }

@media (max-width: 782px) {
  .sample {
    font-size: 20px; } }

@media (max-width: 480px) {
  .sample {
    font-size: 10px; } }

/*-------------------------------------------------------------------------------------------*/
/* BOOTSTRAP OVERRIDES */
/*-------------------------------------------------------------------------------------------*/
/**
  * Custom Bootstrap 3 grid for 480-767px layout
  *
  * A new set of column classes (with class prefix .col-ms- ) for Bootstrap 3
  * to make Medium Small grids for supporting 480-767px
  *
  * This will push the default Bootstrap 3 Extra Small column (class prefix .col-xs- )
  * to support 1-479px instead of 1-767px
  */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }
  .hidden-xs {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left; }
  .col-ms-12 {
    width: 100%; }
  .col-ms-11 {
    width: 91.66666667%; }
  .col-ms-10 {
    width: 83.33333333%; }
  .col-ms-9 {
    width: 75%; }
  .col-ms-8 {
    width: 66.66666667%; }
  .col-ms-7 {
    width: 58.33333333%; }
  .col-ms-6 {
    width: 50%; }
  .col-ms-5 {
    width: 41.66666667%; }
  .col-ms-4 {
    width: 33.33333333%; }
  .col-ms-3 {
    width: 25%; }
  .col-ms-2 {
    width: 16.66666667%; }
  .col-ms-1 {
    width: 8.33333333%; }
  .col-ms-pull-12 {
    right: 100%; }
  .col-ms-pull-11 {
    right: 91.66666667%; }
  .col-ms-pull-10 {
    right: 83.33333333%; }
  .col-ms-pull-9 {
    right: 75%; }
  .col-ms-pull-8 {
    right: 66.66666667%; }
  .col-ms-pull-7 {
    right: 58.33333333%; }
  .col-ms-pull-6 {
    right: 50%; }
  .col-ms-pull-5 {
    right: 41.66666667%; }
  .col-ms-pull-4 {
    right: 33.33333333%; }
  .col-ms-pull-3 {
    right: 25%; }
  .col-ms-pull-2 {
    right: 16.66666667%; }
  .col-ms-pull-1 {
    right: 8.33333333%; }
  .col-ms-pull-0 {
    right: auto; }
  .col-ms-push-12 {
    left: 100%; }
  .col-ms-push-11 {
    left: 91.66666667%; }
  .col-ms-push-10 {
    left: 83.33333333%; }
  .col-ms-push-9 {
    left: 75%; }
  .col-ms-push-8 {
    left: 66.66666667%; }
  .col-ms-push-7 {
    left: 58.33333333%; }
  .col-ms-push-6 {
    left: 50%; }
  .col-ms-push-5 {
    left: 41.66666667%; }
  .col-ms-push-4 {
    left: 33.33333333%; }
  .col-ms-push-3 {
    left: 25%; }
  .col-ms-push-2 {
    left: 16.66666667%; }
  .col-ms-push-1 {
    left: 8.33333333%; }
  .col-ms-push-0 {
    left: auto; }
  .col-ms-offset-12 {
    margin-left: 100%; }
  .col-ms-offset-11 {
    margin-left: 91.66666667%; }
  .col-ms-offset-10 {
    margin-left: 83.33333333%; }
  .col-ms-offset-9 {
    margin-left: 75%; }
  .col-ms-offset-8 {
    margin-left: 66.66666667%; }
  .col-ms-offset-7 {
    margin-left: 58.33333333%; }
  .col-ms-offset-6 {
    margin-left: 50%; }
  .col-ms-offset-5 {
    margin-left: 41.66666667%; }
  .col-ms-offset-4 {
    margin-left: 33.33333333%; }
  .col-ms-offset-3 {
    margin-left: 25%; }
  .col-ms-offset-2 {
    margin-left: 16.66666667%; }
  .col-ms-offset-1 {
    margin-left: 8.33333333%; }
  .col-ms-offset-0 {
    margin-left: 0%; } }

.visible-xs,
.visible-ms {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important; }
  table.visible-ms {
    display: table; }
  tr.visible-ms {
    display: table-row !important; }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important; } }

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */


/* STYLE EDITS */
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slide_description {
float: left;
padding-left: 0;
width: 50%;
text-align: left;
padding: 10% 8%;
}
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slide_description .et_pb_button {
padding-left: 0 !important;
color: #c2bc9d;
text-transform: uppercase;
font-weight: bold;
border: none !important;
}
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
font-family: 'Alfa Slab One', cursive;
font-size: 44px !important;
border-bottom: dotted 2px #fff;
line-height: 1.1em !important;
padding-bottom: 20px;
margin-bottom: 20px;
}
.large-text {
font-size: 30px;
}
.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .twitter-row .et_pb_column_1_2:first-child {
width: 40%;
margin-right: 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .twitter-row .et_pb_column_1_2:last-child {
width: 60%;
border-left: 1px solid #fff;
padding-left: 25px;
}
.twitter-timeline iframe {
min-height: 110px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.twitter-row {
padding: 1% 0;
}
#et_builder_outer_content h2, .instagram .instagram-header-wrap h2 {
font-family: 'Alfa Slab One', cursive;
font-size: 48px;
text-transform: none;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h3 {
font-family: 'Alfa Slab One', cursive;
font-size: 40px;
line-height: 1.3em;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h3:after {
content: '';
display: block;
width: 75px;
border-bottom: 5px solid #fff;
text-align: center;
margin: 0 auto;
padding-top: 10px;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_tab_content h3:after {
display: none;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h3 a {
color: #5a5d58;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h3 a:hover {
color: #c2bc9d;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h4 {
font-family: 'Alfa Slab One', cursive;
font-size: 34px;
line-height: 1.3em;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h6 {
font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
font-size: 20px;
color: #c2bc9d;
text-transform: uppercase;
}
#et_builder_outer_content .et_pb_text h2:after {
content: '';
display: block;
width: 75px;
border-bottom: 5px solid #95989A;
padding-bottom: 15px;
}
#et_builder_outer_content .et_pb_text.et_pb_text_align_center h2:after {
margin: 0 auto;
}
.double-buttons-row .et_pb_column_1_2:first-child .et_pb_button_module_wrapper {
text-align: right;
}
.double-buttons-row .et_pb_column_1_2:last-child .et_pb_button_module_wrapper {
text-align: left !important;
}
.et_divi_builder #et_builder_outer_content .beer-tabs ul.et_pb_tabs_controls {
background-color: #764949;
width: 25%;
float: left;
}
.et_divi_builder #et_builder_outer_content .beer-tabs .et_pb_tabs_controls li {
border: none;
width: 100%;
text-align: right;
}
.et_divi_builder #et_builder_outer_content .et_pb_column .beer-tabs.et_pb_tabs .et_pb_tabs_controls li a {
font-weight: bold !important;
color: #d3cdaa !important;
line-height: 1.2em;
padding-bottom: 20px;
}
.et_divi_builder #et_builder_outer_content .beer-tabs ul.et_pb_tabs_controls:after, .et_divi_builder #et_builder_outer_content .beer-tabs.et_pb_tabs {
border: none;
}
.et_divi_builder #et_builder_outer_content .beer-tabs .et_pb_all_tabs {
width: 75%;
float: left;
padding-left: 20px;
border-left: 1px solid #d3cdaa;
}
.et_divi_builder #et_builder_outer_content .et_pb_column .beer-tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a, .et_divi_builder #et_builder_outer_content .et_pb_column .beer-tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a:hover {
color: #fff !important;
}
.et_divi_builder #et_builder_outer_content .beer-tabs .et_pb_tab_content {
text-align: left;
}
.et_divi_builder #et_builder_outer_content .beer-tabs .et_pb_tab {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.alcohol-info {
font-size: 20px;
}
.alcohol-info {
margin-left: 25px;
}
.et_divi_builder #et_builder_outer_content .locations-section .et_pb_column:first-child .et_pb_text.et_pb_module {
margin-left: 25%;
}
.et_divi_builder #et_builder_outer_content .locations-section .et_pb_column:last-child .et_pb_text.et_pb_module {
margin-right: 25%;
}
.et_divi_builder #et_builder_outer_content .locations-section .et_pb_column .et_pb_button_module_wrapper.et_pb_module {
text-align: left;
}
.et_divi_builder #et_builder_outer_content .locations-section .et_pb_column .et_pb_button_module_wrapper.et_pb_module a {
padding: 0;
}
.et_divi_builder #et_builder_outer_content .locations-section .et_pb_column:first-child .et_pb_button_module_wrapper.et_pb_module {
margin-left: 25%;
text-align: left;
}
.et_divi_builder div.wpsf-slider-section img.wpsf-product-img {
border: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-product-title a {
color: #C2BC9D;
font-size: 20px;
margin-bottom: 10px;
display: block;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-product-title a:hover {
color: #764949;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-product-price {
color: #764949;
font-size: 36px;
margin-bottom: 10px;
display: block;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-cart-button a {
color: #ffffff;
background-color: #C2BC9D;
font-size: 18px;
margin-top: 15px;
padding: 8px 16px;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-cart-button a:hover {
color: #ffffff;
background-color: #764949;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .slick-track {
margin: 0 auto;
width: 80% !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_text_align_center {
width: 85%;
margin: auto;
}
.et_divi_builder #et_builder_outer_content .et_pb_text_align_center.et_pb_fullwidth_header {
width: 100%;
}
.home .page-content {
margin-bottom: 50px;
}
.homepage-only {
display: none;
}
.non-homepage {
display: inline-block;
}
.home .non-homepage {
display: none;
}
.home .homepage-only {
display: inline-block;
}
.copyright-container {
width: 100%;
padding: 0;
background-color: #61655F;
color: #949693;
}
#footer {
padding-bottom: 0;
margin-bottom: 0;
}
.copyright-container .copyright-bar {
width: 85%;
margin: 0 auto;
text-align: left;
padding: 10px 0;
}
.copyright-container .copyright-bar #footer-info {
margin-bottom: 0;
}
.et_pb_fullwidth_header .header-content h1:after {
display: block;
content: '';
border-bottom: dotted 3px #fff;
width: 80%;
max-width: 400px;
margin: 0 auto;
padding-top: 10px;
margin-bottom: 5px;
}
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_header.et_pb_text_align_center {
padding: 155px 0;
}
.slick-track .slick-slide {
max-width: 350px;
}
table.beer-info {
width: 100%;
}
table.beer-info th {
border: 8px solid #dbd4b1;
width: 25%;
background-color: #f3f0e8;
text-align: center;
line-height: 1.1em;
padding: 10px;
font-weight: 800;
text-transform: uppercase;
font-size: 1em;
}
table.beer-info td {
border: 8px solid #dbd4b1;
width: 25%;
text-align: center;
font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
font-size: 36px;
line-height: 1.1em;
padding: 30px 10px;
}
.et_divi_builder #et_builder_outer_content .et_pb_module a > img {
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}
.et_divi_builder #et_builder_outer_content .et_pb_module a:hover > img {
opacity: 0.6;
}
.et_divi_builder #et_builder_outer_content .et_pb_button:hover:after {
display: none;
}
@media screen and (max-width: 1360px) {
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
font-size: 36px !important;
}
}
@media screen and (max-width: 980px) {
.home.et_divi_builder #et_builder_outer_content div.et_pb_section.et_pb_section_0.homepage-hero-slider {
background-image: url('/wp-content/uploads/2017/08/HomepageFull-Slide1.jpg') !important;
}
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slide_description {
float: none;
width: 100%;
text-align: center;
padding: 12% 2% 66% 2%;
}
.double-buttons-row .et_pb_column_1_2:first-child .et_pb_button_module_wrapper {
text-align: center !important;
}
.double-buttons-row .et_pb_column_1_2:last-child .et_pb_button_module_wrapper {
text-align: center !important;
}
.double-buttons-row {
padding-top: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h3 {
font-size: 30px;
}
.et_divi_builder #et_builder_outer_content .locations-section .et_pb_column .et_pb_button_module_wrapper.et_pb_module, .et_divi_builder #et_builder_outer_content .locations-section .et_pb_column .et_pb_text.et_pb_module {
text-align: center !important;
margin: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-product-price {
font-size: 24px;
}
.et_divi_builder #et_builder_outer_content .et_pb_row {
width: 90% !important;
}
table.beer-info th {
font-size: 12px !important;
}
table.beer-info td {
font-size: 28px;
}
#et_builder_outer_content h2, .instagram .instagram-header-wrap h2 {
font-size: 36px;
}
}
@media screen and (max-width: 850px) {
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_header.et_pb_text_align_center {
padding: 105px 0;
}
}
@media screen and (max-width: 768px) {
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slide_description {
padding: 12% 2% 86% 2%;
}
.large-text {
font-size: 24px;
}
.et_divi_builder #et_builder_outer_content .et_pb_module h3 {
font-size: 24px;
}
.et_divi_builder #et_builder_outer_content .beer-tabs ul.et_pb_tabs_controls {
width: 35%;
}
.et_divi_builder #et_builder_outer_content .beer-tabs .et_pb_all_tabs {
width: 65%;
}
.alcohol-info {
font-size: 16px;
}
.et_divi_builder #et_builder_outer_content .et_pb_module .wpsf-product-price {
font-size: 20px;
}
.slick-track .slick-slide {
max-width: 350px;
width: 80% !important;
margin: 0 auto !important;
float: none !important;
}
}
@media screen and (max-width: 560px) {
.et_divi_builder #et_builder_outer_content .homepage-hero-slider .et_pb_slide_description {
padding: 12% 2% 130% 2%;
}
.et_divi_builder #et_builder_outer_content .beer-tabs ul.et_pb_tabs_controls {
width: 100%;
}
.et_divi_builder #et_builder_outer_content .beer-tabs .et_pb_all_tabs {
width: 100%;
padding-left: 0px;
border-left: none;
border-top: 1px solid #d3cdaa;
padding-top: 25px;
}
table.beer-info td {
font-size: 20px;
}
#et_builder_outer_content h2, .instagram .instagram-header-wrap h2 {
font-size: 24px;
}
}
@media screen and (max-width: 500px) {
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_header.et_pb_text_align_center {
padding: 40px 0;
}
}
@media screen and (max-width: 400px){
h2.et_pb_slide_title a {
font-size: 28px !important;
}
}

/* FORMS STYLING */
.et_divi_builder #et_builder_outer_content .et_pb_module form input,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 10px;
  color: #5a5d58;
  font-size: 1em;
  line-height: 1.2;
  border: 1px #5a5d58 solid;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.et_divi_builder #et_builder_outer_content .et_pb_module form textarea,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #555;
  border: 1px #b8b8b8 solid;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
  overflow: auto; }

.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"],
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"] {
  height: 40px; }

.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]::-webkit-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]:-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]::-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]:-ms-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]::-webkit-input-placeholder-shown,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]::-webkit-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]:-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]::-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]:-ms-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]::-webkit-input-placeholder-shown {
  color: #5a5d58 !important;
  font-size: 0.9rem !important;
  font-style: italic !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]::-webkit-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]:-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]::-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]:-ms-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="text"]::placeholder-shown,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]::-webkit-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]:-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]::-moz-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]:-ms-input-placeholder,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input[type="text"]::placeholder-shown {
  color: #5a5d58 !important;
  font-size: 0.9rem !important;
  font-style: italic !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module form input:focus,
.et_divi_builder #et_builder_outer_content .et_pb_module .ginput_container > input:focus,
.et_divi_builder #et_builder_outer_content .et_pb_module .gr_bs_form > .ginput_container > textarea:focus {
  outline: 0; }

.et_divi_builder #et_builder_outer_content .et_pb_module form input[type="submit"],
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_button {
  display: inline-block;
  width: auto;
  height: 60px;
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.25rem;
  border: 6px solid #c2bc9d;
  color: #c2bc9d;
  padding: 0px 30px 0px 30px;
  margin-top: 40px; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_required {
  color: #5a5d58 !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_description {
  font-style: italic; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .hidden_label input.large,
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .hidden_label select.large,
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper textarea.large,
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .top_label input.large,
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .top_label select.large,
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .top_label .gfield_error {
  width: 100% !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper li.gfield.gfield_error,
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .gform_ajax_spinner {
  clear: both;
  max-width: 50px;
  text-align: center;
  padding-top: 2px;
  margin: 0 0 0 auto; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0 !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_checkbox li,
.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_radio li {
  margin-bottom: 0 !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_checkbox input,
.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_radio input {
  margin-top: 0 !important;
  margin-left: 1px !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_checkbox label,
.et_divi_builder #et_builder_outer_content .et_pb_module .gfield_radio label {
  margin-top: 8px !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .gfield_error .gfield_label {
  color: #5a5d58 !important; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_wrapper .ginput_complex label {
  margin-top: 0; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_title {
  font-size: 2.5rem;
  font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
  line-height: 1.0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_body ul {
  list-style: none;
  margin: 40px 0px 0px 0px;
  padding: 0px; }
  
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_body ul li {
    margin-bottom: 20px; }
  
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_body ul label {
    display: none; }
  
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_body ul input, 
.et_divi_builder #et_builder_outer_content .et_pb_module .gform_body ul textarea {
    border: none;
    border-bottom: 1px solid #a1a1a1;
    resize: none;
    outline: none; }

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_body ul li {
list-style: none;
}

.et_divi_builder #et_builder_outer_content .et_pb_module .gform_footer {
text-align: center;
}

.et_divi_builder #et_builder_outer_content .instagram-section .et_pb_module a:hover > img {
opacity: 1;
}
.et_divi_builder #et_builder_outer_content .instagram-section .et_pb_widget_area {
padding: 0 !important;
}
.et_divi_builder #et_builder_outer_content .instagram-section .et_pb_module .instagram-header-wrap {
padding-bottom: 25px;
}
.et_divi_builder #et_builder_outer_content .instagram-section .instagram-header-wrap .instagram-view-all {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #c2bc9d;
transition: color ease-in-out 0.3s;
padding-left: 30px;
text-transform: uppercase;
font-weight: bold;
}
.et_divi_builder #et_builder_outer_content .instagram-section .instagram-header-wrap .instagram-view-all:hover {
color: #764949;
}
.instagram-section .instagram-footer-wrap {
display: none;
}
.home #instagram-header .instagram-header-wrap, .home #instagram-header .instagram-pics {
display: none;
}
.home .instagram-section #instagram-header .instagram-header-wrap, .home .instagram-section #instagram-header .instagram-pics {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.home .page-content {
margin-bottom: 0;
}
.home .instagram-section #instagram-header .instagram-pics li a {
padding: 0;
margin: 0;
}
.home .instagram-section #instagram-header .instagram-pics li {
padding: 0;
margin: 0;
}
.logo-left {
margin-right: 35px !important;
margin-bottom: 12px !important;
}
.navigation .home-link {
width: auto;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.nav-up .navigation .home-link {
width: auto;
}
.et_divi_builder #et_builder_outer_content .beer-page-slider .et_pb_slide_description .et_pb_slide_title {
font-size: 6.25rem;
font-family: "Gin-Regular", "Source Sans Pro", sans-serif;
}
.beer-page-title {
font-size: 3.25rem;
}
.et_divi_builder #et_builder_outer_content .beer-page-slider .et_pb_slide_description .et_pb_slide_title:after {
display: block;
content: '';
border-bottom: dotted 3px #fff;
width: 80%;
max-width: 400px;
margin: 0 auto;
padding-top: 10px;
margin-bottom: 5px;
}
.page-id-11 .double-column .double-column-shell6 {
background-position: left center;
}
.blue-background-section {
font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.about-section {
padding-bottom: 100px !important;
}
.et_pb_section.about-section .et_pb_button, .et_pb_section.homefield-section .et_pb_button {
float: left;
padding-left: 0 !important;
}
.about-address {
margin-top: 50px !important;
border-top: dashed 3px !important;
padding-top: 50px !important;
}
.about-address h6 {
font-family: "ClarendonBT-Bold", "Source Sans Pro", sans-serif !important;
color: #32499c !important;
}
@media (max-width: 1000px) {
.home .instagram-section #instagram-header .instagram-pics li:nth-child(4), .home .instagram-section #instagram-header .instagram-pics li:nth-child(5), .home .instagram-section #instagram-header .instagram-pics li:nth-child(6) {
margin-top: -10px;
}
.et_pb_row.email-address-row {
margin-top: 25px !important;
}
}
@media (max-width: 980px) {
.home .et_pb_slide.et_pb_bg_layout_dark.et_pb_media_alignment_center.et_pb_slide_0 {
background: url('/wp-content/uploads/2017/08/HomepageFull-Slide1.jpg') !important;
background-size: cover !important;
background-position: center !important;
}
.home .et_pb_slide.et_pb_bg_layout_dark.et_pb_media_alignment_center.et_pb_slide_1 {
background: url('/wp-content/uploads/2017/08/HomepageFull-Slide2.jpg') !important;
background-size: cover !important;
background-position: center !important;
}
.home .et_pb_slide.et_pb_bg_layout_dark.et_pb_media_alignment_center.et_pb_slide_2 {
background: url('/wp-content/uploads/2017/08/HomepageFull-Slide3.jpg') !important;
background-size: cover !important;
background-position: center !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.about-section {
padding-bottom: 50px !important;
}
}
@media (max-width: 700px) {
.home .instagram-section #instagram-header .instagram-pics li:nth-child(3) {
margin-top: -10px;
}
.et_divi_builder #et_builder_outer_content .et_pb_row.email-address-row .et_pb_text_align_center {
text-align: left;
margin: 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_row_3.et_pb_row.et_pb_row.email-address-row {
margin-top: 25px !important;
}
.et_divi_builder #et_builder_outer_content .beer-page-slider .et_pb_slide_description .et_pb_slide_title {
font-size: 2.25rem !important;
font-family: "Gin-Regular", "Source Sans Pro", sans-serif;
}
}


/* DURHAM LOCATION PAGE*/
.bullpen-link {
    font-style: italic !important;
    font-weight: 900 !important;
}

@media screen and (max-width: 1516px) and (min-width: 1364px) {
h2.et_pb_slide_title {
font-size: 43px !important;
}
}
.et_divi_builder #et_builder_outer_content .et_pb_module h4 { font-size: 24px; }

/*Age Gate Styling*/
.age-gate-form {
    background: none !important;
}
button.age-gate-submit-no {
    background-color: red;
		text-transform:uppercase;
		font-weight:900;
		font-size:30px;
		padding-left:13px;
		padding-right:13px;
		margin-left:10px;
		border:none;
}
button.age-gate-submit-yes {
    background-color: green;
		text-transform:uppercase;
		font-weight:900;
		font-size:30px;
		border:none;
}

/*Typography*/
.store-text {
	font-size: 18px !important;
	font-style: italic !important;
}

.store-text h3:after {
    content: '';
    display: block;
    width: 75px;
    border-bottom: 5px solid #ffffff;
    padding-bottom: 15px;
}

/*Available at on HOME PAGE*/
.HT-Foodlion-box {
	width: 497px;
	margin-top: 15px;
	width: 100%;
}
.Foodlion-box {
	width: 124px;
	margin-top: 15px;
	width: 100%;
}

@media (max-width: 600px) {
	.et-db #et-boc .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .et-db #et-boc .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title a {
		font-size: 32px !important;
	}
}
@media (max-width: 480px) {
	.et-db #et-boc .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .et-db #et-boc .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title a {
		font-size: 24px !important;
    	letter-spacing: 1px;
	}
}

/*Hide Cart Button*/
form.cart {
  display: none;
}

/* NEW LOGO */
.navigation .home-link img {
	padding: 20px 0;
	width: 100%;
	transition: 0.20s ease-in-out;
}
.nav-up .navigation .home-link img {
	padding: 10px 0;
	width: 50%;
}
.navigation .primary-nav {
	justify-content: right;
	text-align: right;
}
#mobile-menu-shell {
    top: 171px;
}
.page-content {
	margin-top: 172px;
}
@media (max-width: 782px) {
  	.admin-bar #mobile-menu-shell {
    	top: 191px;
	}
	.navigation .home-link img {
		width: 80%;
	}
	#mobile-menu-shell #mobile-menu > .menu > .menu-item > a, #mobile-menu-shell #mobile-menu > .menu > .menu-item > .sub-menu > .menu-item > a {
    	font-size: 18px;
	}
	#mobile-toggle #open-mobile-menu {
    	font-size: 22px;
	}
	#mobile-toggle #mobile-text {
		margin-top: -8px;
	}
	#mobile-toggle #mobile-nav {
		width: 20px;
		height: 20px;
	}
	#mobile-toggle #mobile-nav span {
    	height: 3px;
	}
	#mobile-toggle #mobile-nav span:nth-child(3), #mobile-toggle #mobile-nav span:nth-child(4) {
    	top: 6px;
	}
	#mobile-toggle #mobile-nav span:nth-child(5), #mobile-toggle #mobile-nav span:nth-child(6) {
		top: 12px;
	}
	#mobile-toggle #mobile-nav.open span:nth-child(5), #mobile-toggle #mobile-nav.open span:nth-child(6) {
		top: 8px;
	}
	#mobile-menu-shell #mobile-menu > .menu > .menu-item:after {
		width: 20px;
		height: 20px;
	}
	.page-content {
		margin-top: 145px;
	}
	#mobile-menu-shell {
		top: 145px;
	}
}
@media (max-width: 500px) {
  	.admin-bar #mobile-menu-shell {
    	top: 136px;
	}
	.navigation .home-link img {
		width: 50%;
		padding: 12px 0;
	}
	#mobile-toggle {
		margin-bottom: 0;
	}
	.page-content {
		margin-top: 90px;
	}
	#mobile-menu-shell {
		top: 90px;
	}
}
@media (max-width: 450px) {
	#mobile-toggle #open-mobile-menu {
		padding: 0;
	}
}
.homepage-beers-row {
	padding: 0 !important;
}
.homepage-beers-row .et_pb_blurb_position_left .et_pb_blurb_content {
	max-width: 100% !important;
	width: 80%;
	padding: 60px 0 10px 0 !important;
	display: flex;
	justify-content: flex-start;
}
.homepage-beers-row .et_pb_blurb_position_left .et_pb_main_blurb_image {
	display: flex !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}
.homepage-beers-row .et_pb_blurb_position_left .et_pb_blurb_container {
	display: flex !important;
    flex-wrap: wrap;
    padding-left: 20px !important;
    width: 100% !important;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.homepage-beers-row .et_pb_blurb_position_left  .et_pb_blurb_description .abv-text span {
	font-weight: bold;
	color: #24337A !important;
}
.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_blurb_content {
	justify-content: flex-end;
}
.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
	order: 2;
}
.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0 !important;
	padding-right: 20px !important;
	text-align: right !important;
	order: 1;
}
.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_blurb_container h2 {
	text-align: right !important;
	width: 100%;
}
.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left  .et_pb_blurb_description .abv-text span {
	color: #C2BB9D !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_row.homepage-beers-row {
	width: 100% !important;
}
.still-thirsty.et_pb_blurb_position_left .et_pb_blurb_content {
	justify-content: flex-end;
	max-width: 700px !important;
	width: 80%;
	padding: 60px 0 10px 0 !important;
	display: flex;
}
.still-thirsty.et_pb_blurb_position_left .et_pb_main_blurb_image {
	order: 2;
	display: flex !important;
	width: 100% !important;
	margin-bottom: 0 !important;
	padding-right: 15% !important;
}
.still-thirsty.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0 !important;
	padding-right: 20px !important;
	text-align: right !important;
	order: 1;
	display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	text-align: right;
}
.still-thirsty.et_pb_blurb_position_left .et_pb_blurb_container h2 {
	text-align: right !important;
	width: 100%;
}
.still-thirsty.et_pb_blurb_position_left .et_pb_blurb_container .et_pb_blurb_description {
	text-align: right !important;
	width: 100%;
	margin-bottom: 65px !important;
}
.beers-page-beer h3 a {
	color: #5A5D58 !important;
}
.beers-page-beer h3 a:hover {
	color: #24337A !important;
}
@media (max-width: 1300px) {
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_main_blurb_image {
		width: 60% !important;
	}
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_blurb_container h2 {
		font-size: 36px !important;
	}
}
@media (max-width: 580px) {
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_blurb_content {
		padding: 80px 0 !important;
		flex-wrap: wrap;
	}
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_main_blurb_image {
		width: 100% !important;
		text-align: center;
	}
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_blurb_container, .homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
	}
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_main_blurb_image .et_pb_image_wrap {
		text-align: center;
	}
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_main_blurb_image img {
		width: 100px !important;
		display: block;
    	margin: 0 auto;
	}
	.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
		order: 1;
	}
	.homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		text-align: center !important;
		order: 2;
	}
	.homepage-beers-row .et_pb_blurb_position_left .et_pb_blurb_container h2, .homepage-beers-row .homepage-light-blurb.et_pb_blurb_position_left .et_pb_blurb_container h2 {
		width: 100%;
		text-align: center !important;
	}
}
/*
     FILE ARCHIVED ON 16:47:29 Sep 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:59:43 May 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.388
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.042
  esindex: 0.006
  cdx.remote: 6.915
  LoadShardBlock: 275.465 (3)
  PetaboxLoader3.datanode: 1400.746 (4)
  PetaboxLoader3.resolve: 144.27 (3)
  load_resource: 1300.909
*/