/* ─── Logo ─────────────────────────────────────────── */
div.th_logo img {
    max-height: 100px !important;
}

/* ─── Schedule Now button ───────────────────────────── */
div.schedule_now {
    background-color: #2B7C85;
    border-color: #2B7C85;
    display: inline-block;
    font-size: 12px;
    transition: all 150ms ease-out;
    padding: 0 20px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    user-select: none;
}

/* ─── Typography ────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}
body, p, li, td {
    font-size: 16px !important;
    line-height: 1.75 !important;
}
body, p, li, td, div, span {
    font-weight: 400 !important;
}
h1, h2 {
    font-weight: 700 !important;
}
h3, h4, h5, h6 {
    font-weight: 400 !important;
}

/* ─── Intro Content section ─────────────────────────── */
.THS_tally_home_introcontent p {
    color: #ffffff !important;
}

/* ─── Meet Our Chiropractors boxes ──────────────────── */
.tally_homeBlock_infoBox .thbib_title {
    display: flex !important;
    flex-direction: column !important;
}
.tally_homeBlock_infoBox .thbib_title img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    display: block !important;
}
.tally_homeBlock_infoBox .thbib_title a {
    display: block !important;
    margin-top: 8px !important;
    clear: both !important;
}

#site-main .THS_tally_home_parallax1 .thbt_more {
    background-color: #2B7C85 !important;
}
#site-main .THS_tally_home_parallax1 .thbt_more:hover {
    background-color: #23646c !important;
}