/*====================================================
GCI KENOL SERMON PAGE
=====================================================*/

/* Offset Astra sticky header */

.emmaus-sermon-hero{

    margin-bottom:60px;

}


.emmaus-sermon{
    background:#f5f7fb;
    padding-bottom:80px;
}

/*--------------------------------
WRAPPER
--------------------------------*/

.emmaus-sermon .wrap{
    width:min(1180px,92%);
    margin:auto;
}

/*--------------------------------
HERO
--------------------------------*/

.emmaus-sermon-hero{
    position:relative;
    margin-bottom:60px;
}

.emmaus-sermon-cover{
    position:relative;
    height:560px;
    overflow:hidden;
}

.emmaus-sermon-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.emmaus-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    to top,
    rgba(0,0,0,.82),
    rgba(0,0,0,.15));
}

.emmaus-sermon-content{
    position:absolute;
    left:50%;
    bottom:60px;
    transform:translateX(-50%);
    width:min(1180px,92%);
    color:#fff;
}

.emmaus-label{
    display:inline-block;
    background:#e31e24;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.emmaus-title{
    font-size:56px;
    line-height:1.05;
    margin:0 0 25px;
    font-weight:800;
    color:#fff;
}

.emmaus-meta{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    font-size:17px;
}

.emmaus-meta span{
    display:flex;
    align-items:center;
    gap:8px;
}

/*--------------------------------
VIDEO & AUDIO
--------------------------------*/

.emmaus-sermon-media{
    margin-bottom:60px;
}

.emmaus-video,
.emmaus-audio{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    margin-bottom:35px;
}

.emmaus-video h2,
.emmaus-audio h2{
    padding:25px 30px;
    margin:0;
    font-size:30px;
}

.emmaus-video iframe,
.emmaus-video video{
    width:100%;
    display:block;
}

.emmaus-audio audio{
    width:100%;
    display:block;
}

/*--------------------------------
BODY GRID
--------------------------------*/

.emmaus-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    margin-bottom:60px;
}

.emmaus-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.emmaus-card h2,
.emmaus-card h3{
    margin-top:0;
}

.emmaus-description{
    font-size:18px;
    line-height:1.9;
}

.emmaus-description p{
    margin-bottom:22px;
}

.emmaus-details{
    list-style:none;
    padding:0;
    margin:0;
}

.emmaus-details li{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:15px 0;
    border-bottom:1px solid #ececec;
}

.emmaus-details li:last-child{
    border-bottom:none;
}

/*--------------------------------
DOWNLOADS
--------------------------------*/

.emmaus-card + .emmaus-card{
    margin-top:30px;
}

.emmaus-sidebar a{
    color:#005bbb;
    font-weight:600;
    text-decoration:none;
}

/*--------------------------------
SHARE
--------------------------------*/

.emmaus-share{
    margin-bottom:60px;
}

.emmaus-share-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:25px;
}

.emmaus-share-buttons a{
    background:#002b5c;
    color:#fff;
    text-decoration:none;
    padding:14px 24px;
    border-radius:40px;
    transition:.3s;
    font-weight:600;
}

.emmaus-share-buttons a:hover{
    background:#e31e24;
}

/*--------------------------------
RELATED
--------------------------------*/

.emmaus-related{
    margin-bottom:60px;
}

.emmaus-related h2{
    margin-bottom:30px;
}

.emmaus-related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.emmaus-related-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.emmaus-related-card:hover{
    transform:translateY(-8px);
}

.emmaus-related-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.emmaus-related-card h3{
    padding:20px 25px 5px;
    margin:0;
}

.emmaus-related-card p{
    padding:0 25px 25px;
    margin:0;
    color:#666;
}

.emmaus-related-card a{
    text-decoration:none;
    color:inherit;
}

/*--------------------------------
CTA
--------------------------------*/

