/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Import Grid Styles */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box; }

body {
  line-height: 1.6rem; }

/* Flexible image */
img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block; }

.small-icon img {
  max-width: 40px; }

.site-wrapper-master {
  margin: 0 auto;
  max-width: 980px; }

.site-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  position: relative; }

.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 980px;
  display: block; }

.row::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

[class*="column"] {
  float: left;
  display: inline;
  position: relative; }
  [class*="column"]:last-child {
    margin-right: 0 !important; }

.column1 {
  width: 7.4166666667%;
  margin-right: 1%; }

.column1.large-gutter {
  width: 6.4166666667%;
  margin-right: 2%; }

.column2 {
  width: 15.8333333333%;
  margin-right: 1%; }

.column2.large-gutter {
  width: 14.8333333333%;
  margin-right: 2%; }

.column3 {
  width: 24.25%;
  margin-right: 1%; }

.column3.large-gutter {
  width: 23.25%;
  margin-right: 2%; }

.column4 {
  width: 32.6666666667%;
  margin-right: 1%; }

.column4.large-gutter {
  width: 31.6666666667%;
  margin-right: 2%; }

.column5 {
  width: 41.0833333333%;
  margin-right: 1%; }

.column5.large-gutter {
  width: 40.0833333333%;
  margin-right: 2%; }

.column6 {
  width: 49.5%;
  margin-right: 1%; }

.column6.large-gutter {
  width: 48.5%;
  margin-right: 2%; }

.column7 {
  width: 57.9166666667%;
  margin-right: 1%; }

.column7.large-gutter {
  width: 56.9166666667%;
  margin-right: 2%; }

.column8 {
  width: 66.3333333333%;
  margin-right: 1%; }

.column8.large-gutter {
  width: 65.3333333333%;
  margin-right: 2%; }

.column9 {
  width: 74.75%;
  margin-right: 1%; }

.column9.large-gutter {
  width: 73.75%;
  margin-right: 2%; }

.column10 {
  width: 83.1666666667%;
  margin-right: 1%; }

.column10.large-gutter {
  width: 82.1666666667%;
  margin-right: 2%; }

.column11 {
  width: 91.5833333333%;
  margin-right: 1%; }

.column11.large-gutter {
  width: 90.5833333333%;
  margin-right: 2%; }

.column12 {
  width: 100%;
  margin-right: 1%; }

.column12.large-gutter {
  width: 99%;
  margin-right: 2%; }

[class*="offset"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative; }
  [class*="offset"]:last-child {
    margin-right: 0; }

