/* Ocultar categorías, autor, fecha y comentarios en portada, listados y entradas */

/* Categorías */
body .cat-links,
body .cat-links *,
body .links-space,
body .entry-meta .cat-links,
body .overlay-news-area .cat-links,
body .big-news-section .cat-links,
body .list-view-news-area .cat-links,
body span[class*="cat-links"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Autor, fecha y comentarios */
body .entry-meta,
body .entry-meta *,
body .post-content .entry-meta,
body .overlay-news-area .entry-meta,
body .big-news-section .entry-meta,
body .list-view-news-area .entry-meta,
body .entry-meta.align-self-center,
body .entry-meta.align-self-end,
body .post-meta,
body .post-meta *,
body .byline,
body .author,
body .posted-on,
body .comment-links,
body .comments-link,
body span[class*="author"],
body span[class*="posted-on"],
body span[class*="comment-links"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Íconos de comentario, usuario y reloj si el tema los deja sueltos */
body i.fa-user,
body i.fa-clock-o,
body i.fa-clock,
body i.fa-comment,
body i.fa-comments,
body .fa-user,
body .fa-clock-o,
body .fa-clock,
body .fa-comment,
body .fa-comments {
  display: none !important;
}

/* Quitar espacios donde estaban los metadatos */
body .entry-meta,
body .post-meta {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* Comentarios en entrada individual */
body #comments,
body .comments-area,
body .comment-respond,
body #respond,
body .comment-list,
body .comment-navigation {
  display: none !important;
}
/* Cambiar fondo de Noticias de tendencia a rojo */
body .trending-news-col .news-highlights-title,
body .news-highlights-title,
body .newsexo-time {
  background-color: #E30613 !important;
}
/* Ocultar crédito completo del tema en footer */
body footer.site-footer .site-info,
body footer.site-footer .site-info a {
  font-size: 0 !important;
}

body footer.site-footer .site-info::before {
  content: "© Proxy 52, Inc. - Todos los derechos reservados";
  font-size: 16px !important;
}