/*
Theme Name: coconspirators
Theme URI: http://underscores.me/
Author: Jen Pomphrey
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coconspirators
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

coconspirators is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'core_sans_medium';
  src: url("../coconspirators/fonts/s-core_-_coresansr45medium-webfont.woff2") format("woff2"), url("../coconspirators/fonts/s-core_-_coresansr45medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'core_sans_black';
  src: url("../coconspirators/fonts/s-core_-_coresansr75black-webfont.woff2") format("woff2"), url("../coconspirators/fonts/s-core_-_coresansr75black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.wp-block-group__inner-container,
.row {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 768px) {
  .wp-block-group__inner-container,
  .row {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .wp-block-group__inner-container {
    max-width: none;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.flex-even {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.max-700 {
  max-width: 700px;
  width: 100%;
}

@media (max-width: 768px) {
  .max-700 {
    max-width: none;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.max-900 {
  max-width: 900px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .max-900 {
    max-width: none;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.border-5 {
  border-radius: 5px;
}

.border-30 {
  border-radius: 30px;
}

.padding-1015 {
  padding: 10px 15px;
}

.padding-30-tb {
  padding: 30px 0;
}

.padding-60-tb {
  padding: 60px 0;
}

.padding-60-b {
  padding-bottom: 60px;
}

.margin-0 {
  margin: 0;
}

.margin-15-t {
  margin-top: 15px;
}

.margin-30-tb {
  margin: 30px 0;
}

.margin-30-t {
  margin-top: 30px;
}

.margin-30-b {
  margin-bottom: 30px;
}

.margin-60-tb {
  margin: 60px 0;
}

.margin-60-b {
  margin-bottom: 60px;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "core_sans_medium", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.normal {
  font-family: "core_sans_medium", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bold {
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.xxs {
  font-size: 12px;
  line-height: 20px;
}

.xs {
  font-size: 16px;
  line-height: 22px;
}

.sm {
  font-size: 20px;
  line-height: 24px;
}

.md {
  font-size: 26px;
  line-height: 28px;
}

.lg {
  font-size: 34px;
  line-height: 38px;
}

.xl {
  font-size: 40px;
  line-height: 44px;
}

.xxl {
  font-size: 60px;
  line-height: 62px;
}

@media (max-width: 768px) {
  .sm {
    font-size: 20px;
    line-height: 24px;
  }
  .md {
    font-size: 22px;
    line-height: 26px;
  }
  .lg {
    font-size: 30px;
    line-height: 38px;
  }
  .xl {
    font-size: 40px;
    line-height: 44px;
  }
  .xxl {
    font-size: 60px;
    line-height: 62px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'core_sans_black', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  clear: both;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.tab {
  background-color: #DA3532;
  color: #FFF6E5;
  padding: 20px 100px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  text-align: center;
  max-width: 550px;
}

p {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.bg-cream {
  background: #FFF6E5;
}

.bg-red {
  background: #DA3532 !important;
}

.bg-black {
  background: #1A1919;
}

.bg-white {
  background: white;
}

.red {
  color: #DA3532;
}

.cream {
  color: #FFF6E5;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #1A1919;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}

a:visited {
  color: #1A1919;
}

a:hover, a:focus, a:active {
  color: #DA3532;
}

a.red:hover, a.red:focus, a.red:active {
  color: #1A1919;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a.button {
  background-color: #1A1919;
  color: #FFF6E5;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0 5px;
}

a.button:hover {
  background-color: #DA3532;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
      grid-template-areas: "header" "main" "footer";
  position: relative;
  min-height: 100vh;
}

.site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  background-color: #DA3532;
}

@media only screen and (max-width: 1280px) {
  .site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 842px) {
  .site-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.site-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header .row .site-branding {
  margin-bottom: -125px;
  margin-top: -5px;
  z-index: 10;
}

@media (max-width: 1100px) {
  .site-header .row .site-branding {
    max-width: 160px;
    margin-top: -67px;
  }
}

@media (max-width: 1035px) {
  .site-header .row .site-branding {
    margin-top: -47px;
  }
}

@media (max-width: 768px) {
  .site-header .row .site-branding {
    margin-left: 20px;
    margin-bottom: -82px;
    margin-top: -35px;
  }
}

.site-header .row .site-title {
  margin: 0;
}

@media (max-width: 1100px) {
  .site-header .row #site-navigation {
    padding: 50px 0 40px;
  }
}

.site-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0px;
}

.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}

.site-main .shopify-buy-frame--product {
  display: block;
  max-width: none !important;
}

.site-main .shopify-buy-frame--product .shopify-buy__btn.shopify-buy__btn-disabled {
  background-color: black;
}

@media only screen and (max-width: 786px) {
  .site-main .socials .button {
    margin-bottom: 10px;
  }
}

.site-main .header-img {
  background-position: top;
  background-size: auto 750px;
  height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media only screen and (max-device-width: 768px) {
  .site-main .header-img {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .site-main .header-img {
    background-size: auto 563px;
    height: 400px;
  }
  .site-main .header-img.our-story {
    height: 400px;
    background-position: center !important;
    background-attachment: scroll;
    background-size: contain !important;
  }
}

.site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner {
  background-position: 80px 50px;
  background-size: auto 115%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1135px) {
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner {
    background-size: auto 110%;
  }
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content p {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1060px) {
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner {
    background-size: auto 80%;
    background-position: 16% center;
  }
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content p {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 900px) {
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner {
    background-size: auto 330px;
    background-position: center 50px;
  }
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content-wrapper {
    margin-top: 370px;
    width: 100%;
  }
  .site-main .bg-can-img .has-background.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content-wrapper .wp-block-coblocks-hero__content {
    max-width: none !important;
  }
}

.site-main .bg-can-img .md p {
  font-size: 26px;
  line-height: 28px;
}

.site-main a.button {
  display: inline-block;
}

.site-main .wp-block-coblocks-hero {
  background-color: #FCB900;
}

.site-main .wp-block-coblocks-hero .wp-block-coblocks-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-transform: uppercase;
}

.site-main .wp-block-coblocks-hero .wp-block-button__link {
  background-color: black;
}

.site-main .cvp-live-filter select {
  min-height: 30px;
  padding: 10px;
  border-radius: 5px;
}

.site-main .cvp-live-filter.cvp-checkbox, .site-main .cvp-live-filter.cvp-dropdown, .site-main .cvp-live-filter.cvp-radio {
  margin: 0 0 40px;
  float: right;
  display: block;
}

@media only screen and (max-width: 768px) {
  .site-main .cvp-live-filter.cvp-checkbox, .site-main .cvp-live-filter.cvp-dropdown, .site-main .cvp-live-filter.cvp-radio {
    margin: 30px auto 40px;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 1280px) {
  .site-main .related {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.site-main .feature_beers .pt-cv-2-col .pt-cv-title {
  clear: none !important;
  background: #FFF6E5;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .site-main .feature_beers .pt-cv-wrapper {
    padding: 0 20px;
  }
}

.site-main .feature_beers img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media (min-width: 1280px) {
  .site-main .feature_beers img {
    width: inital;
  }
}

@media (max-width: 1280px) {
  .site-main .feature_beers img {
    width: 40%;
    margin-right: 6px !important;
  }
}

@media (min-width: 550px) and (max-width: 990px) {
  .site-main .feature_beers img {
    max-width: 150px !important;
  }
}

.site-main .feature_beers img:hover {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  cursor: pointer;
}

.site-main .feature_beers .pt-cv-content {
  text-align: center;
  padding-right: 10px;
  clear: right;
}

@media (max-width: 990px) {
  .site-main .feature_beers .pt-cv-content {
    margin-bottom: 35px !important;
  }
}

.site-main .feature_beers .pt-cv-readmore {
  border-radius: 5px;
  margin-top: 15px;
}

.site-main .feature_beers .content {
  width: 56%;
  float: right;
}

@media (max-width: 1280px) {
  .site-main .feature_beers .content {
    width: 57%;
  }
}

@media (min-width: 550px) and (max-width: 990px) {
  .site-main .feature_beers .content {
    margin-right: 6%;
  }
}

.site-main .feature_beers .content .pt-cv-ctf-list {
  width: 100%;
  margin: 0;
}

.site-main .feature_beers .pt-cv-custom-fields {
  display: inline;
}

.site-main .feature_beers .pt-cv-ctf-beer_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  font-size: 12px;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
  color: #DA3532;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-main .feature_beers .pt-cv-ctf-column.col-md-6 {
  clear: none !important;
  padding: 0;
  margin: 0;
  width: 97%;
}

@media (max-width: 991px) {
  .site-main .feature_beers .pt-cv-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}

.site-main .intro .wp-block-group__inner-container {
  max-width: 700px;
  margin: 0 auto;
}

.site-main .bottom-background {
  background-image: url("img/background-logos.svg");
  background-position: bottom -35px center;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.site-main .top-bottom-bg {
  background-image: url("img/background-logos.svg"), url("img/background-logos.svg");
  background-position: top -32px center, bottom -35px center;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.site-main .top-background {
  background-image: url("img/background-logos.svg");
  background-position: top -32px center;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.site-main .post-thumbnail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .site-main .pt-cv-wrapper {
    padding: 0 40px;
  }
}

.site-main .content-beer .moreinfo {
  border: 0;
  padding: 0;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}

.site-main .content-beer .moreinfo:focus {
  outline: 0;
  border: 0;
}

.site-main .content-beer .moreinfo:hover {
  color: #DA3532;
}

.site-main .content-beer .thumb_content {
  background-color: #FFF6E5;
  padding: 15px 20px;
  border-radius: 5px;
}

.site-main .content-beer .thumb_content .reveal {
  display: none;
}

.site-main .content-beer .pt-cv-wrapper [class*=pt-cv-] a {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  overflow: visible;
}

.site-main .content-beer .pt-cv-wrapper [class*=pt-cv-] a img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.site-main .content-beer .pt-cv-wrapper [class*=pt-cv-] a img:hover {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  cursor: pointer;
}

.site-main .content-beer .pt-cv-title {
  font-size: 34px;
  border-radius: 15px;
  margin: 0;
}

.site-main .content-beer .pt-cv-title a {
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #DA3532;
  margin-bottom: 0 !important;
}

.site-main .content-beer .pt-cv-ctf-beer_type {
  margin: 10px 0;
  font-size: 20px;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
  color: #DA3532;
}

.site-main .content-beer #pt-cv-view-2596d2aze1 .pt-cv-readmore {
  float: none !important;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media only screen and (max-width: 768px) {
  .post .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .post .flex-even {
    max-width: none;
  }
  .post .flex-even:first-child {
    margin-bottom: 20px;
  }
}

.single .site-main .post-navigation {
  display: none;
}

.single .tabs-content div:not(:first-child) {
  display: none;
}

.single article p {
  text-transform: uppercase;
  margin: 0 0 20px;
}

.single article .tabs-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 30px;
  padding: 0;
}

.single article .tabs-nav ul li a {
  color: #1A1919;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.single article .tabs-nav ul li.active a {
  color: #DA3532;
}

.single article .tabs-content {
  width: 100%;
}

.single article .tabs-content p {
  -webkit-columns: 2;
          columns: 2;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
}

.single article .shopify-buy-frame {
  max-width: none;
}

.single article .beer_wrap {
  max-width: 800px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 880px) {
  .single article .beer_wrap {
    max-width: none;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .single article .beer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto;
  }
}

.single article .beer_wrap .beer_img .post-thumbnail img {
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  .single article .beer_wrap .beer_img .post-thumbnail img {
    max-width: 230px;
    margin-bottom: 30px;
  }
}

.single article .beer_wrap .entry-content {
  margin-left: 20px;
  width: 50%;
  color: #DA3532;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .single article .beer_wrap .entry-content {
    width: 100%;
    margin: 0;
  }
}

.single article .beer_wrap .entry-content p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.single article .beer_wrap header {
  clear: none !important;
  background: #DA3532;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.single article .beer_wrap header h1 {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .single .details {
    padding: 0 40px;
  }
}

.single .details .flex-column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .single .details .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single .details .flex-column .flex-even {
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  .single .details .flex-column .flex-even {
    max-width: none;
  }
  .single .details .flex-column .flex-even:first-child {
    margin-bottom: 20px;
  }
}

.single #untappd-feed .untappd-logo img {
  max-width: 200px;
  margin: 0 auto 0;
  display: block;
}

.single #untappd-feed .avatar {
  border-radius: 100%;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
  border: 6px solid #DA3532;
}

.single #untappd-feed .stars {
  background: url(img/star-empty.png) repeat-x;
  width: 100px;
  height: 20px;
  background-size: 20px;
  display: block;
  margin: 10px auto;
}

.single #untappd-feed .stars span {
  background: url(img/star-full-black.png) repeat-x;
  background-size: 20px;
  display: block;
  height: 20px;
}

.single #untappd-feed .flex-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: start;
}

@media (max-width: 560px) {
  .single #untappd-feed .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single #untappd-feed .flex-item {
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
          flex: 1 1 0;
}

@media (max-width: 560px) {
  .single #untappd-feed .flex-item {
    width: 100%;
  }
}

/**** NEWS ****/
#pt-cv-view-3f4c6845na .pt-cv-readmore, #pt-cv-view-3f4c6845na .pt-cv-title a, #pt-cv-view-3f4c6845na .panel-title {
  padding: 5px 10px;
  border-radius: 5px;
}

