/*
Theme Name: Burleigh Brewing
Theme URI:
Description: Wordpress Custom theme
Version: 1.0
Author: Thirteen Digital
Author URI: http://thirteendigital.com.au/

Tagline
	font-family: 'Playfair Display', serif;
Heading
	font-family: "bebas-neue",sans-serif;
*/

section, nav, footer, header {
	display: block;
}

.hide {
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
}

a {
	text-decoration: none;
	outline: 0 !important;
}

a img, img {
	border: none;
	outline: 0;
}

a,
input.button,
input[type="submit"],
input[type="button"],
input[type="text"],
.clickable,
a span,
a span span {
	cursor: pointer !important;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	white-space: normal;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

strong {
	font-weight: 700;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button {
	text-transform: uppercase;
	display: inline-block;
	clear: both;
	margin: 20px auto;
	background: #00afd7;
	color: #fff !important;
	width: auto;
	padding: 8px 16px !important;
	font-family: "bebas-neue",sans-serif;
	font-size: 22px !important;
	text-decoration: none !important;
	border-radius: 0 !important;
	border: none;
}

body .gform_wrapper .gform_footer .button, body .gform_wrapper .gform_footer input[type=submit] { margin: 20px auto !important; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover {
	background: #000;
	color: #fff !important;
}

a.gform_anchor {
  padding-top: 140px;
  margin-top: -140px;
  display: inline-block; /* required for webkit browsers */
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

body, input, textarea, select {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	position: relative;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	padding: 200px 0 0 0;
	background: #fbfbfb;
}

body.home {
	padding: 0;
}

.wf-loading {
	visibility: hidden;
}

h1, h2 {
	font-size: 120px;
	line-height: 88px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	font-family: "bebas-neue",sans-serif;
}

h2 {
	font-size: 91px;
	line-height: 65px;
}

h3 {
	font-size: 38px;
	line-height: 34px;
	font-weight: 700;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	color: #000;
}

h4 {
	font-size: 24px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0;
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}
#blue-section h4 {
	color: #fff;
}

.wrap {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.wrap > *:first-child {
	margin-top: 0 !important;
}

.wrap > *:last-child {
	margin-bottom: 0 !important;
}

.short {
	width: 907px !important;
	text-align: center;
}

nav,
footer {
	z-index: 2;
	position: relative;
	overflow: hidden;
	background: #fff;
}

section {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

#fullpage {
	max-height: 85vh;
}

#fullpage .slide {
	background-size: cover;
	background-position: center center;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    border-width: 0;
    border-color: transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 0;
    border-color: transparent;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
	width: 45px;
	height: 45px;
	display: block;
	background: url(images/bg_direction_nav.png) no-repeat 0 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.fp-controlArrow.fp-next {
	background-position: 100% 0;
}
.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover {
	opacity: 1;
}

#overlay {
	height: 100vh;
	background: url(images/overlay.png) 0 0 repeat;
	overflow: hidden;
	text-align: center;
	z-index: 999;
}

.logo {
	width: 622px;
    height: 186px;
    background: url(images/logo.png) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 0 0 0 -311px;
    z-index: 2;
}

.down-arrow {
	display: inline-block;
	position: fixed;
	bottom: 10%;
	left: 50%;
	margin: 0 0 0 -30px;
	opacity: 0.5;
	z-index: 2;
}
.down-arrow:hover {
	opacity: 1;
}
/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

.scrolled .nav-logo {
	height: 54px;
	width: 231px;
	margin: 25px 0 25px 3%;
	background: url(images/nav-logo-white.png) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
}

.home .scrolled .nav-logo {
	height: 54px;
	width: 231px;
	margin: 25px 0 25px 3%;
	background: url(images/nav-logo-white.png) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
}

.nav-logo.blue {
	height: 54px;
	width: 231px;
	margin: 25px 0;
	background: url(images/nav-logo-white.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 999999999999;
}

.divider {
	overflow: hidden;
	background: url(images/divider.png) center center no-repeat;
	text-align: center;
	color: #00afd7;
	padding: 40px 0 20px 0;
}

.divider-white-x {
	overflow: hidden;
	background: url(images/divider-white-x.png) center center no-repeat;
	text-align: center;
	padding: 20px 0 40px 0;
}

.space {
	clear: both;
	overflow: hidden;
	height: 60px;
	width: 100%;
}

.social-links i {
	font-size: 30px;
	line-height: 30px;
	padding: 0 6px;
}

.social-links a {
	color: #00afd7;
}
.social-links a:hover {
	color: #000;
}

a.hours {
	color: #00afd7;
	padding: 6px 12px;
	border: 1px solid #00afd7;
	display: inline-block;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
}
a.hours:hover {
	border: 1px solid #fff;
	background: #fff;
}

/*
Header menu for devices > 1021px
*/

.header-nav {
	float: right;
	margin-top: 19px;
	margin-right: 3%;
	position: relative;
	z-index: 9999;
}

.header-nav .header-menu, .header-nav .social-links { float: left; }

.header-menu {
	list-style: none;
	margin-bottom: 0;
	margin-right: 18px;
	padding-left: 0;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
	position: relative;
	z-index: 9999;
}

.header-menu li {
	position: relative;
	float: left;
	z-index: 99999;
}

.header-menu a {
	position: relative;
	font-size: 25px;
	line-height: 85px;
	padding: 0 12px;
	display: block;
	color: #fff;
}

.header-menu > li > a:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 52px;
	height: 9px;
	margin-left: -26px;
	background: url(images/icon-nav.png);
	display: none;
}

.header-menu > .current-menu-item > a:before, .header-menu > .current-menu-ancestor > a:before {
	display: block;
}

.header-menu > li > a:hover, .header-menu > .current-menu-item > a, .header-menu > .current-menu-ancestor > a { color: #00afd7; }

.header-menu ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	margin: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	list-style: none;
	top: 100%;
	left: 0;
	float: left;
	z-index: 999999999;
	width: 179px;
	padding: 4px 19px;
	background: #00afd7;
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.header-menu ul:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #0d0e0d;
}

.header-menu li:hover > ul {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
}

.header-menu ul li {
	float: none;
	border-bottom: 2px solid #fff;
}

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

.header-menu ul a {
	font-size: 23px;
	line-height: 1em;
	padding: 12px 0;
	color: #fff;
}

.header-nav .social-links { margin-top: 31px; }

.header-nav .social-links a:hover { color: #fff; }

.header-nav .social-links i {
	font-size: 22px;
	line-height: 22px;
	padding: 0 5px;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

nav {
	background: transparent;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
}

body.open-nav nav {
	height: 100%;
}
/*
nav.closed {
	min-height: 10px !important;
}
*/
.open-nav {
	overflow-y: hidden;
}
.open-nav nav {
	overflow-y:scroll;
}

nav.scrolled {
	background-color: #000;
	opacity: 1;
}

.toggle {
	z-index: 999999;
	background-color: #000;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.95;
	display: none;
}
.toggle .divider {
    background: url(images/divider.png) top center no-repeat;
}
.toggle p {
	font-weight: 900;
}
.toggle .social-links a:hover { color: #fff; }
nav .wrap {
	min-height: 110px;
	width: 90%;
	padding: 0 5%;
	overflow: visible;
}

.mobile-nav {
	display: none;
	padding: 0;
}

nav #main {
	list-style: none;
	margin: 40px 0;
	padding: 0;
	display: block;
}

.icon {
	display: none;
	color: #fff;
	z-index: 999999999999;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 16px;
	right: 3%;
}

.icon:hover {
	color: #00afd7;
}

.mobile-menu {
	padding: 100px 0 40px 0;
	margin: 0;
	list-style: none;
	z-index: 999999;
	display: block;
}

.mobile-menu > li {
	display: block !important;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100% !important;
	text-align: center;
}

.mobile-menu li a {
	display: block;
	padding: 0 0 10px 0;
	border-left: none;
	text-align: right;
	height: auto;
	width: auto;
	color: #000;
	font-size: 47px;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	font-family: "bebas-neue",sans-serif;
}

.mobile-menu li a.on, .mobile-menu li a:hover { color: #00afd7; }

.mobile-menu > .current-menu-item > a, .mobile-menu > .current-menu-ancestor > a { color: #00afd7; }

.mobile-menu .sub-menu {
	position: relative;
    margin: 0;
    padding: 10px 0;
    min-width: 0;
    top: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    z-index: 99999;
}

.mobile-menu li .sub-menu a {
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
}

.mobile-menu a .fa {
	font-size: 24px;
	vertical-align: middle;
	margin-left: 10px;
	color: #00afd7;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

.fullwidth {
	width: 100%;
	padding: 70px 0;
	clear: both;
	box-sizing: border-box;
}
.fullwidth.title-area-fullwidth {
	padding: 30px 0;
}
.page-id-81 .fullwidth,
.page-id-82 .fullwidth {
	padding: 0 0 4% 0;
}

.two-col,
.three-col,
.four-col {
	clear: both;
	overflow: hidden;
}

.one-half {
	overflow: hidden;
	float: left;
	padding: 8%;
	width: 34%;
	text-align: center;
}

.one-third {
	overflow: hidden;
	float: left;
	width: 33.33333%;
	display: inline-block;
}

.one-quarter {
	overflow: hidden;
	float: left;
	margin: 0 2%;
	width: 21%;
	text-align: center;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

.white-foam {
	background-color: #fbfbfb;
}

.welcome-text {
	overflow: hidden;
	text-align: center;
	padding: 74px 0;
	width: 80% !important;
}

.welcome-text p {
	font-size: 53px;
	font-weight: 400;
	line-height: 53px;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
}
.welcome-text p .blue {
	color: #00afd7;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

.one-third {
	position: relative;
	text-align: center;
}

.one-third .outer-title {
	position: relative;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	padding: 15px 0;
	background: #00afd7;
	width: 90%;
	position: absolute;
	bottom: 5%;
	left: 5%;
	opacity: 0.95;
}

.one-third .title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 15px 0;
	color: #fff;
	font-family: "bebas-neue",sans-serif;
}

.hover-content {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 70%;
	height: 70vh;
	color: #000;
	font-size: 16px;
    line-height: 19px;
	padding: 15%;
}

.hover-content .button{
	margin: 0 auto 20px auto;
}

.divider-dash {
	width: 100%;
	display: block;
	background: url(images/sub-title.png) center bottom no-repeat;
	height: 5px;
	margin: 0 0 15px 0;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

h3.tagline {
	padding: 0 0 10px 0;
}

#content {
	min-height: 500px;
}

#content a {
	font-weight: 600;
	text-decoration: underline;
}

#background-image {
	background-size: cover !important;
	color: #fff !important;
	position: relative;
	overflow: hidden;
	padding: 11% 0;
	box-sizing: border-box;
}

#background-image .overlay {
    height: 100%;
    background: url(images/overlay.png) 0 0 repeat;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#content #background-image > div {
	z-index: 9;
}

#content .bg-white {
	background: transparent;
}
#content .bg-blue {
	background: #00afd7;
	color: #fff;
}

#content .bg-blue a {
	color: #fff;
}

#content .bg-blue a:hover {
	color: #fff;
}

#content #background-image p,
#content #background-image li,
#content #background-image th,
#content #background-image td {
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

#content #background-image p {
	font-weight: 900;
}

#content #background-image h2,
#content #background-image h3,
#content #background-image h4 {
	color: #fff;
	margin: 0 0 8px 0;
}

