﻿

/* Our Blogs*/
.blog-thumb-img img {
    width: 100%;
}
.widget .search-form button
{
    right:unset;
    left:0px;
}
.widget .category-list a span
{
    float:left;
}
.widget .recent-post-img {
    margin-right: unset;
    margin-left: 20px;
}
.widget .widget-title::after
{
    width:65px;
}
.widget .widget-title::before
{
    width:18px;
}
.widget
{
    padding:20px;
}
    .widget .recent-post-img img
    {
        width:70px;
    }
    .widget .recent-post-bio h6 {
        font-size: 16px;
    }



    @media only screen and (max-width: 768px) {
        .blog-single-area{
        padding-top:20px;
        padding-bottom:0px;
    }
    .blog-meta {

        align-items: start;
    }
        .blog-meta i {
            margin-right: unset;
            margin-left: 5px;
        }
    .blog-details-title {
        font-size: 20px;
    }
}