HOME

/* ========================= CCFC HOME — PASTE READY Works inside a WordPress “Custom HTML” block ========================= */ #ccfc-home{ –burgundy:#7a0019; –burgundyDark:#4d0010; –gold:#d4af37; –ink:#111; –muted:#555; –bg:#ffffff; –soft:#fafafa; –line:#e9e9e9; –card:#ffffff; –shadow:0 10px 22px rgba(0,0,0,.07); –radius:18px; –radius2:14px; –max:1120px; } #ccfc-home a{color:inherit} #ccfc-home .wrap{max-width:var(–max);margin:0 auto;padding:18px} #ccfc-home .topbar{ background:var(–soft); border-bottom:1px solid var(–line); font-size:13px; } #ccfc-home .topbar .wrap{ display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap; } #ccfc-home .topbar .left, #ccfc-home .topbar .right{display:flex;gap:12px;align-items:center;flex-wrap:wrap} #ccfc-home .badge{ display:inline-flex;align-items:center;gap:8px; padding:6px 10px;border-radius:999px; background:#fff;border:1px solid var(–line); color:var(–muted);font-weight:700; } #ccfc-home .dot{width:8px;height:8px;border-radius:999px;background:var(–gold);display:inline-block} /* Header / Nav */ #ccfc-home header{ position:sticky;top:0;z-index:50; background:#fff;border-bottom:1px solid var(–line); } #ccfc-home .nav{ display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap; padding:14px 18px; max-width:var(–max);margin:0 auto; } #ccfc-home .brand{display:flex;align-items:center;gap:12px;text-decoration:none} #ccfc-home .logo{ width:44px;height:44px;border-radius:14px; background:linear-gradient(135deg,var(–burgundy),var(–burgundyDark)); display:flex;align-items:center;justify-content:center; color:#fff;font-weight:900;letter-spacing:.6px; box-shadow:0 10px 18px rgba(122,0,25,.2); flex:0 0 auto; } #ccfc-home .brandText{line-height:1.1} #ccfc-home .brandText b{display:block;color:var(–burgundy);font-size:15.5px} #ccfc-home .brandText span{display:block;color:var(–muted);font-size:12.5px;font-weight:700} #ccfc-home .menu{display:flex;gap:10px;align-items:center;flex-wrap:wrap} #ccfc-home .menu a{ text-decoration:none; padding:9px 10px;border-radius:12px; color:#222;font-weight:800;font-size:13.5px; border:1px solid transparent; } #ccfc-home .menu a:hover{background:var(–soft);border-color:var(–line)} #ccfc-home .menu .cta{ background:var(–burgundy);color:#fff;border-color:var(–burgundy); } #ccfc-home .menu .cta:hover{opacity:.95} /* Hero */ #ccfc-home .hero{ background:linear-gradient(135deg,var(–burgundy) 0%, var(–burgundyDark) 100%); color:#fff; } #ccfc-home .hero .wrap{padding:34px 18px} #ccfc-home .heroGrid{display:grid;grid-template-columns:1fr;gap:18px;align-items:center} @media(min-width:980px){#ccfc-home .heroGrid{grid-template-columns:1.15fr .85fr}} #ccfc-home h1{margin:0 0 10px 0;font-size:38px;line-height:1.12} #ccfc-home .lead{margin:0;color:rgba(255,255,255,.92);font-size:15.5px;max-width:740px;line-height:1.6} #ccfc-home .heroBtns{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px} #ccfc-home .btn{ display:inline-block;text-decoration:none; padding:12px 16px;border-radius:14px; font-weight:900;font-size:13.5px;line-height:1; border:1px solid transparent; transition:transform .08s ease, opacity .12s ease; user-select:none; } #ccfc-home .btn:active{transform:translateY(1px)} #ccfc-home .btnGold{background:var(–gold);color:#111;border-color:var(–gold)} #ccfc-home .btnLight{background:#fff;color:var(–burgundy);border-color:#fff} #ccfc-home .btnOutline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)} #ccfc-home .serviceCard{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:var(–radius); padding:16px; box-shadow:0 12px 24px rgba(0,0,0,.18); } #ccfc-home .serviceCard h3{margin:0 0 8px 0;font-size:16px} #ccfc-home .serviceRow{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px} #ccfc-home .serviceItem{ background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.14); border-radius:14px; padding:10px 12px; } #ccfc-home .serviceItem b{display:block} #ccfc-home .serviceItem span{display:block;color:rgba(255,255,255,.9);font-size:13px} #ccfc-home .serviceNote{margin:10px 0 0 0;font-size:12.5px;color:rgba(255,255,255,.85)} /* Sections */ #ccfc-home .section{padding:26px 0} #ccfc-home .sectionTitle{ margin:0 0 6px 0;color:var(–burgundy);font-size:22px } #ccfc-home .sectionSub{margin:0;color:var(–muted);max-width:860px} #ccfc-home .cards{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px} @media(min-width:900px){#ccfc-home .cards{grid-template-columns:repeat(3,1fr)}} #ccfc-home .card{ background:var(–card); border:1px solid var(–line); border-radius:var(–radius); padding:16px; box-shadow:var(–shadow); } #ccfc-home .card h3{margin:0 0 8px 0;color:var(–burgundy);font-size:16px} #ccfc-home .card p{margin:0;color:var(–muted);font-size:13.5px;line-height:1.6} #ccfc-home .card a{display:inline-block;margin-top:10px;font-weight:900;color:var(–burgundy);text-decoration:none} #ccfc-home .card a:hover{text-decoration:underline} /* Two-column blocks */ #ccfc-home .twoCol{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px} @media(min-width:980px){#ccfc-home .twoCol{grid-template-columns:1fr 1fr}} #ccfc-home .panel{ background:#fff;border:1px solid var(–line); border-radius:var(–radius); padding:16px; box-shadow:var(–shadow); } /* Media / sermon */ #ccfc-home .mediaGrid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px} @media(min-width:980px){#ccfc-home .mediaGrid{grid-template-columns:1.2fr .8fr}} #ccfc-home .videoBox{ border:1px solid var(–line);border-radius:var(–radius); overflow:hidden;background:#000;box-shadow:var(–shadow); aspect-ratio:16/9; display:flex;align-items:center;justify-content:center; color:#fff;font-weight:900; } #ccfc-home .list{margin:0;padding:0;list-style:none} #ccfc-home .list li{ border:1px solid var(–line); background:#fff;border-radius:14px; padding:12px 12px;margin:10px 0; box-shadow:0 8px 18px rgba(0,0,0,.05); } #ccfc-home .list b{display:block;color:var(–burgundy)} #ccfc-home .list span{display:block;color:var(–muted);font-size:13px;margin-top:2px} /* Footer */ #ccfc-home footer{ background:var(–soft); border-top:1px solid var(–line); padding:24px 0; } #ccfc-home .footerGrid{ display:grid;grid-template-columns:1fr;gap:14px; } @media(min-width:980px){#ccfc-home .footerGrid{grid-template-columns:1.2fr .8fr}} #ccfc-home .footLinks{ display:flex;flex-wrap:wrap;gap:10px;margin-top:10px } #ccfc-home .footLinks a{ font-weight:900;color:var(–burgundy);text-decoration:none; padding:8px 10px;border-radius:12px;border:1px solid transparent; } #ccfc-home .footLinks a:hover{background:#fff;border-color:var(–line)} #ccfc-home .small{color:#666;font-size:12.5px;margin:10px 0 0 0}
Corpus Christi Faith Church Birmingham, Alabama

