/* @override 
	https://www.cornfest.com/wordpress2022/wp-content/themes/corn-fest-2022/style.css?* */

/*
Theme Name: Corn Fest 2022
Theme URI: https://www.equirrium.com
Author: Equirrium Design
Author URI: https://www.equirrium.com
Description: Equirrium Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eqm-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EQM Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*
.page-id-1939 .general-page-left, .page-id-1937 .general-page-left, .page-id-1941 .general-page-left, .page-id-1943 .general-page-left {
	background-color: white;
    color: black;
	padding: 2% 4%;
}

.page-id-1939 .general-page-main-content-wrapper strong, .page-id-1939 .corn-fest-app-form strong, .page-id-1939 .general-page-main-content-wrapper, .page-id-1939 .corn-fest-app-form p, .page-id-1939 .corn-fest-app-form label, .page-id-1939 .eq-form-row label, .page-id-1937 .general-page-main-content-wrapper strong, .page-id-1937 .corn-fest-app-form strong, .page-id-1937 .general-page-main-content-wrapper, .page-id-1937 .corn-fest-app-form p, .page-id-1937 .corn-fest-app-form label, .page-id-1937 .eq-form-row label, .page-id-1941 .general-page-main-content-wrapper strong, .page-id-1941 .corn-fest-app-form strong, .page-id-1941 .general-page-main-content-wrapper, .page-id-1941 .corn-fest-app-form p, .page-id-1941 .corn-fest-app-form label, .page-id-1941 .eq-form-row label, .page-id-1943 .general-page-main-content-wrapper strong, .page-id-1943 .corn-fest-app-form strong, .page-id-1943 .general-page-main-content-wrapper, .page-id-1943 .corn-fest-app-form p, .page-id-1943 .corn-fest-app-form label, .page-id-1943 .eq-form-row label {
    color: black;
}

.page-id-1939 .eq-form-row input, .page-id-1939 .eq-form-row select, .page-id-1939 .eq-form-row textarea, .page-id-1939 .eq-form-row .form-control:disabled, .page-id-1939 .eq-form-row .form-control[readonly], .page-id-1939 .eq-form-row input:focus, .page-id-1939 .eq-form-row select, .page-id-1939 .eq-form-row textarea:focus, .page-id-1937 .eq-form-row input, .page-id-1937 .eq-form-row select, .page-id-1937 .eq-form-row textarea, .page-id-1937 .eq-form-row .form-control:disabled, .page-id-1937 .eq-form-row .form-control[readonly], .page-id-1937 .eq-form-row input:focus, .page-id-1937 .eq-form-row select, .page-id-1937 .eq-form-row textarea:focus, .page-id-1941 .eq-form-row input, .page-id-1941 .eq-form-row select, .page-id-1941 .eq-form-row textarea, .page-id-1941 .eq-form-row .form-control:disabled, .page-id-1941 .eq-form-row .form-control[readonly], .page-id-1941 .eq-form-row input:focus, .page-id-1941 .eq-form-row select, .page-id-1941 .eq-form-row textarea:focus, .page-id-1943 .eq-form-row input, .page-id-1943 .eq-form-row select, .page-id-1943 .eq-form-row textarea, .page-id-1943 .eq-form-row .form-control:disabled, .page-id-1943 .eq-form-row .form-control[readonly], .page-id-1943 .eq-form-row input:focus, .page-id-1943 .eq-form-row select, .page-id-1943 .eq-form-row textarea:focus {
	background-color: white;
    border: 1px solid #bebebe;
    color: black;
}

.page-id-1939 span.input-group-text, .page-id-1937 span.input-group-text, .page-id-1941 span.input-group-text, .page-id-1943 span.input-group-text  {
    background-color: white;
    border: 1px solid #bebebe;
    color: black;
}
*/

/*Code above is simplified to avoid using page ids for multiple pages*/

.general-page-left .corn-fest-app-form.positive-contrast-form, .positive-contrast-form{
	background-color: white;
	color: black;
	padding: 2% 4%;
}
.corn-fest-app-form.positive-contrast-form{
	border-radius: 0 0 10px 10px;
}

.positive-contrast-form{
	border-radius: 10px 10px 0 0;
}

form#sponsorship-form.positive-contrast-form {
	margin-top:0px;
}

.corn-fest-app-form.positive-contrast-form, .general-page-main-content-wrapper .positive-contrast-form h2, .general-page-main-content-wrapper .positive-contrast-form h3, .general-page-main-content-wrapper .positive-contrast-form strong, .corn-fest-app-form.positive-contrast-form strong, .corn-fest-app-form.positive-contrast-form h3, .corn-fest-app-form.positive-contrast-form h4, .corn-fest-app-form.positive-contrast-form p, .corn-fest-app-form.positive-contrast-form label, .corn-fest-app-form.positive-contrast-form .eq-form-row label {
	color: black;
}


.corn-fest-app-form.positive-contrast-form .eq-form-row input, .corn-fest-app-form.positive-contrast-form .eq-form-row select, .corn-fest-app-form.positive-contrast-form .eq-form-row textarea, .corn-fest-app-form.positive-contrast-form .eq-form-row .form-control:disabled, .corn-fest-app-form.positive-contrast-form .eq-form-row .form-control[readonly], .corn-fest-app-form.positive-contrast-form .eq-form-row input:focus, .corn-fest-app-form.positive-contrast-form .eq-form-row select, .corn-fest-app-form.positive-contrast-form .eq-form-row textarea:focus{
	background-color: white;
	border: 1px solid #bebebe;
	color: black;
}

.corn-fest-app-form.positive-contrast-form span.input-group-text {
	background-color: white;
	border: 1px solid #bebebe;
	color: black;
}

.corn-fest-app-form.positive-contrast-form{
	margin-top:0px;
}


.new-button-group {
      display: flex;
  gap: 10px;
flex-wrap: wrap;
}


.footer-paypal-wrap .new-button-group{
    flex-wrap: no-wrap;
}

.footer-paypal-wrap .new-button-group{
 
}

.new-button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    background-color: #1e1e1e;
      padding: 12px 14px 12px;
      border-radius: 5px;
    text-align: center;
border-style: none !important;
   display: inline-block;
}

.new-button:hover {
    background-color: #3f3f3f;
}



.new-header-wrapper {
    width: 100%;
}

.new-header-logos-wrapper {
    width: 37%;
}

.new-fest-map-button {
    display: none;
    justify-content: center;
    background-color: #313131;
    color: #ffffff !important;
    padding: 10px;
    margin: 5px 10px 10px;
    border-radius: 5px;;
}

.new-fest-map-button:hover {
    background-color: #404040;
}



.new-header-menu-wrap .phone-ticket-wrap, .new-header-menu-wrap .phone-menu-wrap {
	display: none;
}

.new-header-logos-divider {
    width: 1px;
    flex-shrink: 0;
    background-color: #ffffffa3;
    margin: 12px 2%;
}


.sponsorship-payment-wrapper {
    margin-top: 50px;
}

.trade-sponsorship-note {
	margin-bottom: 0;
	margin-top: 10px;
}

#tradeSponsorshipValidateBtn {
    font-weight: bold;
    color: #d1d1d1;
}

.valid-trade-code, #tradeSponsorshipValidateBtn:disabled  {
    border-color: #00c300 !important;
}


#tradeSponsorshipValidateBtn:disabled {
    color: #00c300 !important;
    opacity: 1;
}

.merch-wrapper {
display: block !important;
padding-top: 20px;
	padding-bottom: 20px;
background-color: #2C2B2B;
}

.merch-title {
	font-size: 14px;
	line-height: 19px;
	
}

.merch-price {
	font-weight: bold;
	background-color: #444444;
	border-radius: 5px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 12px;
	margin-left: 20px;
}

.merch-cell:hover .merch-price {
	background-color: #fecf0b;
	color: #000000 !important;
}

.merch-image {
	position: relative;
}


.merch-copy {
	position: absolute;
	bottom: 0;
	padding: 16px;
	z-index: 2;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #ffffff !important;
}

.merch-cell {
		background-color: #585858;
		border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
}

.merch-cell-wrapper {
	margin: 10px;
	
}

.merch-cell:hover {
	background-color: #787878;
}


.headliner-area-wrapper {
background-repeat: no-repeat;
background-size: cover;
}



.headliner-image-phone {
	display: none;
}

.headliner-button {
	color: #000000 !important;
	background-color: #ffcf15;
	padding: 10px 18px;
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 10px;
}

.merchandise-btn-wrapper {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    position: relative !important;
    z-index: 0 !important;
}

.merchandise-btn-wrapper a{
	
	font-size: 1em;
}


a.headliner-button:hover, a.wp-block-button__link.has-black-color:hover {
	color: #000000;
	background-color: #f3c100 !important;
}

.general-page-main-content-wrapper .soundstage-ticket-btn strong {
	color: black;
}

.headliner-title {
	font: 5em/1em ff-good-web-pro, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	height:auto;
}

