.input-group i {
  color: #fff;
}

.navigation a {
  text-decoration: none;
  color: #000;
}

.navigation a:hover {
  color: #ffd753;
}

textarea {
  resize: none;
}

.post span, .post i {
  font-size: 11px !important;
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.card-img-overlay {
  z-index: 10;
}

hr {
  opacity: 1;
}

.popular-article a {
  color: #fff;
  font-size: 12px;
}

.popular-article .btn:hover {
  background: #ffffff;
}

.popular-article a:hover {
  color: #000;
}

.recent-post a {
  text-decoration: none;
  color: #000;
}

.recent-post a:hover {
  color: #c09c27;
}

.recent-post:hover {
  border-left: #ffd753 solid 3px !important;
}

.form-control:focus {
  border-color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
}

footer a {
  text-decoration: none;
  color: #000;
}
