
/* 
 Theme Name:     Divi Child
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Hide the old video */
.et_pb_video_1 {
    display: none;
}

/* Hide the category menu */
.category-menu-2021 {
    display: none;
}

/* Uniform height for profile pictures */
.entry-featured-image-url img {
    height: 400px !important;
    width: 400px !important;
    object-fit: cover !important;
    object-position: center top !important;
}

/* Ensure image containers maintain aspect ratio */
.entry-featured-image-url {
    overflow: hidden;
    display: block;
    width: 400px;
    height: 400px;
}

/* Apply same uniform height to home page grid */
.home-grid .entry-featured-image-url img {
    height: 400px !important;
    width: 400px !important;
    object-fit: cover !important;
    object-position: center top !important;
}

.home-grid .entry-featured-image-url {
    overflow: hidden;
    display: block;
    width: 400px;
    height: 400px;
}

/* Uniform height for home page grid images (DPDFG plugin) */
.dp-dfg-featured-image {
    height: 400px !important;
    width: 400px !important;
    object-fit: cover !important;
    object-position: center top !important;
}

/* Hide author and date from single post meta - complete removal */
.single .post-meta .author.vcard,
.single .post-meta .published,
.single article .post-meta .author.vcard,
.single article .post-meta .published,
.single .post-meta span.author,
.single .post-meta span.published,
.archive .post-meta .author.vcard,
.archive .post-meta .published,
.archive article .post-meta .author.vcard,
.archive article .post-meta .published,
.archive .post-meta span.author,
.archive .post-meta span.published {
    display: none !important;
}

/* Remove "by" text and clean up the post-meta display */
.single .post-meta::before,
.archive .post-meta::before {
    content: none !important;
}

.single .post-meta,
.archive .post-meta {
    word-spacing: 0;
    letter-spacing: 0;
}

/* Hide all text content and only show category links */
.single .post-meta,
.archive .post-meta {
    font-size: 0 !important;
    line-height: 0;
}

.single .post-meta a,
.archive .post-meta a {
    font-size: 14px !important;
    line-height: 1.5;
    display: inline-block;
}

.single .post-meta > *,
.archive .post-meta > * {
    display: none;
}

.single .post-meta a[rel="category tag"],
.archive .post-meta a[rel="category tag"] {
    display: inline-block !important;
}

/* Hide specific categories: 2025, 589, 594, 595, and Uncategorised */
.single .post-meta a[href*="/category/2025/"]:not([href*="the-stem-woman-2025"]):not([href*="the-educational-woman-2025"]):not([href*="the-business-woman-2025"]):not([href*="the-healing-woman-2025"]):not([href*="the-legal-woman-2025"]),
.single .post-meta a[href*="/category/589/"],
.single .post-meta a[href*="/category/594/"],
.single .post-meta a[href*="/category/595/"],
.single .post-meta a[href*="/category/uncategorised/"],
.archive .post-meta a[href*="/category/2025/"]:not([href*="the-stem-woman-2025"]):not([href*="the-educational-woman-2025"]):not([href*="the-business-woman-2025"]):not([href*="the-healing-woman-2025"]):not([href*="the-legal-woman-2025"]),
.archive .post-meta a[href*="/category/589/"],
.archive .post-meta a[href*="/category/594/"],
.archive .post-meta a[href*="/category/595/"],
.archive .post-meta a[href*="/category/uncategorised/"] {
    display: none !important;
}

/* Cache bust: 2024-01-15-v7 */


