.resource {
  background: #f6f2e4;
}
#seachLoaderIcon {
  display: none;
}
.post-wrap {
  margin-bottom: 2rem;
}
.post-media {
  border-radius: 20px;
  overflow: hidden;
}
.post-media, .post-media img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 230px;
  max-height: 100%;
}
.post-meta {
  padding: 20px 0;
  min-height: 150px;
}
.post-foot {
  padding-bottom: 0.5rem
}
.post-foot > * {
  font-size: 18px;
  font-weight: 400;
  color: #bd1b1b;
  text-transform: uppercase;
}
.post-foot .post_category {
  padding-right: 0.5rem;
}
.post-foot .post_category:last-child  {
   padding-right: 0;
}
.post-foot .post_category:last-child i {
  display: none;
}
.post-excerpt {
  margin-bottom: 1rem;
}
.post-excerpt a {
  color: #262626;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  min-height: 52px;
}
.post-excerpt small, .post-excerpt small > p {
  font-size: 17px;
  line-height: 1.2;
}
a.read_more {
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  background: #bd1b1b;
  border: 1px solid #bd1b1b;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
}
a.read_more:hover {
  background: #f6f2e4;
  color: #bd1b1b;
  border: 1px solid #bd1b1b;
}
.filter-box {
  margin-bottom: 2rem;
}
.search-group {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.search-group > *, .form-control {
  border-radius: 0;
}
.btn-srch {
  background: #ffffff00;
  padding: 0 10px;
  box-shadow: none;
  border: 0px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.pagination-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-row > * {
  margin: 0 0.5rem;
}
.page-numbers.current {
  color: #fa545a !important;
  font-weight: 700;
}
.filter-box input, .filter-box select {
  border-radius: 50px;
  height: 50px;
  overflow: hidden;
}
.filter-box select {
  border: 1px solid #bd1b1b;
  background: #f6f2e4 url("/wp-content/themes/solvation/assets/img/arrow_down.png") no-repeat;
  background-position: 93%;
  background-size: auto;
  padding: 0 1.5rem;
  color: #bd1b1b
}
.filter-box input {
  padding: 0 1.5rem;
}
hr.red {
  color: #bd1b1b;
}
.post-banner .item-content {
  text-align: start;
  color: #fff;
  padding: 13% 0 10% 0;
}
/*
.post-banner:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.7);
}
*/
h1.blog-head {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 15px;
  color: #ffffff;
  text-align: center;
}
.blog-excerpt, .blog-excerpt > * {
  font-size: 26px !important;
}
ul.share-to-social {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0 0;
  margin: 0;
  color: var(--gray-400);
  list-style: none;
}
ul.share-to-social li a > svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: all 0.25s ease-in-out;
}
article {
  padding: 4rem 0;
  background: #f6f2e4;
}
article h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem
}
article h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
article h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem
}
article a {
  color: #bd1b1b;
}