.headliner-date {
	font-size: 2em;
	font-weight: bold;
	color:#241F21;
}



.headliner-section-wrapper {
	position: relative;
	--bs-aspect-ratio: 32.6%;
	border-radius: 20px;
	overflow: hidden;'
    justify-content: flex-end;
}

.headliner-image-full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object
	
}

.headliner-image-full img {
	    object-fit: cover;
    width: 100%;
}



.headliner-spacer, .headliner-content {
	width: 50%;
	


}

.headliner-content {
	display: flex;

		flex-direction: column;
		justify-content: center;
	
	padding: 5%;
	align-items: center;
}


.band-featured-photo {
    float: left;
    width: 50%;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.jump-to-schedule-btn {
    border-radius: 5px;
    padding: 12px 14px 12px 14px;
    color: #ffffff !important;
    font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
    font-size: 14px;
    border: 1px solid #ffffff;
}

.jump-to-schedule-btn:hover {
    background-color: #00BAFF !important;
}


.cf-vendor-form-food-inspection-fee-hider {
	display: none;
}

.subpage-header-image-strip {
	display: flex;
}

.subpage-header-image-strip:after {
	content: '';
}

div.mobile-menu-container {
	width: 100%;
}

.subpage-header-image-strip-wrapper {
	margin: 3% -1% -11%;
}

 div.subpage-header-image-strip.carousel div.subpage-header-image-wrap.carousel-cell {
	padding: 0 1%;
}







	.share-phone {
		display: none;
	}


.corn-icon {
	width: 6%;
	margin-right: 2%;

}

.phone-header-logo {
		text-align: center;
}

.phone-header-logo img {
	width: 110px;
	margin-bottom: -40px;
	margin-top: 6px;
}

.phone-ticket-wrap, .phone-menu-wrap, .phone-logo-wrap{
	width: 33%;
}

a.phone-ticket-wrap .phone-tickets{
	font-weight: bold;
	font-size: 14px;
	color: #a8a8a8;
 	text-transform: uppercase;
 	margin-left: 5px;
 }
 
a.phone-ticket-wrap span.material-icons {
 		font-size: 20px;
 		color: #a8a8a8;
 }

 .phone-ticket-wrap {
 		font-size: 12px;
	color: #a8a8a8;
 }

.phone-logo-wrap {
	text-align: center;
	margin-left: -7px;
}

.phone-ticket-wrap {
	display: flex;
	align-items: center;
}


.phone-menu-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}



.phone-logo {
	width: 10%;

}

	.phone-header {
		display: none !important;
		width: 100%;
	
	
	}
.icon-title-icon {
	    margin-right: 4%;
}

.icon-title-icon .material-icons {
    font-size: 3.4vw;

}

.corn-icon path {
		fill: #89FF00;
}

 div.hp-sound-stage-icon  {
	width: 18%;
}

.hp-hero-text-title-wrapper {
	justify-content: center;
}

.countdown-tablet {
	display: none !important;
}

.hp-hero-text-center {
	width: 65%;
}

.hero-text-title-wrapper-phone {
display: none !important;	
}

.hp-hero-countdown {
	position: relative;
}

.countdown-dots {
position: absolute;
width: 100%;

}

.dot {
background-color: rgba(0, 0, 0, 0.35);
border-radius: 50%;
flex-shrink: 0;
width: 20%;
margin: 2.5%;
}




/*Padding*/

.eq-pad-lrg {
	padding: 6%;
	transition: all 0.5s ease;
}

.eq-pad-med {
	padding: 4%;
	transition: all 0.5s ease;
}
		
/*Padding End*/

/*Color*/

.eq-primary-color {
	color: #ff1c1c;
}

.eq-secondary-color {
	color: #079cff;
}

.eq-primary-color-bkg {
	background-color: #ff1c1c;
}

.eq-secondary-color-bkg {
	background-color: #079cff;
}

/*Color End*/


/*Rows & Columns*/

.eq-row {
	
}

.eq-col {
	
}

.eq-items-2 {
	width: 50%;
}

.eq-items-3 {
	width: 33.3%;
}

.eq-items-4 {
	width: 25%;
}
		
/*Rows & Columns End*/


/*Graphic Elements*/

.eq-button {
	border-radius: 40px;
}

.eq-rnd {
	border-radius: 5px;
	overflow: hidden;
}

.eq-shadow {
	box-shadow: 2px 2px 6px #cccccc;
}

.eq-hr {
	
}

.eq-vr {
	
}

.vl{
	border-left: 2px solid #fff;
	margin:0em 2em;

}
		
/*Graphic Elements End*/
		
			
/*Typesetting*/

html {
	font: 1em sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: mundial, sans-serif;
	font-weight: 700;
}

h1 {
}

h2 {
	font-weight: 900;
	font-size: 23px;
    line-height: 24px;
    text-transform: uppercase;
}

.general-page-main-content-wrapper h2, .general-page-main-content-wrapper h3, .general-page-main-content-wrapper h4, .corn-fest-app-form h2, .corn-fest-app-form h3, .corn-fest-app-form h4 {
    color: white;
}

.general-page-main-content-wrapper, .corn-fest-app-form p, .corn-fest-app-form label {
    color: #9a9a9a;
}

.general-page-main-content-wrapper strong, .corn-fest-app-form strong {
    color: #dedede;
}

.corn-fest-app-form .alert strong {
    color: inherit;
}

h3 {
	font-size: 24px;
}

h4 {
	
}

p {
	margin-bottom: 1em;

}

a, a:visited {
	color: #02b9ff;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #00df73;
}

a:focus, a:hover, a:active {
	outline: none;
}

