.widget_user_category {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.widget_user_category__title {
  font-size: 18px;
  margin-top: 15px;
  color: #293A5F;
}
.widget_user_category__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_user_category__list li {
  font-size: 16px;
  color: #4B537B;
  margin-bottom: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_user_category__button {
  width: 100%;
  text-align: center;
}

.user-category-posts {
  margin-bottom: 20px;
  position: relative;
  min-height: 200px;
}
.user-category-posts .wrap {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 10px;
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
}
.user-category-posts .overley-download {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #293a5f8c;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.user-category-posts .overley-download span {
  z-index: 100;
  position: relative;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
}

.widget-user-category-title {
  margin-bottom: 20px;
  display: block;
}

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