/*
Theme Name: Magic Rock
Theme URI: http://ohdigital.co.uk
Description: Custom theme for Magic Rock Brewery.
Author: OH Digital
Author URI: http://ohdigital.co.uk
Version: 1
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.social-networks,
.user-list,
#nav,
#nav .dropdown,
#nav .sub-menu,
.contact-list,
.breadcrumb ul,
.download-list,
.categories-box ul,
.tags-box ul,
.feed-list ul,
.instagram-block .images-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.top-bar:after,
#footer:after,
.footer-content:after,
.footer-content .widget:after,
.footer-content dl:after,
.copyright-area:after,
.container:after,
.info-cols:after,
.product:after,
.product .detail-holder:after,
.specs-block:after,
.instagram-block:after,
.instagram-block .box:after,
.instagram-block .images-list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #151113;
	background: #fff;
	font: 14px / 1.2 "effra", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #151113;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #140F11;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #140F11;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #140F11;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #140F11;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #140F11;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header,
.av_header {
	text-align: center;
}

.logo {
	display: inline-block;
	vertical-align: top;
	max-width: 107px;
	margin: 0 0 10px;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

.top-bar {
	text-align: left;
	padding: 5px 0;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	float: right;
	margin: 0 -5px;
}

.social-networks li {
	font-size: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 8px 4px;
}

.social-networks li a {
	color: #0d0709;
}

.social-networks li a:hover {
	color: #4f2b37;
}

.user-list {
	font-size: 0;
	line-height: 0;
	color: #0d0709;
	float: right;
	margin: 0 -18px;
	display: none;
}

.user-list li {
	font-size: 15px;
	line-height: 18px;
	padding: 14px 18px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.user-list li+li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 1px;
	height: 44px;
	background: #0d0709;
	-webkit-transform: rotate(26deg);
	-ms-transform: rotate(26deg);
	transform: rotate(26deg);
}

.user-list li a {
	color: #0d0709;
}

.nav-area {
	text-transform: uppercase;
	text-align: left;
}

.nav-opener {
	position: absolute;
	left: 12px;
	top: 8px;
	color: #151113;
	font-size: 16px;
	font-weight: 900;
}

.nav-opener span {
	display: block;
	padding: 0 0 0 24px;
	position: relative;
}

.nav-opener span:before {
	content: "\e808";
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 18px;
}

#nav {
	font-size: 0;
	line-height: 0;
}

#nav>li {
	font-size: 16px;
	font-weight: 900;
	line-height: 16px;
	margin: 0 0 5px;
	position: relative;
}

#nav>li.hover .dropdown,
#nav>li.hover .sub-menu {
	display: block;
	z-index: 200;
}

#nav>li.hover>a {
	text-decoration: underline;
}

#nav>li>a:hover {
	text-decoration: underline;
}

#nav>li:first-child a:before {
	display: none;
}

#nav .dropdown,
#nav .sub-menu {
	overflow: hidden;
	padding: 5px 10px 0;
	display: none;
}

#nav .dropdown li,
#nav .sub-menu li {
	font-weight: 700;
	line-height: 1.1;
	margin: 0.3em 0;
}

#nav .dropdown li a:hover,
#nav .sub-menu li a:hover {
	text-decoration: underline;
}

.resize-active .categories-box .list-holder {
	-webkit-transition: none;
	transition: none;
}

.resize-active .nav-area .list-holder {
	-webkit-transition: none;
	transition: none;
}

#footer {
	background: #f2f1f2;
	border-top: 6px solid #151113;
}

#footer a:hover {
	opacity: .80;
}

#footer .social-networks {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 2px;
	margin: 0;
	position: relative;
}

#footer .social-networks li {
	padding: 0 0 5px 7px;
}

#footer .social-networks a:hover {
	opacity: 1;
}

#footer .social-networks:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	width: 1px;
	height: 45px;
	background: #0d0709;
	-webkit-transform: rotate(26deg);
	-ms-transform: rotate(26deg);
	transform: rotate(26deg);
}

.footer-content {
	font-size: 0;
	line-height: 0;
	padding: 18px 0;
}

.footer-content h3 {
	margin: 0 0 5px;
	font-size: 13px;
}

.footer-content .col {
	font-size: 13px;
	line-height: 17px;
}

.footer-content address {
	font-style: normal;
}

.footer-content .widget {
	margin: 0 0 20px;
}

.footer-content dl {
	font-style: italic;
	margin: 0;
}

.footer-content dl dt {
	width: 42px;
	padding: 0 8px 0 0;
	float: left;
}

.footer-content .col .drink-aware{
	margin-top: 20px;
	width:180px;
}

.footer-content dl dd {
	display: block;
	overflow: hidden;
	margin: 0;
}

.footer-content .additional-opening-info {
	margin-top: 0.5em;
	font-style: italic;
	font-size: 13px;
}

.footer-content .title {
	padding: 0 6px 9px 0;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
}

.footer-content .list-holder {
	margin: 0 50px 25px 0;
}

.footer-content .top {
	width: 30px;
	height: 30px;
	border: 1px solid #767375;
	color: #151113;
	float: right;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin: -50px 0 0;
}

.footer-content .top span {
	padding: 12px 0 0 1px;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	position: relative;
}

.footer-content .top span:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 3px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #151113;
}

.copyright-area {
	padding: 11px 0;
	font-size: 13px;
	border-top: 1px solid #151113;
}

.copyright-area p {
	margin: 0;
}

.contact-form .input-row {
	overflow: hidden;
	max-width: 300px;
}

.contact-form label {
	font-weight: 700;
	display: block;
	margin: 0 0 6px;
}

.contact-form input[type="email"],
.contact-form input[type="text"] {
	border: 1px solid #9f9d9e;
	height: 42px;
	width: 100%;
	padding: 9px 14px 11px;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	color: #151113;
	background: #f2f1f2;
}

.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder {
	color: #140f11;
}

.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #140f11;
}

.contact-form input[type="email"]:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder {
	color: #140f11;
}

.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder {
	color: #140f11;
}

.contact-form input[type="email"].placeholder,
.contact-form input[type="text"].placeholder {
	color: #140f11;
}

.gform_body input[type="text"]::-webkit-input-placeholder,
.gform_body input[type="tel"]::-webkit-input-placeholder,
.gform_body input[type="email"]::-webkit-input-placeholder,
.gform_body input[type="search"]::-webkit-input-placeholder,
.gform_body input[type="password"]::-webkit-input-placeholder,
.gform_body textarea::-webkit-input-placeholder {
	color: #140f11;
}

.contact-form input[type="submit"],
.gform_wrapper input[type="submit"] {
	color: #140f11;
	width: 46px;
	height: 28px;
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 1px;
	float: right;
	border: 1px solid #9f9d9e;
	border-left: 0;
	background: #f2f1f2;
	font-style: italic;
	margin: 6px 0 0;
}

.contact-form input[type="submit"]:hover {
	opacity: .80;
}

.contact-form .input-holder {
	overflow: hidden;
}

.gform_wrapper label {
	display: none;
}

.gform_wrapper ul {
	padding: 0px;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper .gfield_select,
.ginput_container_select>span {
	border: 1px #140f11 solid;
	margin: 12px 0;
	background: #fff;
	width: 87%;
	padding: 12px 10px;
}

.ginput_container_select>span,
.ui-menu-item {
	padding: 0px;
	border-radius: 0px;
	font-family: "effra", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin-bottom: 6px;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus {
	outline: none;
}

.gform_wrapper .gfield_select {
	border: 1px #ffffff solid;
	background: transparent;
	width: 100%;
	margin: 0px;
	border-radius: 0;
	padding: 0px 10px;
	-webkit-appearance: none;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0px;
	padding: 12px 10px!important;
}

.ui-selectmenu-menu ul {
	background: white;
	border: 1px solid #000;
	list-style: none;
	padding: 12px 10px;
	padding-bottom: 12px!important;
	font-style: italic;
	font-weight: bold;
	border-top-width: 0px;
}

.ui-selectmenu-button.ui-widget {
	max-width: 87%;
}

.ui-selectmenu-open .ui-state-focus,
.ui-selectmenu-open .ui-widget-content .ui-state-focus {
	border: none;
	background: transparent;
	font-weight: bold;
	color: #000;
	margin: 0px;
}

.ui-selectmenu-text {
	background: url(img/ico-down.png) no-repeat right 6px center;
}

.gform_wrapper textarea {
	margin: 12px 0 0;
	width: 100%;
}

.gform_wrapper input[type="submit"] {
	float: none;
	position: relative;
	background: #fff;
	border: 1px #140f11 solid;
	font-size: 17px;
	padding: 3px;
	height: 33px;
	width: 56px;
	top: -10px;
	left: -4px;
}

body img.gform_ajax_spinner {
	display: none!important;
}

.gform_body {
	width: 80%;
	display: inline-block;
}

.gform_footer {
	display: inline-block;
	vertical-align: bottom;
}

.contact-col-left .contact-form.widget {
	width: 80%;
}

.contact-col-left .contact-form.widget input {
	background: #fff;
}

.contact-col-left .contact-form.widget input[type=submit] {
	font-size: 17px;
	padding: 3px;
	width: 56px;
	margin: 9px 0 0;
	height: 32px;
}

.contact-col-left .contact-form.widget input[type=email] {
	height: 50px;
	font-size: 17px;
}

@font-face {
	font-family: "fontello";
	src: url("fonts/fontello.eot?13375090");
	src: url("fonts/fontello.eot?13375090#iefix") format("embedded-opentype"), url("fonts/fontello.svg?13375090") format("svg"), url("fonts/fontello.woff?13375090") format("woff"), url("fonts/fontello.ttf?13375090") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook-circled:before {
	content: "\e800";
}

.icon-twitter-circled:before {
	content: "\e801";
}

.icon-instagram:before {
	content: "\e802";
}

.icon-right-open-big:before {
	content: "\e803";
}

.icon-left-open-big:before {
	content: "\e804";
}

.icon-search:before {
	content: "\e805";
}

.icon-share:before {
	content: "\e806";
}

.icon-down-open-mini:before {
	content: "\e807";
}

.icon-menu-1:before {
	content: "\e808";
}

.icon-up-open-mini:before {
	content: "\e809";
}

.icon-twitter:before {
	content: "\e80a";
}

/*
 * GLOBAL RULES
 */