.clip #content #background-image h2 {
	background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
    line-height: 28px;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    font-family: "bebas-neue",sans-serif;
    background: url(images/sub-title-white.png) center bottom no-repeat;
    -webkit-background-clip: none;
    -webkit-text-fill-color: inherit;
}

#content h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 31px;
	line-height: 28px;
	margin: 0 0 35px 0;
	font-family: "bebas-neue",sans-serif;
	color: #00afd7;
}

#content p,
#content ul,
#content ol {
	margin: 0 0 25px 0;
}

#content .flexslider ul {
	margin: 0 !important;
}

#content table strong {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 19px;
	line-height: 18px;
	margin: 0 0 35px 0;
	font-family: "bebas-neue",sans-serif;
	color: #00afd7;
}

.clip #content h2,
.clip #content .one-half h2,
#content .one-half h2,
.subtitle {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 31px;
	line-height: 28px;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	font-family: "bebas-neue",sans-serif;
	background: url(images/sub-title.png) center bottom no-repeat;
	-webkit-background-clip: none;
    -webkit-text-fill-color: inherit;
}

#content .bg-blue .subtitle,
.clip #content .one-half h2,
#content .one-half h2 {
	color: #fff;
}

#content .bg-white .subtitle,
.clip #content .bg-white h2,
#content .bg-white h2 {
	color: #00afd7;
}

