#sp-header {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    animation: spFadeIn .5s;
	margin-top:5px;
}
#sp-top-bar {
    background: #37476B;
    color: #fff;
}
#sp-top-bar a{
    color: #fff;
}
#sp-top-bar {
    padding: 0px;
    font-size: 14px;
}
.article-details .article-ratings-social-share {
    display:none !important;
}
#sp-footer, #sp-bottom {
    background: #37476B;
    color: #fff;
}
.sppb-sp-slider-button .sp-slider-btn-text {
    display: block;
    color: #fff;
    background: #37476B;
    padding: 10px 20px;
    transition-duration: .4s;
    transition-property: color, background;
    font-size: 16px;
    border-radius: 2px;
}