body.archive.category .page-title {
  text-align: center;
  padding-bottom: 15px;
  font-size: 1.5rem;
}
body.archive.category .page-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  background: #214741;
  border-radius: 5px;
  left: calc(50% - 100px);
  width: 100px;
  right: unset;
}
body.archive.category .page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #214741;
  border-radius: 5px;
  left: 50%;
  right: unset;
}
body.archive.category .article-inner:hover .entry-header .entry-image img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.69);
}
body.archive.category .entry-header .entry-image img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
  border-radius: 5px;
  transition: 0.6s ease;
}
body.archive.category .entry-header .entry-header-text {
  padding-bottom: 10px;
}
body.archive.category .entry-header .entry-header-text .entry-title {
  margin-bottom: 10px;
  color: #000;
}
body.archive.category .entry-header .entry-header-text .entry-divider {
  display: none;
}
body.archive.category .entry-header .entry-header-text .entry-meta {
  display: none;
}
body.archive.category .entry-meta .cat-links {
  font-size: 14px;
}

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