body, button, input, select, textarea {
	color: #CBCBCB;
	font-family: neue-haas-unica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
		
/*Typesetting End*/
	
	
/*Text Clamping*/

.eq-clamp-2, .eq-clamp-3, .eq-clamp-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.eq-clamp-2 {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.eq-clamp-3 {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.eq-clamp-4 {
	-webkit-line-clamp: 4;
	line-clamp: 4;
}

/*Text Clamping End*/


/*Form Rows/Columns*/

.eq-form-row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}

.eq-form-col {
	padding-left: 15px;
	padding-right: 15px;
}

.eq-form-col.eq-form-1 {
	width: 100%;
}

.eq-form-col.eq-form-2 {
	width: 50%;
}

.eq-form-col.eq-form-3 {
	width: 33.33%;
}

.eq-form-col.eq-form-4 {
	width: 25%;
}

label.eq-form-check-group-label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

label.eq-form-group-label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.eq-form-required-text {
	color: red;
	margin-bottom: 10px;
}

.eq-form-error-message, .eq-form-error {
	color: red;
}

.eq-field-error {
	border-color: red !important;
}

.eq-form-overall-error, .eq-form-overall-success {
	margin-top: 20px;
	margin-bottom: 0;
}

.eq-form-row input, .eq-form-row select, .eq-form-row textarea, .eq-form-row .form-control:disabled, .eq-form-row .form-control[readonly], .eq-form-row input:focus, .eq-form-row select, .eq-form-row textarea:focus  {
    background-color: #343434;
    border: 1px solid #646464;
	color: white;
}

.eq-form-row input[type="radio"], .eq-form-row input[type="checkbox"] {
    border: 1px solid #999999;
}

.eq-form-row label {
    color: #b3b3b3;
}

.corn-fest-submit-btn {
    background-color: #2fbaff;
}

.corn-fest-submit-btn:hover {
    background-color: #f519ff;
}

/*End Form Rows/Columns*/


/* flickity.css */

.carousel-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

.carousel-item {
	background-color: #a7a7a7;
	text-align: center;
}

.carousel {
	width: 100%;
}

.carousel-cell {
	padding: 15px;
	counter-increment: carousel-cell;
	width: 25%;
}

.subpage-header-image-strip .carousel-cell {
    width: 25%;
}

.carousel-pad {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 0 3px #000000;
	padding: 10px;
}

.flickity-prev-next-button.next {

}

.flickity-prev-next-button.previous, .flickity-prev-next-button.next {

	width: 30px;
	height: 30px;
		backdrop-filter: blur(10px);
		  -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
	background-color: rgba(0, 0, 0, 0.29);
	border-radius: 5px;
} 

/* End flickity.css */


/*Menu*/

.menu ul {
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu a {
	color: #efefef;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
}

li.menu-item-has-children {
    position: relative;
}

.sub-menu a {
	margin-left: 0;
	color: #88ff19 !important;
	text-transform: uppercase !important;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

.sub-menu a:hover {
	color: #f500fd !important;
}

.sub-menu {
	display: none;
}

ul.sub-menu {
		backdrop-filter: blur(5px);
		  -webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
	list-style: none;
	margin: 0;
	padding: 5px 0;
	position: absolute;

	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.35);
}

ul.sub-menu ul.sub-menu {
    white-space: nowrap;
    top: 0;
    position: absolute;
}

ul.sub-menu li {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	white-space: nowrap;
}

/*Menu End*/

/*Recaptcha*/

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	transition: linear opacity 1s;
}

.grecaptcha-badge.showgr {
	visibility: visible;
	opacity: 1;
	transition: linear opacity 1s;
}
	
/*Recaptcha End*/
	
	
/*Share Buttons*/

.share-btn-wrapper {
	position: relative;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.share-btn-controller {
	display: none;
	position: absolute;
	z-index: 2;
	top: 32px;
	background-color: #313131;
	border-radius: 40px;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 1px rgba(110, 110, 110, 0.35);
	box-shadow: 1px 1px 1px rgba(110, 110, 110, 0.35);
	width: 104px;
	left: -73px;
}

.footer-share-icon .share-btn-controller {
	left: -16px;
}

.share-btn-controller a {
	color: #000000 !important;
}

.share-btn-wrapper.hovered .share-btn-controller {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

a.share-item {
	width: 25px;
	height: 25px;
	background-color: #88ff19;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	font-size: 12px;
	margin: 3px;
}

a.share-item:hover {
	background-color: #585858;
	color: #ffffff !important;
	text-decoration: none;
}
		
/*Share Buttons End*/	


/*Template Elements*/

.general-page-left {
	width: 100%;
}

.general-page-right {
	width: 380px;
	flex-shrink: 0;
}

.header-right {
	margin-left: 30px;
}



div.site-header-menu-toggle-wrap {
	display: none;
}

/*Template Elements End*/



/*Resets*/

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

.add-img-border{
	border: 10px solid #fff;
	width:fit-content;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

html { /*This is very important!!!!!! It needs to stay!!!! */
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #000;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ul li ul {
	margin-left: 0;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

h1, h2, h3, h4, h5, h6, .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
		
/*Resets End*/


/*Menus*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.menu ul {
	color: #ffffff;
}

/*Menus End*/


/* Screen Readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Screen Readers End */


/*WP-Alignments*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
		
/*WP-Alignments End*/


/*Widgets*/

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*Widgets End*/



/*Posts and pages - Comments -  Media*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline, .updated:not(.published) {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
		
		/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}

/*Posts and pages - Comments -  Media End*/





/*Mobile Menu*/

div#mobile-menu { /* No Border or Margin can be added here. It changes the width of the box and causes it to be visable on the page */
	box-shadow: 0 0 21px rgba(0, 0, 0, 0);
	z-index: 10;
	overflow: auto;
	position: fixed;
	right: -300px;
	width: 300px;
	background-color: #000000;
}

div#mobile-menu.open {
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.7);
}

a.site-header-menu-toggle {
	display: flex;
}

a.site-header-menu-toggle i {
	color: #bcbcbc;
	font-size: 2.5em;
	text-decoration: none;
}

a.site-header-menu-toggle:hover {
	text-decoration: none;
	color: #ec1a2d;
}

div#mobile-menu.nav-mobile-menu.mobile-nav-wrapper div.mobile-menu-container div.mobile-menu-menu-items-wrapper div.mobile-menu-top-level div.mobile-menu-parent-wrap a.nav-title {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.mobile-menu-sub-list div.mobile-menu-parent-wrap.mobile-menu-sub-parent-wrap a.nav-title {
	color: #b5b5b5 !important;
	text-transform: capitalize !important;
	letter-spacing: 0 !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.mobile-menu-sub-list div.mobile-menu-parent-wrap.mobile-menu-sub-parent-wrap:hover a.nav-title {
	color: #ffffff !important;
}

.mobile-menu-sub-list.mobile-menu-sub-sub-list div.mobile-menu-parent-wrap.mobile-menu-sub-sub-parent-wrap a.nav-title {
	color: #979595 !important
}

.all-site-wrap {
	position: relative;
}

.mobile-menu-parent-wrap {
	display: flex;
	justify-content: space-between;

	align-items: center;
}

.mobile-menu-parent-wrap:hover {
	background-color: #f500fd;
}

.mobile-menu-parent-wrap a {
	display: flex;
	flex-grow: 1;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: 400;
}

.mobile-menu-parent-wrap a:hover {
	background-color: #f500fd;
	color: #ffffff !important;
}

.mobile-menu-sub-list.mobile-menu-sub-sub-list div.mobile-menu-parent-wrap.mobile-menu-sub-sub-parent-wrap:hover a.nav-title {
	background-color: #f500fd;
	color: #ffffff !important;
}

.mobile-menu-sub-list.mobile-menu-sub-sub-list  div.mobile-menu-parent-wrap.mobile-menu-sub-sub-parent-wrap a.nav-title {
	background-color: #f4f4f4;
}

div#mobile-menu-sub-wrap-2.mobile-menu-sub-list.mobile-menu-sub-sub-list div.mobile-menu-parent-wrap.mobile-menu-sub-sub-parent-wrap {
	background-color: #c9c9c9;
	color: #868686;
}

.mobile-menu-sub-parent-wrap {
	background-color: #3d3d3d;
}

.mobile-menu-sub-dropdown-toggle {
	display: flex;
	padding: 10px;
	background-color: rgba(120, 120, 120, 0.1);
	margin: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	cursor: pointer;
}

.mobile-menu-sub-dropdown-toggle:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
}

.mobile-menu-sub-list {
	background-color: #030303;
}

.mobile-menu-sub-level {
	border-bottom: 1px solid #888;
}

.mobile-menu-sub-level a {
	color: #3a3a3a;
	text-decoration: none;
	display: flex;
	padding: 10px 15px;
}

.mobile-menu-sub-level a:hover {
	background-color: #989898;
	color: white;
}

.mobile-menu-logo-wrap {
	padding: 5px 10px 10px;
	font: 34px mundial, sans-serif;
	color: #ffffff;
	    text-transform: uppercase;
	font-weight: 900;
	background-color: #222222;
}
		
/*END Mobile Menu*/

.green-text-color, a.green-text-color {
	color: #89FF00;
}

.blue-text-color, a.blue-text-color {
	color: #00BAFF;
}

.purple-text-color, a.purple-text-color {
	color: #F500FF;
}

.green-background-color {
	background-color: #7de701;
}

.blue-background-color {
	background-color: #00BAFF;
}

.purple-background-color {
	background-color: #F500FF;
}

.pink-purple-blue-radial-gradient {
	background: rgb(0,186,255);
	background: radial-gradient(circle, rgba(0,186,255,1) 0%, rgba(245,0,255,1) 100%);
}

.teal-blue-purple-radial-gradient {
	background: rgb(245,0,255);
	background: radial-gradient(circle, rgba(245,0,255,1) 0%, rgba(0,186,255,1) 100%);
}

.teal-green-radial-gradient {
	background: rgb(0,186,255);
	background: radial-gradient(circle, rgba(0,186,255,1) 0%, rgba(126,234,47,1) 100%);
}

.corn-fest-btn {
    border-radius: 5px;
   		font-size: 14px;
			  -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
	padding: 3px 15px 5px;
}



div.share-btn-icon.d-flex.align-items-center span.material-icons {
	font-size: 16px;

}

.corn-fest-btn-round, a.corn-fest-btn-round {
    border-radius: 50%;
     color: #c1c1c1;
    background-color: rgba(255, 255, 255, 0.15);
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 6px;
}







.corn-fest-btn-dark {
	background-color: #2a2a2a;
}

.corn-fest-btn-dark:hover, a.corn-fest-btn-dark:hover {
    background-color: #a1a1a1;
    color: #323232;
}

.button-group-btn {
	margin-right: 5px;
}

.button-group-btn:last-child {
    margin-right: 0;
}

.corn-fest-btn-transparent, a.corn-fest-btn-transparent {

    color: #c1c1c1;
    background-color: rgba(255, 255, 255, 0.15);
}

.corn-fest-btn-transparent:hover, a.corn-fest-btn-transparent:hover  {
    background-color: #ffffff82;
    color: white;
}

.corn-fest-btn-border-only, a.corn-fest-btn-border-only {
    border: 1px solid #ffffff70;
    color: white;
}

.corn-fest-btn-border-only:hover, a.corn-fest-btn-border-only:hover {
    background-color: #ffffff47;
    color: white;
}









.corn-fest-btn-round:hover, a.corn-fest-btn-round:hover {
	background-color: #ffffff82;
    color: white;
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index: 3;
	background-color: rgb(0 0 0 / 54%);
}

.bottom-header-wrapper {
	padding-top: 2%;
	padding-bottom: 1%;
}

a.top-header-link {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    display: flex;
    width: 50%;
    justify-content: center;
	padding: 8px;
}

a.top-header-link:hover {
    background-color: #F499FF;
}

.top-header-divider {
    width: 1px;
    background-color: #555555;
    flex-shrink: 0;
}

.home .header-wrapper {
    background-color: transparent;
}

.header-share-icon {
    position: absolute;
    top: 20px;
    right: 20px;
	display: none;
}

.home .header-share-icon {
	display: none;
}

.header-share-icon .material-icons {
    color: #cdcccc;
    font-size: 30px;
}

.header-logo-wrap {
    width: 23%;
	flex-shrink: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -4%;
}

.home .header-logo-wrap {
	margin-bottom: 0;
}

.main-menu-wrapper, .menu-main-menu-left-container, .menu-main-menu-right-container {
    width: 100%;
}

li#menu-item-130 a {
    background-color: #ffffff40;
    border-radius: 5px;
    padding: 5px 15px 5px 40px;
    position: relative;
	display: flex;
    align-items: center;
	flex-shrink: 0;
}

