
/* Element Title */
.td-post-list-1-wrap .title,
.td-block-title-wrap .title {
    background: #3F88E8;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 34px;
}

.td-post-list-1-wrap .title a.title-text,
.td-block-title-wrap .title a.title-text {
    color: #fff;
    float: left;
    font-weight: bold;
    line-height: 35px;
    border-left: 5px solid #0bcfff;
    margin-left: 0;
    padding-left: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
}

div.title > a.read-more {
    float: right;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    margin-right: 10px;
}

/* Fix first-news and first-headers */
.td-post-list-1-wrap .first-news {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.td-post-list-1-wrap .first-news h3 {
    text-align: justify;
}
.td-post-list-1-wrap .first-news a {
    font-weight: bold;
    font-size: 13px;
}
.td-post-list-1-wrap .first-news img {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}
.td-post-list-1-wrap ul.other-post {
    float: left;
    list-style-type: none;
    padding: 0;
}
.td-post-list-1-wrap ul.other-post li {
    /* padding-left: 10px;
    padding-bottom: 5px; */
    padding-top: 5px;
    text-align: justify;
}
.td-post-list-1-wrap ul.other-post li a span.date {
    color: #a8a8a8;
}
.td-post-list-1-wrap ul.other-post li i {
    padding-top: 5px;
}