/**
 * Header width - container.
 *
 * The header lines up with the page content instead of spanning the viewport.
 * Capped here rather than on the global .container, which is deliberately
 * uncapped below 1920px.
 *
 * @package roofing
 * @author Masood HQ <hey@masoodhq.com>
 * @version 1.0
 */

.roofkit-header-width-container .header > .container {
  max-width: var(--container-max);
}
