
/**Stylesheet for Cork Whiskey Fest.*/
@font-face{
  font-family: oswald;
  src: url('../Fonts/oswald.woff2') format('woff2'),
     url('../Fonts/oswald.ttf') format('truetype');
  font-display: swap;  
}

@font-face{
  font-family: lato;
  src: url('../Fonts/lato.woff2') format('woff2'),
     url('../Fonts/lato.ttf') format('truetype');
  font-display: swap;  
}

@font-face{
  font-family: celtichand;
  src: url('../Fonts/celtichand.woff2') format('woff2'),
     url('../Fonts/celtichand.ttf') format('truetype');
  font-display: swap;  
}

@font-face{
  font-family: icomoon;
  src: url('../Fonts/icomoon.woff') format('woff'),
     url('../Fonts/icomoon.ttf') format('truetype');
  font-display: swap;  
}

@font-face{
  font-family: icomoon2;
  src: url('../Fonts/icomoon2.woff') format('woff'),
     url('../Fonts/icomoon2.ttf') format('truetype');
  font-display: swap;  
}

@font-face{
  font-family: old_stamper;
  src: url('../Fonts/old_stamper.woff') format('woff'),
     url('../Fonts/old_stamper.ttf') format('truetype');
  font-display: swap;  
}

html, body {
	height: 100%;
}

/**Basic Styles*/
:root {
  --bright: #FFF;
  --dark: #000;
  --darksecondary: #1B1B1B;
  --primary: #FF7800; 
}

#wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.menu-toggle-inactive:before{
	font-family: icomoon;
	content: "\e906";
}

.menu-toggle-active:before{
	font-family: icomoon;
	content: "\e907";
}

.margins{
	position: relative;
	padding: 0em 2em;
	box-sizing: border-box;
}

.headers h1, .headers h2{
	font-family: oswald, sans-serif;
	font-size: 2.7em;
	color: var(--dark);
	text-transform: uppercase;
	margin: 0;
	line-height: 1.1em;
}

.headers_black h1{
	font-family: oswald, sans-serif;
	font-size: 2.7em;
	color: var(--bright);
	text-transform: uppercase;
	margin: 0;
	line-height: 1.1em;
}

.headers_cicles{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -1.5em;
}

.circle{
	position: relative;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: var(--primary);
	margin: 0em 1.5em 2em 0em;
}

.cwf_font{
	font-family: celtichand, sans-serif;
}

.orange_text{
	color: var(--primary);
}

#event_background_image_white, .ts_even, .ts_odd .ticket_section_bottom{
	position: relative;
	background: var(--bright);
	background-image: url('/wp-content/uploads/2025/04/cork-whiskey-festival-events-tastings-.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-sizing: border-box;
}

#event_background_image_black, .ts_even .ticket_section_bottom{
	position: relative;
	background: var(--dark);
	background-image: url('/wp-content/uploads/2025/04/cork-whiskey-fest-events-tastings-.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-sizing: border-box;
}

@supports (-webkit-touch-callout: none) {

  	#event_background_image_white, #event_background_image_black, .ts_even, .ticket_section_bottom{
		background-image: none;
	}

}


/**Header Styles*/
#masthead{
	position: fixed;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 3.8em;
	background: var(--dark);
	z-index: 5;
}

#logo{
	position: relative;
	width: 6.7em;
	left: 2em;
	top: .25em;
}

#logo img{
	width: 100%;
	height: auto;
}

.site-title{
	display: none;
}

#basket:before{
	font-family: icomoon;
	content: "\e901";
}

#cart_header{
	position: absolute;
	top: 0.05em;
	right: 3em;
	font-size: 2.5em;
	color: #FFF;
	text-decoration: none;
}

#cart_header:hover{
	color: #FF7800;
}

.cart-customlocation{
	position: absolute;
	top: .7em;
	right: -.7em;
	font-family: sans-serif;
	font-size: .35em;
	color: #272623;
	padding: 0em .3em;
	text-decoration: none;
	border-radius: .5em;
	background: #FF7800;
}

/**Header Social*/
#header_social{
	display: none;
	flex-wrap: wrap;
	justify-content: center;
}

#header_social a{
	font-size: 1.2em;
    color: var(--bright);
    margin: 0em .3em;
    text-decoration: none;
    text-align: center;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    line-height: 1.9em;
    border: 2px solid var(--bright);
}

#header_social a:hover{
    color: var(--primary);
    border: 2px solid var(--primary);

}



/**Navigation Styles*/
#menu-toggle{
	position: absolute;
	top: 0em;
	right: .7em;
	font-size: 2.5em;
	color: var(--bright);
	z-index: 12;
}

#menu-toggle:hover{
	cursor: pointer;
	color: var(--primary);	
}

#nav_dates{
	position: relative;
	padding: 1.5em 0em .5em 1.8em;
	font-family: oswald, sans-serif;
	font-size: 1.3em;
	color: var(--bright);
	text-transform: uppercase;
	border-bottom: 1px solid #1B1B1B;
}

#navigation_modal{
	display: none;
	position: fixed;
	top: 0em;
	right: 0em;
	width: 80%;
	height: 100%;
	height: 100vh;
	padding: 2em 0em;
	max-width: 30em;
	background: var(--dark);
	z-index: 11;
	box-sizing: border-box;
}

#navigation{
	margin-top: 1.5em;
	width: 100%;
	height: 100vh;
	padding-bottom: 10em;
	overflow: scroll;
}

#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	padding: 0em 2.5em;
	padding-bottom: 4em;
}

#navigation li{
	margin: 0em 0em 1em 0em;
}

#navigation a{
	font-family: oswald, sans-serif;
	font-size: 2em;
	color: var(--bright);
	margin: .2em 0em;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover{
	color: var(--primary);
}

#nav_social{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

#nav_social a{
	position: relative;
	font-size: 1.3em;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 1.9em;
	border: 2px solid var(--bright);
	border-radius: 50%;
	margin-right: .7em;
}

#nav_social a:hover{
	border: 2px solid var(--primary);
}

#header_nav{
	display: none;
}

#header_nav nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
	list-style: none;
	padding: 0;
}

#header_nav nav li{
	margin: 0em .5em;
}

#header_nav nav li a{
	font-family: oswald, sans-serif;
	color: var(--bright);
	text-decoration: none;
	text-transform: uppercase;
}

#header_nav nav li a:hover{
	color: var(--primary)
}

#header_nav #nav_social{
	padding-left: 4em;
}

#header_nav .buy_tickets_button a{
	display: block;
	position: relative;
	padding: .6em 2em .4em 2em;
	font-size: 1.1em;
	margin-top: -.1em;
	border: 2px solid var(--primary);
	
}

#header_nav .buy_tickets_button a:hover { 
	background: var(--primary);
	color: var(--dark) !important;
}

#header_nav li{
	display: none;
}

#header_nav .buy_tickets_button{
	display: block;
}







/**Landing Styles*/
#landing{
	position: relative;
	left: 50%;
	width: 150%;
	width: calc(100% + 40em);
	height: 100%;
	height: 100vh;
	min-height: 40em;
	border-radius: 0 0 50% 50%;
	transform: translateX(-50%);
	overflow: hidden;
	background: var(--dark);
}

