.sidebar .blog-search {
  display: flex;
}
.post-list-wrapper .post-list.grid > .item {
  display: block;
  width: 100%;
  margin: 0 0 4rem;
}
.post-list-wrapper .post-list.grid > .item .post-image img {
  vertical-align: top;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-categories {
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 .5rem 0;
  letter-spacing: 1px;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-categories strong {
  display: none;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-categories a {
  color: inherit;
}
.post-list-wrapper .post-list.grid > .item .post-details h2 {
  margin: 0 0 1rem;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-meta {
  color: #6a8689;
  font-weight: bold;
  margin: 0 0 1rem;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-meta strong {
  display: none;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-meta a {
  color: inherit !important;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-date {
  margin: 0;
}
.post-list-wrapper .post-list.grid > .item .post-details .post-date::after {
  content: '/';
}
.post-list-wrapper .post-list.grid > .item .is-newest {
  position: relative;
  border-bottom: 1px solid #E9ECF1;
  margin-bottom: 30px;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-image {
  max-height: 480px;
  margin: 0;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-image a {
  display: block;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-image img {
  width: 100%;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-image ~ .post-details {
  position: absolute;
  transform: translateY(-100%);
  left: 0;
  right: 0;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-details {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 32px;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-details .post-categories a {
  color: #fe5007;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-details h2 a {
  color: #ffffff;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-details .post-meta {
  margin: 0;
}
.post-list-wrapper .post-list.grid > .item .is-newest .post-excerpt {
  margin: 10px 0 30px;
}
.wp-block-image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post-list-wrapper .pager {
    text-align: center;
  }
  .post-list-wrapper .pager .toolbar-amount {
    display: none;
  }
  .post-list-wrapper .pager .pages-items {
    display: inline-block;
  }
}
.post-list.grid > .item .post-details .post-date::after {
  color: #fe5007;
}
.post-list-latest {
  color: #FE5007;
}
.is-blog .pager .pages-items {
  padding-top: 0;
}
.is-blog .pager .item,
.is-blog .pager .item a.page,
.is-blog .pager .item a.action {
  font-size: 16px;
  color: inherit;
}
.is-blog .pager .item.current {
  border: 2px solid #fe5007;
  border-radius: 2px;
}
.is-blog .pager .item strong.page {
  font-size: 16px;
  color: #fe5007;
  background-color: transparent;
}
.is-blog .pager .action {
  border: 0;
  vertical-align: middle;
}
.is-blog .pager .action::before {
  color: inherit !important;
  font-size: 22px;
  font-weight: bold;
}
