/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/

#footer
{
    float: left;
    clear: both;

    width: 100%;
    margin: 0;
}

#footer .container
{
    z-index: 9;
}

.footer-widgets
{
    float: left;
    clear: both;

    width: 100%;
    margin: 0;
    padding: 75px 0 35px;
}

.footer-copyright
{
    float: left;
    clear: both;

    width: 100%;
    margin: 0;
    padding: 30px 0;
}

.footer-copyright .alignright img
{
    float: right;
}

.mfx-no-footer-builder-content.footer-copyright
{
    position: relative;
}

.mfx-no-footer-builder-content.footer-copyright:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 9999px;
    height: 100%;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.mfx-no-footer-builder-content.footer-copyright > *
{
    vertical-align: middle;
}

#footer a:not(:focus),
.footer-widgets a:not(:focus)
{
    text-decoration: none;
}


/*--- Colors ---*/

.mfx-no-footer-builder-content.footer-copyright:before
{
    background-color: rgba(var(--mfxSecondaryColorRgb),.075);
}

#footer a,
.footer-widgets a
{
    color: var(--mfxBodyTxtColor);
}