@font-face {
	font-family: 'bebas_neue';
	src: url('fonts/bebasneue_regular-webfont.eot');
	src: url('fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('fonts/bebasneue_regular-webfont.woff') format('woff'), url('fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebas_neue';
	src: url('fonts/bebasneue_bold-webfont.eot');
	src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('fonts/bebasneue_bold-webfont.woff') format('woff'), url('fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	line-height: 18px;
}

h1 {
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
}

h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	max-width: 1048px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
}

.breadcrumb {
	text-align: left;
	margin: 0 0 10px;
}

.breadcrumb ul {
	font-size: 0;
	line-height: 0;
}

.breadcrumb ul li {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}

.breadcrumb ul li+li:before {
	content: ">";
	margin: 0 3px;
}

.breadcrumb ul a:hover {
	opacity: .80;
}

.carousel,
#slider {
	position: relative;
	margin: -1px 0 20px;
}

.carousel .mask {
	position: relative;
	width: 100%;
}

.carousel .slideset {
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.carousel .slide {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	padding: 0;
}

.carousel .img-holder img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.carousel .caption,
#slider .caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	text-align: center;
}

#slider li {
	position: relative;
}

.carousel .caption:before,
#slider .caption:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.carousel .caption>*,
#slider .caption>* {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.carousel h1,
#slider h1 {
	font-size: 58px;
	font-weight: bold;
	font-family: "bebas_neue", "Helvetica", sans-serif;
	line-height: 58px;
	text-transform: uppercase;
	color: #fff;
	background: #151113;
	padding: 7px 12px 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.7);
}

.woocommerce #slider .shop-now-holder {
	position: absolute;
	bottom: 17%;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 100% !important;
}

.woocommerce #slider .shop-now {
	background: #08171b;
	display: inline-block;
	font-family: "effra", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 7px 12px 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.7);
}

.woocommerce #slider .shop-now:after,
.woocommerce #slider .shop-now:before {
	content: "";
	width: 33px;
	height: 8px;
	display: inline-block;
	background: url(img/zig-zag.png) no-repeat;
	margin: 0 8px;
}

body.woocommerce div.product form.cart .group_table td.label {
	padding-left: 0;
	text-align: left;
	width: auto;
}

body.woocommerce div.product form.cart .group_table td.label label {
	font-weight: bold;
}

body.woocommerce div.product form.cart .group_table .in-stock {
	display: none;
}

body.woocommerce div.product form.cart .group_table .out-of-stock,
body.woocommerce div.product form.cart .out-of-stock {
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	clear: both;
}

.bx-pager-item {
	display: none;
}

.carousel .btn-prev,
.carousel .btn-next,
#slider .bx-prev,
#slider .bx-next {
	color: #fff;
	position: absolute;
	left: 0;
	top: 46%;
	font-size: 20px;
	font-weight: 400;
	line-height: 66px;
	margin: -10px 0 0;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover,
#slider .bx-prev:hover,
#slider .bx-next:hover {
	opacity: .80;
}

.carousel .btn-next,
#slider .bx-next {
	left: auto;
	right: 0;
}

