/*
Theme Name: Materialize Child
Theme URI: http://demo.trendy-themes.com/materialize/
Description: Thème enfant pour Materialize
Author: Cascade
Author URI: http://demo.trendy-themes.com
Template: materialize
Version: 1.0.0
*/

/* Importer les styles du thème parent */
@import url("../materialize/style.css");

/* Personnalisation du footer */
.footer-widget-wrapper,
.footer-widget,
.footer-wrapper,
.footer-copyright,
.footer-wrapper .footer-logo,
.footer-widget-wrapper .footer-logo-wrapper,
.footer-widget-wrapper .widget-wrapper,
.footer-copyright-wrapper,
.footer-wrapper .container {
    background-color: #000000 !important;
}

.payment h3.error, .payment label.error {
    color: #f44336 !important;
    width: 100%;
    float: left;
}

/* Force le logo en blanc */
.footer-logo img,
.footer-wrapper .footer-logo {
    background: transparent !important;
}

/* Suppression des sections Archives et Catégories */
.widget_archive,
.widget_categories,
.widget.widget_archive,
.widget.widget_categories {
    display: none !important;
    visibility: hidden !important;
}

.payment h3.error, .payment label.error {
    color: #f44336 !important;
    width: 100%;
    float: left;
}
