/****************************
 =GENERAL STYLES
*****************************/
.hidden {
	display: none;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/*###### Buttons ######*/
#top div .avia-button {
	margin-bottom: 16px;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8523+0,db6d1e+100 */
    background: rgb(255,133,35); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,133,35,1) 0%, rgba(219,109,30,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,133,35,1)), color-stop(100%,rgba(219,109,30,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(255,133,35,1) 0%,rgba(219,109,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(255,133,35,1) 0%,rgba(219,109,30,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(255,133,35,1) 0%,rgba(219,109,30,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(255,133,35,1) 0%,rgba(219,109,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8523', endColorstr='#db6d1e',GradientType=0 ); /* IE6-9 */

	border: none;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,.3);
			box-shadow: 3px 3px 6px 1px rgba(0,0,0,.3);
}
.avia-button.avia-size-large {
	font-size: 16px;
	min-width: 140px;
	padding: 13px 30px;
}
#top .button:hover,
#top .avia-button:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#79aece+0,8cccf0+100 */
    background: rgb(121,174,206); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(121,174,206,1) 0%, rgba(140,204,240,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,174,206,1)), color-stop(100%,rgba(140,204,240,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(121,174,206,1) 0%,rgba(140,204,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(121,174,206,1) 0%,rgba(140,204,240,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(121,174,206,1) 0%,rgba(140,204,240,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(121,174,206,1) 0%,rgba(140,204,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79aece', endColorstr='#8cccf0',GradientType=0 ); /* IE6-9 */

	opacity: 1;
	background-color: #8cccf0 !important;
	-webkit-box-shadow: inset 2px 2px 5px 1px rgba(0,0,0,.7);
			box-shadow: inset 2px 2px 5px 1px rgba(0,0,0,.7);
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
#main .light-txt p,
#main .light-txt strong,
#main .light-txt a,
#main a.light-txt {
	color: #fff;
}

/*###### Images ######*/
.av-image-caption-overlay {
	font-weight: 400;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*###### Image Nav ######*/
#top #navboxes .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: 0px;
}

/*###### Headers ######*/
body .av-special-heading .av-special-heading-tag {
	text-transform: uppercase;
}
.av-subheading p {
	color: #ff8523 !important;
}
.hr-custom {
	height: 40px;
	width: 100%;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../../images/oktoberfest-divider.png');
}

/****************************
 =MAIN BANNER STYLES
*****************************/
#main #oktoberfest .container {
	max-width: 100%;
}

#main .oktoberfest-banner {
	background: #34648b;
}
#main .oktoberfest-banner,
#main .oktoberfest-banner p {
	font-weight: 400 !important;
	font-size: 24px !important;
	color: #fff !important;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/****************************
 =HEADER META STYLES
*****************************/
#header_meta {
	position: absolute;
	min-height: 60px;
	width: 100%;
	z-index: 999;
	margin-bottom: 0;
	border-bottom-width: 0;
	background-repeat: repeat;
	background-position: center center;
	background-image: url('../../images/bg-top-header.jpg');
}
#header_meta .container {
	min-height: 50px;
}
.sub_menu {
	float: none !important;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	top: 15px;
	width: 100%;
	z-index: 2;
	text-align: center;
}
#top .sub_menu > ul {
	float: none;
	margin: 0;
	text-align: center;
}
.sub_menu li {
	border-right-style: solid;
	border-right-width: 0px;
	display: inline-block;
	float: none;
	line-height: 10px;
	padding: 0 10px;
	position: relative;
}
.sub_menu > ul > li > a {
	color: #5e5e5e;
	padding: 3px 8px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sub_menu > ul > li > a:hover {
	color: #87cefa;
	text-decoration: none;
}
.sub_menu > ul > li.reserve > a {
	color: #fff;
	padding: 3px 8px;
	font-weight: 300;
	background: #ff8523;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sub_menu > ul > li.reserve > a:hover {
	color: #fff;
	background: #87cefa;
	text-decoration: none;
}

/****************************
 =HEADER MAIN STYLES
*****************************/

#header_main {
	background-repeat: repeat;
	background-position: center center;
	background-image: url('../../images/bg-main-header.jpg');
}
#header_main .container {
	min-height: 80px !important;
	width: 100%;
	padding: 5px 50px;
}
.logo,
.logo a,
.logo img {
	max-height: 60px !important;
}
#header .logo {
	margin: 6px 0px 0px;
}
.av-main-nav-wrap ul {
	margin: 0;
	padding: 17px 0;
}
.av-main-nav li {
	line-height: 10px;
	padding: 0 5px;
}
.av-main-nav > li > a {
	padding: 3px 8px;
	font-weight: 300;
	font-size: 16px;
	height: auto !important;
	line-height: 30px !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.av-main-nav > li > a:hover {
	text-decoration: none;
}
.av-main-nav li.reserve a {
	color: #fff !important;
	padding: 3px 8px !important;
	font-size: 16px;
	height: auto !important;
	line-height: 30px !important;
	background: #ff8523;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.av-main-nav li.reserve a:hover {
	color: #fff;
	background: #87cefa;
	text-decoration: none;
}
#header_main .main_menu .menu li.reserve .sub-menu {
	padding: 0;
}
#header_main .main_menu .menu li.reserve .sub-menu li a {
	padding: 6px 8px !important;
	background-color: #ff8523;
}
#header_main .main_menu .menu li.reserve .sub-menu li a:hover { 
	background-color: #87cefa;
}
.header_color .main_menu ul:first-child > li.current-menu-item > a {
	color: #ff8523 !important;
}
#advanced_menu_toggle:hover,
#advanced_menu_hide:hover {
	border-color: #ff8523 !important;
	background-color: #ff8523 !important;
}
#advanced_menu_toggle,
#advanced_menu_hide {
	border-color: #87cefa !important;
}

