/* --------------------------------------------------------
 * Theme Name: SCUOLASTICO
 * Theme URI: https://www.scuolastico.it/
 * Author: Karon S.r.l.
 * Author URI: https://www.karon.it/
 * --------------------------------------------------------
 */

#pre-header {
    background-color: #00264c !important;
}
@media (max-width: 991.98px) {
    #access-modal.modal .access-mobile-bg {
        background-color: #00264c !important;
    }
}
@media (min-width: 992px) {
    #access-modal.modal .modal-dialog .modal-content .modal-body::before {
        background-color: #00264c !important;
    }
}

.section-hero-left {
    background-color: #0066cc !important;
    background: unset
}
#foto-principale-home-page.section-hero-left .hero-title h1,
#foto-principale-home-page.section-hero-left .hero-title .h1,
#foto-principale-home-page.section-hero-left .hero-title h2,
#foto-principale-home-page.section-hero-left .hero-title .h2,
#foto-principale-home-page.section-hero-left .hero-title h4,
#foto-principale-home-page.section-hero-left .hero-title .h4 {
    color: #f5f5f0 !important;
}
#foto-principale-home-page.section-hero-left svg {
    fill: #0066cc !important;
}
#foto-principale-home-page.section-hero-left .hero-title a.btn {
    color: #f5f5f0 !important;
    box-shadow: inset 0 0 0 1px #f5f5f0 !important;
}
#foto-principale-home-page.section-hero-left .hero-title a.btn:hover {
    color: rgb(0, 0, 0) !important;
}

.section-banner-avvisi {
    background-color: #802400 !important;
}
.section-banner-avvisi a:first-of-type {
    color: #ffffff !important;
}
.section-banner-avvisi .btn-outline-white {
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px #ffffff !important;
}
.section-banner-avvisi .btn-outline-white:hover {
    color: rgb(0, 0, 0) !important;
}

.footer-wrapper {
    background-color: #004080 !important;
    color: #FFFFFF !important;
}
.footer-wrapper .logo-footer h1, .footer-wrapper .logo-footer .h1,
.footer-wrapper h3, .footer-wrapper .h3,
.footer-wrapper a,
.footer-wrapper .footer-social
{
    color: #FFFFFF !important;
}
.footer-wrapper .footer-social a svg {
    fill: #FFFFFF !important;
}
.footer-text::before,
.footer-text::after {
    background-color: #FFFFFF !important;
}

.cookiebar {
    background-color: #0066cc !important;
    color: #f5f5f0 !important;
}
.cookiebar a {
    color: #f5f5f0 !important;
}