/*
Theme Name: Uhland Fall Fest 2026
Theme URI:
Author: WebberSites
Author URI: https://webbersites.com
Description: Uhland Fall Fest festival site. Built on the Super Default Theme starter.
Tags:
Version: 2026.1
Text Domain: uhlandfallfest

*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Typography */

body {
    margin: 0;
    padding: 0;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 400;
font-style: normal;
	background-image:url(img/light-texture.jpg);
	background-repeat: repeat
}

.g-recaptcha {display:none !important}

.btn-primary {font-size:2vw; font-family: "cheddar-gothic-serif", sans-serif; padding:2vw 2vw;}

h1, h2, h3, h4 {font-family: "cheddar-gothic-serif", sans-serif;
font-weight: 400;
font-style: normal; font-size:4vw;
color:#d37d07;}

h2, h3, h4 {margin-bottom:1vw;}


p, li {font-size:1.5vw; line-height:1.8vw; margin-bottom:1.3vw; font-family: "lora", serif;
font-weight: 400;
font-style: normal; }

.site-footer p {font-family: "brandon-grotesque", sans-serif;}

#section-1 p {font-size:2vw; line-height:3vw; font-family: "brandon-grotesque", sans-serif;}

#section-1 strong {text-transform: uppercase;}

.ticket-button, #section-1 a {
    display: inline-block;
    width: auto;
    height: 100%;
    background: url('img/ticket.png') no-repeat center center;
    background-size: 100% 100%;
    margin:2vw 0;
    border: none;
    padding: 20px; /* Adjust the padding as needed */
    text-align: center;
    text-decoration: none;
    position: relative;
font-size:4vw; line-height:5vw; font-family: "cheddar-gothic-serif", sans-serif; padding:5vw 5vw;
	color:#FFF;
}

#section-5 img {margin-top:1vw; margin-bottom:2vw;}

#section-1 {padding:3vw; padding-bottom:0;}

#section-3 h3 {color:#d37d07; }

#section-2 h2 {margin-bottom:1vw;}

.col-md-6, .col-md-12 {margin-bottom:3vw; padding:0 4vw;}

#section-4 .col-md-12 {margin-bottom:4vw; margin-top:1vw;}

#section-3 .col-md-6 {margin-bottom:4vw;}

strong {font-weight:bold; }

.xcontainer {width:90%; margin:0 auto;}

a.anchor-jump {
display: block;
position: relative;
top: -10vw;
visibility: hidden;
}

i.fa-map-marker {color:#d37d07}


.top-band {background-image:url(img/gradient.png); background-size:100% 100%; position:fixed; width:100%; height:10vw; top:0; left:0; right:0; z-index:98; -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;}

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
	z-index:1;
}

.video-bg {
    width: 100%;
    height: auto;
}


video {height:20vw;}

header {
    position: fixed;
	z-index:99;
}

.logo-container {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
	text-align:center;
}

.logo {
    width: 50%;
    transition: width 0.3s ease; /* Smooth transition */
}


.menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
  z-index:8888;
}

.menu-icon {
    width: 4vw;
}




/*  SECTION: Newsletter Signup – orange (#d37d07)  */
.wpcf7 .wpcf7-form{          /* form shell */
  max-width:520px;
  margin:0 auto;
  background:none;                       /* kill any theme bg */
}

.wpcf7 .wpcf7-form-control[type="email"]{
  display:block;
  width:100%;
  padding:18px 24px;
  font-size:1.35rem;
  font-weight:700;
  border:4px solid #d37d07;
  border-radius:20px;
  color:#d37d07;
}

.wpcf7 .wpcf7-form-control[type="email"]::placeholder{
  color:#d37d07;
  opacity:1;
}