#content .gform_wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#content .gform_wrapper .gform_body {
    width: 100%;
    margin: 0;
}
body .bg-white .gform_wrapper input[type="text"],
body .bg-white .gform_wrapper input[type="url"],
body .bg-white .gform_wrapper input[type="email"],
body .bg-white .gform_wrapper input[type="tel"],
body .bg-white .gform_wrapper input[type="number"],
body .bg-white .gform_wrapper input[type="password"],
body .bg-white .gform_wrapper textarea,
body .fullwidth .gform_wrapper input[type="text"],
body .fullwidth .gform_wrapper input[type="url"],
body .fullwidth .gform_wrapper input[type="email"],
body .fullwidth .gform_wrapper input[type="tel"],
body .fullwidth .gform_wrapper input[type="number"],
body .fullwidth .gform_wrapper input[type="password"],
body .fullwidth .gform_wrapper textarea {
	background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    border: 2px solid #00afd7;
}

body .fullwidth .gform_wrapper textarea {
	padding: 10px !important;
	width: 97% !important
}

body .gform_wrapper li textarea {
	height: auto;
}

#gform_page_5_1 textarea {
	height: 44px;
	overflow: hidden;
}

body .gform_wrapper .gform_page_footer {
    margin: 0;
    width: 99%;
    border-top: none;
    padding: 0;
    clear: both;
    text-align: center;
}

#gform_page_5_1 .gform_page_footer {

}


body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    display: none;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 19px;
    text-transform: uppercase;
    color: #00afd7;
    font-weight: 600;
    vertical-align: top;
    font-size: 16px;
}


body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 8px 8px 0;
    vertical-align: top;
    background: url(images/checkbox-blue.png) 0px top no-repeat;
    background-size: 15px 30px;
    cursor: pointer;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label span {
    background: url(images/checkbox-blue.png) 0px -15px no-repeat;
    background-size: 15px 30px;
}

body .bg-blue .gform_wrapper .gfield_checkbox li label,
body .bg-blue .gform_wrapper .gfield_radio li label {
	color: #00afd7;
}
body .bg-blue .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label span {
    background: url(images/checkbox-white.png) 0px top no-repeat;
    background-size: 15px 30px;
}
body .bg-blue .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label span {
    background: url(images/checkbox-white.png) 0px -15px no-repeat;
    background-size: 15px 30px;
}

body .gfield_required {
	display: none;
}


body .fullwidth ::-webkit-input-placeholder,
body .bg-white ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}
body .fullwidth :-moz-placeholder,
body .bg-white :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #00afd7;
	opacity: 1;
	font-family: "bebas-neue",sans-serif;
}
body .fullwidth ::-moz-placeholder,
body .bg-white ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #00afd7;
	opacity: 1;
	font-family: "bebas-neue",sans-serif;
}
body .fullwidth :-ms-input-placeholder,
body .bg-white :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}
body .fullwidth :placeholder-shown,
body .bg-white :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}

body .gform_wrapper li input,
body .gform_wrapper li textarea {
    margin-top: 0 !important;
}
body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-bottom: 0;
}
body .bg-blue .gform_wrapper input[type="text"],
body .bg-blue .gform_wrapper input[type="url"],
body .bg-blue .gform_wrapper input[type="email"],
body .bg-blue .gform_wrapper input[type="tel"],
body .bg-blue .gform_wrapper input[type="number"],
body .bg-blue .gform_wrapper input[type="password"],
body .bg-blue .gform_wrapper textarea {
	background: #fff;
	border: none;
    border-radius: 0;
}

body .ginput_container_select select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background: transparent;
	background-image: url(images/select.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	border: none;
	font-family: "bebas-neue",sans-serif;
	padding: 10px !important;
    vertical-align: middle;
    font-weight: 300;
    font-size: 19px !important;
	line-height: 1;
	border: 2px solid #00afd7;
	border-radius: 0;
	-webkit-appearance: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px !important;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	color: #00afd7;
}

body .ginput_container_select select::-ms-expand {
    display: none; /* to ie 10 */
}

