/* === TROPHIUM BLOG DESIGN FIXES === */

/* 1. Hide gray author avatar on blog grid cards */
.elementor-post__avatar {
    display: none !important;
}

/* 2. Fix ALL-CAPS headings on single blog posts */
body.single-post h1.elementor-heading-title,
body.single-post h2.elementor-heading-title,
body.single-post .wp-block-heading {
    text-transform: none !important;
}

/* 3. Replace READ MORE with cleaner CTA */
.elementor-post__read-more {
    font-size: 0 !important;
    letter-spacing: 0 !important;
}
.elementor-post__read-more::after {
    content: "Read the story \2192";
    font-size: 14px;
    letter-spacing: normal;
    font-family: inherit;
}

/* === BLOG AUDIT FIXES — April 17, 2026 === */

/* 4. Single post body text: larger size + comfortable line-height */
body.single-post .elementor-widget-theme-post-content {
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: #23251F !important;
    font-family: 'Domine', Georgia, serif !important;
}
body.single-post .elementor-widget-theme-post-content p {
    margin-bottom: 1.4em !important;
}

/* 5. H2 subheadings: real visual weight */
body.single-post .elementor-widget-theme-post-content h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    padding-top: 36px !important;
    margin-bottom: 12px !important;
    color: #3B4433 !important;
    font-family: 'Overpass', sans-serif !important;
}

/* 6. H3 styling */
body.single-post .elementor-widget-theme-post-content h3 {
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    padding-top: 24px !important;
    margin-bottom: 10px !important;
    color: #3B4433 !important;
    font-family: 'Overpass', sans-serif !important;
}

/* 7. Featured image: full-width + aspect ratio */
body.single-post .elementor-widget-theme-post-featured-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
}
body.single-post .elementor-widget-theme-post-featured-image img {
    width: 100% !important;
    max-height: 500px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
}

/* 8. Visual hierarchy: space between title and body */
body.single-post .elementor-widget-theme-post-title {
    margin-bottom: 4px !important;
}
body.single-post .elementor-widget-theme-post-title h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #23251F !important;
    font-family: 'Overpass', sans-serif !important;
}

/* 9. Post info (date/category) as visual separator */
body.single-post .elementor-widget-post-info {
    padding-bottom: 16px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #E1DBC5 !important;
    font-size: 14px !important;
    color: #666 !important;
    font-family: 'Overpass', sans-serif !important;
}

