/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1777796754
Updated: 2026-05-03 08:25:54
*/


/* ==========================================================================
   BLOG STYLING — Single posts, categories, archives, author, blog index
   ========================================================================== */


/* --------------------------------------------------------------------------
   1. PAGE BACKGROUND
   -------------------------------------------------------------------------- */

.single-post #page-container,
.single-post #main-content,
.category #page-container,
.category #main-content,
.archive #page-container,
.archive #main-content,
.author #page-container,
.author #main-content,
.blog #page-container,
.blog #main-content {
    background-color: #1a1a1a;
}


/* --------------------------------------------------------------------------
   2. TYPOGRAPHY — Headings (Barlow Condensed)
   -------------------------------------------------------------------------- */

.single-post h1,
.single-post .entry-title,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.category h1,
.category .entry-title,
.category .entry-title a,
.archive h1,
.archive .entry-title,
.archive .entry-title a,
.author h1,
.author .entry-title,
.author .entry-title a,
.blog h1,
.blog .entry-title,
.blog .entry-title a {
    font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
}


/* --------------------------------------------------------------------------
   3. HEADING SPACING
   -------------------------------------------------------------------------- */

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.category .entry-content h1,
.category .entry-content h2,
.category .entry-content h3,
.category .entry-content h4 {
    margin-top: 2em;
    margin-bottom: 0.75em;
}


/* --------------------------------------------------------------------------
   4. TEXT COLORS — Single post content
   -------------------------------------------------------------------------- */

.single-post .entry-title,
.single-post .entry-title a,
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.category .entry-title,
.category .entry-title a,
.category .entry-content,
.category .entry-content p,
.category .entry-content li,
.archive .entry-title,
.archive .entry-title a,
.blog .entry-title,
.blog .entry-title a {
    color: #ffffff;
}

/* Links inside post content */
.single-post .entry-content a {
    color: #ff3b3b;
}


/* --------------------------------------------------------------------------
   5. TEXT COLORS — Archive page excerpts
   -------------------------------------------------------------------------- */

.category article.et_pb_post,
.archive article.et_pb_post,
.author article.et_pb_post,
.blog article.et_pb_post {
    color: #ffffff;
}

/* Preserve original meta line color (by | date | category) */
.category article.et_pb_post .post-meta,
.category article.et_pb_post .post-meta a,
.category article.et_pb_post .post-meta span,
.archive article.et_pb_post .post-meta,
.archive article.et_pb_post .post-meta a,
.author article.et_pb_post .post-meta,
.author article.et_pb_post .post-meta a,
.blog article.et_pb_post .post-meta,
.blog article.et_pb_post .post-meta a {
    color: #666;
}


/* --------------------------------------------------------------------------
   6. POST META — Hide author "by" text on single posts
   -------------------------------------------------------------------------- */

.single-post .post-meta > * {
    font-size: 14px;
}


/* --------------------------------------------------------------------------
   7. SIDEBAR DIVIDER LINE
   -------------------------------------------------------------------------- */

.single-post #main-content .container:before,
.category #main-content .container:before,
.archive #main-content .container:before,
.author #main-content .container:before,
.blog #main-content .container:before {
    background-color: #ff0000;
}