.site-header {
background-color:#4a4b4c
}

.sub-footer {
background-color:#e4e5e1
}

.footer-widgets {
background-color:#4a4b4c
}

.site-footer {
background-color:#4a4b4c
}

/* Jan-19, added by firefly */
.nav-primary .wrap {
 max-width: 1400px;
}
.home-bottom .widget:nth-child(4n+1) {
    clear: none;
    margin-left: 0;
}
.home-bottom .widget:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
}

/* July-19, added by firefly */
@media (min-width: 480px ) {
.home-bottom .widget {
  width: 17.95%;
}
.home-bottom .widget:nth-child(4n+1) {
    clear: none;
    margin-left: 2.564102564102564%;
}
}