body .bg-white .ginput_container_select select {
	background-image: url(images/select-white.png),
	  -webkit-linear-gradient(#00afd7, #00afd7 40%, #00afd7);
	background-image: url(images/select-white.png),
	  -o-linear-gradient(#00afd7, #00afd7 40%, #00afd7);
	background-image: url(images/select-white.png),
	  linear-gradient(#00afd7, #00afd7 40%, #00afd7);
	  color: #fff;
}

body .bg-blue .ginput_container_select select {
    background-image: url(images/select.png),
	  -webkit-linear-gradient(#fff, #fff 40%, #fff);
	background-image: url(images/select.png),
	  -o-linear-gradient(#fff, #fff 40%, #fff);
	background-image: url(images/select.png),
	  linear-gradient(#fff, #fff 40%, #fff);
	color: #00afd7;
}

body .ginput_container_select select:focus {
	color: #000;
}

body .gfield_checkbox {
	text-align: center;
}

body .bg-blue ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}
body .bg-blue :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #00afd7;
	opacity: 1;
	font-family: "bebas-neue",sans-serif;
}
body .bg-blue ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #00afd7;
	opacity: 1;
	font-family: "bebas-neue",sans-serif;
}
body .bg-blue :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}
body .bg-blue :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
}

body .gform_wrapper li.hidden_label input,
body .gform_wrapper li.hidden_label textarea {
    margin-top: 4px !important;
}

body .bg-white .button,
body .fullwidth .button {
    background: #00afd7 !important;
    color: #fff;
}
body .bg-white .button:hover,
body .fullwidth .button:hover {
    background: #000 !important;
}

body .bg-blue .button {
    color: #fff !important;
    background: transparent !important;
}
body .bg-blue .button:hover {
    background: #fff !important;
    color: #00afd7 !important;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
    width: 98% !important;
}

body .gform_wrapper .gform_footer {
    text-align: center;
}


.two-up {
	display: block;
	overflow: hidden;
	clear: both;
}

.image-row {
	float: left;
	display: inline-block;
	overflow: hidden;
}

.one-1 {
	width: 100%;
}
.one-2 {
	width: 50%;
}
.one-3 {
	width: 33.3333%;
}
.one-4 {
	width: 25%;
}
.one-5 {
	width: 20%;
}
.one-6 {
	width: 16.666%;
}

.pagelinks {
	margin: 0.5% 0;
	width: 33.0%;
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
}

.pagelinks img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.pagelinks.pos-2 {
	margin: 0.5%;
}

.pagelinks .screen-overlay {
	width: 100%;
	height: 100vh;
	background: url(images/screen-overlay.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.pagelinks span {
	display: block;
}

.triangle {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: url(images/triangle.png) 0 0 no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    opacity: 0.67;
}
.pagelinks:hover .triangle {
	opacity: 1;
}

.triangle-hover {
	position: absolute;
    bottom: 0;
    right: -100%;
    overflow: hidden;
    background: url(images/triangle-hover.png) bottom right no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    opacity: 0.67;
    -webkit-animation: in 1s forwards;
    -moz-animation: in 1s forwards;
    -o-animation: in 1s forwards;
    animation: in 1s forwards;
}
.pagelinks:hover .triangle-hover {
    -webkit-animation: out 1s forwards;
    -moz-animation: out 1s forwards;
    -o-animation: out 1s forwards;
    animation: out 1s forwards;
    display: block;
    opacity: 1;
}

@-webkit-keyframes in {
    from { right: 0; }
    to { right: -100%; }
}
@-moz-keyframes in {
    from { right: 0; }
    to { right: -100%; }
}
@-o-keyframes in {
    from { right: 0; }
    to { right: -100%; }
}
@keyframes in {
    from { right: 0; }
    to { right: -100%; }
}

@-webkit-keyframes out {
    from   { right: -100%; }
    to { right: 0; }
}
@-moz-keyframes out {
    from   { right: -100%; }
    to { right: 0; }
}
@-o-keyframes out {
    from   { right: -100%; }
    to { right: 0; }
}
@keyframes out {
    from   { right: -100%; }
    to { right: 0; }
}

.button-text {
	position: absolute;
    top: 40%;
    left: 20%;
    overflow: hidden;
    background-size: 100%;
    width: 60%;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    font-family: "bebas-neue", sans-serif !important;
    font-weight: 400;
    color: #00afd7;
    z-index: 999;
    font-size: 40px;
    -webkit-transform: translateY(-20%);
	   -moz-transform: translateY(-20%);
	    -ms-transform: translateY(-20%);
	     -o-transform: translateY(-20%);
    		transform: translateY(-20%);
}

.pagelinks:hover .button-text {
	 background: #000;
    color: #fff;
}

.wp-video {
    margin: 0 auto;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

.divider-black {
	background: url(images/divider-black-x.png) center center no-repeat;
	min-height: 100px;
}

.single .divider-black {
	min-height: 60px;
}

.cats {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

.cats li {
	display: inline-block;
	margin: 0 3px;
}

.cats li a {
	display: inline-block;
	overflow: hidden;
	border: 2px solid #00afd7;
	color: #00afd7;
	padding: 5px 15px;
	font-family: "bebas-neue", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}

.cats li.current-cat a,
.cats li a:hover {
	background: #00afd7;
	color: #fff;
}

.post {
	border: 2px solid #00afd7;
	background: #fff;
	margin: 0 2% 2% 0;
	position: relative;
	text-align: left;
	width: 23%;
	display: block;
	overflow: hidden;
	min-height: 371px;
}
.post-list:hover .post {
	opacity: 0.5;
}

.post-list .post.on {
	opacity: 1 !important;
}

.post span {
	display: block;
}

.post.pos-3 {
	margin: 0 0 2% 0;
}

.thumb {
	overflow: hidden;
	border-bottom: 2px solid #00afd7;
}

.thumb span {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	background: #00afd7;
	padding: 6px 12px;
	font-family: "bebas-neue", sans-serif;
}
.on .thumb span {
	background: #000;
}

.post-intro {
	padding: 5%;
}

.post-date {
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0;
	display: block;
	color: #00afd7;
	font-weight: 900;
}

.post-title {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 28px;
	font-weight: 400;
	margin: 10px 0;
	display: block;
	font-family: "bebas-neue", sans-serif;
	color: #000;
}

.loading {
	text-align: center;
	display: block;
	margin: 20px auto;
}

.next-post {
	visibility: hidden;
	display: none;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
Single blog
*/
.single-know_beer .color-blue h1,
.single-post .color-blue h1,
.clip.single-know_beer .color-blue h1,
.clip.single-post .color-blue h1 {
    color: #000;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    font-size: 60px;
    line-height: 50px;
}
.single-know_beer .single-date,
.single-post .single-date {
    margin: 50px 0 10px;
    font-size: 18px;
	line-height: 18px;
	display: block;
	color: #00afd7;
	font-weight: 900;
}
.single-know_beer .addthis_sharing_toolbox,
.single-post .addthis_sharing_toolbox {
    float: none;
    display: inline-block;
    min-height: 32px;
}
.single-know_beer .addthis_sharing_toolbox .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.single-know_beer .addthis_sharing_toolbox .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span,
.single-post .addthis_sharing_toolbox .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.single-post .addthis_sharing_toolbox .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #000 !important;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
Single beer
*/

.single-bottles {
	text-align: center;
	overflow: hidden;
}

.single-bottles:hover a {
	opacity: 0.5;
}

.single-bottles a.on {
	opacity: 1 !important;
}

.intro-beers {
	position: relative;
	overflow: visible;
	/*background: url(images/divider.png) center 100px no-repeat;*/
	padding: 80px 0 0 0;
	margin: 0  auto;
	width: 75%;
	text-align: center;
}

.intro-beers h1 {
	position: absolute;
	top: -50px;
	left: 50%;
	margin: 0 0 0 -251px;
}
.intro-beers h3 {
	position: absolute;
	/*top: 23px;*/
	top: 26px;
	left: 50%;
	/*margin: 0 0 0 -92px;*/
	margin-left: -168px;
	font-size: 68px;
}

.intro-beers p {
	line-height: 23px;
	font-size: 16px;
}
.intro-beers blockquote p {
	font-size: 23px;
	line-height: 30px;
}

.beers {
	padding: 0 0 20px 0;
	color: #fff !important;
}

.single-beer {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}

.image-left .image,
.image-right .image {
	width: 28%;
	max-width: 334px;
	padding: 0;
}
.image-left .info,
.image-right .info {
	width: 55%;
	padding: 0;
	text-align: left;
}

.image-left .image,
.image-right .info {
	float: left;
}

.image-right .image,
.image-left .info {
	float: right;
}

.hero_image {
	width: 100%;
	max-width: 334px;
}

blockquote {
	margin: 40px 0 15px 0;
	padding: 0;
	text-indent: 0;
}

.single blockquote {
	margin: 0;
}

blockquote p,
.single-beer blockquote p {
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
}

.single-beer p {
	line-height: 23px;
	font-size: 16px;
}

.table {
	overflow: hidden;
	clear: both;
}

.table p {
	font-size: 14px;
}

.left-side {
	float: left;
	display: inline-block;
	width: 20%;
	overflow: hidden;
}

.left-side p {
	font-family: "bebas-neue",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 23px;
	margin: 0;
}

.right-side {
	float: right;
	display: inline-block;
	width: 79%;
	overflow: hidden;
}

.color-darkblue .left-side {
	color: #31569a;
}
.color-darkgreen .left-side {
	color: #019858;
}
.color-grey .left-side {
	color: #b2b3b6;
}
.color-lightblue .left-side {
	color: #00afd7;
}
.color-lightgreen .left-side {
	color: #65a245;
}
.color-orange .left-side {
	color: #ea7d42;
}
.color-red .left-side {
	color: #d2232a;
}
.color-yellow .left-side {
	color: #f9e08c;
}
.color-midblue .left-side {
	color: #0065A4;
}

.clip .color-darkblue h1,
.clip .color-darkblue h2 {
	color: #31569a;
	background: url(images/pattern-darkblue-31569a.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-darkgreen h1,
.clip .color-darkgreen h2 {
	color: #019858;
	background: url(images/pattern-darkgreen-019858.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-grey h1,
.clip .color-grey h2 {
	color: #b2b3b6;
	background: url(images/pattern-grey-b2b3b6.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-blue h1,
.clip .color-blue h2 {
	color: #00afd7;
	background: url(images/pattern-lightblue-00afd7.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-lightblue h1,
.clip .color-lightblue h2 {
	color: #00afd7;
	background: url(images/pattern-lightblue-00afd7.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-lightgreen h1,
.clip .color-lightgreen h2 {
	color: #65a245;
	background: url(images/pattern-lightgreen-65a245.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-orange h1,
.clip .color-orange h2 {
	color: #ea7d42;
	background: url(images/pattern-orange-ea7d42.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-red h1,
.clip .color-red h2 {
	color: #d2232a;
	background: url(images/pattern-red-d2232a.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-yellow h1,
.clip .color-yellow h2 {
	color: #f9e08c;
	background: url(images/pattern-yellow-ffd453.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.clip .color-midblue h1,
.clip .color-midblue h2 {
	color: #0065A4;
	background: url(images/pattern-lightblue-00afd7lightblue-00afd7.jpg) top center repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-darkblue h1,
.color-darkblue h2,
.color-darkblue a {
	color: #31569a;
}
.color-darkgreen h1,
.color-darkgreen h2,
.color-darkgreen a {
	color: #019858;
}
.color-grey h1,
.color-grey h2,
.color-grey a {
	color: #b2b3b6;
}
.color-blue h1,
.color-blue h2,
.color-blue a {
	color: #00afd7;
}
.color-lightblue h1,
.color-lightblue h2,
.color-lightblue a {
	color: #00afd7;
}
.color-lightgreen h1,
.color-lightgreen h2,
.color-lightgreen a {
	color: #65a245;
}
.color-orange h1,
.color-orange h2,
.color-orange a {
	color: #ea7d42;
}
.color-red h1,
.color-red h2,
.color-red a {
	color: #d2232a;
}
.color-yellow h1,
.color-yellow h2,
.color-yellow a {
	color: #f9e08c;
}
.color-midblue h1,
.color-midblue h2,
.color-midblue a {
	color: #0065A4;
}

.single-beer a:hover,
.intro-beers a:hover {
	color: #000;
}

.single-beer hr {
	height: 1px;
	width: 100%;
	clear: both;
	border: none;
	margin: 45px 0;
}

.single-beer .one-half hr {
	margin: 10px 0;
}

.single-beer .one-half hr:first-of-type {
	margin-top: 20px;
}

.color-darkblue hr,
.color-darkblue .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-darkblue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #31569a !important;
}
.color-darkgreen hr,
.color-darkgreen .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-darkgreen .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #019858 !important;
}
.color-grey hr,
.color-grey .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-grey .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #b2b3b6 !important;
}
.color-blue hr,
.color-blue .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-blue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #00afd7 !important;
}
.color-lightblue hr,
.color-lightblue .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-lightblue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #00afd7 !important;
}
.color-lightgreen hr,
.color-lightgreen .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-lightgreen .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #65a245 !important;
}
.color-orange hr,
.color-orange .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-orange .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #ea7d42 !important;
}
.color-red hr,
.color-red .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-red .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #d2232a !important;
}
.color-yellow hr,
.color-yellow .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-yellow .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #f9e08c !important;
}
.color-midblue hr,
.color-midblue .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.color-midblue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #0065A4 !important;
}

section.beers .single-beer .at-share-tbx-element.addthis_32x32_style .at-share-btn:hover span,
section.beers .single-beer .at-share-tbx-element.addthis_32x32_white_style .at-share-btn:hover span {
	background: #000 !important;
}

.single .color-blue .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.single .color-blue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span.
.single .color-lightblue .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.single .color-lightblue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #000 !important;
}

.single .color-blue .at-share-tbx-element.addthis_32x32_style .at-share-btn:hover span,
.single .color-blue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn:hover span {
	background: #00afd7 !important;
}

.single .color-lightblue .at-share-tbx-element.addthis_32x32_style .at-share-btn:hover span,
.single .color-lightblue .at-share-tbx-element.addthis_32x32_white_style .at-share-btn:hover span {
	background: #00afd7 !important;
}

hr {
	margin: 35px 0;
}

.fullwidth hr,
.page-template-default .color-blue hr {
	overflow: hidden;
	background: transparent url(images/divider.png) center center no-repeat !important;
	text-align: center;
	color: #00afd7;
	padding: 20px 0;
}

#blue-section .fullwidth hr { background-image: url(images/divider-white-x.png) !important; }

.addthis_sharing_toolbox {
	float: left;
	display: inline-block;
	min-height: 32px;
	margin: 0 0 20px 0;
}
.beer-btn {
	float: left;
	display: inline-block;
	padding: 2.5px 10px !important;
	margin: 1px 0 0 4px;
	clear: none;
}
.color-darkblue .beer-btn {
	background: transparent;
	border: 2px solid #31569a;
}
.color-darkgreen .beer-btn {
	background: transparent;
	border: 2px solid #019858;
}
.color-grey .beer-btn {
	background: transparent;
	border: 2px solid #b2b3b6;
}
.color-lightblue .beer-btn {
	background: transparent;
	border: 2px solid #00afd7;
}
.color-lightgreen .beer-btn {
	background: transparent;
	border: 2px solid #65a245;
}
.color-orange .beer-btn {
	background: transparent;
	border: 2px solid #ea7d42;
}
.color-red .beer-btn {
	background: transparent;
	border: 2px solid #d2232a;
}
.color-yellow .beer-btn {
	background: transparent;
	border: 2px solid #f9e08c;
}
.color-midblue .beer-btn {
	background: transparent;
	border: 2px solid #0065A4;
}


.color-darkblue .beer-btn:hover {
	background: #31569a;
}
.color-darkgreen .beer-btn:hover {
	background: #019858;
}
.color-grey .beer-btn:hover {
	background: #b2b3b6;
}
.color-lightblue .beer-btn:hover {
	background: #00afd7;
}
.color-lightgreen .beer-btn:hover {
	background: #65a245;
}
.color-orange .beer-btn:hover {
	background: #ea7d42;
}
.color-red .beer-btn:hover {
	background: #d2232a;
}
.color-yellow .beer-btn:hover {
	background: #f9e08c;
}
.color-midblue .beer-btn:hover {
	background: #0065A4;
}

.want-more {
	text-align: center;
	border-top: 1px solid #00afd7;
}

.want-more-logo:hover img {
	opacity: 0.8;
}

.want-more-logo img {
	max-width: 107px;
	margin: 0 10px;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
Contact page
*/

.blockquote {
	font-size: 23px;
	line-height: 26px;
	text-align: center;
	width: 80%;
	margin: 0 auto 35px auto;
}
.contact-deets {
	margin: 20px auto 50px auto;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.contact-deets strong {
	color: #00afd7;
	text-transform: uppercase;
	font-family: "bebas-neue",sans-serif;
	width: 60%;
	font-size: 19px;
	font-weight: 400;
}
.left-info {
	float: left;
	display: inline-block;
	width: 50%;
	border-right: 1px solid #00afd7;
}
.right-info {
	float: right;
	display: inline-block;
	width: 49%;
}
.contact-form {
	overflow: hidden;
	clear: both;
}

.page-id-325 .fullwidth {
    padding: 0;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/


.page-template-page-beer-list-php,
.page-template-page-abitontheside-php {
	background: #0d0e0d;
}
.page-template-page-beer-list-php h3,
.page-template-page-abitontheside-php h3,
.page-template-page-beer-list-php .intro-beers p,
.page-template-page-abitontheside-php .intro-beers p {
	color: #fff;
}

.page-template-page-abitontheside-php .intro-beers {
	background: none;
	padding: 0;
}
.page-template-page-abitontheside-php .intro-beers h1 {
	margin: 0;
	top: 0;
	left: 0;
	position: relative;
}
.page-template-page-abitontheside-php .intro-beers h3 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    line-height: 34px;
    font-size: 38px;
}
.page-template-page-abitontheside-php blockquote {
    margin: 0px 0 15px 0;
}

.page-template-page-abitontheside-php #blue-section h2,
.page-template-page-abitontheside-php #grey-section h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
    line-height: 28px;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    font-family: "bebas-neue",sans-serif;
    background: url(images/sub-title-white.png) center bottom no-repeat !important;
    -webkit-background-clip: none;
    -webkit-text-fill-color: inherit;
    color: #fff;
}
.page-template-page-abitontheside-php #grey-section h2 {
	background: url(images/sub-title.png) center bottom no-repeat !important;
}
.page-template-page-abitontheside-php .want-more-logo img {
    max-width: 60px;
    margin: 0;
}
.page-template-page-abitontheside-php .want-more {
    border-top: none;
    padding: 120px 0 80px 0;
}

#blue-section {
	text-align: center;
	background: #00afd7;
	background-size: cover;
	color: #fff;
	padding: 2% 0;
}
.clip #blue-section h2,
#blue-section h2 {
	-webkit-text-fill-color: #fff;
	text-fill-color: #fff;
	color: #fff;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
    line-height: 28px;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    font-family: "bebas-neue",sans-serif;
    background: url(images/sub-title-white.png) center bottom no-repeat !important;
    -webkit-background-clip: none;
    -webkit-text-fill-color: inherit;
    color: #fff;
}

body #blue-section .gform_wrapper input[type="text"],
body #blue-section .gform_wrapper input[type="url"],
body #blue-section .gform_wrapper input[type="email"],
body #blue-section .gform_wrapper input[type="tel"],
body #blue-section .gform_wrapper input[type="number"],
body #blue-section .gform_wrapper input[type="password"],
body #blue-section .gform_wrapper textarea {
	border: 2px solid #fff;
}

body #blue-section ::-webkit-input-placeholder {
	color: #fff;
}
body #blue-section :-moz-placeholder {
	color: #fff;
}
body #blue-section ::-moz-placeholder {
	color: #fff;
}
body #blue-section :-ms-input-placeholder {
	color: #fff;
}
body #blue-section :placeholder-shown {
	color: #fff;
}

body #blue-section .button {
    border: 2px solid #fff !important;
    background: #fff !important;
    color: #00afd7 !important;
    white-space: normal;
}

body #blue-section .button:hover {
    border: 2px solid #000 !important;
    background: #000 !important;
}

#blue-section a {
	color: #fff;
}
#white-section a {
	color: #00afd7;
}
#white-section a:hover {
	color: #00afd7;
}

#grey-section {
	text-align: center;
	background: #b4b4b4;
	background-size: cover;
	padding: 2% 0;
}

