/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
/** fixes HC:10222094 **/
article#post-523 time {
	display: none;
}

.entry-hero {
	min-height: auto;
}
/* Change Mailchimp Submit background color MRFX-HC- */
#mc_embed_signup .button {
  background-color:#9999ff
}
/* fix Shoreditch fixed menu | 2243469-zd */
.scrolling .site-header {
    padding-bottom:1.5em;
}
.scrolling .main-navigation,
.scrolling .site-branding {
    margin-top: 1.5em;
}
/* menu item to button on desktop | 2243469-zd */
@media screen and (min-width:896px) {
    #menu-item-59 {
        background-color: #8f9bdb; /*red*/
        padding:0.5625rem 1.5em;
        border-radius:5em;
    }
    #menu-item-59:hover {
        background-color: #2c313f; /*blue*/
    }
    #menu-item-59 a {
        color:#fff
    }
}

@media screen and (max-width:896px) {

    /* stick header on mobile */
    .sticky-header .site-header {
        position: fixed;
        z-index: 9999;
    }

    /* push content down */
    .site-content {
        padding-top: 7em;
    }

    /* hide default mobile menu toggle */
    .menu-toggle {
        visibility: hidden;
        position: relative;
    }

    /* add hamburger */
    .menu-toggle:before {
        content: '☰';
        visibility: visible;
        position: absolute;
        left: 0;
        right: 0;
        color: #2c313f;
        font-size: 25px;
        top: 0;
    }

}

/* --- Add margin bottom buttons/ 16756741-HC  --- */
a.wp-block-button__link.has-background {
    margin-bottom: 20px;
}
.main-navigation a {
    font-weight: normal;
    font-size: 1.2em;
}

.blog h1, .blog .entry-title, .blog .post-type-archive-jetpack-testimonial .page-title {
    font-size: 1.6em;
}
/*Remove theme shoreditch credits #2941758-zen RAC*/

.site-info {
    display: none;
}

/*No underlined buttons #2941758-zen RAC*/

.wp-block-button .wp-block-button__link {
    text-decoration: none;
}

/* Reduce the gap in columns on "page-id-41" -39179835-hc - SM*/
.page-id-41 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column p {
	margin-bottom: 0px !important;

/* Ocultar el widget de protección de datos solo en entradas del blog */
.single-post #secondary .textwidget.custom-html-widget,
.single-post aside .textwidget.custom-html-widget,
.single-post .sidebar .textwidget.custom-html-widget {
  display: none !important;
}
