    /**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/
    .blog-featured-img {
        border: 1px solid #ddd;
        min-height: 168px;
    }

    .blog-info {
        margin-bottom: 10px;
    }

    .wkblog-list-heading {
        font-size: 20px;
        color: #333333;
        font-weight: 500;
        line-height: 1.4;
    }

    .wkblog-list-heading a {
        color: #333333;
    }

    .wk_title_head {
        min-height: 100px;
        margin-bottom: 10px;
    }

    .wk_title_head .wkfav_icon {
        margin-top: 15px;
    }

    .user_info .admin {
        padding: 5px 0;
    }

    .wk_list_info {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .user_info .admin span,
    .wk_list_info .wk_date {
        font-size: 14px;
        color: #333333;
    }

    .user_info .admin span {
        font-size: 14px;
        color: #333333;
        border-bottom: 1px solid #ddd;
    }

    .wklisticon {
        height: 30px;
        width: 30px;
        border: 1px solid #ddd;
        border-color: #a2a3a5;
        float: left;
        margin-left: 10px;
        border-radius: 15px;
        cursor: pointer;
    }

    .wk-list-category-name {
        bottom: 0;
        width: 100%;
        padding: 7px;
    }

    .wk-list-category-name span,
    .wk-list-category-name span a {
        font-size: 13px;
        color: #2A2A2A;
        padding: 0 5px;
    }

    .wksocial_list_icon {
        float: right;
        margin-bottom: 5px;
    }

    .blog-info span {
        padding-right: 6px;
    }

    .icon {
        margin-right: 6px;
    }

    .blog-content {
        height: auto;
        width: 100%;
    }

    .blog-read-more {
        margin: 10px 0px;
    }

    .blog-read-more button {
        font-weight: 400;
        font-size: 16px;
    }

    .wkblock {
        padding: 0px;
        margin-bottom: 15px;
    }

    .wkrowgrid {
        margin-bottom: 26px;
    }

    .nofound {
        padding: 28px;
        border: 1px solid #ddd;
    }

    .nofound p {
        font-size: 26px;
    }

    .blog_featured_img {
        width: 100%;
        min-height: 168px;
        object-fit: contain;
    }

    @media only screen and (max-width:480px) {
        .wkblog-heading {
            font-size: 14px;
        }
    }

    .wk_profile_img {
        width: 45px;
        height: 45px;
    }

    .wk_user_info {
        line-height: 1.4;
    }

    .wk_left.wk_date {
        margin-top: 10px;
    }

    .wk_user_info span {
        font-size: 14px;
        color: #222222;
    }

    .wk_user_info span:first-child {
        border-bottom: 1px solid #ddd;
    }

    .pager.wk_right {
        width: 100%;
        text-align: right;
    }

    .featuredimage {
        padding-right: 0px;
    }

    @media only screen and (max-width: 575px) {
        .featuredimage {
            padding-left: 0px;
        }
    }