.form-control {
    background-color: #ffffff;
    color: #000000;
}
.form-select {
    background-color: #ffffff;
    color: #000000;
}
.form-select option {
  color: #000000;
}

.table > :not(caption) > * > * {
    color: #000000;
}
.hikashop_cart_empty_message {
    font-size: xx-large;
}
.hikashop_small_cart_total_title {
    font-size: xx-large;
}
.hikashop_container {
    color: #000000;
}
.hikashop_product_name a {
    color: #000000;
}
/* Scrolling over image */
.scroll-wrapper {
    position: relative;
    top: 60px;
    width: 100%; 
    height: 100%;
    overflow: auto;
}
.t4-header .header-block {
    background-color: #4e6a48;
}
.t4-offcanvas-toggle {
    color: #fff8e2;
}
.t4-palette-light {
    background-color: #4e6a48;
    color: #fff8e2;
}
.article-content {
    position: relative; 
    font-size: larger;
    z-index: 10;
    color: #fff8e2;
    background-color: #333333e3; /* Add an opaque background so text is readable */
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 50px; /* Adjust this to leave space for the background image at the bottom */
    border-radius: 10px 10px 10px 10px;
}
.article-content.frontpage {
    width: 150px;
    margin-inline: auto; 
    text-align: center;
    background-color: #33333396; /* Add an opaque background so text is readable */
}
.article-content a {
    color: #fff8e2;
}
.article-content h2 {
    color: #fff8e2;
}
.still-background {
    position: fixed; 
    top: 80px; 
    left: 0;
    width: 100%;
    height: 100%; /* Set the height of your image area */
    background-color: #4e6a48;
    z-index: 1;
}
.still-background img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the area without stretching */
}
.still-background video {
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zooms/crops video to fill space perfectly */
  z-index: -1;       /* Pushes video behind other div content */
}
.bottom-article-info {
    display: none;
}
.t4-offcanvas .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.t4-offcanvas .btn-toggle, .t4-offcanvas .sub-menu-toggle {
    display: none !important;
}
  .bh-press {
    --bh-bg: #4E6A48;
    --bh-ink: #FFF8E2;
    --bh-ink-muted: #C9D1BE;
    --bh-card: rgba(51, 51, 51, 0.89);
    --bh-card-radius: 10px;
    --bh-accent: #CBA35C;
    --bh-accent-hover: #E0BE7E;
    --bh-rule: rgba(255, 248, 226, 0.18);

    background: var(--bh-bg);
    color: var(--bh-ink);
    padding: 3.5rem 1.25rem 4.5rem;
    box-sizing: border-box;
  }
  .bh-press * { box-sizing: border-box; }
    .bh-press .bh-wrap {
    max-width: 640px;
    margin: 0 auto;
  }

  .bh-press .bh-intro {
    text-align: center;
    margin: 0 0 3rem;
  }
  .bh-press .bh-intro .bh-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: var(--bh-ink-muted);
    margin: 0 0 0.9rem;
  }
  .bh-press .bh-intro p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    color: var(--bh-ink);
  }

  .bh-press .bh-section + .bh-section {
    margin-top: 3.5rem;
  }

  .bh-press .bh-section-label {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: var(--bh-ink-muted);
    text-align: center;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bh-rule);
  }

  .bh-press .bh-quotes {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .bh-press .bh-card {
    background: var(--bh-card);
    border-radius: var(--bh-card-radius);
    padding: 1.75rem 2rem;
    text-align: center;
  }

  .bh-press .bh-card blockquote {
    margin: 0 0 0.85rem;
    font-size: 1.08rem;
    line-height: 1.65;
  }

  .bh-press .bh-card cite {
    display: block;
    font-style: normal;
    font-size: 0.92rem;
    color: var(--bh-ink-muted);
  }

  .bh-press .bh-card cite a {
    color: var(--bh-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(203, 163, 92, 0.45);
  }
  .bh-press .bh-card cite a:hover,
  .bh-press .bh-card cite a:focus-visible {
    color: var(--bh-accent-hover);
    border-bottom-color: var(--bh-accent-hover);
  }
  .bh-press .bh-card cite a:focus-visible {
    outline: 2px solid var(--bh-accent-hover);
    outline-offset: 3px;
    border-radius: 2px;
  }

  .bh-press .bh-features {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--bh-card);
    border-radius: var(--bh-card-radius);
    overflow: hidden;
  }

  .bh-press .bh-features li {
    padding: 1.1rem 1.75rem;
  }
  .bh-press .bh-features li + li {
    border-top: 1px solid var(--bh-rule);
  }

  .bh-press .bh-features a {
    color: var(--bh-ink);
    text-decoration: none;
    font-size: 1.02rem;
  }
  .bh-press .bh-features a:hover,
  .bh-press .bh-features a:focus-visible {
    color: var(--bh-accent-hover);
  }
  .bh-press .bh-features a:focus-visible {
    outline: 2px solid var(--bh-accent-hover);
    outline-offset: 3px;
    border-radius: 2px;
  }

  .bh-press .bh-features .bh-meta {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: var(--bh-ink-muted);
  }

  .bh-press .bh-footer {
    text-align: center;
    margin-top: 3.5rem;
    font-size: 0.92rem;
    color: var(--bh-ink-muted);
  }
  .bh-press .bh-footer a {
    color: var(--bh-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(203, 163, 92, 0.45);
  }
  .bh-press .bh-footer a:hover,
  .bh-press .bh-footer a:focus-visible {
    color: var(--bh-accent-hover);
    border-bottom-color: var(--bh-accent-hover);
  }

  @media (max-width: 480px) {
    .bh-press { padding: 2.5rem 1rem 3.5rem; }
    .bh-press .bh-card { padding: 1.5rem 1.35rem; }
    .bh-press .bh-features li { padding: 1rem 1.25rem; }
  }
  .bh-videos {
    --bh-bg: #4E6A48;
    --bh-ink: #FFF8E2;
    --bh-ink-muted: #C9D1BE;
    --bh-accent: #FFF8E2;
/*   --bh-accent: #CBA35C; */
    --bh-accent-hover: #E0BE7E;

    background: var(--bh-bg);
    color: var(--bh-ink);
    padding: 3.5rem 1.25rem 4.5rem;
    box-sizing: border-box;
  }
  .bh-videos * { box-sizing: border-box; }

  .bh-videos .bh-wrap {
    max-width: 720px;
    margin: 0 auto;
  }

  .bh-videos .bh-intro {
    text-align: center;
    margin: 0 0 3rem;
  }
  .bh-videos .bh-intro .bh-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: var(--bh-ink-muted);
    margin: 0 0 0.9rem;
  }
  .bh-videos .bh-intro p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
  }

  .bh-videos .bh-video-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  /* card background, border-radius and padding come from the site's .article-content class */
  .bh-videos .bh-video {
    text-align: center;
  }

  .bh-videos .bh-video h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 400;
  }

  .bh-videos .bh-video .bh-tag {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    color: var(--bh-accent);
    margin: 0.4rem 0 0;
  }
  .bh-videos .bh-video .bh-tag a {
    color: var(--bh-accent);
    border-bottom: 1px solid rgba(203, 163, 92, 0.45);
  }
  .bh-videos .bh-video .bh-tag a:hover,
  .bh-videos .bh-video .bh-tag a:focus-visible {
    color: var(--bh-accent-hover);
    border-bottom-color: var(--bh-accent-hover);
  }
  .bh-videos .bh-video .bh-tag a:focus-visible {
    outline: 2px solid var(--bh-accent-hover);
    outline-offset: 3px;
    border-radius: 2px;
  }

  .bh-videos .bh-video .bh-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    margin-top: 1.1rem;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
  }
  .bh-videos .bh-video .bh-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .bh-videos .bh-video .bh-frame bh.photo {
    aspect-ratio: auto;
  }
  @media (max-width: 480px) {
    .bh-videos { padding: 2.5rem 1rem 3.5rem; }
  }
.login-wrap .other-links a {
    color: #eaebca;
}
.ev_adminpanel {
    color: #000000;
}
.ev_adminpanel a {
    color: #000000;
}
#jevents_body {
    color: #000000;
}
#jevents_body a {
    color: #495057;
}