
/* 
 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 --------------------------- */ 

/* Post meta styling - showing author, date and categories with color */
.single .post-meta,
.archive .post-meta {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin-bottom: 20px;
}

/* Author styling */
.single .post-meta .author.vcard,
.archive .post-meta .author.vcard,
.single .post-meta .author,
.archive .post-meta .author {
    color: #00B2AC !important;
    font-weight: 600 !important;
}

/* Date styling */
.single .post-meta .published,
.archive .post-meta .published,
.single .post-meta time,
.archive .post-meta time {
    color: #257668 !important;
    font-weight: 500 !important;
}

/* Category links styling */
.single .post-meta a[rel="category tag"],
.archive .post-meta a[rel="category tag"] {
    color: #D11000 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease;
}

.single .post-meta a[rel="category tag"]:hover,
.archive .post-meta a[rel="category tag"]:hover {
    color: #E33667 !important;
    text-decoration: underline !important;
}

/* Hide uncategorised category */
.single .post-meta a[href*="/category/uncategorised/"],
.archive .post-meta a[href*="/category/uncategorised/"] {
    display: none !important;
}

/* Cache bust: 2025-10-29-colored-metadata */

/* Single post title styling */
.single h1,
.single .entry-title {
    font-size: 32px !important;
    position: relative;
    padding: 0px;
    color: #D11000 !important;
}

.single article h1,
.single article .entry-title {
    font-size: 32px !important;
    color: #D11000 !important;
}

/* Featured image caption styling */
.single .wp-caption-text,
.single .featured-image-caption {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #f5f5f5;
    border-left: 3px solid #D11000;
}

/* If Divi uses post-thumbnail class */
.single .post-thumbnail + .featured-image-caption,
.single .et_post_meta_wrapper img + .featured-image-caption {
    display: block !important;
}

/* Cache bust: 2025-10-29-metadata-visible */

/* Override Divi's default bold/strong styling to prevent inconsistent font weights */
strong {
    font-weight: inherit !important;
}

b {
    font-weight: inherit !important;
}

/* Make flag carousel logos 50% smaller */
.wpwax-lsu-item-inner img {
    max-width: 175px !important;
    width: 175px !important;
    max-height: 75px !important;
    height: 75px !important;
    object-fit: contain !important;
}

.wpwax-lsu-item-inner a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.wpwax-lsu-item-inner {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* ========================================
   MOBILE OPTIMIZATIONS
   ======================================== */

@media (max-width: 767px) {
    /* Mobile: Header/Menu improvements */
    #et-l--header {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
    
    .et_pb_menu {
        order: -1 !important;
    }
    
    .mobile_menu_bar {
        position: fixed !important;
        top: 10px !important;
        right: 10px !important;
        z-index: 10000 !important;
        background: #D11000 !important;
        color: #fff !important;
        padding: 12px 15px !important;
        border-radius: 4px !important;
        cursor: pointer !important;
    }
    
    .mobile_menu_bar:before {
        color: #fff !important;
        font-size: 24px !important;
    }
    
    #et-l--header .et_pb_row {
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Mobile: Logo below hamburger */
    .et_pb_menu__logo-wrap {
        order: 2 !important;
        margin-top: 50px !important;
    }
    
    /* Mobile: Reduce section padding */
    .et_pb_section {
        padding: 15px 0 !important;
    }
    
    .et_pb_row {
        padding: 10px 5px !important;
        width: 100% !important;
    }
    
    /* Mobile: Home page header */
    .page-title-header {
        padding: 5px !important;
    }
    
    .page-title-header h1 {
        font-size: 22px !important;
        line-height: 1.2 !important;
        padding: 8px !important;
    }
    
    /* Mobile: Main content 3-column to 1-column stack */
    .et_pb_column {
        margin-bottom: 20px !important;
    }
    
    /* Mobile: Countdown timer */
    .et_pb_countdown_timer {
        margin-bottom: 20px !important;
    }
    
    .et_pb_countdown_timer .heading {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    
    .et_pb_countdown_timer .section {
        padding: 5px 3px !important;
        margin: 0 2px !important;
    }
    
    .et_pb_countdown_timer .value {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    
    .et_pb_countdown_timer .label {
        font-size: 9px !important;
        line-height: 1.2 !important;
    }
    
    /* Mobile: Video embeds */
    .et_pb_video {
        margin-bottom: 20px !important;
    }
    
    .et_pb_video_box {
        height: auto !important;
        padding-bottom: 56.25% !important; /* 16:9 aspect ratio */
    }
    
    /* Mobile: Post sliders */
    .et_pb_post_slider {
        height: auto !important;
        min-height: 250px !important;
        margin-bottom: 20px !important;
    }
    
    .et_pb_post_slider .et_pb_slide_description {
        padding: 15px !important;
    }
    
    .et_pb_post_slider .et_pb_slide_title {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
    
    /* Mobile: Accordion Q&A */
    .et_pb_accordion {
        margin-bottom: 20px !important;
    }
    
    .et_pb_accordion .et_pb_toggle_title {
        font-size: 14px !important;
        padding: 12px 15px !important;
        line-height: 1.4 !important;
    }
    
    .et_pb_accordion .et_pb_toggle_content {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 12px 15px !important;
    }
    
    .et_pb_accordion .et_pb_toggle_content p {
        margin-bottom: 10px !important;
    }
    
    /* Mobile: Article grid at bottom */
    .dpdfg_filtergrid {
        padding: 10px 5px !important;
    }
    
    .dp-dfg-item {
        margin-bottom: 15px !important;
    }
    
    .dp-dfg-item .entry-title {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }
    
    /* Mobile: Buttons touch-friendly */
    .et_pb_button,
    a.et_pb_button,
    .et_pb_more_button {
        min-height: 44px !important;
        min-width: 44px !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
    
    /* Mobile: Flag carousel */
    .wpwax-lsu-carousel {
        padding: 15px 5px !important;
    }
    
    .wpwax-lsu-item-inner img {
        max-width: 120px !important;
        width: 120px !important;
        max-height: 50px !important;
        height: 50px !important;
    }
    
    /* Mobile: Hide decorative elements */
    .mainheadersection {
        background-image: none !important;
        border-radius: 0 !important;
    }
    
    /* Mobile: Text readability */
    body,
    p,
    .et_pb_text {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
    
    /* Mobile: Links spacing */
    a {
        padding: 5px 0 !important;
        display: inline-block;
    }
}

/* ========================================
   TABLET OPTIMIZATIONS (768px - 980px)
   ======================================== */

@media (min-width: 768px) and (max-width: 980px) {
    .page-title-header h1 {
        font-size: 36px !important;
    }
    
    .et_pb_section {
        padding: 25px 0 !important;
    }
    
    .et_pb_countdown_timer .value {
        font-size: 24px !important;
    }
    
    .et_pb_post_slider {
        min-height: 300px !important;
    }
    
    .wpwax-lsu-item-inner img {
        max-width: 150px !important;
        width: 150px !important;
        max-height: 60px !important;
        height: 60px !important;
    }
}

