/**
 * Theme Name:  Lush Child - Music Band & Musician WordPress Theme
 * Theme URI:   http://irontemplates.com/wp-demos/lush/
 * Description: Lush a complete solution for everybody in the music industry. If you are a jazz master, punk rocker, soprano singer, piano player, band manager or even a webmaster, this theme is for you.
 * Tags:        3d menu, music, blog, artist, musician, dj, club, responsive, html5, css3, design, irontemplates, ironband, lush
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0.0
 * Template:    lush
 * Text Domain: lush-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */

@import url("../lush/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* todas las fechas de los eventos ocupen lo mismo y por tanto la caja sea del mismo tamaño*/
.datetime {
    display: inline-block;   /* permite asignar un ancho fijo */
    width: 190px;            /* ancho suficiente para la fecha más larga */
    white-space: nowrap;     /* evita saltos de línea */
    text-align: center;   /* centra el texto horizontalmente */
}


#post-4719 .datetime::before {
    content: '2018' !important;
}
#post-5045 .datetime::before {
    content: '2019' !important;
}
#post-5690 .datetime::before {
    content: '2020' !important;
}
#post-5918 .datetime::before {
    content: '2022'  !important;
}
#post-6169 .datetime::before {
    content: '2023'  !important;
}
#post-7101 .datetime::before {
    content: '2024'  !important;	
}

#post-7127 .datetime::before {
    content: 'CHILE 2025'  !important;
}

#post-7097 .datetime::before {
    content: '2025' !important;
}

#post-7489 .datetime::before {
    content: 'CHILE 2026'  !important;
}

#post-7804 .datetime::before {
    content: "2026" !important;
}

.event-centering.es-gira .datetime {
    position: relative;
    color: transparent !important;   
}

.event-centering.es-gira .datetime::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff; /* usa el color original */
    font-size: 16px; /* mismo tamaño que tenía antes */
}

@media (max-width: 849px) {
    .event-centering.es-gira .datetime::before {
        content: none;
    }
}

body.postid-4719 .event-infos-wrap td:not(.event-icon),
body.postid-5045 .event-infos-wrap td:not(.event-icon),
body.postid-5690 .event-infos-wrap td:not(.event-icon),
body.postid-5918 .event-infos-wrap td:not(.event-icon),
body.postid-6169 .event-infos-wrap td:not(.event-icon){
	display: none !important;
}
body.postid-4719 .event-infos-wrap tr::after{
    content: '2018';
}
body.postid-5045 .event-infos-wrap tr::after{
    content: '2019';
}
body.postid-5690 .event-infos-wrap tr::after{
    content: '2020';
}
body.postid-5918 .event-infos-wrap tr::after{
    content: '2022';
}
body.postid-6169 .event-infos-wrap tr::after{
    content: '2023';
}
body.postid-7489 .event-infos-wrap tr::after{
    content: 'Chile 2026';
}
body.postid-7804 .event-infos-wrap tr::after{
    content: '2026';
}
