/*
¡Bienvenido al CSS personalizado!

Para saber cómo funciona, ve https://wp.me/PEmnE-Bt
*/
h1, h2, h3, h4, h5, h6 {
	color: #0088aa;
}

.menu-toggle, 
.main-navigation .menu-item a,
.jetpack-social-navigation ul a,
button {
	color: #fff;
}

header h1.entry-title {
	text-align: center;
	color: #0088aa;
	padding-bottom: 30px;
}

/* header h1.entry-title:before,
header h1.entry-title:after {
	content: ' - ';
} */

.main-h2 {
	margin: 50px auto 30px auto;
}

.sobre-mi-h2 {
	margin: 50px auto 40px auto
}

.h-link a {
  color: #0088aa;
	text-decoration: none;
}

.h-link a:visited,
.h-link a:active {
  color: #8ac8d8;
}

.h-link a:focus,
.h-link a:hover {
  border-bottom: 2px solid;
  color: #8ac8d8;
}

.p-centrado {
	max-width: 500px;
	text-align: center;
	margin: auto;
}

.widget_contact_info {
	max-width: 500px;
	margin: auto;
	text-align: center;
}

#tertiary {
	padding-top: 25px
}

.site-info {
	display: none;
}

.wp-block-jetpack-contact-info div {
	margin-bottom: 15px;
}

form.contact-form label {
	color: #0088aa;
	font-weight: 400;
}

.sobre-mi {
	margin: auto;
	max-width: 800px;
}

/* esconder share buttons en blog */
.wp-block-newspack-blocks-homepage-articles .sharedaddy {
	display: none;
}

/* entradas */

.entry-header .cat-links  {
	margin-bottom: 2rem;
}

.entry-wrapper .cat-links a {
	margin-bottom: 1rem;
}

.entry-wrapper .entry-title {
	color: #0088aa;
}

.post .entry-header .entry-title {
	text-align: left;
}

@media (max-width: 600px) {
	.tarjeta-intro .wp-block-cover__inner-container {
		width: 100%;
	}
	
	div.sobre-mi figure {
		padding: 40px;
	}
}

/* Enlaces del footer */
.widget_contact_info {
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
}


.widget_text {
	margin-bottom: 5px
}

.widget_media_image {
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}

@media (max-width: 400px) {
	.widget_media_image {
		display: block;
	}
}

.widget_media_image#media_image-4 {
	display: block;
}

.widget.widget_media_image img.footer-img,
.widget.widget_media_image img.footer-img-vertical
{
	max-height: 100px;
	width: auto;
	margin: 0 15px;
	background-color: #fff;
	border: 1px solid #8ac8d8;
	vertical-align: middle;
}

.widget.widget_media_image img.footer-img-vertical {
	max-height: 160px;
}

.widget_blog_subscription  {
	text-align: center;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	padding: 20px 0;
	margin-bottom: 25px
}

.widget_blog_subscription #subscribe-email {
	max-width: 550px;
	margin: 15px auto
}

.widget_blog_subscription #subscribe-submit button {
	text-transform: capitalize;
	font-size: 15px;
}

/* mailchimp */
.wp-block-jetpack-mailchimp {
	max-width: 480px;
  margin: auto;
}

.wp-block-jetpack-mailchimp .wp-block-jetpack-button {
	text-align: center;
}

form[aria-describedby="wp-block-jetpack-mailchimp_consent-text"] .wp-block-button__link {
	border-radius: 3px;
	background-color: #0088aa;
	padding: 5px 20px;
	font-size: 15px;
}

form[aria-describedby="wp-block-jetpack-mailchimp_consent-text"] #wp-block-jetpack-mailchimp_consent-text {
	font-size: 12px;
	color: #777;
}