#pt-cv-view-3f4c6845na .pt-cv-thumb-default img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#pt-cv-view-3f4c6845na .pt-cv-thumb-default img:hover {
  opacity: 0.8;
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
  background-color: #DA3532;
  padding: 0 0 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 1280px) {
  .site-footer {
    padding: 0 40px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .site-footer .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .site-footer .flex-even {
    max-width: none;
  }
  .site-footer .flex-even:first-child {
    margin-bottom: 20px;
  }
}

.site-footer h3, .site-footer a {
  color: #FFF6E5;
}

@media only screen and (max-width: 768px) {
  .site-footer .copyright p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .site-footer .copyright .contentright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer ul {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.site-footer ul li {
  color: #FFF6E5;
}

.site-footer a:hover {
  color: #ffd37f;
}

.site-footer #mc_embed_signup_scroll input[type="text"], .site-footer #mc_embed_signup_scroll input[type="email"] {
  border: 2px solid white;
}

.site-footer #mc_embed_signup_scroll input[type="text"]:focus, .site-footer #mc_embed_signup_scroll input[type="email"]:focus {
  border: 2px solid #1A1919;
  outline: 0;
}

.site-footer #mc_embed_signup_scroll input {
  width: 100%;
  height: 42px;
  padding-left: 18px;
}

