/*!
Theme Name: Coop Ale Works
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coopaleworks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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 {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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 {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
}

a:visited {
	color: white;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

/* 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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 93%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 93%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #FFF; }
a:hover {
  color: #000; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }





.hide{
	display: none
}


/* Slick
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}

    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
#cboxCurrent{display: none !important;}




/* 
Pretty Selects
*/
*:focus {outline:none !important}

.prettydropdown {
  position: relative;
  min-width: 72px; /* 70px + borders */
  display: inline-block;
}
.prettydropdown.loading {
  min-width: 0;
}
.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a9a9a9;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  font: normal 18px Calibri, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  z-index: 1;
}
.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap;
}
.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
  border-color: #7f7f7f;
}
.prettydropdown:not(.disabled) > ul.active {
    width: calc(100% - 20px);
    max-height: none !important;
    border-color: #1e90ff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    padding-bottom: 5px;
}
.prettydropdown > ul.active:focus {
  outline: none;
}
.prettydropdown > ul.active.reverse {
  top: auto;
  bottom: 0;
}
.prettydropdown > ul > li {
  position: relative;
  min-width: 70px;
  height: 48px; /* 50px - borders */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  line-height: 46px; /* 48px - borders */
  margin: 0;
  padding: 0;
}
.prettydropdown.loading > ul > li {
  min-width: 0;
  display: inline-block;
  padding-right: 0.8rem;
	width: 100% !important;

}
.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  visibility: hidden; /* Prevent FOUC */
    width: calc(100% - 20px);
}
.prettydropdown > ul > li.selected {
    border-bottom-color: transparent;
}

.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
    display: inline-block;
    width: 100% !important;
}
.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
  width: 100% !important;
}
.prettydropdown > ul.active > li.nohover {
  background: inherit !important;
  color: inherit !important;
	width: 100% !important;

}
.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important;
}
.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
  border-top-color: #1e90ff !important;
}
.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 16px;
  border: 8px solid transparent; /* Arrow size */
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto;
}
.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}
.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #a9a9a9; /* Arrow color */
}
.prettydropdown.arrow > ul > li.selected:after {
  top: 4px; /* Chevron thickness */
  border-top-color: #fff; /* Match background colour */
}
.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px; /* Chevron thickness */
}
.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none;
}
.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #7f7f7f;
}
.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none;
}
.prettydropdown > ul:not(.active) > li > span.checked {
  display: none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prettydropdown > ul > li > span.checked {
  clear: both;
  float: right;
  font-weight: bold;
  margin-right: 0.8rem;
}

/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold;
}
.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected{
  border-top: none;
}
.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
  opacity: 0.3;
}
.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
  cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #dedede;
}

.prettydropdown {
    width: 100% !important;
}
.prettydropdown > ul {
    background: #911b1e;
    border: 0px solid #a9a9a9;
    color: #FFF;
    width: calc(100% - 20px);
    padding: 0 10px;
}
.prettydropdown > ul > li {
    height: 30px;
    line-height: 28px;
    font-size: 1.3rem;
    font-family: Montserrat;
    width: 100% !important;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    transition: all ease 0.2s;
    color: rgba(256,256,256,1);
}
.prettydropdown > ul > li.hover, .prettydropdown.arrow > ul > li.selected{
    color: rgba(256,256,256,1);
}

.prettydropdown > ul > li.hover{
    color: #e1251b
}


.prettydropdown > ul > li:last-child {
    border-bottom: 0px solid #FFF;
}
.prettydropdown.arrow > ul > li.selected:after {
    top: 4px;
    border-top-color: #fff;
}
.prettydropdown.arrow > ul > li.selected:after {
    top: 0px;
    background-image: url(images/selectbg.png);
    font-size: 0;
    border: none;
    border-top-color: transparent;
    width: 28px;
    height: 25px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
}
.prettydropdown > ul > li > span.checked{
	display: none !important
}





