/*
Theme Name: Accsera Child
Theme URI: https://accsera.com
Description: Accsera design (White & Blue) as a GeneratePress child theme. Loads palette.css + accsera.css and injects the Accsera header/footer. Content runs full-bleed so the tinted section bands span the viewport; the inner .wrap sets the readable width.
Author: Accsera
Template: generatepress
Version: 1.2
*/

/* Full-bleed content: let our .section bands go edge-to-edge; .wrap caps reading width */
.site-content,.content-area,#primary,.entry-content{width:100%;max-width:100%;margin:0;padding:0}
.grid-container{max-width:100%;padding:0}
.entry-content>*:first-child{margin-top:0}
.separate-containers .site-main{margin:0}
.separate-containers .inside-article,.one-container .site-content{padding:0}

/* Hide GeneratePress's own header/footer/nav — we inject our own via hooks */
#masthead,.site-header,.main-navigation,#site-navigation,#colophon,.site-footer,.entry-header,.entry-footer,.page-header{display:none!important}