.page-template-page-abitontheside-php #grey-section h2 {
	color: #000;
}
body #grey-section .gform_wrapper input[type="text"],
body #grey-section .gform_wrapper input[type="url"],
body #grey-section .gform_wrapper input[type="email"],
body #grey-section .gform_wrapper input[type="tel"],
body #grey-section .gform_wrapper input[type="number"],
body #grey-section .gform_wrapper input[type="password"],
body #grey-section .gform_wrapper textarea {
	border: 2px solid #000;
}

body #grey-section ::-webkit-input-placeholder {
	color: #000;
}
body #grey-section :-moz-placeholder {
	color: #000;
}
body #grey-section ::-moz-placeholder {
	color: #000;
}
body #grey-section :-ms-input-placeholder {
	color: #000;
}
body #grey-section :placeholder-shown {
	color: #000;
}
body #grey-section .button {
    border: 2px solid #000 !important;
    background: transparent !important;
    color: #000;
}

body #grey-section .button:hover,
body #blue-section .button:hover {
    border: 2px solid #000 !important;
    background: #000 !important;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
Woocommerce */

.woocommerce-result-count,
.woocommerce-ordering,
.post-type-archive-product .flex-title,
.woocommerce div.product form.cart .variations td.label {
	display: none;
	padding: 0;
}