#landing_inner{
	position: relative;
	left: 50%;
	width: 100vw;
	height: 100vh;
	min-height: 40em;
	transform: translateX(-50%);
	background: var(--dark);
}

#landing_video{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100vh;
	min-height: 40em;
}

#landing_video video{
 	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	min-width: 100%; 
	min-height: 100%;
  	width: auto;
  	height: auto;
}

#landing_overlay{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 40em;
	background-color: rgba(0, 0, 0, .6);
}

#landing_center{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
}

#landing_center img{
	width: 100%;
	height: auto;
}

#festival_logo{
	position: relative;
	left: 50%;
	width: 72%;
	max-width: 18em;
	transform: translateX(-50%);
}

#landing_right h3{
	font-family: celtichand, sans-serif;
	color: var(--bright);
	text-align: center;
	margin: 0;
}

#landing_right{
	position: relative;
	padding: 1.5em 0em 2em 0em;
}

#landing_sponsors{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.landing_sponsor{
	width: 7em;
	padding: .5em;
}

#landing_countdown{
	transform: scale(.8);
}	

#tuath{
	position: absolute;
	width: 4em;
	bottom: 1em;
	left: 5em;
}

#landing_scroll_down{
	position: absolute;
	top: -.65em;
	left: 50%;
	width: 1.3em;
	font-size: 3em;
	height: 1.3em;
	border-radius: 50%;
	line-height: 1.3em;
	text-align: center;
	background: var(--bright);
	animation: bounce 3s infinite linear;
	transform: translateX(-50%);
}

#landing_scroll_down:before{
  position: relative;
  font-family: icomoon2;
  content: "\e900";
  color: #000;
}

@keyframes bounce{
  0%{
  top: -.65em;
  }
  10%{
  top: -.85em;
  }     
  20% {
  top: -1em;
  }
  30% {
  top: -.85em;
  } 
  40% {
  top: -.65em;
  }
} 







/**Home About Section.*/
#main_header{
	padding-bottom: 2em;
}

#main_header h2{
	font-family: celtichand, sans-serif;
	font-size: 3.3em;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1em;
	margin: 0;
	z-index: 2;
}

#main_header_border{
	position: relative;
	left: 50%;
	width: 1%;
	transform: translateX(-50%);
	height: 1em;
	background: linear-gradient( to left, rgba(255,255,255,1) 0%, rgba(255,120,0,1) 45%, rgba(255,120,0,1) 55%, rgba(255,255,255,1) 100%
    ) left bottom #FFF no-repeat; 
  	background-size:100% 2px;
}

.grow_border{
  	animation: grow 2s linear forwards !important;
}

@keyframes  grow {
	0%{
		width: 1%;
	}	
	100% {
		width: 60%;
	}
}


#about{
	position: relative;
	padding: 4em 0em 0em 0em;
}

#about_left p{
	font-family: oswald, sans-serif;
	font-size: 4em;
	color: var(--dark);
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.orange_text{
	color: var(--primary)
}

#about_right p{
	font-family: lato, sans-serif;
	font-size: 1.05em;
	color: var(--dark);
	line-height: 1.7em;
}

#about_right a{
	font-family: lato, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: var(--dark);
	line-height: 1.7em;
	text-transform: uppercase;
	text-decoration: none;
	background: linear-gradient(var(--bright) 0%, var(--bright) 65%, var(--primary) 66%);
}

#about_right a:hover{
	background: linear-gradient(var(--bright) 0%, var(--bright) 65%, #CCC 66%);
}


/**App Banner Styles*/
#app, #app_section{
							display: none;
}

#app_section{
	padding-top: 3em;
}

#app_section h2{
	font-family: oswald, sans-serif;
	font-size: 3em;
	color: var(--dark);
	text-transform: uppercase;
	text-align: center;
	margin: 0em 0em .2em 0em;
}

#app_button_holder a:hover{
	opacity: .8;
}

.button_holder_center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button_holder_right{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.button_holder_center a{
	display: block;
	margin: 0em .5em;
}

.button_holder_right a{
	display: block;
	margin-right: 1em;
}




/**Home Tickets Section.*/
#tickets{
	position: relative;
	background: var(--dark);
	padding: 1.5em 0em 4.2em 0em;
	margin-top: 5em;
	box-sizing: border-box;
}

#tickets_top{
	position: absolute;
	top: -4.95em;
	left: 0em;
	width: 100%;
	height: 5em;
	background: var(--dark);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#tickets h2{
	font-family: oswald, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	background: #FFF -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF), color-stop(0.5, #222)) 0 0 no-repeat;
	-webkit-background-size: 150px;
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: .2em;
	animation: shine 5s infinite linear;
	-webkit-background-clip: text;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@keyframes  shine {
	0%, 10% {
		background-position: -1000px;
	}
	20% {
		background-position: top left;
	}
	90% {
		background-position: top right;
	}
	100% {
		background-position: 1000px;
	}
}

#tickets h4{
	font-family: lato, sans-serif;
	font-size: 1.7em;
	color: var(--bright);
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#tickets a{
	display: block;
	position: relative;
	left: 50%;
	width: 12em;
	font-family: oswald, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: .9em 0em .75em 0em;
	margin-left: -6em;
	margin-top: 1.5em;
	border: 10px solid;
 	border-image-slice: 1;
  	border-width: 2px;
  	border-image-source: linear-gradient(to left, #FF7800, #F08600);
	animation: pulse 3s infinite linear;
  	transition: background, color 1s;
	box-sizing: border-box;
}

#tickets a:hover{
	background: var(--primary);
	color: var(--dark);
}










/**Exhibitors Styles.*/
#exhibitors{
	display: block;
	position: relative;
	padding: 3.5em 0em 2em 0em;
	box-sizing: border-box;
}

#exhibitors h2{
	font-family: oswald, sans-serif;
	color: var(--dark);
	text-transform: uppercase;
	text-align: center;
	margin: 0em 0em .2em 0em;
}

#exhibitors h2 .celtic_font{
	display: block;
	font-family: celtichand, sans-serif;
}

#inksplat_brands_list{
	position: relative;
	left: 50%;
	padding-top: 2em;
	max-width: 70em;
	transform: translateX(-50%);
}

#exhibitors .inksplat_brand_box{
	position: relative;
	width: 100%;
	margin: 1em 0em;
}

.inksplat_brand_box:hover img{
	transform: translateX(-50%) scale(1.3);
}

.inksplat_brand_box:hover .inksplat_brand_location{
	opacity: 1;
	transition: opacity .5s;
}

.inksplat_brand_box a{
	color: var(--bright);
	text-decoration: none;
}

.inksplat_brand_box img{
	position: relative;
	left: 50%;
	width: 80%;
	height: auto;
	max-width: 10em;
	transform: translateX(-50%);
	transition: transform 1s;
}

.inksplat_brand_image{
	display: block;
	position: relative;
	width: 100%;
}

.inksplat_brand_location{
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	width: 100%;
	padding: .5em;
	opacity: 0;
	font-family: oswald, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	background: var(--dark);
	border-radius: 5px;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.inksplat_brand_name{
	display: none;
}







/**Holding Page*/
.holding_signup form{
	position: relative;
	left: 50%;
	width: 80%;
	max-width: 34em;
	transform: translate(-50%);
}


/**Contact Styles*/
#contact_page{
	position: relative;
}

