/*
Theme Name: Butlers Orchard Child
Version: 1.0
Template: butlersorchard
*/



/*Add your own styles here:*/

/* GLOBAL */

* {
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none!important;
	letter-spacing: 0px!important;
	font-family: "lexia-variable", sans-serif;
	font-variant: "wght" 700;
	font-weight: 700;
}

h2 {
	font-size: 40px;
	line-height: 48px;
}

p, ol, ul, li, a {
	font-family: "montserrat", sans-serif;
	font-size: 16px;
	line-height: 26px;
}

img:hover {
	pointer-events: none;
}

/* HEADER */

#header_meta {
	background-color: #CC2027;
	min-height: 35px;
}

#header_meta .container {
	min-height: 35px;
}

#header_main .logo {
	padding: 10px 0
}

#top .social_bookmarks {
	height: 35px;
}

#header_meta .sub_menu {
	line-height: 35px;
	font-size: 13px;
}

#header_meta .sub_menu a {
	font-size: 13px;
	line-height: 13px;
}

#header_meta .sub_menu a,
#top .social_bookmarks li a {
	color: white;
}

#header_meta .sub_menu a:hover {
	color: rgba(255,255,255,.9)!important;
}

#top #wrap_all .av-social-link-facebook:hover a, 
#top #wrap_all .av-social-link-facebook a:focus,
#top #wrap_all .av-social-link-instagram:hover a, 
#top #wrap_all .av-social-link-instagram a:focus {
	background-color: white;
	color: #CC2027;
}

.html_header_top.html_header_sticky #top #wrap_all #main {
	padding-top: 155px!important;
}

#top #header_main > .container .main_menu .av-main-nav > li > a {
	font-size: 15px;
	position: relative;
	padding-right: 17px;
}

#top #header_main > .container .main_menu .av-main-nav > li > a::after {
	content: "";
	position: absolute;
	right: 4px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.av-main-nav li {
	padding-right: 30px;
}

.av-main-nav #menu-item-157 ul.sub-menu {
    right: 0;
    left: unset;
}

#menu-item-157 {
	padding-right: 0px;
}

.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #0D6937;
}

#top .header_color .main_menu .menu ul li a {
	background-color: #0D6937!important;
	color: white!important;
	border: none;
	border-top: solid 1px white;
}

#top .av-main-nav ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 18px;
    padding: 15px 18px;
    font-size: 13px;
    min-height: 30px;
    max-width: none;
    text-decoration: none;
    font-weight: 700;
}

#top .header_color .main_menu .menu ul li a:hover {
	background-color: #204729!important;
}


/* HOMEPAGE */

/* Disable the entrance animation for Easy Slider captions */
.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_slideshow_full .active-slide .avia-caption-content,
.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button {
    animation: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Ensure the caption container itself is visible immediately */
.avia_transform .avia-caption-content, 
.avia_transform .avia-caption-title {
    visibility: visible !important;
}

#hero-slider .slideshow_caption {
	width: 50%;
}

#hero-slider h1 {
	color: white;
	font-size: 72px;
	line-height: 80px;
}

#hero-slider h2 {
	font-family: "montserrat", sans-serif;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
}

#hero-slider a.transparent-btn {
	border: solid 3px white;
	display: inline;
	float: left;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 700;
}

#hero-slider a.default-btn {
	display: inline;
	float: left;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	background-color: #cc2126;
	border: solid 3px #cc2126;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}

#hero-slider a.transparent-btn:hover {
	background-color: white;
	color: #cc2126;
}

#hero-slider a.default-btn:hover {
	background-color: #8b221d;
	border-color: #8b221d;
}

#hero-slider .avia-slideshow-dots {
	max-width: 1440px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto!important;
	text-align: left;
	padding-left: 50px;
}

.avia-slideshow-dots a {
    margin: 0 5px!important;
}

#section-1, #section-3 {
	padding: 60px 0;
}

/* 1. The Base Block */
#section-1 .hp-top-block {
    height: 475px !important;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease-in-out !important;
    z-index: 1;
}

/* 2. The Hover State */
#section-1 .hp-top-block:hover {
    transform: scale(1.03); /* Grows the whole block by 3% */
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    z-index: 10; /* Ensures it sits on top of neighboring columns while scaling */
}

