/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Colore testo categoria (es. “Servizi”) */
.oew-grid-meta li.meta-cat a {
    color: #1E73BE !important;
}

/* Colore icona cartella */
.oew-grid-meta li.meta-cat i {
    color: #1E73BE !important;
}

/* Hover testo categoria */
.oew-grid-meta li.meta-cat a:hover {
    color: #4762F8 !important;
}

/* Hover icona cartella */
.oew-grid-meta li.meta-cat:hover i {
    color: #4762F8 !important;
}