li#menu-item-130 a:before {
    content: 'local_activity';
    position: absolute;
    font-family: 'Material Icons';
    left: 16px;
	top: 7px;
    font-size: 17px;
}

li#menu-item-130 a:hover {
    background-color: #fbd70d;
    color: #464646;
}

.footer-sponsor-wrapper {
    background-color: white;
}

.footer-sponsor-view-all-wrap {
    text-align: center;
}

.footer-sponsor-view-all-wrap a {
    border-radius: 5px;
    border: 1px solid #ababab;
	color: #545454;
	display: inline-block;
	font-size: 14px;
	padding: 6px 16px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.footer-sponsor-view-all-wrap a:hover {
    background-color: #ababab;
    color: #383838;
}

.nav-tabs .nav-link {
	margin-bottom: 0;
	font-family: ff-good-web-pro, sans-serif;
    font-weight: 700;
    font-size: 16px;
	padding: 5px 10px !important;
	border: 1px solid #b8b8b8;
	border-radius: 10px !important;
}

.nav-tabs {
	margin: -5px;
}

.nav-item {
	margin: 5px;
}

.nav-tabs .nav-link:first-child {
    padding-left: 0;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:hover {
	color: #5AA800;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #5AA800;
		padding: 5px 10px !important;
	border: 1px solid #b8b8b8;
	border-radius: 10px !important;
}

.nav-link {
    color: #1e1e1e;
    text-transform: uppercase;
}

.footer-sponsor-logo-item {
    width: 16.66%;
    flex-shrink: 0;
    padding: 0.5%;
}

.footer-sponsor-logo-grid {
    margin: -0.5%;
}

.footer-sponsor-logo-inner {
    background-color: black;
}

.footer-sponsor-logo-pad {
    padding: 7%;
}

.footer-sponsor-top-bar-wrap {
    margin-bottom: 30px;
    flex-direction: column;
}

.fee-request {
    color: #c1c1c1;
	margin-bottom: 20px;
	font-size: 14px;
	margin-right: 35%;
}

.footer-payment-link-btn {
    background-color: #181818;
    color: #2479e5;
    border-radius: 5px;
    padding: 10px 25px;
    margin-right: 15px;
}

.footer-payment-link-btn:hover {
    background-color: #464646;
    color: white;
}

.footer-payment-links {
    margin-top: 15px;
}

.site-info {
    margin-top: 25px;
    color: white;
}

a.footer-social-icon, .footer-share-icon .material-icons {
    font-size: 29px;
    margin-left: 20px;
    display: flex;
}

a.footer-social-icon:hover, .footer-share-icon:hover .material-icons {
    color: #ffffff;
}


 div.footer-bottom-right {
	width: 50%;
	justify-content: flex-end !important;
	text-align: right;
	align-items: flex-end !important;
	flex-direction: column;
	
}

.site-info, .equirrium-text {
		font-size: 13px;
}

.equirrium-text {

	width: 100%;
	color: #ffffff;
	margin-top: 3%;
}

 a.footer-eq-credit:hover {
 	cursor: pointer;
 }

 a.footer-eq-credit:hover .equirrium-text  {
 	color: #fc9d4c;
 }

.footer-eq-credit img {
		width: 160px;
	
		
	
}

.footer-eq-credit {
    margin-top: 5%;
	flex-direction: column;
	align-items: flex-end;

}


.footer-eq-credit a {
    color: white;
}

.footer-eq-credit a:hover {
    color: #89FF00;
}

.hp-hero-wrapper {
    position: relative;
	overflow: hidden;
}

.hp-hero-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hp-hero-pad {
    padding-top: 10%;
}

.hp-hero-text-area-wrapper {
    position: relative;
    z-index: 2;
	padding-top: 6%;
}

.hp-hero-background-trans-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0 0 0 / 45%) 0%, rgb(0 0 0 / 45%) 80%, rgb(0 0 0 / 65%) 100%);
}

.black-dot-grid-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-image: radial-gradient(circle at 1px 1px, #00000059 1px, transparent 0);
    background-size: 4px 4px;
	z-index: 0;
}

.black-dot-grid-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 21%);
}

.home .black-dot-grid-overlay:before {
    display: none;
}

.hp-hero-wave-graphic {
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
	z-index: -1;
}

.hp-hero-wave-graphic-top {
	bottom: 0;
	opacity: 45%;
}

.hp-hero-wave-graphic-bottom {
	top: 0;
}

.eq-text-shadow {
	text-shadow: 1px 1px 2px black;
}

.hp-hero-text-white {
    color: white;
    text-transform: uppercase;
	font-family: mundial, sans-serif;
    font-weight: 900;
    line-height: 10vw;
	text-shadow: 3px 3px 6px #00000093;
	 font-size: 10vw;
	margin-top: -4%;
}

.hp-hero-dates-location-text.hp-hero-text-white {
line-height: 1.9vw;
font-size: 1.7vw;
margin: 0;
}

.hp-hero-text-year {
    width: 7%;
}

.hp-hero-text-year-rotate {
	transform: rotate(90deg);
	font: 2.9vw/2.9vw mundial, sans-serif;
	font-weight: 900;
	text-shadow: 2px 3px 6px #00000043;
	margin-right: -20%;
}

.hp-hero-divider {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.36);
	margin-top: 3%;
    margin-bottom: 3%;
}

.hp-hero-date-countdown-wrapper {
    width: 100%;
}

.hp-hero-countdown {
    width: 50%;
    flex-shrink: 0;
}

.tim_circles {
	display: flex;
    align-items: center;
    justify-content: center;
}

.textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
    color: white;
    display: flex;
    flex-direction: column;
}

.textDiv_Days h4, .textDiv_Hours h4, .textDiv_Minutes h4, .textDiv_Seconds h4 {
    order: 2;
	font-size: 11px !important;
	line-height: 1 !important;
	font-variant: normal !important;
	text-transform: capitalize !important;
    margin-top: 11% !important;
	font-weight: normal;
	font-style: normal;
	color: #afafaf;
}

.textDiv_Days span, .textDiv_Hours span, .textDiv_Minutes span, .textDiv_Seconds span {
    font-family: inherit !important;
	margin-top: 3% !important;
}

.hp-hero-link-cards-wrapper {
display: flex;
    margin-top: 8%;
}

.hp-hero-link-cards-wrapper:after {
	content: '';
}

.hp-hero-card-pad {
    width: 20%;
	padding: 2%;
}

.hp-hero-card-carousel {
	  width: 20%;
	  padding: 1.5%;
	  	
}

.ratio-hp-hero-card {
	--bs-aspect-ratio: calc(13 / 9 * 100%);
	box-shadow: 5px 4px 19px rgba(0, 0, 0, 0.81);
}

.hp-hero-card-inner {
    background-size: cover;

overflow: visible;
}

.hp-hero-card-inner-border {
    margin: 3%;
    border: 1px solid #ffffff7a;
    z-index: 2;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hp-hero-card-name {
    width: 100%;
    text-align: center;
    background-color: #00000091;
    color: white;
    text-transform: uppercase;
    padding: 4% 11% 8%;
	font-family: ff-good-web-pro, sans-serif;
	font-weight: 700;
	font-size: 1.5vw;
	border-radius: 0px 0px 10px 10px;
}
  
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.hp-hero-card-name {
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
}

.hp-general-section-text-wrapper .icon-title-icon {
    margin-right: 15px;
}

.hp-general-text-section {
    background-color: rgb(0 0 0 / 85%);
	position: relative;
}

.hp-general-text-section-image-wrap {
    width: 39%;
    flex-shrink: 0;
    margin-right: 4%;
}



.icon-title-wrap {
    margin-bottom: 15px;
}

.icon-title-title {
    text-transform: uppercase;
    font-size: 3vw;
	line-height: 3vw;
    color: white;
	margin-bottom: 0;
	font-family: mundial, sans-serif;
    font-weight: 700;
}

.icon-title-icon {
    display: flex;
	width: auto;
	height: 50%;
}

.text-block {
    color: #8f8f8f;
}

.corn-fest-carousel {
	opacity: 0;
  	-webkit-transition: opacity 0.4s;
  	transition: opacity 0.4s;
}

.corn-fest-carousel.is-hidden {
	display: none;
}

.corn-fest-carousel.flickity-enabled {
	opacity: 1;
}

.hp-activities-section-wrap {
    background-size: cover;
    background-repeat: no-repeat;
	border: 1px solid #373737;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
}

.hp-carousel-text-row {
    background-color: #ffffff26;
	padding: 3% 6%;
	backdrop-filter: blur(10px);
		  -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	height: 63px;
	font-size: 14px;
	line-height: 18px;
}


.hp-carousel-text {
    color: white;
    font-weight: bold;
}

.hp-carousel-text-row-icon .material-icons {
    font-size: 25px;
	color: rgba(255, 255, 255, 0.5);
}

div#hp-activities-carousel.corn-fest-carousel.flickity-enabled.is-draggable div.flickity-viewport div.flickity-slider div.carousel-cell a.hp-carousel-inner, .hp-hero-card-carousel {
/*	transition: all .2s ease-in-out;*/
}

