/*
Theme Name:   ErasePlastic Child
Theme URI:    https://eraseplastic.com
Description:  Child theme for ErasePlastic built on Astra
Author:       Emil
Author URI:   https://eraseplastic.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  eraseplastic-child
*/

/*
 * All custom CSS goes here.
 * This file is loaded after Astra's styles so anything
 * written here will override the parent theme.
 */

/* ─── GLOBAL OVERRIDES ───────────────────────────────── */

/* Hide Astra's built-in header since we use our own */
#masthead,
.ast-primary-header-bar,
.ast-above-header-wrap,
.ast-below-header-wrap {
  display: none !important;
}

/* Hide Astra's built-in footer since we use our own */
#colophon,
.ast-small-footer {
  display: none !important;
}

/* Remove default body padding Astra adds for its header */
body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Ensure our header sits flush at the top */
.ep-header {
  position: static;
  width: 100%;
}