.bbl-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    min-height: 37px;
}
.post-meta span {
    border: none;
    margin-right: 0;
}
a.redmore {
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
}
h1.site-title {
    margin: -5px 0 3px 0;
}
h1.site-title a {
    font-size: 28px;
    font-weight: 700;
}
.lite-footer .footer-top.footer-social > ul {
    padding: 0;
}
.lite-footer .footer-bottom {
    margin-top: 22px;
}
.footer-bottom {
    background: inherit;
    text-align: center;
}
a#scrollUp {
    border: 1px solid #ccc;
}
.comment-content {
    width: auto;
    max-width: 100%;
}
.copy-text {
    text-align: left;
}
#scrollUp {
    bottom: 30px;
}
.footer-top.footer-social {
    margin-top: 12px;
}
.copy-text{
    align-items: flex-start;
}
.row.bbl-row {
    align-items: center;
}
@media (max-width: 767px){
    a#scrollUp {
        bottom: 0;
    }
    .footer-copyright,.copy-text{
        text-align: center;
    }
}