/* 
Theme Name: Worthy Brewing Theme
Theme URI: #
Description: Programmed by FrozenFire

Version: 4.3.1
Author: FrozenFire
Author URI: #
Tags: #

+grey #696a67
+dark grey #31312e
+text grey #5b5b55
+green #83c14a

-------------------------------------------------------------- */
/*@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/
@font-face {
    font-family: 'alternategotno1dregular';
    src: url('fonts/alternategotno1d-webfont.woff2') format('woff2'),
         url('fonts/alternategotno1d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {-webkit-font-smoothing: antialiased; }
a, a:hover, a:active, a:focus, a:visited { outline: 0}
a, a:hover {color: #83c14a }
a[href^=tel] {text-decoration:inherit;color: inherit;}
object, embed {outline: 0;}
select {-webkit-appearance: none;}
input::-moz-focus-inner { border: 0; }
input[type="checkbox"] {-webkit-appearance: checkbox;}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
select::-ms-expand {display: none;}
img {max-width: 100%; height: auto}
body {
font-family: 'Nunito Sans', sans-serif;
font-weight:600;
font-size:1.1em;
line-height:1.6;
color: #5b5b55;
background-color: #f6f3ef
}

body.page-id-5337 {background-color: white}

b, strong {font-weight: 900}
h1,h2,h3,h4,h5,h6 {font-family: 'alternategotno1dregular'; font-weight: normal;margin:30px 0 20px; line-height: 1; letter-spacing: 1px;color: #31312e; position: relative}
h1 {font-size: 4em; letter-spacing: 1px}
h2 {font-size: 2.5em;  position: relative}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.25em}
h6 {font-size: 1em}

p,ul,ol { margin:20px 0 30px}

li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

body { overflow: hidden; }
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#201F1E;
    z-index:99999;
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; 
    top:50%;
    background:url(img/beer-preloader.gif) 50% 50% no-repeat;
	background-size: 64px auto;
    margin:-100px 0 0 -100px;
}

/*form stuff reset*/
form label {line-height: normal!important; font-weight: normal !important}

::-webkit-input-placeholder { /* Chrome */
  color:#31312e;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.75;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #31312e;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.75;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #31312e;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.75;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #31312e;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.75;
}
/*form stuff reset*/


.elegant, a 
{-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}


.coverbk {background-size: cover; background-position: 50% 50%; background-repeat:no-repeat}

.flexboxed {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
min-height: 1em;
}

.page-id-5307 .coverbk.sec-banner,
.page-id-5344 .coverbk.sec-banner{background-position: 50% 100% }



/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}

.alignleft, img.alignleft {
	display: block; margin:0 30px 0 0; float: left
	}
.alignright, img.alignright {
	display: block;margin:0 0 0 30px; float: right
	}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/********### NAV ###********/

.icon-bar {
	width: 36px; 
	height: 2px;
	background-color: white;
	display: block;
	margin-top: 8px
}
 
