/**
 * Theme Name:     MoreNews Child
 * Author:         AF themes
 * Template:       morenews
 * Text Domain:	   morenews-child
 * Description:    MoreNews is a dynamic, lightweight, and multipurpose WordPress theme ideal for news, blogs, magazines, eCommerce, and business websites. Designed for high performance, it offers a wide variety of ready-to-import demo sites, including specialized 60+ starter sites for Gutenberg and Elementor, making setup fast and hassle-free. Featuring responsive design, SEO optimization, and fast loading times, MoreNews ensures your site ranks well in search engines. The theme includes over 30+ customizable widgets, Gutenberg patterns, drag-and-drop page builder features, and various banner and layout options. It also supports multilingual sites with demo content in languages like English, Chinese, Spanish, French, Japanese, and Arabic. Built with WooCommerce compatibility, you can easily integrate an online store, and the child theme feature allows for extensive customization. With light/dark reading modes, RTL support, and translation-ready functionality, MoreNews is tailored for global audiences. Explore more at https://afthemes.com/products/morenews.
 */
 .eact-post-wrap {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 20px;
  margin-bottom: 50px;
}
 .eact-post-wrap h4.eact-widget-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 20px;
}

 .eact-post-wrap span.eact-section-title-before {
  background-color: #efefef;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

 .eact-post-wrap span.eact-section-title {
  color: #000;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}

 .eact-post-wrap span.eact-section-title-after {
  left: 0;
  transform: translateX(0);
  display: inline-block;
  content: "";
  width: 200px;
  height: 3px;
  background-color: #bb191a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.eact-post-wrap .post-meta {
  color: #000;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.eact-post-wrap .eact-img-wrapper {
  position: relative;
  display: block;
  line-height: 1;
  background: #dcdcdc;
  background: #efefef;
}
 .eact-post-wrap .eact-img-wrapper a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

.eact-post-wrap .eact-img-wrapper img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  line-height: 1;
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
 .eact-post-wrap .eact-img-wrapper img:hover {
     transform: scale(1.05);
 }
 .eact-post-wrap .eact-content-wrapper {
  margin: 20px 0;
  color: #000;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 22px;
  font-weight: 300;
}

 .eact-post-wrap .post-navigation {
  overflow: hidden;
  color: #000;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 22px;
  font-weight: 700;
}
 .eact-post-wrap .post-meta a {
  background: #000000;
  padding: 5px 8px;
  margin: 5px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
}
 .eact-post-wrap .post-meta a:hover {
  background: #fff;
  color: #000000;
}
.breadcrumb-trail.breadcrumbs {
  font-family: "Hind Siliguri", Sans-serif;
  font-weight: 700;
}