#contact_page_top{
	position: absolute;
	top: 0em;
	left: 0em;
	height: .6em;
	width: 100%;
	background: var(--dark);
}

#contact_info{
	position: relative;
	font-family: lato, sans-serif;
	padding: .3em 1.5em 1.5em 1.5em;
	background: var(--dark);
	text-align: center;
	box-sizing: border-box;
}

#contact_info h4{
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
	margin-bottom: .2em;
}

#contact_info div{
	color: #FFF;
}

#contact_social a{
	margin: 0em .3em;
}

#contact_info a{
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

#contact_logo{
	position: relative;
	left: 50%;
	width: 100%;
	margin-top: 2em;
	transform: translateX(-50%);
	max-width: 12em;
}

#contact_social img{
	width: 100%;
	height: auto;
}

#contact_form_holder{
	position: relative;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	margin-top: 2em;
	box-sizing: border-box;
}

#contact_form_top{
	position: relative;
	padding: 1em;
	color: var(--bright);
	text-align: center;
	background: #000;
	box-sizing: border-box;
}

#contact_form_top h2{
	margin: 0;
}

#contact_form{
	position: relative;
	padding: 1.5em;
	background: #FBFBFB;
	box-sizing: border-box;
}

/**Ninja Forms*/
.nf-form-fields-required, .field-wrap label, .nf-error-wrap.nf-error, .nf-error-msg.nf-error-field-errors, .nf-field-element:after{
	display: none;
}

#contact_form ::placeholder {
	font-family: lato, sans-serif;
	color: var(--dark);
	text-transform: uppercase;
}


#nf-field-5-wrap .ninja-forms-field, #nf-field-6-wrap .ninja-forms-field, #nf-field-8-wrap .ninja-forms-field, 
#nf-field-11-wrap .ninja-forms-field, #nf-field-12-wrap .ninja-forms-field, #nf-field-14-wrap .ninja-forms-field,
#nf-field-18-wrap .ninja-forms-field, #nf-field-19-wrap .ninja-forms-field, #nf-field-20-wrap .ninja-forms-field{
	font-family: lato, sans-serif;
	color: var(--dark);
	font-size: 1em;
	border: none;
	border: .15em solid var(--dark);
	padding: 1em;
	background: var(--bright);
	box-sizing: border-box;
}

#nf-field-7-wrap .ninja-forms-field, #nf-field-13-wrap .ninja-forms-field, #nf-field-2--wrap .ninja-forms-field{
	font-family: lato, sans-serif;
	color: var(--dark);
	font-size: 1em;
	border: .15em solid var(--dark);
  	height: 8em;
  	padding: 1em;
	background: var(--bright);
  	box-sizing: border-box;
}

#nf-field-17-wrap .ninja-forms-field, #nf-field-24-wrap .ninja-forms-field{
	font-family: lato, sans-serif;
	color: var(--dark);
	font-size: 1em;
  	padding: 1em;
	border: .15em solid var(--dark);
	text-transform: uppercase;
	background: var(--bright);
  	box-sizing: border-box;
}

#nf-field-9-wrap label, #nf-field-15-wrap label, #nf-field-22-wrap label{
	display: block;
	font-family: lato, sans-serif;
	font-weight: normal;
}


#nf-field-10, #nf-field-16, #nf-field-23{
	font-family: lato, sans-serif;
	font-size: 1.5em;
	width: 100%;
	color: var(--bright);
	text-transform: uppercase;
	text-align: center; 
	transition: none;
	background: var(--dark);
	border: 1px solid var(--bright);
	padding: .5em;
	margin-top: 1em;
	box-sizing: border-box;
}

#nf-field-10:hover, #nf-field-16:hover, #nf-field-23:hover{
  	cursor: pointer;
	background: var(--primary);
}



/**Tickets Page*/
.cwf_ticket_titles{
	position: relative;
	padding: 0em 2em;
	font-family: oswald, sans-serif;
	font-size: 2em;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0em;
	margin-bottom: .5em;
}

.celtic{
	font-family: celtichand, sans-serif;
}

.cwf_title_be{
	font-size: .97em;
}

.cwf_title_mc{
	font-size: .97em;
}

.ticket_section_inner{
	position: relative;
	padding: 2em 2% 1em 2%;
	box-sizing: border-box;
}

.ticket_section_bottom{
	position: relative;
	width: 100%;
	height: 5em;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.ts_odd h2, .ts_odd h6{
	color: var(--bright);
}

.ts_even h2, .ts_even h6{
	color: var(--dark);
}

.ticket_section_day{
	font-family: oswald, sans-serif;
	font-size: 1.7em;
	text-align: center;
	text-transform: uppercase;
	margin: 0em 2%;
	padding: .5em 0em;
}



.tickets_flex{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
	padding: 1.5em 0em;
	box-sizing: border-box;
}

.tickets_section_dates{
	position: relative;
	width: 7em;
	box-sizing: border-box;
}

.tickets_holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	position: relative;
	width: calc(100% - 9em);
	box-sizing: border-box;
}

.tickets_section_dates h6{
	position: sticky;
	top: 48%;
	font-family: oswald, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0em 0em;
}

.ticket_block{
	position: relative;
	width: 100%;
	padding: 2.5em 0em;
	box-sizing: border-box;
}

.ticket_block_inner{
	position: relative;
	left: 50%;
	width: 100%;
	max-width: 16em;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.ticket_block_top{
	position: relative;
	border-bottom: none;
	padding-bottom: 1em;
	transform: rotate(-5deg) skew(-5deg);
	border: 1px solid #CCC;
	border-bottom: none;
	z-index: 2;
}

.ticket_event_type_holder{
	position: relative;
	left: 7%;
	top: -1em;
	z-index: 2;
}

.ticket_event_type_back{
	position: absolute;
	content: '';
	top: .3em;
	left: .3em;
	width: 8.7em;
	height: 2.3em;
	background: #000;
	transform: rotate(-5deg) skew(-5deg);
}

.ticket_event_type_front{
	position: relative;
	font-family: oswald, sans-serif;
	font-size: 1.1em;
	width: 8em;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	background: #FF7800;
	border: 1px solid #000;
	padding: .3em 0em;
	transform: rotate(-5deg) skew(-5deg);
	box-sizing: border-box;
}

.ticket_price{
	position: absolute;
	top: -1.25em;
	right: -1.25em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	font-family: oswald, sans-serif;
	font-size: 1.4em;
	color: var(--bright);
	line-height: 2.6em;
	text-align: center;
	background: var(--dark);
	transform: rotate(5deg) skew(5deg);
	border: 1px solid var(--bright);
	z-index: 3;
}


/**Ticket Block Image*/
.ticket_block_image{
	position: relative;
	display: block;
	left: 50%;
	width: 90%;
	max-width: 12em;
	transform: translateX(-50%) rotate(5deg) skew(5deg);
}

.ticket_block_image img{
	display: block;
	width: 100%;
	height: auto;
}

.ticket_block_image h7{
	position: absolute;
	top: 0em;
	left: 0em;
	z-index: -1;
}

.ticket_block_bottom{
	position: relative;
	left: 50%;
	width: calc(100% - 1px);
	color: var(--bright);
	padding: 2.5em 1.5em 0em 1.5em;
	margin-top: -1em;
	background: var(--dark);
	transform: translateX(-50%);
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.ticket_details_holder{
	position: relative;
	width: 100%;
	height: 2.5em;
	box-sizing: border-box;
}

.ticket_details{
	display: block;
	font-family: lato, sans-serif;
	color: var(--bright) !important;
	text-align: center;
	text-decoration-color: var(--primary) !important;
  	text-decoration-thickness: 3px;
  	line-height: 1.2em;
}

.ticket_quantity_holder{
	position: relative;
	width: 100%;
	height: 4.5em;
	padding: .7em 0em;
	box-sizing: border-box;
}

.ticket_block_bottom h5{
	font-family: lato, sans-serif;
}

/**Ticket Sales Styles*/
.product_quantity_flex{
	position: relative;
	left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: .5em 0em 2em 0em;
  width: 11em;
  transform: translateX(-50%);
}

#product_quantity_flex input::-webkit-outer-spin-button,
#product_quantity_flex input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product_quantity_flex input[type=number] {
  -moz-appearance: textfield;
}

#product_quantity_label{
  padding-right: .5em;
  text-transform: uppercase;
}