.site-footer #mc_embed_signup_scroll h2 {
  margin-bottom: 1em;
}

.site-footer #mc_embed_signup_scroll .field {
  margin-bottom: 10px;
}

.wp-block-button__link,
#mc_embed_signup_scroll input.button {
  background-color: #1A1919;
  color: #FFF6E5;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  border: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.wp-block-button__link:hover,
#mc_embed_signup_scroll input.button:hover {
  background-color: #DA3532;
  color: #FFF6E5;
  cursor: pointer;
}

.wp-block-button__link:focus,
#mc_embed_signup_scroll input.button:focus {
  outline: 0;
}

#mc_embed_signup_scroll input.button:hover {
  background-color: #FFF6E5;
  color: #1A1919;
  cursor: pointer;
}

.tribe-common .tribe-events-c-messages__message {
  background-color: #FFF6E5;
}

.tribe-common .tribe-common-c-btn-border-small,
.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common p {
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: #DA3532 !important;
}

.tribe-common .tribe-events-c-messages__message-list-item,
.tribe-common p, .tribe-common span {
  font-family: "core_sans_medium", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: #DA3532 !important;
}

.tribe-common a {
  color: #DA3532 !important;
}

.tribe-common a:hover {
  text-decoration: none !important;
}

.tribe-common .tribe-events-c-ical__link:hover {
  color: #fff !important;
}

