/* MetaBox Block Style
--------------------------------------------- */

.wpblock-mostrarentradas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wpblock-mostrarentradas .item-post {
	width: 170px;
	text-align: center;
	position: relative;
}
.wpblock-mostrarentradas .item-post .widget-title {
	font-size: 20px;
}

/* Phablet */
@media only screen and (max-width: 414px) and  (min-width: 280px) {
	.wpblock-mostrarentradas .item-post {
		width: 100%;
	}

}