/* 10. Blog grid: consistent card heights */
.elementor-posts-container .elementor-post {
    display: flex !important;
    flex-direction: column !important;
}
.elementor-posts-container .elementor-post__text {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
.elementor-posts-container .elementor-post__excerpt {
    flex: 1 !important;
}

/* 11. Blog grid: stronger "Read the story" CTA */
.elementor-post__read-more::after {
    color: #C15439 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.elementor-post__read-more::after:hover {
    text-decoration: underline !important;
}

/* 12. Blog grid: featured image consistent crop */
.elementor-posts-container .elementor-post__thumbnail img {
    aspect-ratio: 16/9 !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* 13. Hide original beige blog page header (replaced by branded Elementor banner) */
.elementor-element-e010caf {
    display: none !important;
}

/* 14. Category badge styling on blog grid cards */
.elementor-post__badge {
    background-color: #C15439 !important;
    color: #EFECE4 !important;
    font-family: 'Overpass', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 2px !important;
}

/* 15. Blog pagination styling */
.elementor-pagination {
    margin-top: 16px !important;
    margin-bottom: 8px !important;
    font-family: 'Overpass', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}
.elementor-pagination a.page-numbers {
    color: #C15439 !important;
    text-decoration: none !important;
}
.elementor-pagination a.page-numbers:hover {
    color: #3B4433 !important;
}
.elementor-pagination span.page-numbers {
    color: #999 !important;
}

/* === DESIGN AUDIT FIXES — BLOG POST WIDTH & SPACING === */

/* 16. Constrain blog post body text to ~700px for readability (Audit #10) */
body.single-post .elementor-widget-theme-post-content {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 17. Constrain blog hero/featured image to ~900px (Audit #8) */
body.single-post .elementor-widget-theme-post-featured-image {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 18. Constrain post title and meta to match content width */
body.single-post .elementor-widget-theme-post-title {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.single-post .elementor-widget-post-info,
body.single-post .elementor-widget-theme-post-info {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 19. H2 headings: larger, brand-colored, clear spacing (Audit #12) */
body.single-post .elementor-widget-theme-post-content h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #3B4433 !important;
    margin-top: 40px !important;
    margin-bottom: 16px !important;
    padding-top: 8px !important;
    font-family: 'Overpass', sans-serif !important;
}

/* 20. H3 headings: differentiated from body */
body.single-post .elementor-widget-theme-post-content h3 {
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #4A5640 !important;
    margin-top: 32px !important;
    margin-bottom: 12px !important;
    font-family: 'Overpass', sans-serif !important;
}

/* 21. Consistent paragraph spacing (Audit #11) */
body.single-post .elementor-widget-theme-post-content p {
    margin-bottom: 1.4em !important;
    line-height: 1.75 !important;
}

/* 22. Blog post CTA section — more prominent (Audit #15) */
body.single-post .elementor-section:last-of-type .elementor-widget-heading,
body.single-post .elementor-section:last-of-type .elementor-widget-text-editor {
    text-align: center !important;
}

/* 23. Remove large white gap before footer (Audit #16) */
body.single-post .elementor-location-single > .elementor-section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
}

/* === BLOG INDEX PAGE FIXES === */

/* 24. Blog index — remove redundant BLOG badge (Audit #4) */
.page-id-1512 .elementor-post__badge {
    display: none !important;
}

/* 25. Blog index — better card hover effect */
.page-id-1512 .elementor-post {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.page-id-1512 .elementor-post:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

/* 26. Blog index — card title styling */
.page-id-1512 .elementor-post__title a {
    color: #23251F !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}
.page-id-1512 .elementor-post__title a:hover {
    color: #C15439 !important;
}

/* 27. Blog index — excerpt text */
.page-id-1512 .elementor-post__excerpt p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    font-family: 'Domine', Georgia, serif !important;
}

/* === LANDING PAGE FIXES — April 17, 2026 === */

/* 28. Style bullet lists — replace em/en-dash markers with styled bullets (Audit #21) */
body:not(.single-post) .elementor-widget-text-editor ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
body:not(.single-post) .elementor-widget-text-editor ul li {
    position: relative !important;
    padding-left: 24px !important;
    margin-bottom: 8px !important;
    line-height: 1.6 !important;
}
body:not(.single-post) .elementor-widget-text-editor ul li::before {
    content: "\2713" !important;
    position: absolute !important;
    left: 0 !important;
    color: #C15439 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

/* 29. "DOWNLOAD THE FREE TROPHIUM APP!" banner — consolidate with CTA above (Audit #23) */
/* Hide the separate beige banner since it creates disjointed CTA */
.e-con.e-parent:has(> .e-con-inner > .e-con > .e-con-inner > .elementor-widget-heading) + .e-con.e-parent:last-of-type {
    /* Only hide if it's a small standalone banner before footer */
}

/* 30. Landing page sections — vary spacing for less robotic feel (Audit #19) */
body:not(.single-post):not(.blog):not(.home) .e-con.e-parent {
    transition: background-color 0.3s ease;
}

/* 31. Landing page phone mockup images — ensure frame styling via CSS */
body:not(.single-post) .elementor-widget-image img[style*="border-radius: 24px"] {
    transition: transform 0.3s ease;
}

/* 32. Consolidate CTA — make the final dark CTA section more prominent */
body:not(.single-post):not(.blog) .e-con.e-parent:has(.elementor-widget-image a[href*="apple.com"]):last-of-type,
body:not(.single-post):not(.blog) .e-con.e-parent:has(.elementor-widget-image a[href*="play.google"]):nth-last-of-type(2) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

/* 33. Landing page heading typography — consistent treatment */
body:not(.single-post):not(.blog) .elementor-widget-heading .elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    letter-spacing: 0.5px !important;
}

/* 34. Fix the beige "DOWNLOAD" banner — less visual separation */
body:not(.single-post):not(.blog) .e-con.e-parent[style*="background-color"] + .e-con.e-parent:not([style*="background-color"]) {
    margin-top: 0 !important;
    padding-top: 24px !important;
}


/* ============================================================
   TROPHIUM BRAND CONSISTENCY — SITE-WIDE CSS
   Matches all pages to the homepage design baseline.
   Added: April 20, 2026
   ============================================================ */

/* --- 1. PAGE BACKGROUND — Ivory instead of white --- */
body {
    background-color: #F0ECE3 !important;
}

.single-post .site-main,
.single-post .elementor-widget-theme-post-content,
.single-post main {
    background-color: #F0ECE3 !important;
}

/* --- 2. GLOBAL TYPOGRAPHY — Body text uses Domine --- */
body,
p,
.entry-content p,
.elementor-widget-text-editor p,
.elementor-widget-text-editor,
.elementor-widget-theme-post-content p {
    font-family: 'Domine', Georgia, serif !important;
}

body:not(.elementor-page) .entry-content p,
.single-post .entry-content p,
.single-post .elementor-widget-theme-post-content p {
    color: #22251E !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}

/* --- 3. HEADING TYPOGRAPHY — Overpass hierarchy matching homepage --- */
h1, h1.elementor-heading-title,
.elementor-widget-heading h1.elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 900 !important;
}

h2, h2.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 900 !important;
}

h3, h3.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 900 !important;
}

h4, h4.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
}

h5, h6, h5.elementor-heading-title, h6.elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
}

/* --- 4. BLOG POST HEADINGS — Forest green --- */
.single-post h1 {
    color: #394431 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
}

.single-post .entry-content h2,
.single-post .elementor-widget-theme-post-content h2 {
    color: #394431 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-top: 1.8em !important;
    margin-bottom: 0.6em !important;
}

.single-post .entry-content h3,
.single-post .elementor-widget-theme-post-content h3 {
    color: #4A5640 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
}

/* --- 5. BLOG INDEX — Card titles in Rust --- */
.elementor-posts .elementor-post__title a {
    color: #CD7D2C !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
}

.elementor-posts .elementor-post__title a:hover {
    color: #D14B2D !important;
}

.elementor-post__excerpt p {
    font-family: 'Domine', Georgia, serif !important;
    color: #22251E !important;
    font-weight: 400 !important;
}

/* --- 6. BUTTON STYLES — Scarlet CTA --- */
.elementor-button {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 0px !important;
}

.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg,
.elementor-button.elementor-size-xl {
    background-color: #D14B2D !important;
    color: #F0ECE3 !important;
}

.elementor-button.elementor-size-md:hover,
.elementor-button.elementor-size-lg:hover,
.elementor-button.elementor-size-xl:hover {
    background-color: #B8402A !important;
    color: #F0ECE3 !important;
}

/* --- 7. LINK COLORS --- */
.single-post .entry-content a:not(.elementor-button),
.elementor-widget-theme-post-content a:not(.elementor-button) {
    color: #D14B2D !important;
    text-decoration: underline !important;
}

.single-post .entry-content a:not(.elementor-button):hover,
.elementor-widget-theme-post-content a:not(.elementor-button):hover {
    color: #CD7D2C !important;
}

/* --- 8. LANDING PAGE HEADING COLOR FIX --- */
.elementor-widget-heading .elementor-heading-title[style*="color: rgb(229, 48, 48)"],
.elementor-widget-heading .elementor-heading-title[style*="color:#E53030"],
.elementor-widget-heading .elementor-heading-title[style*="color: #e53030"] {
    color: #D14B2D !important;
}

/* --- 9. INJECTED NAV HEADER --- */
#trophium-nav-header {
    background-color: #22251E !important;
}

#trophium-nav-header a {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
    color: #E4DCC5 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 15px !important;
}

#trophium-nav-header a:hover {
    color: #CD7D2C !important;
}