.tribe-common .tribe-events-c-ical__link:before {
  background-image: none !important;
  margin: 0;
  width: 0;
}

.tribe-common .tribe-events-calendar-latest-past__event-description p,
.tribe-common .tribe-events-calendar-list__event-description p {
  font-size: 20px;
  line-height: 26px;
}

.tribe-common .tribe-events-calendar-latest-past__event-title, .tribe-common .tribe-events-calendar-latest-past__event-datetime-wrapper,
.tribe-common .tribe-events-calendar-list__event-datetime-wrapper, .tribe-common .tribe-events-calendar-list__event-title {
  margin: 0 !important;
}

.tribe-common .tribe-events-calendar-list__month-separator-text {
  font-size: 24px !important;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: #DA3532 !important;
  text-transform: uppercase;
}

h2.event-title {
  font-size: 40px;
  margin: 0 auto 40px;
}

.tribe-events-header {
  margin-top: 60px;
}

.tribe-events-pg-template h2.event-title {
  margin-top: 96px;
  margin-bottom: 0;
}

.tribe-events-pg-template .tribe-events-back {
  text-align: center;
}

.tribe-events-pg-template .tribe-events-back a {
  color: #DA3532;
}

.tribe-events-pg-template .tribe-events-schedule {
  text-align: center;
}

