.contact-item .fa {
    color: #eeb313 !important;
}

.link-inner {
    background: #ffd200 !important;
}

.blog-link .link-title {
    color: #000000 !important;
}
.blog-link .blog-date {
    color: #000000 !important;
    font-weight: 900 !important;
}

}
.post-info .post-time:before {
    position: absolute;
    top: 3px;
    left: 1px;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    content: "\f017";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    color: #ffd201;
}