.quantity .qty{
  font-family: lato, sans-serif;
  color: var(--dark);
  outline: none !important;
  line-height: 1.3em;
  min-width: 3em;
  appearance: none;
  padding: .55em 0em .4em 0.5em;
}

.ticket_quantity_holder .plus, .ticket_quantity_holder .minus{
  position: relative;
  top: 0em;
  font-size: 1em;
  background: var(--primary);
  line-height: 1.3em;
  border: none;
  margin: 0em .1em;
}

.plus{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.minus{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.plus:hover, .minus:hover{
  cursor: pointer;
  background: var(--bright) !important;
}


.ticket_status_holder{
	position: relative;
	width: 100%;
	height: 4em;
	box-sizing: border-box;
}

.inline_add_to_cart_button{
	position: absolute;
	top: 50%;
  	display: block;
  	width: 100%;
  	font-family: oswald, sans-serif;
  	font-size: 1.3em;
  	color: var(--bright);
  	text-align: center;
  	text-transform: uppercase;
  	border-radius: 0;
  	background: var(--dark);
  	margin-top: -.7em;
  	padding: .8em 0em .6em 0em;
  	border: 1px solid var(--primary);
  	transform: translateY(-35%);
}

.offsite_btn{
	position: absolute;
	top: 50%;
  	display: block;
  	width: 100%;
  	font-family: oswald, sans-serif;
  	font-size: 1.3em;
  	color: var(--bright) !important;
  	text-align: center;
  	text-transform: uppercase;
  	text-decoration: none;
  	border-radius: 0;
  	background: var(--dark);
  	margin-top: -.7em;
  	padding: .6em 0em .4em 0em;
  	border: 1px solid var(--primary);
  	transform: translateY(-35%);
}


.inline_add_to_cart_button:hover,  .offsite_btn:hover{
	cursor: pointer;
	background: var(--primary);
  	border: 1px solid var(--primary);
}

.sold_out_badge{
	position: absolute;
	top: 50%;
	width: 100%;
	font-family: oswald, sans-serif;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1em;
	margin-top: 1em;
	transform: translateY(-50%) rotate(-15deg);
}


.ticket_stock_holder{
	position: relative;
	width: 100%;
	height: 4em;
	box-sizing: border-box;
}

.product_stock_count{
	position: relative;
	font-family: lato, sans-serif;
	font-size: 1.1em;
  	line-height: 1.1em;
  	color: #90EE90;
	padding: .5em 0em;
	text-align: center;
}





/**Schedule Styles*/
.schedule_day{
	font-family: oswald, sans-serif;
	font-size: 1.7em;
	text-align: center;
	text-transform: uppercase;
	padding-top: .5em;
}

.schedule_timeslot{
	font-family: oswald, sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.schedule_block{
	padding: .5em 0em 2.5em 0em;
}

.schedule_holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.schedule_event_logo{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.schedule_event_logo img{
	width: 100%;
	height: auto;
}

.schedule_holder a{
	position: relative;
	width: 100%;
	padding: 1em;
	max-width: 10em;
}

.schedule_sold_out_badge{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-family: oswald, sans-serif;
	color: var(--bright);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--dark);
	border: 1px solid var(--bright);
	padding: .5em .5em .3em .5em;
	transform: translate(-50%, -50%);
}

.no_events{
	font-family: lato, sans-serif;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	padding: 2em 0em;
}


/**Schedule Menu Styles*/
#schedule_menu{
	display: none;
}

#schedule_menu_flex{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
}

.schedule_menu_flex_block{
	position: relative;
	width: 33.3%;
	width: calc(33.3% - 1.7em);
	list-style: none;
	margin: 0;
	box-sizing: border-box;
}

.schedule_menu_flex_block:nth-of-type(2){
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.schedule_menu_flex_block li{
	color: var(--bright);
	padding: .2em 0em;
}

.schedule_menu_flex_block li h4{
	font-family: oswald, sans-serif;
	font-size: 1.3em;
	margin: 0em;
	padding-bottom: .5em;
	text-transform: uppercase;
}

.schedule_menu_flex_block li strong{
	font-family: oswald, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 1em;
}

.schedule_menu_flex_block li a{
	font-family: lato, sans-serif;
	color: var(--bright);
	text-decoration: none;
}

.schedule_menu_flex_block li a:hover{
	color: var(--primary);
}




/**Exhibitor Stand Styles*/
#exhibitor_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--dark);
}

.exhibitor_block{
	display: block;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}

.exhibitor_block_inner{
	position: relative;
	padding: 1em;
	border: 1px solid #F5F5F5;
}

#exhibitor_content .product_meta, #exhibitor_content .related, #exhibitor_content .quantity, 
#exhibitor_content .single_add_to_cart_button, #exhibitor_content .woocommerce-Price-amount{
	display: none;
}

#exhibitor_content .product_title{
	font-family: lato, sans-serif;
	font-size: 1.5em !important;
	line-height: 1.1em !important;
	text-transform: uppercase;
}

.tc_seating_map_button{
	display: block;
  	width: 100%;
  	font-family: oswald, sans-serif;
  	font-size: 1.3em;
  	color: var(--bright);
  	text-align: center;
  	text-transform: uppercase;
  	background: var(--dark);
  	border-radius: 0;
  	padding: .7em 0em .6em 0em;
  	border: 1px solid var(--primary);
}

.tc_seating_map_button:hover{
	cursor: pointer;
	background: var(--primary);
}

#exhibitor_grid{
	position: relative;
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
  	gap: 2em;
}

.exhibitor-block{
	position: relative;
	left: 50%;
	max-width: 25em;
	transform: translateX(-50%);
}

.exhibitor_image{
	position: relative;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
}

.exhibitor_image img{
	width: 100%;
	height: auto;
}

.exhibitor-button{
	position: relative;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	margin-top: 1em;
}

