/*=====================================================
GCI KENOL SERMON ARCHIVE
======================================================*/



/* Force Astra container to full width on Sermon Archive */

.post-type-archive-wpfc_sermon .ast-container,
.post-type-archive-wpfc_sermon #primary,
.post-type-archive-wpfc_sermon article,
.post-type-archive-wpfc_sermon .site-content{

    width:100% !important;
    max-width:100% !important;

}

.post-type-archive-wpfc_sermon #primary{

    padding:0 !important;
    margin:0 !important;

}

.emmaus-sermon-archive{

    background:#f6f8fc;

    padding-bottom:80px;

}

.emmaus-sermon-archive .wrap{

    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;

}

/*==================================
HERO
===================================*/

.emmaus-archive-hero{

    position:relative;

    width:100%;

    margin:0;

    padding:130px 0 110px;

    overflow:hidden;

    color:#fff;

    background:
    linear-gradient(rgba(0,35,82,.82),rgba(0,35,82,.82)),
    url('https://gcikenol.org/wp-content/uploads/2026/07/pexels-pixabay-326311-1-scaled.jpg')
    center center / cover no-repeat;

}

.emmaus-archive-content{

    max-width:720px;

}

.emmaus-archive-content h1{

    font-size:58px;

    line-height:1.1;

    color:#fff;

    margin:20px 0;

    font-weight:800;

}

.emmaus-archive-content p{

    font-size:20px;

    color:#f2f2f2;

    line-height:1.8;

}

.emmaus-label{

    display:inline-block;

    background:#e31e24;

    color:#fff;

    padding:9px 22px;

    border-radius:40px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.08em;

}

/*==================================
SEARCH
===================================*/

.emmaus-sermon-search{

    margin-top:-45px;

    margin-bottom:60px;

    position:relative;

    z-index:5;

}

/*==================================
SEARCH
===================================*/

.emmaus-sermon-search{

    position:relative;
    z-index:20;

    margin-top:-42px;
    margin-bottom:70px;

}

.emmaus-search-form{

    display:flex;
    align-items:center;

    background:#fff;

    border-radius:50px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.emmaus-search-form input{

    flex:1;

    border:0;

    padding:22px 28px;

    font-size:17px;

    outline:none;

}

.emmaus-search-form button{

    flex:0 0 180px;

    border:0;

    background:#003b73;

    color:#fff;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

.emmaus-search-form button:hover{

    background:#e31e24;

}



/*==================================
FEATURED
===================================*/

.emmaus-featured{

    margin-bottom:90px;

}

.emmaus-featured-grid{

    display:grid;

    grid-template-columns:0.9fr 1.1fr;

    gap:55px;

    align-items:center;

}

.emmaus-featured-image{

    max-width:520px;

}

.emmaus-featured-image img{

    width:100%;

    aspect-ratio:4/5;

    object-fit:cover;

    border-radius:22px;

    display:block;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.emmaus-featured-label{

    color:#e31e24;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.12em;

    font-size:14px;

}

.emmaus-featured-content h2{

    margin:18px 0;

    font-size:52px;

    line-height:1.08;

}

.emmaus-featured-content p{

    font-size:18px;

    line-height:1.8;

    color:#555;

}

.emmaus-featured-meta{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

    margin:22px 0;

    font-size:15px;

    color:#666;

}

.emmaus-read-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 34px;

    border-radius:50px;

    background:#003b73;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.emmaus-read-more:hover{

    background:#e31e24;

    transform:translateY(-2px);

}

/*==================================
STATS
===================================*/

.emmaus-sermon-stats{

    margin-bottom:70px;

}

.emmaus-stats-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.emmaus-stat{

    background:#fff;

    padding:40px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.emmaus-stat:hover{

    transform:translateY(-8px);

}

.emmaus-stat h3{

    font-size:46px;

    color:#003b73;

    margin:0;

}

.emmaus-stat p{

    margin-top:10px;

    color:#777;

}

/*==================================
GRID
===================================*/

.emmaus-sermon-list h2{

    margin-bottom:35px;

}

.emmaus-sermon-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));

    gap:30px;

}

