.ui-posts .uk-article-meta {
  line-height: 1.6;
}
.ui-posts .uk-article-meta > span:not(:first-child):before {
  content: "-";
  margin: 0 10px;
}
.ui-posts .ui-post-thumbnail img {
  width: 100%;
}
.ui-posts .ui-post-tags > a:not(:last-child) {
  margin-right: 8px;
}
.ui-posts .ui-post-pagination {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.ui-posts .ui-post-pagination > .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin: 0 2px;
}
.ui-posts .ui-post-pagination > .page-numbers.current, .ui-posts .ui-post-pagination > .page-numbers:hover {
  background-color: #333333;
  color: #ffffff;
}
.ui-posts.style1 .ui-post-meta-thumb {
  z-index: 2;
}
.ui-posts.style1 .ui-post-meta-thumb.default {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.ui-posts.style1 .ui-post-meta-thumb.default span {
  padding-right: 10px;
}
.ui-posts.style1 .ui-post-meta-thumb.default span i {
  background: #fff;
  padding: 10px;
  margin-right: 10px;
}
.ui-posts.style1 .ui-author-avatar {
  position: absolute;
  top: -30px;
}
.ui-posts.style1 .uk-card-body {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ui-posts.style1 .uk-card-footer {
  padding: 0 !important;
  width: 80px;
}
.ui-posts.style1 .uk-card-footer .ui-post-meta-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ui-posts.style1 .uk-card-footer .ui-post-meta-footer span {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
  text-align: center;
}
.ui-posts.style1 .uk-card-footer .ui-post-meta-footer span span {
  display: none;
}
.ui-posts.style1 .uk-card-footer .ui-post-meta-footer span i {
  display: block;
  padding: 3px 0;
}
.ui-posts.style1 .uk-article {
  overflow: hidden;
}
.ui-posts.style1 .templaza-thumb-roof .ui-post-info-wrap {
  position: relative;
  z-index: 2;
}
.ui-posts .ui-post-thumb-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ui-posts .ui-post-thumb-box.flash-effect:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 2;
}
.ui-posts .ui-post-thumb-box.flash-effect:hover:before {
  -webkit-animation: slide 1.3s;
  animation: slide 1.3s;
}
.ui-posts .img_radius .ui-post-roof-effect {
  background: none;
}
.ui-posts .img_radius.ui-post-roof-effect {
  background: none;
}
.ui-posts .img_radius.ui-post-roof-effect {
  background: none;
}

@keyframes slide {
  0% {
    left: -100%;
  }
  100% {
    left: 125%;
  }
}

/*# sourceMappingURL=style.css.map */
