/* Kill Divi header backgrounds so SCHF header can be transparent */
.et_pb_section.et_pb_section_0_tb_header,
.et_pb_row.et_pb_row_0_tb_header,
.et_pb_column.et_pb_column_0_tb_header,
.et_pb_code_inner {
  background: transparent !important;
}

/* Remove padding that creates the white slab */
.et_pb_section_0_tb_header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}



/* Website Header tags and menu item fonts*/
h1, h2, h3, .hero-title {
  font-family: "chainprinter", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

#top-menu a,
.et-menu a {
  font-family: "chainprinter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.chainprinter p {
 font-family: "chainprinter", sans-serif;
}


/*Biege Page Container*/
/* Top overlay divider */
/* SECTION gets the class */
.beige-divider-top{
  position: relative;
  overflow: visible;
}

/* The divider */
.beige-divider-top::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;

  /* true full viewport width */
  width: 100vw;
  height: 120px; /* adjust if needed */

  background-image: url("/wp-content/uploads/2026/02/biege-divider.webp");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 80; /* keeps height consistent, repeats across */

  /* LOWER IT: smaller negative value = sits lower */
  transform: translate(-50%, -45px);

  z-index: 10;
  pointer-events: none;
}

/* Optional: give the section a little breathing room so content doesn't collide */
.beige-divider-top{
  padding-top: 40px;
}



/*Event Countdown*/
.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.countdown-box {
  background-color: #FBF8F1;
  padding: 20px 24px;
  min-width: 140px;
  text-align: center;
}

.countdown-box p {
  margin: 0;
  font-size: 60px;
  line-height: 1;
  color: #0F0E0E;
}

.chainprinter p,
.chainprinter {
  font-family: "chainprinter", sans-serif;
}

.countdown-box span {
  display: block;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #0F0E0E;
}

/* ---------- Mobile Scaling ---------- */
@media (max-width: 768px) {
  .countdown-box {
    min-width: 100px;
    padding: 16px;
  }

  .countdown-box p {
    font-size: 32px;
  }

  .countdown-box span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .countdown-wrapper {
    gap: 12px;
  }

  .countdown-box p {
    font-size: 28px;
  }

  .countdown-box span {
    font-size: 16px;
  }
}

/*FAQ*/
.faq-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 2px solid #77B55A;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question span:first-child {
  font-family: "chainprinter", sans-serif;
  font-size: 28px;
  color: #00464C;
  text-align: left;
}

.faq-icon {
  font-family: "chainprinter", sans-serif;
  font-size: 32px;
  color: #00464C;
  transition: transform 0.4s ease;
}

/* Hover rotation */
.faq-question:hover .faq-icon {
  transform: rotate(360deg);
}

.faq-question:not(:hover) .faq-icon {
  transform: rotate(-360deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #00464C;
  padding-right: 40px;
}

/* Active state */
.faq-item.active .faq-answer {
  max-height: 500px;
  margin-bottom: 24px;
}

.faq-item.active .faq-icon {
  transform: rotate(0deg);
}

/* Force full-width layout + left aligned question text */
.faq-question {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  padding: 24px 0 !important;
  font-family: "chainprinter", sans-serif !important;
  font-size: 25px !important;   /* adjust if you want bigger */
  color: #00464C;
}

/* Question text: Chainprinter, larger, left aligned */
.faq-question span:first-child {
  font-family: "chainprinter", sans-serif !important;
  font-size: 25px !important;   /* adjust if you want bigger */
  line-height: 1.05 !important;
  color: #00464C !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  flex: 1 1 auto;               /* makes text take available space */
  text-align: left !important;
}

/* Plus icon: push ALL the way right */
.faq-icon {
  margin-left: auto !important; /* key line */
  flex: 0 0 auto;
  font-family: "chainprinter", sans-serif !important;
  font-size: 42px !important;
  line-height: 1 !important;
  color: #00464C !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Mobile adjustments */
@media (max-width: 768px) {
  .faq-question span:first-child {
    font-size: 22px;
  }

  .faq-icon {
    font-size: 26px;
  }

  .faq-answer {
    font-size: 16px;
  }
}

/*website Footer*/
.schf-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

/* Logo */
.schf-footer-logo img {
  max-width: 300px; /* larger logo */
  height: auto;
  display: block;
}

/* Menu list reset */
.schf-footer-nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove bullets aggressively (Divi-safe) */
.schf-footer-nav li {
  list-style: none !important;
  margin: 0 0 0 0;
  padding: 0;
}

/* Menu links */
.schf-footer-nav a {
  font-family: "chainprinter", sans-serif;
  font-size: 14px; /* slightly smaller overall */
  color: #00464C;
  text-decoration: none;
  display: inline-block;
  transition: color 0.25s ease;
  text-align: left;
}

/* Hover + active */
.schf-footer-nav a:hover,
.schf-footer-nav .current-menu-item > a {
  color: #77B55A;
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .schf-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .schf-footer-logo {
    display: flex;
    justify-content: center;
  }

  .schf-footer-logo img {
    max-width: 340px; /* logo slightly bigger on mobile */
  }

  .schf-footer-nav {
    text-align: center;
  }

  .schf-footer-nav a {
    font-size: 18px;
    text-align: center;
  }
}

/*Gardener Exhibitors*/
.gardeners-exhibitors .exhibitor {
  margin-bottom: 32px;
}

.gardeners-exhibitors .exhibitor h3 {
  margin-bottom: 6px;
}

.gardeners-exhibitors .exhibitor a {
  display: inline-block;
}

/*Vendors*/
 .vendors .vendor { margin-bottom: 40px; }

  .vendors .vendor h3 {
    margin: 0 0 4px 0;
  }

  .vendors .date {
    display: block;
    font-style: italic;
    margin-bottom: 4px;
  }

  .vendors .links {
    display: block;
    margin: 0;
  }

  .vendors .links a {
    display: inline;
	  font-size: 18px;
  }
/*Events*/
.event-item {
  display: flex;
  gap: 60px;
  padding: 40px 0;
  border-bottom: 3px solid #77B55A; /* thicker + green */
}

.event-left {
  min-width: 200px;
}

.event-date {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.event-right {
  flex: 1;
}

.event-title {
  font-size: 28px;
  margin-bottom: 5px;
}

.event-time {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .event-item {
    flex-direction: column;
    gap: 15px;
  }

  .event-left {
    min-width: auto;
  }
}

