﻿.site-breadcrumb .breadcrumb-title
{
    font-size:20px !important;
}
.widget .recent-post-bio h6 {
    font-size: 14px;
}
.widget .recent-post-img
{
    /*margin-left:0px !important;*/
}
.recent-post-bio p
{
    font-size:14px;
}
.widget .recent-post-bio span
{
    font-size:12px;
    color:gray;
    font-weight:200;
}
.widget .recent-post-img img
{
    height:80px;
}

@media screen and (max-width: 600px) {
    .site-breadcrumb-wrapper {
        padding-top: 268px;
        padding-bottom: 20px;
    }
    .site-breadcrumb .breadcrumb-title {
        margin-bottom: 20px;
    }
    .blog-thumb-img img {
        height: 222px;
    }
    .blog-details-title {
        font-size: 18px;
    }
    .blog-single-area
    {
        padding-top:27px;
    }
    .blog-details-tags ul a {
        padding: 5px 14px;
        font-size: 14px;
    }
}
