body.archive.category {
  padding: 0px;
}

.pagination {
  position: relative;
  z-index: 4;
}

.page-item {
  padding: 0 5px;
}

li.page-item {
  text-align: center;
}

.page-item a, .page-numbers.current {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  border: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  color: #888DA0;
  background: #fff;
  letter-spacing: 1px;
}

.page-numbers.current, .page-item a:hover {
  color: #fff;
  background: #4DB7FE;
}

.style-8 {
  padding-top: 3rem !important;
}

.style-8-detail-wrapper {
  border: 1px solid #eee;
  padding: 20px;
  height: 300px;
  overflow: hidden;
}

.style-8-img-thumbnail {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: #adb7d4 0 1px 10px;
  width: 100%;
}

.style-8-category-name {
  bottom: 25px;
  right: 25px;
  padding: 6px 20px;
  z-index: 3;
  border-radius: 5px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  background: #4DB7FE;
  cursor: pointer;
  max-width: 90%;
  overflow: hidden;
}

.style-8-category-name a {
  font-size: 12px;
  color: #fff;
}

.style-8-category-name:hover {
  background: #ec2a57;
}

.style-8-excerpt-wrapper,
.style-8-title-wrapper {
  margin-top: 15px;
}

.style-8-title a {
  font-size: 1.2rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #566985;
}

.style-8-title a:hover {
  color: #4DB7FE;
}

.style-8-post-excerpt p {
  color: #929292;
  word-break: break-word;
  font-size: 14px;
  display: contents;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.style-8 .category-padding {
  padding-bottom: 5rem !important;
}

#style-8 .fa-eye {
  color: #ec2a57;
  margin-right: 5px;
}

#style-8 .fa-comments {
  color: #4DB7FE;
}

#style-8 .fa-heart {
  color: #ec2a57;
}

#style-8 .fa-calendar-alt {
  color: #ff6f63;
  margin-right: 2px;
}

.style-8 .category-btn .fa-eye {
  color: #fff;
}

.style-8 span {
  font-size: 14px;
  margin-left: 2px;
  color: #666;
  font-family: Quicksand, sans-serif;
}

.style-8 .category-btn-wrapper {
  padding-top: 2rem !important;
  padding-bottom: 4rem !important;
}

@media screen and (max-width:576px) {
  .style-8-item {
    /* padding: 0px 0.5rem; */
  }

  .style-8-detail-wrapper {
    height: auto;
  }
}

@media screen and (min-width: 834px) and (max-width: 1199px) {
  .style-8 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}