.bx-wrapper {
	position: relative;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bxslider img {
	max-width: 100%;
	height: auto !important;
}

.bxslider .video-holder {
	position: relative;
	overflow: hidden;
}

.bxslider .video-holder .video-inner {
	padding-top: 48.8%;
}

.bxslider video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.bx-viewport {
	overflow: visible !important;
}

#slider {
	max-width: 1048px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.instagram-holder {
	margin-bottom: 40px;
}

.instagram-holder .instagram-image {
	width: 20%;
	float: left;
}

.hidden-box {
	display: none;
	width: auto;
	text-align: center;
	background: transparent!important;
}

.hidden-box img {
	max-height: 481px;
	width: auto;
}

body .nivo-lightbox-theme-default .nivo-lightbox-ajax,
body .nivo-lightbox-theme-default .nivo-lightbox-inline {
	/*background: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;*/
}

.instagram-holder .instagram-heading {
	background-color: #000;
	box-sizing: border-box;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 50%;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.instagram-holder a.follow {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-style: italic;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	right: 5px;
	top: 4px;
}

.instagram-holder a.follow:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

.icon-left-open-big::before,
.icon-right-open-big::before {
	font-size: 40px;
}

.info-cols {
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}

.info-cols .col {
	width: 50%;
	padding: 0 10px 10px;
	display: inline-block;
	vertical-align: top;
}

.info-cols .image {
	margin: 0 0 5px;
}

.info-cols .picture,
.info-cols .image a,
.product-image {
	position: relative;
	display: block;
}

.info-cols .image a:after,
.info-cols .picture:after,
.product-image:after {
	opacity: 0;
	content: "";
	background: rgba( 0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 0.2s;
}

.info-cols .image a:hover:after,
.info-cols .picture:hover:after,
.product-image:hover:after {
	opacity: 1;
}

.info-cols .image img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.info-cols h2 {
	position: relative;
	margin: 0 0 10px;
	font-weight: 500;
	font-style: italic;
}

.info-cols h2:before {
	content: "";
	position: absolute;
	left: -10px;
	bottom: -5px;
	width: 87px;
	height: 1px;
	background: #151113;
}

.info-cols h2 a:hover {
	opacity: .80;
}

.info-cols .detail {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	padding: 0 10px;
}

.product {
	padding-top: 10px;
	padding-bottom: 15px;
}

.product .image {
	max-width: 280px;
	margin: 0 auto 20px;
}

.product .image img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.product .detail {
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
}

.product .detail p {
	margin: 0;
}

.product .detail-holder {
	margin: 0 0 10px;
}

.product .header {
	overflow: hidden;
	position: relative;
	font-size: 0;
	line-height: 0;
	max-width: 320px;
	margin: 0 auto 20px;
}

.product .heading {
	text-transform: uppercase;
	font-family: "bebas_neue", "Helvetica", sans-serif;
	font-weight: bold;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.product .heading h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.single-product .sub-heading,
.product .heading .sub-heading {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.single-product .sub-heading {
	font-size: 28px;
	font-family: "bebas_neue", "Helvetica", sans-serif;
}

.product .value {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}

.product .value:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #221f1f;
}

.product .value .box {
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	background: #151113;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin: 0 auto;
	white-space: nowrap;
	text-align: center;
}

.product .value .box:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.product .value .box>* {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.specs-block {
	padding: 8px 0 0;
	border-top: 1px solid #151113;
}

.specs-block .col {
	overflow: hidden;
}

.specs-block .widget {
	margin: 0 0 10px;
}

.specs-block h2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 900;
	margin: 0 0 8px;
}

.specs-block h2.download {
	color: #fff;
	background: #151113;
	padding: 4px 10px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.specs-block h2.download a{
	color: #fff;
}

.specs-block dl {
	margin: 0;
}

.specs-block dl dt {
	width: 103px;
	font-weight: 700;
	float: left;
	padding: 0 10px 0 0;
}

.specs-block dl dd {
	overflow: hidden;
	display: block;
	margin: 0;
}

.download-list {
	font-weight: 700;
	padding: 0 0 0 9px;
}

.download-list li a {
	position: relative;
	padding: 0 0 0 10px;
}

.download-list li a:hover {
	opacity: .80;
}

.download-list li a:before {
	content: ">";
	position: absolute;
	left: 0;
	top: -1px;
}

.two-columns {
	padding-top: 120px;
	padding-bottom: 15px;
	position: relative;
}

#sidebar .widget {
	margin: 0 0 18px;
}

.search-form {
	border: 1px solid #a8a6a7;
	overflow: hidden;
	height: 42px;
	padding: 6px 8px;
	margin: 0 0 15px;
}

.search-form button[type="submit"] {
	float: right;
	background: none;
	border: 0;
	font-size: 25px;
	line-height: 25px;
	padding: 0;
}

.search-form button[type="submit"]:hover {
	opacity: .80;
}

.search-form .input-holder {
	overflow: hidden;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	width: 100%;
	border: 0;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	padding: 4px 6px;
	height: 28px;
	outline: none;
	box-sizing: border-box;
}

.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
	color: #151113;
}

.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #151113;
}

.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder {
	color: #151113;
}

.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder {
	color: #151113;
}

.search-form input[type="search"].placeholder,
.search-form input[type="text"].placeholder {
	color: #151113;
}

.categories-box {
	font-size: 18px;
	line-height: 19px;
	position: relative;
	margin: 0 0 15px;
}

.categories-box h3 {
	font-size: 18px;
	line-height: 21px;
}

.categories-box ul li {
	margin: 0 0 3px;
}

.categories-box ul a:hover {
	opacity: .80;
}

.tags-box {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 0 0 7px;
	border-bottom: 1px solid #c5c4c5;
}

.tags-box h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 8px;
}

.tags-box ul {
	text-transform: uppercase;
}

.tags-box ul li {
	padding: 0 8px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.tags-box ul a {
	color: #fff;
	background: #151113;
	padding: 10px 15px 9px;
	display: inline-block;
	vertical-align: top;
}

.tags-box ul a:hover {
	opacity: .80;
}

.twitter-feed {
	border: 1px solid #a8a6a7;
	margin: 0 0 15px;
}

.twitter-feed .head {
	background: #151113;
	padding: 8px 13px 10px;
}

.twitter-feed .head h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
}

.twitter-feed .title-part {
	overflow: hidden;
	padding: 14px 13px 13px;
}

.twitter-feed .title-part .title {
	font-size: 18px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	padding: 9px 0 0;
}

.twitter-feed .follow {
	float: right;
	border: 1px solid #151113;
	padding: 11px 15px;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	-webkit-transition: all .30s linear;
	transition: all .30s linear;
}

.twitter-feed .follow:hover {
	color: #fff;
	background: #151113;
}

.twitter-feed .follow span {
	display: block;
	position: relative;
	padding: 0 0 0 22px;
}

.twitter-feed .follow span:before {
	font-style: normal;
	content: "\e80a";
	font-family: "fontello";
	position: absolute;
	left: -3px;
	top: -1px;
	font-size: 21px;
	line-height: 21px;
}

.twitter-feed .btn {
	padding: 13px;
	font-size: 15px;
	line-height: 18px;
}

.twitter-feed .btn a {
	display: block;
	border: 1px solid #a8a6a7;
	padding: 11px 10px;
}

.twitter-feed .btn a:hover {
	opacity: .80;
}

.feed-list {
	font-size: 14px;
	line-height: 17px;
	height: 302px;
	overflow: auto;
	border-top: 1px solid #a8a6a7;
	border-bottom: 1px solid #a8a6a7;
}

.feed-list li {
	overflow: hidden;
	padding: 11px 13px 10px;
}

.feed-list li+li {
	border-top: 1px solid #a8a6a7;
}

.feed-list p {
	margin: 0;
}

.feed-list time {
	float: right;
}

.feed-list a:hover {
	opacity: .80;
}

.feed-list .account-title {
	overflow: hidden;
	margin: 0 0 11px;
}

.feed-list .detail {
	overflow: hidden;
}

.feed-list .detail .holder {
	overflow: hidden;
	padding: 0 6px;
}

.feed-list .image {
	padding: 3px 0 0;
}

.feed-list .image a {
	opacity: 1;
}

.feed-list .image img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.feed-list .name {
	display: block;
	margin: 0 0 14px;
}

.feed-list .image {
	float: left;
}

.article {
	background: #f2f1f2;
	margin: 0 0 15px;
}

.article .img-holder img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.article .detail {
	padding: 18px;
	font-size: 15px;
	line-height: 18px;
}

.article .detail p {
	margin: 0 0 20px;
}

.article .headings {
	margin: 0 0 15px;
}

.article h1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 18px;
	position: relative;
}

.article h1:before {
	content: "";
	position: absolute;
	left: -10px;
	bottom: -11px;
	width: 87px;
	height: 1px;
	background: #151113;
}

.article time {
	font-style: italic;
}

.article .share,
.post-content .share {
	font-weight: 700;
	padding: 0 0 0 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 0;
}

.article .share:hover,
.post-content .share:hover {
	opacity: .80;
}

.article .share:before,
.post-content .share:before {
	content: "\e806";
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 1px;
}

.article .share:after,
.post-content .share:after {
	content: "";
	position: absolute;
	left: -10px;
	top: -15px;
	width: 87px;
	height: 1px;
	background: #151113;
}

