/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/*CAMBIOR ICONO AUDIO*/
.td-icon-audio-thumb-play::before {
	content: "\e9d0" !important;
}

/*EVENTOS PORTADA*/

.briega_short_list .mc-event-list li.upcoming-event {
  display: grid;
  grid-template-columns: auto 1fr auto;
  justify-content: space-between;
  align-items: start;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  gap: 12px;
}
.briega_short_list .mc-event-list .mc-date-badge {
	padding: 6px 9px;
	background: var(--list-preset-date-badge-background);
	color: var(--list-preset-date-badge-color);
	border-radius: 3px;
}
.briega_short_list .event-category,
.briega_short_list .event-date-time{
	font-family:"Red Hat Display";
	text-transform:uppercase;
}
.briega_short_list .event-location{
	display:block;
	font-family:"Red Hat Display";
	line-height:1.3;
}
.briega_short_list .event-category > span{
	padding:2px;
}
.briega_short_list h4{
	margin:0;
	margin-top:5px;
	font-weight:700;
	font-size: 16px;
	line-height:1.2em;
}

@media (min-width:768px){
.briega_short_list ul.list-events {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.briega_short_list ul.list-events li{
	flex-basis: 33%;
}
}
.briega_short_list h4 a:hover{
	text-decoration:underline !important;
}
/*AUTORIA Y FECHA*/
/*BLOQUE*/
.td-editor-date {
	font-family: "Red Hat Display" !important;

}
.td-post-author-name a{
	font-weight:normal !important;
	font-size:13px;
}
/*SINGLE EVENTO*/
.single-mc-events .event-title.entry-title.td-module-title {
	font-weight: 800;
}
.single-mc-events .event-data {
	background-color: #f4f4f4;
	padding: 5px 20px;
	border-radius: 2px;
	font-family: "Red Hat Display";
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.single-mc-events .td-post-content .event-category {
	font-family: "Red Hat Display";
	
	font-size: 18px;
	text-transform: uppercase;
	
}
.single-mc-events .td-post-content .event-category span{
    padding: 5px;
}
.single-mc-events .event-data ul {
	margin: 0;
}