/*
Theme Name: Astra Child
Theme URI: https://solideogloria-muenchen.de
Description: Astra Child Theme for Soli Deo Gloria
Author: Felipe Salazar
Author URI: https://solideogloria-muenchen.de
Template: astra
Version: 1.1.0
*/

h1.wpfc-sermon-single-title {
  font-size: 3rem;
  line-height: 1.3em;
}

@media (min-width: 993px) {
  .single-wpfc_sermon #primary,
  #primary .wpfc-sermon-single {
    margin-top: 0;
    padding-top: 0;
  }
}

/* Subtle background for sermon header */
.wpfc-sermon-single-header.has-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  /* full-bleed beyond theme container */
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3rem 1rem;
  border-radius: 8px;
}

.wpfc-sermon-single-header.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.wpfc-sermon-single-header.has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  z-index: 0;
}

.wpfc-sermon-single-header.has-bg > * {
  position: relative;
  z-index: 1;
}

/* spacing similar to reference hero */
/* keep default header styles untouched when no background image is present */

/* force white text/links inside the header */
.wpfc-sermon-single-header.has-bg,
.wpfc-sermon-single-header.has-bg h1,
.wpfc-sermon-single-header.has-bg h2,
.wpfc-sermon-single-header.has-bg h3,
.wpfc-sermon-single-header.has-bg .wpfc-sermon-single-meta,
.wpfc-sermon-single-header.has-bg .wpfc-sermon-single-meta-prefix,
.wpfc-sermon-single-header.has-bg .wpfc-sermon-single-meta-text {
  color: #fff;
}

.wpfc-sermon-single-header.has-bg a,
.wpfc-sermon-single-header.has-bg a:visited {
  color: #fff;
}

.wpfc-sermon-single-header.has-bg a:hover,
.wpfc-sermon-single-header.has-bg a:focus {
  color: #fff;
  opacity: 0.85;
}