.instagram-block {
	padding: 15px 0 0;
	border-top: 1px solid #a8a6a7;
}

.instagram-block .box {
	margin: 0 0 20px;
}

.instagram-block .header {
	color: #fff;
	background: #151113;
	padding: 5px;
	overflow: hidden;
}

.instagram-block .header .follow {
	color: #fff;
	border: 1px solid #fff;
	float: right;
	padding: 5px 11px 6px;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
}

.instagram-block .header .follow:hover {
	color: #151113;
	background: #fff;
}

.instagram-block h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	padding: 3px 5px 0 0;
}

.instagram-block .images-list {
	font-size: 0;
	line-height: 0;
}

.instagram-block .images-list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.instagram-block .images-list img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

#beer-categories {
	padding-top: 36px;
}

#top-banner {
	padding-top: 36px;
}

#top-banner.flush,
.post-thumbnail.flush {
	padding-top: 0px;
	margin-top: -1px;
}

.beer-col {
	position: relative;
	display: inline-block;
}

.beer-col div {
	position: absolute;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.beer-col div > span {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	font-family: "bebas_neue", "Helvetica", sans-serif;
	background: #151113;
	padding: 4px 8px 3px;
	background-color: rgba(0, 0, 0, 0.7);
}

.box {
	box-sizing: border-box;
	max-width: 100%;
	border: solid 5px #000000;
}

#beer-page .box:hover .box-heading {
	background: #000;
}

#beer-page .box:hover .box-heading a {
	color: #fff;
}

#beer-page .box .box-content a {
	background: url('/img/box1.jpg');
	background-size: auto 111%;
	height: 116px;
	width: 100%;
	display: block;
}

#beer-page .box:hover .box-content a {
	background-image: url('/img/box1-r.jpg');
	height: 116px;
}

#beer-page .box.limited .box-content a {
	background-image: url('/img/box2.jpg');
}

#beer-page .box.limited:hover .box-content a {
	background-image: url('/img/box2-r.jpg');
}

#beer-page .box.collab .box-content a {
	background-image: url('/img/box3.jpg');
}

#beer-page .box.collab:hover .box-content a {
	background-image: url('/img/box3-r.jpg');
}

.box-heading {
	text-align: left;
	font-size: 60px;
	font-weight: 700;
	color: #000;
	font-family: "bebas_neue", "Helvetica", sans-serif;
	box-sizing: border-box;
	padding: 30px;
}

.entry-content {
	line-height: 24px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content .date {
	font-style: italic;
	margin-bottom: 1.5em;
}

.entry-content .gallery-container {
	padding: 10px 0;
}

.entry-content .gallery-container a {
	display: inline-block;
	margin: 5px 10px 5px 0;
}

body.page .entry-header,
body.error404 .entry-header {
	margin: 1em 0;
}

body.error404 article {
	padding: 70px 0 200px;
}

body.page .entry-content.std-page {
	margin-top: 30px;
}

body.page .entry-content.std-page>p:first-child,
#tap-page .entry-content>p:first-child {
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
}

#beer-page {
	padding: 40px 0 25px;
}

#blog {
	padding-top: 30px;
}

#blog article.content {
	width: 71.5%;
	float: left;
}

#blog article.content .entry-content {
	background-color: #efefef;
	padding: 35px 20px;
	margin-bottom: 35px;
}

#blog article.content .entry-content h1 {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	position: relative;
	margin-bottom: 20px;
}

#blog article.content .entry-content h1:after {
	content: " ";
	width: 90px;
	display: block;
	left: 0px;
	bottom: -9px;
	position: absolute;
	border-bottom: solid 1px #000;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}

#blog aside.sidebar {
	width: 25%;
	float: right;
}

.load-more-wrap {
	margin: 20px auto 50px;
	text-align: center;
}

.load-more {
	padding: 15px 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	border: solid 1px #000;
	display: inline-block;
}

.load-more:hover {
	background-color: #000;
	color: #fff;
}

#blog-loader {
	text-align: center;
	display: none;
}

.search-holder {
	position: relative;
}

.search-holder .ibox {
	height: 40px;
	line-height: 40px;
	border: solid 1px #000;
	color: #000;
	box-sizing: border-box;
	padding-right: 50px;
	width: 100%;
}

.search-holder .search-btn {
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(img/search.png);
	position: absolute;
	right: 7px;
	top: 7px;
}

.categories {
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 12px;
}

.categories.cloud {
	padding: 0;
}

.categories ul {
	padding: 0;
	margin: 0;
}

a.blog-tag {
	display: inline-block;
	margin-right: 8px;
	background-color: #000;
	line-height: 40px;
	color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

a.blog-tag:hover {
	background-color: #fff;
	color: #000;
}

.categories h3 {
	font-size: 18px;
}

.categories.cloud h3 {
	margin-bottom: 10px;
	padding: 0 12px;
}

.categories li {
	list-style: none;
}

.woocommerce ul.products {
	padding-top: 9px!important;
}

.category-header {
	margin-bottom: 27px;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price {
	color: #140f11 !important;
	font-size: 17px !important;
	font-weight: 700!important;
	text-transform: uppercase !important;
	padding: 0!important;
}

.tax-product_cat .add_to_cart_button.product_type_variable {
	display: none;
}

.woocommerce-result-count {
	display: none;
}

ul.products {
	padding-top: 30px !important;
}

.attachment-shop_catalog.size-shop_catalog.wp-post-image {
	background-color: #eaeaea;
}

.product .value::before {
	background: none !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 38% !important;
}

.variations_form,
.product_meta,
.woocommerce div.product form.cart {
	float: right;
	width: 45%;
	display: block;
	position: relative;
	padding: 15px;
}

.variations_form,
.woocommerce div.product form.cart {
	width: 45.5%;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 0px!important;
}

.variations_form,
.woocommerce div.product form.cart {
	padding: 15px 15px 80px;
	border: solid 1px #000;
}

.product_meta {
	clear: right;
}

#spec-sheet-link {
	display: block;
}

#spec-sheet-link:before {
	content: "\003e ";
}

.woocommerce div.product div.summary {
	position: relative;
	margin-top: 21px;
	min-height: 222px;
}

.product-short-description {
	font-size: 17px;
	line-height: 24px;
}

table.variations td {
	display: block;
	width: 100% !important;
	border-collapse: collapse;
	margin: 0 !important;
	padding: 0 !important;
}