.offset1 {
  margin-left: 8.4166666667% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset2 {
  margin-left: 16.8333333333% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset3 {
  margin-left: 25.25% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset4 {
  margin-left: 33.6666666667% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset5 {
  margin-left: 42.0833333333% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset6 {
  margin-left: 50.5% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset7 {
  margin-left: 58.9166666667% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset8 {
  margin-left: 67.3333333333% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset9 {
  margin-left: 75.75% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset10 {
  margin-left: 84.1666666667% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset11 {
  margin-left: 92.5833333333% !important;
  margin-right: 1%;
  min-height: 1px; }

.offset12 {
  margin-left: 101% !important;
  margin-right: 1%;
  min-height: 1px; }

@media only screen and (min-width: 0) and (max-width: 565px) {
  .row [class*="column"] {
    width: 100%;
    margin-left: 0; }
  .row [class*="offset"] {
    margin-left: 0 !important; } }
@media only screen and (min-width: 566px) and (max-width: 768px) {
  .row [class*="column"] {
    width: 100%;
    margin-left: 0; }
  .row [class*="offset"] {
    margin-left: 0 !important; } }
.blue {
  background-color: blue;
  height: 20px;
  margin-bottom: 2px; }

/*Import Grid Styles */
[class*="altcolumn"] {
  float: left;
  display: inline;
  position: relative; }
  [class*="altcolumn"]:first-child {
    margin-left: 0; }
  [class*="altcolumn"]:last-child {
    margin-right: 0; }

.altcolumn1 {
  width: 7.3%;
  margin-right: 3%; }

.altcolumn2 {
  width: 17.6%;
  margin-right: 3%; }

.altcolumn3 {
  width: 27.9%;
  margin-right: 3%; }

.altcolumn4 {
  width: 38.2%;
  margin-right: 3%; }

.altcolumn5 {
  width: 48.5%;
  margin-right: 3%; }

.altcolumn6 {
  width: 58.8%;
  margin-right: 3%; }

.altcolumn7 {
  width: 69.1%;
  margin-right: 3%; }

.altcolumn8 {
  width: 79.4%;
  margin-right: 3%; }

.altcolumn9 {
  width: 89.7%;
  margin-right: 3%; }

.altcolumn10 {
  width: 100%;
  margin-right: 3%; }

[class*="altoffset"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative; }
  [class*="altoffset"]:last-child {
    margin-right: 0; }

.altoffset1 {
  margin-left: 10.3% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset2 {
  margin-left: 20.6% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset3 {
  margin-left: 30.9% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset4 {
  margin-left: 41.2% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset5 {
  margin-left: 51.5% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset6 {
  margin-left: 61.8% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset7 {
  margin-left: 72.1% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset8 {
  margin-left: 82.4% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset9 {
  margin-left: 92.7% !important;
  margin-right: 3%;
  min-height: 1px; }

.altoffset10 {
  margin-left: 103% !important;
  margin-right: 3%;
  min-height: 1px; }

@media only screen and (min-width: 0) and (max-width: 565px) {
  .row [class*="altcolumn"] {
    width: 100%;
    margin-left: 0; }
  .row [class*="altoffset"] {
    margin-left: 0 !important; } }
@media only screen and (min-width: 566px) and (max-width: 767px) {
  .row [class*="altcolumn"] {
    width: 100%;
    margin-left: 0; }
  .row [class*="altoffset"] {
    margin-left: 0 !important; } }
/*Import Type Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  color: #363433;
  line-height: 24px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; }

p {
  padding-bottom: 20px; }

p strong {
  font-weight: 500; }

p:last-child {
  padding-bottom: 20px; }

a, a:visited {
  text-decoration: none;
  color: #d0202e; }

nav a, nav a:visited {
  text-decoration: none;
  color: #eee6da; }

h1 {
  font-size: 3.6rem;
  line-height: 4rem;
  padding-bottom: 16px;
  line-height: 3rem;
  margin-top: 30px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
  padding-bottom: 20px; }

h2 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 16px; }

h3 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 16px; }

h4 {
  font-size: 18px;
  line-height: 26.6666666667px;
  padding-bottom: 6px; }

h5 {
  font-size: 12px;
  line-height: 17.7777777778px;
  padding-bottom: 16px; }

h6 {
  font-size: 12px;
  line-height: 17.7777777778px;
  padding-bottom: 16px; }

.strong {
  font-weight: 600; }

em {
  font-style: italic; }

.center {
  text-align: center; }

.legal {
  font-size: 12px !important; }

/*Import Type Styles */
.setup-items {
  margin-top: 1.6rem; }

.site-wrapper.main-site-wrapper {
  padding: 0 10px; }

.site-wrapper.main-site-wrapper {
  padding: 0; }

.slider-image {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.red-text {
  color: #d0202e; }

a.white-link {
  color: #f5efe9;
  font-weight: 500; }

.content-wrapper {
  padding-left: 20px;
  padding-right: 20px; }

body {
  background-image: url(/wp-content/themes/oast/inc/images/seamless-white-wood-texture.jpg);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.red-button {
  color: #eee6da;
  background: #363433;
  padding: 10px 20px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-transform: uppercase; }

a.red-button:hover {
  background: #d0202e;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.medium-red-button a {
  color: #eee6da;
  background: #d0202e;
  padding: 5px 10px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-weight: 300; }

.medium-red-button a:hover {
  color: #eee6da;
  background: #363433;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }

.outline-button {
  float: left;
  padding-right: 10px; }

.outline-button a {
  border: 1px solid;
  padding: 10px;
  font-size: 14px;
  line-height: 90px;
  color: #363433;
  cursor: pointer;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.outline-button a:hover {
  background: #d0202e;
  color: #eee6da; }

.beige {
  color: #f5efe9; }

.secondary-homepage-callout {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@font-face {
  font-family: 'Oast Icon Font MacEOT';
  src: url("/wp-content/themes/oast/inc/font/Oast Icon Font Mac.eot"); }
@font-face {
  font-family: 'Oast Icon Font MacSVG';
  src: url("/wp-content/themes/oast/inc/font/Oast Icon Font Mac.svg#Oast Icon Font Mac") format("svg"); }
@font-face {
  font-family: 'Oast Icon Font MacTTF';
  src: url("/wp-content/themes/oast/inc/font/Oast Icon Font Mac.ttf") format("truetype"); }
.text-texture-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(/wp-content/themes/oast/inc/images/text-texture-overlay-red.png);
  background-repeat: repeat; }

.top-grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 10; }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

.main-site-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

header {
  max-height: 200px;
  overflow: visible;
  color: #eee6da;
  position: relative;
  z-index: 20; }

header.normal-header {
  margin-bottom: 10px; }

header a {
  color: #eee6da; }

header nav.row .logo-wrapper-desktop {
  z-index: 9000;
  float: left;
  display: block; }

header nav.row .logo-wrapper-mobile {
  display: none; }

header.homepage-header {
  background-color: transparent;
  max-height: none; }

header.homepage-header nav {
  z-index: 9000; }

.header-background-type {
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  position: absolute;
  right: 0;
  top: -30px;
  bottom: 0; }

.mobile-header-texture {
  display: none; }

nav.row.nav-row {
  z-index: 8000;
  overflow: hidden;
  max-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

span.cart-icon {
  text-transform: lowercase;
  font-size: 45px;
  line-height: 45px; }

.mobile-nav, .menu-button, .visit-button {
  display: none; }

.menu-button a, .visit-button a {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.mobile-visit-overlay {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: black; }

.visit-text-wrapper-mobile .visit-details-wrapper {
  padding-bottom: 20px; }

.red-header-hompage {
  height: 200px;
  background-image: url(/wp-content/themes/oast/inc/images/shed-roof-texture.png);
  background-repeat: repeat-x;
  background-color: #d0202e;
  overflow: visible;
  color: #eee6da;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: inherit; }

.main-home-image {
  margin-top: 10px; }

.home-header-image-wrapper {
  position: relative; }

.home-header-image-wrapper .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
  width: 100%;
  top: -80px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px; }

.home-header-image-wrapper .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: none;
  font-size: 140px;
  line-height: 80px;
  display: block;
  color: #fff;
  text-shadow: none;
  text-align: center;
  padding: 10px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul.instagram-pics.instagram-size-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

ul.instagram-pics.instagram-size-large li {
  width: 24.25%;
  position: relative; }

ul.instagram-pics.instagram-size-large li:last-child {
  margin-right: 0; }

.mailchimp-wrapper {
  color: #eee6da;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  pointer-events: none;
  padding: 100px;
  background: #d0202e; }

#mc_embed_signup {
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  margin: 0 auto;
  max-width: 600px; }

.close-button-wrapper {
  z-index: 8100;
  margin: 0 auto;
  max-width: 600px;
  text-align: right; }

.close-button-wrapper a {
  color: #eee6da;
  font-size: 18px;
  border: 1px solid;
  padding: 8px 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.close-button-wrapper a:hover {
  color: #eee6da;
  background: #363433;
  border: 1px solid #eee6da;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

div#mc_embed_signup {
  background: #d0202e; }

#mc_embed_signup .asterisk {
  color: #eee6da !important; }

div#mc_embed_signup .button {
  padding: 10px 20px !important;
  text-transform: uppercase;
  height: auto !important;
  border-radius: none !important; }

#mc_embed_signup .mc-field-group label {
  text-transform: uppercase !important;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#mc_embed_signup h2 {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px !important;
  font-weight: 200 !important; }

#mc_embed_signup .mc-field-group {
  width: 100% !important; }

#mc_embed_signup form {
  padding: 10px 0 10px 0 !important; }

.mc-field-group input {
  font-size: 16px;
  min-height: 50px; }

.main-nav-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 9000;
  float: right;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.secondary-header-text {
  padding-bottom: 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

ul#menu-header-nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px; }

ul#menu-header-nav li a {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em; }

ul#menu-header-nav {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 5px solid;
  border-bottom: 5px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 46px; }

ul#menu-header-nav li.header-store-link {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right; }

ul#menu-header-nav li.header-store-link img {
  width: auto;
  display: inline-block;
  max-width: 30px;
  margin-right: 10px; }

.notification-item, .mailing-list-signup {
  font-size: 16px;
  text-align: right;
  padding-right: 10px; }

.notification-item {
  font-weight: 600; }

.notification-item, .mailing-list-signup a {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.homepage-callout {
  max-width: 900px;
  padding-bottom: 10px;
  margin: 0 auto;
  position: relative; }

.feature-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 50%;
  padding: 30px 20px; }

.feature-caption h1 {
  font-size: 56px;
  line-height: 0.9;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.feature-caption ul {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-left: 20px; }

.feature-caption p {
  padding-bottom: 0; }

.secondary-callout-item {
  padding-bottom: 10px;
  width: 49.5%;
  position: relative; }

.large-thumbnail-rollover {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  background: #d0202e;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 20px; }

.large-thumbnail-rollover:hover {
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.child-text-wrapper {
  font-size: 36px;
  line-height: 36px;
  color: #eee6da;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.child-text-wrapper strong {
  font-size: 56px;
  line-height: 52px;
  color: #eee6da;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.homepage-thumbnails {
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.homepage-thumbnail-item {
  padding-bottom: 10px;
  width: 24%;
  position: relative; }

.homepage-thumbnail-item:nth-child(4n) {
  margin-right: 0; }

.thumbnail-title-wrapper {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: #eee6da;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-transform: uppercase;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px; }

.homepage-thumbnail-item:hover > .thumbnail-title-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.beige-grad-bottom {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(230, 221, 200, 0) 53%, rgba(230, 221, 200, 0.65) 99%, rgba(230, 221, 200, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(230, 221, 200, 0) 53%, rgba(230, 221, 200, 0.65) 99%, rgba(230, 221, 200, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6ddc8', endColorstr='#a6e6ddc8',GradientType=0 );
  /* IE6-9 */
  background-blend-mode: multiply;
  z-index: 1; }

.homepage-beer-banner-wrapper {
  height: 554px;
  background: url(/wp-content/themes/oast/inc/images/large-beer-banner.png) center no-repeat;
  z-index: 1;
  margin: 0 -10px;
  margin-top: -100px; }

.product-thumbnail-wrapper-archive.homepage-beer-area-wrapper {
  margin-top: -300px; }

.homepage-product-wrapper {
  position: relative;
  z-index: 20;
  margin-top: -425px; }

.beverage-banner {
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 410px;
  height: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 40px solid #d9d1b6;
  border-bottom: 40px solid #d9d1b6;
  border-right: 40px solid transparent; }

.banner-shadow {
  z-index: 5;
  margin-left: 5px;
  margin-top: 5px;
  border-top: 40px solid #EAE5DE;
  border-bottom: 40px solid #EAE5DE;
  border-right: 40px solid transparent; }

.banner {
  padding: 20px;
  margin-top: -33px;
  font-size: 56px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d0202e;
  text-transform: uppercase; }

.product-thumbnail-wrapper {
  position: relative;
  z-index: 30;
  margin-top: 120px;
  margin-bottom: 50px; }

.product-title {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  width: 100%;
  padding-right: 20px; }

a .product-title, .product-title a {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  display: block;
  line-height: 26px;
  width: 100%;
  color: #363433;
  padding-bottom: 8px; }

a .product-title:hover, .product-title a:hover {
  color: #d0202e; }

.product-subtitle {
  color: #d0202e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #363433;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.product-subtitle a {
  color: #d0202e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  line-height: 16px; }

.beer-attributes {
  border-bottom: 1px dotted #363433;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.beer-attributes-item {
  text-align: center;
  float: left;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px dotted;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.beer-icon-row {
  border-bottom: 1px dotted;
  display: inline-block;
  width: 100%; }

.oast-icon {
  font-family: 'Oast Icon Font MacEOT', 'Oast Icon Font MacTTF', 'Oast Icon Font MacSVG';
  font-size: 100px;
  line-height: 100px; }

li.oast-icon {
  float: left;
  padding-right: 10px; }

.product-link a {
  color: #d0202e;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.product-link a:hover {
  color: #363433; }

.more-products-link {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 900px; }

.visit-us-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(/wp-content/themes/oast/inc/images/map-texture.png) repeat;
  background-color: #d0202e; }

.visit-text-title-wrapper {
  position: relative; }

.visit-text-wrapper {
  padding: 30px;
  width: 50%;
  color: #f5efe9;
  background: url(/wp-content/themes/oast/inc/images/map-tree.png) right bottom no-repeat;
  background-size: 400px; }

.visit-text-wrapper-mobile {
  padding: 30px;
  width: 50%;
  background: #d0202e;
  color: #f5efe9;
  background: url(/wp-content/themes/oast/inc/images/black-texture-seamless.png) center repeat; }

.visit-map-wrapper {
  width: 50%; }

.visit-text-wrapper h2, .visit-text-wrapper-mobile h2 {
  font-size: 3.6rem;
  line-height: .9;
  padding-bottom: 16px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.visit-details-wrapper {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-right: 20px; }

.mobile-visit-overlay .visit-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 0;
  width: 100%;
  font-size: 14px;
  line-height: 16px; }

.visit-details-wrapper.strong a {
  color: #f5efe9; }

.acf-map {
  width: 100%;
  margin: 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.row.oast-timetable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.time-table-column {
  padding: 20px 40px;
  background: #363433;
  color: #d9d1b6;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.time-table-column.beige-bck {
  background: #d9d1b6;
  color: #363433; }

.time-table-column h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #f5efe9; }

.time-table-column.beige-bck h3 {
  color: #363433; }

.time-cell {
  padding-top: 10px;
  border-top: 1px solid;
  margin-bottom: 10px; }

.time-cell h4 {
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.time-hrs {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.product_category_heading {
  margin-bottom: 50px; }

.product-thumbnail-wrapper-archive {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px; }

.product-item {
  margin-bottom: 50px;
  width: 30.666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 3.99999%; }

.product-item:nth-child(3n) {
  margin-right: 0; }

.product-item img {
  margin-bottom: 20px; }

.product-wrapper {
  margin-bottom: 100px; }

.product-image img {
  max-width: 294px;
  margin: 0 auto; }

.product_title {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 55px; }

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 20px; }

ul.tabs.wc-tabs {
  width: 100%;
  display: none; }

ul.tabs li {
  float: left;
  border-bottom: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

ul.tabs li.active {
  background: #f5efe9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

ul.products {
  position: relative;
  z-index: 30;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.related.products h2 {
  text-align: center;
  padding-bottom: 80px;
  text-transform: uppercase;
  padding-top: 80px; }

.see-more-banner {
  position: absolute;
  top: -40px;
  left: 0;
  height: 200px; }

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  padding-bottom: 30px; }

.category-title {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
  padding-bottom: 50px; }

.classification-text {
  padding-top: 30px;
  padding-bottom: 30px; }

ul#menu-beer-category-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #d0202e;
  padding-top: 10px;
  padding-bottom: 10px; }

ul#menu-beer-category-menu li {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #eee6da;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

ul#menu-beer-category-menu li:last-child {
  border-right: 0; }

ul#menu-beer-category-menu li a {
  color: #eee6da;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

ul#menu-beer-category-menu li a:hover {
  text-decoration: underline; }

.single-eventwrapper {
  margin-bottom: 100px; }

.event_header {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.event_title_wrapper {
  z-index: 10;
  height: 0;
  border-top: 50px solid #d9d1b6;
  border-bottom: 50px solid #d9d1b6;
  border-left: 50px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.event_title_wrapper h1 {
  font-size: 3rem;
  padding: 0;
  line-height: 2.8rem;
  margin-top: 0; }

.event_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0; }

.event-subtitle {
  color: #d0202e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.date-arrow {
  z-index: 10;
  background: #d9d1b6;
  border-top: 50px solid #d0202e;
  border-bottom: 50px solid #d0202e;
  border-left: 50px solid transparent; }

.event-date-arrow-wrapper.even .date-arrow {
  background: #363433; }

.event-date-arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%; }

.event_date_wrapper {
  z-index: 10;
  background: #d0202e;
  padding: 20px 5px;
  text-align: center;
  color: #eee6da;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100px; }

.event_date_number {
  font-size: 56px;
  font-weight: 600;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eee6da;
  padding-top: 10px; }

.event_date_month {
  font-size: 16px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #eee6da;
  padding-top: 10px; }

.event_title_image {
  height: 200px; }

.event_img_heading img {
  max-width: 215px;
  margin: 0 auto;
  padding-top: 69px;
  position: absolute;
  left: -50px;
  z-index: 10; }

.event_date_month {
  text-transform: uppercase; }

.sub-event-details {
  font-size: 22px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.event-address {
  font-size: 18px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid;
  margin-top: 20px; }

.event-date-time {
  font-size: 18px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid; }

.page_image_heading {
  margin-bottom: 30px; }

.event_archive.event_header {
  margin-bottom: 20px; }

.event_title_wrapper.even {
  border-top: 50px solid #363433;
  border-bottom: 50px solid #363433; }

.event_title_wrapper h1 a {
  color: #363433; }

.event_title_wrapper.even h1 a {
  color: #eee6da; }

.event_title_wrapper h1 a {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

.event_title_wrapper h1 a:hover {
  color: #d0202e; }

.events-wrapper {
  margin-bottom: 100px; }

.at-oast-intro-image {
  margin-bottom: 30px; }

img.barn-banner {
  position: absolute;
  bottom: 40px;
  width: auto;
  left: -20px; }

.intro-text {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 60px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.intro-text strong {
  font-family: "MetroScript", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 56px;
  font-weight: 300; }

h1.script-heading {
  font-family: "MetroScript", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 300; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

img.background-block {
  position: absolute;
  top: 0; }

.facilities-section.beer-shed, .facilities-section.hayloft, .facilities-section.patio, .facilities-section.kitchen {
  padding-top: 120px; }

.arrow-wrapper {
  text-align: center;
  margin-bottom: 20px; }

.arrow-title {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  z-index: 2;
  position: relative;
  margin-bottom: 20px; }

.arrow-background {
  margin-top: -110px;
  z-index: 1; }

.arrow-beershed {
  color: #d0202e; }

.arrow-hayloft {
  color: #f5efe9; }

.banner-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px; }

.banner-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.mailchimp-on-page div#mc_embed_signup {
  padding: 0;
  margin: 0;
  max-width: inherit;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 30px;
  background: none;
  margin-bottom: 30px; }

.mailchimp-on-page #mc_embed_signup .mc-field-group input {
  border: 1px solid #ABB0B2;
  border-radius: 0;
  background: none; }

.mailchimp-on-page div#mc_embed_signup .asterisk {
  color: #d0202e !important; }

.at-oast-para-title img {
  width: inherit; }

.banner-details.face-right {
  border-top: 40px solid #d9d1b6;
  border-bottom: 40px solid #d9d1b6;
  border-left: 40px solid transparent; }

.banner-ending-arrow.face-right {
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #d9d1b6;
  margin-right: -40px; }

.banner-details.face-left {
  border-top: 40px solid #d9d1b6;
  border-bottom: 40px solid #d9d1b6;
  border-right: 40px solid transparent;
  margin-left: 40px; }

.banner-ending-arrow.face-left {
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #d9d1b6;
  margin-left: -40px; }

.banner-details.face-left.red-arrow {
  border-top: 40px solid #d0202e;
  border-bottom: 40px solid #d0202e; }

.banner-ending-arrow.face-left.red-arrow {
  border-right: 40px solid #d0202e; }

.banner-details.red-arrow h2.banner-title {
  color: #d9d1b6; }

.banner-details h2 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px; }

h2.banner-title {
  text-transform: uppercase;
  color: #d0202e;
  font-size: 40px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.facilities-section-description {
  margin-bottom: 20px; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.gallery img {
  border: 5px solid transparent; }

.image-width50 {
  width: 50%; }

.image-width100 {
  width: 100%; }

.image-width33 {
  width: 33.33333%; }

.image-width66 {
  width: 66.66666%; }

.kitchen-section {
  margin-top: 40px;
  background: url(/wp-content/themes/oast/inc/images/hayloft-background.png);
  padding-top: 60px; }

.kitchen-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0; }

.kitchen-details-wrapper .facilities-section-description {
  width: 50%; }

.kitchen-details-wrapper .time-table-column {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 45%;
  background: none;
  color: #363433;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.kitchen-details-wrapper .time-table-column h3 {
  color: #363433;
  padding-bottom: 0; }

.oast-history-wrapper {
  background-image: url(/wp-content/themes/oast/inc/images/history-texture.jpg);
  background-repeat: repeat;
  background-color: #d0202e;
  padding: 60px 0;
  position: relative; }

.the-barn-intro {
  margin-bottom: 40px; }

.the-barn-intro .intro-text {
  padding-bottom: 30px; }

.farmhouse-ales-wrapper {
  border-top: 3px solid #f5efe9;
  padding-top: 20px; }

.farmhouse-ales-wrapper li {
  list-style: disc;
  margin-left: 20px;
  line-height: 17px;
  padding-bottom: 10px; }

footer {
  height: 260px;
  overflow: hidden;
  color: #eee6da;
  position: relative;
  z-index: 20;
  background-image: url(/wp-content/themes/oast/inc/images/footer-texture.png);
  background-repeat: repeat;
  background-color: #d0202e;
  padding-top: 40px;
  margin-top: 10px; }

.footer-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 190px;
  position: relative;
  max-width: none;
  padding: 0 40px; }

.footer-logo-full-wrapper {
  position: absolute;
  left: -30px; }

.footer-content-area {
  padding-right: 20px; }

.blank-footer-area {
  min-width: 160px; }

.footer-content-area h3 {
  font-size: 14px;
  padding-bottom: 0;
  color: red;
  line-height: 16px; }

.footer-content-area ul {
  padding-bottom: 20px; }

.footer-content-area ul li {
  line-height: 20px;
  font-size: 14px;
  font-weight: 300; }

.home-page-footer .footer-wrapper {
  margin-top: 0; }

.footer-wrapper {
  margin-top: 60px; }

.home-page-footer .row.footer-wedge-wrapper img {
  position: absolute;
  top: 0; }

footer.row {
  background: #363433;
  padding: 20px;
  min-height: 174px;
  background-blend: multiply; }

img.footer-logo-full {
  max-width: 200px;
  padding-right: 20px; }

ul#bottomnav {
  float: left;
  padding-right: 20px; }

ul#bottomnav li.footer-link {
  line-height: 18px; }

ul#bottomnav li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #f5efe9;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px; }

ul#social-icons-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

ul#social-icons-footer li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

ul#social-icons-footer li a {
  margin-right: 20px;
  font-size: 50px;
  background: #f5efe9;
  padding: 3px 5px 1px 5px;
  border-radius: 14px; }

ul#social-icons-footer li:last-child a {
  margin-right: 0; }

.affiliation-title {
  padding-bottom: 5px;
  font-size: 14px; }

ul.affiliations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px; }

li.affiliation-icon {
  margin-right: 20px; }

.credit {
  position: absolute;
  bottom: 0;
  font-size: 14px; }

.credit a {
  color: #f5efe9; }

.credit a:hover {
  color: #d0202e; }

.row.copyright-wrapper {
  font-size: 12px;
  color: #eee6da; }

.column6.post-text-wrapper h1 {
  line-height: 3rem;
  margin-top: 30px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
  padding-bottom: 20px; }

.beer-barrel-tile-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.barrel-element {
  border-top: 1px solid;
  padding-top: 10px;
  margin-top: 10px; }

.beer-barrel-tile {
  width: 32%;
  margin-right: 2%;
  padding: 20px;
  background: url(/wp-content/themes/oast/inc/images/cream-texture-seamless.gif) center repeat;
  font-size: 22px;
  margin-bottom: 30px; }

.beer-barrel-tile:last-child {
  margin-right: 0; }

.beer_title {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  display: block;
  line-height: 26px;
  width: 100%;
  color: #363433; }

.beer_title a {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  display: block;
  line-height: 26px;
  width: 100%;
  color: #363433; }

.beer_title a:hover {
  color: #d0202e; }

.barrel-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.beer-barrel-tile:nth-child(3n) {
  margin-right: 0; }

.time_in_barrel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 0 20px; }

.scd-unit-horz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.scd-label-col {
  text-transform: uppercase; }

.mo-merch-banner img {
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px; }

/*Import Type Styles */
.cart-shortcut {
  text-align: right;
  margin-bottom: 10px; }

a.cart-customlocation {
  padding: 5px 10px;
  border: 1px solid; }

.cat-header {
  padding-bottom: 40px; }

.cat-title {
  position: absolute;
  left: -9999px; }

.cat-header img {
  max-width: 70%;
  margin: 0 auto;
  padding-top: 40px;
  z-index: 10; }

.product-thumbnail-wrapper img {
  /* text-align: center; */
  margin: 0 auto; }

.woocommerce-info {
  font-size: 22px;
  margin-bottom: 20px; }

.main-woo-wrapper {
  margin-top: 50px; }

.woocommerce input {
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  margin-right: 10px; }

.product-image.merch-image {
  padding-right: 10px; }

.product-image.merch-image .images {
  padding-bottom: 20px; }

.product-image.merch-image img {
  max-width: none; }

.product-main-content .product-image .thumbnails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px; }

.product-main-content .product-image .thumbnails a {
  display: block;
  width: 33.33333333%; }

@media only screen and (max-width: 550px) {
  .product-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .product-wrapper {
    margin-bottom: 0; }

  .product-image.merch-image {
    padding-right: 0;
    margin-bottom: 20px; } }
p.price {
  font-size: 26px; }

.woocommerce-message {
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px; }

form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.quantity {
  width: auto; }

input.input-text.qty.text {
  border: none;
  font-size: 20px;
  padding: 10px;
  width: 100px; }

button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button {
  border: none;
  background: #363433;
  color: #f5efe9;
  padding: 10px;
  font-size: 16px; }

button.single_add_to_cart_button.button.alt:hover, button.single_add_to_cart_button.button:hover {
  background: #d0202e;
  color: #f5efe9;
  cursor: pointer; }

form.variations_form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

table.variations select {
  border: none;
  padding: 10px;
  font-size: 16px;
  height: 40px; }

table.variations {
  margin-bottom: 20px; }

table.variations tr {
  height: 60px; }

table.variations label {
  padding-right: 20px;
  font-size: 22px; }

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

a.reset_variations {
  font-size: 20px;
  display: block;
  padding-top: 20px; }

thead {
  display: none; }

table.shop_table.shop_table_responsive.cart {
  width: 100%;
  font-size: 22px; }

tr.cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px; }

td.product-remove {
  margin-left: 20px; }

a.remove {
  font-size: 36px;
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

td.product-subtotal {
  margin-right: 20px; }

td.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 30px; }

.coupon label {
  display: none; }

input.button[name="update_cart"] {
  background: #363433;
  color: #f5efe9; }

input.button[name="update_cart"]:hover {
  background: #d0202e;
  cursor: pointer; }

.cart_totals {
  margin-top: 20px;
  width: 50%; }

table.shop_table.shop_table_responsive {
  width: 100%;
  text-align: left;
  font-size: 22px; }

table.shop_table.shop_table_responsive tr {
  padding-bottom: 30px; }

.wc-proceed-to-checkout {
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px; }

.wc-proceed-to-checkout a {
  padding: 10px 15px;
  background: #d0202e;
  font-size: 22px;
  color: #f5efe9; }

td[data-title="Subtotal"], td[data-title="Shipping"], td[data-title="Total"] {
  padding-left: 20px; }

@media only screen and (max-width: 768px) {
  tr.cart_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  td.product-remove {
    width: 7%;
    margin-left: 0; }

  td.product-thumbnail {
    width: 20%; }

  td.product-name {
    padding-right: 10px;
    max-width: 220px; }

  dl.variation {
    font-size: 16px; }

  dt.variation-Colour {
    float: left;
    padding-right: 10px; }

  dd.variation-Colour p, dd.variation-Size p {
    padding: 0; }

  dt.variation-Size {
    float: left;
    padding-right: 10px; }

  td.product-price {
    padding-right: 10px; }

  input.input-text.qty.text {
    font-size: 16px; }

  td.product-subtotal {
    padding: 0; } }
@media only screen and (max-width: 550px) {
  tr.cart_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  td.product-thumbnail {
    margin-bottom: 20px; }

  td.product-name {
    margin-bottom: 20px;
    text-align: center; }

  td.product-price {
    display: none; }

  td.product-quantity {
    padding-bottom: 20px; }

  td.product-subtotal {
    margin: 0;
    padding: 0;
    padding-bottom: 20px; }

  td.product-remove {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto; }

  dl.variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  dd.variation-Colour {
    padding-right: 20px; }

  .cart_totals {
    width: auto; }

  .shop_table.shop_table_responsive.cart td.actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .shop_table.shop_table_responsive.cart .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    width: 100%; }

  .shop_table.shop_table_responsive.cart .coupon input#coupon_code {
    width: 50%; }

  .shop_table.shop_table_responsive.cart .coupon input.button {
    width: 50%;
    margin-right: 0; }

  .coupon input.button[name="update_cart"] {
    width: 100%;
    margin-right: 0; } }
div#customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#customer_details .col-1, #customer_details .col-2 {
  width: 45%;
  padding-right: 20px; }

#customer_details input {
  width: 100%; }

p#order_comments_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

textarea#order_comments {
  min-height: 150px; }

h3#ship-to-different-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

input#ship-to-different-address-checkbox {
  width: auto; }

@media only screen and (max-width: 550px) {
  div#customer_details {
    flex-directiom: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  #customer_details .col-1, #customer_details .col-2 {
    width: 100%;
    padding-right: 0; } }
div#order_review {
  padding: 30px;
  background: white;
  margin-bottom: 30px; }

div#order_review img {
  width: auto; }

table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  display: block; }

table.shop_table.woocommerce-checkout-review-order-table tbody, table.shop_table.woocommerce-checkout-review-order-table tfoot {
  width: 100%;
  display: block; }

tr.cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid;
  padding-bottom: 10px; }

tr.shipping {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-bottom: 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
  padding-bottom: 10px; }

tr.shipping td p:last-child {
  padding-bottom: 0; }

tr.order-total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  padding-bottom: 30px; }

label[for="payment_method_stripe"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }

label[for="payment_method_stripe"] img {
  max-width: 60px; }

.woocommerce header {
  color: #363433; }

.woocommerce header h1 {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

p.woocommerce-thankyou-order-received {
  font-size: 28px; }

ul.woocommerce-thankyou-order-details.order_details {
  padding-bottom: 30px;
  font-size: 18px; }

table.shop_table.order_details {
  width: 100%;
  background: white;
  border: 20px solid white;
  text-align: left;
  margin-bottom: 30px; }

table.shop_table.order_details tr {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  font-size: 18px; }

table.shop_table.order_details dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

dt.variation-pa_colour, dt.variation-pa_size {
  padding-right: 5px; }

dd.variation-pa_colour, dd.variation-pa_size {
  padding-right: 20px; }

table.shop_table.order_details tfoot tr {
  line-height: 40px; }

table.shop_table.customer_details {
  text-align: left;
  width: 100%;
  margin-bottom: 50px; }

table.shop_table.customer_details tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

table.shop_table.customer_details th {
  padding-right: 20px; }

.col2-set.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin-bottom: 70px; }

@media only screen and (max-width: 550px) {
  table.shop_table.order_details tr td.product-name {
    text-align: left; }

  table.shop_table.order_details dl.variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .col2-set.addresses {
    width: 100%; }

  .col2-set.addresses .col-1 {
    width: 48%;
    margin-right: 4%; }

  .col2-set.addresses .col-2 {
    width: 48%; }

  .row.related-products {
    padding: 0 20px; } }
/*Import Type Styles */
@media only screen and (min-width: 981px) {
  header.homepage-header {
    margin-bottom: -105px;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s; } }
@media only screen and (max-width: 980px) {
  header.homepage-header {
    margin-bottom: -10.75%;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s; } }
@media only screen and (max-width: 960px) {
  header.homepage-header {
    margin-bottom: -11.75%;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s; } }
@media only screen and (max-width: 700px) {
  header.homepage-header {
    margin-bottom: -12%;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s; } }
@media only screen and (max-width: 500px) {
  header.homepage-header {
    margin-bottom: -12.5%;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s; } }
@media only screen and (max-width: 360px) {
  header.homepage-header {
    margin-bottom: -14%;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s; } }
@media only screen and (max-width: 768px) {
  .site-wrapper.main-site-wrapper {
    padding: 0; }

  .site-wrapper.main-site-wrapper-home {
    padding: 0;
    margin-top: -40px; }

  .at-oast-intro-image {
    margin-top: -40px; }

  .red-header-hompage {
    display: none; }

  nav.row.nav-row {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 500;
    position: absolute;
    top: 20px;
    display: inline-block; }

  header nav.row .logo-wrapper-desktop {
    display: none; }

  header nav.row .logo-wrapper-mobile {
    display: block;
    margin: 0 auto; }

  .header-background-type {
    display: none; }

  nav .logo-wrapper-mobile a {
    width: 28%;
    display: block;
    margin: 0 auto; }

  .logo-wrapper-mobile img {
    max-width: 100%;
    max-height: 100%;
    width: auto; }

  .mailing-list-signup {
    display: none; }

  .menu-header-nav-container {
    display: none; }

  .mobile-header-texture {
    position: relative;
    display: block; }

  .main-nav-wrapper {
    display: none; }

  .main-home-image {
    display: none; }

  .mobile-nav {
    display: inherit;
    opacity: 0;
    pointer-events: none;
    background: #d0202e;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9999; }

  .mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .mobile-menu-wrapper ul {
    width: 100%;
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding-top: 10px;
    padding-bottom: 10px; }

  .mobile-menu-wrapper ul li {
    padding: 10px 0;
    font-size: 22px; }

  .mobile-menu-wrapper ul li:last-child {
    border-bottom: none; }

  .mobile-menu-wrapper li img {
    width: auto; }

  .menu-button {
    display: inherit;
    position: absolute;
    top: 32%;
    right: 13%;
    z-index: 1000;
    padding: 10px 15px;
    background: #363433;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

  .visit-button {
    display: inherit;
    position: absolute;
    top: 32%;
    left: 13%;
    z-index: 1000;
    padding: 10px 15px;
    background: #363433;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

  .visit-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999; }

  .mobile-nav .menu-button:hover {
    background: #eee6da;
    color: #d0202e;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

  li.mobile-nav-link {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-transform: uppercase; }

  li.mobile-nav-link a {
    font-size: 14px; }

  a#mobile-close-button {
    margin-bottom: 20px;
    display: inline-block; }

  .notification-item, .mailing-list-signup {
    text-align: left; }

  .secondary-homepage-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px; }

  .homepage-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px; }

  .home-header-image-wrapper .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 50px;
    line-height: 50px !important; }

  .homepage-callout {
    margin-top: 60px; }

  .feature-caption {
    padding: 10px 10px; }

  .child-text-wrapper {
    font-size: 22px; }

  .product-thumbnail-wrapper-archive.homepage-beer-area-wrapper {
    margin: 40px 0 0 0; }

  .homepage-beer-banner-wrapper {
    display: none; }

  .product-thumbnail-wrapper-archive {
    margin-top: 30px; }

  .product-title a {
    font-size: 20px;
    line-height: 16px; }

  .oast-icon {
    font-size: 50px;
    line-height: 50px; }

  .more-products-link {
    margin-left: 20px; }

  .visit-text-wrapper h2 {
    font-size: 2.6rem; }

  .visit-text-wrapper-mobile h2 {
    font-size: 2.6rem; }

  .visit-us-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .visit-text-wrapper {
    width: 100%; }

  .visit-text-wrapper-mobile {
    width: 100%; }

  .visit-map-wrapper {
    width: 100%; }

  .mobile-visit-overlay .visit-text-wrapper, .mobile-visit-overlay .visit-text-wrapper-mobile {
    padding: 20px; }

  .mobile-visit-overlay .notification-item {
    padding-bottom: 20px; }

  .mobile-visit-overlay .visit-us-row {
    height: 100vh; }

  .visit-text-wrapper-mobile {
    height: 50vh; }

  .acf-map {
    height: 50vh; }

  .at-oast-intro-text {
    padding: 0 20px 40px 20px; }

  .facilities-section.beer-shed, .facilities-section.hayloft, .facilities-section.patio, .facilities-section.kitchen {
    padding-top: 0; }

  img.background-block {
    display: none; }

  .facilities-section.beer-shed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: url(/wp-content/themes/oast/inc/images/red-texture-seamless.gif);
    background-size: inherit;
    background-repeat: repeat;
    padding: 30px; }

  .facilities-section.hayloft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: url(/wp-content/themes/oast/inc/images/cream-texture-seamless.gif);
    background-size: inherit;
    background-repeat: repeat;
    padding: 30px; }

  .facilities-section.patio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: url(/wp-content/themes/oast/inc/images/red-texture-seamless.gif);
    background-size: inherit;
    background-repeat: repeat;
    padding: 30px; }

  .facilities-section.kitchen-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: url(/wp-content/themes/oast/inc/images/cream-texture-seamless.gif);
    background-size: inherit;
    background-repeat: repeat;
    padding: 30px;
    margin-top: 0; }

  .kitchen-details-wrapper {
    margin-bottom: 40px; }

  .booking-info {
    margin-bottom: 40px; }

  .oast-history-wrapper {
    padding: 60px 20px; }

  .the-barn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .the-barn-text-part-one, .the-barn-text-part-two {
    width: 48% !important;
    margin: 0 !important; }

  .events-wrapper {
    margin: 0 20px 100px 20px; }

  .event_title_wrapper h1 {
    font-size: 2.25rem;
    line-height: 2.0rem; }

  .event_date_number {
    font-size: 40px; }

  .event_date_month {
    padding-top: 5px; }

  .single-eventwrapper {
    padding: 0 20px; }

  .single-event-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .main-woo-wrapper {
    padding: 0 20px; }

  .product-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .classification-text {
    padding: 30px 20px; }

  .classification-header-wrapper {
    margin-top: -40px; }

  .product-thumbnail-wrapper-archive {
    padding: 0 20px; }

  .main-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-top: 100px; }

  .beer-barrel-tile-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 10;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .beer-barrel-tile {
    width: 48%;
    margin-right: 0; }

  footer {
    display: none; } }
@media only screen and (max-width: 450px) {
  .homepage-callout {
    margin-top: 100px;
    margin-bottom: 5px;
    padding: 0 20px; }

  .site-wrapper.main-site-wrapper-home {
    padding: 0;
    margin-top: -80px; }

  .feature-caption {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    position: absolute;
    right: 20px; }

  .feature-caption h1 {
    font-size: 18px;
    padding-bottom: 0; }

  .feature-caption ul {
    display: none; }

  .product-thumbnail-wrapper-archive.homepage-beer-area-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .cat-header {
    padding-bottom: 0; }

  .cat-header img {
    max-width: none;
    margin: 0 auto;
    padding-top: 0;
    z-index: 10; }

  .main-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px; }

  .site-wrapper.main-site-wrapper {
    padding: 0; }

  .at-oast-intro-image {
    margin-top: -80px; }

  img.barn-banner {
    bottom: 0px; }

  p.intro-text {
    font-size: 26px;
    line-height: 28px; }

  .facilities-section.beer-shed, .facilities-section.hayloft, .facilities-section.patio, .facilities-section.kitchen {
    padding: 20px; }

  .banner-details {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .banner-details.face-right, .banner-details.face-left {
    border: none !important; }

  .banner-details h2 {
    padding: 0; }

  h2.banner-title {
    color: #ffffff;
    font-size: 30px; }

  .banner-ending-arrow.face-right, .banner-ending-arrow.face-left {
    display: none; }

  .banner-details.red-arrow h2.banner-title {
    color: #d0202e; }

  .banner-details.face-left.red-arrow {
    padding: 0;
    margin: 0 0 30px 0; }

  .kitchen-details-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .kitchen-details-wrapper .facilities-section-description, .kitchen-details-wrapper .facilities-section, .kitchen-details-wrapper .time-table-column {
    width: 100%; }

  .column5.offset1.large-gutter.beige.the-barn-text-part-one, .column5.large-gutter.beige.the-barn-text-part-two {
    width: 100% !important; }

  .classification-header-wrapper {
    margin-top: -80px; }

  ul#menu-beer-category-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  ul#menu-beer-category-menu li {
    padding: 0;
    border: none;
    margin-bottom: 7px;
    width: 100%; }

  .category-wrapper, .product-thumbnail-wrapper-archive {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .category-wrapper .product-item, .product-thumbnail-wrapper-archive .product-item {
    margin-right: 0;
    width: 100%; }

  .category-wrapper .product-item:last-child, .product-thumbnail-wrapper-archive .product-item:last-child {
    -ms-flex-item-align: start;
        align-self: flex-start; }

  .beer-attributes-item {
    font-size: 13px; }

  .row.oast-timetable-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .product-text h2 {
    font-size: 30px;
    line-height: 28px; }

  .beer-barrel-tile-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10; }

  .beer-barrel-tile {
    width: 100%; } }
@media only screen and (max-width: 374px) {
  nav.row.nav-row {
    top: 15px; }

  .menu-button {
    top: 15%;
    right: 5%;
    font-size: 16px; }

  .visit-button {
    top: 15%;
    left: 5%;
    font-size: 16px; }

  .secondary-callout-item {
    width: 100%; }

  .homepage-thumbnail-item {
    width: 49%;
    padding-bottom: 5px; }

  ul.instagram-pics.instagram-size-large li {
    margin: 0;
    max-width: none;
    width: 49%;
    padding-bottom: 5px; }

  .thumbnail-title-wrapper {
    display: none; }

  .product-item {
    width: 46%; }

  .product-item:nth-child(3n) {
    display: none; }

  .homepage-beer-area-wrapper .beer-attributes {
    display: none; }

  .row.page_image_heading.event-page {
    margin-bottom: 0;
    margin-top: 40px; }

  .event_title_wrapper, .event_title_wrapper.even {
    border: none; }

  .event-date-arrow-wrapper .date-arrow, .event-date-arrow-wrapper.even .date-arrow {
    display: none; }

  .event_title_wrapper {
    height: inherit;
    padding: 0;
    background: #d9d1b6; }

  .event_title_wrapper.even {
    background: #363433; }

  .event_titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 15px;
    right: 17%; }

  .event_title_wrapper h1 {
    font-size: 1.75rem;
    line-height: 1.6rem; }

  .event-subtitle {
    line-height: 14px;
    font-size: 14px;
    padding-top: 4px; }

  .row.single-event-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .post-image {
    padding-bottom: 20px; }

  .single-eventwrapper {
    margin-bottom: 40px; }

  .related-products .product-thumbnail-wrapper-archive {
    padding: 0; }

  .related-products .row.smallrow.product-thumbnail-wrapper-archive::after {
    content: none; } }
@media only screen and (max-width: 860px) {
  .feature-caption h1 {
    font-size: 40px; } }
@media only screen and (max-width: 700px) {
  .feature-caption h1 {
    font-size: 35px; } }
@media only screen and (max-width: 630px) {
  .feature-caption h1 {
    font-size: 28px; } }
@media only screen and (max-width: 550px) {
  .feature-caption h1 {
    font-size: 22px; } }
/*Import Guideline Styles */
.grid-wrapper-master {
  position: absolute;
  margin: 0 auto;
  max-width: 980px;
  left: 0;
  right: 0; }

.grid-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  height: 1000px; }

.baseline-grid-wrapper {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0; }

.baseline-grid {
  display: none;
  pointer-events: none;
  margin-top: 0;
  z-index: 501;
  height: 1000px;
  position: relative;
  background: url("/wp-content/themes/oast/inc/grid/baseline-grid-16.png") repeat center 0; }

.row.vertical-row {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 500;
  background: none;
  width: 100%; }

[class*="guides"] {
  pointer-events: none;
  height: 100% !important;
  background: none !important;
  border-left: 1px dotted rgba(100, 100, 100, 0.2) !important;
  border-right: 1px dotted rgba(100, 100, 100, 0.2) !important; }

.toggle {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .toggle button {
    border: none;
    padding: 1.6rem;
    cursor: pointer;
    line-height: 3.2rem; }

.toggle-vertgrid {
  position: fixed;
  top: 0;
  left: 50px;
  z-index: 999; }
  .toggle-vertgrid button {
    border: none;
    padding: 1.6rem;
    cursor: pointer;
    line-height: 3.2rem; }