div#hp-activities-carousel.corn-fest-carousel.flickity-enabled.is-draggable div.flickity-viewport div.flickity-slider div.carousel-cell a.hp-carousel-inner:hover, .hp-hero-card-carousel:hover {
	/*transform: scale(1.05);*/
}


div#hp-activities-carousel.corn-fest-carousel.flickity-enabled.is-draggable div.flickity-viewport div.flickity-slider div.carousel-cell a.hp-carousel-inner:hover  div.hp-carousel-text, div#hp-activities-carousel.corn-fest-carousel.flickity-enabled.is-draggable div.flickity-viewport div.flickity-slider div.carousel-cell a.hp-carousel-inner:hover .hp-carousel-text-row-icon .material-icons{
	color: #88ff19;
}

div#hp-activities-carousel.corn-fest-carousel.flickity-enabled.is-draggable div.flickity-viewport div.flickity-slider div.carousel-cell a.hp-carousel-inner:hover  .hp-carousel-text-row {
    background-color: rgba(255, 255, 255, 0.41);
	padding: 3% 6%;
	backdrop-filter: blur(10px);
		  -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	height: 63px;
	font-size: 14px;
	line-height: 18px;
}

.hp-carousel-text-row-icon {
    color: #666666;
    display: flex;
}

.flickity-button {
    background: rgba(0, 0, 0, 0);
	width: 29px;
}

svg.flickity-button-icon {
    fill: #10eb10;
}

.flickity-button:hover {
    background: #ffffff5e;
}

h2.hp-sound-stage-title {
    color: white;
	font-size: 7vw;
    line-height: 7vw;
    text-transform: uppercase;
	font-family: mundial, sans-serif;
    font-weight: 700;
	text-shadow: 4px 3px 0px #6E6E6E;
	margin-bottom: 3%;
	margin-top: 1%;
}

.hp-sound-stage-header {
    margin-bottom: 4%;
    background-size: 90%;
	background-repeat: no-repeat;
	background-position: center 30%;
}

.sound-stage-day-header {
    border-radius: 5px;
	padding: .3% 2% .5%;
	color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-family: mundial, sans-serif;
    line-height: normal;
    flex-shrink: 0;
}

.general-page-left .sound-stage-schedule-container {
    margin-top: 5%;
}

.home .sound-stage-date-boxes-row-wrapper, .home .sound-stage-schedule-header-line {
    display: none;
}

.sound-stage-date-box-wrap {
    padding: 1%;
}

.sound-stage-date-boxes-row {
    margin: -1%;
    margin-bottom: 4%;
}

.sound-stage-date-box {
    border: 1px solid #656565;
    padding: 5px 15px;
    font-family: mundial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.sound-stage-schedule-header-line {
    width: 100%;
    height: 2px;
    background-color: #ffffff8f;
}

.sound-stage-schedule-header-line:first-of-type {
    margin-right: 5%;
}

.sound-stage-schedule-header-line:last-of-type {
    margin-left: 5%;
}

.sound-stage-schedule-day-wrap {
    margin-bottom: 2%;
    border-bottom: 1px solid #515151;
    padding-bottom: 30px;
}

.sound-stage-schedule-slot-wrap {
    width: 100%;
    padding: 3%;
}

.home .sound-stage-schedule-slot-wrap {
    width: 50%;
	padding: 2%;
}

.sound-stage-schedule-acts {
    margin: -3%;
}

.home .sound-stage-schedule-acts {
    margin: -2%;
}

.sound-stage-schedule-slot-photo-wrap {
    width: 35%;
    flex-shrink: 0;
    margin-right: 5%;
}

.sound-stage-schedule-slot-text-wrap {
    color: white;
}

.sound-stage-schedule-slot-band-name {
    text-transform: uppercase;
	font-family: ff-good-web-pro, sans-serif;
    font-weight: 700;
	margin-bottom: 0;
}

.sound-stage-schedule-slot-band-info {
    margin-top: 10px;
    margin-bottom: 15px;
	color: #a1a1a1;
	font-size: 16px;
}

.sound-stage-schedule-slot-photo {
    border: 1px solid #444;
}

.sound-stage-schedule-section {
    margin-bottom: 5%;
}

.sound-stage-schedule-section:last-of-type {
    margin-bottom: 0;
}

.stage-schedule-coming-soon {
    margin: 5% 3%;
    color: white;
    display: flex;
    align-items: center;
	font-weight: bold;
}

.stage-schedule-coming-soon .material-icons {
    margin-right: 10px;
}

.subpage-header-wrapper {
    position: relative;
}

.subpage-header-content-wrap {
    position: relative;
    z-index: 1;
    padding-top: 8%;
}

.subpage-header-title-icon-wrap {
    color: white;
}

.subpage-header-icon .material-icons, h1.subpage-header-title {
	    font-size: 4vw;
} 

.sideabr-large-link-left-title, div.sidebar-large-link-left-icon span.material-icons {
	font-size: 18px;
	white-space: nowrap;
}
.sideabr-large-link-left-title {
	margin-top: -2%;
	width: 100%;
}

h1.subpage-header-title {
    text-shadow: 0px 3px 6px #0000009f;
    text-transform: uppercase;
	margin-top: -1%;
	margin-bottom: 0;
}

.subpage-header-icon .material-icons {
    text-shadow: 2px 3px 6px #00000098;
}


.subpage-header-divider {
    width: 3px;
    background-color: rgba(255, 255, 255, 0.83);
    margin-left: 1%;
    margin-right: 2%;
    flex-shrink: 0;
}

.subpage-header-icon {
    display: flex;
    align-items: center;
}


.subpage-header-below-title-callout-text, .below-title-callout-icon .material-icons  {
	font-size: 18px;
}

div.subpage-header-share-icon div.share-btn-wrapper div.share-btn-icon.d-flex.align-items-center span.material-icons {
	font-size: 28px;
}

.subpage-header-below-title-callout-text {
    text-transform: uppercase;

    color: white;
    line-height: 29px;
    font-family: mundial, sans-serif;
    font-weight: 700;
    margin-left: 5px;
	margin-top: -4px;
}

.below-title-callout-icon .material-icons {
    color: white;
    display: flex;

}

.subpage-header-below-title-callout-inner {

    border-radius: 5px;
    padding: 10px 20px;
}

.subpage-header-below-title-callout-wrap {
    display: inline-block;
    margin-top: 30px;
}



.subpage-header-image {
    box-shadow: 8px 8px 10px #0000006f;
	border: 1px solid rgb(86, 86, 86);
}

.subpage-header-share-icon .share-btn-icon, .subpage-header-below-title-callout-inner {
			backdrop-filter: blur(10px);
		  -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
	background-color: rgba(0, 0, 0, 0.25);
}

.subpage-header-share-icon .share-btn-icon {
    color: white;

    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: flex;
	align-items: center;
    justify-content: center;

}

.subpage-header-share-icon .share-btn-icon .material-icons {
    font-size: 33px;
}

.subpage-header-share-icon .share-btn-controller {
    left: -23px;
    top: 60px;
}

.general-page-wrapper {
    padding-top: 11%;
}

.general-page-sidebar-divider {
    width: 1px;
    background-color: #ffffffad;
    flex-shrink: 0;
	margin-right: 4%;
    margin-left: 4%;
}

a.sidebar-link {
    background-color: #222222;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    margin-bottom: 20px;
	width: 100%;
}

a.sidebar-link:hover, a.wp-block-button__link:hover {
    background-color: #4e4e4e !important;
    color: white !important;
}

.sidebar-link.sidebar-large-link {
    font-family: mundial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 27px;
}



.sidebar-large-link-left-icon {
    display: flex;
	padding-right: 5%;
}

.sidebar-large-link-right {
    display: flex;
}



.sidebar-link.sidebar-small-link { 
    margin: 10px;
	font-size: 14px;
	width: 50%;
	text-align: center;
	line-height: 17px;
	color: #cfcfcf;
}

.band-profile-website-link-wrap .sidebar-link.sidebar-small-link {
    margin-left: 0 !important;
    margin-top: 20px !important;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-small-links-wrap {
    margin: -10px;
}

.subpage-date-box {
    text-transform: uppercase;
    font-family: mundial, sans-serif;
    font-weight: 900;
	font-size: 18px;
    line-height: 25px;
	padding: 2% 1%;

	text-align: center;
	width: 33%;
}

.subpage-date-boxes-top-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  margin-bottom: 20px;
}

.subpage-date-box-date {
    color: black;
}

.subpage-date-box-text {
    color: white;
}

.subpage-header-title-text-left-wrap {
    width: 100%;
}

.subpage-below-content-btns-wrap .sidebar-link {
    margin: 1%;
}

.subpage-below-content-btns-wrap {
    margin: -1%;
	margin-top: 35px;
	flex-wrap: wrap;
}

h2.sponsor-level-title {
    color: white;
    font-size: 35px;
	flex-shrink: 0;
}

.sponsor-logo-item-wrap {
    width: 33.33%;
    padding: 1%;
}

.sponsor-logos-grid {
    margin: -1%;
	margin-bottom: 4%;
	justify-content: center;
}

.sponsor-level-header {
    margin-bottom: 3%;
}

.cf-form-cost-fields-wrap {
    border-top: 1px solid #ccc;
    margin-top: 5%;
    padding-top: 5%;
}

.cf-form-note {
    margin-top: 5px;
}

#cfFormCCFeeGroup, #cfFormTotalAmountDueGroup {
    display: none;
}