/****************************
 =CONTENT STYLES
*****************************/

/*###### Containers ######*/

.full-width .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.responsive #top #wrap_all .full-width .container {
	max-width: 100%;
	width: 100%;
}
.responsive #top .full-width .container .av-content-small,
.responsive #top #wrap_all .full-width .flex_column,
.responsive #top #wrap_all .full-width .av-flex-cells .no_margin {
	margin: 0;
}

/*###### Main Slider ######*/

.beer-logo {
	margin: 0;
}
.beer-logo.middle {
	margin: 0 20px;
}
.avia-caption-content p {
	font-weight: 400 !important;
	font-size: 24px !important;
	color: #fff !important;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*###### Accordian/Toggle ######*/

.single_toggle {
	margin: 0 0 2px 0 !important;
}
.js_active .toggler {
	font-weight: 400;
	text-align: center;
	padding: 30px 3px 5px 3px;
	border-color: #fff !important;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alternate_color .toggler {
	color: #424242 !important;
	background-color: #fff !important;
	border-color: #424242 !important;
}
.alternate_color .toggle_content {
	text-align: center;
	color: #424242 !important;
	border-color: #424242 !important;
	background-color: #fff !important;
}
.toggle_icon {
	top: 10px;
	left: 50%;
}
.toggle_icon,
.toggle_icon .vert_icon,
.toggle_icon .hor_icon {
	border-color: #424242 !important;
}

/*###### =Forms ######*/

#top label,
#mc_embed_signup .volunteer strong { /* Label for MailChimp Form Radio Buttons */
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#top .ginput_complex label {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper .top_label .gfield_label {
	margin: 0.625em 0 0.3em !important;
}
#top label span,
#top legend span {
	color: #ff8523;
	font-size: 16px;
}
#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
	border-color: #424242;
}
.gform_wrapper {
	margin: 8px 0 0 0 !important;
}
.gform_wrapper .gform_footer {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
.content form input.button,
.gform_wrapper .gform_footer input[type="image"],
.gform_wrapper .gform_footer input[type="submit"] {
	padding: 13px 30px !important;
	min-width: 140px;
	color: #ffffff !important;
	font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	line-height: 16px !important;
	background-color: #26648b !important;
	-webkit-border-radius: 3px !important;
		 -moz-border-radius: 3px !important;
					border-radius: 3px !important;
	-webkit-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}
#top .content form input.button:hover,
#top .gform_wrapper .gform_footer input[type="image"]:hover,
#top .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #8cccf0 !important;
}
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
	font-size: 16px !important;
	font-weight: bold !important;
	-webkit-border-radius: 0px !important;
		 -moz-border-radius: 0px !important;
					border-radius: 0px !important;
}
#top textarea,
#top select {
	padding: 5px 6px !important;
}
/*###### =Ceremonial Keg Form ######*/
.ceremonial-keg-form .gform_fields {
	text-align: center;
}
.ceremonial-keg-form .gform_fields .gfield {
	text-align: left;
}
#top .gform_wrapper .ceremonial-keg-form .full-name {
	margin-bottom: 0px;
}
.ceremonial-keg-form .age,
.ceremonial-keg-form .phone,
.ceremonial-keg-form .email {
	width: 30%;
	display: inline-block;
}
.ceremonial-keg-form .age,
.ceremonial-keg-form .phone {
	margin-right: 4.6%;
}
.ceremonial-keg-form .button {
	margin-top: 20px;
}

