/*
Theme Name: CODO (v2)
Theme URI: 
Description: Custom theme for CODO Design
Author: Joe Blackburn
Version: 2.0.3.17
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Local Fonts - - - - - */
@font-face {
  font-family: "TradeGothic";
  src: url("fonts/2EBF8A_3_0.eot");
  src: url("fonts/2EBF8A_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/2EBF8A_3_0.woff2") format("woff2"), url("fonts/2EBF8A_3_0.woff") format("woff"), url("fonts/2EBF8A_3_0.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
/* !Global Styles - - - - - */
html.canvas * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.sans {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
}

.bigsans {
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
}

.serif {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
}

.smallserif {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, Times, serif;
}

.cond {
  font-family: "TradeGothic", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
}

.vdk-grey {
  color: #262626;
}

.dk-grey {
  color: #4A4849;
}

.grey {
  color: #7B7A77;
}

.lt-grey {
  color: #BFBDB6;
}

.vlt-grey {
  color: #FFF5E9;
}

.red {
  color: #ED3326;
}

.white {
  color: #fff;
}

.vdk-grey-bg {
  background: #262626;
}

.dk-grey-bg {
  background: #4A4849;
}

.grey -bg {
  background: #7B7A77;
}

.lt-grey-bg {
  background: #BFBDB6;
}

.vlt-grey-bg {
  background: #FFF5E9;
}

.red-bg {
  background: #ED3326;
}

.white-bg {
  background: #fff;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.xbold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.xxspace {
  letter-spacing: 0.2em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

.page-block a {
  color: #ED3326;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#container a {
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-block a:hover {
  color: rgba(123, 122, 119, 0.7);
}

.rel {
  position: relative;
}

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

ul.inline {
  display: inline-block;
}

ul.inline li {
  display: inline;
  float: left;
}

ul.ilb li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

/* !Font Size Fuctions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.6em;
  font-size: 0.9473684211em;
  letter-spacing: 0.05em;
}

.text#subscribers-only {
  background: linear-gradient(0deg, rgba(123, 122, 119, 0) 0, rgb(123, 122, 119) 240px);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -50px;
}

.text#headline-image {
  margin-bottom: -50px !important;
}

.text.margin-top {
  margin-top: 40px;
}

.text p {
  margin: 15px 0;
}

.header-text p:first-child,
.text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.text ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block;
}

.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #7B7A77;
}

.text h1,
.text h3 {
  margin: 30px 0 10px 0;
  font-weight: 800;
  color: #4A4849;
  line-height: 1.4em;
}

.text h2,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: 800;
  color: #ED3326;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text h2 {
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 50px 0;
  padding: 0 0 0 40px;
  border-left: 2px solid #ED3326;
  color: #4A4849;
  font-weight: 800;
  font-size: 1.2631578947em;
  line-height: 1.3em;
  text-align: left;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
}

/* !Body - - - - - */
html.canvas body {
  min-width: 320px;
  font-size: 19px;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  color: #7B7A77;
  line-height: 1.6em;
  background: #262626;
}

#container {
  background: #FFF5E9;
}

/* !Headlines - - - - - */
h1.big-headline,
h2.big-headline {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  font-weight: 800;
  font-size: 5.7894736842em;
  line-height: 1.2em;
  letter-spacing: 0.025em;
}

h1.big-headline.margin-bottom,
h2.big-headline.margin-bottom {
  margin-bottom: 50px;
}

h1.headline,
h2.headline {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  font-weight: 800;
  font-size: 2.5263157895em;
  line-height: 1.3em;
  letter-spacing: 0.025em;
}

.story-box h2.headline {
  letter-spacing: normal;
}

h2.subhead,
h3.subhead {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  font-weight: 800;
  font-size: 1.8947368421em;
  line-height: 1.4em;
  letter-spacing: 0.025em;
}

h2.subhead.margin-bottom,
h3.subhead.margin-bottom {
  margin-bottom: 50px;
}

h2.subhead.bigsans,
h3.subhead.bigsans {
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
}

h2.small-subhead,
h3.small-subhead {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  font-weight: 800;
  font-size: 1.4210526316em;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

h3.small-label,
h4.small-label,
h3.work-text,
h3.story-text {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.6315789474em;
  line-height: 1.4em;
  font-weight: 900;
}

/* !Block Setup - - - - - */
.page-block {
  opacity: 0;
}

.page-block.no-fade {
  opacity: 1;
}

.block-top {
  border-top: 18px solid #FFF5E9;
}

.block-border {
  border-left: 18px solid #FFF5E9;
  border-right: 18px solid #FFF5E9;
}

.section-pad {
  padding: 80px 0;
}

.about-intro.section-pad {
  padding-top: 0;
}

.page-block.section-pad:first-child {
  padding-top: 160px;
}

.page-block.section-pad:last-child {
  padding-bottom: 160px;
}

.section-pad-small {
  padding: 60px 0;
}

.inner {
  max-width: 800px;
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}

.inner.wide {
  max-width: 1250px;
}

.inner.max {
  max-width: 1400px;
}

/* !Banner - - - - - */
.banner {
  padding: 20px 0 25px 0;
  font-size: 1.2631578947em;
  line-height: 1.4em;
  letter-spacing: 0.025em;
}

.banner svg {
  margin-left: 10px;
}

.banner a {
  display: block;
  color: #FFF5E9;
}

.banner a:hover {
  color: #FFF5E9;
}

.banner polygon {
  fill: #FFF5E9;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.banner a:hover polygon {
  fill: #FFF5E9;
}

/* !Header - - - - - */
header {
  height: 52px;
  background: #262626;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.logo {
  width: 80px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 25px;
  background: url(images/codo-logo.svg) no-repeat center;
  text-indent: -9999px;
}

ul.nav a {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.6315789474em;
  line-height: 52px;
  color: #FFF5E9;
  position: relative;
}

ul.nav li:first-child a {
  margin-left: 0;
}

ul.nav a:before {
  content: "";
  width: 0;
  height: 4px;
  background: #ED3326;
  position: absolute;
  bottom: 11px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

ul.nav a:hover:before,
ul.nav li#current a:before {
  width: 100%;
  left: 0;
}

a.nav-toggle {
  display: none;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 25px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1000001;
}

a.nav-toggle div {
  width: 24px;
  height: 4px;
  background: #BFBDB6;
  position: absolute;
  left: 0;
  text-indent: -9999px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.nav-toggle div:nth-child(1) {
  top: 0px;
  width: 16px;
}

a.nav-toggle div:nth-child(2),
a.nav-toggle div:nth-child(3) {
  top: 50%;
  margin-top: -2px;
}

a.nav-toggle div:nth-child(3) {
  visibility: hidden;
}

a.nav-toggle.active div:nth-child(3) {
  visibility: visible;
}

a.nav-toggle div:nth-child(4) {
  bottom: 0px;
  width: 20px;
}

a.nav-toggle.active div:nth-child(1),
a.nav-toggle.active div:nth-child(4) {
  opacity: 0;
}

a.nav-toggle.active div:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

a.nav-toggle.active div:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 92px 25px;
  background: #ED3326;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-active .home header {
  position: fixed;
}

.nav-fade .home header {
  position: sticky;
}

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1;
}

.nav-fade .nav-wrap {
  opacity: 0;
}

ul.mobile-nav a {
  display: block;
  color: #FFF5E9;
  margin-top: 30px;
  font-size: 1.4736842105em;
  line-height: 1.3em;
}

ul.mobile-nav li:first-child a {
  margin-top: 0;
}

ul.mobile-nav a:hover,
ul.mobile-nav li#current a {
  color: #262626;
}

.nav-active #container {
  height: 100vh;
  overflow: hidden;
}

/* !Buttons - - - - - */
#container a.button, #container .button {
  display: inline-block;
  border: 2px solid #ED3326;
  padding: 15px 25px;
  font-size: 0.6842105263em;
  line-height: 1.4em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ED3326;
  font-weight: 900;
}

