/*---------------------*/
/*AJUSTES GENERALES*/
/*---------------------*/

/* TIPOGRAFIAS ADOBE */
@import url("https://use.typekit.net/ieh8ghq.css");

/*Quitar padding raro de JNews*/
.jeg_content{
	padding: 0px;
}

/*Selección de texto color*/
::selection {
  color: inherit;
  background: #C9C9C9;
}

/*Quitar latest posts de abajo*/
.jeg_latestpost {
	display: none;
}

/*Cambio estilo incrustados Spotify*/
/*.wp-block-embed-spotify {
	max-height: 50vh;
	overflow: auto;
}*/

/*Ajustes del bloque de anuncio AUTOLOAD*/
.jeg_autoload_separator {
	margin: 50px 0 50px 0;
}
.jeg_autoload_separator .separator_bg {
	background: none;
}

/*No mostrar AUTOLOAD en móvil
@media only screen and (max-width: 1024px) {
	div .jeg_autoload_ad
	{
		display: none;
	}
}*/

/*---------------------*/
/*ESTILOS DE TEXTO*/
/*---------------------*/
/*Titulares H1*/
.entry-header .jeg_post_title {
	font-family: balboa, sans-serif;
	font-weight: 700;
	font-size: 82px;
	line-height: 84px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	.entry-header .jeg_post_title
	{
		font-size: 46px !important;
		line-height: 44px !important;
	}
}

/*Entradillas H2*/
.entry-content h2{
	font-family: warnock-pro-subhead, sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;	
	text-align: center;
	letter-spacing: -0.015em;
	
	margin: 50px 0 50px 0;
}



