.social-likes__button {
    padding: .1em .7em .1em 1.65em;
    font-weight: 400;
}

.article-date {
    margin-bottom: .5em !important;
}
a.article-title {
    color: #333;
}

a.article-title:hover {
    color: #E45F14;
}

.sidebar .abouts {
    border: solid 1px #eee;
    border-radius: 3px;
    padding: 6px 13px 7px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.sidebar .abouts a {
    margin: 0 5px;
    word-spacing: 0;
    color: inherit;
    transition: all 0.3s;
    text-decoration: none;
}

.sidebar .abouts a:hover {
  color: #E45F14;
}

@media all and (max-width: 767px) {
    .nowrap {
        white-space: normal;
    }

    .article-image {
        margin-bottom: 1.5em;
    }
}

.hero .hero-image {
    background-position: bottom center;
    background-image: url('/static/img/hero-blog.jpg');
}