/* 3. Ensure the Enfold background still fills the space */
#section-1 .hp-top-block.avia-full-stretch {
    background-size: cover !important;
}

/* 4. Keep your text exactly where it is */
#section-1 .top-block-text {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
}

#section-1 .top-block-text h2 {
	color: white;
	font-size: 28px;
}

#section-2, #section-4 {
	padding: 120px 0;
}

#section-2 h2, #section-2 p,
#section-4 h2, #section-4 p, #section-4 a {
	color: white;
}

#section-2 p, #section-4 p {
	font-size: 18px;
	line-height: 30px;
}

#section-2 p {
	margin-bottom: 30px;
}

#section-2 .default-btn a {
	display: inline;
	float: left;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	background-color: #cc2126;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}

#section-3 h2, #section-5 h2 {
	color: #CE2228;
}

#section-3 h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: -7px;
}

#section-3 img {
	margin-bottom: 20px;
}

#section-3 a, #section-4 a {
	font-weight: 700;
}

#section-5 {
	padding: 60px 0;
}

#email-signup p {
	margin-bottom: 30px;
}


/* INTERIOR */

#int-banner {
	padding: 40px 0;
}

#int-banner h4 {
	font-size: 15px;
	font-family: "montserrat", sans-serif;
	text-transform: uppercase!important;
	color: white;
	letter-spacing: 2px!important;
	margin-bottom: 20px;
}

#int-banner h1 {
	font-size: 60px;
	line-height: 67px;
	color: white;
}

#sidebar-interior .content {
	padding-top: 70px;
}

#events-menu .content {
	padding: 30px 0;
}

#events-menu p {
	font-size: 12px;
	color: white;
	margin: 0px;
	line-height: 20px;
}

#events-menu strong {
	color: #F4D35E;
	font-size: 16px;
	line-height: 18px!important;
}

#event-nav ul {
	text-align: right;
	margin: 0px;
}

#event-nav ul li {
	display: inline;
	list-style: none;
}

#event-nav ul li a {
	font-size: 15px;
	color: white;
	font-weight: 700;
}

#intro-interior p {
	font-size: 18px;
	line-height: 30px;
}

#main-content-col {
	padding-top: 0px;
}

#main-content-col p,
#main-content-col a,
#main-content-col ul li,
#main-content-col ol li {
	font-size: 18px;
	line-height: 30px;
}

#sidebar-content .widget {
	background: #F9F4E7;
	border-radius: 5px;
	padding: 0px;
	border-bottom: none;
}

#sidebar-content .widget:first-child {
	margin-bottom: 30px;
}

#sidebar-content h3.widgettitle {
	background: #006937;
	color: white;
	margin: 0;
	padding: 20px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 18px;
}

#sidebar-content .widget_nav_menu li {
	border-color: #E5D7B3;
}

#sidebar-content .widget_nav_menu li:last-child,
#sidebar-content p:last-child {
	border-bottom: none!important;
}

#sidebar-content .widget_nav_menu li a,
#sidebar-content p {
	padding: 0.8em 20px!important;
	font-size: 15px;
	color: #006937;
}

#sidebar-content p {
	border-bottom: solid 1px #E5D7B3;
	margin: 0px;
}

.int-content {
	padding: 60px 0;
}

.int-content h2 {
	margin-bottom: 20px;
}

.int-content .default-btn a {
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	background-color: #cc2126!important;
	border: solid 3px #cc2126!important;
	border-radius: 5px;
	font-size: 16px!important;
	font-weight: 700!important;
	margin-top: 20px;
}

.int-content strong {
	color: #1E1E1E;
}

.int-content a strong {
	color: #CC2027;
}

.int-content h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 25px;
}

.int-content h6 {
	font-size: 18px;
	line-height: 30px;
	font-family: "montserrat", sans-serif;
	margin-bottom: 10px;
}

#event-gallery .container,
#event-gallery .content {
	max-width: 100%;
	padding: 0;
}

#event-gallery .av-horizontal-gallery-inner {
	width: 100%!important;
}

/* Strip Avia's slider math and force a perfect 6-image row with NO gaps */
.flush-image-row .av-horizontal-gallery-inner {
    width: 100% !important;
    display: flex !important;
}

