/*
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;	
}
.titulo-principal-categorias > .tdb-block-inner{
	position: relative;
}
.titulo-principal-categorias > .tdb-block-inner > .tdb-title-line{
	position: absolute;
  	display: block !important;
  	bottom: -1px;
}
.tdb-bred-no-url-last{
	font-weight: 900;
}
.quitar-margen-widgets-adrotate{
	margin-bottom: 0 !important;
}
.quitar-margen-widgets-adrotate .a-single > a{
	display: block;
  	line-height: 0;
 	text-align: center;
	margin-top:10px;
}
.baners-opinio-home span.entry-thumb.td-thumb-css {
    background-position-x: right;
}
.td-footer-template-wrap .td_block_template_9 .td-block-title{
	margin-bottom: 0;
}
#menu-menu-pie li.menu-item{
 	position: relative; 
}
#menu-menu-pie li.menu-item:after {
    font-family: 'newspaper';
    content: '.';
    position: absolute;
    right: -27px;
    top: -7px;
    font-size: 50px;
    line-height: 0;
    color: #999;
}
.td-footer-wrap .td-ct-wrap{
	display: flex;
  	flex-wrap: wrap;
}
.td-footer-wrap .td-ct-wrap > li{
 	padding-right: 10px; 
  	position: relative;
}
.td-footer-wrap .td-ct-wrap > li:after{
	font-family: 'newspaper';
    content: '.';
    position: absolute;
    right: 1px;
    top: -3px;
    font-size: 30px;
     line-height: 0;
    color: #999;
}
.td-menu-login-section{
	display: none !important;
}