/*###### =MailChimp Form ######*/
#mc_embed_signup {
	position: relative;
	top: -8px;
	width: 75%
}
#mc_embed_signup .size1of2 {
	display: none;
}
#mc_embed_signup .first-name,
#mc_embed_signup .last-name {
	float: left;
	width: 40%;
}
#mc_embed_signup .first-name {
	margin-right: 4%;
}
#mc_embed_signup .volunteer {
	float: right;
	width: 12%;
}
#mc_embed_signup ul {
	list-style: none;
	margin: 0px;
}

/****************************
 =Blog
*****************************/
.post {
	position: relative;
	padding-left: 170px;
	line-height: 1.15em;
}
.single .post {
	padding-left: 0px;
}
.blog .category-galleries {
	display: none;
}
article .publisher {
	margin-bottom: 4px;
	padding-bottom: 0px;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.15em;
	color: #9eb0b8;
}
article .publisher .publisher-logo {
	margin: 0 auto;
	position: absolute;
	top: -34px;
	left: 0px;
	width: 138px;
	height: 138px;
	line-height: 138px;
	text-align: center;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}
article .publisher .publisher-logo img {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.html_elegant-blog #top .main_color article .entry-title,
.html_elegant-blog #top .main_color article .entry-title a {
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #34648b;
	text-align: left;
	line-height: 1.15em;
}
.html_elegant-blog #top .main_color article .entry-title a:hover {
	color: #f6852d;
	opacity: 1;
}
#top .container .entry-content-wrapper .entry-content-header span,
#top .container .entry-content-wrapper .entry-content-header span * {
	font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #9eb0b8;
	text-transform: uppercase;
	display: inline-block;
	font-weight: normal;
}
#top .container .entry-content-wrapper .entry-content-header .avia-button span.avia_iconbox_title {
	color: #fff;
}
#top .container .entry-content-wrapper .entry-content-header .blog-categories a::after {
	content: ", ";
	margin-right: 4px;
}
#top .container .entry-content-wrapper .entry-content-header .blog-categories a:last-child::after {
	content: "";
}
#top .container .entry-content-wrapper .entry-content-header .blog-author,
#top .container .entry-content-wrapper .entry-content-header .av-vertical-delimiter {
	display: none;
}
span.meta-date::after,
span.meta-article-url::after,
span.meta-pdf-link::after {
	content: "  |  ";
	padding-right: 11px;
	padding-left: 11px;
}
#top article .publisher a:hover,
#top .container .entry-content-wrapper .entry-content-header span a:hover {
	color: #87cefa;
	text-decoration: underline;
}
.template-blog .post_delimiter {
	border-top: 1px solid #cacaca;
}
.html_elegant-blog .template-blog .post_delimiter {
	margin: 30px 0px 0 0;
	padding: 0 0 36px 0;
}

/* =Single Posts
----------------------------*/
.archive #main .container_wrap:first-child,
.single #main .container_wrap:first-child {
	display: none;
}
.single-post p {
	text-align: justify;
	line-height: 1.4em;
}
#top div.entry-content blockquote,
#top div.entry-content blockquote a,
#top main-color blockquote {
	color: #999;
}
#top div.entry-content blockquote a:hover {
	color: #ff8523;
}

/* =Tag Widget
----------------------------*/
#top .tagcloud a {
	color: #666;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	-webkit-transition: all 0.1s ease-out;
					transition: all 0.1s ease-out;
}
#top .tagcloud a:hover {
	color: #fff;
	background: #34648b;
	text-decoration: none;
}

/****************************
 =GALLERIES
*****************************/
.parent-galleries #main .container_wrap:first-child {
	display: block;
}
.single-galleries p {
	text-align: center;
}
.oktoberfest-galleries .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
	min-height: 400px;
}
.el_after_av_masonry_gallery .avia-content-slider-inner {
	padding-top: 50px;
}
.el_after_av_masonry_gallery .avia-content-slider-inner article .slide-meta {
	margin-top: 0px;
	padding: 0px;
}

/****************************
 =MAP
*****************************/
#map {
	height: 500px;
}
#map .container,
.responsive #map .container,
.responsive #top #wrap_all #map .container {
	max-width: none;
	width: 100%;
	padding: 0px;
}
/****************************
 =FOOTER STYLES
*****************************/

