/*
 Theme Name: Sydney Child
 Template: sydney
 Author: Arriba Inclusive Finance
 Author URI: https://arribafin.com/
 Description: Sydney child theme designed to fix website accessibility issues
 Version: 1.0
*/

/* =========================
   Fix: "Skip to Content Contrast Issue"
========================= */
.skip-link,
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 10px;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 14px;
    z-index: 9999;
    text-decoration: none;
}

/* =====================================================
   Fix: "Focusable element may be missing focus styling"
===================================================== */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline: 2px solid #ffffff !important;
    outline-offset: 2px;
}

/* =========================
   Fix: "Hero / Slider Contrast Issue"
========================= */

/* Ensure slider has a dark overlay */
.sydney-slider .slide-item::before,
.text-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Keep text clean, no background boxes */
.text-slider .maintitle,
.text-slider .subtitle,
.slide-title,
.slide-text {
    color: #ffffff !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    position: relative;
    z-index: 2;
    background: none;
    padding: 0;
    display: block;
}

/* =========================
   Fix: "URL Contrast Issue"
========================= */
.entry-content a:not(.button):not(.elementor-button-link):not(.wp-block-button__link) {
    color:#006fa8 ;
}