/**Info Page Styles*/
.info_block{
	position: relative;
	color: var(--dark);
	padding: 1em 0em;
	box-sizing: border-box;
}

.ea-header{
	margin: 0 !important;
}

#map{
	display: block;
	width: 100%;
	height: 35em;
	background: #F5F5F5;
}

#social_hub_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

#social_hub_flex_left{
	position: relative;
	left: 50%;
	width: 15em;
	transform: translateX(-50%);
	box-sizing: border-box;
}

#social_hub_flex_left img{
	width: 100%;
	height: auto;
}

#social_hub_flex_right{
	position: relative;
	width: 100%;
	font-family: lato, sans-serif
}




#festival_friends_holder{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
}

.festival_friend{
	position: relative;
	padding: 1em;
	width: 10em;
	box-sizing: border-box;
}

.festival_friend img{
	width: 100%;
	height: auto;
}

/**Venue Styles*/
#venues_holder{
	position: relative;
	display: flex; 
	flex-wrap: wrap;
	justify-content: left;
	box-sizing: border-box;
}

.venue_block{
	display: block;
	position: relative;
	width: 90%;
	height: 20em;
	background-size: cover;
	background-position: center;
	margin: 1em 5%;
	border: 1px solid #343434;
	box-sizing: border-box;
}

.venue_block:hover .venue_block_overlay{
	background: rgba(0,0,0,.3);
}

.venue_block:hover .venue_block_logo{
	width: 70%;
}

#venue_1{
	background-image: url("/wp-content/uploads/2025/11/cork-city-hall.jpg");
}
#venue_2 {
	background-image: url("/wp-content/uploads/2025/11/imperial-hotel.jpg");
}
#venue_3{
	background-image: url("/wp-content/uploads/2025/11/crane-lane-alleyway.jpg");
}
#venue_4{
	background-image: url("/wp-content/uploads/2025/11/the-fountain-bar.jpg");
}
#venue_5{
	background-image: url("/wp-content/uploads/2025/11/counihans-bar.jpg");
}
#venue_6{
	background-image: url("/wp-content/uploads/2025/11/brennans-wine-bar.jpg");
}
#venue_7{
	background-image: url("/wp-content/uploads/2025/11/the-frisky-whiskey-bar.jpg");
}
#venue_8{
	background-image: url("/wp-content/uploads/2025/11/cantys-bar.jpg");
}
#venue_9{
	background-image: url("/wp-content/uploads/2025/11/the-poor-relation.jpg");
}
#venue_10{
	background-image: url("/wp-content/uploads/2025/11/hi-b-bar.jpg");
}
#venue_11{
	background-image: url("/wp-content/uploads/2025/11/the-old-oak.jpg");
}
#venue_12{
	background-image: url("/wp-content/uploads/2025/11/arthur-maynes.jpg");
}



.venue_block_overlay{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	transition: background 1s;
}

.venue_block_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45%;
	transform: translate(-50%, -50%);
	text-align: center;
	transition: width 1s;
}

.venue_block_logo img{
	width: 100%;
	height: auto;
}

.venue_block_name{
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: oswald, sans-serif;
	font-size: 1.7em;
	color: var(--bright);
	text-transform: uppercase;
	line-height: 1.1em;
	transform: translate(-50%, -50%);
	text-align: center;
}

/**Venue Page Styles*/
#venue_events_holder{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding-top: 1em;
	box-sizing: border-box;
}

.venue_event{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	width: 100%;
	padding: 1.5em;
	border: 1px solid #343434;
	background: rgba(0,0,0,.5);
	color: var(--bright);
	margin: .7em 2em;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.venue_event:hover{
	border: 1px solid var(--primary);
}

.venue_event_image{
	display: block;
	position: relative;
	width: 100%;
}

.venue_event_image img{
	width: 100%;
	height: auto;
}

.venue_event_info{
	display: block;
	position: relative;
	width: 100%;
	padding-top: .5em;
}

.venue_event_info h2{
	font-family: oswald, sans-serif;
	font-size: 1.4em !important;
	color: var(--bright);
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0em 0em .3em 0em;
}

.venue_event_info h3{
	font-family: lato, sans-serif !important;
	font-size: 1.1em !important;
	color: var(--bright);
	margin: .2em 0em;
}



/**Sponsor Styles*/
#sponsors{
	position: relative;
	background: var(--darksecondary);
	padding: 2em 5%;
	box-sizing: border-box;
}

#sponsors_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.sponsor_block{
	position: relative;
	width: 50%;
	box-sizing: border-box;
}

.sponsor_image{
	position: relative;
	left: 50%;
	width: 80%;
	max-width: 9em;
	transform: translateX(-50%);
}

.sponsor_image img{
	width: 100%;
	height: auto;
}


/**Footer Styles*/
#colophon{
	position: relative;
	background: var(--dark);
	margin-top: 0em;
	width: 100%;
	padding: 2em 1em 0em 1em;
	box-sizing: border-box;
}

#colophon .site-nav ul, #footer_social{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: .5em 0em;
}

#colophon .site-nav ul ul{
	display: none;
}

#colophon .site-nav a{
	color: var(--bright);
	margin: 0em .5em;
	text-transform: uppercase;
	text-decoration: none;
}

#colophon #nav_social{
	display: none;
}

#colophon .buy_tickets_button a{
	font-size: 1em;
	top: 0em;
	padding: 0em;
	margin: 0em .5em;
}

#footer_left .site-nav a{
	font-family: oswald, sans-serif;
}

#footer_social a{
	font-size: 1.2em;
	color: var(--bright);
	margin: 0em .3em;
	text-decoration: none;
	text-align: center;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	line-height: 2em;
	background: #353839;
}

#footer_left .site-nav a:hover, #footer_social a:hover, #footer_bottom .site-nav a:hover{
	color: var(--primary);
}

#drinkaware{
	display: block;
	position: relative;
	left: 50%;
	width: 16em;
	padding-top: 1em;
	transform: translateX(-50%);
	box-sizing: border-box;
}

#drinkaware img{
	width: 100%;
	height: auto;
}

#newsletter{
	position: relative;
	padding: 2.5em 0em 1.5em 0em;
}

#newsletter h2{
	font-family: oswald, sans-serif;
	font-size: 1.5em;
	color: var(--bright);
	text-transform: uppercase;
	text-align: center;
	margin: 0em 0em .5em 0em;
}

#mce-EMAIL{
	position: relative;
	left: 50%;
	font-family: lato, sans-serif;
	color: var(--bright);
	width: 70%;
	margin-left: -35%;
	border: 2px solid var(--bright);
	padding: .7em;
	background: none;
	border-radius: 0;
}

#mce-EMAIL::placeholder {
	color: var(--bright);
}

#mc-embedded-subscribe{
	position: relative;
	left: 50%;
	font-family: oswald, sans-serif;
	font-size: 1.2em;
	color: #000;
	width: 70%;
	margin-left: -35%;
	background: var(--bright);
	text-transform: uppercase;
	text-align: center;
	margin-top: .5em;
	border: none;
	border-radius: 0;
	padding-bottom: .5em;
}

