/*

TEF Sermon Template v2.0 GeneratePress Child Theme
========================================= */

/* Hide default post header */ .single-sermon .entry-header{
display:none; }

.single-sermon .inside-article{ padding:0; }

.single-sermon .entry-content{ margin:0; }

/* HERO */

.sermon-hero{ position:relative; width:100vw; margin-left:calc(50% -
50vw); height:440px; overflow:hidden; }

.hero-image{ width:100%; height:100%; object-fit:cover; display:block; }

.hero-overlay{ position:absolute; inset:0; background:linear-gradient(to
bottom, rgba(0,0,0,.20), rgba(0,0,0,.45)); display:flex;
justify-content:center; align-items:center; text-align:center;
padding:40px; }

.hero-content{ color:#fff; max-width:900px; }

.hero-label{ display:inline-block; text-transform:uppercase;
letter-spacing:3px; font-size:14px; font-weight:700; margin-bottom:18px;
}

.hero-title{ color:#fff; font-size:54px; line-height:1.15; margin:0 0
18px; }

.hero-date{ color:#fff; font-size:18px; opacity:.95; }

/* CONTENT */

.sermon-content{ max-width:920px; margin:70px auto; padding:0 24px; }

.sermon-meta{ margin-bottom:50px; text-align:center; font-size:18px;
line-height:2; color:#444; }

.sermon-meta strong{ color:#111; }

/* VIDEO */

.sermon-video{ margin:40px 0 60px; }

.sermon-video video{ width:100%; border-radius:18px; display:block;
box-shadow:0 15px 35px rgba(0,0,0,.15); }

/* KEY SCRIPTURE */

.key-scripture{ margin:70px auto; text-align:center; }

.key-scripture h2{ font-size:30px; margin-bottom:28px; color:#7d1212; }

.key-scripture blockquote{ margin:0 auto; max-width:760px;
font-size:30px; line-height:1.7; font-style:italic; color:#444;
border:none; padding:0; }

/* MESSAGE */

.sermon-body{ margin-top:60px; font-size:18px; line-height:1.9; }

.sermon-body img{ max-width:100%; height:auto; }

/* DOWNLOAD */

.sermon-download{ margin:70px 0; text-align:center; }

.download-btn{ display:inline-block; background:#8B1E1E; color:#fff;
padding:16px 34px; border-radius:10px; text-decoration:none;
font-weight:600; transition:.25s; }

.download-btn:hover{ background:#6d1414; color:#fff; }

/* MOBILE */

@media (max-width:768px){

.sermon-hero{ height:300px; }

.hero-title{ font-size:34px; }

.hero-date{ font-size:16px; }

.sermon-content{ margin:45px auto; }

.key-scripture blockquote{ font-size:24px; }

}
