footer .clearfix:after {
    display: none;
}

div#footer-bottom > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#footer-widgets {
    padding: 0;
}

.footer-widget {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-widget > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

div#et-footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 0;
}

div#et-footer-nav > .container {
    width: auto;
}

.footer_links {
    display: flex;
}

.footer_links > .footer_link:not(:last-child):after {
    content: "|";
    margin-right: 10px;
    margin-left: 5px;
}

ul.et-social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.et-social-icons > li:first-child {
    margin-left: 0 !important;
}

footer#main-footer {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

footer#main-footer > .container {
    order: 2;
}

div#footer-bottom {
    order: 1;
    padding-bottom: 0;
}

div#et-footer-nav > .container > ul {
    padding-top: 0;
}

.copyright_wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_link a:hover{
    opacity: .7;
    transition: var(--transition);
}
