#clbc-posts .entry-time {
    color: #e58a40;
}

#clbc-posts .entry-header {
    margin-top: -118px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 108px;
}

#clbc-posts .entry-title {
    order: 1;
    font-weight: 500;
}

#clbc-posts .entry-meta {
    order: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}

#clbc-posts .entry-content {
    padding: 12px;
    margin-top: 0px;
    margin-left: 6px;
    margin-right: 6px;
}

#clbc-posts img {
    padding: 20px;
}

#clbc-posts p {
    margin-bottom: 0px;
}