/*
    Theme Name: Boyne
    Author: Mxnet
*/
/* ---------------------------
 Reset
--------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Kameron:400,700);
@charset "UTF-8";
*,
*:before,
*:after {
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.2; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;height: 200px; }
input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:30px;padding:5px;font-size:14px;line-height:1;color:#555555;vertical-align:middle;width:100%;}
textarea{height:auto;padding:10px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #aea39b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:30px;*margin-top:4px;line-height:1;}
select{border:1px solid #aea39b;background-color:#ffffff;border-radius: 0;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
 General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
}
body {
	position: relative;
	color: #fff;
	background: #000;
    font: normal 17px/1.3 'Kameron', serif;
}
a {
	text-decoration: none;
	color: #fff;
}
p {
	padding-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Kameron', serif;
	padding: 0 0 15px 0;
	font-weight: bold;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 26px;
	padding: 10px 0;
}
h3:first-of-type {
	padding-top: 0;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 35px;
}
table {
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 15px 0;
}
td {
	padding: 0 10% 20px 0;
}
article ul,
article ol {
	padding: 0 0 30px 20px;
}
article li {
	margin-bottom: 5px;
}
article p + ul {
	margin-top: -10px;
}
aside {
	text-align: center;
}
aside h5 {
	color: #444;
	font-size: 18px;
}
aside ul {
	padding: 0 0 30px;
	font-size: 14px;
}
aside li {
	display: block;
	list-style: none;
}
aside li a {
	border-bottom: 1px dotted #ddd;
	padding: 7px 10px;
	color: #bbb;
	display: block;
}
aside .current-cat a,
aside .active a {
	background: #f5f5f5;
}


/* ---------------------------
 Layout
--------------------------- */
#header {
	background: rgba(0,0,0,.68);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	height: 170px;
	font-weight: bold;
	font-family: 'Kameron', serif;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
			transition: all .3s;
}
#header:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -4px;
	position: absolute;
	background: url(images/header-bottom.png) repeat-x;
}
#header .inner {
	position: relative;
}
#header .logo {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
}
#header .logo img {
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
			transition: all .1s;
	height: 160px;
}
#header .social {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 29px;
	vertical-align: middle;
}
#header .social li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin: 0 2px;
}
#header.compact {
	height: 120px;
}
#header.compact .logo {
}
#header.compact .logo img {
	height: 100px;
	margin-top: 20px;
}

#nav ul {
	font-size: 0;
	line-height: 1;
	margin-left: -30px;
}
#nav li {
	position: relative;
	margin-left: 30px;
}
#nav #menu-header > li:nth-child(1) {
	margin-left: 80px;
}
#nav #menu-header > li:nth-child(3) {
	margin-left: 350px;
}
#nav li a {
	display: block;
	text-align: center;
	color: #a67b4c;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 27px;
	line-height: 90px;
	padding: 30px 0;
}
#nav li:hover > a {
	color: #fff;
}
#nav ul ul {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	top: 110px;
	z-index: 9999;
	background: #000;
	width: 190px;
	text-align: center;
	padding: 10px;
}
#nav ul ul:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #000;
}
#nav li li {
	margin: 0;
	display: block;
}
#nav li li a {
	line-height: 20px;
	padding: 5px 0;
	font-family: 'Lora', sans-serif;
	text-transform: none;
	font-size: 16px;
}
#nav li:hover ul {
	display: block;
}
.menu-bars {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
	margin-top: -30px;
    right: 10px;
    background-color: #fff;
    border: 10px solid #865729;
    cursor: pointer;
}
.menu-bars::after,
.menu-bars::before {
	display: block;
    position: absolute;
    left: -1px;
    width: 41px;
    height: 8px;
    background-color: #865729;
    content: "";
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.menu-bars::before {
    top: 8px;
}
.menu-bars::after {
    top: 24px;
}
.menu-active .menu-bars::after,
.menu-active .menu-bars::before {
    top: 17px;
    left: 4px;
    width: 32px;
    height: 6px;
}
.menu-active .menu-bars:before {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
            transform: rotate(135deg);
}
.menu-active .menu-bars:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

#main {
	min-height: 500px;
}
#main ul,
#main ol {
	padding: 0 0 20px 20px;
}
#main li {
	margin-bottom: 10px;
}

#footer {
	overflow: hidden;
}
#footer .links {
	background: #e3d5bb;
	padding: 30px 10px;
}
#footer .fb-page {
	padding-top: 30px;
}
#footer nav {
	background: #ece2cf;
	padding: 15px;
}
#footer nav ul {
	text-align: center;
}
#footer nav a {
	padding: 0 20px;
	color: #333132;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}
