/*
Theme Name:         Soler Palau Theme
Theme URI:          https://www.solerpalau.com/es-es/blog/
Description:        Soler Palau theme.
Version:            1.0
Author:             Binaria
Author URI:         https://binaria.com/
Text Domain:        solerpalau
*/

div#ez-toc-container{
	padding: 0;
	border-bottom: 2px solid #ececec;
	margin: 0 0 40px 0;
}

.ez-toc-title-container{
	margin: 40px 0 20px 0;
}

div#ez-toc-container p.ez-toc-title{
	font-weight: 500;
}

div#ez-toc-container ul{
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 50%);
	-ms-grid-columns: repeat(2, 50%);
	grid-gap: 0;
	-ms-grid-gap: 0;
	align-items: start;
	padding-bottom: 20px
}

.ez-toc-counter nav ul li a::before {
	content: "›";
	font-size: 24px;
	line-height: 24px;
	color: #8a8a8a;
}
	
.post.type-post h1, .post.type-post h2, .post.type-post h3, .post.type-post ul, .post.type-post p{ width:100%;}

.post.type-post{ width:100%; max-width:670px; margin:auto;}
.type-post .post__title{ width:100%; max-width:670px;}
.post__container{ width:670px; max-width:100%;}
.post__container .row{ width:670px; max-width:100%;}

.template-pilar .post__container{ width:670px; max-width:100%;}
.template-pilar .post__container .row{ width:670px; max-width:100%;}

div#ez-toc-container{background-color:#fbfbfb; padding:10px;}
.ez-toc-title-container{ margin:20px 0;}
div#ez-toc-container ul li{ padding: 0 5px 5px 5px; line-height: 21px;}
.post__container__details{ margin-left:5px;}

.card-post__figure__link__image, .card-resources__figure__link__image{
	min-width:auto;
    max-width: 120%;
	}
	
.header .header__menu{margin-top:19px;}

.template-pilar .header .header__menu{margin-top:23px;}

iframe{ max-width:100%;}

#mega-menu-wrap-primary_navigation{ width:700px!important;}

.page-template-template-pilar .header:after{top: 92px;}

@media (max-width: 1199px){
	.header__responsive {
    	width: 50%!important;
	}
	
	#mega-menu-wrap-primary_navigation{ width:auto!important;}
}

@media (max-width:991px) {
	.post__title{ max-width:100%;}
	}
	
@media (max-width:767px) {
	.post__title{ font-size:32px; line-height:38px;}
	.post__container__excerpt, .post__container__content{font-size:16px;}
	
	.table_cont_post{
		display: block;
		}
		
	.table_cont_post > div {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		}

	div#ez-toc-container ul{
		display: block;
		}

	div#ez-toc-container ul li{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
		}

	.ez-toc-counter nav ul li a::before {line-height: 20px;}
	}
