.featured-large {
  padding: 8px;
}

.featured-large .bt_posts_col {
  height: unset;
}

div.featured-large .bt_posts_col .bt_posts_view {
  height: auto;
}

.page-custom-header {
  font-family: 'Inter', sans-serif;
  margin-top: 14px;
}

h1.page-title {
  font-size: 48px;
  font-weight: 700;
  color: #2B2B35;
  text-transform: none;
  margin: 0;
  line-height: 1.177;
}

p.page-subtitle {
  font-size: 14px;
  color: #2B2B35;
  margin-top: 24px;
}

.searchform #search.form-control {
  border-radius: 4px;
  height: 40px;
  padding-left: 42px;
  max-width: 622px;
}

.searchform .search-icon {
  right: none;
  left: 16px;
  bottom: 12px;
}

.bt_posts_col .title {
  height: unset;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  padding: 0;
}

.bt_posts_col .title a {
  font-weight: 600;
}

.bt_posts_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 280px;
}

.bt_posts_col.featured,
.bt_posts_col.featured .bt_posts_view {
  height: auto;
}

div.bt_posts_col .bt_posts_view {
  height: auto;
}

div.bt_posts_col .bt_posts_view img {
  border-radius: 4px;
}

div.section-head-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

div.section-head-box .section-title {
  margin-bottom: 0;
}

div.section-head-box a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0073E6;
}

h2.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #2B2B35;
  text-transform: none;
}

.bt_posts_col .author {
  color: #717178;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

.bt_posts_col .author > a {
  color: #717178;
}

div.bp_posts_tiles.col-sm-6 {
  padding: 8px;
}

div.bp_posts_tiles.col-sm-4 {
  padding: 12px;
}

div.bp_posts_tiles .bt_posts_col {
  padding: 0;
  border-radius: 0;
  border: none;
}

div.row.featured {
  margin: 0 -8px 16px -8px;
}

div.row {
  margin: 0 -12px 16px -12px;
}

.bp_pagination_nav .navigation .wp-paginate li .page.current {
  color: #0052A3;
  background-color: rgba(0, 105, 209, 0.08);
}

.bp_pagination_nav .navigation .wp-paginate li .page {
  margin: 0;
  color: #2b2b35;
  border-radius: 4px;
  line-height: 20px;
  padding: 6px 0;
  font-weight: 500;
}

.bp_pagination_nav .navigation .wp-paginate li {
  min-width: 32px;
  margin: 0 3px;
}

.bp_pagination_nav .navigation .wp-paginate li .next,
.bp_pagination_nav .navigation .wp-paginate li .prev,
.bp_pagination_nav .navigation .wp-paginate li .gap {
  margin: 0;
  padding: 6px 0;
  color: #2b2b35;
  line-height: 20px;
  font-weight: 500;
}

.pagination-count {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.pagination-count > p {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

#searchform div.form-group {
  margin: 24px 0;
}

input#search {
  margin: 0;
}

.blog-breadcrumb-section span.breadcrumb_last {
  color: #717178;
}

@media (max-width: 1200px) {
  div.bp_posts_tiles.col-sm-6 {
    padding: 4px;
  }
}

@media (max-width: 768px) {
  .bt_posts_col {
    height: auto;
  }

  div.section-head-box {
    flex-direction: column;
    gap: 8px;
  }

  .storylane-demo {
    display: none;
  }
}
