/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Full-width top banner */
.top-banner-full {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.top-banner-full .top-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===============================
   RESET PARENT WRAPPERS – match site dark bg
================================= */
#main,
#wrapper,
#content,
.page-wrapper,
.blog-wrapper {
  background: #231000 !important; 
  padding: 0 !important;
  margin: 0 !important;
}

/* ===============================
   SINGLE POST – CONTENT CARD
================================= */
.blog-single .single-post-content {
  background: #381A00;
  border-radius: 12px;
  padding: 32px 40px 40px;
  margin: 24px auto;
  max-width: 900px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  color: #fff !important;
}
.blog-single .single-post-content,
.blog-single .single-post-content * {
  color: #fff !important;
}
.blog-single .single-post-content a {
  color: #d4a017 !important;
}

/* Breadcrumbs */
.blog-single .breadcrumbs,
.blog-single .breadcrumb {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #97989B;
  margin-bottom: 16px;
}
.blog-single .breadcrumbs a,
.blog-single .breadcrumb a {
  color: #97989B;
  text-decoration: none;
}
.blog-single .breadcrumbs a:hover,
.blog-single .breadcrumb a:hover {
  color: #d4380d;
}

/* Article title */
.blog-single .entry-title {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 12px;
}

/* Post meta (date, author) */
.blog-single .entry-meta,
.blog-single .post-meta,
.blog-single .entry-date,
.blog-single .blog-author {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #97989B;
}
.blog-single .entry-meta a,
.blog-single .post-meta a {
  color: #d4380d;
  text-decoration: none;
  font-weight: 600;
}

/* Article body content */
.blog-single .entry-content {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.blog-single .entry-content p {
  margin-bottom: 18px;
  color: #fff;
}
.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4 {
  font-family: 'Manrope', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
}
.blog-single .entry-content h2 {
  font-size: 22px;
}
.blog-single .entry-content h3 {
  font-size: 19px;
}
.blog-single .entry-content a {
  color: #d4380d;
  text-decoration: underline;
}
.blog-single .entry-content img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  margin: 12px 0;
}

/* Hide dividers, share, nav that cause white lines */
.blog-single .blog-share,
.blog-single .is-divider,
.blog-single .nav-below,
.blog-single .post-navigation,
.blog-single footer.entry-meta,
.blog-single .entry-author.author-box {
  display: none !important;
}

/* Nav (prev/next) */
.blog-single .nav-next a,
.blog-single .nav-previous a {
  font-family: 'Manrope', sans-serif;
  color: #d4380d;
  font-weight: 600;
  font-size: 14px;
}

/* ===============================
   RELATED POSTS – SECTION
================================= */
.related-posts {
  max-width: 900px;
  margin: 32px auto 0;
}
.related-posts h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFB800;
  margin-bottom: 16px;
}
.list-posts {
  max-width: 900px;
  margin: 0 auto;
}
.list-posts ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.list-posts li {
  flex-direction: column !important;
  background: #fff;
  border-radius: 10px;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 0 !important;
}
.list-posts li .list-post {
  flex: none !important;
}
.list-posts li .custom-image img {
  width: 100% !important;
  height: 140px !important;
  object-fit: cover;
  border-radius: 0;
}
.list-posts li .custom-title {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-posts li h4 {
  margin: 0;
  padding: 0 12px;
}
.list-posts li .custom-excerpt {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #777;
  padding: 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-posts li .custom-date {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  color: #aaa;
  padding: 0 12px 12px;
}

/* Comments */
.blog-single #comments {
  max-width: 900px;
  margin: 24px auto;
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
}

/* ===============================
   ARCHIVE / CATEGORY – CONTENT CARD
================================= */
.blog-archive .row {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===============================
   ARCHIVE / CATEGORY PAGE
================================= */
.blog-archive,
.blog-archive * {
  color: #fff !important;
}
.blog-archive a {
  color: #d4a017 !important;
}
.blog-archive .entry-title a,
.blog-archive h1,
.blog-archive h2 {
  color: #fff !important;
}
.blog-archive .entry-title a:hover {
  color: #d4a017 !important;
}
.blog-archive .is-divider,
.blog-archive hr {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.blog-archive .button,
.blog-archive .read-more a {
  border-color: #d4a017 !important;
  color: #d4a017 !important;
}
.blog-archive .button:hover,
.blog-archive .read-more a:hover {
  background: #d4a017 !important;
  color: #231000 !important;
}
.blog-archive .term-description {
  color: rgba(255, 255, 255, 0.85) !important;
}
.blog-archive .post-item {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-single .article-inner {
    padding: 20px 16px 24px;
    margin: 12px 8px;
    border-radius: 10px;
  }
  .blog-single .entry-title {
    font-size: 22px;
  }
  .blog-single .entry-content {
    font-size: 15px;
  }
  .list-posts ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .blog-single #comments {
    margin: 16px 8px;
    padding: 16px;
  }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}