.select-holder-oh {
	padding: 5px;
	border: solid 1px #000;
	width: 100%;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.select-holder-oh select {
	width: 120% !important;
	border: none;
}

a.reset_variations {
	display: none;
}

table.variations {
	width: 100% !important;
}

.single_add_to_cart_button {
	position: absolute !important;
	bottom: 0px !important;
	background-color: #000 !important;
	border-radius: 0px !important;
	left: 0px !important;
	width: 100% !important;
}

.price .amount {
	color: #000 !important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	background-color: #000 !important;
	color: #fff !important;
	border-radius: 0px !important;
	font-weight: 100;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page.woocommerce .woocommerce-message {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
	color: #000 !important;
	border: solid 1px #000;
	background-color: #fff !important;
	border-top: none !important;
	border-top: solid 1px #000 !important;
}

.woocommerce .shop_table,
.woocommerce .shop_table p {
	font-size: 18px;
	line-height: 1.1em;
}

.woocommerce-cart-form .cart_item.chained_item {
	font-style: italic;
}

.woocommerce-cart-form .cart_item.chained_item .quantity {
	padding-left: 0.25em !important;
}

.woocommerce-cart-form .cart_item.chained_item .quantity::before,
.woocommerce-cart-form .cart_item.chained_item .product-name::before {
	content: "\2516  ";
	font-style: normal;
	font-size: 85%;
}

.woocommerce .cart_totals a {
	text-decoration: underline;
}

.woocommerce .cart_totals td,
.woocommerce .cart_totals th {
	padding: 3px 0;
}

.woocommerce-tabs {
	display: none;
}

.upsells.products,
.related.products {
	clear: both;
}

h2.strikethrough span {
	display: inline-block;
	padding-right: 20px;
	line-height: 30px;
	background-color: #fff;
	position: relative;
	z-index: 60;
	font-weight: 700;
	font-size: 17px;
}

h2.strikethrough {
	position: relative;
	z-index: 20;
}

h2.strikethrough:after {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 100%;
	z-index: 10;
	height: 5px;
	background-color: #000;
	content: " ";
}

.upsells .button.add_to_cart_button.product_type_variable,
.related .button.add_to_cart_button.product_type_variable,
.post-type-archive-product .add_to_cart_button.product_type_variable {
	display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 53% !important;
}

.oh-shop-header {
	padding: 10px 0 10px;
	width: 60%;
	float: left;
}

#breadcrumbs {
    font-size: 14px;
    margin-bottom: 0px;
    display: none;
    vertical-align: bottom;
    margin-top: 13px;
}

.oh-shop-header ul {
	padding-left: 0px;
	margin-left: 0px;
}

.oh-shop-header ul li {
	font-size: 17px;
	line-height: 22px;
	display: block;
	float: left;
	vertical-align: top;
	margin: 0 0 5px;
	position: relative;
	font-weight: 700;
}

.oh-shop-header ul li:first-child a::before {
	display: none;
}

.oh-shop-header li a::before {
	top: 0;
}

.oh-shop-header li a::before {
	background: #0d0709 none repeat scroll 0 0;
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: -2px;
	transform: rotate(26deg);
	width: 1px;
}

.oh-shop-header li a {
	display: block;
	padding: 10px 13px;
	position: relative;
	text-align: center;
}

.oh-shop-header li:first-child a {
	padding: 10px 13px 10px 0px;
}

.woocommerce-ordering {
	display: none;
}

.oh-shop-search-holder {
	position: relative;
}

.oh-site-search-holder form {
	text-align: right;
}

.oh-site-search-holder input {
	width: 195px;
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
}

.oh-site-search-holder {
	position: relative;
	width: 50%;
	float: right;
}

#search-map {
	position: relative;
	max-width: 336px;
}

.search-button-shop,
#search-map .search-button-postcode,
.search-button-header {
	width: 27px;
	height: 28px;
	right: 6px;
	top: 7px;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
}

.oh-site-search-holder .search-button-header {
	top: 5px;
	background-size: 20px 20px !important;
	background-color: transparent;
	width: 22px;
	height: 20px;
	border: 0;
}

.oh-shop-search {
	width: 30%;
	float: right;
	text-align: right;
	padding-top: 30px;
}

.oh-shop-search .ibox,
#search-map .postcode-search {
	font-size: 15px;
	width: 85%;
	height: 40px;
	line-height: 35px;
	font-style: italic;
	padding: 7px 14px;
}

#search-map .postcode-search {
	width: 100%;
	margin-bottom: 10px;
}

.oh-shop-search input[type="text"]::-webkit-input-placeholder,
.oh-shop-search input[type="tel"]::-webkit-input-placeholder,
.oh-shop-search input[type="email"]::-webkit-input-placeholder,
.oh-shop-search input[type="search"]::-webkit-input-placeholder,
.oh-shop-search input[type="password"]::-webkit-input-placeholder,
.oh-shop-search textarea::-webkit-input-placeholder {
	color: #140f11;
}

.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-account h1.entry-title,
.search-results h1.page-title,
.archive.category h1.page-title,
.archive.tag h1.page-title {
	padding-bottom: 30px;
	padding-top: 0;
}

.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-account h1.entry-title {
	padding-top: 30px;
}

.search-results h2.entry-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.shop_table.cart th {
	background-color: #000;
	color: #fff;
}

.woocommerce div.product form.cart .button:after,
.woocommerce div.product form.cart .button:before {
	content: "";
	width: 33px;
	height: 8px;
	display: inline-block;
	background: url(img/zig-zag.png);
	margin: 0 5px;
}

.product-header {
	margin-bottom: 20px;
}

.product-main-wrap {
	width: 45%;
	float: left;
}

.woocommerce div.product form.cart .button {
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 700;
	padding:.618em 0;
}

body.woocommerce div.product form.cart,
body.woocommerce div.product p.cart {
	margin-bottom: 15px;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	font-family: "bebas_neue";
	font-size: 56px;
	line-height: 56px;
}

#coupon_code {
	width: 200px;
	height: 42px;
	line-height: 42px;
}

.actions .button,
.checkout-button button.alt.wc-forward,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order {
	border-radius: 0px !important;
	border: solid 1px #000 !important;
	background-color: #000 !important;
	color: #fff !important;
	font-weight: 100 !important;
}

.actions .coupon .button {
	border-radius: 0px !important;
	border: solid 1px #000 !important;
	background-color: #fff !important;
	color: #000 !important;
}

.search-results .pagination {
	padding-bottom: 50px;
}

.search-results .nav-links {
	padding-top: 30px;
}

.search-results .tags-links {
	font-size: 13px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #eaeaea;
	display: block;
	margin: 20px 0;
}

.search-results .attachment-post-thumbnail {
	display: none;
}

.cart_totals h2 {
	background-color: #000;
	color: #fff;
	padding: 10px 25px;
}

.myaccount_user,
.col2-set.addresses {
	padding: 20px;
	background-color: #eaeaea;
}

#google-map {
	margin-top: -1px;
	height: 550px;
}

.contact-col-left p:first-child {
	margin: 0px;
}

.contact-col-left {
	width: 48%;
	float: left;
	padding-top: 40px;
	padding-bottom: 80px;
	font-size: 17px;
	line-height: 22px;
}

.contact-col-left h1 {
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 30px;
	text-transform: uppercase !important;
}

.contact-col-right {
	width: 48%;
	float: right;
	padding-top: 40px;
	padding-bottom: 80px;
}

.contact-col-right strong,
.contact-col-left strong,
.contact-col-left label {
	font-weight: 500;
	font-size: 21px;
}

.contact-col-left label {
	margin: 13px 0 32px;
}

.contact-page .contact-col-right strong,
.contact-page .contact-col-left strong {
	padding-bottom: 32px;
	display: block;
}

#small-map {
	height: 300px;
}

address.seller-address {
	padding: 20px;
	display: block;
	background-color: #000;
	color: #fff;
	font-style: normal;
}

address.seller-address .left {
	width: 48%;
	float: left;
}

address.seller-address .right {
	width: 48%;
	float: right;
}

.clearfix {
	clear: both;
}

.info-window div {
	background-color: #000 !important;
	color: #fff !important;
}

.c_4,
.c_2 {
	display: none !important;
}

.info-window p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.info-window i {
	width: 18px;
	height: 9px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 12px;
	background-image: url(img/span.png);
}

#tap-page .main-content {
	width: 48%;
	float: left;
	padding: 30px 0px;
}

#tap-page .tap-sidebar {
	width: 43%;
	float: right;
	padding: 30px 0px;
}

.dark-box-heading,
.white-box-heading {
	line-height: 30px;
	font-size: 28px;
	font-weight: 900;
	font-style: italic;
	padding: 15px 22px 18px;
	overflow: hidden;
}

.dark-box-heading {
	background-color: #000;
	color: #fff;
}

.white-box-heading {
	color: #000;
}