#container a.block {
  display: block;
  text-align: center;
}

#container a.button svg {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

#container a.button polygon {
  fill: #ED3326;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#container a.button:hover polygon {
  fill: #FFF5E9;
}

#container a.button:hover {
  color: #FFF5E9;
  border-color: #FFF5E9;
}

#container a.block:hover {
  color: #ED3326;
  border-color: #ED3326;
}

#container a.button.margin-top {
  margin-top: 30px;
}

/* !Footer - - - - - */
.footer-bottom {
  padding: 200px 25px 35px 25px;
  font-size: 0.5789473684em;
  line-height: 1.5em;
  min-height: 280px;
  position: relative;
}

a.footer-logo {
  width: 48px;
  height: 48px;
}

.footer-left {
  width: calc(50% - 24px);
  padding-right: 40px;
}

.footer-right {
  width: calc(50% - 24px);
  text-align: right;
  padding-left: 40px;
}

.footer-bottom a {
  color: #4A4849;
}

.footer-bottom a:hover {
  color: #ED3326;
}

ul.footer-nav a {
  display: inline-block;
  vertical-align: middle;
}

ul.footer-nav li {
  margin-left: 25px;
  vertical-align: middle;
}

ul.footer-nav li:first-child {
  margin-left: 0;
}

a.social {
  display: inline-block;
  margin-left: 15px;
  vertical-align: text-top;
}

a.social:first-child {
  margin-left: 0;
}

a.social path {
  fill: #BFBDB6;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a.social:hover path {
  fill: #262626;
}

.footer-bottom a.social path {
  fill: #4A4849;
}

.footer-bottom a.social:hover path {
  fill: #FFF5E9;
}

/* !Instagram Feed - - - - - */
ul.instagram li {
  width: 20%;
}