/* Customization
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    background-image: url(images/bgBody.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: top center;
}

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-branding {
    text-align: center;
    padding: 3rem 0;
}
.site-branding h1, .site-branding p {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: initial;
}
.site-branding a {
    display: inline-block;
    width: 155px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
}
.site-branding a.mobilelogo,footer a.mobilelogo{
	display: none;
}
.site-footer {
    background: #e1251b;
    padding: 8rem 0 5rem;
}
.entry-title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 6.2rem;
    margin-bottom: 5rem;
    line-height: 7.2rem;
}
.entry-subhead {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 7rem;
    line-height: 3rem;
}
.quickicon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
.site-header .mainmenu_icon {
    position: absolute;
    right: 0;
    top: 37px;
    padding: 0;
    margin-left: 0;
    color: #e1251b;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 10px;
    cursor: pointer;
    height: 36px
}
.mainmenu_icon b {
    display: inline-block;
    width: 100%;
    background: #FFF;
    height: 1px;
    position: absolute;
    right: 0;
    top: 20px;
}
.site-header .mainmenu_icon b:before {
    content: '';
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: 6px;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0px;
}
.site-header .mainmenu_icon b:after {
    content: '';
    background: #FFF;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 12px;
    font-size: 0;
    line-height: 0px;
}
.site-header .nav_icons {
    position: absolute;
    top: 37px;
    padding: 0;
    margin-left: 0;
    left: 0;
    z-index: 9999;
}


#rightsidemenu {
    background: #e1251b;
    z-index: 999999 !important;
    overflow-x: auto
}


#rightsidemenu .container {
    height: 100%;
}

#rightsidemenu .mainmenu_icon.close {
    background-image: url(images/close.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    z-index: 99;
    right: 0;
    background-size: contain;
    position: absolute;
    top: 4.2rem;
    cursor: pointer;
}

.leftsidemenu .close {
    background-image: url(images/close.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    z-index: 99;
    right: 15px;
    background-size: contain;
    position: absolute;
    top: 20px;
    cursor: pointer;
    display: none
}


#rightsidemenu .menu_logo {
    position: absolute;
    top: 4.2rem;
    left: -8px;
    width: 260px;
    height: 110px;
}
#rightsidemenu .menu_logo img{
    width: 260px;
    height: 110px;
}

#rightsidemenu .top_text_menu {
    text-align: right;
    margin-top: 14rem;
    position: absolute;
    right: 0;
    font-family: 'Montserrat';
    color: #911b1e;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
#rightsidemenu .main-navigation ul {
    display: block;
    margin-top: 1.2rem;
}
#rightsidemenu .main-navigation {
    position: static;
    margin-top: 23rem;
    clear: none;
    float: right;
    display: inline-block;
    width: 100%;
    position: relative;
}
#rightsidemenu .main-navigation:before {
    content: '';
    background: #911b1e;
    width: 90px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2rem;
}
#rightsidemenu .main-navigation li {
    position: relative;
    display: inline-block;
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
#rightsidemenu .main-navigation a {
    display: block;
    text-decoration: none;
    text-align: right;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 3.8rem;
    margin: 0;
    line-height: initial;
    text-transform: uppercase;
    margin-bottom: .3rem;
    transition: all .2s ease;
}
#rightsidemenu .main-navigation a:hover{
	color: #911b1e;
    font-size: 4.5rem;

}
#rightsidemenu  .social_icons {
    position: static;
    float: right;
    margin-top: 3rem;
}


#rightsidemenu .menu_facts {
    transition: all .2s ease;
    position: absolute;
    border: 0;
    width: 80%;
    float: left;
    bottom: 17px;
}
#rightsidemenu .menubottom {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}
#rightsidemenu .menu_facts h5 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #911b1e;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: initial;
    margin-bottom: .5rem;
}
#rightsidemenu .facts {
    margin: 0;
    padding: 0;
}
#rightsidemenu .facts li {
    color: #FFF;
    font-family: 'Montserrat';
    display: inline-block;
    width: 100%;
    margin: 0;
}



#rightsidemenu .facts li a{
}
#rightsidemenu .facts li a:hover{
}


.leftsidemenu{
	background: #e1251b;
}
.leftsidemenu .border {
    background: #911b1e;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15px;
}
.hentry {
    margin: 0;
}
.nav_icons span {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
}
.nav_icons span img{
	position: absolute;
}
.nav_icons span img.black{
	opacity: 1;
}
.nav_icons span img.red{
	opacity: 0;
}
.nav_icons span img.hover{
	opacity: 0;
}
.nav_icons span:hover img.black{
	opacity: 0;
}
.nav_icons span:hover img.hover{
	opacity: 1;
}

.nav_icons span.active img.hover{
	opacity: 1;
}
.nav_icons span.active img.black,
.nav_icons span.active img.red{
	opacity: 0
}




.sidemenu_container {
    display: inline-block;
    width: 100%;
    padding: 0 3rem;
    margin-top: 110px;
}

.sidemenu_container .event_item {
    width: 85%;
    margin: 0px 2rem;
}


.side_title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 2.1rem;
    margin-bottom: 3rem;
    line-height: 2rem;
    text-align: center;
    margin-top: 0rem;
}
.sidemenu_container .event_item  h5 {
    color: #FFF;
    text-transform: none;
    font-weight: bold;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 2rem;
}
.sidemenu_container .event_item p {
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 12px;
    margin-bottom: 5px;
}
.sidemenu_container  .event_filters {
    margin-bottom: 1rem;
}


.sidemenu_container  .beer_item {
    width: calc(100%/2 - .5rem);
    padding: 2rem 3rem;
}

.sidemenu_container .beer_item:hover .beer_image {
    transform: scale(1.1);
}

.sidemenu_container .beer_category_period {
    color: #911b1e;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
}
.sidemenu_container .beer_category_title {
    font-size: 1.4rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.6rem;
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Montserrat;
    letter-spacing: 1px;
}

.sidemenu_container .side_dots_container, .sidemenu_container .side_tap_dots_container{
    position: absolute;
    top: 100px;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 99;
}

.sidemenu_container .slick-prev,.sidemenu_container  .slick-prev:hover,.sidemenu_container  .slick-next {
    top: 15px;
}
.sidemenu_container  .category_resume {
    margin: 0 auto 3rem;
}

.sidemenu_container .taproominfo {
    text-align: center;
    margin-bottom: 2rem;
}

.sidemenu_container .taproom_beers {
    margin-bottom: 3rem;
}
.sidemenu_container .taproom_beers .beer_item {
    width: 90%;
    display: inline-block;
    margin: 0 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #911b1e;
    color: #FFF;
    font-family: 'Montserrat';
}
.sidemenu_container .taproom_beers .beer_item h5 {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 0rem;
}
.sidemenu_container .taproom_beers .beer_item .style {
    width: 100%;
    display: inline-block;
    margin: 0 0 0rem;
    font-size: 1.3rem;
    font-weight: bold;
}

.sidemenu_container .taproom_beers .beer_item .detailed_data {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sidemenu_container .taproom_beers .beer_item .detailed_data li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #FFF;
    margin-bottom: 0.5rem;
    height: auto;
    font-size: 0;
}
.sidemenu_container .taproom_beers .beer_item .detailed_data li:last-child {
    border-right: 0px solid #FFF;
}
.sidemenu_container .taproom_beers .beer_item .detailed_data li span {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
}
.sidemenu_container .side_tap_dots_container{
    top: 160px;
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-footer .container {
    max-width: 1100px;
}
.social_icon {
    display: inline-block;
    position: relative;
    transition: all ease 0.2s;
    margin-bottom: 0;
    padding: 0;
}
.social_icon img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.social_icons {
    position: absolute;
    padding: 0;
    margin-left: 0;
    left: 0;
    top: 6%;
    transform: translate(0, -50%);
    margin-bottom: 0;
}
.social_icon .icon_hover{
	opacity: 0
}
.social_icon:hover .icon{
	opacity: 0
}
.social_icon:hover .icon_hover{
	opacity: 1
}
.icon_hover{
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.2s;
}
footer .footer_logo h5 {
    margin-top: 8px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 1px;
    max-width: 440px;
    margin: 8px auto;
    font-weight: bold;
}
footer .mainmenu_icon{
    position: absolute;
    right: 0;
    top: 38%;
    transform: translate(0, -50%);
    padding: 0;
    margin-left: 0;
    color: #FFF;
}

footer #mc_embed_signup .mc-field-group input {
    margin-bottom: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}
footer #mc_embed_signup .mc-field-group  {
    width: 100% !important;
}
footer .mainmenu_icon {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 0;
    margin-left: 0;
    color: #FFF;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 1rem;
    cursor: pointer;
	height: 36px;
}
footer .mainmenu_icon b {
    display: inline-block;
    width: 100%;
    background: #FFF;
    height: 1px;
}
footer #mc_embed_signup {
    background: transparent;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    text-align: center;
}
footer #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    max-width: 490px;
    margin: 20px auto;
}
footer #mc_embed_signup .mc-field-group label{
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;	
}
footer #mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 0;
    padding: 3px 15px;
    height: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 5px auto;
    float: none;
    display: block;
}
footer  .mainmenu_icon b:before {
    content: '';
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: 6px;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0px;
}
footer #mc_embed_signup .asterisk {
    color: #FFF;
}
footer #mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
    color: #FFF;
}
footer .mainmenu_icon b:after{
    content: '';
    background: #FFF;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 12px;
    font-size: 0;
    line-height: 0px;
}
.social_icon{
	display: inline-block;
}
.footer_logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
}
.footer_logo a {
    display: block;
    max-width: 150px;
    margin: 0 auto 1.6rem;
}
.footer_logo p {
    font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 1.1rem;
    margin-bottom: 0;
}




/* Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gradbackground{
	opacity: 0;
	transition: all ease 0.2s;
}
.slick-slide.slick-current.slick-active.slick-center .gradbackground{
	opacity: 1;
}
.gradbackground {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -55;
    top: 190px;
}
.beer_content{
	opacity: 0;
	height: 0px;
	transition: all ease 0.4s;
}
.slick-initialized .slick-current .beer_content{
	opacity: 1;
	height: auto;
}
.beer_image {
    width: 54%;
    padding-top: 9vw;
    height: 37vw;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
	transition: all ease 1s;
}

.slick-initialized .slick-slide {
    width: 300px;
    transition: all ease 0.4s;
}
.slick-initialized .slick-slide.slick-center {
    width: 300px;
}
.slick-initialized .slick-slide.slick-center .beer_image{
    width: 100%;
}
.slick-initialized .slick-slide.slick-center  .coverall{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slick-initialized .slick-slide  .coverall.ifactive{
    display: none
}
.slick-initialized .slick-slide.slick-active .coverall.ifactive{
    display: block;
}
.slick-initialized .slick-slide.slick-active .coverall.notactive{
    display: none;
}
.slick-slide.slick-current.slick-active.slick-center .beer_image {
    height: 37vw;
    padding-top: 0px;
    width: 75%;
    background-position: bottom center;
    margin: 0 auto;
    position: relative;
}
.slick-slider {
    overflow: hidden;
}


.beer_content {
    text-align: center;
    padding-bottom: 3rem;
}

.beer_content .beer_category {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 2.5rem 0px 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
}

.beer_content .style {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #000;
    margin-bottom: 0rem;
}
.beer_content .period {
    color: #FFF;
    font-family: 'Montserrat';
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    letter-spacing: 1.5px;
}

.beer_content  h5  {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: .5rem 0px ;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-size: 2.4rem;
}

.beer_content_buttons .separator {
    border-left: 1px solid #FFF;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 1px;
    margin: 0 15px 0 20px;
    padding: 0;
    font-size: 0;
}
.beer_content .slidebutton {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: auto;
    transition: all ease 0.3s;
	position: relative
}
.beer_content .slidebutton:hover{
	background: #000;
	border-color: #000;
}
.slick-slide { outline:0 !important; } 



#thelatest {
    padding: 5rem 0 3rem;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#thelatest .ff-loadmore-wrapper{
	display: none !important
}
#thelatest .ff-stream{
    min-height: 200px !important
}


#thelatest .ff-header h1 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
    margin: 0px 20px 0 !important;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
}

#thelatest .container {
    max-width: 1100px;
}



.home_carousel .slick-prev {
    left: 10px !important;
    z-index: 999 !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: 50% !important;
    background-image: url(images/prevblack.png) !important;
    background-color: rgba(256,256,256,0.7) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 0 !important;
    padding: 3.5rem !important;
    margin-top: -3.5rem !important;
    transition: all ease 0.3s !important;
}

.home_carousel  .slick-next {
    z-index: 999 !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: 50% !important;
    background-image: url(images/nextblack.png) !important;
    background-color: rgba(256,256,256,0.7) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important; 
    background-position: center !important;
    border-radius: 0 !important;
    padding: 3.5rem !important;
    margin-top: -3.5rem !important;
    left: auto !important;
    right: 10px !important;
    transition: all ease 0.3s !important;
}

.home_carousel  .slick-prev:hover,.home_carousel  .slick-next:hover {
    background-color: rgba(256,256,256,1) !important;
    transform: none !important;
    background-position: center !important;
    background-size: 15px !important;

}



/* Contact Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-template-page-contact  .entry-content{
    background: #e1251b;
    padding: 0;
    margin: 0;
    position: relative;
}
.page-template-page-contact div.wpcf7{
    max-width: 85%;
}
.page-template-page-contact  .site-footer {
    padding: 10rem 0 2rem;
}
#mapcontent {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
    height: 100%;
    position: absolute;
}

#mapcontent .acf-map {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
#contactcontent {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    float: right;
    padding: 7rem 7rem 0;
    font-family: 'Montserrat';
    color: #FFF;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 3.3rem;
}
#contactcontent h5 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #FFF;
    font-size: 2.6rem;
    line-height: 3rem;
}
#contactcontent p{
	margin: 0;
	font-weight: normal;
}
#contactcontent strong {
    font-weight: 600;
}
#contact-form{
	margin-top: 2rem;
}


.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777;
}
.wpcf7 ::-moz-placeholder { /* Firefox 19+ */
    color: #777;
}
.wpcf7 :-ms-input-placeholder { /* IE 10+ */
    color: #777;
}
.wpcf7 :-moz-placeholder { /* Firefox 18- */
    color: #777;
}
body #contactcontent input, body #contactcontent textarea {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 1.3rem;
    border: none;
}
body #contactcontent textarea {
    height: 150px;
}
body #contactcontent  input.wpcf7-submit{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1rem 1rem;
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: 150px;
    transition: all ease 0.3s;
    float: right;
}
body #contactcontent  input.wpcf7-submit:hover{
	color: #FFF;
	background: #000;
	border-color: #000 ;
}
#contactcontent .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
}
body #contactcontent div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: .5rem 1rem;
    font-size: 1.3rem;
    line-height: 2rem;
}
body #contactcontent span.wpcf7-not-valid-tip {
    color: #FFF;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    margin-top: -2rem;
}