.box-content.dark {
	background-color: #000;
	color: #fff;
}

.dark-box-heading span {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 12px;
}

.dark-box-heading span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 1px;
	height: 44px;
	background: #fff;
	-webkit-transform: rotate(26deg);
	-ms-transform: rotate(26deg);
	transform: rotate(26deg);
}

.pagination-holder {
	padding-left: 0px!important;
	float: right;
}

.pagination-holder:before {
	display: none;
}

.pagination-holder a {
	color: #ffffff;
	font-size: 14px;
}

.table-table {
	display: table;
	width: 100%;
	font-style: italic;
}

#food-truck-events .table-table {
	display: none;
}

#food-truck-events .table-table.current {
	display: table;
}

.table-row {
	display: table-row;
	width: 100%;
}

.table-cell {
	display: table-cell;
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.table-cell a {
	color: inherit;
}

.box-content.dark .table-cell {
	width: 70%;
}

.box-content.dark .table-cell.small {
	width: 30%;
}

.table-cell.first {
	padding-left: 20px;
}

.table-cell.heading {
	position: relative;
	font-weight: 700;
}

.table-cell.heading:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1px;
	background-color: #000;
	display: block;
	width: 70px;
}

.box-content.dark .table-cell.heading:after {
	background-color: #fff;
}

#up-coming-events {
	margin-top: 35px;
}

.table-cell.underline {
	text-decoration: underline;
}

.photo-row {
	margin-top: 30px;
	clear: both;
}

#history-page .photo-row:first-child,
.post-type-archive-product .product-landing-image,
.category-header {
	padding-top: 0px;
	margin-top: -1px;
}

.photo-left {
	width: 48%;
	float: left;
}

.photo-right {
	width: 48%;
	float: right;
}

.photo-row img {
	width: 100%;
	height: auto;
}

.info-block {
	position: relative;
	background: #151113;
}

.photo-content {
	position: absolute;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	top: 50%;
	left: 50%;
	height: 250px;
	width: 80%;
	margin: -125px 0 0 -40%;
}

.info-block:hover .photo-content {
	opacity: 1;
}

.info-block img {
	display: block;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	opacity: 1;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.info-block.with-content:hover img {
	opacity: 0.5;
}

.info-block h2 {
	font-weight: 500;
	font-size: 30px;
}

.info-block .beer-info span {
	font-weight: 500;
	font-size: 30px;
	line-height: 1em;
	margin: 1px 0 23px;
	display: block;
	font-family: "effra", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-block .beer-info {
	font-size: 56px;
	font-weight: bold;
	font-family: "bebas_neue", "Helvetica", sans-serif;
	line-height: 0.9em;
}

.title-date {
	width: 80%;
	display: inline-block;
	border-right: 1px #fff solid;
	color: #fff;
	padding: 20px 0;
}

.title-date a {
	color: #fff;
}

.info-block .abv {
	color: #151113;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: 74px 1px 0 0;
	white-space: nowrap;
	text-align: center;
	float: right;
	font-family: "effra", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 28px;
	padding-top: 35px;
}

.block-content {
	padding-top: 48px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
}

.block-content strong {
	font-weight: 500;
}

.title-date p {
	margin: 0px;
}

#tap-photos {
	padding-bottom: 50px;
}

.twitter-feed .twitter-heading {
	height: 40px;
	line-height: 40px;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	font-weight: bold;
}

.twitter-feed .sub-heading {
	box-sizing: border-box;
	padding: 15px;
	border-bottom: solid 1px #000;
}

.twitter-feed .sub-heading .twitter-follow {
	padding: 6px 10px;
	display: inline-block;
	float: right;
	background-position: center;
	border: solid 1px #000;
	font-style: italic;
	font-size: 15px;
}

.twitter-feed .sub-heading .twitter-follow:hover {
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
}

.twitter-feed {
	margin-bottom: 30px;
}

.sidebar-hr {
	height: 1px;
	background-color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.twitter-feed .sub-heading span {
	display: inline-block;
	float: left;
	padding-top: 10px;
	font-weight: bold;
}

.twitter-feed .feed {
	padding: 15px;
	height: 300px;
	box-sizing: border-box;
	border-top: none;
	overflow-y: scroll;
}

.twitter-feed .feed .inner {
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
	word-wrap: break-word;
}

.twitter-feed .feed .tweet {
	border-bottom: solid 1px #000;
}

.twitter-feed .feed .tweet img {
	float: left;
}

.twitter-feed .feed .tweet .tweet-meta {
	float: right;
	width: 70%;
}

.twitter-feed .feed .tweet .tweet-meta strong {
	display: block;
}

.jspDrag {
	background-color: #000 !important;
}

nav.navigation.pagination {
	display: none;
}

.jspTrack {
	background-color: #fff !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	border-left: solid 1px #000 !important;
}

.twitter-feed .twitter-footer {
	padding: 15px;
	border-top: solid 1px #000;
}

.twitter-feed .twitter-footer a {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 15px;
	padding: 5px 11px;
	border: solid 1px #000;
	font-style: italic;
}

.twitter-feed .twitter-footer a:hover {
	background: #000;
	border: solid 1px #000;
	color: #fff;
}

.carousel h1 time {
	display: block;
	font: 21px / 1.2 "effra", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: initial;
	border-top: 1px white solid;
	width: 80%;
	margin: auto;
	padding-top: 7px;
	margin-top: 7px;
	margin-bottom: 8px;
}

.page-template-template-blog .carousel h1 {
	font-size: 47px;
	line-height: 55px;
}

/* Age verify*/

#av-overlay-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 10000;
	display: block;
	top: 0;
	left: 0;
	text-align: center;
}

.av_header {
	border-bottom: 1px solid #151113;
}

.av_header .logo {
	margin: 31px 0;
}

#av-overlay h1 {
	margin: 70px 0 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

#av-overlay {
	font-size: 20px;
	line-height: 24px;
}

#av-overlay p {
	margin-bottom: 35px;
}

#av-overlay p.submit {
	font-size: 16px;
	line-height: 18px;
}

#av_verify_remember {
	margin-right: 6px;
}

#av_verify_d,
#av_verify_m,
#av_verify_y {
	padding: 0.4em 0em;
	text-align: center;
}

#av_verify_d,
#av_verify_m {
	width: 50px;
	margin-right: -1px;
}

#av_verify_y {
	width: 74px;
}

#av_verify {
	background: #fff;
	padding: 0.4em;
	border: 1px solid #999;
	margin-left: 12px;
	cursor: pointer;
	text-transform: uppercase;
}

.av_footer .copyright-area .copyrights {
	float: none;
	width: auto;
	padding: 0;
}

a.cart-icon {
	background: url("img/cart.png") no-repeat center 2px;
	display: inline-block;
	width: 24px;
	height: 100%;
	text-indent: -1000px;
	overflow: hidden;
}

body.admin-bar #av-overlay-wrap {
	padding-top: 32px;
	background: #fff;
}

@media screen and ( max-width: 782px) {
	/* Breakpoint must match WP rules */
	body.admin-bar #av-overlay-wrap {
		padding-top: 46px;
	}
}