/* acceptance checkbox → square w/ orange tick */
.wpcf7 input[type="checkbox"]{
  -webkit-appearance:none;
  appearance:none;
  width:28px;
  height:28px;
  border:3px solid #d37d07;
  border-radius:6px;
  margin-right:10px;
  cursor:pointer;
  position:relative;
}
.wpcf7 input[type="checkbox"]:checked::after{
  content:"";
  position:absolute;
  inset:3px;
  background:#d37d07;
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><polyline points="2 8 5.5 11 12 3" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
}

/* checkbox text */
.wpcf7 .wpcf7-list-item-label{
  font-size:1.1rem;
  color:#d37d07;
  vertical-align:middle;
}

/* submit button */
.wpcf7 .btn-orange,
.wpcf7 input[type="submit"]{
  display:block;
  width:100%;
  margin-top:20px;
  padding:16px 0;
  font-size:2rem;
  font-weight:700;
  border:none;
  border-radius:16px;
  background:#d37d07;
  color:#fff;
  cursor:pointer;
  transition:opacity .25s;
}
.wpcf7 .btn-orange:hover,
.wpcf7 input[type="submit"]:hover{
  opacity:.85;
}

/* tidy up paragraph gaps */
.wpcf7 p{margin-bottom:20px}






.event-info {
    
    padding: 20px;
    margin-top: -5px;
	
}

.event-info h1, .event-info h2 {
    color: #d37d07;
	margin-bottom:1vw;
}

.event-info h2 {margin-top:1vw;}

.event-info p {
    color: #333;
}

.images-container {
	padding:2vw 2vw;
    margin-top: 20px;
    margin-bottom: 20px;
}

.images-container img {
    margin-bottom: 10px;
}

.btn-primary {
  
    border: none;
}

.btn-primary:hover {
   background-color:transparent;
}


.festival-info {
   
  
}

.festival-info h2 {


    
}

.festival-info p {
    color: #333;

	padding:0 3vw;
    margin-bottom: 20px;
}

.festival-info .row {
    margin-top: 20px;
}

.festival-info img {
    margin-bottom: 10px;
}


.weekend-events {
   
    padding: 40px 0;
}

.weekend-events .container {
   
    margin: 0 auto;
}

.weekend-events h3 {
    color: #d37d07;
	margin-bottom:1vw;
}

.weekend-events h4 {
    color: #000;
margin-bottom:.5vw;
	
}

.weekend-events p {
    color: #333;
 
}

.weekend-events ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.weekend-events ul li {
    color: #333;

}

.weekend-events img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}

.weekend-events em {
    color: #000;
    font-style: italic;
	font-weight:bold;
}

.additional-info {

    padding: 40px 0;
}

.additional-info .container {
 
    margin: 0 auto;
}

.additional-info h3 {
   

}

.additional-info p {
 

}

.knowledge-info {
  
    padding: 40px 0;
}

.knowledge-info .container {
    max-width: 1200px;
    margin: 0 auto;
}

.knowledge-info h3 {
    color: #d67c02;

}

.knowledge-info p, .knowledge-info ul {
    color: #333;
 margin-bottom:1.3vw;
}

.knowledge-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.knowledge-info ul li {
    margin-bottom: 10px;
}



.notice-info {
  
    padding: 40px 0;
}

.notice-info .container {
    max-width: 1200px;
    margin: 0 auto;
}

.notice-info p {
    color: #333;
  
    margin-bottom: 20px;
}

.notice-info p strong {
    color: #000;
    font-weight: bold;
}

.site-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0 40px 0;
    position: relative;
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.site-footer .wavy-border {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url('img/wavy-border.svg') repeat-x;
    background-size: cover;
}

.site-footer p {
    margin: 0;
    font-size: 1rem;
    color: #d67c02;
}

.site-footer .social-icons {
    margin-bottom: 20px;
}

.site-footer .social-icon {
    margin: 0 10px;
    display: inline-block;
    color: #d67c02;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.site-footer .social-icon:hover {
    color: #fff;
}
.site-footer a {color:#d67c02;}


#menu-overlay {
    background-color: hsla(0,0%,0%,0.65);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}