#mc-embedded-subscribe:hover{
	cursor: pointer;
	background: var(--primary);
	color: var(--bright);
}

#mce-responses{
	font-family: lato, sans-serif;
	color: var(--bright);
}

#mc_embed_signup div.mce_inline_error {
    font-family: lato, sans-serif;
    font-weight: bold;
    color: var(--bright);
    background-color: var(--dark) !important;
    text-align: center;
    margin: 0 0 1em 0;
    padding: 5px 10px; 
    z-index: 1;
}

#footer_bottom{
	display: block;
	font-size: .75em;
}

#footer_bottom .site-nav a{
	font-family: lato, sans-serif;
}

#copyright{
	font-family: lato, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

#copyright a{
	color: #FFF;
	text-decoration: none;
}





/**Page Content.*/
.pagewrapper{
	position: relative;
	padding: 3.5em 0em 4em 0em;
	box-sizing: border-box;
}

#event_background_image_white #page_content{
	color: var(--dark);
}

#event_background_image_black #page_content{
	color: var(--bright);
}


#page_content .entry-title, #events_holder .entry-title{
	display: none;
}

#page_content{
	color: var(--dark);
}

#page_content h1, .headers h1, .headers_black h1{
	font-family: celtichand, sans-serif;
	font-size: 3em;
	margin: 1em 0em .5em 0em;
	text-align: center;
}

#page_content h2{
	font-family: oswald, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	margin: 1em 0em .5em 0em;
}

#page_content h3{
	font-family: oswald, sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
	margin: 1em 0em .5em 0em;
}

#page_content h4, #page_content h5, #page_content h6{
	font-family: oswald, sans-serif;
	text-transform: uppercase;
	margin: 1em 0em .5em 0em;
}

#page_content p{
	font-family: lato, sans-serif;
	line-height: 1.7em;
}

#page_content ul{
	padding-left: 1em;
}

#page_content li{
	font-family: lato, sans-serif;
	line-height: 1.7em;
	margin-bottom: .5em;
}

#page_content a{
	color: var(--primary)
}

#page_content a:hover{
	color: #CCC;
}



/**Regular Shop Page*/
#shop_content .entry-title{
	display: none;
}

#shop_content .product{
	position: relative;
	padding: 1em;
	border: 1px solid #F5F5F5;
	overflow: hidden;
}

#exhibitor_content .product:hover{
	border: 1px solid var(--primary);
}

#shop_content .woocommerce-loop-product__title{
	font-family: oswald, sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.12em;
	color: var(--dark) !important;
}

#shop_content .woocommerce-Price-amount{
	display: block;
	font-family: lato, sans-serif;
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	color: var(--dark) !important;
}

#shop_content .woocommerce ul.products li.product .button{
	font-family: oswald, sans-serif;
	font-size: 1.3em;
	color: var(--bright);
	background: var(--dark);
	border-radius: 0;
	text-transform: uppercase;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: .7em 0em .5em 0em;
	border: 1px solid var(--primary);
}

#shop_content .woocommerce ul.products li.product .button:hover{
	background: var(--primary);
}

.sold-out-badge{
	position: absolute;
	top: 1.5em;
	left: -2em;
	font-family: lato, sans-serif;
	font-size: 1.2em;
	color: var(--bright);
	text-align: center;
	text-transform: uppercase;
	width: 9em;
	background: var(--dark);
	padding: .2em .5em;
	transform: rotate(-45deg);
	box-sizing: border-box;
}



/**Accommodation Styles*/
#hotel_grid{
	display: grid;
	gap: 1.5em;
	grid-template-columns: 1fr 1fr;
    justify-content: center;
}

.hotel_block{
	display: block;
}

.hotel_image{
	position: relative; 
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	max-width: 25em;
}

.hotel_image img{
	width: 100%;
	height: auto;
}

.hotel_info{
	font-size: 1.1em;
	text-align: center;
}

.hotel_info h2{
	line-height: 1.1em !important;
	font-size: 1.4em !important
}
.hotel_info h2 a{
	text-align: center;
	text-decoration: none;
}

.hotel_info strong{
	font-family: lato, sans-serif;
}

#hotels p{
	font-size: 1.1em;
	background: #F5F5F5;
	padding: .5em;
	margin-top: 1em;
	text-align: center;
}


/**Bottlings Styles*/
.festival_bottlings_content{
	padding-bottom: 2em;
	border-bottom: 1px solid #565656;
}

.bottling_background{
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 4.8em 2em 2.5em 2em;
  	box-sizing: border-box;
}

.bottling_inner{
	position: relative;
	min-height: calc(100vh - 5.8em);
}


.bottling_image img, .award_logo img{
	display: block;
	width: 100%;
	height: auto;
}


/**Bottling Images*/
.bottling_image_container {
 	position: relative;
 	width: 100%;
 	padding: 1.5em 0em;
 	box-sizing: border-box;
}

.bottling_img{
	position: relative;
	left: 50%;
	width: 90%;
	max-width: 15em;
	transform: translateX(-50%);
	z-index: 2;
}

.bottling_img:hover{
	z-index: 4;
}

.bottling_img:hover img{
	opacity: 1;
}

.bottling_img img{
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
}

.bottling_image_fill h1{
  	font-family: oswald, sans-serif;
  	font-size: clamp(2em, 10vw, 4.5em);
  	color: var(--bright);
  	line-height: 1.1em;
  	text-transform: uppercase;
  	margin: 0;
  	text-align: center;
  	z-index: 1;
}

.bottling_image_outline h2{
  	font-family: oswald, sans-serif;
  	font-size: clamp(2em, 10vw, 4.5em);
  	color: transparent;
  	text-align: center;
  	line-height: 1.1em;
  	text-transform: uppercase;
  	margin: 0;
  	-webkit-text-stroke: 2px var(--bright);
  	text-stroke: 2px var(--bright);
  	z-index: 3;
}

.bottling_image_fill h1, .bottling_image_outline h2{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}




.badge{
	position: absolute;
	top: .3em;
	right: 0em;
	width: 5em;
	height: 5em;
	box-sizing: border-box;
}

.badge_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%, -50%);
}

.badge_year{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	transform-origin: center;
	animation: spin 8s linear infinite;
}

.badge_logo img, .badge_year img{
	display: block;
	width: 100%;
	height: auto;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.bottle_awards_grid{
	display: grid;
	gap: 1em;
 	justify-content: center; 
 	padding: 1.5em 0em;
}

.award_logo{
	position: relative;
	width: 8em;
}

.bottling_info{
	font-family: lato, sans-serif;
	color: var(--bright);
	line-height: 1.3em;
 	padding: 1.5em 0em;
}


/**Bottle Stats Grid*/
.bottle_stats_grid{
	position: relative;
	left: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	transform: translateX(-50%);
	color: var(--bright);
 	padding: 1.5em 0em;
}

.bottle_stats_flex{
	position: relative;
	width: 100%;
	padding: 1em 2em;
}

.bottle_stats_flex_top{
	position: relative;
	font-family: oswald, sans-serif;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	background: var(--bright);
	color: var(--dark);
	padding: .5em 0em .2em 0em;
	box-sizing: border-box;
}

.bottle_stats_flex_bottom{
	font-family: lato, sans-serif;
	font-size: 1em;
	text-align: center;
	border-left: 1px solid var(--bright);
	border-right: 1px solid var(--bright);
	border-bottom: 1px solid var(--bright);
	padding: .5em 0em;
}






/**Error Page.*/
#error_page{
	position: relative;
	height: 80%;
	height: 100vh;
	height: calc(100vh - 15em);
	min-height: 20em;
	box-sizing: border-box;
}

