.list-post {
    padding: 0px;
}
.tie-date {
    font-size: 11px;
    color: #aaa;
}
.list-post .post-item {
    border: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
.list-post .post-item.first,
.list-post .post-item:first-child {
    padding-top: 0px;
}

.list-post .post-item a.img {
    width: 100%;
    display: block;
}
.list-post .description {
    display: none;
}
.list-post .post-item {
    padding: 10px 0;
}
.list-post .post-item.first-post a.img {
    width: 100%;
    float: none;
    display: block;
}
.list-post .title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
}
.list-post .title {
    margin-bottom: 0;
}
.list-post .title a {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.3;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.list-post .post-meta {
    margin-bottom: 5px;
    margin-top: 0px;
}
.list-post .description {
    margin: 0px;
    text-align: justify;
    color: #5a5656;
    line-height: 150%;
    font-family: 'Arimo', sans-serif;
}
a.tags {
    font-weight: bold;
}
.list-post .title .fa-video-camera {
    color: #929292;
    font-size: 14px;
}
.post-item .post-avatar {
    position: relative;
}
.post-avatar img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width: 480px) {
    .list-post .post-item a.img {
        float: left;
        display: inline-block;
        clear: right;
        position: relative;
        margin: 0 15px 5px 0;
        width: 240px;
    }
}
@media (min-width: 768px) {
    .list-post .post-item .description {
        display: block;
    }
    .list-post .title {
        margin-top: -2px;
    }
}
@media (min-width: 1024px) {
    .list-post .post-item a.img {
        width: 265px;
    }
}

