/* =========================================================
   PAINTING THE FUTURE
   FIX CASSIOPEIA MENU POSITION TO TRUE FULL WIDTH
   ========================================================= */

/* Remove Cassiopeia's blue/purple header treatment */
.container-header{
  background:#0f1113 !important;
  background-image:none !important;
  box-shadow:none !important;
  padding:0 !important;
}

/* Remove Cassiopeia width restriction around menu position */
.container-header .container-nav{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
}

/* Make anything inside the menu position full width */
.container-header .container-nav > *{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* Custom HTML module wrappers */
.container-header .container-nav .moduletable,
.container-header .container-nav .mod-custom{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* Don't allow Joomla wrapper spacing around our header */
.container-header .grid-child{
  max-width:none !important;
}

/* Safety */
.ptf-header,
.ptf-header *{
  box-sizing:border-box;
}