/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* 1) Texto general en la vista de evento único */
body.single-sugar_event,
body.single-sugar_event * {
  color: #333333 !important;
}

/* 2) Si quieres afinar (título, metadatos, texto) */
body.single-sugar_event h1.entry-title,
body.single-sugar_event .entry-content,
body.single-sugar_event .entry-meta,
body.single-sugar_event .entry-content * {
  color: #333333 !important;
}

/* 3) Para el archivo de eventos (listado/archivos) */
body.archive-sugar_event,
body.archive-sugar_event * {
  color: #333333 !important;
}
