/** Footer Sticky with Menu **/
#nav_footer { position: fixed; left: 0; right: 0; bottom: 0; background-color: #000; }
body .site { margin-bottom: 0; }
body:not(.custom-background-image):after { height: 0px !important; }
.footer-menu { text-align: right; margin: 0; }
.footer-menu li { list-style: none; display: inline-block; margin: 0 0 3px 20px; }
.footer-menu li a { color: #aaa; line-height: 1; font-size: 12px; }
.footer-menu li a:hover { color: #fff; }

.menu-footer-container { margin-left: 4%; margin-right: 4%; }
@media screen and (min-width:44.375em)
{
    .menu-footer-container { margin-left: 7.6923%; margin-right: 7.6923%; }
}
@media screen and (min-width:56.875em)
{
    .menu-footer-container { margin-left: 4%; margin-right: 4%; }
}
@media screen and (min-width:61.5625em)
{
    .menu-footer-container { margin-left: 0; margin-right: 0; }
}
/** /Footer Sticky with Menu **/