@media only screen and (max-width: 1024px) {
	.entry-content h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

/*Epígrafes H6*/
.entry-content h6 {
	font-family: degular-text, sans-serif;
	font-weight: 700;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -0.025em;
}

/*Texto corrido*/
p {
	font-family: degular-text, sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -0.025em;
}

/*Citas*/
.entry-content blockquote p {
	font-family: warnock-pro-subhead, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.entry-content blockquote, .entry-content q {
	padding: 2.5em;
	border: none;
}

@media only screen and (max-width: 1024px) {
	.entry-content blockquote p {
		font-size: 24px;
		line-height: 28px;
	}
}

/*Enlaces en texto*/
.entry-content .content-inner p a {
	color: inherit;
	border-bottom: 1px solid gray;
}

/*Pies de foto*/
figcaption {
	font-family: degular-text, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.025em;
}

/*---------------------*/
/*MODULO NEWSLETTER*/
/*---------------------*/

.mc4wp-form {
	margin: 50px 0 50px 0 !important;
	padding: 40px 40px 15px 40px !important;
	background-color: #e8e8e8;
	border: none !important;
}

.mc4wp-form .mc4wp-form-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 100% !important;
}

.mc4wp-form-fields input {
	margin-right: 30px;
	width: 100% !important;
}

.mc4wp-form-fields .newsletter-titulo {
	margin-right: 30px;
	font-family: balboa, sans-serif;
	font-size: 36px;
}

.mc4wp-form-fields input[type=submit] {
	font-size: 16px;
	font-weight: 700;
	background-color: #ee1c1b !important;
	
	margin-right: 0;
}

.mc4wp-alert {	
	margin: 0 auto;
	max-width: 50% !important;
}

.mc4wp-alert p {
	font-size: 18px;
	line-height: 20px;
}

/*---------------------*/
/*CABECERA*/
/*---------------------*/

.mussica-cabecera .jeg_postblock_content {
	/*border: 1px solid red;*/
	width: 40% !important; 
	padding: 0 !important;
	margin: 0 auto;
}

.mussica-cabecera .jeg_thumb a > div:before{
	mix-blend-mode: multiply;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
	opacity: 0;
}
.mussica-cabecera .jeg_post:hover .jeg_thumb a > div:before {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
	opacity: 0.5;
}

.mussica-cabecera .jeg_post_title {
	margin: 0 0 8% 0;
	font-family: balboa, sans-serif;
	font-weight: 700;
	font-size: 96px;
	line-height: 96px;
	text-transform: uppercase;
	text-align: center;
}
.mussica-cabecera .jeg_post_title a {
	background: none!important;
	color: white!important;
	text-shadow: 0px 5px 10px rgba(0,0,0, 0.2);
}
.mussica-cabecera .jeg_post_title a:hover {
	color: white!important;
}
.mussica-cabecera .jeg_post_meta {
	display: none;
}
.mussica-cabecera .jeg_post_category {
	display: none;
}

/*---------------------*/
/*CABECERA MOVIL*/
/*---------------------*/
.mussica-cabecera-movil .jeg_postblock_content {
	padding: 0 !important;
	margin: 0 auto;
}

.mussica-cabecera-movil .jeg_thumb a>div:before{
	mix-blend-mode: multiply;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
	opacity: 0.5;
}
.mussica-cabecera-movil .jeg_post:hover .jeg_thumb a>div:before {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
	opacity: 0.5;
}

.mussica-cabecera-movil .jeg_post_title {
	margin: 20px;
	text-align: center;
	text-transform: uppercase;
}
.mussica-cabecera-movil .jeg_post_title a {
	font-family: balboa, sans-serif;
	font-size: 48px;
	line-height: 44px;
	text-shadow: 0px 4px 6px rgba(0,0,0, 0.2);
	background: none;
	color: white;
}
.mussica-cabecera-movil .jeg_post_title a:hover {
	color: white;
}
.mussica-cabecera-movil .jeg_post_meta {
	display: none;
}
.mussica-cabecera-movil .jeg_post_category {
	display: none;
}

/*---------------------*/
/*NOTICIAS 01*/
/*---------------------*/
.mussica-noticias-01 .jeg_post_meta {
	display: none;
}
/*.mussica-noticias-01 .jeg_post_excerpt p {
	display: none;
}*/
.mussica-noticias-01 .jeg_post_title>a {
	font-family: balboa, sans-serif;
	font-weight: 500;
	font-size: 46px;
	line-height: 40px;
}
.mussica-noticias-01 .jeg_thumb {
	width: 55%;
	height: 400px;
	margin-right: 40px;
}

/*---------------------*/
/*NOTICIAS 01 MOVIL*/
/*---------------------*/
.mussica-noticias-01-movil .jeg_post_title>a {
	font-family: balboa, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
}
.mussica-noticias-01-movil .jeg_post_meta {
	display: none;
}

/*---------------------*/
/*DESTACADO*/
/*---------------------*/
.mussica-destacado .jeg_post_title {
	font-family: balboa, sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 40px;
	text-transform: uppercase;
}

/*---------------------*/
/*DESTACADO MOVIL*/
/*---------------------*/
.mussica-destacado-movil .jeg_postblock_content {
	background: rgba(255, 255, 255, 0.85)
}

.mussica-destacado-movil .jeg_post_meta {
	display: none;
}

.mussica-destacado-movil .jeg_post_title a {
	font-family: balboa, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
}

/*---------------------*/
/* NOTICIAS 02 */
/*---------------------*/
.mussica-noticias-02 .jeg_post_title>a {
	font-family: balboa, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
}
.mussica-noticias-02 .jeg_post_meta {
	display: none;
}

/*---------------------*/
/* NOTICIAS 02 MOVIL */
/*---------------------*/

.mussica-noticias-02-movil .jeg_post_meta {
	display: none;
}
.mussica-noticias-02-movil .jeg_post_title>a {
	font-family: balboa, sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
}
.mussica-noticias-02-movil .jeg_thumb {
	width: 45%;
	margin-right: 15px;
}

.google-auto-placed {
    display: none !important;
}

div.content-inner p:first-child {
    font-family: warnock-pro-subhead, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.015em;
    margin: 50px 0 50px 0;
}

/* Paywall button */
.jpw_btn_inner_wrapper > .btn_wrapper > a.btn{
	color: white!important;
}