/* Media Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.entry-content{
    background: #e1251b;
    padding: 0;
    margin: 0;
    position: relative;
}
.page-template-page-philanthropy  .entry-content  .container, 
.page-template-page-taproom  .entry-content  .container, 
.page-template-page-media  .entry-content .container,
.page-template-page-carrers  .entry-content .container{
    max-width: 1030px
}
.fullwidth_image {
    height: 400px;
    background-size: cover;
    background-position: center;
}
#page-content {
    padding: 6rem 0;
    display: inline-block;
    width: 100%;
}
#page-content p {
    font-size: 1.6rem;
    font-family: 'Montserrat';
    font-weight: lighter;
    line-height: 2.3rem;
}
.page-template-page-media #page-content .button {
    margin-right: 2rem;
    margin-top: 1rem;
}
body #content .button{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1rem 4rem;
    font-size: 1.3rem;
    border-radius: 0 !important;
    letter-spacing: 2px;
    width: auto;
    transition: all ease 0.3s;
    height: auto
}
body #content .button:hover{
	color: #FFF;
	background: #000;
	border-color: #000 ;
}
body #content .entry-header .button:hover{
	color: #FFF;
	background: #e1251b;
	border-color:  #e1251b ;
}
#page-content h5 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 2.6rem;
    margin-bottom: 3rem;
    line-height: 3rem;
}

/* Careers Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#careers{
	margin-top: 7rem 
}
#careers .career {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 5rem);
    margin: 0 2rem 5rem;
    text-align: center;
}
#careers .career h5 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.4rem;
}
#careers .career .location {
    display: inline-block;
    font-family: 'Montserrat';
    width: 100%;
    font-size: 1.7rem;
    margin: 0;
}
#careers .career .expand {
    display: none;
    padding-top: 2rem;
    text-align: left;
    padding: 2rem;
}

#careers .career .expand h3, #careers .career .expand h4, #careers .career .expand h5 {
    color: #FFF;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 2.3rem;
}
#careers .career .expand h5 {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
#careers .career .expand a {
    color: #FFF;
}
.seemore {
    display: inline-block;
    font-family: 'Montserrat';
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all ease 0.3s;
}
.seemore:hover {
    color: #FFF;
}
#careers .career  .expand strong {
    font-weight: bolder;
    font-size: 1.3rem;
}
#careers .career .expand ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}
#careers .career .expand ul li {
    display: inline-block;
    margin: 0 0 0 2rem;
    font-size: 1.4rem;
    font-family: 'Montserrat';
    line-height: 2.2rem;
}
#careers .career .expand ul li li {
    font-size: 1.2rem;
    line-height: 2rem;
}
#careers .career .expand ul li:before {
    content: "•";
    font-size: 2rem;
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 2rem;
    line-height: 2.2rem;
    position: absolute;
    margin-left: -2rem;
}
#careers .career .expand .button {
    display: block;
    max-width: 180px;
    margin: 4rem auto 4rem;
}
#careers .career  .expand p {
    margin-bottom: 2rem;
}
.nopositions {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    font-size: 2.8rem;
    margin: 6rem 0 3rem;
}

/* Philanthropy
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.third_image {
    height: 400px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: calc(100%/3);
    float: left;
}
.buttons_container {
    text-align: center;
    margin-bottom: 4rem;
}
.page_bottom_link {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    font-size: 1.4rem;
    margin: 0;
    display: inline-block;
    transition: all ease 0.2s;
}

.page_bottom_link:hover {
    color: #FFF;
}


/* Taproom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content_boxes{

}
.content_box {
    width: calc(100%/3 - 6rem);
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 4rem;
}
.page-template-page-taproom #main .container {
    max-width: 1200px;
}
.content_box h3 {
    width: 100%;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #FFF;
    font-size: 2.7rem;
    margin: 0 0 1.5rem;
}
.content_box p{

}



/* Team
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#page-content .team_category_title {
    color: #000;
    width: 100%;
    text-align: center;
    padding: 4rem 0 1rem;
}
.member_list {
    margin: 0;
    padding: 0;
    text-align: center;
}

.member_list li {
    display: inline-block;
    width: calc(100%/3 - 1rem);
    padding: 2rem;
    vertical-align: top;
}
.member_image {
    display: inline-block;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    height: 0;
    background-position: center;
    background-size: cover;
    margin-bottom: 2rem;
    position: relative;
}
.member_list li .details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all ease 0.3s;
    padding: 3rem;
    color: #FFF;
    text-align: left;
}
.member_list li:hover .details{
	opacity: 1;
}
.member_list li .details .description {
    max-height: calc(100% - 7rem);
    overflow: auto;
    display: inline-block;
    overflow-x: hidden;
}
.member_list li .coop_of_choice {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.member_list li .details {
    padding: 1.5rem;
}
#page-content li .details p {
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.member_list li .coop_of_choice {
    width: calc(100% - 3rem);
}

.member_list li .details {
    padding: 1.5rem;
}
#page-content li .details p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #FFF;
    text-align: justify;
}

.member_list li .coop_of_choice {
    width: calc(100% - 3rem);
}

.member_list li .coop_of_choice {
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 3rem);
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 1.7rem;
    line-height: 1.9rem;
    font-weight: bold;
	left: 1.5rem
}
.member_list li .coop_of_choice b {
    color: #e1251b;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.member_list li .name {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Montserrat';
    line-height: 2.2rem;
}

.member_list li .position{
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: normal;
    font-size: 1.7rem;
    font-family: 'Montserrat';
    line-height: 1.9rem;
}



/* Beer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-template-page-our-beers #page-content .container{
	max-width: 700px
}
.beer_slide{

}

.slick-prev,.slick-prev:hover,.slick-prev:focus, .slick-next {
    background: url(images/prev.png);
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    display: inline-block !important;
    transform: none;
    background-repeat: no-repeat !important;
    z-index: 88;
}

.home_carousel .slick-prev,.home_carousel  .slick-prev:hover,.home_carousel  .slick-prev:focus,.home_carousel   .slick-next {
    background-size:15px  !important;
}



.slick-prev:before, .slick-next:before {
    display:none;
}
.slick-next,.slick-next:hover, .slick-next:focus{
    background: url(images/next.png);
    right: 0;
    left: auto;
}

.beer_slide .slick-next {
    right: 50%;
    margin-right: -160px;
    margin-top: 25px;
}

.beer_slide .slick-prev {
    left: 50%;
    margin-left: -160px;
    margin-top: 25px;
}
.ff-instagram .ff-icon-inner{
	background-color: #e1251b !important
}
.category_resume {
    display: block;
    max-width: 270px;
    margin: 0 auto 6rem;
    text-align: center;
}
#page-content .beer_category_period {
    color: #911b1e;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 2px;
	display: inline-block;
    width: 100%;
}
#page-content .beer_category_title {
    font-size: 1.6rem;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.8rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.dots_container {
    position: absolute;
    top: 55px;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 99;

}

.slick-dots li button:before{
	display: none
}
.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 99;
}
.slick-dots li {
    position: relative;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer !important;
}
.slick-dots li button:hover, .slick-dots li.slick-active button{
	background: #FFF !important;
}
.slick-dots li button {
    font-size: 0 !important;
    line-height: 0;
    display: block;
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 13px !important;
    border: 1px solid #FFF !important;
    font-size: 0 !important;
}

.beer_category_description {
    font-size: 1.5rem;
    line-height: 2.3rem;
    text-align: justify;
    margin-bottom: 5rem;
    font-family: "Raleway";
    color: #000;
}
.beer_item {
    display: inline-block;
    width: calc(100%/4 - .5rem);
    padding: 2rem;
    vertical-align: bottom;
}
.beer_item:hover .beer_image {
    transform: scale(1.1);
}
.beer_item .beer_image {
    width: 100%;
    padding-top: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all ease 0.4s;
    padding-bottom: 80%;
    transition: all ease 0.4s;
}

.bottlesize .beer_image {
    padding-top: 180%;
    padding-bottom: 100%;
}

.beer_item.bottlesize{
    margin-bottom: -3px;
}
.details {
    padding: 6rem;
    max-width: 1040px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 14vw;
}


.details .beer_image {
    width: 30%;
    margin-right: 4%;
    display: inline-block;
    padding: 0;
    height: auto;
    vertical-align: top;
	text-align: center;
}
.details .beer_image  img {
    max-height: 500px;
}
.information {
    width: 65%;
    display: inline-block;
    color: #FFF;
    font-family: 'Montserrat';
    padding: 3rem 0;
    position: relative;
}
.information .period {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.information h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3rem;
    max-width: 70%
}

.information .content{
    color: #000;
}

.information p {
    font-size: 1.6rem;
    font-family: 'Raleway'

}

.information .detailed_data {
    padding: 0;
    margin: 0;
}
.detailed_data li {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.8rem;
}

.detailed_data li label {
    width: 100px;
    display: inline-block;
    border-right: 2px solid #FFF;
    margin-right: 3rem;
    font-weight: normal;
    font-size: 1.6rem;
}
.detailed_data li span{
    font-weight: normal;
    font-size: 1.6rem;
	text-transform: uppercase;
}

.available{
    font-weight: normal;
    font-size: 1.3rem;
}

.details .button {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1rem 4rem;
    font-size: 1.3rem;
    border-radius: 0 !important;
    letter-spacing: 1px;
    width: auto;
    transition: all ease 0.3s;
    position: absolute;
    right: 0;
}
.details .button:hover{
	color: #FFF;
	background: #000;
	border-color: #000 ;
}

#cboxPrevious {
    left: 10px;
    background-position: -51px -25px;
    background: green;
    z-index: 999;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    background-image: url(images/prevblack.png);
    background-color: rgba(256,256,256,0.7);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    padding: 3.5rem;
    margin-top: -3.5rem;
    transition: all ease 0.3s;
}
#cboxNext {
    background-position: -51px -25px;
    background: green;
    z-index: 999;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    background-image: url(images/nextblack.png);
    background-color: rgba(256,256,256,0.7);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    padding: 3.5rem;
    margin-top: -3.5rem;
    left: auto;
    right: 10px;
    transition: all ease 0.3s;
}
#cboxPrevious:hover, #cboxNext:hover{
	background-color: rgba(256,256,256,1);
	transform: none !important;
    background-position: center !important;

}

#colorbox, #cboxOverlay, #cboxWrapper{
	overflow: visible;
}
.button.closecolorbox{
	position: absolute;
    margin-top: -65px;
    z-index: 999;
    left: 50%;
    margin-left: -67px;
    width: 270px;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1rem 4rem;
    font-size: 1.3rem;
    border-radius: 0 !important;
    letter-spacing: 1px;
    width: auto;
    transition: all ease 0.3s;
    display: block !important;
	cursor: pointer;
}
.button.closecolorbox:hover{
	color: #FFF;
	background: #e1251b;
	border-color: #e1251b ;
}





/* Beer Locator
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.wpsl-map, #locationmap {
    left: 0;
    position: absolute !important;
    top: 0 !important;
    width: 50vw;
    margin: 0;
    height: 40vw !important;
    border: none;
    border-radius: 0;
}

.simple-locator-form{
  position: relative;
}
.simple-locator-form form{

}

.wpsl-results {
    display: none;
    clear: both;
    margin-top: 0;
    position: static;
}
.page-template-page-beerlocator .entry-content {
    min-height: 40vw;
    width: 100%;
    padding: 0;
    margin: 0;
}
.page-template-page-beerlocator #mapcontent {
    position: relative;
}
#alllocationsmap {
    height: 40vw;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative !important;
}

.wpsl-results-header{
	display: none
}
.simple-locator-form label {
    display: none;
}
.simple-locator-form .address-input {
    width: 50% !important;
    float: left;
}

.simple-locator-form .address-input input {
    background: none;
    color: #FFF !important;
    text-transform: uppercase;
    border-bottom: 1px solid #911b1e !important;
    padding: 0;
    width: 100% !important;
}

.simple-locator-form .distance input{
}

.simple-locator-form .wpsl-taxonomy-filter, .simple-locator-form .distance {
    float: right;
    clear: right;
    display: inline-block;
    width: 46%;
    margin-bottom: 10px;
}

#contactcontent h3 {
    margin-top: 3rem;
    display: inline-block;
    font-size: 2.5rem;
}
._cpf_pagination {
    list-style-type: none;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

._cpf_pagination li{
  float: left;
}

._cpf_pagination li a{
  display: block;
  padding: 0 0.25em;
  margin-right: 0.25em;
}

._cpf_pagination_current a{
  background: #fff;
  color: #222;
}



/* Single Location
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-location #locationmap {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    margin: 0;
    height: 40vw !important;
    border: none;
    border-radius: 0;
    margin-bottom: 3rem;
}
.single-location .wpsl-location-info {
    text-align: center;
    color: #FFF;
}
.single-location #page-content p {
    font-size: 1.62rem;
    font-family: 'Montserrat';
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}


/* Events
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.event_list {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.event_item {
    display: inline-block;
    border-bottom: 1px solid #911b1e;
    padding: 2.4rem 0 2rem;
    width: calc(30% - 3rem);
    margin: 0 3rem;
    color: #FFF;
}
.event_item .eventdate {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 2rem;
}
.event_item .eventplace {
    font-size: 1.3rem;
    font-family: 'Montserrat';
    line-height: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    border-right: 1px solid #FFF;
    padding-right: 1.2rem;
    margin-right: .8rem;
}
#page-content .event_item h5 {
    color: #FFF;
    text-transform: none;
    font-weight: bold;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 2rem;
}
#page-content p {
    font-size: 1.5rem;
    font-family: 'Raleway';
    color: #000;
    line-height: 2.2rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
}
.event_item .learnmore{
    font-size: 1.3rem;
    font-family: 'Montserrat';
    line-height: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #FFF;
    text-decoration: none;
}
.event_item .learnmore:hover{
	color: #911b1e;
}
.event_details {
    max-width: 600px;
}
.event_details .eventdate {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}
.event_details .eventplace,
.event_details .eventsubtitle,
.event_details .event_from_time,
.event_details .event_to_time {
    font-size: 1.3rem;
    font-family: 'Montserrat';
    line-height: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    border-right: 1px solid #FFF;
    padding-right: 1.2rem;
    margin-right: .8rem;
    color: #FFF;
}
.event_details .event_from_time, .event_details .event_to_time {
    border-right: 0px solid #FFF;
    margin-right: 0;
    padding-right: 0;
}
.event_details h5 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 3.5rem;
}
.event_details p {
    font-size: 1.6rem;
    font-family: 'Raleway';
    line-height: 2.2rem;
    margin-bottom: 1rem;
}
.event_details .button {
    position: static;
    display: block;
    margin: 0 auto;
    width: 300px;
}

.eventdescription {
    margin: 2rem 0;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 3rem;
    padding-right: 35px;
}



/* width */
.eventdescription::-webkit-scrollbar {
    width: 5px;
    padding: 0 5px;
    border-radius: 3px;
}