.emmaus-sermon-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.emmaus-sermon-card:hover{

    transform:translateY(-10px);

}

.emmaus-card-image{

    overflow:hidden;

}

.emmaus-card-image img{

    width:100%;

    height:220px;

    object-fit:cover;

    transition:.4s;

}

.emmaus-sermon-card:hover img{

    transform:scale(1.08);

}

.emmaus-card-content{

    padding:24px;

}

.emmaus-card-series{

    color:#e31e24;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

}

.emmaus-card-content h3{

    margin:15px 0;

}

.emmaus-card-content a{

    text-decoration:none;

    color:#111;

}

.emmaus-card-date{

    color:#666;

    font-size:15px;

}

.emmaus-read-link{

    display:inline-block;

    margin-top:18px;

    color:#003b73;

    font-weight:700;

}

/*==================================
PAGINATION
===================================*/

.emmaus-pagination{

    margin-top:60px;

    text-align:center;

}

/*==================================
RESPONSIVE
===================================*/

@media(max-width:991px){

.emmaus-featured-grid{

    grid-template-columns:1fr;

    gap:35px;

}

.emmaus-featured-image{

    max-width:100%;

}

.emmaus-featured-content h2{

    font-size:40px;

}

.emmaus-sermon-grid{

    grid-template-columns:repeat(2,1fr);

}

.emmaus-stats-grid{

    grid-template-columns:1fr;

}

}

@media(max-width:768px){

.emmaus-archive-content h1{

font-size:38px;

}


.emmaus-search-form{

    display:flex;
    flex-direction:column;
    border-radius:20px;

}

.emmaus-search-form button{

    width:100%;
    height:56px;
    border-radius:0 0 20px 20px;

}

.emmaus-sermon-grid{

grid-template-columns:1fr;

}

}

/*=====================================================
SERMON BROWSER LAYOUT
=====================================================*/

.emmaus-browser-layout{

    display:grid;

    grid-template-columns:320px minmax(0,1fr);

    gap:40px;

    align-items:start;

}

.emmaus-filter-sidebar{

    position:sticky;

    top:120px;

}

@media(max-width:991px){

.emmaus-browser-layout{

grid-template-columns:1fr;

}

.emmaus-filter-sidebar{

position:relative;

top:auto;

}

}

.emmaus-filter-sidebar .current-cat > a{

    background:#0d2a52;

    color:#fff;

    font-weight:700;

}

.emmaus-filter-sidebar .current-cat .count{

    color:#fff;

}

/*=====================================
EMPTY LIBRARY
=====================================*/

