/* GRID */
.news-grid {
  height: auto !important;
}

/* DETAILS */

.news-content .entry-title {
	display: inline-block;
  margin: 12px 0;
  font-size: 13pt;
  color: #97DCD0;
	border-bottom: 2px solid #97DCD0;
  font-weight: normal;
}

/* SOCIAL BUTTONS */

.dpsp-networks-btns-wrapper .dpsp-network-btn {
  min-width: 30px;
  height: 30px;
}

/* PAGING */

.news-grid-pagination .page-item .page-link {
  border: none;
  background: transparent;
  color: #333;
}

.news-grid-pagination .loader-box {
  height: 20px;
}

.news-grid-pagination .loader {
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.news-grid-pagination .page-item.active .page-link {
  font-weight: bold;
}

.news-grid-pagination .pagination {
  margin: 0 auto;
  justify-content: center;
}
