@media (min-width: 700px){
    .newfooter .site-footer nav > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
}


@media (min-width: 851px){
    .newfooter footer.site-footer > *, 
    .newfooter .layout-highlighted2 {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

    .newfooter footer.site-footer > *:after, 
   .newfooter .layout-highlighted2:after {
    content: " ";
    display: block;
    clear: both;
}


}