.woocommerce #content table {
    margin: 0;
    padding: 0;
}

.center,
ul.products {
	text-align: center;
}
.center {
	margin-bottom: 40px;
}

.flex-title,
.woocommerce ul.products li.product h3,
.woocommerce-thankyou-order-received {
    font-family: "bebas-neue",sans-serif;
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    padding: 0;
}

.woocommerce #content a {
	text-decoration: none;
}
.woocommerce ul.products li.product .price {
    color: #00afd7;
    display: block;
	font-size: 21px;
    line-height: 23px;
    margin: 0;
    font-family: "bebas-neue",sans-serif;
}
p.product-price-disclaimer {
	font-weight: 600;
	font-size: 13px;
	display: block;
	clear: left;
	text-transform: uppercase;
	line-height: 25px;
}
#blue-section ul.products li.product .price {
	color: #000;
}

#shop-slider {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 0 0 40px 0;
	overflow: hidden;
}
.woocommerce div.product .stock {
	color: #00afd7;
}
.woocommerce div.product div.summary {
    margin-bottom: 40px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce div.product div.summary .flex-title {
    font-size: 31px;
    line-height: 32px;
    color: #000;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 31px;
	line-height: 28px;
	padding: 0 0 30px 0;
    margin: 0 0 25px 0 !important;
	font-family: "bebas-neue",sans-serif;
	background: url(images/sub-title.png) left bottom no-repeat;
	-webkit-background-clip: none;
    -webkit-text-fill-color: inherit;
}

.woocommerce-page #content .woocommerce-loop-product__title {
	background-position: center bottom;
}

