/* === Tema Oscuro Profesional 90 Segundos Noticias === */

/* Fondo global */
body {
  background-color: #0b0b12 !important; /* negro azulado elegante */
  color: #ffffff !important;
}

/* Menú principal y superior */
.navbar-wp,
.navbar-wp .navbar-nav > li > a,
.navbar-wp .navbar-nav > li.current-menu-item > a,
.navbar-wp .navbar-nav > li:hover > a {
  background-color: #E60000 !important; /* rojo institucional */
  color: #ffffff !important;
  border: none !important;
}

/* Hover en menú */
.navbar-wp .navbar-nav > li > a:hover {
  background-color: #B00000 !important; /* rojo oscuro */
  color: #ffffff !important;
}

/* Encabezados de secciones (Featured, Tags, Gallery, etc.) */
.widget-title,
.widgettitle,
.block-title,
.section-title,
h2, h3, h4 {
  background-color: transparent !important;
  color: #E60000 !important;
  border-bottom: 2px solid #E60000 !important;
  text-transform: uppercase !important;
}

/* Fondo azul del tema (bloques de widgets, footer, etc.) */
.footer-widgets,
.widget,
#colophon,
#footer-bottom,
.site-footer,
.widget-area,
#secondary {
  background-color: #0b0b12 !important;
  color: #ffffff !important;
}

/* Bloques de etiquetas (tags) */
.tagcloud a, .tags-links a {
  background-color: #E60000 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
}
.tagcloud a:hover, .tags-links a:hover {
  background-color: #ffffff !important;
  color: #E60000 !important;
}

/* Enlaces, textos, y botones */
a, a:visited {
  color: #E60000 !important;
}
a:hover {
  color: #ffffff !important;
}
button, .btn, .read-more a {
  background-color: #E60000 !important;
  color: #ffffff !important;
  border: none !important;
}
button:hover, .btn:hover, .read-more a:hover {
  background-color: #B00000 !important;
  color: #ffffff !important;
}

/* Eliminar azul de encabezados del footer */
.widget-title span,
.widgettitle span {
  background: none !important;
  color: #E60000 !important;
}

/* Separadores, bordes o líneas */
hr, .widget, .post {
  border-color: #222222 !important;
}

/* Iconos sociales en footer */
.site-footer .social-icons a {
  color: #ffffff !important;
}
.site-footer .social-icons a:hover {
  color: #E60000 !important;
}

/* Corrección final del azul en el footer */
.footer-top, .footer-bottom, .footer-widget-title {
  background: none !important;
  color: #E60000 !important;
}
