/* Site Footer */
.site-footer {
    padding-block: 8rem 6rem;
}
.site-footer .logo-wrapper.dual {
    display: flex;
    gap: 1rem;
}
.site-footer .logo-wrapper img, .site-footer .logo-wrapper svg {
    width: 7rem;
}

.site-footer .menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
.site-footer .menu > li > a {
    font-family: var(--font-headings);
}
.site-footer .sub-menu {
    margin-top: 2rem;
}
.site-footer .sub-menu li {
    margin-top: 1rem;
}
.site-footer .footer-nav {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--clr-highlight);
}
.site-footer .footer-nav-lower {
    margin-bottom: 6rem;
}

.breadcrumbs {
    font-family: var(--font-mono);
    color: var(--clr-highlight);
}

.breadcrumbs ol, .breadcrumbs ul { 
    list-style: none; 
    font: inherit; 
    display: flex;
    gap: 1rem;
}
.breadcrumbs .spacer { padding-left: 1rem;}

.site-footer h6 {
    font-size: var(--text-lg);
    font-family: var(--font-headings);
}
.site-footer .form-wrapper {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.social-wrapper ul {
    margin-top: 1.5rem;
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.site-footer .menu-item .menu-item > a, 
.site-footer .menu-item .menu-item > span {
    font-weight: lighter;
}