#footer .fb-page {
	max-width: 100%;
}

.copyrights {
	text-align: center;
	padding: 20px;
	background: #a67b4c;
	font-size: 12px;
	color: #fff;
}


/* ---------------------------
 Specific
--------------------------- */
.alignright {
	text-align: right;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignleft {
	text-align: left;
}
img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	text-align: center;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}

.alert {
	font-family: tahoma, verdana, sans-serif;
	text-align:left;
	padding: 15px 20px;
	border-left: 10px solid #eee;
	font-size: 0.8rem;
	line-height: 20px;
	background:#fafafa;
	position:relative;
	z-index:9999;
	margin-bottom: 15px;
}
.alert-error {
	background-color: #fcf2f2;
	border-color: #b94a48;
	color:#b94a48;
}
.alert-warning {
	color: #c09853;
	background-color: #fefbed;
	border-color: #c09853;
}
.alert-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

.btn {
	position: relative;
	z-index: 300;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 20px;
	padding: 0 50px;
	line-height: 50px;
	color: #fff;
	transition:         0.1s ease-in;
	-o-transition:      0.1s ease-in;
	-ms-transition:     0.1s ease-in;
	-moz-transition:    0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
}
.btn-black {
	border-color: #444;
	color: #444;
}
.btn:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
	background: #2bbfb6;
}

.hidden {
	display: none;
}

.form-group {
	margin-bottom: 10px;
}
.form-actions {
	padding: 10px;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 20px;
}
.radio label,
.checkbox label {
	text-align: left;
	display: block;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.3;
	font-size: 16px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.checkbox a {
	color: #a67b4c;
}

.post-listing {
	max-width: 720px;
	margin: 0 auto 30px;
	text-align: center;
	padding-bottom: 60px;
	background: url(images/separator.png) bottom center no-repeat;
}
.post-listing:last-of-type {
	background: none;
	padding-bottom: 20px;
}
.post-listing .excerpt {
	padding: 0 10%;
}
.post-listing .more {
	padding: 10px 0 20px;
}
.post-listing h3 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding: 0 0 30px;
}

.post-single {
	max-width: 820px;
	margin: 0 auto;
	font-size: 17px;
}
.post-single h1 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding: 0 0 30px;
}
.post-single  time {
	background: url(images/separator.png) top center no-repeat;
	display: block;
	text-align: center;
	padding: 20px;
}

.thumb {
	width: 700px;
	height: 370px;
	background-size: cover;
	margin: 0 auto 50px;
	position: relative;
}
.thumb:after {
	background: url(images/post-thumb.png) no-repeat;
	content: '';
	display: block;
	width: 720px;
	height: 410px;
	left: -10px;
	top: -20px;
	position: absolute;
	z-index: 100;
}

.pagination {
	text-align: center;2
}
.pagination li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
}
.pagination a {
	display: block;
	width: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	background: #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #cd8648;
}
.pagination a:hover,
.pagination .active a {
	background: #cd8648;
	color: #fff;
}

#map_canvas {
	height: 223px;
	border: 5px solid #fff;
	margin-bottom: 20px;
}
#map_canvas img {
	max-width: none;
	width: auto;
	box-shadow: none;
}

/* Pages */
.page-pagans-pillar .vc_row[data-vc-full-width],
.page-born-in-a-day .vc_row[data-vc-full-width],
.page-long-arm .vc_row[data-vc-full-width],
.page-beers .vc_row[data-vc-full-width],
.page-brewhouse .vc_row[data-vc-full-width],
.page-home .vc_row[data-vc-full-width] {
	min-height: 690px;
	padding-top: 170px !important;
}
.page-home .vc_custom_1464932153531 {
	position: relative;
	z-index: 999;
}
.page-pagans-pillar .vc_custom_1465380365759[data-vc-full-width],
.page-born-in-a-day .vc_custom_1465378643314[data-vc-full-width],
.page-long-arm .vc_custom_1464871291804[data-vc-full-width] {
	padding-top: 0 !important;
}

.page-post,
.page-blog {
	background: url(images/bg-blog.jpg);
}

.page-privacy-statement #main,
.page-terms-and-conditions #main,
.page-post #main,
.page-blog #main {
	padding: 220px 0 100px;
}

.page-recipe h1 {
	font-size: 70px;
}

.page-stockists .header {
	padding-bottom: 40px;
	background: url(images/hr-header.png) center bottom no-repeat;
}

