.site-footer {
    background : #38393B;
}
.footer-bottom-widgets {
    padding: 4.8rem 0 3rem;
    background : #38393B;
}

.footer-bottom-widgets, 
.footer-bottom-widgets a,
.footer-bottom-widgets .widget-title {
    font-family : 'Open Sans';
    font-size : 0.875rem;
    line-height : 1.5rem;
    color : #fff;
}

.footer-bottom-widgets a {
    text-transform : uppercase;
    line-height : 2rem;
}

.footer-bottom-widgets .widget-title {
    text-transform : uppercase;
}

.copyright-bar {
    background-color: #38393B;   
    color : #BDBDBD;
    font-family : 'Open Sans';
    font-size : 0.75rem;
    
}

.copyright-bar .copyright {
    padding : 0.3rem 0 1.5rem;
    border-top : 1px solid #5E5E5E;
    width : 100%;
}

.footer-widgets {
    display : none;
}