.emmaus-empty-library{

    background:#fff;

    padding:70px 50px;

    border-radius:24px;

    text-align:center;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.emmaus-empty-library h2{

    font-size:42px;

    margin-bottom:20px;

}

.emmaus-empty-library p{

    max-width:650px;

    margin:0 auto 35px;

    color:#666;

    font-size:18px;

    line-height:1.8;

}

.emmaus-term-count{

    color:#ffffff;

    font-size:22px;

    font-weight:600;

    margin-top:15px;

    opacity:.9;

}

/*=========================================================
PREACHER PROFILE
=========================================================*/

.emmaus-preacher-profile{
    padding:90px 0;
    background:#fff;
}

.preacher-profile-grid{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:70px;
    align-items:center;
}

.preacher-photo img{
    width:100%;
    display:block;
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.preacher-details h2{
    margin:10px 0 20px;
    font-size:42px;
    line-height:1.2;
    color:var(--primary);
}

.preacher-role{
    display:inline-flex;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(13,42,82,.08);
    color:var(--primary);
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-size:.75rem;
}

.preacher-church{
    color:var(--secondary);
    font-weight:700;
    margin-bottom:24px;
}

.preacher-details p{
    font-size:1.08rem;
    line-height:1.9;
    color:var(--text);
}


/*=========================================================
REMOVE SIDEBAR
=========================================================*/

.preacher-layout{
    display:block;
}

.emmaus-preacher-content{
    width:100%;
}

.tax-wpfc_preacher .emmaus-filter-sidebar{
    display:none;
}

/*=====================================================
MASTER SERMON BROWSER LAYOUT
=====================================================*/

.emmaus-browser-layout{

    display:grid;

    grid-template-columns:320px minmax(0,1fr);

    gap:45px;

    align-items:start;

    margin-top:20px;

}

.emmaus-filter-sidebar{

    position:sticky;

    top:120px;

}

@media(max-width:991px){

.emmaus-browser-layout{

grid-template-columns:1fr;

}

.emmaus-filter-sidebar{

position:relative;

top:auto;

}

}

/*=====================================================
FILTER SIDEBAR
=====================================================*/

.emmaus-filter-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.emmaus-filter-card h2{

    margin:0 0 10px;

    font-size:1.6rem;

    color:#0d2a52;

}

.emmaus-filter-card p{

    color:#666;

    line-height:1.7;

    margin-bottom:25px;

}

.emmaus-filter-card hr{

    border:0;

    height:1px;

    background:#ececec;

    margin:25px 0;

}

.emmaus-filter-card h3{

    margin:28px 0 14px;

    font-size:1rem;

    color:#0d2a52;

    text-transform:uppercase;

    letter-spacing:.08em;

}

.emmaus-filter-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.emmaus-filter-card li{

    margin:0;

}

.emmaus-filter-card li a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 14px;

    border-radius:10px;

    color:#444;

    text-decoration:none;

    transition:.25s;

}

.emmaus-filter-card li a:hover{

    background:#f4f7fb;

    color:#0d2a52;

    transform:translateX(4px);

}

.emmaus-filter-card .count{

    color:#999;

    font-size:.85rem;

}


/*=========================================================
SERMON GRID
=========================================================*/

.emmaus-sermon-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fill,minmax(340px,1fr));

    gap:35px;

}


/*=========================================================
CARD
=========================================================*/

.emmaus-sermon-card{

    display:flex;

    flex-direction:column;

    overflow:hidden;

    border-radius:22px;

    background:#fff;

    box-shadow:0 15px 40px rgba(0,0,0,.07);

    transition:.35s;

}

.emmaus-sermon-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.14);

}

.emmaus-sermon-card img{

    width:100%;

    height:230px;

    object-fit:cover;

}

.card-content{

    display:flex;

    flex-direction:column;

    flex:1;

    padding:30px;

}

.card-content h3{

    margin:14px 0;

    line-height:1.35;

}

.card-content p{

    flex:1;

    color:var(--muted);

    line-height:1.8;

}

.card-series{

    display:inline-block;

    padding:6px 14px;

    background:rgba(212,175,55,.15);

    color:#A67C00;

    border-radius:30px;

    font-size:.78rem;

    font-weight:700;

}

.emmaus-read-more{

    margin-top:25px;

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:var(--primary);

    font-weight:700;

    text-decoration:none;

}

.emmaus-read-more:hover{

    color:var(--secondary);

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:991px){

.preacher-profile-grid{

grid-template-columns:1fr;

gap:40px;

text-align:center;

}

.preacher-photo{

max-width:360px;

margin:auto;

}

.preacher-details h2{

font-size:34px;

}

}

@media(max-width:768px){

.emmaus-preacher-profile{

padding:60px 0;

}

.emmaus-sermon-grid{

grid-template-columns:1fr;

}

.card-content{

padding:24px;

}

}

/*=========================================================
PREACHER STATS
=========================================================*/

.emmaus-preacher-stats{

padding:20px 0 90px;

background:#fff;

}

.preacher-stats-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.stat-card{

background:#fff;

border-radius:20px;

padding:45px 30px;

text-align:center;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

}

.stat-card:hover{

transform:translateY(-6px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.stat-number{

display:block;

font-size:3rem;

font-weight:800;

color:var(--primary);

line-height:1;

margin-bottom:10px;

}

.stat-label{

display:block;

font-weight:600;

color:var(--muted);

text-transform:uppercase;

letter-spacing:.08em;

font-size:.8rem;

}

@media(max-width:768px){

.preacher-stats-grid{

grid-template-columns:1fr;

}

}
