/*
 Theme Name: Astra Child
 Theme URI: https://prayerscripts.org
 Description: Child theme for Astra
 Author: PrayerScripts
 Template: astra
 Version: 1.1.12
 Text Domain: astra-child
*/

/* Hide the post author on all posts */
.post .author,
.entry-meta .author,
.byline,
.author-name {
    display: none !important;
}

/* Hide post date on all posts and post types */
.posted-on,
.entry-date,
.meta-date,
.time,
.date,
.updated {
    display: none !important;
}

/* Hide Astra's single-post meta row so leftover separators like "/" do not show */
body.single .entry-header .entry-meta,
body.single .entry-header .ast-single-post-order .entry-meta {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* LifterLMS + Astra: hide lesson thumbnail block wherever it appears in course content/syllabus */
body .llms-course-syllabus .llms-lesson-thumbnail,
body .llms-course-outline .llms-lesson-thumbnail,
body .llms-lesson-thumbnail {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* PrayerScripts reusable red caps label */
.ps-red-caps-title,
.ps-section-label-red,
.ps-home-v2 .section-label {
  color: #DD183B !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