ul.instagram li a {
  display: block;
  position: relative;
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

ul.instagram li:nth-child(n+11) {
  display: none;
}

.insta-screen {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(38, 38, 38, 0.95);
  font-size: 0.6842105263em;
  line-height: 1.4em;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a:hover .insta-screen {
  opacity: 1;
}

.insta-name {
  padding-top: 34px;
  background: url(images/instagram-red.svg) no-repeat center top;
}

/* !Beer Guide - - - - - */
.craft-block {
  padding: 60px 0;
  background-position: right center;
  border-bottom: 18px solid #FFF5E9;
}

a.craft-tag {
  display: block;
  width: 806px;
  height: 365px;
  background: url(images/beer-guide-box@2x.png) no-repeat left center;
  background-size: 800px 340px;
  padding: 95px 165px 0 50px;
  text-align: center;
}

.craft-logo {
  width: 70px;
  margin: 0 auto;
}

.craft-title-wrap {
  margin: 20px 0;
  border-top: 1px solid #BFBDB6;
  border-bottom: 1px solid #BFBDB6;
  padding: 20px 0;
}

.craft-headline {
  font-size: 1.8947368421em;
  line-height: 1em;
}

.craft-sub {
  font-size: 0.9473684211em;
  line-height: 1em;
  margin-top: 5px;
}

.craft-link {
  font-size: 0.7368421053em;
  line-height: 1.4em;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a:hover .craft-link {
  color: #262626;
}

.craft-title-wrap:before,
.craft-title-wrap:after,
.craft-dots-left:before,
.craft-dots-left:after,
.craft-dots-right:before,
.craft-dots-right:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(images/small-diamond.svg) no-repeat center;
  z-index: 1;
}

.craft-title-wrap:after,
.craft-dots-left:after,
.craft-dots-right:after {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.craft-dots-left:before,
.craft-dots-left:after {
  left: 0;
}

.craft-dots-right:before,
.craft-dots-right:after {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.craft-dots-right:after {
  transform: translate(50%, 50%);
}

.craft-block {
  overflow: hidden;
}

/* !Simple Modular Page Block - - - - - */
.over-image {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.over-max {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 50px 0 50px;
}

.over-max.has-image {
  margin-top: -100px;
  position: relative;
  z-index: 11;
}

/* !About - - - - - */
.about-text {
  max-width: 750px;
  margin: 50px auto 0 auto;
}

.service-box {
  margin-top: 70px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.service-slide {
  width: 200%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slide-over .service-slide {
  left: -100%;
}

#core,
#other {
  padding: 40px 55px;
  width: 50%;
  float: left;
}

#core {
  padding-right: 123px;
}

#other {
  padding-left: 123px;
}

ul.service-list li {
  position: relative;
  display: block;
  margin-top: 25px;
  padding-left: 40px;
  font-size: 0.7894736842em;
  line-height: 1.4em;
}

ul.service-list li:first-child {
  margin-top: 0;
}

ul.service-list li:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(images/check.svg) no-repeat center;
  z-index: 10;
}

.service-controls {
  position: absolute;
  top: 0;
  left: calc(100% - 68px);
  width: 68px;
  height: 100%;
  background: rgb(79.1698630137, 77.0301369863, 78.1);
  z-index: 10;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slide-over .service-controls {
  left: 0;
}

.service-controls a {
  width: 68px;
  height: 50%;
  writing-mode: vertical-lr;
  font-size: 0.9473684211em;
  line-height: 1.3em;
  padding: 25px 22px;
  text-align: center;
  color: #7B7A77;
  cursor: pointer;
}

.service-controls a:hover {
  color: #FFF5E9;
}

.service-controls a.active {
  background: #ED3326;
  color: #FFF5E9;
}

/* !Contact - - - - - */
.contact-left {
  width: 300px;
}

.contact-right {
  width: calc(100% - 300px);
}

.contact-section {
  margin-top: 30px;
}

.contact-section:first-child {
  margin-top: 0;
}

ul.people-list li {
  width: 50%;
  padding-left: 50px;
  margin-bottom: 30px;
}

.person-image {
  width: 100px;
}

.person-info {
  width: calc(100% - 100px);
  padding-left: 30px;
}

h3.person-name {
  font-size: 0.9473684211em;
  line-height: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.person-title,
a.person-link {
  display: block;
  margin-top: 10px;
  font-size: 0.7368421053em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

a.person-link {
  color: #BFBDB6;
}

a.person-link:hover {
  color: #262626;
}

.address {
  font-size: 0.7368421053em;
  line-height: 1.4em;
}

.address a {
  display: block;
  color: #BFBDB6;
}

.address a:hover {
  color: #262626;
}

.contact-info {
  padding: 70px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.success-social {
  margin-top: 90px;
}

.success-social a.social {
  margin-top: 15px;
}

.success-social a.social path {
  fill: #4A4849;
}

.success-social a.social:hover path {
  fill: #ED3326;
}

#success {
  display: none;
}

.form-success #success {
  display: block;
}

.form-success .contact-block {
  display: none;
}

/* !Homepage - - - - - */
.cover-trans {
  position: relative;
}

.cover-trans .inner,
.cover-trans .flex-item {
  position: relative;
  z-index: 10;
}

.cover-trans:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(38, 38, 38, 0.9);
  z-index: 1;
}

.intro-block.cover-trans:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #262626 0%, rgba(38, 38, 38, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #262626 0%, rgba(38, 38, 38, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #262626 0%, rgba(38, 38, 38, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}

span.arrow-after, a.arrow-after {
  padding-right: 25px;
  position: relative;
  background: url(images/lt-grey-arrow-right.svg) no-repeat -99999px center;
}

span.arrow-after.hover, a.arrow-after.hover, a.arrow-after:hover {
  color: #BFBDB6;
}

span.arrow-after:after, a.arrow-after:after {
  content: "";
  background: url(images/red-arrow-right.svg) no-repeat right top;
  width: 17px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

span.arrow-after.hover:after, a.arrow-after.hover:after, a.arrow-after:hover:after {
  background-image: url(images/lt-grey-arrow-right.svg);
}

.story-pad {
  padding: 110px;
}

.story-box {
  max-width: 1130px;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
}

h3.story-text {
  font-size: 0.7368421053em;
  line-height: 1.5em;
  margin-top: 20px;
}

a.story-link h4.small-label {
  margin-bottom: 10px;
}

.work-title-block {
  padding: 20px 0 45px 0;
  text-align: center;
}

h3.work-text {
  font-size: 0.8421052632em;
  line-height: 1.5em;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

a.story-link {
  overflow: hidden;
  position: relative;
  display: block;
}

a.story-link .story-pad {
  position: relative;
  z-index: 10;
}

a.story-link .story-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a.story-link:hover .story-image {
  transform: scale(1.03);
}

/* !Work Landing - - - - - */
.work-list-image img {
  display: none;
}

.work-list-image {
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
}

.work-list-image.mobile {
  display: none;
}

a.work-link:hover .work-list-image {
  transform: scale(1.03);
}

a.work-link {
  overflow: hidden;
  position: relative;
  display: block;
}

.work-list-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(38, 38, 38, 0);
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

a.work-link:hover .work-list-image:before {
  background: rgba(38, 38, 38, 0.4);
}

.work-block-left {
  width: 50%;
  padding-right: 10px;
}

.work-block-right {
  width: 50%;
  padding-left: 10px;
}

.work-half-block:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  background: #FFF5E9;
  z-index: 1;
}

a.work-link:hover h2.headline {
  color: #FFF5E9;
}

.work-block-left a,
.work-block-right a {
  position: relative;
  display: block;
  padding-bottom: 156px;
}

.work-title-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* !Stories Landing - - - - - */
a.story-link:hover h2.headline {
  color: #262626;
}

a.story-link:hover .over h2.headline {
  color: #FFF5E9;
}

a.story-link .cover-trans:before {
  background: rgba(38, 38, 38, 0.8);
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

a.story-link:hover .cover-trans:before {
  background: rgba(38, 38, 38, 0.5);
}

.story-grid-image {
  padding: 130px 30px;
}

.story-grid-image .over {
  position: relative;
  z-index: 10;
}

.story-grid-block {
  width: 100%;
}

.story-grid-border {
  border: 9px solid #FFF5E9;
}

.grid-item .story-grid-image {
  border: 9px solid #FFF5E9;
}

.grid-sizer,
.grid-item {
  width: 50%;
}

.story-grid-image {
  overflow: hidden;
}

.story-grid-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
}

a.story-link:hover .story-grid-image-bg {
  transform: scale(1.03);
}

.post-nav {
  padding: 40px 30px;
  text-align: center;
}

#infscr-loading {
  padding: 40px 30px;
  clear: both;
  display: block;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 900;
  font-size: 0.6315789474em;
  line-height: 1.4em;
}

#infscr-loading img {
  display: block;
  margin: 0 auto 10px auto;
  width: 24px;
  height: 24px;
}

/* !Story -- Beer Trends custom scrolls */
.text-block a:hover {
  cursor: pointer;
}

a.covid-effects, a.industry-trends, a.craft-beer-trends {
  margin-bottom: 20px;
}

.postid-2366 .gallery-block {
  position: relative;
}

.postid-2366 .gallery-block .caption-wrap {
  position: absolute;
  top: 0;
}

/* !Work Intro Block - - - - - */
.services-info {
  margin-top: 50px;
}

.small-text {
  font-size: 0.6315789474em;
  line-height: 1.8em;
  margin-top: 10px;
}

.under-work-text {
  margin-top: 50px;
}

/* !Story Intro Block - - - - - */
a.scroll-down {
  margin: 35px auto 0 auto;
  display: block;
  width: 30px;
  padding: 0 8px;
  cursor: pointer;
  position: relative;
  z-index: 101;
}

.work-intro.block-border {
  border-left: none;
  border-right: none;
}

/* !Dash List Block - - - - - */
ul.dash-list li {
  position: relative;
  margin-top: 60px;
}

ul.dash-list li:first-child {
  margin-top: 0;
}

ul.dash-list li:before {
  content: "";
  width: 16px;
  height: 3px;
  background: #BFBDB6;
  position: absolute;
  top: 15px;
  left: -36px;
  z-index: 1;
}

.dash-list-title {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  font-weight: 900;
  font-size: 1.1052631579em;
  line-height: 1.5em;
}

ul.dash-list .text {
  margin-top: 10px;
}

/* !Text Callout - - - - - */
.callout-text {
  font-size: 1.8947368421em;
  line-height: 1.6em;
  max-width: 65%;
  padding-left: 20px;
}

/* !Featured On - - - - - */
h3.featured-label {
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}

ul.featured-on li,
ul.four-col-list li {
  width: 25%;
  padding: 25px;
}

ul.featured-on,
ul.four-col-list {
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}

ul.featured-on a {
  display: block;
}

/* !Full Gallery - - - - - */
.caption-wrap {
  padding-right: 120px;
}

.caption {
  font-size: 0.7368421053em;
  line-height: 1.5em;
  padding: 20px 0 20px 30px;
  text-align: left;
}

.gallery-next {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 10;
}

.gallery-prev {
  position: absolute;
  top: 18px;
  right: 60px;
  z-index: 10;
}

/* !Q+A Block - - - - - */
.qa-item {
  margin-top: 60px;
}

.qa-item.no-image {
  padding-left: 230px;
}

.qa-item:first-child {
  margin-top: 0;
}

.qa-left {
  width: 230px;
  text-align: right;
  padding-right: 30px;
}

.has-image .qa-right {
  width: calc(100% - 230px);
  padding-top: 10px;
}

.qa-image {
  width: 50px;
  height: 50px;
  border-radius: 120%;
  overflow: hidden;
}

.qa-name {
  width: calc(100% - 50px);
  padding-right: 20px;
  font-size: 0.7368421053em;
  line-height: 1.3em;
}

.answer {
  margin-top: 40px;
}

/* !Action Bar - - - - - */
.action-bar {
  padding: 50px;
}

.action-bar li {
  margin-left: 100px;
}

.action-bar a {
  font-size: 0.9473684211em;
  line-height: 1.4em;
  color: #BFBDB6;
}

.action-bar a:hover {
  color: #ED3326;
}

.action-bar polygon {
  fill: #ED3326;
}

.action-bar svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.action-bar li:first-child {
  margin-left: 0;
}

/* !Website - - - - - */
a.web-link {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 0.6842105263em;
  line-height: 1.3em;
  color: #BFBDB6;
  z-index: 100;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

a.web-link svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

a.web-link path,
a.web-link circle {
  fill: #BFBDB6;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a.web-link:hover {
  color: rgba(191, 189, 182, 0.5);
}

a.web-link:hover path,
a.web-link:hover circle {
  fill: rgba(191, 189, 182, 0.5);
}

a.web-link.style-dark {
  color: #262626;
}

a.web-link.style-dark path,
a.web-link.style-dark circle {
  fill: #262626;
}

a.web-link.style-dark:hover {
  color: rgba(38, 38, 38, 0.5);
}

a.web-link.style-dark:hover path,
a.web-link.style-dark:hover circle {
  fill: rgba(38, 38, 38, 0.5);
}

/* !Testimonial Block - - - - - */
.testimonial-text {
  font-size: 1.5789473684em;
  line-height: 1.7em;
}

.testimonial-info {
  font-size: 0.7368421053em;
  line-height: 1.4em;
  padding-left: 40px;
  color: #c2c0b9;
}

.testimonial-info:before {
  content: "";
  width: 23px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/quote.svg) no-repeat center;
  z-index: 1;
}

.testimonial-title {
  margin-left: 20px;
  color: rgba(194, 192, 185, 0.7);
}

/* !Wide Image - - - - - */
.wide-block-image {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.wide-block-image .caption,
.wide-block-image .sub-caption {
  padding: 20px 30px;
  text-align: right;
  max-width: 800px;
  margin: 0 0 0 auto;
}

.wide-block-image .sub-caption {
  padding: 10px 30px 20px 30px;
  font-size: 0.9473684211em;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, serif;
  font-weight: 900;
  font-style: italic;
}

.over-caption {
  display: inline-block;
  padding: 25px 40px 25px 60px;
  background: url(images/quote.svg) no-repeat 25px 24px rgba(255, 245, 233, 0.9);
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  color: #c2c0b9;
  font-size: 0.7368421053em;
  line-height: 1.4em;
}

/* !Video Block - - - - - */
.wp-block-video video {
  width: 100% !important;
  max-width: 1200px !important;
}

.wide .wp-block-video {
  max-width: 1200px;
  margin: auto;
}

.full-width-video + .no-image {
  border-top: 0 !important;
}

.two-col-videos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.two-col-videos .wp-block-video {
  width: 50% !important;
  padding: 0 5px;
}

/* !YouTube Embed - - - - - */
.wp-block-embed {
  margin: 0 auto !important;
}

/* !Forms - - - - - */
#field_1_10 .noUi-tooltip:after {
  content: " Months";
}

#field_1_11 .noUi-tooltip:before {
  content: "Up to $";
}

#field_1_11 .noUi-tooltip:after {
  content: "K";
}

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

ul.gform_fields li {
  margin-bottom: 40px;
}

input.medium,
textarea.medium,
html.canvas select,
.control input,
input.printnamebox {
  width: 100%;
  background: #4A4849;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 15px;
  height: 48px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  color: #FFF5E9;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: 0.8421052632em;
  font-weight: 900;
}

html.canvas select {
  background: url(images/lt-grey-arrow-down.svg) no-repeat right 10px center #4A4849;
}

textarea.medium {
  resize: none;
  height: 450px;
  padding: 10px;
}

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both;
}