.navbar-toggler {
border: none;
background: transparent !important;
padding: 15px 0; 
margin-top: -5px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.dropdown-toggle::after {display: none}
.navbar-brand {width: 130px; margin-bottom: -65px;}
.navbar-brand>img {width: 100%}

.navbar {border-bottom: 1px solid rgba(255,255,255,1); padding: 0 15px;	
background: url("img/bk_navbar.jpg") 50% 0% repeat-y; background-size: 100% auto;
position: fixed;top: 0;right: 0;left: 0;z-index: 1030;

-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

body.mobiletouch .navbar {position:relative}

.navbar::before {content: ""; display: block;position: absolute; top:0;left:0;right: 0; bottom: 0; z-index: -2; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.navbar::after {content: ""; display: block; position: absolute; top:0;left:0;right: 0; bottom: 0;background: url("img/nav_wallpaper.jpg") 50% 50% no-repeat; background-size: cover; z-index: -1; opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

.navbar-nav {font-size: 0; width: 100%; padding:70px 0 60px 15px;}
.navbar-nav>li {font-size: 1rem}
.navbar-nav .nav-link {font-family: 'alternategotno1dregular'; font-weight: normal; color: white; text-transform: uppercase; font-size: 1.5em; line-height: .85; white-space: normal; position: relative; display: inline-block; min-width: 70px;letter-spacing: 1px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}

.navbar-nav li.menu-item-5355 .nav-link {display: block}

.navbar-expand-lg .navbar-nav .nav-link {padding-left: 0; padding-right: 0}

li.menu-item-5355 {display: none}

.dropdown-menu {display: block}

.navbar .dropdown-menu {background-color: transparent; padding:0 0 0 15px; margin: 0; border-radius: 0; border-width: 0; z-index: 12}
.navbar .dropdown-menu::after {content: ""; display: block; position: absolute; top:0;left:0;right: 0; bottom: 0;z-index: -1;background: transparent url("img/dropdown_wallpaper.jpg") 50% 50% no-repeat; background-size: cover; opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.25);
box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.25);
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}

.navbar .dropdown-menu .dropdown-item {font-family: 'alternategotno1dregular'; font-weight: normal; color: white; text-transform: uppercase; font-size: 1.25em; padding: 4px 0; line-height: 1.2; position: relative; display: inline-block; width: auto; letter-spacing: 1px;
text-shadow: 0px 0px 10px rgba(0,0,0,0.75);}
.navbar .dropdown-menu .dropdown-item::after, .navbar-nav .nav-link::before {content: ""; display: block; width: 100%; height: 6px; background: url("img/btn_texture.png") 50% 50% no-repeat; background-size: 100% 100%; position: absolute; bottom: 0; left:0;opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}

.navbar-nav .nav-link::before {width:80%; left:0%}

.navbar-nav li.menu-item-5355 .nav-link::before {display: none}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {background-color: transparent;}
.navbar .dropdown-menu .dropdown-item:focus::after,
.navbar .dropdown-menu .dropdown-item:hover::after,
.navbar .dropdown-menu li.current_page_item .dropdown-item::after,
.navbar-nav .nav-link:focus::before, .navbar-nav .nav-link:hover::before,
.navbar-nav li.current_page_item .nav-link::before,
body:not(.single-beer) .navbar-nav li.current_page_parent .nav-link::before,
.single-post li#menu-item-5368 .nav-link::before,
.single-beer li#menu-item-5362 .nav-link::before
{opacity: 1}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav li.current_page_item .nav-link, body:not(.single-beer) .navbar-nav li.current_page_parent .nav-link, .single-post .navbar-nav li#menu-item-5368 .nav-link, .single-beer .navbar-nav li#menu-item-5362 .nav-link {color: #83c14a}

section, article {position: relative;}
section figure {margin: 0}
.sec-banner {padding-bottom: 39.06%; min-height: 320px; z-index: 1}
.page-id-5303 .sec-banner, .page-id-5307 .sec-banner, .page-id-5309 .sec-banner, .page-id-5339 .sec-banner,.page-id-5344 .sec-banner, .page-id-5301 .sec-banner {padding-bottom: 49.48%;}

.page-id-5522 .sec-banner {padding:12% 0 6%; color: white}
.page-id-5522 .sec-banner h3 {padding-bottom: 30px;margin:0 0 30px; position: relative; color: white}
.page-id-5522 .sec-banner h3::after {content: ""; display: block; width: 120px; height: 4px; background-color:#83c14a; position: absolute; bottom: 0; left:50%; margin-left: -60px; }

.sec-banner::after, #intro::after {content: ""; display: block; width: 100%; height: 12px; position: absolute; left:0; right: 0; bottom: 0; z-index: 1; background: url("img/pattern_topper_12px.png") 50% 100% repeat-x; background-size: auto 100%}
.page-id-5339 .sec-banner::after {background-image: url("img/pattern_topper_sky_12px.png")}
.page-id-5305 .sec-banner::after {background-image: url("img/pattern_topper_white.png")}
.page-id-5522 .sec-banner::after {background-image: url("img/pattern_topper_green.png")}

.page-id-5307 .sec-banner::after,
.page-id-5344 .sec-banner::after,
.page-id-5317 .sec-banner::after,
.page-id-5301 .sec-banner::after,
.page-id-5323 .sec-banner::after,
.page-id-5303 .sec-banner::after{display: none}

.sec-banner h1 {color: #83c14a; text-shadow: 0px 0px 10px rgba(0,0,0,0.75); margin-top: 15px;}
.page-id-5522 .sec-banner h1  {margin-top: 30px}
.sec-banner.v2 h1 {color: #83c14a; font-size: 2em}
.sec-banner.v3 h1 {color: #f9e88c; font-size: 2.5em}

.abs {position: absolute;top:0; left:0; right: 0; bottom:0}

.art-banner {text-align:center; color: white; text-transform: uppercase;}
.sec-banner.v3 .art-banner {margin-top: -80px}

.sec-banner.v3 figure {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7) 2%, rgba(0,0,0,0.7) 5%, rgba(0,0,0,0.4) 100%);}

.sec-main {padding: 50px 0; text-align: center;
background: rgb(247,243,240);
background: linear-gradient(180deg, rgba(247,243,240,1) 25%, rgba(231,217,206,1) 100%);
}

.sec-main .art-content {margin-top: -15px}
.sec-blogwrapper{
background: rgb(247,243,240);
background: linear-gradient(180deg, rgba(247,243,240,1) 25%, rgba(231,217,206,1) 100%);
}
.sec-indexed.balanced, .sec-indexed.sec-imglr, .sec-blogwrapper  {padding: 50px 0;}


.icon-scroll,
.icon-scroll:before {
position: absolute;
left: 50%;
}
.icon-scroll::after {content: "SCROLL DOWN"; font-size:12px; color: white; position: absolute; bottom: -25px; white-space: nowrap; left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
 }
.icon-scroll {
width: 24px;
height: 40px;
margin-left: -12px;
box-shadow: inset 0 0 0 2px #fff;
border-radius: 20px;
bottom:45px}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}


ol.superbtn {margin: 0 -15px; padding: 0; font-size: 0; list-style: none}
ol.superbtn>li {text-align: center; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
ol.superbtn>li>a {display: block; padding: 40px 28px; font-size: 3rem;font-family: 'alternategotno1dregular'; font-weight: normal; color: white; letter-spacing: 1px; line-height: 1; position: relative; background-color: rgba(0,0,0,0);
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}

.page-id-5346 ol.superbtn>li>a {padding: 200px 15px 230px}

ol.superbtn>li>a::after {content: ""; display:inline-block;width: 32px; height: 32px; margin-left: 15px; background: url("img/icon_sprites.png") 41.75% 50% no-repeat; background-size: auto 42px}
ol.superbtn>li>a:hover {text-decoration: none; background-color: rgba(0,0,0,.5)}
ol.superbtn>li:nth-child(1) {background-image: url("img/btn_01.jpg")}
ol.superbtn>li:nth-child(2) {background-image: url("img/btn_02.jpg")}

.page-id-5303 .myindex-2 {background-color: white}
.page-id-5303 .myindex-2 ol {margin: 0 -15px; padding: 0; font-size: 0; list-style: none}
.page-id-5303 .myindex-2 ol>li {font-size: 1.1rem;}
.page-id-5303 .myindex-2 ol>li:nth-child(1) {background: url("img/banner_about_02.jpg") 50% 50% no-repeat; background-size: cover}
.page-id-5303 .myindex-2 ol>li:nth-child(1)>ul {padding:50px 15px; margin: 0; list-style: none; }
.page-id-5303 .myindex-2 ol>li:nth-child(1)>ul>li {color: white;font-size: 1.5em;font-family: 'alternategotno1dregular'; font-weight: normal; letter-spacing: 1px;}
.page-id-5303 .myindex-2 ol>li:nth-child(1)>ul>li>img {display: inline-block; margin-right: 15px; vertical-align: middle; width: 42px; height: auto}
.page-id-5303 .myindex-2 ol>li:nth-child(2) {padding: 50px 15px; position: relative}
.page-id-5303 .myindex-2 ol>li:nth-child(2)::before {content: ""; display: block; width: 100%; height: 20px; position: absolute; left:0; top:-20px; background: url("img/pattern_ripper_h_top.png") 50% 50% repeat-x;}
.page-id-5303 .myindex-2 ol>li:nth-child(2) strong {display: block;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2em; letter-spacing: 1px; color: #31312e; position: relative; margin-bottom: 40px; padding-bottom: 0px; line-height: 1}



.page-id-5303 .myindex-3 ol {padding: 0; margin: 50px 0; list-style: none; font-size: 0; text-align: center}
.page-id-5303 .myindex-3 ol>li {margin: 50px 0; font-size: 1rem}
.page-id-5303 .myindex-3 ol>li strong {display: block;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 3em; letter-spacing: 1px; line-height: 1; margin-bottom: -15px}
.page-id-5303 .myindex-3 ol>li img {max-width: 400px; width: 100%; height: auto}
.page-id-5303 .myindex-3 ol>li:nth-child(1) strong {color: #169fc8}
.page-id-5303 .myindex-3 ol>li:nth-child(2) strong {color: #83c14a}


.page-id-5307 .withbkimg.myindex-1 {color: #5b5b55; background-position: 100% 0%}
.page-id-5303 .myindex-4 {background-position: 50% 0%; margin-top: -20px; text-align: center}
.page-id-5303 .myindex-4 img {margin: 4% auto}
.page-id-5303 .myindex-4 h4, .page-id-5303 .myindex-4 h3 {color: white}

.page-id-5303 .myindex-4 .mybtn {margin-top:30px; font-size: 1.5em}


section pre {font-size: 100%; margin: 0}

a.mybtn, section pre>a {display: inline-block;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.75em; letter-spacing: 1px; color: white; background-color: #83c14a; padding: 6px 25px 4px; line-height: 1.2; position: relative;text-transform: uppercase;
}

a.mybtn:hover, section pre>a:hover {text-decoration: none; color: white; background-color: #31312e}

a.mybtn.v2 {border: 2px solid white; background-color: transparent; color: white}
a.mybtn.v2:hover {color: white; background-color: #83c14a; border-color: #83c14a}

/*a.mybtn::after, section pre>a::after {content: "";width: 24px; height: 24px;  display: inline-block; vertical-align: middle;  background: url("img/icon_sprites.png") 25.75% 50% no-repeat; background-size: auto 140%; margin: -6px 0 0 15px;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);}*/

a.mybtn::after, section pre>a::after {content: "";width: 24px; height: 24px;  display: inline-block; vertical-align: middle;  background: url("img/icon_sprites.png") 50% 50% no-repeat; background-size: auto 120%; margin: -6px 0 0 10px;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);}

a.mybtn.rev { color:#83c14a;
background-color: white;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
a.mybtn.rev::after {background-position: 25.5% 50%; background-size: auto 140%}

.page-id-5335 .myindex-1 {padding-top: 0 !important; margin-top: -30px}
ol.faq {padding: 0; margin:0 0 60px; list-style: none; font-size: 0}

ol.faq>li {font-size: .7rem}
li.rectbox {width:calc(50% - 10px); padding-bottom: calc(25% - 5px); margin: 5px;  display: inline-block; position: relative;vertical-align: top}
li.rectbox>article {display: none}
li.rectbox>span {cursor: pointer;  position: absolute; top:0; left:0; right: 0; bottom: 0; z-index: 1; background-color:#83c14a; border: 2px solid #83c14a; color: white; padding:15px 0;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.5em; line-height: 1; text-align: center}
li.rectbox>span.onshow {background-color: white; color:#83c14a }
li.rectbox.bk_blue>span {background-color: #00aeef}
li.rectbox.bk_black>span {background-color: #000000}
li.fullbox {width: 100%; height: 0; opacity: 0;}
li.fullbox>article {padding: 30px 15px; margin: 30px 0; background-color:rgba(255,255,255,1); text-align: left; position: relative;}

li.fullbox>article::before, li.fullbox>article::after {content: ""; display: block; position: absolute; width: 4000px; top:0; bottom: 0;background-color: rgba(255,255,255,1);}
li.fullbox>article::before {left:-4000px;}
li.fullbox>article::after {right: -4000px}
li.fullbox>article a {color: #5b5b55; display:block; text-align: right; font-weight: bold}
li.fullbox>article a::after {content: " >";}
li.fullbox>article a:hover {text-decoration: none; color: #83c14a}

li.fullbox>article ol {padding: 0; margin: 0; font-size: 0; list-style: none; }
li.fullbox>article ol>li {font-size: 1.1rem}


li.fullbox.active {height: auto; opacity: 1}
li.desktop {display: none}
li.mobile {display: block}

.page-id-5307 .myindex-1 {overflow: hidden}
.page-id-5307 .myindex-1 ol {padding: 50px 15px; margin: -50px -15px 50px; list-style: none; text-align: center; background-color: white; position: relative; line-height: 1.4;}
.page-id-5307 .myindex-1 ol::after, .page-id-5307 .myindex-1 ol::before {content: ""; display: block; width: 4000px; height: 100%; background-color: white; position: absolute; top:0; bottom: 0}
.page-id-5307 .myindex-1 ol::before  {left:-4000px}
.page-id-5307 .myindex-1 ol::after  {right:-4000px}
.page-id-5307 .myindex-1 ol>li:not(:last-child) {margin-bottom: 30px}
.page-id-5307 .myindex-1 ol>li em {font-style: normal;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.75em; line-height: 1; letter-spacing: 1px; text-transform: uppercase; color: #83c14a; display: block; margin: 10px 0 -15px}
.page-id-5307 .myindex-1 ol>li a {color:#5b5b55 }

.line-green-center, .line-green-left {margin-bottom: 40px; position: relative}

.line-green-left::after {content: ""; display: block; width: 80px; height: 4px; background-color:#83c14a; position: absolute; bottom: -15px; left:0; }
.line-green-center::after {content: ""; display: block; width: 80px; height: 4px; background-color:#83c14a; position: absolute; bottom: -15px; left:50%; margin-left: -30px}

.page-id-5307 .myindex-1 ol>li img {width: 50px}

h2>span {position: relative}
h2>span::after {bottom: -5px !important}

.page-id-5307 .myindex-2 h2 {margin: 0 0 50px}

.deco-white-center, .deco-white-full {position: relative; margin-bottom: 40px}
.deco-white-center::after {content: ""; display: none; width: 120px; height:10px; background: url("img/btn_texture_reverse.png") 50% 50% no-repeat; background-size: contain; position: absolute; bottom: -15px; left:50%; margin-left: -60px;}



.deco-white-left::after {content: ""; display: block; width: 150px; height:10px; background: url("img/btn_texture_reverse.png") 50% 50% no-repeat; background-size: contain; position: absolute; bottom: -15px; left:0;}

.deco-white-full::after {content: ""; display: block; width: 100%; height:8px; background: url("img/btn_texture_reverse.png") 50% 50% no-repeat; background-size: 100% 100%; position: absolute; bottom: -5px; left:0; right:0;}

.page-id-5309 .sec-main h2 {margin: 0 0 50px}

.deco-green-center {margin-bottom: 40px}
.deco-green-center::after {content: ""; display: none; width: 120px; height:10px; background: url("img/btn_texture.png") 50% 50% no-repeat; background-size: contain; position: absolute; bottom: -15px; left:50%; margin-left: -60px;}

.deco-green-left {margin-bottom: 40px; position: relative}
.deco-green-left::after {content: ""; display: block; width: 150px; height:10px; background: url("img/btn_texture.png") 50% 50% no-repeat; background-size: contain; position: absolute; bottom: -10px; left:0%;}

.sec-map .deco-green-left::after {width: 120px}

.deco-green-full {margin-bottom: 40px}
.deco-green-full::after {content: ""; display: block; width: 300px; height:10px; background: url("img/btn_texture.png") 0% 50% no-repeat; background-size: contain; position: absolute; bottom: -15px; left:0}

body .gform_wrapper h3.gform_title {margin-bottom: 50px}
body .gform_wrapper h3.gform_title::after {content: ""; display: block; width: 100%; height:10px; background: url("img/btn_texture.png") 0% 50% no-repeat; background-size: contain; position: absolute; bottom: -15px; left:0}

ol.ourbrewers {padding: 0; margin:20px -15px 30px; font-size: 0; list-style:none}
ol.ourbrewers>li {display: inline-block; font-size: 1.1rem; width: calc(100% - 30px); margin: 30px 15px; vertical-align: top; padding-bottom: calc(100% - 30px); position: relative}
ol.ourbrewers>li>div {position: absolute; top:0; left:0; right: 30px; bottom: 40px}
.bio-normal {z-index: 2}
.bio-funny {z-index: 1}
ol.ourbrewers>li:hover>.bio-normal {opacity: 0}
ol.ourbrewers>li>h4 {position: absolute; margin: 0; right: 0; bottom: 20px; z-index: 3; font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2.75em; line-height: 1; letter-spacing: 1px; text-transform: uppercase; color: #83c14a;  }
ol.ourbrewers>li>p {position: absolute; margin: 0; right: 0; bottom: 0; z-index: 4}


.page-id-5329 .myindex-1 ol {padding: 0; margin:-50px -10px 25px; font-size: 0; list-style: none; text-align: center}
.page-id-5329 .myindex-1 ol>li {font-size:.8rem; display: inline-block; margin:5px; width: calc(50% - 10px); vertical-align: middle; position: relative;}
.page-id-5329 .myindex-1 ol>li>img {width: 100%; height: auto}
.page-id-5329 .myindex-1 ol>li>a { position: absolute; top:0; left:0; right: 0; bottom: 0; z-index: 1; text-align: center; background-color: rgba(0,0,0,0);
font-family: 'alternategotno1dregular';
font-weight: normal; font-size: 2.25em; color: white; text-transform: uppercase; line-height: .9;  padding: 0 15%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
min-height: 1em;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.page-id-5329 .myindex-1 ol>li>a:hover {background-color: rgba(0,0,0,0.5); text-decoration: none}

ol.charitylists {padding: 0; margin: 0; list-style: none; font-size: 0; text-align:center}
ol.charitylists>li {font-size: 1.1rem;padding: 50px 10px}
ol.charitylists>li>div {border: 1px solid #3b3a3a; padding: 0 15px 30px}
ol.charitylists>li>div>p {margin: 30px 0; color: #3b3a3a; font-size: 1.1em}
ol.charitylists>li>div>h3 {margin: -25px 0 0; color: #83c14a; font-size: 3em}

.page-id-5331 .myindex-1 pre {margin: -80px 0 50px}

.page-id-5339 .coverbk.myindex-1 {background-position: 50% 0%; padding-bottom: 60px}
.withbkimg a {color: white;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}
.withbkimg a:hover {text-decoration: none; color:#83c14a }
.page-id-5339 .myindex-1 ol {padding: 0; margin: 80px 0 0; list-style: none}
.page-id-5339 .myindex-1 ol>li {margin: 15px 0}
.page-id-5339 .myindex-1 ol>li strong { display: block; font-family: 'alternategotno1dregular';font-weight: normal; font-size: 2.5em; letter-spacing: 2px; margin-bottom: -10px; line-height: 1; position: relative}


.page-id-5339 .myindex-1 ol>li em { display: block; font-family: 'alternategotno1dregular';font-weight: normal; font-style: normal;font-size: 1.5em;  line-height: 1; margin-bottom: -30px}



.page-id-5339 .myindex-1 ol>li:nth-child(3) {background-color: rgba(0,0,0,.5); padding: 30px}
.page-id-5339 .myindex-1 ol>li:nth-child(3) strong {display: block; margin-bottom: 0; padding-bottom: 20px}
.page-id-5339 .myindex-1 ol>li:nth-child(3) strong::after {content: ""; display: block; width: 100px; height: 2px; background-color: white; position: absolute; bottom: 0; left:0}




.page-id-5344 .myindex-1 {margin-top: -12px; background-position: 100% 50%}


.reversed, .reversed h3, .reversed h4, .reversed h5, .reversed h2 {color: white}


.page-id-5344 .myindex-2 ul {padding: 0; margin: 50px 0 50px 15%; list-style: none}
.page-id-5344 .myindex-2 ul>li { margin: 15px 0}

.page-id-5344 .myindex-3 ol {padding: 0; margin: 0; font-size: 0; list-style: none}
.page-id-5344 .myindex-3 ol>li {font-size: 1.1rem}
.page-id-5344 .myindex-3 ol>li:first-child {margin-bottom: 65px; padding-right: 50px; display: inline-block;position: relative; }
.page-id-5344 .myindex-3 ol>li:first-child a {display: block; position: relative}
.page-id-5344 .myindex-3 ol>li:first-child a::after {content: ""; display: block; position: absolute; top:0; left:0; right: 0; bottom: 0; background:url("img/btn_play.png") 50% 50% no-repeat; background-size: 25% auto; opacity: .5;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}
.page-id-5344 .myindex-3 ol>li:first-child a:hover::after {opacity: 1}
.page-id-5344 .myindex-3 ol>li:first-child strong {font-family: 'alternategotno1dregular';
font-weight: normal;
font-size: 2em;
letter-spacing: 1px;
color: #83c14a;
text-transform: uppercase;
position: absolute;
z-index: 3;
max-width: 200px;
bottom: -30px;
right: 0;
line-height: .9;}

body.modal-open {overflow: hidden!important}
.modal-backdrop.show {opacity: 0.9;}
.modal-content {background-color: transparent}
.modal-content .close {color: white; opacity:.5; font-weight: normal}
.modal-content .close:hover {opacity: 1}

.modal#ageverifierbox {background-image: url("img/banner_consent.jpg")}

.carousel-indicators {bottom: -30px}

body .carousel-control-next-icon {background: url("img/icon_sprites.png") 50% 50% no-repeat;
background-size: auto 140%; margin-top: -50px;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);}

body .carousel-control-prev-icon
{background: url("img/icon_sprites.png") 50% 50% no-repeat;
background-size: auto 140%; margin-top: -50px;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);}

body .carousel-control-next-icon, body .carousel-control-prev-icon {width: 32px; height: 32px;}

body .sec-duo .carousel-control-next-icon, body .sec-duo .carousel-control-prev-icon {width: 24px; height: 24px;}

.page-id-5344 .myindex-5 {background-color: white}
.page-id-5344 .myindex-5 .art-inner {padding: 15px;
background: rgb(247,243,240);
background: linear-gradient(180deg, rgba(247,243,240,1) 25%, rgba(231,217,206,1) 100%);}

.gform_wrapper .top_label input.datepicker {width:100% !important}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper select, body .gform_wrapper textarea {background-color:#dcd8d4; border: 1px solid  #dcd8d4; padding: 10px 15px 8px; line-height: 1.4 }

body .gform_wrapper ul.gfield_checkbox li label {width: auto}
body .gform_wrapper li.hidden_label input {margin-top: 0}
body .gform_wrapper .top_label #field_2_5 div.ginput_container {margin-top:18px}
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {margin-top: -4px}



body .gform_wrapper.gf_browser_safari .gfield_checkbox li input, body .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox] {margin-top: 0}

li.gchoice_2_7_1 {text-align: right;}
body .gform_wrapper ul li.field_description_below#field_2_7 div.ginput_container_checkbox {margin-right: 16px;}

body .gform_wrapper.gf_browser_chrome select {padding: 10px 15px 8px;}
body .gform_wrapper select {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	border-radius: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	background-image: url("img/icon_arrow_down.png"); 
	background-position: 96% 50%; background-repeat: no-repeat; 
	background-size: 24px auto
}

body .gform_wrapper input[type=submit] {display: inline-block;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.5em !important; letter-spacing: 1px; color: white; background-color: #83c14a; padding: 5px 35px 3px; line-height: 1.2; position: relative;text-transform: uppercase; border-width: 0
}

body .gform_wrapper .gform_footer {text-align: right; position: relative}

body img.gform_ajax_spinner { position: absolute; right: 180px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

body .gform_wrapper {color: black}
body .gform_wrapper textarea {height: 120px !important}

body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 0}
body .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {margin-top: 0; margin-left: 5px}



body .gform_wrapper ul li.field_description_below div.ginput_container_radio {margin-top: 0 !important; line-height: 0}

body li.gf_list_inline>label {margin:-3px 10px 0 16px}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {padding-left: 16px}

body .gform_wrapper h3.gform_title {font-weight: normal; font-size: 2.5em; text-transform: uppercase}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {margin: 0}


.page-id-5556 .sec-main .art-content {margin-bottom: 80px}
body .ajde_evcal_calendar .calendar_header p.evo_month_title {font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2.75em; letter-spacing: 1px; color: #5b5b55 !important;}
body .ajde_evcal_calendar .calendar_header {margin: 50px 0 30px}
body .ajde_evcal_calendar .calendar_header p.evo_arrows {float: right}
body .ajde_evcal_calendar .calendar_header .evcal_arrows {
	border: 2px solid #5b5b55; background-color: transparent}
body .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {color:#5b5b55;
font-size: 32px;
margin-top: -1px;}
body .ajde_evcal_calendar .calendar_header .evcal_arrows .fa.fa-angle-left {left: 8px}
body .ajde_evcal_calendar .calendar_header .evcal_arrows .fa.fa-angle-right {left: 12px}
body .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {background-color: #83c14a; border-color:#83c14a; color: white }
body #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2.25em; letter-spacing: 1px; color: #5b5b55; text-transform:capitalize}
body .eventon_events_list .eventon_list_event .evcal_cblock em {font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.5em; letter-spacing: 1px; color: #5b5b55; line-height: .8}
body .eventon_events_list .eventon_list_event .evcal_cblock em.month {font-size: 1em}
body .eventon_events_list .eventon_list_event .evcal_desc {padding-left: 90px}

.ajde_evcal_calendar .eventon_events_list p, .evo_pop_body .evcal_desc span, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn, .evcal_btn, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput, .evcal_evdata_row .evcal_evdata_cell p, #evcal_list .eventon_list_event p.no_events, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evoGuideCall em, .evo_cal_above span, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, .eventon_sort_line p, .eventon_filter_line p {
font-family: 'Nunito Sans', sans-serif !important;
font-weight:600 !important;
line-height:1.6 !important;
color: #5b5b55 !important;
}


.page-id-5305 .myindex-1 {background-color: white}
.page-id-5305 .myindex-1 ol {padding: 0; margin: 0; font-size: 0; list-style: none}
.page-id-5305 .myindex-1 ol>li { padding: 30px; font-size: 1.1rem;
background: rgb(252,251,250);
background: linear-gradient(180deg, rgba(252,251,250,1) 25%, rgba(247,242,238,1) 100%);}
.page-id-5305 .myindex-1 ol>li:first-child {margin-bottom: 30px}
.page-id-5305 .myindex-1 ol>li>strong {display: block;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2.5em; letter-spacing: 1px; color: #31312e; text-transform:uppercase; margin-bottom: 30px}
.page-id-5305 .myindex-1 ol>li>em {font-style: normal; font-weight: bold; color: #31312e; display: block; line-height: 1.2; margin: -40px 0 30px }

.page-id-5305 .myindex-1 ol>li:first-child>ul {padding: 0; margin: 0; list-style:none}
.page-id-5305 .myindex-1 ol>li:first-child>ul>li {line-height: 1.2;}
.page-id-5305 .myindex-1 ol>li:first-child>ul>li>strong {color:#5b5b55; font-size: 1.1em }
.page-id-5305 .myindex-1 ol>li:first-child>ul>li>a {color:#5b5b55 }
.page-id-5305 .myindex-1 ol>li:first-child>ul>li>a:hover {color:#83c14a; text-decoration: none}
.page-id-5305 .myindex-1 ol>li:first-child>ul>li:not(:last-child) {margin-bottom: 15px}

.page-id-5305 .myindex-2
{background: rgb(252,251,249);
background: linear-gradient(180deg, rgba(252,251,249,1) 25%, rgba(247,242,238,1) 100%);}

.page-id-5349 .sec-map {background-color: white}
.sec-map ul {padding: 0; font-size: 0; margin: 30px 0; list-style: none}
.sec-map ul>li {line-height: 1.2; font-size: 1.1rem}
.sec-map ul>li:not(:last-child) {margin-bottom: 30px;}
.sec-map ul>li>strong {color:#5b5b55; font-size: 1.1em; display: block; margin-bottom: -15px }
.sec-map ul>li>a:not(.mybtn) {color:#5b5b55 }
.sec-map ul>li>a:not(.mybtn):hover {color:#83c14a; text-decoration: none}

.page-id-5311 .sec-main {background: rgb(246,243,239);
background: linear-gradient(180deg, rgba(246,243,239,1) 25%, rgba(234,221,210,1) 100%);}

.page-id-5311 .myindex-1 h4 { color: white}
.boxed {border: 1px solid #83c14a; padding: 10px 30px 0; }

.page-id-5311 .myindex-1 ol {padding:0; margin: 50px 0 0;list-style: none; font-size: 0}
.page-id-5311 .myindex-1 ol>li {font-size: 1.1rem; margin-bottom: 50px; padding-left: 85px; position: relative; }
.page-id-5311 .myindex-1 ol>li>strong {display: block; line-height: 1;
font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.75em; letter-spacing: 1px; text-transform:uppercase; position: relative}
.page-id-5311 .myindex-1 ol>li>strong::after {content: ""; display: block;  height: 1px; background-color:#83c14a; position: absolute; left:-30px; bottom:-15px; right: 0 }
.page-id-5311 .myindex-1 ol>li img {position: absolute; left:0; width: auto; height: 80px; top:-15px}

.page-id-5311 .myindex-1 ol>li em {display: block; margin: 30px 0; font-style: normal}

.page-id-5311 .myindex-1 ol>li>ul {padding: 0; margin: 0 30px; list-style: none}
.page-id-5311 .myindex-1 ol>li>ul>li:not(:last-child) {margin-bottom: 10px;}
.page-id-5311 .myindex-1 ol>li>ul>li {position: relative;}
.page-id-5311 .myindex-1 ol>li>ul>li::before {content: "-"; position: absolute; left:-15px; top:0;}

.page-id-5311 .myindex-1 h4>em {display: inline-block; outline: 1px solid #83c14a; padding: 0 15px; margin: 0 auto; font-style: normal}
.page-id-5311 .myindex-1 h4>em>img {margin-right: 10px}

ol.mybtns, ol.mycontentboxes {padding: 0; margin: 0; font-size: 0; list-style: none}


ol.mybtns {text-align: center}
ol.mybtns>li {display: inline-block; width: 50%;  vertical-align: top; cursor: pointer; position: relative; font-size: .75rem;  margin-bottom: 30px;
}
ol.mybtns>li>div {opacity: .5;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}
ol.mybtns>li.active>div, ol.mybtns>li:hover>div {opacity: 1}

ol.mybtns.v2>li {width: 30%}
ol.mybtns.v2>li:nth-child(2) {width: 40%}

ol.mybtns>li h4 {text-transform: uppercase;margin: 10px auto;}
.page-id-5522 .myindex-1 ol.mybtns>li h4 {color: white}
ol.mybtns>li img {width: 70px; height: auto}
ol.mybtns>li strong {display: inline-block; font-size: .75em; font-weight: 900;letter-spacing: 1px;}
ol.mybtns>li strong::after {content: ""; display: inline-block; width:18px; height: 18px; vertical-align: middle;  border-radius: 50%; margin-left: 5px; margin-top: -2px; background: white url("img/icon_sprites.png") 83.45% 50% no-repeat; background-size: auto 100%}
ol.mybtns>li.active strong::after {background-position:25% 50%; }

ol.mybtns.v2>li strong::after {background-color: #83c14a; background-position: 91.5% 50%}
ol.mybtns.v2>li.active strong::after{background-position: 50% 50%}


ol.mycontentboxes {background: rgba(0,0,0,.25) url("img/shape_home.png") 0% 0% no-repeat; background-size: 25% auto; border-radius: 10px; padding: 30px 8%}
ol.mycontentboxes.v2 {background-color: rgba(255,255,255,.75)}
ol.mycontentboxes>li {font-size: .95rem; display: none}
ol.mycontentboxes>li.showme {display: block}

ol.mycontentboxes>li>article ul, ol.mycontentboxes>li>article p {padding: 0; margin: 15px 0}
ol.mycontentboxes>li>article ul>li {list-style: none; padding-left: 10px; position: relative}
ol.mycontentboxes>li>article ul>li::before {content: "-"; position: absolute; top:10px; left:0; line-height: 0}

.page-id-5522 .myindex-1 h2, .page-id-5522 .myindex-2 h2 {margin: 0 0 30px}
.page-id-5522 .myindex-1 h2 {color: white}

.page-id-5522 .myindex-3 {background-color: #169fc8; color: white; background-position: 50% 45%}
.page-id-5522 .myindex-3 h3 {margin: 0 0 10%; color: #034977}

.page-id-5337  .sec-main ul {text-align:left; list-style: none}
.page-id-5337  .sec-main ul>li {position: relative;}
.page-id-5337  .sec-main ul>li::before {content: "-"; position: absolute; left:-15px; top:0;}

.page-id-5337 .myindex-1 {margin:-50px 0}
.page-id-5337 .myindex-1 .art-inner{ padding: 30px 0;
background: rgb(252,251,250);
background: linear-gradient(180deg, rgba(252,251,250,1) 25%, rgba(247,242,238,1) 100%);
}
.art-sidebar {background-color: rgba(255,255,255,.75); padding: 15px;}

.page-id-5319>section:not(.sec-banner), .page-id-5331>section:not(.sec-banner), .page-id-5333>section:not(.sec-banner), .page-id-5335>section:not(.sec-banner) {background:rgba(0,0,0,0) !important}

.page-id-5337>section:not(.sec-banner), .page-id-5309>section:not(.sec-banner) {background:white !important }

.page-id-5319, .page-id-5331, .page-id-5333, .page-id-5335, .page-id-5303 .myindex-3 {
background: rgb(245,240,235);
background: linear-gradient(180deg, rgba(245,240,235,1) 25%, rgba(231,217,206,1) 100%);}




.page-id-5319 .myindex-2, .page-id-5319 .myindex-4, .page-id-5319 .myindex-6 {margin-bottom: -80px}
.page-id-5319 .myindex-7 {padding-top: 0 !important; line-height: 1.2}
.page-id-5319 .myindex-7 .art-inner {margin-top: -30px}
.sec-parallax h2 {margin: 0; color: white; font-size: 2.75em}

.sec-parallax {height: 200px}
.sec-parallax>.divimage {height: 400px}

/*untapped style enforced*/

.art-inner .ut-menu .menu-header, .art-inner .ut-menu .menu-nav, .art-inner .ut-menu-standard .section .section-heading, .art-inner .ut-menu .pagination-container, .art-inner .ut-menu .menu-info {display: none}

.art-inner .item-bg-color, .art-inner .footer-bg-color, .art-inner .ut-menu {background-color:transparent !important}


#menu-container2 #menu-58697, #menu-container3 #menu-58697 {display: none !important}
#menu-container2 #menu-88974 {display: block !important}
#menu-container3 #menu-90069 {display: block !important}

.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name {font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2.5em; letter-spacing:normal; text-transform:uppercase; color: #2d2e28 !important; margin-bottom: 10px}

.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style {font-style: normal; font-size: .85em; color: #83c14a !important}

.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .item-description {color: #2d2e28 !important;font-family: 'Nunito Sans', sans-serif;
font-weight:400;}

.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .item-meta {color: #2d2e28 !important;font-family: 'Nunito Sans', sans-serif;
font-weight:600;}

.art-inner a.link-font-color {color:#83c14a !important }


.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-label {width: 20%; max-width: 150px}
.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-details {width: 80%}
.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-label img {border-radius: 50%}

.art-inner p.powered-ut {margin-top: -50px;font-family: 'Nunito Sans', sans-serif;
font-weight:400;}

.art-inner .ut-menu-standard .menu-items-container .menu-item {margin-bottom: 50px}

.sec-duo {background: url("img/bk_duo_mobile.png") 50% 50% no-repeat; background-size: cover}
.sec-duo .art-inner>ul {color: white; text-align: center; padding: 0; margin: 0; list-style: none; font-size: 0}
.page-home .sec-duo {background-image: url("img/bk_duo_home_mobile.png")}
.postid-5734 .sec-duo {background-image: url("img/bk_duo_mobile_5734.png")}
.postid-5737 .sec-duo {background-image: url("img/bk_duo_mobile_5737.png")}
.postid-5740 .sec-duo {background-image: url("img/bk_duo_mobile_5740.png")}
.postid-5743 .sec-duo {background-image: url("img/bk_duo_mobile_5743.png")}
.postid-5746 .sec-duo {background-image: url("img/bk_duo_mobile_5746.png")}
.postid-6399 .sec-duo {background-image: url("img/bk_duo_mobile_6399.png")}
.postid-6388 .sec-duo {background-image: url("img/bk_duo_mobile_6388.png")}
.postid-6391 .sec-duo {background-image: url("img/bk_duo_mobile_6391.png")}
.postid-6390 .sec-duo {background-image: url("img/bk_duo_mobile_6390.png")}
.postid-6386 .sec-duo {background-image: url("img/bk_duo_mobile_6386.png")}
.postid-6387 .sec-duo {background-image: url("img/bk_duo_mobile_6387.png")}
.postid-7397 .sec-duo {background-image: url("img/bk_duo_mobile_7397.jpg")}
.postid-10040 .sec-duo {background-image: url("img/bk_duo_mobile_10040.png")}

.sec-duo .art-inner>ul>li {font-size: 1.1rem}
.page-home .sec-duo .art-inner>ul>li {text-align:left}
.sec-duo .art-inner>ul>li:first-child {padding-bottom: 50px}
.sec-duo .art-inner>ul>li:last-child {padding-top: 50px}
.sec-duo .art-inner>ul>li>strong {display: block;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 2.5em; letter-spacing: 1px; text-align: center}
.sec-duo .art-inner>ul>li em {font-style: normal; font-weight: 900; display: inline-block; vertical-align: middle; min-width: 120px; text-align: left}

.sec-duo .art-inner>ul>li:first-child>strong {color: #034977}
.sec-duo .art-inner>ul>li:last-child>strong {color: #169fc8}
.sec-blogwrapper .singleblogwrapperrow>.col-12:not(:last-of-type) .singleblogwrapper {border-bottom: 1px solid #9d9894}
.singleblogwrapper>ul {padding: 0; margin: 30px 0; font-size: 0; list-style: none}
.singleblogwrapper>ul>li {margin: 30px 0; font-size: 1.1rem}

.fimgbox {padding-bottom:65% }

a.read-more {display: block; font-weight: 900; color: #5b5b55 }
a.read-more::after {content: ""; display: inline-block; width: 20px; height: 20px;  vertical-align: middle; margin:-4px 0 0 5px; background: url("img/icon_sprites.png") 58% 50% no-repeat; background-size: auto 110%}
a.read-more:hover {text-decoration: none}
.excerpt-box h4 {text-transform: uppercase}
.excerpt-box p {margin: 20px 0}


/* Pagination */
.page_nav {text-align: center; margin-bottom: 60px}
.page_nav .page-numbers{
display: inline-block; margin:  0 auto;
font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.25em; color: white; background-color:#5b5b55; padding: 10px 15px 8px; letter-spacing: 1px;line-height: 1; text-transform: uppercase;
}
.page_nav .page-numbers:hover{
	background: #83c14a;
	color:#fff;
	text-decoration: none;
}
.page_nav .current{
background: #83c14a;
color:#fff;
}


.blogsnippets {border-bottom: 1px solid #9d9894; margin-top: 50px; position: relative}


.catswrapper select {
font-weight: 900;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
float: right;
padding: 0;
line-height: 1.2;
height: 46px;
font-size: .9em;
border-width: 0;
background-color: transparent;
background-image: url(img/icon_arrow_down.png); background-position: 90% 50%; background-repeat: no-repeat; background-size: auto 8px;
color: #5b5b55;
}
.blogsnippets input[type=submit] {position: absolute; width: 32px; height: 32px;border-width: 0;left:15px; top:50%; margin-top: -16px; cursor: pointer; background: rgba(255,255,255,0) url("img/icon_mag.png") 50% 50% no-repeat; background-size: 32px auto; z-index: 4;}
.singleblog-sidebar .blogsnippets input[type=submit] {left:0}
.blogsnippets input[type=text] {  
width: 100%;
padding: 0 0 0 45px;
border-radius: 30px;
height: 46px;
line-height: 1.2;
border-width: 0; 
background-color: transparent;
font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.75em;
color: #5b5b55
}

.blogsnippets label.screen-reader-text {position: absolute; z-index: -1}
.singleblog-sidebar  {margin-bottom: 80px}
.singleblog-sidebar .blogsnippets {margin-bottom: 50px}

ul.relatedposts {padding: 0; margin:0; line-height: 1.4; font-size: .9em; list-style: none}
ul.relatedposts>li:not(:last-child) {margin-bottom: 15px}
ul.relatedposts>li>a {color: #5b5b55}
ul.relatedposts>li>a>small {display: block}
ul.relatedposts>li>a:hover {text-decoration: none; color: #83c14a}


.beerwrapper {position: absolute; z-index: 3; width: 250px; left:50%; margin-left: -125px; bottom: -300px}

.postid-5746 .beerwrapper, .postid-6386 .beerwrapper, .postid-6387 .beerwrapper{width: 120px;margin-left: -60px; bottom: -280px}
.postid-5746 .beerwrapper::before,.postid-6386 .beerwrapper::before, .postid-6387 .beerwrapper::before {display: none}

.postid-10040 .beerwrapper {width: 220px; margin-left: -110px}


.beerwrapper>img {width: 100%; height: auto}
.beerwrapper::before {content: ""; display: block; width: 40px; height: 40px; background: url("img/beer_openlid.png") 50% 50% no-repeat; background-size: contain; position: absolute; z-index: -1; top:-25px; left:50%; margin-left: -20px}
.beerwrapper::after {
    content: "";
    position: absolute;
left: 15%;
bottom: 0px;
width: 70%;
height: 4px;
	background-color: #0c090a;
    -webkit-border-radius: 50%;
            border-radius: 50%;
-webkit-box-shadow: 0px 0px 20px 10px #0c090a;
-moz-box-shadow: 0px 0px 20px 10px #0c090a;
box-shadow: 0px 0px 20px 10px #0c090a;
    z-index: -1;
}
ol.beergrids>li[class*="imperial"] .beerwrapper::before,
ol.beergrids>li[class*="biere"] .beerwrapper::before,
ol.beergrids>li[class*="cocoa"] .beerwrapper::before
{display: none}
ol.beerdetails {margin: 300px 0 0; padding: 0; list-style: none; font-size: 0; }
ol.beerdetails>li {font-size: 1.1rem; margin:30px 0; position: relative}
ol.beerdetails>li:not(:last-child)::after {content: ""; display: block; width: 1px; height: 30px; position: absolute; bottom: -30px; left:50%; background-color: #969391}

.single-beer .sec-main {text-align: left}
.single-beer .sec-main strong{font-weight: 900; color: #3b3a3a}
ol.beerdetails>li:first-child {text-align: center}
ol.beerdetails>li>article {border: 1px solid #969391; padding:15px 30px 5px; position: relative}
ol.beerdetails>li>article>h4 {margin: 0; position: absolute; top:-15px; left:30px}
ol.beerdetails>li:nth-child(3) h4 {color: #51bfe0}
ol.beerdetails>li:nth-child(4) h4 {color: #005998}

ol.beerdetails>li:nth-child(5)>article>ol {padding: 0; font-size: .75em; margin:-6px; list-style: none}
ol.beerdetails>li:nth-child(5)>article>ol>li{margin:6px; display: inline-block;  vertical-align: middle}


ol.ailists {padding: 0; margin: 0; list-style: none; font-size: 0}
ol.ailists>li {font-size: 1.5rem; font-weight: 900; color: #3b3a3a; display: inline-block; min-width: 120px;}
ol.ailists>li:first-child {margin-right: 30px}
ol.ailists>li>article {border: 1px solid #969391; padding:30px; position: relative}
ol.ailists>li>article>h5 {margin: 0; position: absolute; top:-15px; left:30px}
ol.ailists>li:nth-child(1) h5 {color: #51bfe0}
ol.ailists>li:nth-child(2) h5 {color: #005998}

.sec-pdfs {background: #e8dbd1;}
.sec-pdfs ul {padding: 0; margin: 0 0 30px; list-style:none; font-size: 0}
.sec-pdfs ul>li {font-size: .9rem; margin: 15px 0}
.sec-pdfs ul>li>a {display: inline-block; line-height: 1; padding: 10px 30px 8px; background-color: #014b7f;font-family: 'alternategotno1dregular'; font-weight: normal; font-size: 1.5em; text-transform: uppercase; color: white}
.sec-pdfs ul>li>a::after {content: ""; display: inline-block; vertical-align: middle; width: 20px; height: 20px;  margin:-4px 0 0 10px; background: url("img/icon_sprites.png") 42% 50% no-repeat; background-size: auto 140%}
.sec-pdfs ul>li>a:hover {text-decoration: none; background-color: #83c14a}

.art-testimonial {text-align: left}
.sec-duo .art-testimonial strong {text-align: right; display: block}
.sec-duo .art-inner>ul>li>ul {list-style: none; text-align: center; margin: 0; padding: 0}
.sec-duo .art-inner>ul>li h3 {text-align: center}
.sec-duo .art-inner>ul>li:first-child h3 {color: #034977}
.sec-duo .art-inner>ul>li:last-child h3 {color: #169fc8}


.postid-5734 ol.beerdetails>li:nth-child(3) h4 {color: #ffe05c}
.postid-5734 ol.beerdetails>li:nth-child(4) h4 {color: #dc9c01}

.postid-5734 ol.ailists>li:nth-child(1) h5 {color: #ffe05c}
.postid-5734 ol.ailists>li:nth-child(2) h5 {color: #dc9c01}

.postid-5734 .sec-duo .art-inner>ul>li:first-child h3 {color: #dc9c01}
.postid-5734 .sec-duo .art-inner>ul>li:last-child h3 {color: #ffe05c}


.postid-7397 ol.beerdetails>li:nth-child(3) h4 {color: #EAD196}
.postid-7397 ol.beerdetails>li:nth-child(4) h4 {color: #DD828E}

.postid-7397 ol.ailists>li:nth-child(1) h5 {color: #EAD196}
.postid-7397 ol.ailists>li:nth-child(2) h5 {color: #DD828E}

.postid-7397 .sec-duo .art-inner>ul>li:first-child h3 {color: #BD8016}
.postid-7397 .sec-duo .art-inner>ul>li:last-child h3 {color: #DD828E}


.postid-5737 ol.beerdetails>li:nth-child(3) h4 {color: #34c7be}
.postid-5737 ol.beerdetails>li:nth-child(4) h4 {color: #039287}

.postid-5737 ol.ailists>li:nth-child(1) h5 {color: #34c7be}
.postid-5737 ol.ailists>li:nth-child(2) h5 {color: #039287}

.postid-5737 .sec-duo .art-inner>ul>li:first-child h3 {color: #039287}
.postid-5737 .sec-duo .art-inner>ul>li:last-child h3 {color: #34c7be}


.postid-5740 ol.beerdetails>li:nth-child(3) h4 {color: #bcb390}
.postid-5740 ol.beerdetails>li:nth-child(4) h4 {color: #625636}

.postid-5740 ol.ailists>li:nth-child(1) h5 {color: #bcb390}
.postid-5740 ol.ailists>li:nth-child(2) h5 {color: #625636}

.postid-5740 .sec-duo .art-inner>ul>li:first-child h3 {color: #625636}
.postid-5740 .sec-duo .art-inner>ul>li:last-child h3 {color: #bcb390}

.postid-10040 ol.ailists>li:nth-child(1) h5 {color: #800080}
.postid-10040 ol.ailists>li:nth-child(2) h5 {color: #c4c4c4}

.postid-10040 .sec-duo .art-inner>ul>li:first-child h3 {color: #c4c4c4}
.postid-10040 .sec-duo .art-inner>ul>li:last-child h3 {color: #800080}

.postid-5743 ol.beerdetails>li:nth-child(3) h4 {color: #a6c879}
.postid-5743 ol.beerdetails>li:nth-child(4) h4 {color: #6d9967}

.postid-5743 ol.ailists>li:nth-child(1) h5 {color: #a6c879}
.postid-5743 ol.ailists>li:nth-child(2) h5 {color: #6d9967}

.postid-5743 .sec-duo .art-inner>ul>li:first-child h3 {color: #6d9967}
.postid-5743 .sec-duo .art-inner>ul>li:last-child h3 {color: #a6c879}


.postid-5746 ol.beerdetails>li:nth-child(3) h4 {color: #006cb7}
.postid-5746 ol.beerdetails>li:nth-child(4) h4 {color: #05448e}

.postid-5746 ol.ailists>li:nth-child(1) h5 {color: #006cb7}
.postid-5746 ol.ailists>li:nth-child(2) h5 {color: #05448e}

.postid-5746 .sec-duo .art-inner>ul>li:first-child h3 {color: #05448e}
.postid-5746 .sec-duo .art-inner>ul>li:last-child h3 {color: #006cb7}


.postid-6399 ol.beerdetails>li:nth-child(3) h4,
.postid-6399 ol.ailists>li:nth-child(1) h5,
.postid-6399 .sec-duo .art-inner>ul>li:last-child h3 {color: #bacbdd}

.postid-6399 ol.beerdetails>li:nth-child(4) h4,
.postid-6399 ol.ailists>li:nth-child(2) h5,
.postid-6399 .sec-duo .art-inner>ul>li:first-child h3 {color: #14598e}


.postid-6388 ol.beerdetails>li:nth-child(3) h4,
.postid-6388 ol.ailists>li:nth-child(1) h5,
.postid-6388 .sec-duo .art-inner>ul>li:last-child h3 {color: #cda1b9}

.postid-6388 ol.beerdetails>li:nth-child(4) h4,
.postid-6388 ol.ailists>li:nth-child(2) h5,
.postid-6388 .sec-duo .art-inner>ul>li:first-child h3 {color: #9e567f}


.postid-6391 ol.beerdetails>li:nth-child(3) h4,
.postid-6391 ol.ailists>li:nth-child(1) h5,
.postid-6391 .sec-duo .art-inner>ul>li:last-child h3 {color: #afcc81}

.postid-6391 ol.beerdetails>li:nth-child(4) h4,
.postid-6391 ol.ailists>li:nth-child(2) h5,
.postid-6391 .sec-duo .art-inner>ul>li:first-child h3 {color: #a483ad}


.postid-6390 ol.beerdetails>li:nth-child(3) h4,
.postid-6390 ol.ailists>li:nth-child(1) h5,
.postid-6390 .sec-duo .art-inner>ul>li:last-child h3 {color: #d5ad61}

.postid-6390 ol.beerdetails>li:nth-child(4) h4,
.postid-6390 ol.ailists>li:nth-child(2) h5,
.postid-6390 .sec-duo .art-inner>ul>li:first-child h3 {color: #a77a28}


.postid-6386 ol.beerdetails>li:nth-child(3) h4,
.postid-6386 ol.ailists>li:nth-child(1) h5,
.postid-6386 .sec-duo .art-inner>ul>li:last-child h3 {color: #d64d9d}

.postid-6386 ol.beerdetails>li:nth-child(4) h4,
.postid-6386 ol.ailists>li:nth-child(2) h5,
.postid-6386 .sec-duo .art-inner>ul>li:first-child h3 {color: #4f3495}


.postid-6387 ol.beerdetails>li:nth-child(3) h4,
.postid-6387 ol.ailists>li:nth-child(1) h5,
.postid-6387 .sec-duo .art-inner>ul>li:last-child h3 {color: #fbae46}

.postid-6387 ol.beerdetails>li:nth-child(4) h4,
.postid-6387 ol.ailists>li:nth-child(2) h5,
.postid-6387 .sec-duo .art-inner>ul>li:first-child h3 {color: #f2673d}




ol.beergrids {padding: 0; margin:80px 0 50px; font-size: 0; text-align: center; list-style: none;}
ol.beergrids>li {display: inline-block; font-size: .95rem; width: 50%; vertical-align: bottom; margin-bottom: 30px}
ol.beergrids>li>a {display: block; position: relative; z-index: 88 !important }
.beerwrapper.v2 {width: 120px; position: relative; left:auto; margin:0 auto; bottom: auto }

ol.beergrids>li[class*="imperial"] .beerwrapper.v2,
ol.beergrids>li[class*="biere"] .beerwrapper.v2,
ol.beergrids>li[class*="cocoa"] .beerwrapper.v2 {width: 80px}



ol.beergrids>li h5 {margin: 20px 0 5px; text-transform: uppercase;color: #ada3a3}

ol.beergrids>li strong {color: #ada3a3; display: block; font-weight: 900; font-size: .75em; line-height: 1.4}
ol.beergrids>li>a:hover h5, ol.beergrids>li>a:hover strong {color: #454141}
ol.beergrids>li>a:hover {text-decoration:none}
ol.beergrids>li>a:hover .beerwrapper {
-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
}
ol.beergrids.v2>li h5{color: #30302f; border: 3px solid rgba(0,0,0,0); border-radius: 15px; display: inline-block; padding: 5px 15px 3px; letter-spacing: 0; white-space: nowrap}
.sec-main.hovered ol.beergrids.v2>li h5{color: white;text-shadow: 0px 0px 10px rgba(0,0,0,0.75);}

.sec-main ol.beergrids.v2>li>a:hover h5 {text-shadow: 0px 0px 0px rgba(0,0,0,0);}


ol.beergrids.v2>li[class*="pilsner"]>a:hover h5 {border-color: #966f0b; color:#966f0b;  background-color:#fed042 }
ol.beergrids.v2>li[class*="pale"]>a:hover h5 {background-color: #39bcaa; border-color: #137263; color: #137263}
ol.beergrids.v2>li[class*="strata"]>a:hover h5 {background-color: #169fc8; border-color: #00558c; color: #00558c}
ol.beergrids.v2>li[class*="stout"]>a:hover h5 {background-color: #a39b79; border-color: #40381e; color: #40381e}
ol.beergrids.v2>li[class*="worthy"]>a:hover h5 {background-color: #99ca44; border-color: #476f26; color: #476f26}
ol.beergrids.v2>li[class*="imperial"]>a:hover h5, ol.beergrids.v2>li[class*="biere"]>a:hover h5,
ol.beergrids.v2>li[class*="cocoa"]>a:hover h5 {background-color: #0084cb; border-color: #003c74; color: #003c74}

ol.beergrids.v2>li[class*="tenmile"]>a:hover h5 {background-color: #bacbdd; border-color: #14598e; color: #14598e}

ol.beergrids.v2>li[class*="tangerine"]>a:hover h5 {background-color: #da9e4f; border-color: #b77318; color: #b77318}

ol.beergrids.v2>li[class*="grapefruit"]>a:hover h5 {background-color: #d87785; border-color: #b04050; color: #b04050}

ol.beergrids.v2>li[class*="stratus"]>a:hover h5 {background-color: #5f9abd; border-color: #106597; color: #106597}

ol.beergrids.v2>li[class*="normalcy"]>a:hover h5 {background-color: #99ca44; border-color: #476f26; color: #476f26}

ol.beergrids.v2>li[class*="mountain"]>a:hover h5 {background-color: #bacbdd; border-color: #14598e; color: #14598e}

ol.beergrids>li>a .beerwrapper::before, ol.beergrids>li>a .beerwrapper::after {opacity: 0}
ol.beergrids>li>a:hover .beerwrapper::before, ol.beergrids>li>a:hover .beerwrapper::after {opacity: 1}

ol.beergrids>li>figure {position: absolute; width: 100%; height:100%; top:0; left:0; right: 0;bottom: 0; margin: 0; background-position: 50% 0%; opacity: 0; z-index: -1 }

ol.beergrids>li>a:hover + figure  {opacity: 1}

.page-id-5301 .sec-main>.container>.row>.col>.art-content,
.page-id-5301 .sec-main>.container>.row>.col,
.page-id-5301 .sec-main>.container>.row,
.page-id-5301 .sec-main>.container,
ol.beergrids.v2 {position: static}

.page-id-5317 .sec-main>.container>.row>.col>.art-content,
.page-id-5317 .sec-main>.container>.row>.col,
.page-id-5317 .sec-main>.container>.row,
.page-id-5317 .sec-main>.container{position: static}

.page-id-5317 .sec-main {background: rgba(0,0,0,0) url("img/banner_offstatus.png") 50% 0% no-repeat; background-size:cover; margin-top: -12px; z-index: 1}

.page-id-5301 .sec-main {background: rgba(0,0,0,0) url("img/banner_offstatus.png") 50% 0% no-repeat; background-size:cover; margin-top: -12px; z-index: 1}

.page-id-5323 .sec-main {background: rgba(0,0,0,0) url("img/banner_beers.png") 50% 0% no-repeat; background-size:cover; margin-top: -12px; z-index: 1}

.page-id-5303 .sec-main, .page-id-5346 .sec-main {background: rgba(0,0,0,0) url("img/banner_about_01.png") 50% 0% no-repeat; background-size:cover; margin-top: -12px; z-index: 1}


.page-id-5301 .sec-main .art-content>h4 {margin:0; color:#696a67 }
.page-id-5301 .sec-main .art-content>h2 {margin-top: 0}
.page-id-5301 .sec-main.hovered .art-content>h4 {color: white; text-shadow: 0px 0px 10px rgba(0,0,0,0.75);}


.page-id-5301 .myindex-1 ul>li strong {font-family: 'alternategotno1dregular'; font-weight: normal; letter-spacing: 1px; display: block; font-size: 3em; color: #034977; line-height: 1; margin-bottom: 30px}

.page-id-5301 .myindex-1 ul>li:nth-child(2) strong {color: #406720}


.page-id-5301 .myindex-2 ul {padding: 1px; margin: 0 -15px; font-size: 0; list-style: none; background-color: white}
.page-id-5301 .myindex-2 ul>li {font-size: 1.5rem; display: inline-block; width: calc(33.3333333% - 2px); margin: 1px; line-height: .9; vertical-align:middle; position: relative; text-align: center}
.page-id-5301 .myindex-2 ul>li>a {position: absolute;top:0; left:0; right: 0; bottom: 0; z-index: 1; padding: 0 15px; color: white;font-family: 'alternategotno1dregular'; font-weight: normal; letter-spacing: 1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
min-height: 1em;}
.page-id-5301 .myindex-2 ul>li>a:hover {text-decoration:none; background-color: rgba(255,255,255,.5)}

.page-id-5301 .myindex-2 ul>li:nth-child(1)>a:hover,
.page-id-5301 .myindex-2 ul>li:nth-child(2)>a:hover,
.page-id-5301 .myindex-2 ul>li:nth-child(3)>a:hover{color:#034977 }
.page-id-5301 .myindex-2 ul>li:nth-child(4)>a:hover,
.page-id-5301 .myindex-2 ul>li:nth-child(5)>a:hover,
.page-id-5301 .myindex-2 ul>li:nth-child(6)>a:hover {color:#406720 }

.page-id-5301 .myindex-2 ul>li>img {width: 100%; height: auto}


.page-id-5301 .myindex-3 {
background: rgb(214,214,214);
background: linear-gradient(180deg, rgba(214,214,214,1) 25%, rgba(183,183,183,1) 100%);
}

.page-id-5301 .myindex-3 .art-inner {text-align: center}
.page-id-5301 .myindex-3 .art-inner>h3 {margin:0 -20px 0 0; cursor: pointer; position: relative; padding-bottom: 40px; font-size: 1.75em}
.page-id-5301 .myindex-3 .art-inner>h3>img {display: inline-block; vertical-align:bottom; width: 50px; height: auto; margin:  0 5px}
.page-id-5301 .myindex-3 .art-inner>h3::after {content: ""; display: block; width:40px;height: 40px;  position: absolute; bottom: -10px; left:50%; margin-left: -30px; background: url("img/icon_sprites.png") 74.7% 50% no-repeat; background-size: auto 48px}

span#closeme {display: block; width: 40px; height: 40px; cursor: pointer; margin:  0 auto;
	background: url("img/icon_sprites.png") 66.35% 50% no-repeat; background-size: auto 52px}

.page-id-5301 .myindex-3 .art-inner.opened>h3::after {display: none}
.page-id-5301 .myindex-3 .art-inner ul {padding: 0; margin: 0; list-style: none; font-size: 0;}

.page-id-5301 .myindex-3 .art-inner ul>li {margin: 30px 0; font-size: 1rem; color: #31312e; text-align: left; position: relative; padding-top: 40px}
.page-id-5301 .myindex-3 .art-inner ul>li strong {font-family: 'alternategotno1dregular'; font-weight: normal; letter-spacing: 1px; display: block; font-size: 2em; color: black; margin-bottom: -30px; text-align: center}

.page-id-5301 .myindex-3 .art-inner ul>li img {width: 60px; height: auto; position: absolute; top:0;left:50%; margin-left: -30px}


.page-id-5301 .myindex-3 .art-inner>ul, .page-id-5301 .myindex-3 .art-inner>p {display: none}
.page-id-5301 .myindex-3 .art-inner>p:nth-of-type(1) {margin-top: 0}




a.baslink {display: inline-block; margin:30px auto 0; text-align: center}
a.baslink>img {width: 180px; height: auto; margin:  0 auto 15px}
a.baslink>strong {color: #ada3a3; display: block; font-weight: 900; font-size: .75em; line-height: 1.4}
a.baslink:hover {color: #454141; text-decoration: none}
a.baslink:hover>strong{color: #454141;}
a.baslink:hover>img {
-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
}


.ageconsent {text-align: center;}
.ageconsent>img { width: 100%; height: auto; padding:  0 15px; margin-bottom: 50px}
.ageconsent>h4 {color: white}
.ageconsent>ol {padding: 0; margin:  50px 0; font-size: 0; list-style: none}
.ageconsent>ol>li {display: inline-block; width: 50%; font-size: 1.5rem; vertical-align: middle}
.ageconsent>ol>li>a {display:inline-block;font-family: 'alternategotno1dregular'; font-weight: normal; letter-spacing: 1px; border: 2px solid white; padding:5px 30px 3px; line-height: 1.2; color: white }
.ageconsent>ol>li>a:hover {background-color:#83c14a; border-color: #83c14a;  text-decoration: none}
.ageconsent>ol>li:first-child {text-align: left}
.ageconsent>ol>li:last-child {text-align: right}

.ageconsent>ol>li:first-child>a::before, .ageconsent>ol>li:last-child>a::after {content: ""; display: inline-block; width: 32px; height: 32px;  background: url("img/icon_sprites.png") 50% 50% no-repeat; background-size: auto 100%; vertical-align: middle; margin-top: -5px;}
.ageconsent>ol>li:first-child>a::before {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ageconsent>ol>li:last-child>a::after {
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}


.sec-indexed .art-inner>h2:nth-of-type(1), .sec-indexed .art-inner>h3:nth-of-type(1), .sec-indexed .art-inner>h4:nth-of-type(1) {margin-top: 0}

body #sb_instagram .sb_instagram_header {display: none}


/*scrollMajic thing*/
/* do we need mobile ?
div#content-wrapper {
	height: 100%;
	min-width: 900px;
	min-height: 500px;
}
html.touch div#content-wrapper {
	min-width: 700px;
}

.scrollContainer {
	overflow-y: scroll;
	overflow-x: hidden;
	min-width: 650px;
	width: 100%;
}
.scrollContent {
	position: relative;
	height: 100%;
}*/

#content-wrapper {overflow: hidden}
#intro {
	/*position:fixed;*/
	width: 100%; 
	height: 100vh; 
	min-height: 735px;
}

#intro-mobile {
width: 100%; 
height: 100%; 
min-height: 600px;
}

body:not(.mobiletouch) #intro-mobile {display: none}
body.mobiletouch #intro {display: none}

.hero>h1 {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0;
	top:250px;
	font-size: 2.5rem;
	color: white
}

body.mobiletouch .hero>h1 {top:20%; font-size: 2em}
.hero>h1>span {display: block; line-height: .7}

h1>.go1 {font-size: 5em; color: #81c341}
h1>.go2 {font-size: 4em}
h1>.go3 {font-size: 3em}
h1>.go4 {font-size: 1.5em}

/*scrollMajic thing ends*/

.page-id-5323 .abt.bt-500ml-collection,
.page-id-5323 .abt.return-to-hibernation {display: none}

.page-id-5325 .myindex-1 {padding-bottom: 0 !important}
.page-id-5325 .myindex-1 .art-inner {
border: 1px solid #969391;
padding: 15px 30px 5px;
position: relative;
}
.page-id-5325 .myindex-1 .art-inner h4 {
margin: 0;
position: absolute;
top: -12px;
left: 30px;
color: #dc9c01;
text-transform: uppercase
}
.page-id-5325 .myindex-2 .art-inner {margin: 0 -15px 30px}

footer {background-color: #262624; position: relative; color: white; padding-top: 80px; font-size: .85em; font-weight: normal; text-align: center}
footer::before {content: ""; display: block; width: 100%; height: 20px; position: absolute; left:0; right: 0; top:-20px; z-index: 1; background: url("img/pattern_grey.png") 50% 50% repeat-x;}
.footer-col2 {line-height: 1.4}
.footer-col3 {line-height: 1.4}
.footer-col3 strong {display: inline-block; width: 110px; }
footer h3 {color:#83c14a; margin: 25px 0 10px; font-size: 2.5em }
footer a {color: white; }
.logo-footer {max-width: 400px; width: 100%; padding: 0 5%}

footer .footer-col2 ol {margin: 0;padding: 0; font-size: 0; list-style: none}
footer .footer-col2 ol>li {display: inline-block; vertical-align: middle}
footer .footer-col2 ol>li:not(:last-child) {margin-right: 15px}
footer .footer-col2 ol>li>a {display: block; width: 24px; height: 24px; background: url("img/icon_sprites.png") 0% 50% no-repeat; background-size: auto 150%}

footer .footer-col2 ol>li:nth-child(1)>a  {background-position: 9.5% 50%}
footer .footer-col2 ol>li:nth-child(2)>a  {background-position: 17.65% 50%}
footer .footer-col2 ol>li:nth-child(3)>a  {background-position: 1.5% 50%}

p.copyright {margin: 80px 0 0; padding: 20px 15px; text-align: center; background-color: black; color: #ababab; font-size: 12px}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor:grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


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

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

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

    position: absolute;
    top: 50%;
	margin-top: -18px;

    display: block;

    width: 40px;
    height:36px;
    padding: 0;


    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

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

    opacity: .25;
    color: black;

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


body .slick-next,
body .slick-next:hover
{
background: url("img/icon_sprites.png") 50% 50% no-repeat;
background-size: auto 120%;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}

body .slick-prev,
body .slick-prev:hover{
background: url("img/icon_sprites.png") 50% 50% no-repeat;
background-size: auto 120%;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

body .slick-prev::before, body .slick-next::before {display: none} 

/*to get proper ratio on each slide:*/

.mygalleryslider {height: 300px}
.page-id-5327 .mygalleryslider {height: 300px}
.eachmygalleryslider {margin: 0 5px; position: relative}
body.page-template-template-eatssubpages .mygalleryslider { height: 400px; margin: 0 -15px }
body.page-template-template-eatssubpages .eachmygalleryslider {margin: 0}
a.myIMGModaltrigger {display: block; position: absolute; top:0;left:0; right: 0; bottom: 0;background-color: rgba(0,0,0,0); z-index: 2}
a.myIMGModaltrigger::after {content: ""; display: block; width: 32px; height: 32px; position: absolute; top:50%; left:50%; margin: -16px 0 0 -16px; background: white url("img/icon_sprites.png") 101% 50% no-repeat; background-size: auto 80%; border-radius: 50%; opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}
a.myIMGModaltrigger:hover {background-color: rgba(0,0,0,.5)}
a.myIMGModaltrigger:hover::after {opacity: 1;}

.slider {
  position: relative;
  width: 100%;
  /* 16:9 Aspect Ratio */
  padding-top: 100%;
}
.slick-list {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-track {
  height: 100%;
}


/*dzsparallaxer.css*/
@-webkit-keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.dzsparallaxer {
	min-height: 100px;
  overflow: hidden;
  background-color: #1c1a17;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .dzsparallaxer .dzsparallaxer--target {
    position: relative; }
  .dzsparallaxer .dzsparallaxer--blackoverlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .dzsparallaxer .big-text {
    position: absolute;
    text-align: center;
    width: 80%;
    left: 10%;

    top: 70px;

}


  .dzsparallaxer .center-it {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.dzsparallaxer.use-loading .dzsparallaxer--target {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.7s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.7s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.7s;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.dzsparallaxer.use-loading .preloader-semicircles {
  transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
  opacity: 1; }
.dzsparallaxer.use-loading.loaded .preloader-semicircles {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  visibility: hidden; }

.dzsparallaxer.allbody {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }

.divimage {
  background-size: cover;
  background-position: center center; }

.dzsparallaxer.simple-parallax {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  .dzsparallaxer.simple-parallax .simple-parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0); }
  .dzsparallaxer.simple-parallax .dzsparallaxer--target {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

.semi-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#99000000',GradientType=0 ); }

@-webkit-keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.preloader-semicircles {
  width: 15px;
  height: 15px;
  background: rgba(230, 50, 50, 0.9);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  pointer-events: none;
  margin-left: -15px;
  margin-right: -15px;
  animation: preloader-semicircles-tween 1.4s infinite linear;
  -webkit-animation: preloader-semicircles-tween 1.4s infinite linear; }

.preloader-semicircles:after {
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: 5px solid #c83232;
  border-bottom: 5px solid #c83232;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 25px;
  content: '';
  top: -10px;
  left: -10px;
  box-sizing: content-box; }

.center-it {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }



/*correct google conversion tracking tag generated iframe height issue*/
iframe[name='google_conversion_frame'] { 
height: 0 !important;
width: 0 !important; 
line-height: 0 !important; 
font-size: 0 !important;
margin-top: -13px;
float: left;
}


/*aos.css*/
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}


/*
Mobile first queries : Extra small devices (portrait phones, less than 576px) No media query as defaulted in Bootstrap

xs  < 576
sm  : 576 - 767
md  : 768 - 991
lg  : 992 - 1199
xl  > 1200

*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

.modal-dialog {max-width: 960px}

h1 {font-size: 5em; letter-spacing: 2px}
h2 {font-size: 3em;}
h3, ol.charitylists>li>div>h3 {font-size: 2.5em;}
h4 {font-size: 2em;}
h5 {font-size: 1.5em}
h6 {font-size: 1.25em}
	
.sec-banner.v2 h1 {font-size: 6.5em}
.sec-banner.v3 h1 {font-size: 4em}
	
ol.beergrids>li {font-size: 1.1rem}
ol.beergrids.v2>li h5 {letter-spacing: 1px}
.page-id-5301 .myindex-2 ul>li {font-size: 2rem;}
.page-id-5301 .myindex-3 .art-inner>h3 {font-size: 2em}
.page-id-5301 .myindex-3 .art-inner>h3>img {width: 70px;margin:  0 15px}
	
ol.superbtn>li>a {padding: 40px 15px;}
	
ol.ourbrewers>li { width: calc(50% - 30px); padding-bottom: calc(50% - 30px);}
	
.sec-pdfs ul>li {font-size: 1.1rem}
.deco-green-center::after, .deco-white-center::after {display: block}
	
.sec-parallax h2 { font-size: 4.5em}
	
.page-id-5329 .myindex-1 ol>li {font-size:1.1rem}
	
ol.charitylists>li {display: inline-block; width: 50%;  vertical-align: top;}
	
ol.faq>li {font-size: 1.1rem}
li.rectbox>span { padding:15px; letter-spacing: 1px; }
	
li.rectbox {width:calc(50% - 20px); padding-bottom: calc(25% - 10px); margin: 10px; }
	
.page-id-5344 .myindex-1 { background-position: 42% 50%}
.page-id-5344 .myindex-1 .art-inner {padding-left:30%}
	
ol.mybtns>li { font-size: 1rem; }
	
.page-id-5339 .myindex-1 ol>li:nth-child(2) {background: url("img/door_curve.png") 50% 0% no-repeat; background-size:100% auto; padding: 200px 35px 0}
	
.page-id-5344 .myindex-3 ol>li:first-child strong {font-size: 3em;}

} /*576px closed*/

/*Small devices (landscape phones, 641px and up)*/
@media (min-width: 641px) {
	
body .gform_wrapper ul.gform_fields {margin-right: -16px !important}

} /*641px closed*/




/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
.page-id-5303 .myindex-4 .mybtn { font-size: 2em}
	
li.fullbox>article ol>li {display: inline-block; vertical-align: middle}
li.fullbox>article ol>li:nth-child(1) {width: 20%}
li.fullbox>article ol>li:nth-child(2) {width: 80%}
	
.page-id-5329 .myindex-1 ol>li {width: calc(33.333333% - 10px);}
	
.page-id-5339 .myindex-1 ol>li:nth-child(2) { padding: 200px 20% 0}
	
.art-testimonial {padding: 0 5%}
.carousel-control-next, .carousel-control-prev {width: 5%}
		
.art-sidebar {margin-top: 100px}

.carousel-indicators { display: none}
	
.mygalleryslider {height: 200px}	
.page-id-5327 .mygalleryslider {height: 150px}
	
.sec-banner h1 {margin-top: 0}
	
li.rectbox>span::after {content: ""; display: block; width: 24px; height: 24px; position: absolute; bottom: 20px; left:50%; margin-left: -12px; background: url("img/icon_sprites.png") 42% 50% no-repeat; background-size: auto 150%;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
li.rectbox>span.onshow {background-color: white; color:#83c14a }
li.rectbox>span.onshow::after {background-position: 33.75% 50%;
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
	
ol.superbtn>li {display: inline-block; vertical-align: middle;width: 50%;}
	
.page-id-5337 .myindex-1 {margin:-80px 0}
.page-id-5337 .myindex-1 .art-inner{ padding:60px 30px 30px;}
	
.ageconsent>ol { margin:  50px 20%}
.ageconsent>ol>li {font-size: 2rem}
	
}/*768px closed*/

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
	
.navbar {background: none; padding: 15px 0}
.navbar-brand {margin-bottom: 0}
.navbar-nav {padding: 0;}
	
.navbar .dropdown-menu {padding: 15px}
	
.navbar .dropdown-menu .dropdown-item {padding: 5px 0; font-size: 1.55em}
	
.navbar-nav .nav-link {font-size: 1.5em}
	
.navbar.solidify .dropdown-menu::after {opacity:1}
.navbar.solidify::after {opacity: 1}
.navbar.solidify {border-bottom-color:rgba(255,255,255,0) }
	
.dropdown-menu {display: none}	
.dropdown:hover .dropdown-menu {display: block;}
	
.navbar-nav .nav-link::before {left:10%}
	
	
li#menu-item-5356 .dropdown-menu {margin-left: 5%}
li#menu-item-5372 .dropdown-menu {margin-right: 4%}
li#menu-item-5362 .dropdown-menu {margin-left: 6%}
li#menu-item-5574 .dropdown-menu {margin-left: 5%}
li#menu-item-5377 .dropdown-menu {margin-left: -2%}
	
.navbar .dropdown-menu {padding-top: 45px}	
.navbar-brand {display: none}
li.menu-item-5355 {display: inline-block}
li.menu-item-5355>a {font-size: 0!important; padding: 0 0 80% !important; background: url("img/logo_worthy_brewing.png") 50% 50% no-repeat; background-size: contain;
margin: 0% 10% -45%;
-webkit-filter: drop-shadow(0px 0px 10px  rgba(0,0,0,0.5));
filter: drop-shadow(0px 0px 10px  rgba(0,0,0,0.5));}

	
.navbar-nav>li {width: 10%; vertical-align: middle; text-align: center;}
.navbar-nav>li:nth-child(5) {width: 20%;z-index: 99; padding:0 15px;}
.navbar-nav>li:nth-child(6) {width: 14%}
.navbar-nav>li:nth-child(8),.navbar-nav>li:nth-child(9) {width: 8%}
	
.navbar li.menu-item-5372 .dropdown-menu {right: 0; left:auto; text-align: right}

.sec-main, .sec-indexed.balanced, .sec-indexed.sec-imglr, .sec-blogwrapper {padding: 80px 0}

.page-id-5333 .sec-indexed.sec-imglr.myindex-2 {margin-top: -80px; overflow: hidden}
	
.page-id-5303 .myindex-2 ol>li {display: inline-block; vertical-align: middle}
.page-id-5303 .myindex-2 ol>li:nth-child(1) {width: 35%}
.page-id-5303 .myindex-2 ol>li:nth-child(2) {width: 65%}
.page-id-5303 .myindex-2 ol>li:nth-child(1)>ul {padding:50px 80px; float: right}
.page-id-5303 .myindex-2 ol>li:nth-child(2) {padding: 80px 50px; max-width: 900px}
	
.page-id-5303 .myindex-2 ol>li:nth-child(2)::before {width:20px; height: 100%; left:-20px; top:0; background: url("img/pattern_ripper_vertical_left.png") 50% 50% repeat-y;}
	
	
.page-id-5303 .myindex-3 ol>li {display: inline-block; width: 50%; vertical-align: top; margin: 0; padding: 0 15px;}
	
	
li.rectbox {width:calc(33.333333% - 20px); padding-bottom: calc(16.66666665% - 10px); }
li.desktop {display: block}
li.mobile {display: none}
	

.page-id-5307 .myindex-1 .art-inner {padding-left: calc(40% + 50px); position: relative}
.page-id-5307 .myindex-1 ol {width: 40%; position: absolute; left:0; top:-80px; bottom: -120px; margin: 0; padding: 0}
.page-id-5307 .myindex-1 ol::after {display: none}
	
.page-id-5307 .myindex-1 ol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.page-id-5307 .myindex-1 ol>li:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.page-id-5307 .myindex-1 ol>li:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.page-id-5307 .myindex-1 ol>li:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
	
.page-id-5307 .myindex-3 .art-inner {padding-left: 50%; margin-bottom: 100px}
.page-id-5307 .myindex-3 .art-inner img {position: absolute; width: 40%; height: auto; left:0; top:0; z-index: 2}
.page-id-5307 .myindex-3 .art-inner h2 {position: absolute; width: 110px; top:-70px; left:35%; z-index: 3; line-height: .8; font-size: 3.75em}
	
	
ol.ourbrewers>li {width: calc(33.3333333% - 30px); padding-bottom:calc(33.3333333% - 30px) }
	
	
img.sec-img  {position:absolute; max-width: 50%; max-height: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);}
	
.page-id-5333 .myindex-1 img.sec-img {max-height: 130%}
	
.imageleft .art-inner {padding-left: 25%}
.imageleft img.sec-img {left: 0%;}
	
.imageright .art-inner {padding-right: 40%}
.imageright img.sec-img {right: 15%;  }
	
.page-id-5333 .myindex-2>div,
.page-id-5333 .myindex-2>div>div,
.page-id-5333 .myindex-2>div>div>div,
.page-id-5333 .myindex-2>div>div>div>article {position: static}
	
.page-id-5333 .myindex-2.imageright img.sec-img {right: -10% }
	
.page-id-5329 .myindex-1 ol>li {width: calc(20% - 10px);}
	

ol.charitylists>li {width:33.33333333%}
.page-id-5331 .myindex-1 pre {margin: -120px 0 50px}
.page-id-5331 .myindex-1 .art-inner {padding: 0 15%}
	
.page-id-5339 .myindex-1 ol>li:nth-child(2) {padding: 200px 15px 0 35px;
margin: -15% 50% 0 0; }
.page-id-5339 .myindex-1 ol {position: relative}
.page-id-5339 .myindex-1 ol>li:nth-child(1) {margin-left: 48%}
.page-id-5339 .myindex-1 ol>li:nth-child(3) {width: 35%;
position: absolute;
bottom: 25%;
right: 5%;}
	
.page-id-5344 .myindex-1 {background-position: 50% 50%}
.page-id-5344 .myindex-1 .art-inner {padding-left: 35%}
	
.page-id-5344 .myindex-2 ul {
-moz-column-count: 3;
-webkit-column-count:3;
column-count:3;
}
	
.page-id-5344 .myindex-3 ol>li {display: inline-block; vertical-align: middle}
.page-id-5344 .myindex-3 ol>li:first-child {width:65%}
.page-id-5344 .myindex-3 ol>li:last-child {width:35%; padding-left: 30px}
	
	
.page-id-5344 .myindex-5 .art-inner {margin:  0 15%}

.page-id-5556 .sec-main .art-content {padding: 0 15%}
	
	
.page-id-5305 .myindex-1 ol>li:first-child {margin-bottom: 0}
.page-id-5305 .myindex-1 ol>li {display: inline-block; vertical-align: top}
.page-id-5305 .myindex-1 ol>li:first-child {width:calc(35% - 30px); margin-right: 30px;}
.page-id-5305 .myindex-1 ol>li:last-child {width: 65%}
	
.sec-map .art-inner {padding:0 0 80px 30px}
	
.sec-map>.container,
.sec-map>.container>.row,
.sec-map>.container>.row>.col-12,
.sec-map>.container>.row>.col-12>.art-inner {position: static}
	
.sec-map .art-inner .embed-responsive {position: absolute; right: 0; bottom: 0; top:0; left:38%; width: auto}
.sec-map .art-inner .embed-responsive-16by9::before {display: none; padding: 0}

.boxed {margin: 0 10%}
	
	
.page-id-5311 .myindex-1 ol {position: relative;
-moz-column-count: 2;
-webkit-column-count:2;
column-count:2;
-moz-column-gap: 60px;
-webkit-column-gap:60px;
column-gap:60px;
}
.page-id-5311 .myindex-1 ol::after {content: ""; display: block; position: absolute; top:-50px; bottom: 0;width: 60px; left:50%; margin-left: -30px; background: url("img/icon_leaves.png") 50% 50% no-repeat; background-size: 100% 100% }
	
.page-id-5311 .myindex-1 ol>li {padding-left: 70px}
	
.page-id-5311 .myindex-1 ol>li img {left:5px; width: auto; height: 65px; top:0}
	
.page-id-5311 .myindex-1 ol>li>strong::after {left: -15px; }
	
ol.mycontentboxes {margin: 50px 10% 0}
	
.page-id-5337 .myindex-1 .art-inner, .page-id-5337 .myindex-2 .art-inner {margin:  0 10%}
	
body li.gf_list_inline>label, body li.gf_list_inline>div.ginput_container {display: inline-block; vertical-align:middle}
	
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {padding-left: 0}

.page-id-5319 .myindex-7 .art-inner {margin: -50px 15% 0}
	
.art-inner .ut-menu-standard .menu-items-container .menu-item .beer .beer-label {margin-top: -5px}
	
.sec-duo .art-inner>ul {margin:  0 -5%}
.sec-duo .art-inner>ul>li {display: inline-block; vertical-align: top; width: 50%; padding: 0 5%}

.sec-duo .art-inner>ul>li:first-child {padding-bottom: 0}
.sec-duo .art-inner>ul>li:last-child {padding-top: 0}


.sec-duo {background-image: url("img/bk_duo.png");}
.page-home .sec-duo {background-image:url("img/bk_duo_home_desktop.png")}
.postid-5734 .sec-duo {background-image:url("img/bk_duo_5734.png")}
.postid-5737 .sec-duo {background-image:url("img/bk_duo_5737.png")}
.postid-5740 .sec-duo {background-image:url("img/bk_duo_5740.png")}
.postid-5743 .sec-duo {background-image:url("img/bk_duo_5743.png")}
.postid-5746 .sec-duo {background-image:url("img/bk_duo_5746.png")}
.postid-6399 .sec-duo {background-image:url("img/bk_duo_6399.png")}
.postid-6388 .sec-duo {background-image:url("img/bk_duo_6388.png")}
.postid-6391 .sec-duo {background-image:url("img/bk_duo_6391.png")}
.postid-6390 .sec-duo {background-image:url("img/bk_duo_6390.png")}
.postid-6386 .sec-duo {background-image:url("img/bk_duo_6386.png")}
.postid-6387 .sec-duo {background-image:url("img/bk_duo_6387.png")}
.postid-7397 .sec-duo {background-image:url("img/bk_duo_7397.jpg")}
.postid-10040 .sec-duo {background-image:url("img/bk_duo_10040.png")}
	
.singleblogwrapper>ul>li {display: inline-block; vertical-align: middle}
.singleblogwrapper>ul>li:first-child{width: 35%}
.singleblogwrapper>ul>li:last-child {width: 65%; padding-left: 30px}
.singleblogwrapper>ul>li:last-child h4 {margin-top: 0}
	
	
.singleblog-sidebar {border-left: 1px solid #9f9d9b; padding-left: 30px; margin-bottom: 0}
.singleblog-sidebar .blogsnippets {margin-top: 0}
	
	
ol.beerdetails {margin-top: 0}
ol.beerdetails>li {display:inline-block; vertical-align: middle; width: 50%}
ol.beerdetails>li h3 {margin: 0}
ol.beerdetails>li:first-child {text-align:right; padding-right: 200px}
ol.beerdetails>li:nth-child(2)>article, ol.beerdetails>li:nth-child(4)>article {margin-left: 30%}
ol.beerdetails>li:nth-child(1)::after {width: 70%; height: 1px; left:auto; right: -30%; bottom: 50%;}	
ol.beerdetails>li:nth-child(2)::after{height: 130px;bottom: -130px;left: 65%;}
ol.beerdetails>li:nth-child(3)::after {width: 30%; height: 1px; left:auto; right: -30%; bottom: 50%}
	
ol.beerdetails>li:nth-child(1), ol.beerdetails>li:nth-child(2) {margin-bottom: 100px}
ol.beerdetails.has-media>li:nth-child(4)::after {display: none}
ol.beerdetails.has-media>li:nth-child(5)::before{content: "";display: block;width: 1px;height: 60px;position: absolute;top: -60px;left: 13%;background-color: #969391;}
ol.beerdetails.has-media>li:nth-child(5) {margin-left: 13%; width: 74%}
ol.beerdetails.has-media>li:nth-child(5)>article {padding-right: 30%; position:relative}
ol.beerdetails.has-media>li:nth-child(5)>article img {position: absolute; right: 15px; width: calc(30% - 70px);top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);}

ol.ailists {position: absolute; left:50%; bottom: 0}

.sec-pdfs ul {text-align: center}
.sec-pdfs ul>li {display: inline-block; width: 50%; margin: 0 auto}
	
ol.beergrids {padding:  0 5%}
ol.beergrids>li {width: 33.333333%}
	
.page-id-5301 .myindex-2 ul>li {width: calc(16.666666667% - 2px)}
	
.page-id-5301 .myindex-3 .art-inner ul {margin: 0 -30px}
.page-id-5301 .myindex-3 .art-inner ul>li {display: inline-block; vertical-align: top; width: 33.333333%;  padding: 40px 30px 0}
	
.ageconsent>img { padding:  0 20%}
.ageconsent>ol {margin: 50px 30%}
	
.sec-parallax {height: 300px}
.sec-parallax>.divimage {height: 600px}
	

ol.mybtns>li { width: 25%; margin: 0 }
ol.mycontentboxes { margin-top: 50px}
	
.sec-parallax h2 { font-size: 8.5em}
	
ol.superbtn>li>a {letter-spacing: 0}
.art-banner { margin-top: 100px}
	
.postid-5746 .beerwrapper, .postid-6386 .beerwrapper, .postid-6387 .beerwrapper {width: 160px;margin-left: -80px; bottom: -380px}
	
.single-beer .sec-main .col>.art-content:last-of-type {min-height: 200px}
	
.page-id-5325 .myindex-1 {padding-bottom: 50px!important}
.page-id-5325 .myindex-1 .art-inner {margin: 0 20%}
.page-id-5325 .myindex-1 .art-inner h4 {top: -18px}
.page-id-5325 .myindex-2 {padding: 0}


footer {text-align: left}
.logo-footer {padding: 0}
}/*992px closed*/

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	
h1 {font-size: 6.5em; letter-spacing: 3px}
h2 {font-size: 3.5em}
h3, .page-id-5301 .myindex-3 .art-inner>h3, ol.charitylists>li>div>h3 {font-size: 3em;}
h4 {font-size: 2.25em;}
h5 {font-size: 2em}
h6 {font-size: 1.5em}
	
.navbar-nav .nav-link {font-size: 1.75em}
	
.page-id-5303 .sec-banner, .page-id-5307 .sec-banner, .page-id-5309 .sec-banner, .page-id-5339 .sec-banner,.page-id-5344 .sec-banner, .page-id-5301 .sec-banner {min-height: 100vh}
	
li#menu-item-5356 .dropdown-menu {margin-left: 10%}
li#menu-item-5372 .dropdown-menu {margin-right: 8%}
li#menu-item-5362 .dropdown-menu {margin-left: 12%}
li#menu-item-5574 .dropdown-menu {margin-left: 10%}
li#menu-item-5377 .dropdown-menu {margin-left: -4%}

ol.charitylists>li {padding: 50px 3%}
	
.page-id-5339 .myindex-1 ol>li:nth-child(2) {padding: 250px 15px 0 35px; background-size: cover}
	

.mygalleryslider {height: 300px}	
.page-id-5327 .mygalleryslider {height: 200px}
body.page-template-template-eatssubpages .mygalleryslider {height: 550px}
	
ol.mybtns>li:not(:last-child)::after {content: "+"; font-size: 4em; display: block; width: 40px; height: 40px;  position: absolute; right: -20px;top: 65%; line-height: .5; 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
 }
ol.mybtns.v2>li:not(:last-child)::after {color: #83c14a}
	
ol.superbtn>li>a {letter-spacing: 2px}
	
.page-id-5301 .myindex-2 ul>li {font-size: 2.5rem}
	
.postid-5746 .beerwrapper, .postid-6386 .beerwrapper, .postid-6387 .beerwrapper {width: 180px;margin-left: -90px}
	
ol.beerdetails>li:first-child {padding-right: 220px}
ol.beerdetails>li:nth-child(1)::after {width: 65%}	

} /*1200px closed*/

/*Extra large devices (large desktops, 1920px and up)*/
@media (min-width: 1920px) { 
	
.page-id-5303 .myindex-2 ol>li:nth-child(1) {width: 40%;}
.page-id-5303 .myindex-2 ol>li:nth-child(2) {width: 60%;}
	
.page-id-5333 .myindex-2.imageright img.sec-img {right: -10% }
	
#intro>h1 {font-size: 3em}
	
.sec-parallax {height: 400px}
.sec-parallax>.divimage {height: 800px}
		
} /*1920px closed*/

/*IE 11 flex box margin auto fix*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 
	
.page-id-5311 .myindex-1 ol>li, .page-id-5344 .myindex-2 ul>li {overflow: hidden}
	
}
	