#navigation {
    height: auto;
    padding: 0;
    padding-bottom: .8vw;
    position: fixed;
    top: 0;
    left: -100%; /* Hidden to the left */
    width: 25%;
    font-weight: normal;
    z-index: 8888;
    transition: left 0.3s ease; /* Smooth transition */
    background-color: #d37d07;
}

.menuopen #navigation {
    left: 0; /* Slide in from the left */
}

.menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
   
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.menuopen {
    background-color: #000;
    color: #FFF;
}

#menu {
    width: 100%;
    height: 100vh;
    padding: 100px 20px;
}

#menu a {
    color: #000;
    display: block;
    font-size: 3vw;
    line-height: 4vw;
    text-decoration: none;
    font-family: "cheddar-gothic-serif", sans-serif;
	
}

#menu a:hover {
    color: #FFF;
}

#menu .social-icons {
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

#menu .social-icon {
    margin: 0 10px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    transition: color 0.3s;
}

#menu .social-icon:hover {
    color: #000;
}
.faq-section {
    padding: 40px;
  
}

.faq-title {
    text-align: center;

    margin-bottom: 20px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    background-color: #d37d07;
    color: #fff;
    padding: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 5px;
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #d37d07;
    border-radius: 5px;
    margin-top: 5px;
}

.faq-answer p, .faq-answer h2 {
    margin: 0 0 10px 0;
}

.faq-answer h2 {

}

.faq-answer a {
    color: #d37d07;
    text-decoration: underline;
}

.faq-answer a:hover {
    text-decoration: none;
}


.row {margin:0 !important}

.uniform-height {
    height: 20vw; /* Set your desired height */
    object-fit: cover;
    width: 100%; /* Ensure the image takes up the full width of its container */
}


/* Media Query for Mobile */
@media (max-width: 768px) {
    #navigation {
        width: 100%; /* Full width for mobile */
        left: -100%; /* Completely off-screen to the left */
    }

    .menuopen #navigation {
        left: 0; /* Slide in from the left */
    }

    #menu a {
        font-size: 8vw; /* Larger text for mobile */
        line-height: 12vw; /* Adjust line height for mobile */
    }

    h1, h2, h3, h4 {
        font-size: 12vw;
		margin-top:10vw; margin-bottom:2vw;
    }
    #section-1 p, p, li, .festival-info p {
        font-size: 5vw;
        line-height: 7vw;
		margin-bottom: 5vw;
    }
	.btn-primary {font-size:4vw;}
	.menu-icon {
width: 9vw;
}
	
	#section-1 {padding-top:6vw;}
	
#section-3 .col-md-6 {
	margin-bottom:7vw;
}
	.weekend-events h3 {margin-top:7vw;}
	
	.faq-section {padding:0 5vw;}
	
	.event-info h1, .event-info h2 {
color: #d37d07;
margin-bottom: 4vw;
		margin-top:4vw;
}
	.festival-info {
padding-top:0;
}
	
	
	.images-container {
		padding:3vw 0;
	margin-top: 0;
margin-bottom: 0;
	}
	#section-3 h3 {margin-bottom:4vw;}
	.weekend-events {padding: 0;}
	
	
	#header {/*background-color:#d37d07; */  width:100%; }
	
	
	.logo-container {
    position: relative;
    top: 10px;
    left: 50%;
		padding: 0 20%;
    transform: translateX(-50%);
    z-index: 99;
	text-align:center;
}
	
	.faq-section {padding-top:0;}
	
	.uniform-height {
height: 60vw;
	}
	

.logo {
    width: 20%;
    transition: width 0.3s ease; /* Smooth transition */
}

	a.anchor-jump {
display: block;
position: relative;
top: -20vw;
visibility: hidden;
}
	.top-band {height:10vw;}
	
	
	.ticket-button, #section-1 a {

font-size:6vw; line-height:7vw;  padding:5vw 5vw;

}
	
}