@media (min-width: 768px) {
	.seller-contact {
		float: left;
		width: 40%;
	}
	.top-bar {
		padding-top: 0;
	}
	.social-networks {
		float: left;
		margin: 12px -5px 0 -1px;
	}
	.user-list {
		display: inline-block;
		vertical-align: top;
	}
	a.cart-icon {
		display: none;
	}
	.nav-area .list-holder {
		border-top: 1px solid #151113;
		padding: 8px 0 10px;
		border-bottom: 1px solid #151113;
	}
	.nav-opener {
		display: none;
	}
	#nav {
		display: table;
		width: 100%;
	}
	#nav>li {
		display: table-cell;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
		width: 1%;
	}
	#nav>li>a {
		display: block;
		padding: 10px 3px;
		text-align: center;
		position: relative;
	}
	#nav>li.current-menu-item>a,
	#nav>li.current-menu-ancestor>a,
	#nav>li.current_page_parent>a {
		color: #fff;
	}
	#nav>li>a:before {
		content: "";
		position: absolute;
		left: 0;
		top: -2px;
		width: 1px;
		height: 44px;
		background: #0d0709;
		-webkit-transform: rotate(26deg);
		-ms-transform: rotate(26deg);
		transform: rotate(26deg);
	}
	#nav>li.current-menu-item>a:after,
	#nav>li.current-menu-ancestor>a:after,
	#nav>li.current_page_parent>a:after {
		content: "";
		position: absolute;
		-webkit-transform: skew(-26deg);
		-moz-transform: skew(-26deg);
		-o-transform: skew(-26deg);
		height: 28px;
		width: 101%;
		z-index: -1;
		background: #000;
		left: 0;
		top: 50%;
		margin-top: -14px;
	}
	#nav>li:last-child .dropdown,
	#nav>li:last-child .sub-menu {
		left: auto;
		right: 0;
	}
	#nav li:nth-child(3) .sub-menu {
		left: -37px;
	}
	#nav li:nth-child(5) .sub-menu {
		left: -16px;
	}
	#nav .dropdown,
	#nav .sub-menu {
		width: 240px;
		background: #fff;
		position: absolute;
		left: 0px;
		top: 100%;
		padding: 34px 54px 28px 58px;
	}
	#footer {
		font-size: 15px;
		line-height: 20px;
		border-top-width: 9px;
	}
	.footer-content {
		margin: 15px -10px;
		padding: 0;
	}
	.footer-content h3 {
		font-size: 17px;
	}
	.footer-content .col {
		font-size: 15px;
		line-height: 20px;
		width: 50%;
		padding: 0 10px;
		display: inline-block;
		vertical-align: top;
	}
	.footer-content .top {
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 24px;
		margin: 0;
	}
	.footer-content .top span {
		padding: 14px 0 0;
	}
	.footer-content .top span:before {
		border-width: 10px;
		top: 6px;
	}
	.copyright-area .copyrights {
		width: 50%;
		float: left;
		padding: 0 10px 0 0;
	}
	.copyright-area .designed-by {
		text-align: right;
		overflow: hidden;
	}
	body {
		font-size: 18px;
		line-height: 22px;
	}
	h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.breadcrumb {
		margin: 0 0 10px;
	}
	.carousel h1 {
		font-size: 66px;
		font-weight: 700;
		line-height: 70px;
		padding: 16px 17px 14px;
	}
	.carousel .btn-prev,
	.carousel .btn-next {
		font-size: 42px;
		line-height: 42px;
		margin: -20px 0 0;
		left: 20px;
	}
	.carousel .btn-next {
		left: auto;
		right: 20px;
	}
	.info-cols .col {
		width: 33.33%;
	}
	.info-cols .detail {
		font-size: 18px;
		line-height: 22px;
		padding: 0 18px;
	}
	#blog .info-cols .detail {
		padding: 0 10px;
	}
	.product .image {
		float: left;
		margin: 0 20px 0 0;
	}
	.product .header {
		max-width: inherit;
	}
	.two-columns {
		padding-top: 15px;
	}
	#sidebar {
		width: 30%;
		float: right;
	}
	#content {
		float: left;
		width: 70%;
		padding: 0 10px 0 0;
	}
	.search-form {
		margin: 0 0 26px;
	}
	.categories-box {
		padding: 0 0 19px 14px;
		margin: 0;
	}
	.categories-box h3 {
		margin: 0 0 1px;
	}
	.tags-box h3 {
		margin: 0;
		padding: 0 0 5px 14px;
	}
	.article .detail {
		font-size: 18px;
		line-height: 22px;
		padding: 22px;
	}
	.article .share {
		padding: 0 0 0 29px;
	}
	.article .share:before {
		font-size: 26px;
		left: 2px;
		top: 0;
	}
	.article .share:after {
		top: -18px;
	}
	.instagram-block .header {
		min-width: 365px;
		padding: 5px 4px 5px 14px;
		display: inline-block;
		vertical-align: top;
	}
	.instagram-block h2 {
		font-size: 18px;
	}
	.info-block.photo-full-width .photo-content {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.logo {
		max-width: 161px;
		margin: -19px 0 -32px;
	}
	.nav-area .list-holder {
		padding: 15px 0 16px;
	}
	#nav>li {
		font-size: 18px;
		line-height: 22px;
	}
	#nav>li>a:before {
		top: 0;
	}
	.footer-content {
		margin: 36px -10px 16px;
		display: flex;
	}
	.footer-content .col {
		width: 25%;
		position: relative;
	}
	.footer-content .col:nth-child(1) {
		width: 24.2%;
	}
	.footer-content .col:nth-child(2) {
		width: 32.2%;
	}
	.footer-content .col:nth-child(3) {
		width: 18.6%;
	}
	.footer-content .col:nth-child(4) {
		width: 25%;
	}
	.footer-content .col .drink-aware{
		margin-top: 20px;
		position: absolute;
		bottom: 23px;
		max-width: calc(100% - 20px);
	}
	.footer-content .list-holder {
		text-align: right;
		margin: 0 0 29px;
	}
	.footer-content .contact-form .input-row {
		max-width: 250px;
	}
	.breadcrumb {
		max-width: 100%;
		margin: 0 0 30px;
		min-height: 35px;
	}
	.carousel {
		margin: -1px 0 40px;
	}
	.info-cols {
		margin: 0 -18px 2px;
	}
	.info-cols .col {
		padding: 0 18px 35px;
	}
	.info-cols .image {
		margin: 0 0 13px;
	}
	.info-cols h2 {
		margin: 0 0 17px;
	}
	.info-cols h2:before {
		bottom: -10px;
	}
	.info-cols .detail {
		padding: 0 32px;
	}
	#blog .info-cols .detail {
		padding: 0 10px;
	}
	.product {
		padding-top: 34px;
		padding-bottom: 33px;
	}
	.product .image {
		max-width: 394px;
		margin: 0 74px 0 0;
	}
	.product .detail {
		font-size: 17px;
		line-height: 24px;
	}
	.product .detail-holder {
		margin: 0;
		padding: 0 0 30px 17px;
	}
	.product .header {
		margin: 0 0 33px;
	}
	.product .heading {
		width: 56.7%;
		margin: 0 0 3px;
		border-right: 1px #151113 solid;
	}
	.product .heading h1 {
		font-size: 56px;
		line-height: 51px;
		margin: 0 0 -2px;
	}
	.product .heading .sub-heading {
		font-size: 28px;
		line-height: 39px;
		padding-left: 2px;
	}
	.product .value {
		width: 43.3%;
		padding: 10px 30px 5px 0;
	}
	.product .value .box {
		width: 105px;
		height: 105px;
	}
	.specs-block {
		padding: 31px 0 0 19px;
	}
	.specs-block .col:first-child {
		width: 63.3%;
		float: left;
	}
	.specs-block .widget {
		margin: 0 0 22px;
	}
	.specs-block h2 {
		margin: 0 0 25px;
	}
	.specs-block h2.download {
		margin: 0 0 16px;
	}
	.two-columns {
		padding-top: 30px;
		padding-bottom: 22px;
	}
	#sidebar {
		width: 25.4%;
	}
	#content {
		padding: 0 34px 0 0;
		width: 74.6%;
	}
	.categories-box .opener {
		pointer-events: none;
	}
	.twitter-feed {
		margin: 0 0 36px;
	}
	.article {
		margin: 0 0 36px;
	}
	.article .detail {
		padding: 31px 30px 34px;
	}
	.article .headings {
		margin: 0 0 21px;
	}
	.instagram-block {
		padding: 36px 0 0;
	}
	.instagram-block .box {
		margin: 0 0 36px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.carousel .mask {
		overflow: hidden;
	}
	.carousel .slide {
		width: 100%;
	}
	.owl-item,
	.owl-wrapper {
		width: 100% !important;
	}
	.woocommerce div.product form.cart .group_table td.label {
		padding-right: 2px!important;
		padding-left: 2px!important;
		font-size: 15px;
		line-height: 1em;
	}
	.woocommerce div.product form.cart .group_table td {
		font-size: 15px!important;
		line-height: 1em!important;
	}
	.woocommerce div.product form.cart .button {
		vertical-align: middle;
		float: left;
		font-size: 16px;
	}
	.woocommerce div.product form.cart .button:after,
	.woocommerce div.product form.cart .button:before {
		display: none;
	}
	.instagram-holder .instagram-heading {
		width: 70%;
	}
}