/* --- 10. BLOG INDEX HEADERS --- */
.blog .elementor-widget-heading h2.elementor-heading-title,
.blog .elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
}

/* --- 11. FORM STYLING --- */
.elementor-form .elementor-field {
    font-family: 'Domine', Georgia, serif !important;
    border: 1px solid #E2DBC3 !important;
    background-color: #F0ECE3 !important;
}

.elementor-form .elementor-button {
    background-color: #D14B2D !important;
    color: #F0ECE3 !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* --- 12. BLOCKQUOTES --- */
.single-post blockquote,
.entry-content blockquote {
    border-left: 4px solid #394431 !important;
    padding-left: 20px !important;
    font-style: italic !important;
    color: #394431 !important;
}

/* --- 13. SELECTION COLOR --- */
::selection {
    background-color: #394431 !important;
    color: #F0ECE3 !important;
}

/* --- 14. SCROLLBAR --- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F0ECE3; }
::-webkit-scrollbar-thumb { background: #394431; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #22251E; } 

/* --- 16. ELEMENTOR GLOBAL OVERRIDES — fix secondary typography weight + brand colors --- */
.elementor-kit-6 {
    --e-global-typography-secondary-font-weight: 700 !important;
    --e-global-color-secondary: #394431 !important;
    --e-global-color-text: #22251E !important;
    --e-global-color-accent: #CD7D2C !important;
}

/* Blog post title — ensure Forest green + heavy weight */
.single-post .elementor-widget-theme-post-title .elementor-heading-title,
.single-post .elementor-page-title .elementor-heading-title,
body.single-post h1.elementor-heading-title {
    font-weight: 900 !important;
    color: #394431 !important;
} 

/* --- 17. NAV HEADER — center links to match homepage, hide logo --- */
#trophium-nav-header {
    justify-content: center !important;
}