.flush-image-row .av-horizontal-gallery-wrap {
    width: 16.666% !important; /* 100% divided by 6 images */
    position: relative !important; 
    left: auto !important; 
    transform: none !important;
    margin: 0 !important; /* Kills any default Enfold margins */
    padding: 0 !important; /* Kills any default Enfold padding */
}

/* Ensure the actual image file stretches to touch its neighbor */
.flush-image-row .av-horizontal-gallery-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Keeps the images from distorting */
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important; /* Removes any rounded corners creating visual gaps */
}

#pricing h2,
#pricing p,
#pricing strong {
	color: white;
}

#online-pricing {
	background: white;
	border-radius: 5px;
	padding: 35px;
}

#online-pricing h3 {
	font-size: 30px;
	color: #CC2027;
}

#online-pricing h4 {
	font-size: 24px;
	color: #CC2027;
	font-family: 'montserrat', sans-serif;
}

#online-pricing h5 {
	font-size: 18px;
	font-family: 'montserrat', sans-serif;
	color: #006937;
	font-weight: 700;
	text-transform: uppercase!important;
	margin-bottom: 30px;
}

#online-pricing p {
	font-size: 18px;
	line-height: 24px;
	color: #1E1E1E;
	margin-bottom: 0px;
}

#gate-pricing {
	background: #006937;
	border-radius: 5px;
	padding: 35px;
}

#gate-pricing h3 {
	font-size: 30px;
	color: white;
}

#gate-pricing h4 {
	font-size: 24px;
	color: white;
	font-family: 'montserrat', sans-serif;
}

#gate-pricing h5 {
	font-size: 18px;
	font-family: 'montserrat', sans-serif;
	color: white;
	font-weight: 700;
	margin-bottom: 30px;
}

#gate-pricing p {
	font-size: 18px;
	line-height: 24px;
	color: white;
	margin-bottom: 0px;
}

#special-pricing {
	margin-bottom: 80px;
}

#special-pricing .content {
	padding: 20px 0;
}

#special-pricing p {
	color: white;
}

#special-pricing strong {
	color: #F4D35E;
}

/* Force the Color Section to mathematically match Enfold's native responsive gaps */
#season-pass {
    max-width: 1310px !important; /* Update this if your Theme Options max container width is different */
    width: calc(100% - 100px) !important; /* Matches Enfold's 50px left + 50px right padding */
    margin: 50px auto !important; /* The auto now works to center it */
    float: none !important; /* Kills Enfold's native left-float */
    clear: both !important;
    left: 0 !important; /* Prevents Enfold JS from nudging it */
    border-radius: 5px;
    overflow: hidden; /* Keeps background inside the rounded corners */
}

/* Strip Enfold's default padding from the inner container to prevent double-squishing your columns */
#season-pass > .container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

#season-pass #season-pass-text {
	padding: 20px 40px;
}

#season-pass #season-pass-text h3 {
	font-size: 30px;
	line-height: 40px;
	color: white;
}

#season-pass #season-pass-text p, #season-pass #season-pass-text strong {
	color: white;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
}

#season-pass .white-btn a {
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	background-color: white!important;
	border: solid 3px white!important;
	border-radius: 5px;
	font-size: 16px!important;
	font-weight: 700!important;
	margin-top: 20px;
}

#event-info .av_toggle_section,
#crop-calendar .av_toggle_section {
	margin-bottom: 30px;
}

#event-info .toggler,
#crop-calendar .toggler {
	font-size: 18px;
	line-height: 24px;
	position: relative!important;
	font-weight: 700;
	padding: 18px 10px 18px 70px!important;
}

#event-info .toggler .toggle_icon,
#crop-calendar .toggler .toggle_icon {
	background: #006937;
	border-radius: 50px;
	border-color: #006937!important;
	height: 28px;
	width: 28px;
	top: 50% !important;
	transform: translateY(-50%);
	left: 20px !important;
	position: absolute!important;
	margin-top: 0!important;
}

#crop-calendar .toggler .toggle_icon {
	border-color: #FFF!important;
	background: #FFF;
}

#event-info .toggler .toggle_icon .vert_icon,
#event-info .toggler .toggle_icon .hor_icon,
#crop-calendar .toggler .toggle_icon .vert_icon,
#crop-calendar .toggler .toggle_icon .hor_icon {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

