/*======================================
Theme Name: Tabor Divi Child
Theme URI: https://divicake.com/
Description: Child theme for Divi providing safe, update-proof tweaks: (1) loads parent styles; (2) adds a stability guard to prevent Divi ↔ The Events Calendar fatal errors when TEC isn’t loaded yet; (3) offers a place for future security hardening (e.g., ABSPATH guards in copied templates) without editing the parent theme.
Version: 1.1.1
Author: WP Theme Speed (customized)
Author URI: https://wpthemespeed.com/
Template: Divi
======================================*/

/* Documentation (what/why)
   1) Parent CSS enqueue (functions.php) — Keeps visual design identical to Divi while allowing child overrides.
   2) TEC stability guard (functions.php) — If TEC isn’t loaded yet, removes Divi’s query‑time compat callback(s) on
      parse_query/pre_get_posts that can trigger “Call to undefined function tribe_context()” fatals.
   3) Future hardening — If you copy any template into this child, add at the very top of that PHP file:
         <?php if ( ! defined( 'ABSPATH' ) ) { exit; }
      This prevents direct web hits on template PHP files.
*/

/* Add site-specific CSS customizations below. Use !important only when required. */
