.widget.c-categories.c-categories-template-18 .widget-items {
  position: relative;
}
.widget.c-categories.c-categories-template-18 .widget-item {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 30px;
  text-decoration: none;
  overflow: hidden;
}
.widget.c-categories.c-categories-template-18 .widget-item:hover .widget-item-picture {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.widget.c-categories.c-categories-template-18 .widget-item[data-theme=dark] .widget-item-name,
.widget.c-categories.c-categories-template-18 .widget-item[data-theme=dark] .widget-item-preview-text {
  color: #fff;
}
.widget.c-categories.c-categories-template-18 .widget-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.widget.c-categories.c-categories-template-18 .widget-item-content {
  position: relative;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.widget.c-categories.c-categories-template-18 .widget-item-name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  word-break: break-word;
  max-height: 66px;
  overflow: hidden;
}
.widget.c-categories.c-categories-template-18 .widget-item-preview-text {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  line-height: 1.4;
  word-break: break-word;
  max-height: 88px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .widget.c-categories.c-categories-template-18 .widget-item {
    padding: 20px;
  }
  .widget.c-categories.c-categories-template-18 .widget-item-content {
    width: 60%;
  }
}

/*# sourceMappingURL=style.css.map */