#top #footer .widget_nav_menu li:nth-child(odd) {
	width: 39%;
	clear: none;
	display: inline-block;
	margin: 0 1% 3px 0;
}
#footer {
	padding: 50px 0;
}
#top #footer .widget_nav_menu li:nth-child(even) {
	width: 50%;
	clear: none;
	display: inline-block;
	margin: 0 0 3px 0;
}
#footer .widget {
	margin: 0;
}
#footer .image-overlay {
	display: none !important;
}
#footer .aligncenter {
	margin: 0 auto;
	padding: 0;
}
#footer .menu-footer-nav-container,
#footer .footer-social {
	margin: 20px 0 0 0;
	overflow: visible;
}
#footer .footer-social .av_font_icon {
	float: right;
	margin: 10px 0px 0px 16px;
}
#footer .footerinfo {
	font-size: 13px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#footer .footerhashtag {
	font-size: 20px;
	color: #ff8523;
	text-align: right;
	margin: 15px 0 4px;
	padding: 0;
}

/****************************
 =Mobile & Tablet
*****************************/
@media only screen and (max-width: 1300px) {
	#header .logo {
		margin-top: 14px;
		width: 15%;
	}
}
@media only screen and (max-width: 1140px) {
	.responsive #top #header .av-main-nav .menu-item {
		display: none;
	}
	.responsive #top #header .av-main-nav .menu-item-avia-special {
		display: block;
	}
	/* MailChimp Form */
	#mc_embed_signup {
		width: 100%;
	}
	#mc_embed_signup .first-name,
	#mc_embed_signup .last-name {
		float: left;
		width: 48%;
	}
	#mc_embed_signup .first-name {
		float: right;
		margin-right: 0px;
	}
	#mc_embed_signup .volunteer {
		float: none;
		width: 100%;
		text-align: left;
	}
	#mc_embed_signup ul {
		margin-bottom: 10px;
	}
	#mc_embed_signup li {
		display: inline-block;
	}
}
@media only screen and (max-width: 1040px) {
	#header .logo {
		width: auto;
	}
	.sub_menu li {
		padding: 0 4px;
	}
}
@media only screen and (max-width: 990px) {
	.avia-tooltip {
		display: none !important;
	}
	#navboxes {
		display: none;
	}
	#footer .footer-social .av_font_icon {
		margin: 10px 0px 0px 10px;
	}
	#footer .footer-social .av_font_icon a {
		font-size: 30px !important;
	}
}
@media only screen and (max-width: 980px) {
	#header_meta {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.avia-caption-content img {
		width: 80%;
		max-width: 80%;
	}
}
@media only screen and (max-width: 768px) {
	.responsive #top #wrap_all #food .flex_column.av_one_fifth {
		margin: 0 0 20px;
		width: 33%;
		padding: 0;
	}
	.responsive #top #wrap_all #food .flex_column.mobile-hide {
		display: none;
	}
	#festival img.alignleft {
		margin-right: 15px !important;
	}
	#top #footer .widget_nav_menu li:nth-child(odd),
	#top #footer .widget_nav_menu li:nth-child(even) {
		width: 49%;
		clear: none;
		display: inline-block;
		margin: 0 0 3px 0;
		text-align: center;
	}
	#footer .footerinfo {
		font-size: 13px;
		text-align: center;
	}
	#footer .footerhashtag {
		text-align: center;
	}
	#footer .menu-footer-nav-container,
	#footer .footer-social {
		margin: 0;
	}
	#footer .footer-social {
		text-align: center;
	}
	#footer .footer-social .av_font_icon {
		float: none;
		margin: 10px 16px 0px;
		display: inline-block;
	}
	#footer .avia-icon-pos-right {
		float: none;
		display: block;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.beer-logo {
		display: none;
	}
	.avia-caption-content p {
		padding: 0 0 5px!important;
	}
	#festival img.alignleft {
		margin-right: 5px !important;
		max-width: 30%;
	}
	#top #footer .widget_nav_menu li:nth-child(odd),
	#top #footer .widget_nav_menu li:nth-child(even) {
		width: 100%;
		clear: none;
		display: inline-block;
		margin: 0 0 3px 0;
		text-align: center;
	}
}
@media only screen and (max-width: 500px) {
	/* =Press Category
	----------------------------*/
	.post {
		padding-left: 0px;
		text-align: center;
	}
	article .publisher,
	.html_elegant-blog #top .main_color article .entry-title,
	.html_elegant-blog #top .main_color article .entry-title a,
	#top .container .entry-content-wrapper .entry-content-header span,
	#top .container .entry-content-wrapper .entry-content-header span * {
		text-align: center;
	}
	article .publisher .publisher-logo {
		position: static;
		margin: 0 auto 40px;
		width: 50%;
		height: auto;
	}
}