#event-info .toggle_content,
#crop-calendar .toggle_content {
	background-color: #FDF9F3!important;
	border-color: #FDF9F3!important;
	color: #1E1E1E!important;
	padding: 20px 50px!important;
}

#crop-calendar .toggle_content {
	background-color: #FFF!important;
	border-color: #FFF!important;
	padding: 0px 50px!important;
}

#event-info .toggle_content strong,
#crop-calendar .toggle_content strong {
	color: #1E1E1E;
}

#event-info .togglecontainer,
#crop-calendar .togglecontainer {
	margin-top: 60px;
}

#crop-calendar h3 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase!important;
	letter-spacing: 5px!important;
	font-family: 'montserrat', sans-serif;
}

#crop-calendar #spring-header h3 {
	color: #A7C957;
}

#crop-calendar #summer-header h3 {
	color: #F4D35E;
}

#crop-calendar #fall-header h3 {
	color: #F4835E;
}

#crop-calendar .av_toggle_section span {
	font-family: "lexia-variable", sans-serif;
	font-size: 18px;
	letter-spacing: 1px!important;
	text-transform: uppercase!important;
	font-weight: 700;
}

#crop-calendar .av_toggle_section p {
	font-weight: 400;
}

.crop-toggle-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0px;
}

.crop-image-col {
    flex: 0 0 35%;
    text-align: center;
}

.crop-image-col img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.crop-text-col {
    flex: 1;
}

#calendar-intro h2,
#calendar-intro p,
#calendar-intro strong,
#calendar-intro a {
	color: white;
}

#calendar-intro p {
	max-width: 70%;
	margin: 0 auto 20px;
}

h6.picking-date {
	color: #CC2027;
}


/* FORMS */

#section-5 form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

#section-5 form input[type="email"] {
    flex-grow: 2;
    min-width: 300px;
}


#section-5 form button, form input[type="submit"] {
    flex-grow: 0;
    padding: 10px 30px;
}

#top textarea {
	height: 150px;
}

#top fieldset {
    margin-bottom: 0px;
}


#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	padding: 12px 12px;
	height: 50px;
	font-family: "montserrat", sans-serif!important;
	border-radius: 5px;
	background: white;
	border: solid 2px #006937;
}

#top .main_color textarea {
	height: 150px;
}

form input::placeholder {
	color: #006937!important;
	opacity: 1!important;
}

#top input[type="submit"] {
	background: #CE2228!important;
	border: solid 1px #CE2228!important;
	box-shadow: none!important;
	border: none;
	font-weight: 800!important;
	letter-spacing: 0px!important;
	padding: 0 30px;
	font-size: 13px!important;
	border-radius: 5px!important;
	transition: all 0.4s ease-in-out!important;
	font-family: "montserrat", sans-serif!important;
	height: 50px;
}

#gform_confirmation_message_1 {
	font-size: 15px;
	font-family: "montserrat", sans-serif!important;
}

#employment-form {
	font-family: "montserrat", sans-serif!important;
}

#employment-form .gf_progressbar_title {
	text-transform: uppercase;
	color: #1E1E1E;
}

.gform-theme--framework .gf_progressbar .percentbar_blue,
#gform_next_button_3_50, #gform_next_button_3_49, #gform_next_button_3_52, #gform_next_button_3_78, #gform_next_button_3_103, #gform_next_button_3_125, #gform_next_button_3_153, #gform_next_button_3_187, #gform_submit_button_3, #gform_send_resume_link_button_3 {
    background-color: #CC2027!important;
}

#gform_next_button_3_50, #gform_next_button_3_49, #gform_next_button_3_52, #gform_next_button_3_78, #gform_next_button_3_103, #gform_next_button_3_125, #gform_next_button_3_153, #gform_next_button_3_187, #gform_submit_button_3, #gform_send_resume_link_button_3 {
	font-family: "montserrat", sans-serif!important;
	font-weight: 700!important;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after, #field_3_195 .gfield_description, #field_3_199 .gfield_description {
	color: #CC2027!important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: #CC2027!important;
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
	    --gf-local-bg-color: #CC2027!important;
    --gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-selected);
}

