/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

/* TITULO CATEGORIAS NOTICIAS */

h1.jeg_cat_title {
    text-transform: uppercase;
    font-size: 1.2rem;
}

h1.jeg_cat_title::after {
    content: " | DSR";
    color: #c80125;
}

/* ESTILO REPRODUCTOR RADIO ONLINE */

.box_reproductor {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.logo_radio img {
	width: 40px;
	height 40px;
}

.enlace_radio {
	margin: 0 10px;
	cursor: pointer;
}

.title_radio {
	color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 0.1rem;
    letter-spacing: 0.1rem;
}
/*
.title_radio span {
	border-bottom: 1.5px solid #fff;
}

.title_radio span:hover {
	border-bottom: 1.5px solid #000;
}
*/

.img_boton_reproducir img {
	width: 60%;
}

/* MAYÚSCULA FECHA CABECERA */

.jeg_top_date {
    text-transform:uppercase
}

/* OCULTAR DATOS META CATEGORIAS */

.jeg_post_category {
	display:none
}

/* CLIMA HEADER */

.now {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.today {
    display: none;
    visibility: hidden;
}

#wpc-weather {
    background-color: transparent !important;
    border: none !important;
	margin: 0;
	line-height: 0;
}

#wpc-weather.medium .now .time_symbol svg {
    width: 50px;
	height: 50px;
	margin-bottom:0;
}


#wpc-weather .time_temperature {
	margin-top: 0;
}

/*#wpc-weather.medium .now .location_name {
    font-size: 8px;
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    text-align: center;
    letter-spacing: 3px;
}*/

#wpc-weather.wpc-xs {
    padding: 10px 10px 20px 10px;

}

.location_name {
    position: absolute;
    top: 65px;
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.popularpost_item .jeg_post_title {
    font-weight: bold !important;
}

/* CSS NOTAS BLOQUES */

.jeg_pl_xs_4 {
    border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/* CSS FRASE */

.jeg_nav_item.jeg_nav_html p {
    margin: 0 auto;
}

/* CSS BORDES CAJA FORMULARIO */

.chosen-container {
	border: 3px solid;
	background-color: #ffffff;
    border-color: #B50E15;
    border-width: 3px 3px 3px 3px;
}

/* CSS ESTILO CITA */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	font-family: 'Merriweather', serif;
	padding: 2rem 1em;
	text-align: center;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-style:normal;
	font-size: 2em;
}
.wp-block-quote.is-large p::after, .wp-block-quote.is-style-large p::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10e";
	color: #c80125;
	margin-left: 10px;
	font-size: 30px;
}
.wp-block-quote.is-large p::before, .wp-block-quote.is-style-large p::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	color: #c80125;
    margin-right: 10px;
	font-size: 30px;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	text-transform: uppercase;
}

.wp-block-quote.is-style-large cite::before {
	content:"- ";
}

@media screen and (max-width: 767px){
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
		font-size: 1.5em;
	}
}

/* CSS Etiquetas Nota Opinion */
.jeg_post_title a, h1.elementor-heading-title.elementor-size-default {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.badge-status {
    margin: 0px !important;
    position: relative;
    top: 0px !important;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
	font-family: "Lato",sans-serif;
}