/* ============================================================
   WordPress / GeneratePress integration glue.
   Keeps the design CSS (mhck.css) pure — this file only reconciles
   GP's markup wrappers with the MHCK full-bleed layout.
   ============================================================ */

/* Let MHCK sections span the viewport — neutralise GP's site/content containers. */
#page,
.site-content,
#content,
.site-content .content-area {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
}

#content {
  display: block;
}

/* Remove GP's default article chrome on our custom templates. */
.mhck-template .inside-article,
.mhck-template .entry-content,
.mhck-template article {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

/* GP's masthead wrapper is empty now (our header is fixed) — collapse it. */
.site-header {
  padding: 0;
  background: none;
}

/* Our footer supplies its own spacing; drop GP's footer wrapper padding. */
.site-footer,
.site-info {
  padding: 0;
  background: none;
}

/* Link colour, underline and image sizing are now handled entirely by the
   design's own layered CSS — the conflicting GeneratePress/Fusion/RevSlider
   base stylesheets are dequeued in functions.php (mhck_dequeue_conflicting_styles),
   so no unlayered overrides are needed here. */
