/*
Theme Name:  Live Fearless Child
Theme URI:   https://livefearlesspod.com
Author:      Zahra Marks
Author URI:  https://livefearlesspod.com
Description: Child theme for Live Fearless. Add your customizations here — overrides the parent theme styles without modifying core files. Safe to update the parent theme independently.
Template:    livefearless
Version:     1.3.0
Requires at least: 6.0
Requires PHP: 8.0
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: livefearless-child

Changelog:
──────────────────────────────────────────────
v1.3.0 — 2026-03-06
  - Elementor Theme Builder single templates (Episode, Post, Video)
  - Dynamic CPT support registered for Elementor
  - Blog posts fully Elementor-editable via Theme Builder

v1.2.0 — 2026-03-06
  - Full video embedding support: YouTube, Vimeo, Facebook, CDN
  - Elementor enabled for lf_episode and lf_video CPTs
  - Block editor disabled for CPTs, Elementor set as default
  - [lf_video] shortcode registered
  - Video MIME types whitelisted for uploads

v1.1.0 — 2026-03-06
  - Initial child theme release
  - Correct Template: livefearless reference
  - Branded screenshot.png added

Changelog:
──────────────────────────────────────────────
v1.2.0 — 2026-03-06
  - Elementor enabled for Episodes (lf_episode) and Videos (lf_video) CPTs
  - Block editor disabled for both CPTs — Elementor is now the default
  - "Edit with Elementor" shortcut added to CPT list row actions
  - Elementor post type support auto-registered on init
  - YouTube, Vimeo, Facebook oEmbed providers explicitly registered
  - [lf_video] shortcode: supports URL (YouTube/Vimeo/Facebook) and src (CDN/mp4)
  - Video MIME types whitelisted: mp4, m4v, webm, ogv, mov, wmv, avi
  - iframes allowed in post content for administrators
  - oEmbed TTL increased to WEEK_IN_SECONDS for stability
  - Upload size filter raised to 2GB for video file support
  - REST API fields exposed for lf_video_embed_id and lf_video_url

v1.1.0 — 2026-03-06
  - Theme screenshot added (1200x900px branded preview)
  - ZIP packaging corrected for WordPress theme installer
  - Child theme properly separated from parent for independent install

v1.0.0 — 2026-03-06
  - Initial child theme release
  - Inherits full design system from Live Fearless parent theme
  - Parent + child stylesheets enqueued in correct order
  - Safe customization layer — parent theme updates won't overwrite changes
  - Example hooks pre-loaded and commented for easy extension
──────────────────────────────────────────────
*/

/* ============================================================
   ADD YOUR CUSTOM STYLES BELOW
   These will load AFTER the parent theme styles
   and safely override anything you need to change.
   ============================================================ */

/* Example: Change accent color */
/* :root { --lf-pink: #f5c6d0; } */

/* Example: Adjust hero font size */
/* .lf-hero-title { font-size: 8rem; } */

/* Example: Custom section background */
/* .my-custom-section { background: #1a1d1f; padding: 6rem 3rem; } */
