/*
Theme Name: Think Play Speak Child
Theme URI: https://thinkplayspeak.com
Description: Child theme for the Literacy Intervention website. Extends The ClassicPress Theme without modifying parent theme files.
Author: Think Play Speak
Template: the-classicpress-theme
Version: 1.0.0
Text Domain: think-play-speak-child
*/

/* Foundation only.
   Design system implementation begins in PB-004. */

/* IG-003 Global Site Framework
   Force standard pages to use the full content width when no sidebar is present.
*/

.no-sidebar #primary,
.no-sidebar .content-area,
.no-sidebar .site-main {
    width: 100%;
    max-width: 100%;
    float: none;
}

.no-sidebar #secondary,
.no-sidebar .widget-area {
    display: none;
}

/* IG-003 Global Site Framework
   Full-width page structure for the active ClassicPress template.
*/

.no-sidebar #content,
.no-sidebar #primary,
.no-sidebar #main,
.no-sidebar .page-main,
.no-sidebar .page-content {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: 0;
    margin-right: 0;
}
