
/* Element Title */
.td-post-list-2-wrap .title,
.td-block-title-wrap .title {
    /* background: #7ac48c; */
    float: left;
    width: 100%;
    height: 35px;
    border-bottom: 5px solid #00a651; /* #7ac48c; */
    line-height: 34px;
}

.td-post-list-2-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; */
    background-color: #00a651; /* #7ac48c; */
    margin-left: 0;
    padding-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 20px;
}

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-2-wrap .first-news {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid #c9c9c9;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.td-post-list-2-wrap .first-news h3 {
    text-align: justify;
    margin-bottom: 20px;
}
.td-post-list-2-wrap .first-news a {
    font-weight: 500;
    font-size: 15px;
    font-family: Roboto;
}
.td-post-list-2-wrap .first-news img {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}
.td-post-list-2-wrap ul.other-post {
    float: left;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.td-post-list-2-wrap ul.other-post li {
    /* padding-left: 10px;
    padding-bottom: 5px; */
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: justify;
}
.td-post-list-2-wrap ul.other-post li a span.date {
    color: #a8a8a8;
}
.td-post-list-2-wrap ul.other-post li i {
    padding-top: 5px;
}

div.read-more {
    text-align: right;
}
div.read-more a.read-more {
    color: #65c67f;
}

.green {
    color: #65c67f;
    background-color: #65c67f;
    border: 1px solid #3f843f;
}

.triangleup {
    display: inline-block;
    border-color: transparent transparent #00a651 transparent; /* #7ac48c; */
    border-style: solid;
    border-width: 0px 20px 35px 20px;
    height: 0px;
    width: 0px;
    margin-left: -20px;
}