#loadMore {
  color: #868686;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin: 15px auto 30px;
  text-decoration: underline;
  display: block;
  background: transparent;
  padding: 0;
  border: none;
}

#loadMore h5 {
  color: #868686;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.search-form__button {
  display: none;
}

.blog_listing .tag_filter_wrapper {
  padding: 40px 0 20px;
}
@media(min-width: 768px) {
  .blog_listing .tag_filter_wrapper {
    padding: 40px 0 30px;
  }
}
@media(min-width: 992px) {
  .blog_listing .tag_filter_wrapper {
    padding: 52px 0;
  }
}
.blog_listing .page-title > * {
  color: #000;
  text-align: center;
}
.blog_listing .page-title h1 {
  margin-bottom: 26px;
}

.hs-blog-listing .tags_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0 -10px 15px;
}
.blog_listing .tags_filter li {
  list-style-type: none;
  padding: 0 10px 15px;
}

.blog_listing .tags_filter li a {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
  display: block;
  transition: .3s ease-in-out;
}
.blog_listing .tag_filter_wrapper ul li a:hover {
  text-shadow: 1px 0 0 #000, 1px 0 0 #000;
}
.blog_listing .tag_filter_wrapper ul li.active a {
  font-weight: 700;
}
@media(min-width: 768px) {
  .blog_listing .tags_filter li a {
    font-size: 16px;
    line-height: 23px;
  } 
}
@media(min-width: 992px) {
  .blog_listing .tags_filter li a {
    font-size: 18px;
    line-height: 27px;
  } 
  .hs-blog-listing .tags_filter {
    margin: 0 -15px 15px;
  }
  .blog_listing .tags_filter li {
    padding: 0 15px 15px;
  }
}

.dropdown-active {
  display: flex !important;
  flex-direction: column !important;
}
.hs-blog-listing .mobile-filter li:first-child,
.hs-blog-listing .tags_filter li:first-child {
  order: 1;
}
.hs-blog-listing .mobile-filter li:nth-child(2),
.hs-blog-listing .tags_filter li:nth-child(2) {
  order: 4;
}
.hs-blog-listing .mobile-filter li:nth-child(3),
.hs-blog-listing .tags_filter li:nth-child(3) {
  order: 2;
}
.hs-blog-listing .mobile-filter li:nth-child(4),
.hs-blog-listing .tags_filter li:nth-child(4) {
  order: 3;
}
.hs-blog-listing .mobile-filter li:nth-child(5),
.hs-blog-listing .tags_filter li:nth-child(5) {
  order: 6;
}
.hs-blog-listing .mobile-filter li:nth-child(6),
.hs-blog-listing .tags_filter li:nth-child(6) {
  order: 5;
}
.hs-blog-listing .mobile-filter li:nth-child(7),
.hs-blog-listing .tags_filter li:nth-child(7) {
  order: 7;
}


