/*
Theme Name:        Refuge Events Blog
Theme URI:         https://refugeevents.com/
Description:       Child theme of Twenty Twenty-One for the Refuge Events blog — matches Refuge Events header, footer, and brand identity exactly. Fully compatible with the Elementor page builder plugin.
Author:            Refuge Events
Author URI:        https://refugeevents.com/
Template:          twentytwentyone
Version:           2.5.1
Requires at least: 5.3
Requires PHP:      5.6
License:           Private
Text Domain:       refuge-events-blog

Changelog
---------
2.5.1
  - Header and footer logos repointed from the hostingersite.com staging
    domain to the live media library:
      header → /blog/wp-content/uploads/2026/08/re-head-logo-scaled.webp
      footer → /blog/wp-content/uploads/2026/08/re-foot-logo-scaled.webp
    Both staging URLs had stopped serving images (they return an HTML page,
    not a file), so both logos were already broken on the live blog.
  - Header logo carries fetchpriority="high" and the footer logo is lazy
    loaded, matching how the main site loads the same two assets.

2.5.0
  - header.php: resynced with the main site's header. Removed the "Call Us"
    button (dropped site-wide), trimmed the Services dropdown to the seven
    live service pages (removed "Event Planner Delhi" and "Delhi NCR Events",
    which no longer exist on the main site), added the missing "Contact" link
    to both the desktop pill nav and the mobile menu, and fixed the Corporate
    Profile URL typo (/profile/coporate/ → /profile/corporate/).
  - All main-site links now carry a trailing slash. Every slashless link was
    costing a 301 redirect hop on click.
  - footer.php: resynced with the main site's footer. Service headings are now
    links to their service pages, the "Quick Links" column was replaced by the
    main site's "More Services" column (11 city pages, two-up layout), and the
    Goa/Jaipur presence boxes link to their city pages.
  - assets/css/refuge-blog.css: added .footer-services h4 a and
    .footer-links-col-wide rules to match, switched .footer-contact-col to
    left-aligned as on the main site, and removed the now-unused
    .nav-login-btn rules.
  - assets/js/refuge-blog.js: the enquiry popup now sends page_url and source
    with each submission, so blog leads show the originating post as the
    "Enquiry Page" in the internal notification instead of being filed under
    the main site's default modal source.

2.4.1
  - Blog single banner: switched the featured image from object-fit: contain
    to cover, so it fills the banner edge-to-edge instead of letterboxing
    with teal bars above/below on images that don't match the banner's
    aspect ratio.

2.4.0
  - Added 404.php — a branded "page not found" template matching the main
    site's 404 page: teal "404" numeral, Playfair Display headline, pill
    CTA buttons (Homepage / Services), a quick-links row, and the same
    floating circle + grid background used elsewhere on the site.
  - Ported the .err404* styles into assets/css/refuge-blog.css (reuses the
    existing floatCircle keyframe; new .err404-circle/.err404-c1/.c2/.c3/
    .err404-grid classes so it doesn't touch the existing blog-hero circles).
  - footer.php: restored the native-share social icon (navigator.share) that
    exists on the main site's footer but was missing here.
  - Fixed the enquiry modal's close (X) and "Send Enquiry" buttons rendering
    in a dark system color instead of their real brand colors under Windows
    Forced Colors / High Contrast mode — added forced-color-adjust: none to
    .eq-close and .eq-submit.

2.3.2
  - Removed the parent theme's (Twenty Twenty-One) default link underline
    site-wide, not just inside blog cards.

2.3.1
  - Updated header and footer logos; enlarged the footer crest logo for
    legibility.

2.3
  - Fixed underlined blog-card / related-article links caused by the
    parent theme's default link style.
  - Fixed the single-post banner image so it displays in full instead of
    being cropped.
*/

/* All custom styles are loaded via assets/css/refuge-blog.css */
