/*
 Theme Name:   Dj Final
 Description:  Custom Child Theme for YITH Wonder
 Author:       Your Name
 Template:     yith-wonder
 Version:      1.0.0
*/

/* FORCE EVERYTHING TO DEEP BLACK */
html, 
body, 
.wp-site-blocks, 
.wp-block-group, 
section, 
header, 
footer {
    background-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
}

/* TARGET THE NAVIGATION LINKS */
.wp-block-navigation .wp-block-navigation-item__label, 
.wp-block-navigation-link__label,
.wp-block-navigation a {
    color: #ffffff !important;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
}

/* THE RUBY RED BUTTON */
.wp-block-button__link {
    background-color: transparent !important;
    border: 2px solid #ff0000 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4) !important;
}

/* REMOVE THE GREY OVERLAY ON IMAGES */
.wp-block-image img {
    filter: contrast(1.1) brightness(1.05);
}