/* News Category Section 1
--------------------------------------------- */

/*==== News Category Hero Feature ====*/



.news-cat-header-feature {
  width: calc(99.5% - 300px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  }

.news-cat-header-feature a {
  color: white;
}

.news-cat-header-feature-img {
  position: relative;
  padding-bottom: 56.25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-cat-header-feature-img-content {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.25)),
    color-stop(80%, transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent 80%);
  color: #fff;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
}

/* #s-category-1 {
  padding:3rem 0 0 0;
} */

.news-cat-header-feature .blog-meta {
  background-color: var(--main-color);
  color: white;
}

@media screen and (max-width: 991px) {
  #s-category-1 {
    padding: 0;
  }

  #s-category-1 .container {
    padding: 0;
  }

  .news-cat-header-feature-img {
    padding-bottom: 100%;
  }

  #s-category-1 .mw-600 {
    margin: 0 auto;
    text-align: center;
  }

  #s-category-1 .h2-sm {
    font-weight: 900;
    font-size: 40px;
  }

  #s-category-1 .news-cat-header-feature .blog-meta {
    position: absolute;
    background: black;
    width: auto;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  #s-category-1 .news-cat-header-feature .blog-meta span {
    display: none;
  }

  #s-category-1 .news-cat-header-feature .blog-meta div {
    padding: 0.75rem;
  }

  #s-category-1 .news-cat-header-feature .blog-meta div:first-of-type {
    border-right: 1px solid white;
  }


  .news-cat-header-feature {
    width: 100%;
    border-bottom: 10px solid var(--main-color);
  }

  .news-cat-header-feature-img-content {
    padding-bottom: 6rem;
  }

  .mobile-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 767px) {
  .news-cat-header-feature-img {
    padding-bottom: 125%;
  }

  #s-category-1 .h2-sm {
    font-size: 26px;
  }
}

/*=== News Category Slider Feature ===*/

.news-cat-ft-slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  color: #fff;
  position: relative;
}

.news-cat-ft-slider-block .ft-slider-sub-title {
  display: none;
}

.news-cat-ft-slider-block .blog-meta {
  display: none
}

.news-cat-ft-slider-marquee {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

.news-cat-ft-slider-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-cat-ft-slider-content-top {
  height: 50%;
  padding: 3.25rem 1.5rem 1.5rem;
  font-size: 30px;
  line-height: 1.1;
}

.news-cat-ft-slider-content-top h3 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-cat-ft-slider-content-img {
  height: 50%;
  padding-bottom: 40%;
}

.news-cat-ft-slider-block .swiper-pagination {
  top: 1.5rem;
  bottom: auto;
  text-align: left;
  padding: 0 1.5rem;
}

.news-cat-ft-slider-block a {
  color: white;
}

.news-cat-ft-slider-block .blog-meta {
  background: #000;
  padding: 1rem 0;
}


@media screen and (max-width: 991px) {
  .news-cat-ft-slider-slide-content {
    padding: 0 1.5rem;
  }
  .news-cat-ft-slider-block {
    width: 100%;
  }

  .news-cat-ft-slider-marquee {
    display: none;
  }

  .news-cat-ft-slider-block .ft-slider-sub-title {
    display: block;
    top: 74vw;
    font-size: var(--fs-meta-sm);
    transform: translateY(-50%);
  }

  .news-cat-ft-slider-block .blog-meta {
    display: flex;
    margin-top: 2rem;
    padding: 0;
  }

  .news-cat-ft-slider-slide-content {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .news-cat-ft-slider-content-img {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding-bottom: 75%;
    height: auto;
  }

  .news-cat-ft-slider-content-top {
    padding: 4rem 0rem;
  }

  .news-cat-ft-slider-block .swiper-pagination {
    bottom: 1.5rem;
    top: auto;
    text-align: center;
  }



}

/* News Category Section 2
--------------------------------------------- */

.news-cat-latest-posts {
  width: calc(90% - 300px);
  margin-right: 10%;
}

.news-cat-trending-wrapper {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .news-cat-latest-posts {
    width: 100%;
    margin-right: 0%;
  }

  .news-cat-trending-wrapper {
    width: 100%;
  }
}

/*=== News Category Latest Posts ===*/

.news-cat-s2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.news-cat-blog-post-hors {
  width: 67.5%;
  margin-right: 2.5%;
}

.blog-post-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.blog-post-hor:last-of-type {
  margin-bottom: 0;
}

.blog-post-hor-img-wrapper {
  width: 40%;
  margin-right: 2.5%;
}

.blog-post-img {
  padding-bottom: 66.666%;
}

.blog-post-hor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57.5%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post-hor .blog-meta {
  padding: 0rem;
  background-color: transparent;
  color: #000;
}

.blog-post-hor a {
  color: black;
}

@media screen and (max-width: 991px) {
  .news-cat-s2 {
    padding-bottom: 2rem;
  }

  .news-cat-latest-posts {
    min-width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 3rem 1.5rem;
    background-color: var(--secondary-color);
  }

  .blog-post-hor {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #D3D3D3;
    margin-bottom: 2rem;
  }

  .blog-post-hor-img-wrapper,
  .blog-post-hor-content {
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0;
  }

  .blog-post-hor-content-title {
    padding: 1.5rem 1.5rem 4rem;
    width: 100%;
    display: block;
  }

  .blog-post-hor .blog-meta {
    padding: 1rem 1.5rem;
  }

  .blog-post-hor .blog-meta a {
    color: #000;
  }
}

/*=== News Category Trending Posts ===*/

.hero-feature-r-article-row.trending-article-row {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 14px;
}

.trending-article-row .hero-feature-r-article-row-number {
  /* margin-top: 0.25rem; */
}

.trending-ad {
  margin-top: 2rem;
  padding-bottom: 83.3333%;
  background-color: #f5f5f5;
}

/* News Category Ad
--------------------------------------------- */

.news-cat-ad-banner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

._720x90 {
  width: 720px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
}

/* News Category Section 3
--------------------------------------------- */

.blog-post-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.333%;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-post-vert-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  line-height: 1;
}

.blog-post-vert .blog-meta {
  margin-top: 3.5rem;
  padding: 0rem;
  background-color: transparent;
  color: #000;
}

.blog-post-vert a {
  color: #000;
}

.load-more {
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .blog-post-vert {
    width: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  #news-cat-section-3 {
    padding: 3rem 0;
  }

  ._720x90 {
    display: none;
  }

  .blog-post-vert {
    padding-bottom: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #DDDDDD;
  }

  .blog-post-vert .blog-meta div:first-of-type {
    display: none;
  }

  .blog-post-vert .blog-post-img {
    width: 40%;
    padding-bottom: 40%;
  }

  .blog-post-vert-content {
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 20px;
  }
}

/* load more posts demo styles */
/* .dcsDemoWrapper {
  display: flex;
  flex-wrap: wrap;
} */
/* .dcsDemoWrapper .loadMoreRepeat {
  width: 50%;
  padding: 10px;
}
.dcsDemoWrapper .loadMoreRepeat .innerWrap {
  background: #fff;
  padding: 15px;
} */
.btnLoadmoreWrapper {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

p.noMorePostsFound {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: red;
  font-size: 18px;
}
.dcsLoaderImg {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .blog-post-vert-content {
    font-size: 16px;
  }

  .blog-post-vert-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
