/*
Theme Name: El Fanzine del Rock Child
Theme URI: https://elfanzinedelrock.org
Description: Tema hijo personalizado para El Fanzine del Rock.
Author: El Fanzine del Rock
Template: generatepress
Version: 1.0.0
Text Domain: elfanzinedelrock-child
*/

/* =========================================================
   SMART SLIDER, TÍTULO DINÁMICO DEL BOTÓN DE NOTICIAS
   Capa: Encabezado
   Clase CSS: titulo-noticia
   ========================================================= */

.titulo-noticia {
	width: 330px !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 44px !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
}

.titulo-noticia,
.titulo-noticia *,
.titulo-noticia a {
	display: block !important;
	width: 100% !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	line-height: 44px !important;
}

/* =========================================================
   FIN, TÍTULO DINÁMICO DEL BOTÓN DE NOTICIAS
   ========================================================= */