/* Track */
.eventdescription::-webkit-scrollbar-track {
    background: #FFF; 
}

/* Handle */
.eventdescription::-webkit-scrollbar-thumb {
    background: #6b1317; 
}

/* Handle on hover */
.eventdescription::-webkit-scrollbar-thumb:hover {
    background: #6b1317; 
}





.event_filters {
    text-align: center;
    margin-bottom: 3rem;
}

.event_filters label {
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-right: 1rem;
    color: #911b1e;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.4rem;
    margin-left: 2rem;
}


.button.closecolorbox.backtoevents{
    width: 210px;
    margin-left: -110px;
}




.styled-select {
    background-image: url(images/selectbg.png);
    height: 29px;
    overflow: visible;
    width: 240px;
    display: inline-block;
    vertical-align: middle;
    background-position: center right 4px;
    background-repeat: no-repeat;
    background-color: #911b1e;
    background-size: 27px;
}
.styled-select select {
    background: transparent;
    border: none;
    font-size: 1.1rem;
    height: 30px;
    padding: 5px;
    width: 268px;
    color: #FFF;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    display: block
}
#noResultsContainer {
    font-size: 1.6rem;
    font-family: 'Montserrat';
    line-height: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    width: auto;
    text-align: center;
    color: #FFF;
    padding: 2rem 0;
    position: absolute !important;
    left: 50%;
}
.simple-locator-form{
	opacity: 0;
	transition: all ease 0.3s
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
#page-content .container{
	max-width: 1024px
}
.wpslsubmit, .wpslsubmit:focus {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1.4rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1rem 4rem;
    font-size: 1.3rem;
    border-radius: 0 !important;
    letter-spacing: 1px;
    width: auto;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    margin-top: 0;
    top: 70px;
}
.wpslsubmit:hover{
	color: #FFF;
	background: #000;
	border-color: #000 ;
}
.simple-locator-form form{
    position: relative;
    display: inline-block;
    width: 100%;
}
.simple-locator-form .alert-error {
    background-color: transparent;
    color: #FFF;
    border: none;
    position: absolute;
    margin-top: 32px;
    padding: 0;
    font-size: 1rem;
}
.wpsl-results {
    padding: 0;
    margin: 0;
}
.wpsl-results li {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-weight: normal;
}
.wpsl-results li {
    display: inline-block;
    width: 100%;
    color: #FFF;
    border-top: 1px solid #911b1e !important;
    padding: 1.5rem 0 .5rem;
    line-height: 2.5rem;
}
.wpsl-results li strong{
	
}