@media (max-width: 767px) {
    #footer .widget .menu {
        min-height: 95px;
    }
	.woocommerce div.product form.cart .button:after,
	.woocommerce div.product form.cart .button:before {
		display: inline-block;
	}
	.oh-shop-header {
		padding: 10px 0 10px;
		width: auto;
		float: none;
	}
	.info-block .beer-info {
		font-size: 43px;
	}
	.info-block .beer-info span {
		font-weight: 500;
		font-size: 24px;
	}
	.info-block .abv {
		width: 80px;
		height: 80px;
		padding-top: 27px;
	}
	.photo-full-width.info-block .abv {
		width: 80px;
		height: 80px;
		padding-top: 27px;
		margin: 44px 1px 0 0;
	}
	.beer-col span {
		top: 30px;
		font-size: 30px;
	}
	.beer-col span.smallertext {
		font-size: 20px !important;
	}
	.box-heading {
		font-size: 40px !important;
	}
	.nav-area .list-holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 35px;
		padding: 0 12px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}
	#nav {
		background: #fff;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #151113;
		padding: 0 15px 6px;
	}
	.nav-active .nav-area .list-holder {
		max-height: 4000px;
		z-index: 800;
	}
	.nav-active #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.search-button-shop,
	#search-map .search-button-postcode {
		background-size: 80%;
	}
	#sidebar .search-area {
		position: absolute;
		left: 12px;
		right: 12px;
		top: 5px;
	}
	.categories-box .opener {
		display: block;
		padding: 8px 25px 10px 8px;
		border: 1px solid #a8a6a7;
		position: relative;
	}
	.categories-box .opener:hover {
		opacity: .80;
	}
	.categories-box .opener:after {
		content: "\e807";
		font-family: "fontello";
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 22px;
		line-height: 22px;
	}
	.categories-box ul {
		background: #fff;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		border-width: 1px;
		border-style: solid;
		border-color: #a8a6a7;
		border-top: 0;
		padding: 10px;
	}
	.categories-box ul a {
		display: block;
	}
	.categories-box .list-holder {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}
	.categories-box.active .list-holder {
		max-height: 4000px;
	}
	.categories-box.active ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.categories-box.active .opener:after {
		content: "\e809";
	}
	#blog article.content,
	#blog aside.sidebar,
	#tap-page .main-content,
	#tap-page .tap-sidebar,
	.contact-col-left,
	.contact-col-right {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#google-map {
		height: 250px;
	}
	.contact-col-left h1 {
		line-height: 55px;
	}
	.contact-col-left {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	.oh-shop-search {
		width: 100%;
		height: 71px;
		float: none;
		display: inline-block;
		text-align: left;
		padding-top: 0px!important;
	}
	.oh-shop-search .ibox {
		font-size: 15px;
		width: 100%;
	}
	.oh-site-search-holder input {
		width: 100%;
		padding: 5px;
		margin-top: 1px;
	}
	.oh-site-search-holder {
		width: 100%;
		float: none;
	}
}

@media (max-width: 550px) {
	.variations_form,
	.woocommerce div.product form.cart {
		top: 0px;
		right: 0px;
		width: 100%;
		position: relative;
	}
	.product-short-description {
		float: none;
		width: 100%;
	}
	.single_add_to_cart_button {
		margin-top: 10px!important;
	}
	.photo-left,
	.photo-right {
		width: 100%;
		float: none;
	}
	.photo-right {
		margin-top: 30px;
	}
	.photo-full-width.info-block .beer-info {
		font-size: 30px;
	}
	.photo-full-width.info-block .photo-content {
		top: 50%;
		left: 50%;
		height: 150px;
		width: 80%;
		margin: -75px 0 0 -40%;
	}
	.photo-full-width.info-block .beer-info span {
		margin: 1px 0 13px;
	}
	.product-main-wrap {
		width: auto;
		float: none;
	}
	.instagram-holder .instagram-heading {
		width: 80%;
	}
}

@media (max-width:450px) {
	.woocommerce #slider .shop-now {
		display: none;
	}
	.beer-col span {
		font-size: 20px !important;
		top: 0 !important;
	}
	.gform_wrapper input[type="submit"] {
		display: block;
		float: none;
		position: static;
	}
	.gform_footer {
		display: block;
		vertical-align: bottom;
	}
	.gform_body {
		width: 100%;
	}
	.beer-col span.smallertext {
		font-size: 10px !important;
	}
	.contact-form .input-row {
		max-width: 200px;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%!important;
	}
	.carousel h1,
	#slider h1 {
		font-size: 42px;
		line-height: 37px
	}
	.instagram-holder .instagram-heading {
		width: 100%;
		font-size: 14px;
	}
	.woocommerce table.shop_table {
		font-size: inherit;
	}
	body .woocommerce table.shop_table th,
	body .woocommerce table.shop_table td {
		padding-left: 2px;
		padding-right: 2px;
	}
	body.woocommerce-page table.cart td.actions .coupon input {
		float: none !important;
		margin-top: 0.5em;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	.search-button-shop,
	#search-map .search-button-postcode,
	.search-button-header {
		background-image: url(img/search-retina.png);
		background-repeat: no-repeat;
		background-size: 25px 25px;
	}
	a.cart-icon {
		background-image: url(img/cart-retina.png);
		background-repeat: no-repeat;
		background-size: 24px 22px;
	}
}

#dmn-partner-widget {
    margin: 0 auto 24px;
}

#dmn-partner-widget .next, #dmn-partner-widget .prev {
    display: block !important;
}

#footer .widget .menu {
    min-height: 170px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.newsletterSection {
    text-align: center;
}

.newsletterSection .contact-form label {
    margin: 0 0 25px;
}

.newsletterSection .contact-form .input-row {
    display: flex;
    align-content: stretch;
    justify-content: center;
    margin: 0 auto 50px;
    max-width: 500px;
}

.newsletterSection .contact-form .input-row .input-holder {
    width: 100%;
}

.newsletterSection .contact-form .input-row input {
    background: transparent;
    height: 52px;
    font-size: 16px;
}

.newsletterSection .contact-form .input-row input[type="submit"] {
    height: auto;
    margin: 0 0 0 10px;
    border-left: solid 1px #9f9d9e;
    order: 2;
    padding: 15px 25px;
    width: auto;
}

#history-page > h1 {
    padding: 15px 0;
}