#employment-form label,
#contact-form label, #contact-form legend {
	color: #1E1E1E!important;
	font-size: 14px;
	font-family: "montserrat", sans-serif!important;
	font-weight: 700;
}

#employment-form legend {
	font-weight: 700;
	margin-bottom: 15px;
}

#employment-form .gsection_description {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
}

#field_3_237 legend, .gform_required_legend {
	display: none;
}

#input_3_237_4_container option {
	margin-top: 5px!important;
	color: #1E1E1E!important; 
}

#employment-form button.gform_save_link {
	padding: 10px 20px 15px!important;
}

#employment-form textarea {
	margin-bottom: 8px!important;
	height: 80px!important;
}

#contact-form #label_1_5_1 {
	font-weight: 400;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: white!important;
	padding-left: 2px;
}

#top input[type="checkbox"] {
	border-color: #CC2027;
	background: #CC2027;
}


/* FOOTER */

#footer-section {
	padding: 60px 0 100px;
}

#footer-section #footer-logo img {
	height: 150px;
	width: 150px;
}

#footer-section h3, #footer-section p, #footer-section a {
	color: white;
}

#footer-section p, #footer-section a {
	font-size: 14px;
	line-height: 24px;
}

#footer-policy {
	margin-top: 35px;
}

#footer-section strong {
	color: white;
}

.copyright {
	font-family: "montserrat", sans-serif;
}


/* MEDIA QUERIES */


@media only screen and (max-width: 1347px) {
	.no-break {
		display: inline-block;
	}
}


@media only screen and (max-width: 1226px) {
	#hero-slider h1 {
		font-size: 60px;
		line-height: 68px;
	}
		
	#hero-slider h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	#sidebar-content .widget_nav_menu li a, #sidebar-content p {
		font-size: 13px;
		padding: 0.8em 15px;
	}
	
	#sidebar-content h3.widgettitle {
		font-size: 16px;
		padding: 15px;
	}
}

@media only screen and (max-width: 1145px) {
	#top #header_main > .container .main_menu .av-main-nav > li > a {
		font-size: 13px;
		padding-right: 14px;
	}
	
	#top #header_main > .container .main_menu .av-main-nav > li > a::after {
		width: 3px;
		height: 3px;
	}
	
	#section-1 .hp-top-block {
		height: 400px;
	}
	
	#section-1 .top-block-text h2 {
		font-size: 24px;
	}
	
	#section-1 .top-block-text {
		bottom: 25px;
	}
	
	#section-1, #section-3 {
		padding: 40px 0;
	}
	
	#section-2 #hp-market-text,
	#section-4 #hp-groups-text {
		width: 55%;
	}
}

@media only screen and (max-width: 1099px) {
	#season-pass .flex_column_table {
		display: block!important;
	}
	
	#season-pass-text {
		display: block!important;
		float: left!important;
		width: 100%!important;
		text-align: center!important;
	}
	
	#season-pass-cta {
		display: block!important;
		float: left!important;
		width: 100%!important;
		clear:both!important;
		margin: 0 auto!important;
		text-align: center!important;
	}
	
	#sidebar-content .widget_nav_menu li a, #sidebar-content p {
		padding: 0.8em 10px;
	}
	
	#sidebar-content h3.widgettitle {
		padding: 10px;
	}
}

@media only screen and (max-width: 1077px) {
	#main-content-col, #sidebar-content {
		width: 100%;
	}
	
	#sidebar-content {
		margin-left: 0px;
	}
	
	#sidebar-content .widget_nav_menu li a,
	#sidebar-content p {
		padding: 0.8em 20px!important;
		font-size: 15px;
	}
	
	#sidebar-content h3.widgettitle {
		font-size: 18px;
		padding: 20px;
	}
}

@media only screen and (max-width: 1055px) {
	#hero-slider .slideshow_caption {
	    width: 55%;
	}
}

