.widget.c-categories.c-categories-template-5 .widget-item-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  height: 300px;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.widget.c-categories.c-categories-template-5 .widget-item-wrapper:hover {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}
.widget.c-categories.c-categories-template-5 .widget-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.widget.c-categories.c-categories-template-5 .widget-item-picture[data-lazyload-use=true] {
  background-color: #F2F2F2;
}
.widget.c-categories.c-categories-template-5 .widget-item-name {
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 8px 16px;
  margin: 16px;
  background: rgba(193, 192, 194, 0.4);
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

.widget.c-categories.c-categories-template-5 .widget-item-name::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@supports (backdrop-filter: blur(5px)) or (-webkit-backdrop-filter: blur(5px)) {

  .widget.c-categories.c-categories-template-5 .widget-item-name::before {
    background: rgba(193, 192, 194, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
.widget.c-categories.c-categories-template-5 [data-position-horizontal=left] .widget-item-name {
  left: 0;
}
.widget.c-categories.c-categories-template-5 [data-position-horizontal=right] .widget-item-name {
  right: 0;
}
.widget.c-categories.c-categories-template-5 [data-position-vertical=top] .widget-item-name {
  top: 0;
}
.widget.c-categories.c-categories-template-5 [data-position-vertical=bottom] .widget-item-name {
  bottom: 0;
}

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