.cf-form-radio-group-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.input-group.input-group-front .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

span.input-group-text {
    background-color: #343434;
    border: none;
    color: white;
}

.cf-next-steps-deadline-wrap {
    background-color: #ffffff42;
    margin-bottom: 30px;
    padding: 10px 20px;
	margin-top: 30px;
}

.payment-method {
    margin-bottom: 20px;
}

.payment-total-item {
    margin-bottom: 5px;
}

.payment-total-item.payment-grand-total {
    font-size: 19px;
    margin-top: 15px;
    font-weight: bold;
}

.paypal-btn-wrapper {
    margin-top: 30px;
}

.paypal-pay-wrap .corn-fest-btn {
    font-size: 18px;
}

.payment-questions-wrapper {
    margin-top: 40px;
}

.table.cf-app-payment-table {
    color: inherit;
    width: auto;
    border-color: #707070;
}

.check-payment-info-wrap {
    margin-top: 30px;
}

.cf-app-next-steps-payment-method-wrap {
    margin-top: 15px;
}

figure.wp-block-embed.alignleft.wp-block-embed-youtube {
    max-width: 50%;
}

form#sponsorship-form {
    margin-top: 40px;
}

.corn-fest-app-form {
    margin-top: 40px;
}

.cf-form-inline-field {
    width: auto;
    display: inline-block;
}

.cf-vendor-header-row {
    margin-bottom: 15px;
    margin-top: 30px;
}

.cf-form-graphic-wrapper {
    margin-bottom: 25px;
}

.cf-form-note-top {
    margin-bottom: 10px;
}

#cfFormSubTotalGroup {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.footer-bottom-left-left-col {
    margin-right: 30px;
    flex-shrink: 0;
}

.footer-bottom-left-left-col .fest-map-callout {
    flex-direction: column;
}

.footer-bottom-left-left-col .fest-map-callout-image-wrap {
    width: 100%;
}

.footer-bottom-left-left-col .fest-map-callout-wrapper {
    margin: 0;
}

.footer-paypal-wrap a.btn.corn-fest-btn.corn-fest-btn-dark.button-group-btn.green-text-color {
    margin-left: 5px;
}

.product_meta {
	display: none;
}

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

.top-header-link-phone-text {
	display: none;
}

.sponsor-logo-item-wrap a {
	display: block;
}

.sponsor-logo-item-wrap img.spon-logo {
	display: block !important;
	height: auto;
	width:100%;
	aspect-ratio: 149/112;
}

@media (max-width: 1700px) {
	
}

@media (max-width: 1600px) {

	.eventbrite-widget-container-716701973897{
		height:1450px !important;
	}

}

@media (max-width: 1500px) {
	.sound-stage-schedule-slot-photo-wrap {
		width: 45%;
	}

	
}

@media (max-width: 1400px) {
	
.hp-hero-text-area-wrapper {
    position: relative;
    z-index: 2;
	padding-top: 7%;
}

	
	
	.corn-fest-btn {
    border-radius: 5px;

}
	

	.hp-hero-dates-location-text.hp-hero-text-white {
line-height: 2vw;
font-size: 2vw;
		margin-bottom: 3%;
	}
	
	.hp-hero-date-countdown-wrapper {
    width: 100%;
	flex-direction: column;
}
	
	.hp-hero-countdown {
    width: 90%;
    flex-shrink: 0;
}
	.countdown-tablet {
	display: flex!important;
	width: 98%;



	}
	
	

.countdown-full {
	display: none;
}
	
	.hp-hero-card-name {
	font-size: 1.3vw;
}
	.general-page-left {
		width: 70%;
	}
	
	.general-page-right {
		width: 30%;
	}
}

@media (max-width: 1300px) {
	
.headliner-content {
	font-size: .9em;
}
	.general-page-header-wrapper {
		background-color: #b6b6b6;
		height: 275px;
	}
	
	.menu a {
		font-size: 16px;
	}

	.subpage-header-content-wrap {
		padding-top: 8%;
	}
}

@media (max-width: 1199px) {
	/*.new-header-cf-logo-wrap {
    flex-shrink: 0;
        width: 100%;
    }*/
    
	





	.new-header-cf-logo-text {
		font-size: 1.1em;
	}

	.headliner-content {
	font-size: .8em;
}
	.general-page-header-wrapper {
		background-color: #b6b6b6;
		height: 250px;
	}
	
	.menu a {
		font-size: 14px;
	}

	li#menu-item-130 a:before {
		top: 3px;
	}
	
.page-id-8 div.bottom-header-wrapper {
	padding-right: 2%;
		padding-left: 2%;
	}
	
.page-id-8 div.header-wrapper div.header-logo-wrap.eq-pad-lrg {
		padding-right: 1%;
		padding-left: 1%;
		width: 130px;
	}
	
}




