/*
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
*/

.e_1 {-ms-grid-row: 1;-ms-grid-column: 1;}
.e_2 {-ms-grid-row: 1;-ms-grid-column: 2;}
.e_3 {-ms-grid-row: 1;-ms-grid-column: 3;}
.e_4 {-ms-grid-row: 1;-ms-grid-column: 4;}
.e_5 {-ms-grid-row: 1;-ms-grid-column: 5;}
.e_6 {-ms-grid-row: 1;-ms-grid-column: 6;}
.e_7 {-ms-grid-row: 1;-ms-grid-column: 7;}
.e_8 {-ms-grid-row: 1;-ms-grid-column: 8;}
.e_9 {-ms-grid-row: 1;-ms-grid-column: 9;}
.e_10 {-ms-grid-row: 1;-ms-grid-column: 10;}
.el_1 {-ms-grid-row: 2;-ms-grid-column: 1;}
.el_2 {-ms-grid-row: 2;-ms-grid-column: 2;}
.el_3 {-ms-grid-row: 2;-ms-grid-column: 3;}

.type-post .row .hbspt-form{ display:none!important;}
.post__container, .post__title{ margin:auto; margin-bottom: 40px;}
.post__title{ max-width:66.6%; color:#333;}
.post__container__content .rt-reading-time{ display:none!important;}
.post__container__details__publishdata{ text-transform:none; font-size:14px; color:#333;}
.post__container__excerpt, .post__container__content{ color:#333; font-size:18px;}

.template-pilar main.main .container{width: 970px;}

.table_cont_post{
	display: -ms-grid;
    display: grid;
	grid-template-columns: repeat(2, 48%);
    -ms-grid-columns: repeat(2, 48%);
    grid-gap: 4%;
    -ms-grid-gap: 4%;
	align-items:start;
	}

.table_cont_post > div{ font-size:16px;  line-height:24px;}	

.table_cont_post_link{
	display: -ms-grid;
    display: grid;
	grid-template-columns: 15px auto;
    -ms-grid-columns: 15px auto;
    grid-gap: 0;
    -ms-grid-gap: 0;
	align-items:baseline;
	}

.tit_table_cont{ font-size:16px; font-weight:500; margin:40px 0 20px 0;}
.arrow_tcp{ font-size:24px; color:#8a8a8a;}
.line_sep{ border:0; height:2px; background-color:#ececec; margin: 20px 0 40px 0;}

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{ 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;}

.post.type-post p, .post.type-post h1, .post.type-post h2, .post.type-post h3, .post.type-post h4, .post.type-post h5{ width:100%;}

.card-post__figure__link__image, .card-resources__figure__link__image{
	min-width:auto;
    max-width: 120%;
	}
	
iframe{ max-width:100%;}

#mega-menu-wrap-primary_navigation{ width:700px!important;}

@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;
	}


	}
