/* ---- A page that holds the design: its own header/footer replace the theme's on that page only ---- */
body.ck-home-page { background: var(--ck-cream, #f6f4ec); }
body.ck-home-page #masthead,
body.ck-home-page .breadcrumb-wrap,
body.ck-home-page #colophon { display: none; }
body.ck-home-page #content,
body.ck-home-page #content .col-full,
body.ck-home-page #primary,
body.ck-home-page #main,
body.ck-home-page .entry-content,
body.ck-home-page article.page { width: 100%; max-width: none; margin: 0; padding: 0; }
body.ck-home-page #content { background: #f6f4ec; }
