.wpo-header-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.wpo-header-content--left {
    justify-content: flex-start;
}

.wpo-header-content--center {
    justify-content: center;
}

.wpo-header-content--right {
    justify-content: flex-end;
}

.wpo-header-content .wpo-brand {
    flex-grow: 0;
}

.wpo-header-content .wpo-nav {
    margin-left: auto;
}

.wpo-header-content .wpo-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    --wpo-menu-default-font-size: 30px;
    --wpo-menu-default-font-family: var(--wpo-font-headings, "Montserrat", sans-serif);
    --wpo-menu-default-font-weight: 600;
    --wpo-menu-default-line-height: 1.2;
}

.wpo-header-content .wpo-menu li {
    margin-left: 30px;
}

.wpo-header-content .wpo-menu a {
    font-weight: inherit !important;
    font-family: inherit !important;
    font-style: inherit !important;
    color: var(--wpo-text, #ffffff) !important;
    text-decoration: none !important;
}

.wpo-header-content .wpo-menu a:hover {
    opacity: .8;
}