@media (max-width: 991px) {

	.new-header-logos-wrapper {
		width: 70%;
		max-width: 400px;
	}
    
    .footer-paypal-wrap .new-button-group{
 justify-content: center;
}
    
    .merchandise-btn-wrapper {

    font-size: 20px;
}
    
	.menu-main-menu-container {
		display: none;
	}

	.new-header-menu-wrap .phone-ticket-wrap, .new-header-menu-wrap .phone-menu-wrap {
		display: flex;
	}

	.new-header-menu-wrap .phone-ticket-wrap {
		width: auto;
		white-space: nowrap;
		margin-right: 25px;
	}

.headliner-content {
	font-size: .7em;
}


	.subpage-header-content-wrap {
		padding-top: 6%;
	}

	a.top-header-link {
		font-size: 1em;
	}

	.hp-hero-pad {
		padding-top: 12%;
	}

	.footer-bottom-left {
		flex-wrap: wrap;
	}

	.footer-bottom-left-left-col {
		justify-content: center;
		display: flex;
		width: 100%;
		margin-bottom: 30px;
	}

	.footer-bottom-left-left-col .fest-map-callout {
		flex-direction: row;
	}

	.footer-bottom-left-left-col .fest-map-callout-image-wrap {
		width: 70px;
	}

	.fee-request {
		margin-right: 0;
	}

.header-wrapper {
	background-color: #000000;
}

.sideabr-large-link-left-title, div.sidebar-large-link-left-icon span.material-icons {
	font-size: 15px;
}

.subpage-header-below-title-callout-text, .below-title-callout-icon .material-icons  {
	font-size: 18px;
}

div.subpage-header-share-icon div.share-btn-wrapper div.share-btn-icon.d-flex.align-items-center span.material-icons {
	font-size: 24px;
}

.subpage-header-share-icon .share-btn-icon {
    color: white;

    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
	align-items: center;
    justify-content: center;

}


.subpage-header-image-strip-wrapper {
	margin: 8% -6.8% -20%;
	overflow: hidden;
}

 div.subpage-header-image-strip.carousel div.subpage-header-image-wrap.carousel-cell {
	padding: 0 1%;
}

.subpage-header-image-strip {
	display: block;

}

.subpage-header-image-strip:after {
	content: 'flickity';
		display: none;
}
	


 div.subpage-header-below-title-callout-wrap.d-flex div.subpage-header-below-title-callout-inner.d-flex.align-items-center, div.subpage-header-below-title-callout-wrap.d-flex div.subpage-header-share-icon.share-phone div.share-btn-wrapper div.share-btn-icon {
margin: 1%;
}
	
	
	.subpage-header-below-title-callout-wrap {
		justify-content: center;
		align-items: center;
		margin-top: 15px;
		margin-bottom: 14px;
	}
	
	.subpage-header-icon .material-icons, h1.subpage-header-title {
	    font-size: 11vw;
		text-align: center;
		line-height: 11vw;
	
	} 
	
	h1.subpage-header-title {
		margin-top: 0;
	}
	
	.subpage-header-title-icon-wrap {
    flex-direction: column;
	align-items: center;
		margin-top: 5%;
	}
	
	.share-phone {
		display: block;
	}

.share-full {
display: none;	
}
	
	.footer-sponsor-top-bar-wrap {
    flex-direction: column;
	}
	
	.nav-tabs {
	justify-content: center;
	margin-bottom: 2%;
	}

	
div.footer-bottom-left div.footer-paypal-wrap div.button-group-row.d-flex.align-items-center {
		justify-content: center;
	}
	
	
	.home .bottom-header-wrapper {

		background-color: #000000;
		padding-top: 28px;
	}
	
	
	.phone-header {
		display: flex !important;
		justify-content: center;
	}
	
 div.footer-paypal-wrap {
		text-align: center;
	}
	
	 div.footer-bottom-right {
	width: 100%;
	align-items: center !important;
}

.footer-eq-credit {
    margin-top: 11%;
	flex-direction: column;
	align-items: center !important;

}

	
.footer-social-wrapper {
		justify-content: center;
	}


div.site-info {
	text-align: center;
	margin-top: 3%;
		margin-bottom: 10%;
}


.footer-bottom-wrapper {
		flex-direction: column;
	}
	
	.corn-icon {
	width: 5%;
	margin-right: 2%;

}

.footer-sponsor-logo-item {
    width: 25%;
}


.icon-title-icon {
	    margin-right: 4%;
}

.icon-title-icon .material-icons {
    font-size: 4.7vw;
			margin-bottom: -18%;

}
	
	.icon-title-title {
    font-size: 4vw;
	line-height: 4vw;

	}
	
	.hp-hero-link-cards-wrapper {
display: block;
}

.hp-hero-link-cards-wrapper:after {
	content: 'flickity';
			display: none;
}
	
	.sound-stage-schedule-acts {
    flex-direction: column;
}

.home .sound-stage-schedule-slot-wrap, body.page-template-default.page.page-id-28.wp-embed-responsive div.site.all-site-wrap.push div.general-page-wrapper.d-flex.eq-pad-lrg div.general-page-left div.sound-stage-schedule-container div.sound-stage-schedule-wrap div.sound-stage-schedule-section div.sound-stage-schedule-acts.d-flex.flex-wrap div.sound-stage-schedule-slot-wrap {
    width: 100%;
	padding: 4% 2% 8%;
}
	
	.sound-stage-day-header
	{
		font-size: 2vw;
	}
	
	.carousel-cell, .subpage-header-image-strip .carousel-cell {
	padding: 10px;
	counter-increment: carousel-cell;
	width: 70%;
}


.hp-activities-carousel-wrap {
	margin: 0 -7%;
}
	
		.corn-fest-btn {
    border-radius: 5px;
		}
		
		.corn-fest-btn-round, a.corn-fest-btn-round {
	padding: 2%;
}


		
	
	.hp-general-text-section-image-wrap {
    width: 100%;
    flex-shrink: 0;
    margin-right: 0%;
		margin-bottom: 6%;
	}
	
	.hp-general-text-section {
	flex-direction: column;
}
	
	.hp-hero-card-name {
		font-size: 2.2vw;
	}
	
	.hp-hero-card-carousel {
	  width: 30%;
	  padding: 1.5%;
	  	
}

.hp-hero-link-cards-pad-adjust {
	margin-right: -7%;
		margin-left: -7%;
}
	
	.main-menu-wrapper, .menu-main-menu-left-container, .menu-main-menu-right-container,  div.header-logo-wrap {
    display: none !important;
} 
	
div.hp-hero-text-title-wrapper.d-flex div.hp-hero-text-year {
	display: none;
}
	
	
	.eq-form-row {
		flex-wrap: wrap;
	}
	
	.eq-form-col.eq-form-3 {
		width: 50%;
	}
	
	.eq-form-col.eq-form-4 {
		width: 50%;
	}
	
	.eq-form-col.eq-form-4, .eq-form-col.eq-form-3 {
		margin-bottom: 30px;
	}
	
	.eq-form-col.eq-form-3:last-of-type, .eq-form-col.eq-form-4:last-of-type, .eq-form-col.eq-form-4:nth-of-type(3) {
		margin-bottom: 0;
	}
	
	.sidebar-wrapper {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #515151;
		padding-bottom: 50px;
	}


	.general-page-wrapper {
		flex-direction: column;
		padding-top: 19%;
	}
	
	.general-page-left {
		width: 100%;
	}
	
	.general-page-right {
		width: 100%;
	}
	
	.general-page-header-wrapper {
		background-color: #b6b6b6;
		height: 225px;
	}
	
	div.site-header-menu-toggle-wrap {
		display: block;
	}
	
	.header-right {
		display: none !important;
	
	}
}

