.widget.c-news.c-news-template-7 .widget-item:first-child .widget-item-wrapper {
    padding-top: 0;
    border-top: none;
}

.widget.c-news.c-news-template-7 .widget-item:last-child .widget-item-wrapper {
    padding-bottom: 0;
}

.widget.c-news.c-news-template-7 .widget-item-wrapper {
    padding: 25px 0;
    border-top: 1px solid #e8e8e8;
}

.widget.c-news.c-news-template-7 .widget-item-name {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.widget.c-news.c-news-template-7 .widget-item-tags {
    margin-top: 10px;
}

.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper {
    display: block;
    margin: 0;
}

.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper input {
    display: none;
}

.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 3px;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper input:enabled+span {
    cursor: pointer;
}

.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper input:disabled+span {
    cursor: default;
}

.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper input:checked+span,
.widget.c-news.c-news-template-7 .widget-item-tags-item-wrapper input:enabled+span:hover {
    color: #FFF;
}

.widget.c-news.c-news-template-7 .widget-item-date {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}

.widget.c-news.c-news-template-7 [data-role=form] {
    display: none;
}


/*# sourceMappingURL=style.css.map */

.widget-item-img-wr {
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
}

.widget-item-img-wr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.widget-item.intec-grid-item-1.with_img {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.widget.c-news.c-news-template-7 .widget-item:first-child .widget-item-wrapper {
    padding-bottom: 10px;
}

.widget-item.intec-grid-item-1:last-child {
    border-bottom: none;
}

.widget-item.intec-grid-item-1.with_img .widget-item-wrapper {
    padding-bottom: 15px;
}