.wpsl-results li a {
    color: #FFF;
}

/* Special Product Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-page-special .entry-content {
    background: #FFF;
    margin-top: 18rem;
    display: inline-block;
}
body.page-template-page-special #page-content {
    margin-top: 6rem;
}

.main_product_image {
    margin-top: -15rem;
    width: 92%;
    margin: -15rem 4% 0;
    position: relative;
    z-index: 999;
}
.main_image_background {
    position: absolute;
    top: 0;
    z-index: 8
}

@media only screen and (min-width: 1500px) {
.main_product_image {
    margin: -15rem auto 0;
    max-width: 1200px;
}
.main_image_background {
    left: 50%;
    max-width: 1200px;
    transform: translate(-50%, 0%);
    top: 67px;
}
body.page-template-page-special #page-content .details {
    text-align: left;
}
body.page-template-page-special .entry-content {
    text-align: center;
    width: 100%;
}

}


body.page-template-page-special #page-content .information .content {
    margin-bottom: 3rem;
}
body.page-template-page-special #page-content h5 {
    color: #000;
}
body.page-template-page-special #page-content .information .period {
    color: #000;
}
body.page-template-page-special #page-content .information .detailed_data {
    color: #000;
}
body.page-template-page-special #page-content .detailed_data li label {
    border-right: 2px solid #000;
}
body.page-template-page-special #page-content p {
    text-align: justify;
}
body.page-template-page-special #page-content .details {
    padding: 6rem 0rem;
    width: 92%;
}
body.page-template-page-special #page-content .information {
    width: 60%;
}
body.page-template-page-special #page-content .details .beer_image {
    margin-right: 9%;
}
@media (max-height: 960px) {
	
.button.closecolorbox {
    margin-top: 36px;
    right: 55px;
    left: auto;
    bottom: 20px;
}
#colorbox {
    outline: 0;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 100vh;
    max-height: 100vh;
    bottom: 0 !important;
    top: 0 !important;
    height: 100vh !important;
}
#cboxContent, #cboxLoadedContent {
    height: 100vh !important;
}
.beer_container{
    min-height: 100vh !important;
}
.details {
    padding: 10rem 6rem 5rem;
    height: calc( 100vh - 15rem);
}
.button.closecolorbox {
    margin-top: 36px;
}

}



 
@media (min-width: 600px) {
#colorbox {
    outline: 0;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    overflow: visible !important;
}
}
.sidemenu_container {
    display: inline-block;
    width: 100%;
    padding: 0 3rem;
    margin-top: 110px;
    overflow-y: auto;
    z-index: 99;
    /* height: 82vh; */
    overflow-x: hidden;
    position: relative;
    height: 89vh;
}