@media only screen and (max-width: 1039px) {
	.av-main-nav > li.menu-item-avia-special {
	    display: block;
	}
	
	.av-main-nav > li {
	    display: none;
	}
	
	.av-main-nav li {
		padding-right: 0px;
	}
	
	#top #header_main > .container .main_menu .av-main-nav > li > a::after {
		content: none;
	}
	
	.av-burger-overlay-inner {
		background-color: rgba(14, 105, 55, .9);
	}
	
	.html_av-overlay-full #av-burger-menu-ul li {
		padding: 12px 0;
	}
	
	#av-burger-menu-ul a {
		cursor: default;
	}
	
	.html_av-overlay-full #av-burger-menu-ul li a:hover {
		opacity: 1;
	}
	
	#av-burger-menu-ul .sub-menu a {
		cursor: pointer;
	}
	
	.html_av-overlay-full #av-burger-menu-ul .sub-menu li a:hover {
		opacity: .7;
	}
	
	#av-burger-menu-ul span.avia-menu-text {
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 700;
	}
	
	#av-burger-menu-ul .sub-menu .avia-menu-text {
		font-size: 24px;
		text-transform: none;
		letter-spacing: 0px;
	}
	
	#av-burger-menu-ul .menu-item-137 .avia-menu-text {
		font-weight: 400;
		font-size: 20px;
	}
	
	#int-banner {
		background-position: center center!important;
	}
	
	#intro-interior p {
	    font-size: 16px;
	    line-height: 26px;
	}
}

@media only screen and (max-width: 996px) {
	#section-3 h3 {
		font-size: 20px;
		line-height: 28px;	
	}
	
	#section-3 p {
		font-size: 15px;
		line-height: 22px;	
	}
}