/* first post styling */
.blog_index_post .blog_post_image {
  width: 100%;
  margin-bottom: 7px;
}
.blog_index_post .blog_post_content {
  width: 100%;
}
.blog_index_post .blog_post_image .wrapper-link {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.blog_index_post .blog-post__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px 10px;
}
.blog_index_post .blog-post__tags li {
  padding: 0 15px;
  position: relative;
}
.blog_index_post .blog-post__tags li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  background-color: #868686;
  width: 1px;
  height: 12px;
}
.blog_index_post .blog-post__tags .tag-link, .blog_index_post .blog-post__tags .timestamp {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
}
.blog_index_post .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.blog_index_post .post_title h5 {
  font-size: 20px;
  line-height: 24px;
}
.blog_index_post .post_title a {
  color: #000;
}
.blog_index_post .summary {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_index_post .summary p {
  margin: 0;
}
.blog_index_post .read-time {
  color: #808080;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .blog_index_post .blog_post_card {
    display: flex;
    flex-flow: row wrap;
  }
  .blog_index_post .blog_post_image {
    width: 56%;
    margin-bottom: 0;
  }
  .blog_index_post .blog_post_content {
    padding: 0 20px !important;
    width: 44%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  .blog_index_post .post_title h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .blog_index_post .summary {
    font-size: 14px;
    line-height: 21px;
  }
  .blog_index_post .blog-post__tags .tag-link, .blog_index_post .blog-post__tags .timestamp {
    font-size: 14px;
    line-height: 21px;
  }
  .blog_index_post .blog-post__tags li:not(:last-child)::after {
    height: 16px;
    top: 6px;
  }
}
@media screen and (min-width: 992px) {
  .blog_index_post .post_title h5 {
    font-size: 30px;
    line-height: 36px;
  }
  .blog_index_post .summary {
    font-size: 18px;
    line-height: 27px;
  }
  .blog_index_post .read-time {
    font-size: 14px;
    line-height: 21px;
  }
  .blog_index_post .blog-post__tags .tag-link, .blog_index_post .blog-post__tags .timestamp {
    font-size: 18px;
    line-height: 27px;
  }
  .blog_index_post .read-time {
    font-size: 14px;
    line-height: 21px;
  }
}



.articles_grid .article_section {
  padding-left: 10px;
  padding-right: 10px;
  display
}
.articles_grid .blog_posts_wrapper {
  height: 100%;
}
.articles_grid .blog_post_card {
  padding: 20px 0;
}
.articles_grid .blog_post_card .image {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.articles_grid .blog_post_card .blog_post_image {
  position: relative;
  margin-bottom: 7px;
  aspect-ratio: 16 / 9;
}
.articles_grid .blog_post_card .image img {
  visibility: hidden;
  opacity: 0;
}
.articles_grid .blog_post_card .blog_post_video {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 7px;
  aspect-ratio: 16 / 9;
}
.articles_grid .blog_post_card .blog_post_content {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 10px;
}
.articles_grid .blog_post_card .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.articles_grid .blog_post_card .post_title h5 {
  font-size: 20px;
  line-height: 24px;
}
.articles_grid .blog_post_card .post_title a {
  color: #000;
}
.articles_grid .blog_post_card .summary {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles_grid .blog_post_card .summary p {
  margin: 0;
}
.articles_grid .blog_post_card .read-time {
  color: #868686;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
.articles_grid .blog_post_labels {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 7px -10px 0;
}
.articles_grid .blog_post_labels li {
  padding: 0 10px;
  text-transform: capitalize;
}

.articles_grid .blog_post_card .author-name {
  line-height: 1.5;
  font-size: 14px;
  color: #BDBDBD;
  margin-bottom: 0;
}
.articles_grid .blog_post_card .author-name a {
  color: #BDBDBD;
}
.articles_grid .blog_post_card a.blog-post__tag-link.last-tag {
  position: relative;
}
.articles_grid .blog_post_card a.blog-post__tag-link.last-tag:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 1px;
  width: 1px;
  height: 15px;
  border: 1px solid #BDBDBD;
}
.articles_grid .no-result {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.articles_grid .no-result h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .articles_grid .blog_post_card .post_title h5 {
    min-height: 73px;
  }
  .articles_grid .blog_post_card .summary {
    font-size: 14px;
    line-height: 21px;
    min-height: 108px;
  }
}
@media screen and (min-width: 992px) {
  .articles_grid .blog_post_card .post_title h5 {
    font-size: 24px;
    line-height: 30px;
    min-height: 90px;
  }
  .articles_grid .blog_post_card .summary {
    font-size: 18px;
    line-height: 27px;
  }
  .articles_grid .blog_post_card .read-time {
    font-size: 14px;
    line-height: 21px;
  }
}




.blog_listing .article_section.first-post {
  margin-bottom: 50px;
  position: relative;
}

.blog_listing .article_section.first-post .first-post-inner {
  border: 1px solid;
  background: linear-gradient(171deg, hsla(0, 0%, 100%, .2) -70.56%, hsla(0, 0%, 100%, 0) 81.7%);
  padding: 12px;
  border-radius: 12px;
}

.blog_listing .article_section.first-post .text-wrapper {
  padding: 46.5px 48px;
}

.blog_listing .article_section.first-post .text-wrapper .first-top-content {
  padding: 27.5px 0;
  color: #BEBEBE;
}

.blog_listing .article_section.first-post .text-wrapper .blog-post__tag-link {
  font-size: 18px;
}

.blog_listing .article_section.first-post .text-wrapper .blog-post__tags {
  margin-bottom: 16px;
}

.blog_listing .article_section.first-post .text-wrapper .post_title h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  line-height: normal;
}

.blog_listing .article_section.first-post .text-wrapper .summary p {
  font-size: 18px;
  margin-bottom: 0;
}

.blog_listing .article_section.first-post .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_listing .article_section.first-post .bottom-content time {
  font-size: 18px;
  color: #BEBEBE;
  margin-bottom: 0;
}

.blog_listing .article_section.first-post .bottom-content .author-name a {
  font-size: 18px;
}

.blog_listing .article_section.first-post a.cs-img-wrapper {
  padding-bottom: 56%;
  position: relative;
  display: block;
}

.blog_listing .article_section.first-post .image-wrapper {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


@media(min-width:768px) {
  .blog_listing .mobile-filter {
    display: none;
  }
}


.blog_listing .mobile-filter {
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}

.blog_listing .mobile-filter .dropdown-toggle {
  border: 1px solid #bebebe;
  padding: 10px 20px 10px 10px;
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  color: #bebebe;
  text-transform: capitalize;
}

.blog_listing .mobile-filter .dropdown-toggle .selectArrow:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 19px;
  width: 18px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: revert;
  transition: .2s ease-in-out;
}

.blog_listing .mobile-filter .dropdown-toggle .selectArrow.rotate:after {
  transform: rotate(180deg);
  top: 16px;
  vertical-align: middle;
}

.blog_listing .mobile-filter ul.dropdown {
  display: none;
  top: 100%;
  margin-top: .5em;
  background: #0A0909;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  padding: 10px;
}

.blog_listing .mobile-filter ul.dropdown li {
  padding: 7px 10px;
}

.blog_listing .mobile-filter ul.dropdown li a {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}


@media(max-width:991px) {
  .blog_listing .article_section.first-post .image-wrapper {
    padding-bottom: 60%;
  }

  .blog_listing .article_section.first-post .text-wrapper {
    padding: 20px;
  }

  .blog_listing .article_section.first-post .text-wrapper .first-top-content {
    padding: 10px 0;
  }

  .blog_listing .article_section.first-post .row {
    flex-direction: column-reverse;
  }
}

/* @media(max-width:767px) {
.blog_listing .mobile-filter {
display: block;
}

/*   .blog_listing .tag_filter_wrapper ul.tags_filter {
display: none;
} 

.blog_listing .article_section.first-post .image-wrapper {
padding-bottom: 60%;
}

.blog_listing .article_section.first-post .text-wrapper {
padding: 20px;
}

.blog_listing .article_section.first-post .text-wrapper .first-top-content {
padding: 10px 0;
}

.blog_listing .article_section.first-post .row {
flex-direction: column-reverse;
}

.blog_listing .mobile-filter {
margin-bottom: 0;
}
} */