body.prevent-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}




/* width */
.leftsidemenu ::-webkit-scrollbar {
    width: 15px;
    padding: 0 10px;
}

/* Track */
.leftsidemenu ::-webkit-scrollbar-track {
    background: #911b1e; 
}

/* Handle */
.leftsidemenu ::-webkit-scrollbar-thumb {
    background: #6b1317; 
}

/* Handle on hover */
.leftsidemenu ::-webkit-scrollbar-thumb:hover {
    background: #6b1317; 
}





.popup_bg{

}

.popup_bg .inner .btn_close{
	display: none !important
}
.popup_bg .inner .content_box .btn_close, .popup_bg .inner .content_box a {
    display: inline-block !important;
    position: static;
    width: auto;
    height: auto;
    color: #FFF;
    text-indent: 0;
    background: none;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    border: 1px solid #FFF;
    width: 170px;
    padding: .5rem;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}
.popup_bg .inner .content_box .btn_close:hover, .popup_bg .inner .content_box a:hover{
	background: #000;
	border-color: #000
}
.popup_block .inner .display a {
    opacity: 0;
    position: absolute;
}
.popup_block .inner .display {
    opacity: 0;
    position: absolute;
}
.popup_block .inner {
    width: 396px;
    background-color: #e1251b;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 2% 0;
    padding: 25px;
}
.popup_bg .inner .content_box {
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: center;
}
.popup_bg .inner .content_box img {
    width: 50%;
}
.popup_bg .inner .content_box h5 {
    font-size: 5.4rem;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 6rem;
}
.popup_bg .inner .content_box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
}


.pum-container .btn_close{
	display: none;
}

.pum-theme-default-theme .pum-content {
    color: #ffffff;
    font-family: inherit;
    text-align: center;
}
.pum-theme-default-theme .pum-content h5 {
    font-size: 5.4rem;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 6rem;
}
.pum-theme-default-theme .pum-content img {
    width: 50%;
}
.pum-theme-default-theme .pum-content a {
    display: inline-block !important;
    position: static;
    width: auto;
    height: auto;
    color: #FFF;
    text-indent: 0;
    background: none;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    border: 1px solid #FFF;
    width: 170px;
    padding: .5rem;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}
.pum-theme-default-theme .pum-content a:hover {
    background: #000;
    border-color: #000;
}
.pum-theme-default-theme  button {
    display: none !important
}


.mCustomScrollBox {
    max-height: none !important;
}
.content_desc {
    max-height: 500px;
    word-wrap: break-word;
}

.wpsl-map, #locationmap {
    background-size: 50px;
}

.wpsl-results.loading {
    height: 50px;
    background-position: center;
    width: 50px;
    background-size: contain;
}
#cboxLoadingGraphic {
    display: none !important;
}