.page-newsletter .vc_row[data-vc-full-width] {
	background-position: center top !important;
}
.page-newsletter #main {
	color: #000;
	text-align: center;
	font-weight: bold;
}
.page-newsletter #main form {
	padding: 0 30%;
}
.page-newsletter #main button {
	font-size: 0;
	display: inline-block;
	width: 214px;
	padding: 0;
	line-height: 34px;
	background: url(images/btn-signmeup.png);
	color: #fff;
	border: 0;
}

#legent-beers {
	min-height: 200px !important;
}


/* ---------------------------
 Plugins
--------------------------- */
.recipes-slider {
	position: relative;
	max-width: 800px;
	min-height: 620px;
	padding: 110px 100px 0;
	margin: 0 auto;
	background: url(images/recipes-bg.png) center no-repeat;
}
.recipes-slider figure {
	height: 120px;
	width: 190px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	position: relative;
}
.recipes-slider figure:after {
	background: url(images/recipe-frame.png) no-repeat;
	content: '';
	display: block;
	width: 220px;
	height: 160px;
	left: -15px;
	top: -20px;
	position: absolute;
	z-index: 100;
}
.recipes-slider li {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}
.recipes-slider a {
	padding: 15px 0;
	text-align: center;
 	width: 50%;
}
.recipes-slider h4 {
	color: #614735;
	font-size: 15px;
	padding: 30px 30px 0;
	text-transform: uppercase;
}
.recipes-slider .bx-controls-direction a {
	display: block;
	width: 50px;
	height: 84px;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	text-indent: -9999px;
}
.recipes-slider .bx-controls-direction .bx-prev {
	left: 0;
	background: url(images/pager-prev.png);
}
.recipes-slider .bx-controls-direction .bx-next {
	right: 0;
	background: url(images/pager-next.png);
}

/* Social */
.share {
	text-align: center;
	height: 50px;
}
.share .st_facebook_large .stButton .stLarge {
	background-image: url(images/social-fb.png) !important;
}
.share .st_twitter_large .stButton .stLarge {
	background-image: url(images/social-tw.png) !important;
}
.share .st_email_large .stButton .stLarge {
	background-image: url(images/social-em.png) !important;
}

/* Contact Form 7 */
.wpcf7 .form {
	background: url(images/wpcf7-bg.png) no-repeat;
	padding: 70px 150px 70px 100px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.wpcf7 .form h3 {
	color: #a67b4c;
	font-size: 30px;
}
.wpcf7 .screen-reader-response {
   display: none;
}
.wpcf7 .wpcf7-form-control-wrap {
   display: block;
   width: 100%;
   position: relative;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
	height: 30px;
	border: 0;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
   height: 90px;
   padding: 10px;
}
.wpcf7 .form-actions {
   padding: 20px;
   text-align: center;
}
.wpcf7 .wpcf7-submit {
   font-size: 0;
   display: inline-block;
   width: 254px;
   padding: 0;
   line-height: 34px;
   background: url(images/btn-sendmessage.png);
   color: #fff;
   border: 0;
}
.wpcf7-response-output {
   padding: 15px 5%;
   margin-bottom: 20px;
   width: 100%;
   font-size: 20px;
   text-align: center;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.wpcf7-mail-sent-ok {
   background: #398f14;
   color: #fff;
}
.wpcf7-display-none {
   display: none;
}
.wpcf7-validation-errors {
   background: #b00;
   color: #fff;
}
.wpcf7-not-valid-tip {
   -webkit-border-radius: 0 10px 10px 10px;
   -moz-border-radius: 0 10px 10px 10px;
   border-radius: 0 10px 10px 10px;
   position: absolute;
   top: 20px;
   font-size: 14px;
   z-index: 100;
   display: block;
   color: #fff;
   background: #d00;
   padding: 5px 20px;
   border: none;
   right: -20px;
   width: auto;
}
.wpcf7-not-valid-tip-no-ajax {
   color: #f00;
   display: block;
}
.ajax-loader {
   border: none;
   vertical-align: middle;
   display: block;
   margin: 10px auto;
}

.info-window,
.info-window a {
	color: #222;
}

#main .tparrows,
#main .tp-leftarrow:after,
#main .tp-leftarrow:before {
	height: 80px;
	height: 80px;
	width: 50px;
	background: none;
}
#main .tp-leftarrow {
	left: 50% !important;
	margin-left: -400px;
}
#main .tp-rightarrow {
	left: 50% !important;
	margin-right: -400px;
}
#main .tp-leftarrow:before {
	content: url(images/pager-prev-black.png);
}
#main .tp-rightarrow:before {
	content: url(images/pager-next-black.png);
}


