/*
Theme Name: Green Plus Child
Theme URI: https://www.greenplusindustries.com
Description: Minimal child theme for Green Plus Elementor. Pair with the "Hello Elementor" parent theme. Header, footer and WooCommerce templates are drawn by the Green Plus Elementor plugin.
Author: Green Plus Industries
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.2
License: GPL-2.0-or-later
*/

/* The full design system is enqueued by the Green Plus Elementor plugin.
   This stylesheet exists to make the child theme discoverable and to clear
   the parent theme's default content width so full-bleed Elementor sections
   stretch edge-to-edge. */

.elementor-page .site-content,
.page-content {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

/* Prevent the theme from doubling up our chrome. */
.site-header,
.site-footer {
	display: none !important;
}