#error_content{
	position: relative;
	top: 50%;
	padding: 0em;
	transform: translateY(-50%);
	box-sizing: border-box;
}

#error_content h1{
	font-family: oswald, serif;
	font-size: 7em;
	color: var(--primary);
	text-align: center;
	margin: 0;
}

#error_content h2{
	font-family: lato, sans-serif;
	font-size: 1.7em;
	color: var(--dark);
	text-align: center;
	margin: 0;
}



/**Cookie Script*/
.cookiescriptlogo {
    fill: var(--primary) !important;
}

#cookiescript_badge {
    background: var(--dark) !important;
}




/**Media Queries*/

@media only screen and (min-width: 18.75em){


}


@media only screen and (min-width: 20em){

		
}


@media only screen and (min-width: 22em){


	
}
	

@media only screen and (min-width: 25.625em){

	#landing, #landing_inner, #landing_video, #landing_overlay{
		min-height: 20em;
	}
}


@media only screen and (min-width: 28em){	



}




@media only screen and (min-width: 30.313em){

	/**Landing Styles*/
	#tuath{
		width: 4.5em;
		bottom: 2em;
	}

	/**Tickets Page*/
	.tickets_section_dates h6{
		font-size: 1.4em;
	}

	.tickets_section_dates{
		width: 11em;
	}

	.tickets_holder{
		width: calc(100% - 11em);
	}


		
}


@media only screen and (min-width: 33.125em){

	#header_nav{
		display: block;
		position: absolute;
		top: .4em;
		right: 12.5em;
		width: 10em;
	}
	
	/**Exhibitor Stand Styles*/
	#exhibitor_grid{
	  	grid-template-columns: repeat(2, 2fr);
	}



	/**Bottlings Styles*/
	.bottling_background{
		position: relative;
		width: 100%;
		min-height: 100vh;
		padding: 4.8em 2em 1em 2em;
	}


	/**Bottle Stats Grid*/
	.bottle_stats_flex{
		width: 50%;
		padding: 1em;
	}




}






@media only screen and (min-width: 36.875em){
	
	/**Landing Styles*/
	#landing, #landing_inner, #landing_video, #landing_overlay{
		min-height: 35em;
	}

	.landing_sponsor{
		width: 7em;
		padding: .5em;
	}

	#landing_countdown{
		transform: scale(1);
	}	


	/**Info Page Styles*/
	#social_hub_flex_left{
		position: relative;
		width: 16em;
		left: 0em;
		padding-right: 2em;
		transform: translateX(0);
		box-sizing: border-box;
	}

	#social_hub_flex_right{
		position: relative;
		width: calc(100% - 16em);
	}

	/**Venue Page Styles*/
	.venue_event{
		width: calc(50% - 3em);
		margin: 1.75em 1.5em;
	}




}





@media only screen and (min-width: 38.5em){	

	/**Sponsor Styles*/
	#sponsors{
		padding: 2em 5% 1em 5%;
	}

	.sponsor_block{
		width: 33.3%;
	}


}

	
@media only screen and (min-width: 41em){	
	

	/**Bottling Images*/
	.bottling_img{
		max-width: 20em;
	}

	.badge{
		top: .3em;
		right: 1em;
		width: 7em;
		height: 7em;
	}


	
}

@media only screen and (min-width: 46em){

	/**Bottle Stats Grid*/
	.bottle_stats_flex{
		width: 25%;
		padding: .5em;
	}
			
}






@media only screen and (min-width: 48em){
	
	/**Exhibitors*/
	#exhibitors .inksplat_brand_box{
		width: 33.3%;
	}

	/**Contact Styles.*/
	#contact_info{
		position: relative;
		display: inline-block;
		width: 22em;
		text-align: left;
	}

	#contact_info h4, #contact_info a{
		text-align: left;
	}

	#contact_form_holder{
		display: inline-block;
		left: auto;
		width: calc(100% - 22em);
		margin: 0;
		float: right;
	}

	#contact_form{
		padding: 2.5em;
	}


	/**Venues Styles*/
	.venue_block{
		margin: 1em 1.5em;
		width: calc(50% - 3em);
	}	


	
}


@media only screen and (min-width: 50em){


	#tuath{
		bottom: 5em;
	}

	/**Ticket Styles*/
	.cwf_ticket_titles{
		font-size: 2.7em;
	}

	.ticket_section_day{
		font-size: 2em;
	}

	.ticket_block{
		width: 50%;
		padding: 2.5em 1.5em;
	}

	.ticket_block_inner{
		max-width: 20em;
	}	

}




@media only screen and (min-width: 54em){
	
	/**Basic Styles*/
	.margins{
		left: 50%;
		width: 90%;
		padding: 0;
		transform: translateX(-50%);
	}	

	.headers h1, .headers h2, .headers_black h1{
		font-size: 3em;
	}


	/**Landing Styles*/
	#landing, #landing_inner, #landing_video, #landing_overlay{
		min-height: 44em;
	}

	#landing_content{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	#landing_left{
		position: relative;
		width: 50%;
		padding-right: 1.5em;
		box-sizing: border-box;
	}

	#landing_right{
		position: relative;
		width: 50%;
		padding: 0;
		padding-left: 1.5em;
		box-sizing: border-box;
	}

	#festival_logo{
		width: 94%;
		max-width: 26em;
	}

	#landing_right h3{
		font-size: 2em;
	}

	.landing_sponsor{
		width: 33.3%;
		padding: .5em 1.5em;
		min-width: 10em;
	}

	#landing_countdown{
		padding-top: 5em;
		transform: scale(1.2);
	}	
	
	#tuath{
		width: 5em;
	}







	/**About Styles*/
	#main_header{
		padding-bottom: 3em;
	}

	#main_header h2{
		font-size: 4em;
	}

	#about{
		padding: 5em 0em 2.5em 0em;
	}

	#about_holder{
		position: relative;
	}

	#about_left{
		position: absolute;
		top: 50%;
		width: 50%;
		float: left;
		padding-right: 5%;
		transform: translateY(-50%);
	}

	#about_right{
		display: inline-block;
		width: 50%;
		float: right;
		padding-left: 5%;
	}

	#about_right p{
		text-align: justify;
	}


	/**App Banner Styles*/
	#app_section{
		padding-top: 4.5em;
	}	

	/**Home Tickets Styles*/
	#tickets{
		margin-top: 4em;
	}


	/**Sponsor Styles*/
	#sponsors{
		padding: 2em 5% 1em 5%;
	}

	.sponsor_block{
		width: 16.6%;
	}

	
	/**Exhibitors*/
	#exhibitors .inksplat_brand_box{
		width: 50%;
	}	


}


