/*
Theme Name:   EMGEE Greens Child
Theme URI:    https://emgeegreens.com
Description:  EMGEE Greens — Elementor Child Theme. Supports full pages, blog, and a configurable split slider.
Author:       EMGEE Greens
Author URI:   https://emgeegreens.com
Template:     hello-elementor
Version:      2.0.0
License:      GNU General Public License v2 or later
Text Domain:  emgee-child
*/

/* ============================================================
   GLOBAL RESET
   ============================================================ */
html, body {
  margin: 0;
  padding: 0;
}

/* ============================================================
   BACKGROUND — removed the hardcoded dark green.
   Background is now controlled per-page by Elementor or the
   slider widget's own "Slider Background" colour setting.
   ============================================================ */
/* body { background: #040f05; }  ← REMOVED */

/* ============================================================
   HEADER & FOOTER — normal Elementor-managed display.
   Previously these were hidden with display:none which broke
   any page that actually needed a header/footer.
   ============================================================ */
.site-header,
.site-footer,
.elementor-location-header,
.elementor-location-footer {
  display: block; /* restored to normal flow */
}

/*
  TIP: For the landing page / slider page, select the
  "Elementor Canvas" page template in the WP page editor.
  That hides the header/footer just for that page without
  affecting the rest of the site.
*/

/* ============================================================
   BLOG & ARCHIVE — basic readable defaults
   ============================================================ */
.site-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
}

/* Single post */
.entry-title {
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 12px;
}
.entry-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
}
.entry-content {
  font-size: 16px;
  line-height: 1.8;
  max-width: 740px;
}
.entry-content h2,
.entry-content h3 {
  margin-top: 2em;
}
.entry-content a {
  text-decoration: underline;
}

/* Post archive / blog index */
.posts-navigation,
.post-navigation {
  margin: 40px 0;
}

/* ============================================================
   WP ADMIN BAR — keep slider flush when logged in
   ============================================================ */
body.admin-bar .elementor-location-header,
body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .elementor-location-header,
  body.admin-bar .site-header {
    top: 46px;
  }
}