Welcome Home to Corpus Christi Faith Church

A Spirit-led Apostolic church family committed to biblical preaching, authentic worship, and discipleship that strengthens families and advances the Kingdom of God.

Next Steps

Whether you’re visiting for the first time or ready to grow deeper, here are simple ways to connect.

Plan Your Visit

Get directions, service details, what to expect, and how to bring the whole family.

Learn more →

Get Connected

Join a ministry, small group, or serving team and build strong relationships.

Explore ministries →

Request Prayer

Let us stand with you in faith—submit a prayer request anytime.

Submit request →

Who We Are

Corpus Christi Faith Church exists to exalt Jesus Christ, proclaim the Word of God, and build disciples who live out Apostolic faith.

Our Mission

To reach our city with the Gospel, grow believers through teaching and discipleship, and serve families with Spirit-led ministry.

What We Believe

  • Authority of Scripture
  • The Oneness of God
  • Salvation by repentance, baptism in Jesus’ Name, and the Holy Ghost
  • Holiness, discipleship, and Spirit-led living

Watch & Listen

Catch up on sermons, livestreams, and teaching resources to strengthen your walk with God.

FEATURED SERMON / LIVESTREAM EMBED GOES HERE

Latest Messages

  • [Sermon Title #1] [Speaker] • [Date] • Watch
  • [Sermon Title #2] [Speaker] • [Date] • Watch
  • [Sermon Title #3] [Speaker] • [Date] • Watch

Upcoming Events

Stay connected—see what’s happening this week and throughout the month.

[Event Title #1]

[Date/Time] • [Short description]

Details →

[Event Title #2]

[Date/Time] • [Short description]

Details →

[Event Title #3]

[Date/Time] • [Short description]

Details →

Give

Support the ministry of CCFC through secure online giving. Thank you for your generosity and partnership.

Optional: Add text here about donation receipts, or how giving supports outreach and ministry.

Visit Us

We’d love to welcome you in person. Use the page below for directions and questions.

Address: [Insert Address] • Phone: [Insert Phone] • Email: [Insert Email]

Corpus Christi Faith Church
Birmingham, Alabama

© Corpus Christi Faith Church. All Rights Reserved.

(function(){ var y = new Date().getFullYear(); var el = document.getElementById(‘ccfcYear’); if(el) el.textContent = y; })();