body .site-content .widget_category_list_wrapper .block-title.block_header_1, .editor-block-list__block .widget_category_list_wrapper .block-title.block_header_1 {
    margin-top: 0;
    margin-bottom: 11px;
}

body .site-content .widget_category_list_wrapper .category_list ul, .editor-block-list__block .widget_category_list_wrapper .category_list ul {
    padding: 0;
    list-style: none;
}

body .site-content .widget_category_list_wrapper .category_list ul li, .editor-block-list__block .widget_category_list_wrapper .category_list ul li {
    margin-bottom: 4px;
}

body .site-content .widget_category_list_wrapper .category_list ul li:last-child, .editor-block-list__block .widget_category_list_wrapper .category_list ul li:last-child {
    margin-bottom: 0;
}

body .site-content .widget_category_list_wrapper .category_list ul li a, .editor-block-list__block .widget_category_list_wrapper .category_list ul li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
    line-height: 32px;
    transition: all .4s ease-in-out;
}

body .site-content .widget_category_list_wrapper .category_list ul li a:before, .editor-block-list__block .widget_category_list_wrapper .category_list ul li a:before {
    content: '\e93c';
    display: block;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    font-family: 'Linearicons';
    font-size: 10px;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 {
    width: 100%;
    margin-top: 24px;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2 li, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 li {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2 li a, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 li a {
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    width: 100%;
    min-height: 120px;
    padding: 0;
    transition: all .2s ease;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2 li a.no-img, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 li a.no-img {
    min-height: 20px;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2 li a.no-img span, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 li a.no-img span {
    top: 0;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2 li a span, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 li a span {
    display: block;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 2px;
    position: absolute;
    top: 20px;
    left: 19px;
    padding: 2px 7px;
    text-transform: uppercase;
}

body .site-content .widget_category_list_wrapper .category_list ul.style_2 li a:before, .editor-block-list__block .widget_category_list_wrapper .category_list ul.style_2 li a:before {
    display: none;
}