.content_box .display{
	display: none !important;
}
.page-template-page-beerlocator  .site-footer {
    margin-top: -1px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (max-width: 1100px) {
html {
    font-size: 55%;
}


.beer_slide .slick-next,.beer_slide .slick-prev {
    margin-top: 12px;
}
.dots_container {
    top: 42px;
}
.details .button {
    line-height: 2.4rem;
}
.button.closecolorbox {
    line-height: 2.4rem;
}
.button.closecolorbox.backtoevents{
    margin-left: -95px;
    width: 190px;
}
body #content .button {
    line-height: 2.2rem;
}
.sidemenu_container .side_tap_dots_container {
    top: 150px;
}
.details .beer_image img {
    max-height: 400px;
}



.member_list li .coop_of_choice {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.member_list li .details {
    padding: 1.5rem;
}
#page-content li .details p {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.member_list li .coop_of_choice {
    width: calc(100% - 3rem);
}
.simple-locator-form .address-input {
    width: 100%;
}
.simple-locator-form .wpsl-taxonomy-filter, .simple-locator-form .distance {
    float: none;
    width: 100%;
}
.wpslsubmit, .wpslsubmit:focus {
    position: static;
    margin-top: 5px;
}
#contactcontent h3 {
    margin-top: 0rem;
    display: inline-block;
    font-size: 2.4rem;
}


}


@media (max-width: 1024px) {

.simple-locator-form .address-input {
    width: 100% !important;
    float: none;
}
.simple-locator-form .wpsl-taxonomy-filter, .simple-locator-form .distance {
    float: none;
    clear: right;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.wpslsubmit, .wpslsubmit:focus {
    position: static;
    margin-top: 3px;
}
.wpsl-map, #locationmap {
    left: 0;
    position: relative !important;
    top: 0 !important;
    width: 50vw;
    margin: 0;
    height: 47vw !important;
    border: none;
    border-radius: 0;
}

#mapcontent {
    display: inline-block;
    width: 100% !important;
    float: left !important;
    vertical-align: top;
    height: auto;
    position: relative;
}
#contactcontent {
    padding: 2rem 2rem;
    width: 100%;
}
.simple-locator-form {
    position: relative;
    width: auto;
    display: inline-block;
}
.wpsl-map, #locationmap {
    width: 100%;
}
.simple-locator-form {
    width: 100%;
}
.wpsl-results li {
    text-align: center;
}
._cpf_pagination li {
    float: none;
    display: inline-block;
}
._cpf_pagination {
    text-align: center;
}
#contactcontent h3 {
    width: 100%;
    text-align: center;
}
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 900px) {

.information h5 {
    max-width: 70%;
}

#contactcontent h3{
    margin-top: 1rem;
    display: inline-block;
    font-size: 2.5rem;
}

}

/* Larger than tablet */
@media (max-width: 768px) {
html {
    font-size: 50%;
}
.slick-slide.slick-current.slick-active.slick-center .beer_image {
    height: 60vw;
    width: 80%;
}
.beer_image {
    width: 36%;
    padding-top: 13vw;
    height: 59vw;
}

.container {
    width: 91%;
}
.bottlesize .beer_image {
    padding-top: 163%;
    padding-bottom: 83%;
}
.details .beer_image img {
    max-height: 340px;
}
.details {
    width: 82%;
}
.details {
    width: 80%;
    padding-left: 10%;
}
.member_list li {
    width: calc(100%/2 - 1rem);
}
.third_image {
    height: 40vw;
}
.fullwidth_image {
    height: 40vw;
}
#mapcontent {
    display: inline-block;
    width: 100%;
    float: left;
    vertical-align: top;
    height: auto;
    position: relative;
}
#mapcontent .acf-map {
    height: 57vw;
}
#contactcontent {
    padding: 2rem 3rem;
    width: 50%;
    float: right;
}
.sidemenu_container .side_dots_container {
    top: 190px;
}
.sidemenu_container .side_tap_dots_container {
    top: 242px;
}
#careers .career {
    width: calc(100%/2 - 5rem);
}

#page-content li .details p {
    font-size: 1.7rem;
    line-height: 2.3rem;
}

.simple-locator-form .address-input {
    width: 100% !important;
    float: none;
}
.simple-locator-form .wpsl-taxonomy-filter, .simple-locator-form .distance {
    float: none;
    clear: right;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.wpslsubmit, .wpslsubmit:focus {
    position: static;
    margin-top: 3px;
}
.wpsl-map, #locationmap {
    left: 0;
    position: relative !important;
    top: 0 !important;
    width: 50vw;
    margin: 0;
    height: 47vw !important;
    border: none;
    border-radius: 0;
}

#mapcontent {
    display: inline-block;
    width: 100% !important;
    float: left !important;
    vertical-align: top;
    height: auto;
    position: relative;
}
#contactcontent {
    padding: 2rem 2rem;
    width: 100%;
}
.simple-locator-form {
    position: relative;
    width: auto;
    display: inline-block;
}
.wpsl-map, #locationmap {
    width: 100%;
}
}






@media (max-width: 500px) {
body {
    background-size: 170%;
}

.site-branding a.mobilelogo{
	display: inline-block;
}
.site-branding a.desktoplogo{
	display: none;
}
footer a.mobilelogo{
	display: inline-block;
}
footer a.desktoplogo{
	display: none;
}
.site-header .nav_icons {
    position: absolute;
    top: 37px;
    padding: 0;
    margin-left: 0;
    left: auto;
    z-index: 9999;
    right: 40px;
}
.nav_icons span {
    transform: scale(0.8);
}
.site-branding a.mobilelogo {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 50px;
    width: 110px;
}
.site-branding {
    height: 80px;
}
.leftsidemenu {
    width: 100% !important;
}
.site-header .mainmenu_icon {
    top: 15px;
}
.site-header .nav_icons {
    top: 15px;
}
.entry-title {
    font-size: 4.2rem;
    line-height: 5.2rem;
    max-width: 90%;
}
.beer_image {
    width: 36%;
    padding-top: 13vw;
    height: 59vw;
}
.gradbackground {
    top: 96px;
}
.home_carousel .slick-next {
    z-index: 999 !important;
    width: 12px !important;
    height: 12px !important;
    position: absolute !important;
    top: 33% !important;
    background-image: url(images/nextblack.png) !important;
    background-color: rgba(256,256,256,0.7) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 0 !important;
    padding: 3rem !important;
    margin-top: -3.5rem !important;
    left: auto !important;
    right: 0 !important;
    transition: all ease 0.3s !important;
}
.home_carousel .slick-prev {
    left: 0px !important;
    z-index: 999 !important;
    width: 12px !important;
    height: 12px !important;
    position: absolute !important;
    top: 33% !important;
    background-image: url(images/prevblack.png) !important;
    background-color: rgba(256,256,256,0.7) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 0 !important;
    padding: 3rem !important;
    margin-top: -3.5rem !important;
    transition: all ease 0.3s !important;
}
.beer_image {
    width: auto;
    padding-top: 0;
    height: auto;
}
.slick-slide.slick-current.slick-active.slick-center .beer_image {
    height: 90vw;
    width: 80%;
}
.beer_content h5 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-top: 1rem;
}
.beer_content .style {
    font-size: 2.3rem;
}
.beer_content .period {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
.beer_content_buttons .separator {
    display: none;
}
.beer_content .slidebutton {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 2rem 2rem;
    font-size: 2rem;
    letter-spacing: 1px;
    width: auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    max-width: 200px;
}
#thelatest {
    padding: 3rem 0 3rem;
}

