.one {
  width: 100% !important;
}

/* ==========================================================================
   Hero Inline Newsletter Signup
   ========================================================================== */
.hero-signup {
  margin-top: 30px;
  max-width: 480px;
}

.hero-signup__label {
  font-family: FrankRuhlLibre-Regular, Georgia, serif;
  font-size: 18px;
  color: #d8d8d8;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.hero-signup__form {
  display: flex;
  gap: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-signup__form:focus-within {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.hero-signup__input {
  flex: 1;
  padding: 14px 18px;
  font-family: Hind-Regular, sans-serif;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  min-width: 0;
}

.hero-signup__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hero-signup__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.8) inset !important;
  -webkit-text-fill-color: #fff !important;
}

.hero-signup__button {
  padding: 14px 24px;
  font-family: Hind-SemiBold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  background: #c9a227;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}

.hero-signup__button:hover {
  background: #d4b033;
}

.hero-signup__button:active {
  transform: scale(0.98);
}

.hero-signup__note {
  font-family: Hind-Regular, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  letter-spacing: 0.2px;
}

/* Responsive styles for hero signup */

/* Tablet - adjust banner positioning for extra content */
@media (max-width: 991px) {
  .hero-signup {
    margin-top: 20px;
  }

  .hero-signup__label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .hero-signup__note {
    font-size: 12px;
    margin-top: 8px;
  }

  .hero-signup__input {
    padding: 12px 14px;
  }

  .hero-signup__button {
    padding: 12px 18px;
    font-size: 13px;
  }

}

/* Small tablet / large mobile */
@media (max-width: 768px) {
  .hero-signup {
    margin-top: 10px;
  }

  .hero-signup__label {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .hero-signup__note {
    font-size: 11px;
    margin-top: 6px;
  }

  .hero-signup__form {
    flex-direction: column;
  }

  .hero-signup__input {
    padding: 12px;
    font-size: 16px; /* Prevents iOS zoom */
  }

  .hero-signup__button {
    padding: 12px 18px;
    width: 100%;
  }

  /* Reduce banner content sizes to fit with signup form */
  .banner .banner-caption {
    bottom: 25px !important;
  }

  .banner .banner-caption h2 {
    font-size: 26px !important;
    line-height: 1.15 !important;
    margin-bottom: 6px !important;
  }

  .banner .banner-caption strong {
    font-size: 11px !important;
    letter-spacing: 1px !important;
    margin-bottom: 2px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .hero-signup {
    margin-top: 20px;
    max-width: 100%;
  }

  .hero-signup__label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hero-signup__note {
    margin-top: 10px;
  }
}

/* ==========================================================================
   End Hero Inline Newsletter Signup
   ========================================================================== */

.error404 main .container {
  padding: 300px 0;
}

.error404 #primary {
  background: url( '../images/lion-404-bg.jpg' ) center center no-repeat;
  background-size: cover !important;
}

.error404 main {
  padding: 0 30px;
}

.error404 main h1 {
 font-size: 25px;
 letter-spacing: .5px;
}

.error404 main h2 {
max-width: 700px;
font-size: 65px;
line-height: 75px;
margin-bottom: 15px;
}

@media(max-width: 640px) {
  .error404 main h2 {
    max-width: 700px;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
    }

    .error404 main .container {
      padding: 150px 0 100px 0;
    }
}

/* .tribe-events-view {
  padding: 100px 0;
} */

/* .tribe-events-l-container {
  background: #fff;
} */

.tribe-events-view  * {
  color: #9a897c;
 }

 .tribe-events-calendar-month__body {
  background: #fff !important;
 }

 .tribe-events-calendar-month__header-column-title * {
  font-weight: 700;
  color: #c16e45 !important;
 }

 .tribe-events-calendar-month__day-date-daynum {
  color: #9a897c !important;
 }

 .tribe-events-calendar-month__calendar-event-datetime *,
 .tribe-events-calendar-month__calendar-event-title * {
  font-weight: 700 !important;
 }

 .tribe-events-c-top-bar__datepicker-desktop {
  font-family: FrankRuhlLibre-Light;
 }

 .tribe-common-c-btn {
  background: #9a897c !important;
  color: #fff !important;
 }

 .tribe-events-calendar-list__event-details *,
 .tribe-events-calendar-list__month-separator-text {
  color: #fff !important;
 }

 .tribe-events-calendar-list__event-date-tag-weekday,
 .tribe-events-calendar-list__event-date-tag-daynum {
  color: #c16e45 !important;
 }

 .tribe-events-c-subscribe-dropdown {
  display: none !important;
 }

 .tribe-events-single * {
  color: #fff !important;
 }

 .tribe-events-single-event-title {
  color: #9a897c !important;
 }

 .tribe-events-single-section-title {
  color: #c16e45 !important;
 }

 .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #ccbc2e !important;
 }


 .tribe-events-c-nav__list-item--today *,
 .tribe-events-calendar-month-mobile-events__mobile-day * {
  color: #fff !important;
 }

 .tribe-events-c-events-bar__search-button *,
 .tribe-events-c-view-selector__button-icon * {
  fill: #fff !important;
  color: #fff !important;
 }

 .acc__wrap {
  padding-bottom: 100px;
 }

 .acc__group {
  padding: 25px 0;
  border-bottom: 1px solid #353535;
}
.acc__group:first-child {
  /* border-top: 1px solid #353535; */
}
.acc__group.active h2 {
  color: #fff !important;
}
.acc__group.active .acc__heading::before {
  background: url("../images/icon-minus-lg.svg") center no-repeat;
}
.acc__heading {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
}
.acc__heading::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icon-plus-lg.svg") center no-repeat;
}
.acc__heading h2 {
  transition: all .17s ease;
  line-height: 1;
  width: calc(100% - 30px);
  padding-left: 15px;
  background: none !important;
  font-size: 50px;

  @media(max-width: 768px) {
    font-size: 30px;
  }
}
.acc__heading h2:hover {
  color: #9a897c;
}
.acc__copy {
  display: none;
  margin-top: 15px;
}

.acc__copy .inner {
  padding: 40px;
  background: #fffbf8;

  @media(max-width: 768px) {
    padding: 20px;
  }

  .alignright {
    margin: 20px 0 20px 20px;
  }

  h2,h3,h4,h5,h6 {
    clear: none;
  }

}

.acc__copy *:not(button) {
  color: #000;
}
.acc__copy  button {
 a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
 }
}
.acc__copy p {
  margin-bottom: 15px;
}
.acc__copy p:last-child {
  margin: 0;
}
.acc__copy ul {
  margin: 0;
}


.about_mission_inner  a:not(.btn) {
  color: #9a897c !important;

}

.about_mission_inner  a:not(.btn) * {
  color: #9a897c !important;
}

.page-template-donate-new .donate-wrap {
  display: flex;
  flex-wrap: wrap;

  .copy-wrap {
    width: 80%;
    padding-right: 40px;

    @media(max-width: 768px) {
      width: 100%;
      padding-right: 0;
    }
  }

  .priv-wrap {
    width: 20%;
    padding-left: 30px;
    border-left: 1px solid #9a897c;

    @media(max-width: 768px) {
      width: 100%;
      padding-left: 0;
      border: none;

      br {
        display: block;
      }
    }
  }
}

