/* === TAPA Global Color Fix 23460985 ===
   Original site: black / white / dark grey ONLY
   Remove: powder blue (#6EC1E4), red (#D11B1B), green
*/

/* --- All links --- */
a, a:visited, a:link {
    color: #1a1a1a !important;
}
a:hover {
    color: #444444 !important;
    text-decoration: underline;
}

/* --- Phone numbers everywhere --- */
a[href^="tel"],
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    color: #1a1a1a !important;
}

/* --- Elementor global color overrides --- */
[class*="elementor-color-"] {
    color: #1a1a1a !important;
}

/* --- Remove powder blue from any background or text --- */
[style*="color: #6EC1E4"],
[style*="color:#6EC1E4"],
[style*="color: rgb(110, 193, 228)"] {
    color: #1a1a1a !important;
}

/* --- Remove red from any inline style --- */
[style*="color: #D11B1B"],
[style*="color:#D11B1B"],
[style*="color: #d11b1b"],
[style*="color: rgb(209, 27, 27)"] {
    color: #1a1a1a !important;
}

/* --- Remove green from any inline style --- */
[style*="color: #00a651"],
[style*="color:#00a651"],
[style*="color: green"] {
    color: #1a1a1a !important;
}

/* --- Footer --- */
.site-footer, footer, #footer {
    color: #333333;
    background-color: #ffffff;
}
.site-footer a, footer a, #footer a {
    color: #1a1a1a !important;
}

/* --- WooCommerce --- */
.woocommerce .price,
.woocommerce .amount,
.woocommerce ins .amount {
    color: #1a1a1a !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #444444 !important;
    color: #ffffff !important;
}

/* --- Social icon links --- */
.elementor-social-icons-wrapper a,
.elementor-icon-list-item a {
    color: #1a1a1a !important;
}

/* --- Navigation menu --- */
.elementor-nav-menu a,
.nav-menu a,
.main-navigation a {
    color: #1a1a1a !important;
}
.elementor-nav-menu a:hover,
.nav-menu a:hover {
    color: #444444 !important;
}

/* --- Buttons site-wide --- */
.elementor-button,
.wp-block-button__link {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #1a1a1a !important;
}
.elementor-button:hover,
.wp-block-button__link:hover {
    background-color: #444444 !important;
    color: #ffffff !important;
}
