/*
 Theme Name:   Dom Child Theme
 Theme URI:    https://dom.themerex.net/
 Description:  Dom Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     dom
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  dom
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.sc_item_subtitle {
    color: #1e7dbc;
}
a {
    color: #1e7dbc; /* Cambia con il colore desiderato */
    text-decoration: none; /* Rimuove la sottolineatura */
}

a:hover {
    color: #0b5282; /* Colore quando il link è al passaggio del mouse */
}