.emmaus-visit-card{

    background:linear-gradient(135deg,#003f7d,#0b4b92);

    color:#fff;

    text-align:center;

    border-radius:24px;

    padding:80px 60px;

    overflow:hidden;

}

.emmaus-small-title{

    display:block;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.15em;

    color:#ffcb05;

    margin-bottom:20px;

}

.emmaus-visit-card h2{

    font-size:clamp(42px,5vw,64px);

    line-height:1.1;

    font-weight:800;

    color:#fff;

    margin:0 0 25px;

}

.emmaus-visit-card p{

    max-width:760px;

    margin:0 auto 40px;

    font-size:20px;

    line-height:1.8;

    color:rgba(255,255,255,.92);

}

.emmaus-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

/* BOTH BUTTONS */

.emmaus-btn-primary,
.emmaus-btn-secondary{

    display:inline-flex;
    justify-content:center;
    align-items:center;

    min-width:190px;
    height:58px;

    padding:0 34px;

    border-radius:50px;

    font-size:17px;
    font-weight:700;
    line-height:1;

    text-decoration:none !important;

    transition:all .35s ease;

    box-sizing:border-box;
}

/* PRIMARY */

.emmaus-btn-primary{

    background:#ffcb05;

    color:#111 !important;

    border:2px solid #ffcb05;

}

.emmaus-btn-primary:hover{

    background:#ffffff;

    border-color:#ffffff;

    color:#002b5c !important;

    transform:translateY(-4px);

}

/* SECONDARY */

.emmaus-btn-secondary{

    background:transparent;

    color:#ffffff !important;

    border:2px solid #ffffff;

}

.emmaus-btn-secondary:hover{

    background:#ffcb05;

    border-color:#ffcb05;

    color:#002b5c !important;

    transform:translateY(-4px);

}
/*=================================
CARD HOVER EFFECTS
==================================*/

.emmaus-card{
    transition:all .35s ease;
}

.emmaus-main .emmaus-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.emmaus-sidebar .emmaus-card:hover{
    transform:translateY(-10px) scale(1.02);
    box-shadow:0 30px 60px rgba(0,0,0,.14);
}

.emmaus-share .emmaus-card:hover,
.emmaus-visit-card:hover{
    transform:translateY(-6px);
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

/*--------------------------------
RESPONSIVE
--------------------------------*/

@media(max-width:991px){

.emmaus-title{
font-size:40px;
}

.emmaus-grid{
grid-template-columns:1fr;
}

.emmaus-related-grid{
grid-template-columns:1fr;
}

.emmaus-sermon-cover{
height:380px;
}

}

@media(max-width:768px){

.emmaus-sermon-content{
bottom:35px;
}

.emmaus-title{
font-size:32px;
}

.emmaus-meta{
flex-direction:column;
gap:12px;
}

.emmaus-card{
padding:25px;
}

.emmaus-visit-card{
padding:45px 25px;
}

.emmaus-visit-card h2{
font-size:34px;
}

}

/*=================================
SIDEBAR HOVER EFFECT
==================================*/

.emmaus-card{
    transition:all .35s ease;
    cursor:default;
}

.emmaus-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 45px rgba(0,0,0,.12);

}

/*==============================================================
SERMON BROWSER
==============================================================*/

.emmaus-sermons-browser{

    padding:120px 0;
    background:#f8f9fb;

}

.emmaus-browser-layout{

    display:grid;
    grid-template-columns:270px 1fr;
    gap:35px;
    

}

.emmaus-filter-sidebar{

    background:#fff;
    padding:28px;
    border-radius:24px;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    position:sticky;
    top:120px;

}

.emmaus-filter-sidebar h3{

    color:#123d7a;
    margin:35px 0 15px;

}

.emmaus-filter-sidebar h3:first-child{

    margin-top:0;

}

.emmaus-filter-sidebar ul{

    list-style:none;
    margin:0;
    padding:0;

}

.emmaus-filter-sidebar li{

    margin-bottom:10px;

}

.emmaus-filter-sidebar a{

    display:block;
    padding:12px 18px;
    border-radius:14px;
    text-decoration:none;
    color:#555;
    font-weight:600;
    transition:.3s;

}

.emmaus-filter-sidebar a:hover{

    background:#123d7a;
    color:#fff;

}

.emmaus-sermon-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}

