
/**** Bloques Posts */
.z4-posts {
    display: grid;
    grid-gap: 19px;
    text-align: center;
    grid-template-columns: repeat(4, auto);
	margin-top: 15px;
}

/* Si solo hay un post, que quede centrado */
.z4-posts-1 .z4-posts {
    grid-template-columns: auto;
}
.z4-posts-1 .z4-posts .z4-thumbnail {
    width: initial;
    text-align: right;
}
/* --- */


.z4-post {
    display: grid;
    grid-gap: 10px;
    text-align: center;
    grid-template-columns: auto auto;
}

	.z4-post .z4-thumbnail {
	width: 120px;
}

.z4-post .z4-title {
	line-height: 1.2em;
		padding-top: 0px;

    font-size: 13px;
    letter-spacing: 0px;
    font-family: "Helvetica Neue, Helvetica, Roboto, Arial, sans-serif", Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    margin: 0px;
	/*puntos suspensivos*/
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.z4-post .z4-meta {
	 text-align: left;
}
.z4-post .z4-date {
    font-size: 10px;
	  margin-top: 4px;
}

.z4-post i.fa.fa-clock-o {
    color: rgb(186, 181, 171);
    padding-right: 4px;
}

.z4-post a {
    color: black;
    font-weight: 600;
}

.z4-bloque-posts .z4-bloque-footer {
    float: right;
}

.z4-bloque-posts .z4-view-more {
    margin-top: 0px;
    background-color: whitesmoke;
}
/* Si no hay ningún post, que no se vea el Leer más */
.z4-posts-0 .z4-view-more {
    display: none;
}
/* --- */

/*mobile*/
@media (max-width: 768px) {
    .z4-posts {
        grid-template-columns: auto;
    }
    .z4-bloque-posts {
        grid-template-columns: auto;
    }
	.z4-post .z4-title {
	  line-height: 1.4em;
    padding-top: 6px;
		display: -webkit-box;
    -webkit-line-clamp: 2;
	}
	 
	.z4-post .z4-thumbnail {
	width: 65px;
    }
	.z4-post .z4-meta {
	  display: none;
    }
	
}


/* Para los bloques con la clase css "z4-bloque-carousel" */

.z4-bloque-carousel .wprpsp-recent-post-slider.wprpsp-design-4 .wprpsp-post-list-cnt .wprpsp-post-title a {
    font-size: 13px!important;
    color: #000;
    font-weight: normal;
    line-height: 1.2!important;
}

.z4-bloque-carousel .recent-post-slider h2, .z4-bloque-carousel .wprpsp-post-list-cnt {
    display: flex;
}

.z4-bloque-carousel .wprpsp-recent-post-slider.wprpsp-design-4 .wprpsp-post-list-cnt .wprpsp-medium-7 {
    padding-left: 10px;
    display: flex;
}

.z4-bloque-carousel .wprpsp-medium-5.wprpsp-columns {
    min-width: 120px!important;
    height: 86px;
    display: flex;
    max-width: 65px!important;
}

.z4-bloque-carousel .wprpsp-recent-post-slider.wprpsp-design-4 .wprpsp-post-image-wrap {
    height: auto;
}

.z4-bloque-carousel .wprpsp-gridbox-slider h2, .z4-bloque-carousel .wprpsp-recent-post-carousel h2, .z4-bloque-carousel .wprpsp-recent-post-slider h2 {
    display: flex;
    margin: 0!important;
    align-content: center;
    flex-wrap: wrap;
}

/**** End Bloque Posts */



/**** Bloque Posts 2 */
.z4-bloque-posts-2 {
    display: grid;
    grid-gap: 19px;
    text-align: center;
    grid-template-columns: auto auto;
}

/**** End Bloque Posts 2 */




