.row .repost-wrapper:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    padding-bottom: 3rem;
}

.repost-wrapper .thumb:not(.portfolio) {
    border-right: 3px solid #9a2b5b;
    padding: 0 1rem;
}
.small-12 {
    padding: 10px 20px;
    color: #222;
}
.blogsidebar {
    text-align: center;
}
.repost-wrapper .content p {
    color: #888;
    font-style: italic;
    font-weight: 300;
    padding-right: 6rem;
}
.repost-wrapper .date {
    color: #aaa;
    font-family: arial;
    font-size: 0.9rem;
    text-align: center;
}
.tag {
    background: #eee none repeat scroll 0 0;
    color: #888;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0 2px 2px 0;
    padding: 4px 6px;
    width: auto !important;
}
.author {
    position: relative;
    text-align: center;
    top: 0.5rem;
}
.blogsidebar img {
    border-radius: 50%;
}
.repost-wrapper h1{
    margin-top: 0 !important;
    margin-bottom: 0.2rem;
}
.repost-wrapper > .columns > p {
    margin-bottom: 0;
}