footer .mainmenu_icon{
	display: none
}
footer a.mobilelogo {
    display: inline-block;
    width: 100px;
    height: 120px;
    text-indent: -9000px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 55px;
}
.site-footer {
    padding: 3rem 0 2rem;
}
footer  .social_icons {
    position: absolute;
    padding: 0;
    margin-left: 0;
    left: 50%;
    top: 150px;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}
#rightsidemenu .menu_logo img {
    width: 100px;
    height: 40px;
}
#rightsidemenu .menu_logo {
    top: 15px;
}
#rightsidemenu .mainmenu_icon.close {
    width: 20px;
    height: 20px;
    top: 20px;
}
#rightsidemenu .top_text_menu {
    text-align: right;
    margin-top: 20vw;
    position: absolute;
    right: 0;
    font-family: 'Montserrat';
    color: #911b1e;
    font-weight: normal;
    font-size: 1.5rem;
    width: 100%;
    letter-spacing: initial;
    text-align: center;
}
.menu_facts{
	display: none
}
#rightsidemenu .main-navigation {
    margin-top: 38vw;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#rightsidemenu .main-navigation:before {
    right: 50%;
    margin-right: -45px;
}
#rightsidemenu .main-navigation a {
    display: block;
    text-decoration: none;
    text-align: right;
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: initial;
    font-size: 2.6rem;
    margin: 0;
    line-height: initial;
    text-transform: uppercase;
    margin-bottom: .2vw;
    transition: all .2s ease;
    text-align: center;
}
#rightsidemenu .social_icons {
    margin-top: 10vw;
    width: 100%;
    text-align: center;
}
.leftsidemenu .border {
    display: none;
}
.entry-subhead {
    max-width: 90%;
    margin-bottom: 3rem;
}
.entry-subhead br{
	display: none
}
.entry-title {
    margin-bottom: 2rem;
    margin-top: 3rem;
}
#contactcontent {
    padding: 4rem;
}
#mapcontent .acf-map {
    height: 80vw;
}
.fullwidth_image {
    height: 80vw;
}
.third_image {
    height: 80vw;
    width: 100vw;
    display: none
}
.third_image:nth-child(2n){
    display: block
}
#careers .career {
    width: 100%;
    margin: 0 0 5rem;
}
.member_list li {
    width: 100%;
}
#page-content .team_category_title {
    padding: 1rem 0 0rem;
}
.content_box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
#page-content {
    padding: 6rem 0 3rem;
}
.wpsl-map, #locationmap {
    height: 100vw !important;
}
.event_item {
    width: 100%;
    margin: 0;
}
.event_filters {
    text-align: left;
}
.event_filters label {
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-right: 1rem;
    color: #911b1e;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.4rem;
    margin-left: 0;
    clear: left;
    float: left;
    width: 100%;
    margin-top: 1rem;
}
.styled-select {
    width: 100%;
}
#noResultsContainer {
    margin-left: -30px;
}

#cboxPrevious, #cboxNext {
    display: none !important;
}
.button.closecolorbox {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    left: auto;
    pointer-events: initial !important;
    padding: 0;
    z-index: 999;
}
.button.closecolorbox:hover{
	background: none !important
}
.button.closecolorbox:before {
    content: '';
    background-image: url(images/close.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    z-index: 99;
    right: 0;
    background-size: contain;
    position: absolute;
    top: 0;
    cursor: pointer;
    pointer-events: none;
}


.beer_slide .slick-prev {
    margin-left: -148px;
}
.beer_category_description {
    font-size: 1.9rem;
    line-height: 2.6rem;
}
.beer_item {
    width: calc(100%/2 - .5rem);
}
.details .button {
    display: none;
}
.details.event_details .button{
    display: inline-block;
}
.details .button.findthismobile {
    display: inline-block;
    margin: 1rem auto 0;
    float: none;
    position: static;
    width: auto;
}

.details .beer_image {
    width: 100%;
}
.details .beer_image img {
    max-height: 80vw;
}
.information {
    width: 100%;
    text-align: center;
}
.information p {
    font-size: 1.7rem;
    text-align: justify;
}
.information h5 {
    max-width: 100%;
}
.detailed_data li label {
    width: 100%;
    display: inline-block;
    border-right: 0px solid #FFF;
    margin-right: 0;
    font-weight: normal;
    font-size: 2.1rem;
}
.detailed_data li label:after {
    content: '';
    background: #FFF;
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px auto;
}
.detailed_data li span {
    font-size: 2.1rem;
}
.available {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 2rem;
}
#cboxLoadedContent {
    margin-bottom: 0px;
    height: 100vh !important;
    overflow: auto !important;
    position: fixed;
    top: 0
}

.sidemenu_container .side_dots_container {
    top: 90px;
}
.sidemenu_container .side_tap_dots_container {
    top: 135px;
}

.leftsidemenu .close {
    display: block
}
#colorbox {
    outline: 0;
    position: fixed !important;
    top: 0 !important;
}
.beer_category_description{
	margin-top: 4rem 
}
.popup_block .inner {
    width: 270px;
}


.popup_block {
    width: 100%;
    margin: 0 !important;
    height: 100% !important;
    position: fixed !important;
    z-index: 9999 !important;
}
.popup_block .inner {
    width: 100%;
    background-color: #e1251b;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0% 0;
    padding: 0;
    height: 100%;
}
.content_box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    transform: translateY(50%);
    margin-top: -50%;
}
.sidemenu_container {
    padding: 0 3rem 100px;
}
.sidemenu_container .category_resume {
    margin: 0 auto 6rem;
}

.page-template-page-taproom #page-content .content_box {
    transform: none;
    margin-top: 0;
}

.slick-slide .gradbackground{
	transform: translate3d(0, 0, 0) !important;
	transition: none !important;

}

.pum-overlay{
    background-color: rgba( 225, 37, 27, 1.00 )  !important;
}
.pum-theme-default-theme .pum-container {
    box-shadow: none !important;
}
.pum-overlay, html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container, html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
position: fixed;
top: 0 !important;
}
.pum-theme-default-theme .pum-content img {
width: 35%;
}

body.page-template-page-special .entry-content {
    margin-top: 10rem;
}
.main_product_image {
    margin: -7rem 4% 0;
}
body.page-template-page-special #page-content {
    margin-top: 0;
}
body.page-template-page-special #page-content .details .beer_image {
    margin-right: 0;
    max-width: 80%;
    margin: 0 auto 20px;
}
body.page-template-page-special #page-content .details {
    padding: 3rem 0rem;
    width: 100%;
    text-align: center;
}
body.page-template-page-special #page-content .information {
    width: 60%;
    text-align: left;
    width: 88%;
}
body.page-template-page-special #page-content .detailed_data li label {
    width: auto;
    padding: 0 3rem 0 0;
}
body.page-template-page-special #page-content .detailed_data li span {
    padding-left: 3rem;
}
body.page-template-page-special .entry-content {
    margin-top: 10rem;
    padding-bottom: 6rem;
}
}


@media (max-width: 360px) {
.member_list li .coop_of_choice {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.member_list li .details {
    padding: 1.5rem;
}
#page-content li .details p{
	font-size: 1.3rem;
    line-height: 1.7rem;
}

.member_list li .coop_of_choice {
    width: calc(100% - 3rem);
}
}
