/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2020 | 12:52:57 */
/*Fallo insertando el caption del bloque de una imagen*/
.wp-block-image .aligncenter>figcaption
{
	display: block !important;
}

.wp-block-image >figcaption
{
	display: block !important;
	color: gray;
	text-align: center;
}

/*Fallo de que no alinea los bloques al centro*/
.editor-entry .aligncenter
{
	text-align: center;
}

/*No mostrar la imagen destacada en los posts*/
body.single-post .featured-image
{
	display: none;
}
