/* Widget: Popular List*/


.widget_popular_posts .widgettitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #f06d58;
    padding: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.popular_post_item {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.popular_post_item:after {
    content: "";
    display: table;
    clear: both;
}

.popular_post_last {
    border-bottom: none;
}

.popular_post_item:last-of-type {
    border-bottom: none;
}

.popular_post_img_link {
    display: block;
    float: left;
    margin-right: 10px;
}

.popular_post_img_link img {
    vertical-align: top;
    transition: all .5s;
}

.popular_post_text {
    padding-left: 104px;
}

.popular_post_category {
    font-size: 12px;
    margin-bottom: 5px;
}

.popular_post_category a {
    color: #e83511;
    text-transform: uppercase;
}

.popular_post_title {
    font-size: 16px;
    line-height: 17px;
}

.popular_post_title a {
    color: #666;
    transition: all .5s;
}

.popular_post_item:hover .popular_post_title a {
    color: #777;
}

.popular_post_item:hover .popular_post_img_link img {
    opacity: .7;
}