/**
 * Header layout 1 - logo left, menu and CTA right.
 *
 * Loaded only while this layout is selected. Drop a file of the same name in a
 * child theme to replace it wholesale.
 *
 * @package roofing
 * @author Masood HQ <hey@masoodhq.com>
 * @version 1.0
 */

.header-layout-1 .header-inner {
  /* justify-content: flex-start; */
  align-items: center;
  gap: var(--space-lg);
  width: 100%;
}

/* Push the menu, and everything after it, to the right of the logo. */
.header-layout-1 .header-inner>nav {
  margin-left: auto;
}