/*
 Theme Name: Bridge Child
 Template: bridge
 Description: Tucson Hybrids custom child theme for branding and fonts
 Version: 1.0
*/

/* === Tucson Hybrids Global Typography === */
/* H1 – Bold & Distinctive */
body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h1.elementor-heading-title,
h1,
.h1 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    text-transform: uppercase;
}

h3, .h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500 !important;
}

/* === Tucson Hybrids Blog/Body Link Styling === */

/* Only links inside .post_text (main article content) */
.post_text a {
    color: #0073e6 !important; /* Bright blue for body hyperlinks */
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.post_text a:hover,
.post_text a:focus {
    color: #004a99 !important; /* Slightly darker on hover */
    text-decoration: underline;
}


/* CTA box at bottom of service/blog posts */
.th-cta-box {
    border: 2px solid #c8102e;           /* Tucson Hybrids red accent */
    border-radius: 8px;
    padding: 16px 20px;
    background: #fff;
}

.th-cta-headline {
    margin: 0 0 12px 0;
}

/* reuse list CSS from Option 1 */
.th-contact-list {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
}
.th-contact-list li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4em;
    margin: 0 0 8px 0;
}
.th-contact-list li .icon {
    display: inline-block;
    min-width: 1.5em;
    line-height: 1.4em;
    margin-right: 8px;
}
.th-contact-list a {
    text-decoration: underline;
}
.th-contact-list a:hover {
    color: #004a99;
}