@media (max-width: 767px) {



figure.wp-block-embed.alignleft.wp-block-embed-youtube {
    max-width: 100%;
    margin-right: 0;
        margin-left: 0;
}

.new-button-group {
      display: grid;
grid-template-columns: repeat(2, 1fr);
padding-top: 20px;
}

.new-button {
    width: 100%;
}

.new-fest-map-button {
    display: flex;
}

/*.new-header-cf-logo-wrap {
    flex-shrink: 0;
        width: 160%;
    }*/

.headliner-image-phone {
	display: block;
}

.headliner-title{
	height:60%;
}

.headliner-image-full {
	display: none;
}

.headliner-section-wrapper {
	--bs-aspect-ratio: 70%;
	/*--bs-aspect-ratio: 130%;*/
	background-color: #d4edff;

}

div.headliner-focus.d-flex {
        position: relative;
}

/*div.headliner-section-wrapper.ratio div.headliner-focus.d-flex div.headliner-content {
    position: relative;
    bottom: 0;
}*/

.headliner-spacer, .headliner-content {
	width: 100%;
}

.headliner-content {
	height: 100%;
	justify-content: flex-end;
	padding: 10%;
}


.headliner-spacer {
display: none;
}
.headliner-focus {
	flex-direction: column !important;
	width: auto;
	height: auto;
}

	.band-featured-photo {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	body.page-template-default.page.page-id-24.wp-embed-responsive div.site.all-site-wrap.push div.subpage-header-wrapper.eq-pad-lrg.teal-green-radial-gradient div.subpage-header-content-wrap div.subpage-header-title-text-wrapper.d-flex.align-items-center.justify-content-between div.subpage-header-title-text-left-wrap div.subpage-header-title-icon-wrap.d-flex h1.subpage-header-title {
		font-size: 35px;
		line-height: 36px;
		margin-top: 10px;
	}
	
	
 div.footer-bottom-wrapper.eq-pad-lrg {
 	padding-top: 40px;
		padding-bottom: 60px;
 }
	
.sidebar-small-links-wrap {
	flex-direction: column;
	margin: 38px 0 0;
}

.sidebar-small-links-wrap.d-flex.align-items-center a.sidebar-link.sidebar-small-link {
	width: 100%;
	margin-top: 0;
		margin-bottom: 12px;
	padding-top: 12px;
		padding-bottom: 12px;
}
	.bottom-header-wrapper {


		padding-right: 7px;
		padding-left: 10px;
	}
	
	.subpage-date-boxes-top-wrap {
     flex-direction: column;
}

.subpage-date-box {
  width: 100%;
}

	
	.sound-stage-date-boxes-row, .subpage-below-content-btns-wrap {
   flex-direction: column;

   align-items: flex-start !important;

	}
	
	body.page-template-default.page.page-id-28.wp-embed-responsive div.site.all-site-wrap.push div.general-page-wrapper.d-flex.eq-pad-lrg div.general-page-left div.subpage-below-content-btns-wrap.d-flex.align-items-center a.sidebar-link.sidebar-large-link.d-flex.align-items-center.justify-content-between {
		width: 100%;
	}
	
	.subpage-header-below-title-callout-text, .below-title-callout-icon .material-icons  {
	font-size: 14px;

	}

.subpage-header-share-icon .share-btn-icon {
    
    width: 35px;
    height: 35px;


}
	
	div.subpage-header-share-icon div.share-btn-wrapper div.share-btn-icon.d-flex.align-items-center span.material-icons {
	font-size: 18px;
}
	
	.subpage-header-below-title-callout-inner {

    border-radius: 5px;
    padding: 5px 10px;
}
	
	body.home.page-template.page-template-page-home.page-template-page-home-php.page.page-id-8.wp-embed-responsive div.site.all-site-wrap.push div.hp-activities-section-wrap.eq-pad-lrg div.icon-title-button-row {
		flex-direction: column;
		margin-bottom: 18px;
	}
	
		.hp-general-text-section-image-wrap {
    width: 100%;
    flex-shrink: 0;
    margin-right: 0%;
		margin-bottom: 10%;
	}

	
	
	
div.hp-general-text-section.eq-pad-lrg, div.hp-sound-stage-section-wrap.eq-pad-lrg{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	body.home.page-template.page-template-page-home.page-template-page-home-php.page.page-id-8.wp-embed-responsive div.site.all-site-wrap.push div.hp-activities-section-wrap.eq-pad-lrg {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	
	
	
	.hp-hero-background {
		background-position: center -70px;
}
	
	.subpage-header-content-wrap {
	padding-top: 128px;
	}

	
	.phone-header-logo img {
	width: 94px;
	margin-bottom: -40px;
		margin-left: 0;
	}
	
	.home .header-wrapper {

		background-color: #000000;
		margin-bottom: 0;
	}

	.home .bottom-header-wrapper {
		padding-top: 13px;
	}
	
	
 div.subpage-header-image-wrap.carousel-cell  {
		width: 70%;
	}
	
	.carousel-cell {
	counter-increment: carousel-cell;

}
	
	.footer-sponsor-logo-item {
    width: 33.3%;
}
	
	.hp-sound-stage-header {
    margin-bottom: 4%;
    background-size: 100%;
		background-repeat: no-repeat;
		background-position: center 15%;
}
	
		
		div.hp-sound-stage-icon  {
	width: 27%;
}
		
		
		h2.hp-sound-stage-title {
	font-size: 10vw;
    line-height: 10vw;
	margin-bottom: 6%;
	margin-top: 3%;
				text-shadow: 2px 1px #6E6E6E;
		}
		
		
				.corn-fest-btn {
    border-radius: 5px;
	font-size: 12px;
			padding: 4px 15px 5px;
		}
		
		.icon-title-title {
    font-size: 7vw;
	line-height: 7vw;
}

body.home.page-template.page-template-page-home.page-template-page-home-php.page.page-id-8.wp-embed-responsive div.site.all-site-wrap.push div.hp-activities-section-wrap.eq-pad-lrg div.icon-title-button-row.d-flex.align-items-center.justify-content-between div.icon-title-wrap.d-flex.align-items-center h1.icon-title-title {
	font-size: 35px;
}

body.home.page-template.page-template-page-home.page-template-page-home-php.page.page-id-8.wp-embed-responsive div.site.all-site-wrap.push div.hp-activities-section-wrap.eq-pad-lrg div.icon-title-button-row.d-flex.align-items-center.justify-content-between div.icon-title-wrap.d-flex.align-items-center div.icon-title-icon.blue-text-color span.material-icons {
	font-size: 36px;
}

.corn-icon {
	width: 9%;
	margin-right: 2%;

}
	
.sound-stage-schedule-slot-photo-wrap {
    width: 100%;
    flex-shrink: 0;
    margin-right: 0%;
		margin-bottom: 5%;
}
	
 .sound-stage-schedule-slot-wrap {
 flex-direction:column;

 }
	
	.sound-stage-schedule-day-wrap {
    margin-bottom: 2%;
		justify-content: center;
		padding-bottom: 0;
        border-bottom-style: none;
    }

	.sound-stage-day-header {
		font-size: 20px;
			padding: 2% 8% 3% 7%;
		margin-top: 9%;
		width: 100%;
		text-align: center;
		margin-bottom: 6%;
		border-radius: 5px;
	}
	
	.hp-hero-card-name {
		font-size: 4vw;
	}


.hp-hero-card-carousel {
	  width: 40%;
	  padding: 1.5%;
	  	
}

.button-group-btn {
    margin-right: 5px;
}
		.corn-fest-btn-round, a.corn-fest-btn-round {
	padding: 5px;
}


	
	.hp-hero-dates-location-text.hp-hero-text-white {
line-height: 3vw;
font-size: 4vw;
		margin-bottom: 5%;
	}
	
	.hero-text-title-wrapper-phone {
display: flex !important;	
}
	
	.hero-text-title-full {
	display: none !important;	
	}
	
	.hp-hero-text-center {
	width: 81%;
}
	
	.hp-hero-countdown {
    width: 117%;
    flex-shrink: 0;
		margin-top: 8px;
	}
	.hp-hero-text-area-wrapper {
    position: relative;
    z-index: 2;
        padding-bottom: 0;
        padding-top: 20%;
    }
	
	.hp-hero-divider {
		margin-top: 7%;
		margin-bottom: 4%;
		width: 100%;
	}
 div.time_circles  h4 {
		font-size: 7px !important;
	}
	
	.hp-hero-text-white {

    line-height: 16vw;

	 font-size: 21vw;
		margin: 0;
	}
	
	.hp-hero-text-year {
    width: 17%;

	}
	
	
	.hp-hero-text-year-rotate {
	transform: rotate(90deg);
	font-weight: 900;
	text-shadow: 2px 3px 6px #00000043;
	line-height: 16vw;

	padding: 0 !important;
	margin: 89% 0 0 !important;
	position: a;
	font-size: 12.5vw;
	}
	
	.hp-hero-text-title-wrapper {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.eq-form-col.eq-form-2 {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.eq-form-col.eq-form-3 {
		width: 100%;
	}
	
	.eq-form-col.eq-form-4 {
		width: 100%;
	}
	
	.eq-form-col.eq-form-1, .eq-form-col.eq-form-2, .eq-form-col.eq-form-4, .eq-form-col.eq-form-3 {
		margin-bottom: 30px;
	}
	
	.eq-form-col.eq-form-3:last-of-type, .eq-form-col.eq-form-4:last-of-type, .eq-form-col.eq-form-4:nth-of-type(3) {
		margin-bottom: 30px;
	}
	
	.eq-form-row {
		margin-bottom: 0;
	}
	

	
	.general-page-header-wrapper {
		background-color: #b6b6b6;
		height: 200px;
	}
	
	ul {
		text-align: left;
	}

	.sponsor-logo-item-wrap {
		width: 50%;
	}

	h2.sponsor-level-title {
		width: 100%;
		line-height: 35px;
		padding: 0 20px;
		text-align: center;
	}

	.sponsor-level-header .sound-stage-schedule-header-line {
		display: none;
	}
}

@media (max-width: 575px) {
    
    	.hp-hero-text-area-wrapper {
    position: relative;
    z-index: 2;
            padding-top: 130px;
        }
        
        .merchandise-btn-wrapper {
            padding-bottom: 50px;
        padding-right: 10px;
            font-size: 18px;
            line-height: 22px;
            padding-left: 10px;
        }
    
    
	.top-header-link-phone-text {
		display: block;
	}

	.top-header-link-full-size-text {
		display: none;
	}

	.subpage-header-content-wrap {
		padding-top: 30%;
	}
	
	.top-header-divider {
		display: none;
	}

	a.top-header-link {
		font-size: 0.9em;
		border-radius: 10px;
		margin: 8px;
	}

	.top-header-wrapper {
		margin: 8px 8px 0;
	}

	.hp-hero-pad {
		padding-top: 17%;
	}

	
	.general-page-image-block:last-of-type {
		display: none;
	}
	
	.general-page-header-wrapper {
		background-color: #b6b6b6;
		height: 150px;
	}
}

@media print {
	.header-share-icon, .main-menu-wrapper, .header-logo-wrap, .black-dot-grid-overlay, .subpage-header-title-text-right-wrap, .subpage-header-image-strip-wrapper, .general-page-sidebar-divider, .general-page-right, .jump-to-schedule-wrapper, .subpage-below-content-btns-wrap, .footer-sponsor-wrapper, .footer-paypal-wrap, .footer-social-wrapper, .phone-ticket-wrap, .phone-menu-wrap, .share-phone, .sound-stage-schedule-slot-btb-row, .subpage-header-icon, .footer-bottom-right, .sound-stage-schedule-slot-photo-wrap, .sound-stage-schedule-slot-band-info {
		display: none !important;
	}

	.header-wrapper, .subpage-header-wrapper {
		background: transparent !important;
	}

	.subpage-header-title-icon-wrap, .subpage-header-below-title-callout-text, .below-title-callout-icon .material-icons, .general-page-main-content-wrapper, .corn-fest-app-form p, .corn-fest-app-form label, .general-page-main-content-wrapper strong, .corn-fest-app-form strong, .sound-stage-schedule-slot-text-wrap, .sound-stage-schedule-slot-band-info {
		color: black;
	}

	body {
		background: #fff;
	}

	.subpage-header-icon .material-icons, h1.subpage-header-title {
		font-size: 6vw;
	}

	.subpage-header-title-icon-wrap {
		margin-top: 0;
	}

	.subpage-header-content-wrap {
		padding-top: 60px;
	}

	.general-page-wrapper {
		padding-top: 0%;
	}

	.sound-stage-schedule-slot-photo-wrap {
		width: 40%;
		flex-shrink: 0;
		margin-right: 5%;
		margin-bottom: 0;
	}

	.sound-stage-schedule-slot-wrap {
		flex-direction: row;
		page-break-inside: avoid;
		padding-bottom: 1% !important;
		padding-top: 1% !important;
	}

	.sound-stage-schedule-slot-band-info {
		page-break-before: avoid;
	}

	.sound-stage-schedule-slot-time {
		page-break-after: avoid;
	}
}