/* CSS to make link within image caption display inline / 8471432-zen (CK) */
.wp-block-image .wp-element-caption a{
    width:auto;
}

/*Edición menú:contenido, fuente letra*/
.site-header {
	background-color: #9398C2;
	height: 50px;
	width: 860px !important;
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-header .main-navigation {
	position: relative;
	top: -30px;
}

.site-header .main-navigation>div>ul>li.menu-item>a {
	color: black;
	text-decoration: underline;
	font-size: 20px;
}

.site-header .main-navigation>div>ul>li.current-menu-item>a {
	color: white;
}

/*_________________________*/
/*Edición título:*/
p.site-title {
	position: relative;
	top: -50px;
	margin-left: auto;
	margin-right: auto;
}

/*_________________________*/
/*_________________________*/
/*Edición pié entradas: descripción, posts relacionados, autor, redes, indicadores, entrada previa | siguiente, comentarios, enlace de wordpress */
p.author-description {
	display: none !important;
}

div#jp-relatedposts {
	display: none !important;
}

span.author-heading {
	display: none !important;
}

div.robots-nocontent.sd-block.sd-social.sd-social-icon-text.sd-sharing {
	display: flex;
	flex-direction: column;
}

footer.entry-footer.responsive-max-width {
	color: black;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.nav-links {
	width: 115%;
	margin-left: -55px;
	flex-direction: row;
}

div.nav-links {
	display: flex;
	flex-direction: column;
}

div.nav-next {
	align-self: flex-end;
	max-width: 100%;
	margin-right: 6%;
}

div.nav-previous {
	align-self: flex-start;
	max-width: 100%;
	margin-left: 6%;
}

.post-navigation .post-title {
	font-size: 100% !important;
}

div#respond.comment-respond.js {
	margin-top: -75px;
}

footer#colophon.site-footer.responsive-max-width {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -50px;
}

/*_________________________*/
/*Edición formato últimas entradas*/
ul.wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts>li>a {
	font-size: 120%;
}

div.entry-wrapper {
	font-size: 75%;
}

/*_________________________*/