footer {
    background-color: #242424;
    padding: 2em;
    width: 100%;
}

footer .footer-wrapper {
    max-width: 85em;
    margin: 0 auto;
}

footer .custom {
    height: 20em;
    padding: 2em 0;
}

.custom .content {
    height: 100%;
    width: 100%;
    background-color: #F4F4F4;
}

.footerbar hr {
    display: block;
    border: 0;
    border-top: 1px solid #707070;
    margin: 0;
    padding-top: 1em;
}

.footerbar .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.footerbar .content span {
    color: white;
    font-size: 0.75em;
    font-weight: 300;
}

.footerbar .logo {
    margin-left: auto;
    padding-left: 0.5em;
}

.footerbar .logo img {
    height: 1.85em;
}

.ua-ie .footerbar .logo img {
    height: 3em;
}

footer .fusion-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