@media only screen and (min-width: 59em){

	/**Masthead Styles*/
	#logo{
		left: 2.5em;
	}

	#cart_header{
		right: 3em;
	}

	/**Navigation Styles*/
	#header_nav{
		position: absolute;
		top: .6em;
		left: 50%;
		transform: translateX(-50%);
		width: 48em;
	}

	#header_nav nav ul{
		justify-content: center;
	}

	#header_nav li{
		display: block;
	}

	#header_nav #nav_social{
		display: none;
	}

	#header_nav .buy_tickets_button a{
		margin-left: 2.5em;
	}

	#schedule_menu{
		display: none;
		position: fixed;
		top: 2.5em;
		left: 0em;
		width: 100%;
		z-index: 10;
	}

	#schedule_menu_flex{
		position: relative;
		width: 100%;
		margin-top: 1.3em;
		padding: 1em 3em;
		background: var(--darksecondary);
	}

	.show_schedule_menu_link{
		color: var(--primary)!important;
	}




	/**Exhibitors*/
	#exhibitors .inksplat_brand_box{
		width: 25%;
	}


	/**Venue Page Styles*/
	.venue_event{
		width: calc(33.3% - 3em);
	}


	/**Footer Styles*/
	#colophon{
		padding: 1.5em 3% 0em 3%;
	}

	#footer_top{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#footer_left{
		width: 60%;
		padding-right: 10%;
		box-sizing: border-box;
	}

	#footer_right{
		width: 40%;
	}

	#colophon .site-nav ul, #footer_social{
		justify-content: left;
	}

	#footer_top_flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: self;
	}

	#drinkaware{
		left: 0em;
		padding-left: 1.5em;
		transform: translateX(0);
	}

	#newsletter{
		padding: .3em 0em 0em 0em;
	}

	#newsletter h2{
		text-align: left;
	}	

	#mce-EMAIL, #mc-embedded-subscribe{
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	#footer_bottom{
		margin-top: -4.5em;
	}

	#footer_bottom .site-nav{
		display: block;
	}

	#copyright{
		text-align: left;
		margin-left: .5em;
	}	

		
	/**Exhibitor Stand Styles*/
	.exhibitor_block{
		width: 50%;
	}

	/**Bottlings Styles*/
	.festival_bottlings_content{
		padding-bottom: 0em;
		border-bottom: none;
	}

	#festival_bottlings{
	  display: flex;
	  margin-bottom: -50px;
	  padding-bottom: 3em;
	}

	#festival_bottlings .festival_bottlings_content{
	  display: grid;
	  width: 100vw;
	  place-items: center;
	  flex-shrink: 0;
	}

	.bottling_background{
		display: flex;
  		flex-direction: column;
  		padding: 4.8em 1em 1em 1em;
	}

	.bottling_inner{
		display: grid;
  		grid-template-columns: 1fr 1fr;
  		gap: 1rem;
  		margin: auto 0;
  		width: 100%;
  		align-items: center;
	}

	.bottling_grid_left{
		position: relative;
		height: 95%;
		padding-right: 1.5em;
	}

	.badge{
		right: 1.5em;
	}


	.bottling_image_fill h1, .bottling_image_outline h2{
		bottom: 0em;
		left: 0em;
		transform: translate(0);
	    font-size: clamp(2em, 10vw, 3.3em);
	    text-align: left;
	}

	.bottling_img{
		max-width: 23em;
		margin-top: -1em;
	}


	.bottle_awards_grid, .bottling_info{
		padding: 2em 0em;
	}

	.bottle_awards_grid{
 		justify-content: left; 	
	}

	.award_logo{
		width: 6.5em;
	}



	/**Bottle Stats Grid*/
	.bottle_stats_grid{
		display: grid;
		grid-template-columns: 6em 6em 1fr 5em;
		gap: .5em;
		padding: 2em 0em;
	}

	.bottle_stats_flex{
		width: 100%;
		padding: 0;
	}



}


@media only screen and (min-width: 64em){

	/**Bottle Stats Grid*/
	.bottle_stats_grid{
		grid-template-columns: 6em 7em 1fr 6em;
	}
	
	.bottling_inner{
		padding: 0em 2em;
	}


}



@media only screen and (min-width: 67em){

}	


@media only screen and (min-width: 70em){

	/**Landing Styles*/
	#festival_logo{
		width: 100%;
		max-width: 28em;
	}	

	#landing_right h3{
		font-size: 2.2em;
	}	

	#landing_countdown{
		transform: scale(1.4);
	}	

	#tuath{
		width: 6em;
		bottom: 6em;
	}


	/**Schedule Styles*/
	.schedule_holder a{
		position: relative;
		width: 100%;
		padding: 1em;
		max-width: 11em;
	}

	
	/**Venues Styles*/
	.venue_block{
		width: calc(33.3% - 3em);
	}	
		



	/**Ticket Styles*/
	.ticket_block{
		width: 25%;
		padding: 1em;
	}


	/**Bottling Styles*/
	.bottling_image_fill h1, .bottling_image_outline h2{
	    font-size: clamp(2em, 10vw, 3.5em);
	}

	.bottling_img{
		max-width: 23em;
	}

	.badge{
		top: 2em;
		right: 1.5em;
		width: 8em;
		height: 8em;
	}


}

@media only screen and (min-width: 75em){


	/**Navigation Styles*/
	#header_nav{
		width: 56em;
	}

	#header_nav #nav_social{
		display: flex;
	}

}




@media only screen and (min-width: 80em){
	
	/**Masthead Styles*/
	#logo{
		left: 3.5em;
	}

	#cart_header{
		right: 3.7em;
	}

	/**Navigation Styles*/
	#header_nav{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	/**Header Social*/
	#header_social{
		display: flex;
		margin-top: .15em;
		margin-left: 5em;
	}




	/**Navigation Styles*/
	#menu-toggle{
		right: 1.3em;
	}

	#header_nav{
		width: 60em;
	}

	#header_nav #nav_social{
		display: flex;
		margin-right: 4em;
		margin-top: -.2em;
	}



	/**Exhibitors*/
	#exhibitors .inksplat_brand_box{
		width: 20%;
		margin: 1.5em 0em;
	}


	/**Contact Styles.*/
	#contact_info{
		width: calc(100% - 40em)
	}

	#contact_info_left{
		position: relative;
		width: 16em;
	}

	#contact_info_right{
		position: absolute;
		top: 0em;
		left: 17em;
		width: calc(100% - 18em);
	}

	#contact_logo{
		width: 100%;
		max-width: 20em;
	}

	#contact_form_holder{
		width: 40em;
	}	
		

	/**Venue Page Styles*/
	.venue_event{
		width: calc(25% - 3em);
	}

	/**Ticket Styles*/
	.ticket_block{
		padding: 1.5em;
	}

	/**Bottling Styles*/
	.bottling_inner{
		display: grid;
  		grid-template-columns: 1fr 35em;
  		gap: 1rem;
  		align-items: center;
	}

	.bottling_image_fill h1, .bottling_image_outline h2{
	    font-size: clamp(2em, 10vw, 4.5em);
	}


	.badge{
		right: 3.5em;
	}

	
}


@media only screen and (min-width: 85em){


}

@media only screen and (min-width: 105em){

	
}

@media only screen and (min-width: 115em){

	
}

