/**
 * Fixed Global Header Offset
 *
 * Purpose:
 * Adds top spacing to the main site content so the
 * fixed Divi Global Header does not overlap the page body.
 *
 * Development: Nuts and Bolts Coaching
 * Created: September 26, 2026
 */

#et-main-area {
    padding-top: 144px;
}