.woocommerce-checkout #content h2,
.woocommerce-account #content h2 {
    margin: 40px 0 25px 0 !important;
}

.woocommerce .quantity .qty {
    float: left;
    margin: 0 2px 0 0;
    background: #00afd7;
    color: #fff;
    padding: 10px 5px 10px 10px;
    font-family: "bebas-neue",sans-serif;
    width: 30px;
    border: none;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #00afd7;
    vertical-align: middle;
    float: left;
    clear: none;
    margin: 0;
    font-family: "bebas-neue",sans-serif;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #000;
}

body table.shop_table tr.order td.order-actions a.print-invoice {
    background-position: 0 0 ;
    text-indent: 0;
}

.woocommerce .at-share-tbx-element.addthis_32x32_style .at-share-btn span,
.woocommerce .at-share-tbx-element.addthis_32x32_white_style .at-share-btn span {
	background: #000 !important;
}

.woocommerce div.swatch-wrapper {
    padding: 0;
    border: none;
    float: left;
    margin: 0 5px 0 0;
}

.woocommerce div.swatch-wrapper img {
	opacity: 0.5;
}

.woocommerce div.swatch-wrapper.selected img {
	opacity: 1;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #00afd7;
    color: #fff;
}

.woocommerce .woocommerce-message {
    border-top-color: #00afd7;
}
.woocommerce .woocommerce-message:before {
    color: #00afd7;
}