li.gform_validation_container {
  display: none !important;
}

.gfield_label {
  display: none;
}

.show-label .gfield_label {
  color: #7B7A77;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7368421053em;
  line-height: 1.5em;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.page-template-survey-php .show-label .gfield_label {
  font-size: 1em;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #7B7A77;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #7B7A77;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #7B7A77;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #7B7A77;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.validation_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #ED3326;
  text-align: center;
}

.validation_message {
  padding-top: 5px;
  color: #ED3326;
  font-style: italic;
  font-size: 0.7368421053em;
  line-height: 1.4em;
}

.gform_confirmation_message {
  color: #FFF5E9;
  font-weight: 900;
}

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

ul.gfield_radio li,
ul.gfield_checkbox li {
  text-align: left;
  display: block;
  margin: 15px 0 0 0;
  padding-left: 30px;
  position: relative;
}

ul.gfield_radio label,
ul.gfield_checkbox label {
  font-size: 0.7368421053em;
  color: #4A4849;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

ul.gfield_radio input,
ul.gfield_checkbox input {
  width: 22px;
  height: 22px;
  border: 3px solid #7B7A77;
  background: #4A4849;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

ul.gfield_checkbox input {
  border-radius: 0;
}

ul.gfield_radio input:checked,
ul.gfield_checkbox input:checked {
  background: #ED3326;
}

h2.gsection_title,
h3.gsection_title {
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #FFF5E9;
  margin: 0;
  padding-top: 60px;
  line-height: 1.4em;
  font-size: 1.1578947368em;
}

.page-template-survey-php .intro-block h1 {
  color: #FFF5E9;
  margin-top: -22px;
}

.page-template-survey-php h3.red {
  color: #ED3326;
}

.page-template-survey-php h3.gsection_title {
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 2px solid #FFF5E9;
}

.page-template-survey-php .gfield_label {
  letter-spacing: normal;
  text-transform: initial;
  color: #BFBDB6;
}

.page-template-survey-php .gfield_description {
  margin-bottom: 25px;
}

.page-template-survey-php textarea {
  margin-bottom: 50px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
}

.page-template-survey-php input[type=text] {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}

.page-template-survey-php .gfield_label + .ginput_container_textarea {
  margin-top: 15px;
}

li:first-child h2.gsection_title {
  padding-top: 0;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(255, 245, 233, 0.2);
  border-left: 4px solid #FFF5E9;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
li.left,
li.right {
  width: 50%;
  float: left;
  clear: none;
}

li.left {
  padding-right: 20px;
  clear: left;
}

li.right {
  padding-left: 20px;
  clear: none !important;
}

li.clear {
  clear: both;
}

li#field_1_9 {
  margin-bottom: 20px;
}

.contact-form {
  margin-top: 50px;
}

.contact-form .noUi-target {
  background: #4A4849;
  height: 22px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.contact-form .noUi-horizontal .noUi-handle {
  width: 6px;
  height: 22px;
  background: #FFF5E9;
  border-radius: 0;
  top: 0;
  left: -3px;
  border: none;
  box-shadow: none;
  z-index: 1;
}

.contact-form .noUi-handle:after,
.contact-form .noUi-handle:before {
  display: none;
}

.contact-form .noUi-connect {
  background: #ED3326;
}

.contact-form .noUi-tooltip {
  z-index: 1000;
  background: #4A4849;
  border-radius: 0;
  border: none;
  font-size: 0.7368421053em;
  line-height: 1.4em;
  padding: 10px 15px 8px 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #BFBDB6;
  font-weight: 900;
}

.contact-form .noUi-horizontal .noUi-tooltip {
  bottom: 200%;
}

.contact-form .noUi-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(74, 72, 73, 0);
  border-top-color: #4A4849;
  border-width: 10px;
  margin-left: -10px;
}

.gform_footer {
  text-align: center;
  margin-top: 40px;
}

input.gform_button {
  background: transparent;
  font-weight: 900;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.1em;
  color: #FFF5E9;
  padding: 16px 45px;
  font-size: 0.8421052632em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

input.gform_button:hover {
  border-color: #fff !important;
  color: #fff !important;
}

a.reset {
  display: inline-block;
  margin-left: 10px;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  background: url(images/reset.svg) no-repeat center;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.3;
}

a.reset:hover {
  opacity: 1;
}

html .noUi-target {
  margin-top: 65px;
}

.contact-form .noUi-tooltip.left-stop {
  transform: translate(-20px, 0);
}

.contact-form .noUi-tooltip.left-stop:after {
  left: 20px;
}

.contact-form .noUi-tooltip.right-stop {
  left: auto;
  right: 50%;
  transform: translate(20px, 0);
}

.contact-form .noUi-tooltip.right-stop:after {
  left: calc(100% - 20px);
}

.gsurvey-rating:not(:checked) > label {
  color: transparent !important;
  width: 38px !important;
  background-image: url(images/star0.svg) !important;
  background-size: 30px 30px !important;
  margin-bottom: 40px !important;
  line-height: 30px !important;
}

.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating > input:checked ~ label {
  background-image: url(images/star1.svg) !important;
  background-size: 30px 30px !important;
}

ul#gform_fields_3 li#field_3_3 {
  min-height: 40px;
}

/* !About Taps - - - - - */
@-webkit-keyframes droploop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes droploop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes droploop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes droploop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes droploop2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes droploop2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes droploop2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes droploop2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes beerloop {
  0% {
    background-position: 0 -130%;
  }
  100% {
    background-position: -1000px 100%;
  }
}
@-moz-keyframes beerloop {
  0% {
    background-position: 0 -130%;
  }
  100% {
    background-position: -1000px 100%;
  }
}
@-o-keyframes beerloop {
  0% {
    background-position: 0 -130%;
  }
  100% {
    background-position: -1000px 100%;
  }
}
@keyframes beerloop {
  0% {
    background-position: 0 -130%;
  }
  100% {
    background-position: -1000px 100%;
  }
}
@-webkit-keyframes waveloop {
  0% {
    background-position: center bottom -20%;
  }
  100% {
    background-position: center bottom 150%;
  }
}
@-moz-keyframes waveloop {
  0% {
    background-position: center bottom -20%;
  }
  100% {
    background-position: center bottom 150%;
  }
}
@-o-keyframes waveloop {
  0% {
    background-position: center bottom -20%;
  }
  100% {
    background-position: center bottom 150%;
  }
}
@keyframes waveloop {
  0% {
    background-position: center bottom -20%;
  }
  100% {
    background-position: center bottom 150%;
  }
}
.beer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 100;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background: url(images/beer.svg) no-repeat;
  background-position: 0 -110%;
}

.tap-toggle:before {
  content: "";
  width: 16px;
  height: 650px;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  background: url(images/wave.svg) no-repeat center bottom -47%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 10000;
  overflow: hidden;
}

.tap-toggle.on:before {
  display: block;
}

.beer.start {
  display: block;
  visibility: visible;
  -webkit-animation: beerloop 11s 1 linear alternate both;
  -moz-animation: beerloop 11s 1 linear alternate both; /* Fx 5+ */
  -o-animation: beerloop 11s 1 linear alternate both; /* Opera 12+ */
  animation: beerloop 11s 1 linear alternate both; /* IE 10+ */
}

.beer.pause {
  visibility: visible;
  -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
  animation-play-state: paused;
  -moz-animation-play-state: paused;
}

.tap-toggle.on:before {
  -webkit-animation: waveloop 10s 1 linear alternate both;
  -moz-animation: waveloop 10s 1 linear alternate both;
  -o-animation: waveloop 10s 1 linear alternate both;
  animation: waveloop 10s 1 linear alternate both;
}

.tap-block {
  background: url(images/tap-on.svg) no-repeat -99999px -99999px;
}

.tap-toggle {
  background: url(images/tap-off.svg) no-repeat center;
  cursor: pointer;
  width: 90px;
  height: 222px;
  text-indent: -9999px;
  text-align: left;
  position: relative;
}

.tap-toggle.on {
  background-image: url(images/tap-on.svg);
}

.tap-left {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

.tap-right {
  width: 50%;
  padding-left: 10px;
}

.mobile-tap {
  display: none;
}

.tap-stats {
  font-size: 0.7894736842em;
  line-height: 1.8em;
}

.tap-date {
  font-size: 0.6315789474em;
  line-height: 1.6em;
  margin-top: 20px;
}

.tap-text {
  width: calc(100% - 90px);
  padding-top: 40px;
}

.tap-left .tap-text {
  padding-right: 20px;
}

.tap-right .tap-text {
  padding-left: 20px;
}

.tap-wrap {
  margin: 80px 0 40px 0;
}

.hank-wrap {
  overflow: hidden;
  border-bottom: 18px solid #FFF5E9;
}

.page-template-about .craft-block {
  border-bottom: none;
}

/* - - - Micah Edits - - - */
.home .intro-block .inner {
  padding: 0 50px;
}

.work-intro.block-border {
  border-left: none;
  border-right: none;
}

.work-title-block {
  padding: 26px 0 40px 0;
}

h3.work-text, .work-title-block h3.story-text {
  margin-top: 10px;
}

.dk-grey-bg {
  background: #333333;
}

.home .intro-block a.hover, .page-block.intro-block a:hover {
  color: #FFF5E4;
}

.work-block-left a, .work-block-right a {
  padding-bottom: 0;
}

.section-pad {
  padding: 54px 0 84px 0;
}

.testimonial-block .inner.wide {
  max-width: 1000px;
  padding: 0 50px;
}

.page-block.section-pad:last-child {
  padding-bottom: 84px;
}

.person-title, a.person-link {
  margin-top: 7px;
}

ul.featured-on li {
  width: 16.66%;
}

.gallery-block.block-top, footer.block-top {
  border-top: 0;
}

.wide-block-image .sub-caption {
  padding: 0px 30px 20px 30px;
}

.gallery-image + .sub-caption {
  padding: 20px 30px;
}

#main + footer.block-top, .work-block + footer.block-top, .work-half-block + footer.block-top, #main + strong footer.block-top {
  border-top: 18px solid #fff5e9;
}

.craft-block {
  border-bottom: 18px solid #fff5e9;
}

.wide-block.block-top, .wp-block-column .block-top, .wp-block-columns .wide-block + .wp-block-columns, .testimonial-block + .gallery-block.block-top, .wide-block + .action-bar {
  border-top: 32px solid #fff5e9;
}

.wp-block-column, .wide-block:last-child {
  margin-bottom: 32px;
}

.wp-block-columns + .testimonial-block {
  margin-top: -32px;
}

.wp-block-columns .wide-block, .wide-block + .gallery-block {
  margin-top: 32px;
}

.story-intro + .page-block {
  border-top: 18px solid #fff5e9;
}

.wp-block-columns + .testimonial-block, .wp-block-columns + .four-col-block, .gallery-block + .wp-block-columns .wp-block-column .block-top {
  border-top: 0;
}

.footer-mobile {
  display: none;
}

.footer-mobile ul.footer-nav li {
  display: block;
  text-align: center;
  margin-left: auto;
}

.no-global-caption .caption {
  display: none;
}

.no-global-caption .caption-nav {
  min-height: 61px;
  display: block;
}

.tap-toggle {
  width: 55px;
}

.left-tap-toggle {
  margin-left: 18px;
  margin-right: 17px;
}

.right-tap-toggle {
  margin-left: 17px;
  margin-right: 18px;
}

.left-tap-toggle.on, .right-tap-toggle.on {
  width: 90px;
  margin-left: 0;
  margin-right: 0;
}

.mobile-feed {
  display: none;
}

.champ-status {
  display: none;
  background: url(/wp-content/themes/codo_v2_custom/images/stone-cold.png) no-repeat top;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.champ-headline {
  padding-top: 200px;
  font-size: 5em;
  opacity: 0.4;
  line-height: 1em;
}

.champ-name {
  padding-top: 40px;
}

.champ-status.active {
  display: block;
}

.single-work .story-intro.block-top {
  border-top: 18px solid #FFF5E9;
}

.single-work.postid-2286 .story-intro.block-top {
  border-top: 32px solid #FFF5E9;
}

.single-work.postid-2286 .story-intro.block-border {
  border-left: 32px solid #FFF5E9;
  border-right: 32px solid #FFF5E9;
}

.single-work.postid-2286 .page-block {
  border-top: 32px solid #FFF5E9;
}

.single-work.postid-2286 .page-block.testimonial-block {
  border-left: 32px solid #FFF5E9;
  border-right: 32px solid #FFF5E9;
}

.single-work.postid-2286 .page-block.gallery-block + .page-block.gallery-block,
.single-work.postid-2286 .page-block.work-header {
  border-top: 0;
}

.single-work.postid-2286 .page-block.footer-cta-block,
.single-work.postid-2286 .page-block.craft-block {
  border-top: 18px solid #FFF5E9;
}

.single-work.postid-2286 .wp-block-columns {
  margin-left: 32px;
  margin-right: 32px;
}

.single-work.postid-2286 .wp-block-columns, .single-work .wp-block-column {
  margin-bottom: 0;
}

.single-work.postid-2286 .wp-block-column .wide-block {
  margin-bottom: 0;
}

.contract-container {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 0 !important;
  padding: 50px;
  padding-bottom: 46px;
  background-color: #262626 !important;
  color: #BFBDB6;
}

.contract-container #print {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-contract .text.inner {
  border-top: 2px solid #4A4849;
  padding-top: 46px;
}

.contract-container a {
  color: #ED3326 !important;
}

.control input {
  margin-bottom: 30px;
}

.signature-pad {
  border: none !important;
}

.signature-pad--actions, .signature-pad--footer {
  background-color: #262626;
  margin-top: 0 !important;
}

.signature-pad--actions .button {
  background-color: transparent !important;
  font-size: 10px !important;
  margin-top: 18px;
}

.signature-pad--body {
  border: none !important;
}

.signature-pad--body canvas {
  border-radius: 0 !important;
  background-color: #4A4849;
}

.signature-pad::before {
  content: "Signature";
  font-size: 2em;
  color: #BFBDB6;
  width: 100%;
  background-color: #262626;
}

#print img {
  background-color: #fff;
  padding: 18px;
}

.afterbuttons {
  max-width: 800px;
  margin: auto;
}

.page-template-mailsig-2 input.gform_button:hover, .page-template-mailsig-2 input.gform_button {
  color: #ED3326 !important;
  border-color: #ED3326 !important;
}

.page-template-mailsig-2 #btn-safari {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* - - - Media Queries - - - */
@media only screen and (max-width: 1260px) {
  .footer-cta-block h2.big-headline {
    font-size: 4.7368421053em;
  }
}
@media only screen and (max-width: 1150px) {
  /* Style adjustments for viewports that meet the condition */
  ul.people-list li {
    width: 100%;
  }
  h1.big-headline,
  h2.big-headline,
  .footer-cta-block h2.big-headline {
    font-size: 3.6842105263em;
    line-height: 1.2em;
  }
  h1.headline,
  h2.headline {
    font-size: 1.8947368421em;
    line-height: 1.3em;
  }
  h2.subhead,
  h3.subhead,
  .callout-text,
  .testimonial-text {
    font-size: 1.4736842105em;
  }
  h2.small-subhead,
  h3.small-subhead {
    font-size: 1.1578947368em;
  }
  .footer-left,
  .footer-right {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 100px;
  }
  .footer-bottom:before {
    bottom: auto;
    top: 30px;
  }
  ul.footer-nav li.footer-social {
    display: block;
    margin: 30px 0 0 0;
  }
  .footer-left a {
    display: block;
  }
  a.craft-tag {
    width: 600px;
    background-position: right center;
    padding: 90px 145px 90px 35px;
  }
  .craft-headline {
    font-size: 1.4736842105em;
  }
  .craft-sub {
    font-size: 0.7894736842em;
    letter-spacing: 0.1em;
  }
  a.footer-logo {
    margin: 0 auto 20px auto;
    display: block;
  }
  .footer-bottom {
    display: none;
  }
  .footer-bottom.footer-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .work-list-image {
    height: 440px;
  }
}
@media only screen and (max-width: 1023px) {
  ul.instagram li:nth-child(9),
  ul.instagram li:nth-child(10) {
    display: none;
  }
  ul.instagram li {
    width: 25%;
  }
  .banner {
    font-size: 0.9473684211em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner svg {
    position: relative;
    top: 1px;
  }
  h3.story-text,
  h3.work-text {
    font-size: 0.7894736842em;
  }
  .action-bar li {
    margin-left: 50px;
  }
  .work-title-block {
    position: static;
  }
  .section-pad {
    padding: 24px 0 54px 0;
  }
  .wide-block + .section-pad {
    padding-top: 54px;
  }
  .wide-block.under-caption + .section-pad {
    padding-top: 30px;
  }
  .web-link {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .champ-headline {
    font-size: 4em;
  }
}
@media only screen and (max-width: 900px) {
  .contact-left,
  .contact-right {
    width: 100%;
    display: block;
    padding: 0;
  }
  .contact-left {
    margin-bottom: 40px;
  }
  ul.people-list li {
    width: 50%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  ul.dash-list {
    padding-left: 36px;
  }
  ul.featured-on li,
  ul.four-col-list li {
    padding: 10px;
  }
  ul.featured-on,
  ul.four-col-list {
    padding: 0 15px;
  }
  ul.featured-on {
    margin-top: 15px;
  }
  h3.featured-label {
    font-size: 1.0526315789em;
  }
  .action-bar li {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .action-bar li:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 840px) {
  .over-max {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .over-max.has-image {
    margin-top: 0;
  }
  .service-controls a {
    writing-mode: horizontal-tb;
    font-size: 0.6315789474em;
    line-height: 1.3em;
    padding: 15px 18px;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .service-controls {
    width: 100%;
    height: auto;
    left: 0;
  }
  #core,
  #other {
    padding: 70px 25px 25px 25px;
  }
  .services-block h2.big-headline.margin-bottom {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .service-box {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
  }
  .story-pad {
    padding: 90px 25px;
  }
  .story-box {
    padding: 25px;
  }
  .service-controls a {
    width: 50%;
    min-width: 164px;
  }
  .services-block.section-pad {
    padding: 24px 0 0 0;
  }
  ul.service-list li:first-child {
    margin-top: 15px;
  }
  ul.service-list li:last-child {
    margin-bottom: 10px;
  }
  h2.subhead.margin-bottom, h3.subhead.margin-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 800px) {
  ul.people-list li {
    width: 100%;
  }
  .champ-headline {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav,
  .work-half-block:before {
    display: none;
  }
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  li.left,
  li.right {
    float: none;
    padding: 0;
    width: 100%;
  }
  h1.big-headline,
  h2.big-headline,
  .footer-cta-block h2.big-headline {
    font-size: 3.1578947368em;
    line-height: 1.2em;
  }
  h1.headline,
  h2.headline {
    font-size: 1.5789473684em;
    line-height: 1.4em;
  }
  h2.subhead,
  h3.subhead,
  .callout-text,
  .testimonial-text {
    font-size: 1.2631578947em;
  }
  h2.small-subhead,
  h3.small-subhead {
    font-size: 1.0526315789em;
  }
  h2.gsection_title {
    font-size: 0.9473684211em;
  }
  ul.instagram li:nth-child(7),
  ul.instagram li:nth-child(8) {
    display: none;
  }
  ul.instagram li {
    width: 33.33%;
  }
  .banner {
    font-size: 0.7894736842em;
  }
  a.nav-toggle {
    display: block;
  }
  .work-block-left,
  .work-block-right {
    width: 100%;
    display: block;
    padding: 0;
  }
  h3.story-text,
  h3.work-text {
    font-size: 0.6315789474em;
  }
  .callout-text {
    max-width: none;
  }
  a.craft-tag {
    width: 400px;
    height: 365px;
    background: url(images/beer-guide-box-square@2x.png) no-repeat center;
    background-size: 400px 365px;
    padding: 75px 80px;
    margin: 0 auto;
  }
  .craft-headline {
    font-size: 1.5789473684em;
  }
  .craft-sub {
    font-size: 0.7368421053em;
    line-height: 1.5em;
  }
  .craft-title-wrap {
    padding: 17px 0;
    margin-bottom: 15px;
  }
  .craft-block {
    overflow: hidden;
  }
  .caption {
    padding-left: 25px;
  }
  .gallery-next {
    right: 10px;
  }
  .gallery-prev {
    right: 40px;
  }
  .caption-wrap {
    padding-right: 100px;
  }
  .work-block-left a,
  .work-block-right a {
    padding-bottom: 0;
  }
  .work-block-left,
  .work-block-right {
    height: auto !important;
  }
  .work-block-left {
    border-bottom: 18px solid #FFF5E9;
  }
  .work-block-left:last-child {
    border-bottom: none;
  }
  .work-title-block {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  ul.story-grid {
    column-count: 1;
  }
  .story-grid-image {
    padding: 90px 25px;
  }
  ul.featured-on li {
    width: 33.33%;
  }
  ul.four-col-list li {
    width: 50%;
  }
  ul.four-col-list {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .qa-left,
  .has-image .qa-right {
    display: block;
    direction: ltr;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .qa-left {
    margin-bottom: 10px;
  }
  .qa-name {
    padding: 0 0 0 20px;
  }
  .qa-item.no-image {
    padding-left: 0;
  }
  .tap-text {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .tap-left .tap-text {
    padding: 0 8px 0 0;
  }
  .tap-right .tap-text {
    padding: 0 0 0 8px;
  }
  .tap-right {
    direction: ltr;
  }
  .tap-stats {
    font-size: 0.6842105263em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .tap-date {
    font-size: 0.5789473684em;
  }
  .tap-wrap {
    margin-top: 40px;
  }
  ul.featured-on li {
    width: 25%;
  }
  .work-list-image.has-mobile {
    display: none;
  }
  .work-list-image.mobile {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .wide-block-image .over-caption {
    background: none;
    display: block;
    padding: 20px 25px;
    text-align: right;
    margin: 0 0 0 auto;
    position: static;
  }
  .wide-block-image .sub-caption {
    font-size: 0.8421052632em;
    padding-top: 0;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
  .block-border {
    border-left: 12px solid #FFF5E9;
    border-right: 12px solid #FFF5E9;
  }
  .block-top, #main + footer.block-top, .work-block + footer.block-top, .work-half-block + footer.block-top, #main + strong footer.block-top {
    border-top: 12px solid #FFF5E9;
  }
  .craft-block {
    border-bottom: 12px solid #FFF5E9;
  }
  ul.gform_fields li.gfield {
    width: 100%;
  }
  .mobile-feed {
    display: block;
  }
  .desktop-feed {
    display: none;
  }
  .story-grid-image {
    padding: 0;
  }
  .champ-headline {
    font-size: 3em;
  }
  .contact-info {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  ul.instagram li:nth-child(5),
  ul.instagram li:nth-child(6) {
    display: none;
  }
  ul.instagram li {
    width: 50%;
  }
  /*.person-image { display: block; max-width: 100px; margin-bottom: 20px;}

  .person-info { width: 100%; display: block; padding: 0;}*/
  h1.big-headline,
  h2.big-headline,
  .footer-cta-block h2.big-headline {
    font-size: 2.1052631579em;
    line-height: 1.2em;
  }
  .callout-text,
  .testimonial-text {
    font-size: 1.1578947368em;
  }
  ul.footer-nav li {
    display: block;
    margin: 5px 0 0 0;
  }
  ul.featured-on li {
    width: 50%;
  }
  ul.featured-on {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  ul.featured-on li,
  ul.four-col-list li {
    padding: 6px;
  }
  ul.featured-on,
  ul.four-col-list {
    padding: 0 19px;
    max-width: 562px;
  }
  .wp-block-column {
    margin-bottom: 0px;
  }
  .wp-block-columns + .gallery-block {
    border-top: 32px solid #fff5e9;
  }
  #container a.button {
    padding: 15px 15px;
  }
  ul.featured-on li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 500px) {
  /* Style adjustments for viewports that meet the condition */
  .craft-block {
    height: 500px;
  }
  a.craft-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (min-width: 1400px) {
  .work-list-image {
    height: 480px;
  }
}
@media only screen and (min-width: 1600px) {
  .work-list-image {
    height: 560px;
  }
}
@media only screen and (min-width: 1800px) {
  .work-list-image {
    height: 640px;
  }
}
@media only screen and (min-width: 2200px) {
  .work-list-image {
    height: 720px;
  }
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
