/*
Theme Name: New Life Fellowship In Graham
Theme URI: https:/spotndesigns.com
Template: hello-elementor
Author: Spot n Designs
Author URI: https://spotndesigns.com
Description: This theme was created for New Life Fellowship in Graham by Jenny Sponton with Spot n Designs.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777410071
Updated: 2026-04-28 21:01:11

*/

/* ── NLF Events Page Hero ─────────────────────────────────────── */
.nlf-events-hero {
    background-color: #434554;
    padding: 70px 0 50px;
    width: 100%;
}
.nlf-events-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}
.nlf-events-hero__title {
    font-family: Butler, Georgia, serif !important;
    font-size: 68px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin: 0 0 16px !important;
    line-height: 1 !important;
    letter-spacing: -1px;
}
.nlf-events-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nlf-events-hero__breadcrumb-link {
    color: rgba(255,255,255,0.75);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.nlf-events-hero__breadcrumb-link:hover { color: #ffffff; }
.nlf-events-hero__breadcrumb-sep { color: rgba(255,255,255,0.3); font-size: 12px; }
.nlf-events-hero__breadcrumb-current {
    color: rgba(255,255,255,0.45);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .nlf-events-hero { padding: 50px 0 36px; }
    .nlf-events-hero__inner { padding: 0 20px; }
    .nlf-events-hero__title { font-size: 42px !important; }
}