#content .woocommerce {
	text-align: left;
}

#content .woocommerce p,
#content .woocommerce ul,
#content .woocommerce ol {
	margin: 0 0 8px 0;
}

#content .woocommerce h3 {
	font-size: 28px;
	line-height: 31px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	color: #000;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
}

#content .woocommerce form .form-row label {
	display: none;
}

#content .woocommerce form .form-row .wc-terms-and-conditions label {
	display: block;
}

#content .woocommerce form .form-row input[type="checkbox"] + label {
	display: inline-block;
}

#content #customer_login .form-row  label {
	display: block;
}

#content .woocommerce form .select2-chosen {
	color: #00afd7;
	font-family: "bebas-neue",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#content .woocommerce form a {
	text-decoration: none;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #00afd7;
    color: #000;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #00afd7;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce .checkout_coupon input.button,
#content #customer_login .button {
	margin: 0 !important;
}
.gift-certificate-show-form > p:after {
	content: "Note: Before entering an Email address please be aware that if you intend for this coupon to be redeemed by a third party – please enter THEIR Email address by ticking the 'Gift coupons to someone else' box.  If you do enter your Email address and forward to a friend, please be aware that the gift recipient will require your Email address to redeem the coupon.";
	margin: 10px 0 10px 0;
	display: block;
	font-weight: bold;
	width: 92%;
	color: #00afd7;
}
.gift-certificate-receiver-detail-form textarea.gift_receiver_message {
	width: 90%;
	padding: 20px;
	border: 1px solid #dbdbdb;
}
.gift-certificate-receiver-detail-form input.gift_receiver_email {
	min-width: 90%;
	margin: 1% 0;
	padding: 19px;
	border: 1px solid #dbdbdb;
	color: #000;
}

#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0 1em;
}

.woocommerce-account .space {
	display: none;
}

.woocommerce-account .fullwidth,
.woocommerce-cart .fullwidth,
.woocommerce-checkout .fullwidth {
	padding-top: 0;
}

#content .woocommerce-message .button {
	margin: 0;
}

mark {
	background: transparent;
	color: #00afd7;
	font-weight: 600;
}

.tax-product_cat #content .flex-title {
	display: none;
}

/*
Defaultblue #00afd7
Cdarkblue #31569a
Cdarkgreen #019858
Cgrey #b2b3b6
C28blue #00afd7
Clightgreen #65a245
Corange #ea7d42
Cred #d2232a
-----------------------------------------------------------------
*/

footer {
	overflow: hidden;
	background: #000;
	padding: 40px 0;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
}

.contact {
	text-align: left;
	font-weight: 600;
}

.contact a.hours {
	color: #fff;
	border: 1px solid #fff;
}
.contact a.hours:hover {
	border: 1px solid #00afd7;
	background: #00afd7;
}

.social {
	text-align: center;
	padding: 40px 0 0 0;
}
.social a {
	color: #00afd7;
	font-size: 32px;
	margin: 0 6px;
}
.social a:hover {
	color: #fff;
}

.copyright {
	text-align: right;
	padding: 10px 0 0 0;
}

.copyright p {
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.copyright a {
	color: #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 6px 0 4px;
}
.copyright a:first-child {
	border-right: none;
	padding: 0 0 0 0;
}
.copyright a:last-child {
	border-right: none;
	padding: 0 0 0 4px;
}
.copyright a:hover {
	color: #00afd7;
}

#return-to-top {
    position: fixed;
    bottom: 0;
    right: 40px;
    background: #00afd7;
    background-color: rgba(0, 175, 215, 0.7);
    width: 50px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
#return-to-top i {
    color: #fff;
    color: rgba(255,255,255,0.8);
    margin: 0;
    position: relative;
    left: 15px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #00afd7;
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}

/*
IE - 9, 10, 11 place holders font-fanily
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body #content input,
	body #content textarea,
	body #content select {
	  font-family: arial, sans-serif !important;
	}
	body #content input.button {
	  font-family: "bebas-neue", sans-serif !important;
	}
}


.woocommerce nav.woocommerce-pagination {
	position: relative;
	display: none;
}

#fancybox-title #fancybox-title-over {
	display: none;
}

.woocommerce-page #content h2 {
	clear: both;
}

#blue-section .upsells h2 {
	margin-bottom: 40px;
}

#content .wc-cat-item a {
	font-weight: 300;
	font-size: 22px;
	padding: 8px 16px;
	margin: 5px;
}

#content .wc-cat {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.woocommerce a.wc-cart-btn {
	margin: 5px;
	vertical-align: middle;
}

.wc-tab {
	margin: 20px 0;
}

.link-anchor {
	display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}