.tribe-events-pg-template h1.tribe-events-single-event-title {
  text-align: center;
  clear: none !important;
  background: #DA3532;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 40px;
  line-height: 44px;
  color: #FFF6E5;
}

.tribe-events-pg-template .tribe-events-cost,
.tribe-events-pg-template h1, .tribe-events-pg-template h2 {
  color: #DA3532;
}

.tribe-events-pg-template p {
  font-size: 20px;
  line-height: 26px;
  color: #DA3532;
  margin-bottom: 40px;
}

.tribe-events-pg-template .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 22px;
}

.tribe-events-pg-template dl {
  font-size: 18px;
}

.tribe-events-pg-template dl, .tribe-events-pg-template dt {
  color: #DA3532;
}

.nf-response-msg {
  max-width: 700px;
  margin: 60px auto;
}

.nf-response-msg p {
  color: #DA3532;
  font-size: 45px;
  line-height: 56px;
  text-align: center;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

@media (max-width: 869px) {
  .main-navigation {
    display: none;
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  margin-left: 15px;
}

@media (max-width: 1215px) {
  .main-navigation li {
    font-size: 24px;
  }
}

@media (max-width: 1015px) {
  .main-navigation li {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 906px) {
  .main-navigation li {
    margin-left: 10px;
  }
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #ffd37f;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #FFF6E5;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article .single-post p {
  font-size: 20px;
  line-height: 26px;
  color: #DA3532;
  text-transform: none;
  text-align: center;
}

article .single-post p a {
  text-decoration: none;
}

article header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .crp_related {
    max-width: none;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.crp_related .related_posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crp_related .related_posts .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crp_related .related_posts .owl-dots.disabled,
.crp_related .related_posts .owl-nav.disabled {
  display: none;
}

.crp_related .related_posts .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.crp_related .related_posts .item a img {
  margin: 0 auto 30px;
  display: block;
}

.crp_related .related_posts .item a img:hover {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  cursor: pointer;
}

.crp_related .related_posts .item a .crp_title {
  color: #DA3532;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 20px !important;
  background-color: #FFF6E5 !important;
  line-height: 22px !important;
  border-radius: 5px;
  padding: 10px;
}

#responsive-menu-container {
  border-right: 1px solid #1A1919;
}

#responsive-menu-container #responsive-menu li a.responsive-menu-item-link {
  text-transform: uppercase;
  font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #1A1919;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

.contentright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.auto-margin {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-device-width: 768px) {
  .auto-margin {
    margin-right: inherit;
    margin-left: inherit;
  }
}
/*# sourceMappingURL=style.css.map */

/* Gutenberg Align Wide
--------------------------------------------- */
    .entry-content .alignwide {
        padding-left  : 5%;
        padding-right : 5%;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw;
    }


/* Brewpub page specific styles
--------------------------------------------- */

.is-style-rounded	{
	border-radius: 20px;
}

/* Line spacing for responsive blocks 
--------------------------------------------- */

.responsive-block-editor-addons-title {
	
	line-height: 1.3;
}
