/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://tidythemes.com/
Description: BlankSlate is the definitive WordPress HTML5 starter theme. It is a clean slate, stripped of all presentation, layout, styles, and imagery. Perfect for custom theme development from scratch.
Version: 12.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: blankslate
Domain Path: /languages/
*/

/* ==========================================================================
   GROW FASTER MARKETING - RESET & CLEAN SLATE OVERRIDES
   ========================================================================== */

/* 1. Hide all raw, unstyled theme text dumping at the top and bottom */
#header, 
#footer, 
.search-form, 
#sidebar,
.header,
.footer,
#branding,
#access,
#container + #sidebar {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Standardize base body parameters to eliminate theme structural padding */
body, html {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FCFBF8 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 3. Ensure theme entry containers do not enforce unexpected narrow max-widths */
#container, 
#content, 
.entry-content, 
.post, 
.page {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}