/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* ATC static carbon copy — remove sidebar on blog posts + category archives, full-width content (2026-06-26) */
body.single #sidebar,
body.archive #sidebar { display: none !important; }

body.single #left-area,
body.archive #left-area {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  float: none !important;
}

/* kill Divi's sidebar divider line (1px pseudo-element separator) */
body.single #main-content .container:before,
body.archive #main-content .container:before { display: none !important; content: none !important; }

/* Header colors left at the site originals: #main-header (main menu bar) green #02db9a,
   #top-header (secondary top bar) purple #7d00dd — both from et-divi-customizer-global. */