/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* WCAG 2.4.1 — skip link */
.skip-to-content{
    position:absolute; left:6px; top:-60px; z-index:100000;
    background:#111; color:#fff; padding:10px 16px;
    border-radius:0 0 6px 6px; font-weight:700; text-decoration:none;
    transition:top .15s ease;
}
.skip-to-content:focus{ top:0; outline:3px solid #6DC63A; outline-offset:2px; }
#main:focus{ outline:none; }

/* WCAG 1.4.1 — underline in-text content links (nav/buttons excluded) */
#main .avia_textblock a:not(.avia-button):not(.avia_button){
    text-decoration:underline;
    text-underline-offset:2px;
}

/* WCAG 1.4.11 — form control borders reach 3:1 */
#main .gform_wrapper input:not([type=submit]),
#main .gform_wrapper select,
#main .gform_wrapper textarea{
    border:1px solid #767676;
}

/* 1.4.3 / 1.4.11 — WooCommerce loop buttons (Add to cart / Details): text was #ccc on #fff = 1.6:1 */
/* 1.4.3 — stop Enfold fading product buttons to opacity .2 until hover */
#top .avia_cart_buttons{ opacity:1 !important; }
/* 1.4.3 — Events Calendar "today" number: #141827 on #057d45 = 3.38:1 */
#top .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum{
    background-color:#6DC63A;   /* lighter brand green → dark number ≥ 4.5:1 */
    color:#141827;
}

#top .woocommerce-message a.button,
#top .woocommerce-info a.button{
    background-color:#2f6b16; color:#fff; border-color:#2f6b16; opacity:1;
}

#top .avia_cart_buttons{ opacity:1 !important; }
#top .woocommerce-message a.button,
#top .woocommerce-info a.button{ background-color:#2f6b16; color:#fff; border-color:#2f6b16; }