/* COLOR */
/* BOOTSTRAP VARIABLES */
/* TYPO */
/* LINK */
.highlight .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  border-radius: .3rem;
  width: 70%;
}

@media (max-width: 991.98px) {
  .highlight .title {
    position: static;
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
  }
}

.latest-post h5 {
  position: relative;
}

.latest-post h5 span {
  background: #fff;
  position: relative;
  z-index: 1;
}

.latest-post h5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  margin: auto 0;
  background: #5A5A5A;
  z-index: 0;
}

.pagination .page-item.active .page-link {
  background-color: #ccc;
  border-color: #ccc;
}

.pagination .page-item.active .page-link:hover {
  color: #fff;
}

.pagination .page-link {
  border-radius: .2rem !important;
  border-color: #ccc;
  color: #5A5A5A;
}

.pagination .page-link:hover {
  color: #5A5A5A;
}
