
.lino-post-item {
    clear: both;
    padding-top: 50px;
}
.lino-post-item:first-child {
    padding-top: 0;
}
.lino-post-item img {
    max-width: 30%;
    float:left;
}
.lino-post-right {
    float:left;
    margin-left: 10px;
    width: 60%;
}
.lino-post-right a {
    display: block;
    color: #c5c5c5;
    font-size: 12px;
}
.lino-post-item h5 {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color:#FFFFFF;
}