/* ---------------------------
 Grid
--------------------------- */
.clearfix::before, .container::before, .row::before, .clearfix::after, .container::after, .row::after {
  content: "";
  display: table;
}

.clearfix::after, .container::after, .row::after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding: 0 15px;
}

.container {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}


/* ---------------------------
	RWD
--------------------------- */
@media (min-width: 544px){
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-7{
		width: 58.33333%;
	}
	.col-sm-8{
		width: 66.66667%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-12{
		width: 100%;
	}
}
@media (min-width: 768px){

	.col-md-1{
		width: 8.33333%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-7{
		width: 58.33333%;
	}
	.col-md-8{
		width: 66.66667%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-12{
		width: 100%;
	}
}
@media (min-width: 992px){

	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-7{
		width: 58.33333%;
	}
	.col-lg-8{
		width: 66.66667%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-12{
		width: 100%;
	}
}
@media (min-width: 1200px){

	.col-xl-1{
		width: 8.33333%;
	}
	.col-xl-2{
		width: 16.66667%;
	}
	.col-xl-3{
		width: 25%;
	}
	.col-xl-4{
		width: 33.33333%;
	}
	.col-xl-5{
		width: 41.66667%;
	}
	.col-xl-6{
		width: 50%;
	}
	.col-xl-7{
		width: 58.33333%;
	}
	.col-xl-8{
		width: 66.66667%;
	}
	.col-xl-9{
		width: 75%;
	}
	.col-xl-10{
		width: 83.33333%;
	}
	.col-xl-11{
		width: 91.66667%;
	}
	.col-xl-12{
		width: 100%;
	}
}


/* ---------------------------
	Media query
--------------------------- */
/* Portrait tablet to landscape and desktop */
@media (max-width: 1023px) {

	#header {
		position: static;
		height: auto;
	}
	#header .logo {
		position: static;
	}
	#header .logo img {
		height: 100px;
	}
	#header .social {
		display: none;
	}
	#header .menu-mobile {
		display: none;
	}
	#header.menu-active .menu-mobile,
	#header .menu-bars {
		display: block;
	}

	#nav {
		padding-bottom: 20px;
	}
	#nav ul {
		margin-left: 0;
	}
	#nav ul ul {
		display: block;
		position: static;
		margin: 0;
		width: 100%;
	}
	#nav li {
		margin-left: 0;
		display: block;
		text-align: center;
	}
	#nav #menu-header > li:nth-child(1),
	#nav #menu-header > li:nth-child(3) {
		margin-left: 0;
	}
	#nav li a {
		padding: 10px 0;
		line-height: 30px
	}

	.vc_custom_1464948492393,
	.vc_custom_1465235158685,
	.page-pagans-pillar .vc_row[data-vc-full-width],
	.page-born-in-a-day .vc_row[data-vc-full-width],
	.page-long-arm .vc_row[data-vc-full-width],
	.page-beers .vc_row[data-vc-full-width],
	.page-brewhouse .vc_row[data-vc-full-width],
	.page-home .vc_row[data-vc-full-width] {
		min-height: 300px !important;
		padding-top: 0 !important;
	}

	.vc_custom_1465209164273,
	.vc_custom_1465456866009 {
		margin-top: 0 !important;
	}
	
	.vc_custom_1478696840890,
	.vc_custom_1465209164273,
	.vc_custom_1465810204016,
	.vc_custom_1465459173826 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.page-privacy-statement #main,
	.page-terms-and-conditions #main,
	.page-post #main,
	.page-blog #main {
		padding: 50px 20px;
	}

	.vc_custom_1465460230927,
	.vc_custom_1465461372531 {
		padding-right: 10% !important;
	}

	.stockist-result li {
		width: 50%;
	}

	.recipes-slider {
		padding: 110px 60px 0;
	}

	.vc_custom_1465469069036 {
		padding-top: 100px !important;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.thumb {
		width: 100%;
		height: 370px;
	}
	.thumb::after {
		display: none;
	}

	#header {
		text-align: left;
	}
	#header .logo {
		display: inline;
	}
	#header .logo img {
		height: 80px;
		margin-left: 10px;
	}

	#footer {
		text-align: center;
	}
	#footer nav li {
		display: block;
	}

	.recipes-slider {
		background-size: cover;
		padding: 120px 20px;
	}
	.recipes-slider a {
		width: 100%;
		float: none;
	}

}

@media (max-width: 480px) {

	.thumb {
		height: 200px;
	}
	.stockist-result li {
		width: 100%;
	}
}
