body[class*="blog-category"] .post-thumb.transition .info-blog,
body.blog-home .post-thumb.transition .info-blog {
    padding: 20px;
    width: 100%;
    display: inline-block;
}
body[class*="blog-category"] .post-thumb.transition .info-blog .date-add,
body.blog-home .post-thumb.transition .info-blog .date-add {
    float: right;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}
body[class*="blog-category"] .post-thumb.transition .info-blog .category,
body.blog-home .post-thumb.transition .info-blog .category {
    float: left;
    font-weight: 300;
    margin-bottom: 15px;
}
body[class*="blog-category"] .post-thumb.transition .info-blog h6,
body.blog-home .post-thumb.transition .info-blog h6{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.5;
}
body[class*="blog-category"] .post-thumb.transition .info-blog h6 a,
body.blog-home .post-thumb.transition .info-blog h6 a{
    color: #000;
}
body[class*="blog-category"] .post-thumb.transition .info-blog h6 a:hover,
body.blog-home .post-thumb.transition .info-blog h6 a:hover{
    color: #e9a31b;
}
body[class*="blog-category"] .post-thumb.transition .info-blog p.text,
body.blog-home .post-thumb.transition .info-blog p.text{
    color: #5d5d5d;
    font-size: 13px;
}
body[class*="blog-category"] .post-thumb.transition .info-blog a.view,
body.blog-home .post-thumb.transition .info-blog a.view {
    float: right;
    font-size: 11px;
    font-weight: 700;
}
.right-social ul.list-unstyled {
    margin: 0 -10px;
}
.right-social li {
    margin: 0 10px 20px;
}
.right-social li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
    background: #fff;
    color: #b3b3b3;
}
.right-social li a:hover {
    color: #e9a31b;
}
.right-social li a svg {
    max-width: 100%;
    height: 30px;
    width: 20px;
}
.right-social li a svg .fil0 {
    fill: #b3b3b3;
}
.right-social li a:hover svg .fil0 {
     fill: #e9a31b;
 }
.over-search-right {
    margin-bottom: 25px;
}
#search_right {
    padding: 10px 25px;
    background: #fff;
}
#search_right input.form-control.no-live {
    padding: 0;
    height: 30px;
    font-size: 13px;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #ddd;
}
#search_right button.btn.btn-primary {
    background: #fff;
    color: #333;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-size: 14px;
    height: 30px;
}