#footer {
    font-size: 14px;
    padding-top: 100px;
    position: relative;
}

#footer a {
    color: var(--color-text-black);
    text-decoration: none;
    transition: color 200ms ease-in-out;
}

#footer a:hover {
    color: var(--color-button);
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-nav ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

#footer-bottom {
    padding: 120px 0 50px 0;
}

#footer-bottom ul {
    display: flex;
    font-size: 12px;
}

#footer-bottom ul:not(:last-of-type) {
    margin-bottom: 15px;
}

#footer-bottom ul li:not(:last-of-type) {
    margin-right: 30px;
}

#footer-nav .menu-item-has-children a:first-of-type {
    font-family: var(--heading-font);
    color: var(--color-text-heading);
    margin: 0 0 1em 0;
    line-height: 1.45em;
    font-size: 18px;
}

#footer-nav .menu-item-has-children .sub-menu {
    margin-top: 20px;
}

#footer-nav .menu-item-has-children .sub-menu li a {
    color: var(--color-text-black);
    font-family: var(--content-font);
    font-size: 14px;
    line-height: 1.5em;
}

.dondr-logo {
    width: 45px;
    height: auto;
    margin-left: 3px;
    color: #000;
}

.dondr-logo:hover {
    filter: invert(13%) sepia(88%) saturate(7490%) hue-rotate(334deg) brightness(84%) contrast(104%);
    transition: color 200ms ease-in-out;
}

.last-footer {
    margin-bottom: 150px !important;
}
