
.footer {
    position: relative;
    z-index: 0;
    padding: 20px 4%;
    align-items: flex-start;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    background-color: rgba(0, 0, 0, .3);
    background-image: linear-gradient(0deg, #000, rgba(15, 15, 17, 0));
    font-size: .8em;
}

.footer-top-container {
    display: grid;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 0.75fr 1fr 0.75fr;
    grid-template-rows: auto;
}

ul.footer-imprint-wrapper li {
    display: block;
    float: left;
    margin-right: 10px;
}

ul.footer-imprint-wrapper li a {
    font-size: 14px;
    font-family: Inter, sans-serif;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

/*
 * Footer Navigation
 */

 .footer-menu-wrapper>ul {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.footer-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-wrapper>ul>.menu-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-menu-wrapper .menu-link {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #868f97;
    font-size: 1rem;
    line-height: 1.25em;
    text-decoration: none;
    font-weight: 400;
}

.footer-menu-wrapper .menu-link:hover {
    color: #6b81fa;
}

ul.footer-menu-wrapper>li {
    margin-bottom: 15px;
}

ul.footer-menu-wrapper>li>.menu-link {
    margin-bottom: 7px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ast-builder-grid-row {
        display: block;
    }
    .ast-builder-grid-row>.site-header-section.site-header-section-left {
        display: none;
    }
    .section .w-button {
        width: 100%;
    }
    .section .guarantee-badge {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-menu-wrapper>ul {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
    }
    .footer-menu-wrapper>ul>.menu-item {
        width: 50%;
    }
}

/* FOOTER MENU */

ul.footer-menu-wrapper {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

ul.footer-menu-wrapper li.menu-item-has-children:nth-child(1) {
    display: block;
    float: left;
    height: auto;
    width: 48%;
    margin-right: 4%;
}

ul.footer-menu-wrapper li.menu-item-has-children:nth-child(2) {
    display: block;
    float: left;
    width: 48%;
}

/* SOCIAL ICONS */

.social-icon {
    display: flex;
    width: 36px;
    height: 36px;
    margin: 3px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #222529;
    transition: background-color .3s;
}

.social-icon.facebook:hover {
    background-color: #3b5998;
}

.social-icon.instagram:hover {
    background-color: #f24137;
}

.social-icon.twitter:hover {
    background-color: #2aa3f0;
}

.social-icon.linkedin:hover {
    background-color: #0177b5;
}

.social-icon.g2:hover {
    background-color: #eb583c;
}

.social-icon.capterra:hover {
    background-color: #68c5ed;
}

.social-icon.trustpilot:hover {
    background-color: #00b67a;
}