.emmaus-sermon-card{

    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
    transition:.35s;

}

.emmaus-sermon-card:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.emmaus-sermon-card img{

    width:100%;
    height:190px;
    object-fit:cover;
    display:block;

}

.card-content{

    padding:22px;

}

.card-series{

    display:inline-block;
    background:#fbf7eb;
    color:#d4af37;
    padding:6px 14px;
    border-radius:50px;
    font-size:.8rem;
    font-weight:600;
    margin-bottom:18px;

}

.card-content h3{

    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;

}

.card-content h3 a{

    color:#123d7a;
    text-decoration:none;

}

.card-content p{

    margin-bottom:22px;

}

@media(max-width:991px){

.emmaus-browser-layout{

grid-template-columns:1fr;

}

.emmaus-filter-sidebar{

position:relative;
top:auto;

}

.emmaus-sermon-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.emmaus-sermon-grid{

grid-template-columns:1fr;

}

}

/*==============================================================
FILTER TABS
==============================================================*/

.emmaus-filter-tabs{

    display:flex;
    gap:18px;
    flex-wrap:wrap;
    justify-content:center;
    margin:50px 0 70px;

}

.emmaus-filter-tabs button{

    border:none;
    background:#fff;
    color:#123d7a;
    padding:15px 28px;
    border-radius:50px;
    cursor:pointer;
    font-weight:700;
    font-size:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;

}

.emmaus-filter-tabs button:hover{

    background:#123d7a;
    color:#fff;

}

.emmaus-filter-tabs button.active{

    background:#d4af37;
    color:#fff;

}

.taxonomy-back{
    width:min(1200px,92%);
    margin:30px auto;
}

.taxonomy-back a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#123d7a;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.taxonomy-back a:hover{
    color:#d4af37;
}


.taxonomy-back{
    max-width:1200px;
    margin:20px auto 30px;
    padding:0 20px;
}

.taxonomy-back a{
    display:inline-block;
    padding:10px 18px;
    border:2px solid #123d7a;
    border-radius:8px;
    color:#123d7a;
    font-weight:700;
    text-decoration:none;
}

.taxonomy-back a:hover{
    background:#123d7a;
    color:#fff;
}

/* Previous / Next Sermons */

.emmaus-sermon-navigation{

    padding:80px 0;

}

.emmaus-nav-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.emmaus-nav-item{

    background:#fff;

    border-radius:16px;

    padding:30px;

    border:1px solid #e6e6e6;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.emmaus-nav-item:hover{

    transform:translateY(-4px);

}

.emmaus-next{

    text-align:right;

}

.emmaus-nav-label{

    display:block;

    color:#d62828;

    font-size:.9rem;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:12px;

}

.emmaus-nav-item h3{

    margin:0;

    font-size:1.35rem;

}

.emmaus-nav-item a{

    color:#0d2d63;

    text-decoration:none;

}

.emmaus-nav-item a:hover{

    color:#d62828;

}

@media(max-width:768px){

.emmaus-nav-grid{

grid-template-columns:1fr;

}

.emmaus-next{

text-align:left;

}

}

/* Back to Sermons */

.emmaus-back-archive{

    padding:30px 0 70px;

    text-align:center;

}

.emmaus-back-btn{

    display:inline-block;

    padding:14px 28px;

    border:2px solid #0d2d63;

    border-radius:10px;

    color:#0d2d63;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.emmaus-back-btn:hover{

    background:#0d2d63;

    color:#fff;

}

.emmaus-featured{

    margin-top:80px;

}

.emmaus-search-box{

    background:#fff;

    border-radius:14px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    border:1px solid #eee;

}

.emmaus-search-box:focus-within{

    border-color:#123d7a;

    box-shadow:0 15px 40px rgba(18,61,122,.15);

}

.emmaus-search-box button{

    min-width:140px;

}