/* ===========================================================
   Host-theme layout overrides.

   Loaded only on the summit pages, and only when one of the
   plugin's page templates is selected. Everything here targets
   the theme's own wrappers — the summit markup itself is
   scoped to #gas-root and is untouched by this file.
   =========================================================== */

/* ---------- Summit — Full Width ---------- */

/* the theme's content container is 1200px; let the banner out of it */
body.gas-full-width #acc-content > .container{
  width:100%;max-width:none;padding-left:0;padding-right:0;
}
body.gas-full-width #content,
body.gas-full-width #acc-content > .container > #content{margin:0;padding:0}
body.gas-full-width #content > .row{margin-left:0;margin-right:0}

/* the page column takes the full width whether or not a sidebar exists */
body.gas-full-width #primary,
body.gas-full-width .content-area{width:100%;float:none;padding:0;margin:0}
body.gas-full-width #primary .post,
body.gas-full-width #primary article{margin:0;padding:0;border:0}
body.gas-full-width .entry-content{margin:0;padding:0}

/* drop the sidebar, and with it the Search and Archives widgets */
body.gas-full-width #secondary,
body.gas-full-width .widget-area,
body.gas-full-width .sidebar{display:none}

/* the summit pages carry their own title and breadcrumbs */
body.gas-full-width #primary .entry-header,
body.gas-full-width #primary .entry-footer,
body.gas-full-width #primary .post-thumbnail,
body.gas-full-width .breadcrumb,
body.gas-full-width .breadcrumbs,
body.gas-full-width #breadcrumb{display:none}

/* ---------- Summit — Full Screen ---------- */

body.gas-canvas{
  margin:0;padding:0;background:#F7F3EA;
  /* the admin bar still needs its offset when an editor is signed in */
}
body.gas-canvas.admin-bar{padding-top:32px}
@media screen and (max-width:782px){
  body.gas-canvas.admin-bar{padding-top:46px}
}
