.page-list {
  margin-top: 2.5em;
}

.page-list-header {
  margin-left: 10px;
}

.page-list-item {
  margin: 1.5em 0;
}

.page-list-item .image {
  margin-bottom: 1em;
  max-width: 230px;
  padding-left: 0px;
}

.page-list-item .image a {
  display: block;
  height: 136px;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

.page-list-item h3 a {
  display: block;
}

.pages-form .form-actions {
  margin-top: 10px;
}

.page-item-heading {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.3;

  a {
    text-decoration: none;
    /* color: #10559e; */
  }
}

.date {
  font-style: oblique;
  font-weight: 500;
  line-height: 1;
  color: #777;
  font-size: small;
}


/* ===== RESPONSIVE ===== */

@media (min-width: 281.1px) and (max-width: 376.9px) {
	.container .wrapper .module-content h1.page-heading.page-list-header.blog-page-header {
		margin-top: 0px;
	}

	.module-content .blog-page-search .search-input-group span.input-group-btn button.btn-default {
		font-size: 20px;
    padding: 6px 7px;
	}
}