@media only screen and (max-width: 959px) {
	#section-1 .hp-top-block {
		height: 350px;
	}
	
	#section-1 .top-block-text h2 {
		font-size: 20px;
	}
	
	#section-1 .top-block-text {
		bottom: 20px;
	}
	
	#section-1, #section-3 {
		padding: 30px 0;
	}
	
	#section-2 #hp-market-text,
	#section-4 #hp-groups-text {
		width: 65%;
	}
	
	h2 {
		font-size: 36px;
		line-height: 44px;
	}
	
	#section-2, #section-4 {
	    padding: 90px 0;
	}
	
	#section-2 h2, #section-2 p {
		text-shadow: 0px 5px 30px rgba(0,0,0,.7)!important;
	}
	
	#int-banner h1 {
		font-size: 50px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 916px) {
	#events-menu .flex_column_table {
		display: block;
	}
	/* 1. Date Column (Left Side) */
    #event-date {
        width: 48% !important;
        margin-left: 0 !important;
        display: block !important;
        float: left !important;
        clear: both !important; /* Clears previous rows */
    }

    /* 2. Time Column (Right Side - adds a 4% gap between Date and Time) */
    #event-time {
        width: 48% !important;
        margin-left: 4% !important; 
        display: block !important;
        float: left !important;
        clear: none !important;
    }

    /* 3. Navigation Column (Pushed to bottom, 100% width) */
    #event-nav {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 30px !important; /* Breathing room above the nav */
        display: block !important;
        float: left !important;
        clear: both !important; /* Forces it to a new line */
    }
    
    #event-nav ul {
	    text-align: left;
    }
    
    #event-nav ul li:first-child {
	    margin-left: 0px;
    }
    
    .crop-toggle-layout {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .crop-image-col {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 0px!important;
	}
	
	.responsive #top .logo {
		margin: 10px 0;
	}
	
	#header_meta .sub_menu a {
		line-height: 35px;
	}
	
	#section-1, #section-3 {
		padding: 5px 0;
	}
	
	#section-1 .hp-top-block:last-child,
	#section-3 .av_one_third:last-child,
	#section-3 .av_one_third:last-child p {
		margin-bottom: 0px!important;
	}
	
	#section-1 .hp-top-block {
		height: 450px;
	}
	
	#section-1 .top-block-text h2 {
		font-size: 24px;
	}
	
	#section-1 .top-block-text {
		bottom: 30px;
	}
	
	h2 {
		font-size: 32px;
		line-height: 39px;
	}
	
	#section-2, #section-4 {
	    padding: 60px 0;
	}
	
	#section-2 #hp-market-text,
	#section-4 #hp-groups-text {
		width: 95%!important;
	}
	
	#hp-market-text, #hp-groups-text {
		margin-bottom: 0px!important;
	}
	
	#section-2 h2, #section-2 p {
		text-shadow: 0px 5px 25px rgba(0,0,0,.9)!important;
	}
	
	#section-3 h2 {
		margin-bottom: 50px;
	}
	
	#section-3 img {
		margin-bottom: 5px;
	}
	
	#int-banner {
		padding: 0px;
	}
	
	#int-banner h1 {
		font-size: 48px;
		line-height: 54px;
	}
	
	#sidebar-interior .content {
		padding-top: 50px;
	}
	
	#event-nav {
		margin-bottom: 0px!important;
		margin-top: 15px!important;
	}
	
	#main-content-col p,
	#main-content-col a,
	#main-content-col ul li,
	#main-content-col ol li {
		font-size: 16px;
		line-height: 26px;
	}
	
	#sidebar-content .widget_nav_menu li a,
	#sidebar-content p {
		padding: 0.8em 15px!important;
		font-size: 13px;
	}
	
	#sidebar-content h3.widgettitle {
		font-size: 16px;
		padding: 15px;
	}
	
	.int-content {
		padding: 30px 0;
	}
	
	#intro-interior img {
		margin-top: 30px;
	}
	
	.int-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	#activities .avia-builder-el-19 p:last-child, .avia-builder-el-19 {
		margin-bottom: 0px;
	}
	
	/* Resize the remaining images to take up exactly 1/3 of the screen each */
    .flush-image-row .av-horizontal-gallery-wrap {
        width: 33.3333% !important; 
    }

    /* Hide the 4th, 5th, and 6th images */
    .flush-image-row .av-horizontal-gallery-wrap:nth-child(n+4) {
        display: none !important;
    }
    
    #event-gallery .container {
	    width: 100%!important;
	    max-width: 100%!important;
	    margin: 0;
    }
    
    #online-pricing h3, #gate-pricing h3 {
	    font-size: 24px;
	    line-height: 30px;
    }
    
    #online-pricing h5, #gate-pricing h5 {
	    font-size: 16px;
	    line-height: 20px;
    }
    
    #online-pricing h4, #gate-pricing h4 {
	    font-size: 20px;
	    line-height: 26px;
    }
    
    #online-pricing p, #gate-pricing p {
	    font-size: 16px;
	    line-height: 26px;
    }
    
    .avia-builder-el-33 {
	    margin-bottom: 0px!important;
    }
    
    #season-pass #season-pass-text h3 {
	    font-size: 24px;
	    line-height: 30px;
	}
    
    #season-pass #season-pass-text p, #season-pass #season-pass-text strong {
	    font-size: 16px;
	    line-height: 26px;
	}
    
    #season-pass .white-btn a {
	    margin-top: 0px;
    }
    
    #season-pass {
        background-position: 80% 50%!important;
    }
    
    #event-info .toggler,
    #crop-calendar .toggler {
	    font-size: 16px;
	    line-height: 22px;
    }
    
    #footer-section {
		padding: 40px 0 60px;
	}
	
	#footer-section img {
		margin-bottom: 35px;
	}
	
	#footer-section #footer-logo img {
	    height: 100px;
	    width: 100px;
	}
}

@media only screen and (max-width: 540px) {
	#section-1 .hp-top-block {
		height: 320px;
	}
	
	#section-1 {
		padding: 20px 0;
	}
	
	#section-2, #section-4 {
	    padding: 40px 0;
	}
	
	#section-2 #hp-market-text,
	#section-4 #hp-groups-text {
		width: 100%!important;
	}
	
	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	
	#int-banner h1 {
		font-size: 40px;
		line-height: 46px;
	}
	
	#int-banner h4 {
		font-size: 12px;
		line-height: 15px;
	}
	
	#event-date {
        width: 100% !important;
        margin-left: 0 !important;
        display: block !important;
        float: left !important;
        clear: both !important; /* Clears previous rows */
    }

    /* 2. Time Column (Right Side - adds a 4% gap between Date and Time) */
    #event-time {
        width: 100% !important;
        margin-left: 0 !important; 
        display: block !important;
        float: left !important;
        clear: none !important;
        margin-bottom: 5px!important;
    }
}

@media only screen and (max-width: 360px) {
	#event-nav ul li a, #events-menu strong {
		font-size: 14px;
	}
}