/*
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.
*/
.centrar-horizontalmente-bloque-fondo {
    max-width: 1075px !important;
    margin: 0 auto !important;
}
.lintado-ivoox > div {
    display: flex;
    border: 2px solid #ef8d1f;
    padding: 15px;
    background-color: #F3F3F3;
    border-radius: 15px;
    margin-bottom: 20px;
}
.lintado-ivoox-home{
    display: flex;
    flex-wrap: wrap;
}
.lintado-ivoox-home > div{
    width: 50%;
}
@media (max-width: 768px){
    .lintado-ivoox-home > div{
        width: 100%;
        padding: 0 !important;
    }
}
.lintado-ivoox-home > div:first-child{
    padding-right: 20px;
}

.lintado-ivoox-home > div:last-child{
    padding-left: 20px;
}
.lintado-ivoox-home p.titulo-podcast {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ef8d1f;
}
.lintado-ivoox-home p.titulo-podcast a{
	color:#252525;
	font-family: Raleway;
}
.lintado-ivoox-home p.titulo-podcast a:hover{
	color:#d0412c;	
}