/* ==========================================================================
   Evie Rich — Civil Rights Warrior
   Standalone page reconstructed from archived Divi build (03/2026 capture).
   Colors/fonts pulled from the site's critical inline CSS at time of capture.
   v1.0.0
   ========================================================================== */

.evie-rich-page {
  background-color: #252525;
  padding: 80px 35px 120px;
}

.evie-rich-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  gap: 0;
}

.evie-rich-col--image {
  flex: 0 0 50%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.evie-rich-col--image img {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.evie-rich-col--text {
  flex: 0 0 50%;
  max-width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}

.evie-rich-col--image,
.evie-rich-col--text {
  min-width: 0;
}

/* --- Title block --- */

.evie-rich-title {
  padding-top: 32px;
}

.evie-rich-title h1 {
  font-family:
    "Barlow Condensed", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
  font-size: 56px !important;
  font-weight: 500 !important;
  color: #ffcc66 !important;
  text-align: left;
  text-shadow: 0em 0.05em 0em rgba(0, 0, 0, 0.4);
  line-height: 1em;
  margin: 0;
  padding-bottom: 10px !important;
}

.evie-rich-title h2 {
  font-family: "Alegreya", Georgia, "Times New Roman", serif !important;
  font-weight: 300 !important;
  font-style: italic;
  color: #ffcc66 !important;
  line-height: 1.1em !important;
  text-align: left;
  margin: 0;
  padding-bottom: 32px !important;
}

/* --- Intro / purchase text --- */

.evie-rich-intro,
.evie-rich-purchase {
  font-family: "Alegreya", Georgia, "Times New Roman", serif;
  font-weight: 300;
  line-height: 1.1em;
  color: #ffffff;
}

.evie-rich-intro p,
.evie-rich-purchase p {
  color: #ffffff !important;
  line-height: 1.2em !important;
  padding-bottom: 1em !important;
  margin: 0;
}

.evie-rich-intro a,
.evie-rich-purchase a {
  color: #ffcc66;
  border-bottom: 1px dashed #ffcc66;
  line-height: 1.2em;
  text-decoration: none;
}

/* --- Section labels ("Featured Event" / "Other Upcoming Events") --- */

.evie-rich-label {
  font-family:
    "Barlow Condensed", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
  color: #ffcc66 !important;
  font-size: 22px !important;
  padding-top: 16px !important;
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}

.evie-rich-divider {
  width: 100%;
  border-top: 2px solid #ffcc66;
  margin: 0 0 20px;
}

/* --- Featured event card --- */

.evie-rich-event-card {
  background-color: #ffffff;
  color: #252525;
  font-size: 20px;
  line-height: 1.15em;
  border-radius: 0 12px 12px 0;
  border-left: 12px solid #ffcc66;
  overflow: hidden;
  padding: 24px 24px 40px;
  margin-bottom: 32px;
}

.evie-rich-event-card h3 {
  font-family:
    "Barlow Condensed", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 32px !important;
  color: #252525 !important;
  line-height: 1.2em !important;
  padding-bottom: 12px !important;
  margin: 0;
}

.evie-rich-event-card h4 {
  font-family:
    "Barlow Condensed", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 24px !important;
  color: #252525 !important;
  padding-bottom: 32px !important;
  margin: 0;
}

.evie-rich-event-card p {
  color: #252525 !important;
  padding-bottom: 1em !important;
  margin: 0;
}

.evie-rich-event-card p:last-child {
  padding-bottom: 0 !important;
}

.evie-rich-event-card a {
  color: #e92e00;
}

/* --- Other upcoming events list --- */

.evie-rich-other-events {
  font-family: "Alegreya", Georgia, "Times New Roman", serif;
  font-weight: 300;
  color: #ffffff;
}

.evie-rich-other-events p {
  color: #ffffff !important;
  line-height: 1.2em !important;
  padding-bottom: 0.75em !important;
  margin: 0;
}

.evie-rich-other-events strong {
  font-weight: 700;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 980px) {
  .evie-rich-page {
    padding: 50px 35px;
  }

  .evie-rich-col--image,
  .evie-rich-col--text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .evie-rich-col--image {
    /* width: 58%; */
    margin: 0 auto 30px;
    text-align: center;
  }

  .evie-rich-title {
    padding-top: 16px;
  }

  .evie-rich-title h1,
  .evie-rich-title h2 {
    text-align: center;
  }

  .evie-rich-event-card {
    font-size: 24px;
  }

  .evie-rich-event-card h3 {
    font-size: 42px !important;
  }

  .evie-rich-event-card h4 {
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  .evie-rich-col--image {
    width: 90%;
  }
  .evie-rich-col--image img {
    width: 100%;
  }

  .evie-rich-title {
    padding-top: 0;
  }

  .evie-rich-event-card {
    font-size: 16px;
  }

  .evie-rich-event-card h3 {
    font-size: 24px !important;
  }

  .evie-rich-event-card h4 {
    font-size: 18px !important;
  }
}
