/*
 Theme Name:   ISSR Child
 Theme URI:    https://dev.issr.it
 Description:  Tema figlio di Design Scuole WordPress Theme
 Author:       ISSR
 Template:     design-scuole-wordpress-theme-2.17.3
 Version:      1.0.0
 Text Domain:  issr-child
*/

/* Override colore text-bluelectric → #3399ff */
.text-bluelectric {
    color: #3399ff !important;
}

/* Colore purplegradient per voce menu Novità */
.text-purplegradient {
    color: #b21dd0 !important;
}

/* Istituto - hero image 50% larghezza */
@media (min-width: 768px) {
    .page-template-la-scuola .section-hero .hero-img {
        width: 50% !important;
    }
}

/* Percorsi di studio - testo 80% larghezza */
@media (min-width: 768px) {
    .tax-percorsi-di-studio .col-md-5 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}
