/*
Theme Name: Clayso
Theme URI: https://clayso.com
Description: GeneratePress child theme for clayso.com — plain-language help with US federal and state benefits. Navy palette, modular homepage sections, article layout with table of contents, hardened security, Discover-ready structured data.
Author: Piyush Choudhary
Template: generatepress
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clayso
*/

/* Tokens and component styles live in assets/css/ — see README.md.
   This file exists for the theme header and for small overrides. */

/* GeneratePress chrome we replace with our own header/footer partials. */
body.cly .site-header,
body.cly .main-navigation,
body.cly .site-footer { display: none !important; }

body.cly .site-content,
body.cly .content-area,
body.cly .site-main,
body.cly .inside-article {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent;
}
body.cly #secondary { display: none !important; }