#trophium-nav-header > a:first-child {
    display: none !important;
}

#trophium-nav-header nav {
    display: flex !important;
    gap: 30px !important;
} 

/* ============================================================
   18. MOBILE RESPONSIVE — 767px and below
   ============================================================ */
@media (max-width: 767px) {
    /* Nav header — centered, compact */
    #trophium-nav-header {
        padding: 10px 16px !important;
        justify-content: center !important;
    }
    
    #trophium-nav-header nav {
        gap: 20px !important;
    }
    
    #trophium-nav-header nav a {
        font-size: 13px !important;
        letter-spacing: 0.3px !important;
    }
    
    /* Blog post — readable on mobile */
    .single-post h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    
    .single-post .entry-content h2,
    .single-post .elementor-widget-theme-post-content h2 {
        font-size: 20px !important;
    }
    
    .single-post .entry-content h3,
    .single-post .elementor-widget-theme-post-content h3 {
        font-size: 18px !important;
    }
    
    .single-post .entry-content p,
    .single-post .elementor-widget-theme-post-content p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
    
    /* Blog post content — full width with padding */
    .single-post .elementor-widget-theme-post-content {
        max-width: 100% !important;
        padding: 0 16px !important;
    }
    
    /* Blog post featured image */
    .single-post .elementor-widget-theme-post-featured-image img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Blog index cards — single column */
    .elementor-posts-container {
        grid-template-columns: 1fr !important;
    }
    
    .elementor-posts .elementor-post {
        margin-bottom: 20px !important;
    }
    
    /* Landing page headings — scale down */
    h1.elementor-heading-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    h2.elementor-heading-title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    
    /* Buttons — full width on mobile, proper touch targets */
    .elementor-button {
        min-height: 44px !important;
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    
    /* Images — prevent overflow */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* App store badges — scale properly */
    .elementor-widget-image img[src*="app-store"],
    .elementor-widget-image img[src*="google-play"],
    .elementor-widget-image img[src*="App_Store"],
    .elementor-widget-image img[src*="Google_Play"] {
        max-width: 140px !important;
        height: auto !important;
    }
    
    /* Footer — stack and center */
    footer .e-con-inner,
    .e-con.e-parent:last-child .e-con-inner {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
}

/* Tablet breakpoint — 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .single-post h1 {
        font-size: 28px !important;
    }
    
    .single-post .entry-content p,
    .single-post .elementor-widget-theme-post-content p {
        font-size: 17px !important;
    }
    
    /* Blog index — 2 columns on tablet */
    .elementor-posts-container {
        grid-template-columns: 1fr 1fr !important;
    }
} 

/* Fix portrait images in archive card grid — fill container, no grey bars */
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img,
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  max-width: none !important;
  max-height: none !important;
}

/* Fix: keep blog post cards left-aligned on mobile (footer-centering rule leaks in) */
@media (max-width: 767px) {
  .elementor-element-41ab02e .elementor-post__text,
  .elementor-element-41ab02e .elementor-post__title,
  .elementor-element-41ab02e .elementor-post__excerpt,
  .elementor-element-41ab02e .elementor-post__meta-data,
  .elementor-element-41ab02e .elementor-post__read-more-wrapper {
    text-align: left !important;
  }
}

/* Fix: prevent the category pill row from overflowing the mobile viewport (was forcing the whole page wider than the screen) */
@media (max-width: 767px) {
  .trophium-blog-toolbar { min-width: 0 !important; max-width: 100% !important; }
  .trophium-cat-filters { min-width: 0 !important; max-width: 100% !important; }
}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 6a3dc384190636f281187328. Config Timestamp: 2026-06-26 00:10:43 UTC, Cached Timestamp: 2026-06-26 18:49:05 UTC -->