/*
Theme Name: North Thurston Booster Club
Template: twentysixteen
Version: 1.0.0
Author: WP Charitable
Description: Child theme of Twenty Sixteen for North Thurston Booster Club. Adds a full-width single-campaign template (no sidebar) so Charitable Campaign Builder layouts use the full content width.
*/

/* ---- Full-width Charitable campaigns (no sidebar) ---- */
.single-campaign .content-area { float: none; width: 100%; margin: 0; }
.single-campaign .site-content,
.single-campaign .site-inner { max-width: none; }
