/*
 Theme Name:   Lovecraft Child
 Theme URI:    https://wordpress.org/themes/lovecraft/
 Description:  Child theme for Zombie Journalism
 Author:       WP Special Projects
 Author URI:   https://wpspecialprojects.wordpress.com
 Template:     lovecraft
 Version:      1.0.0
 Text Domain:  lovecraft-child
*/


/* Hide footer even if there's a widget there (Jetpack Privacy Widget used) */

.section.footer {
    display: none;
}


/* Improve display of akismet notice */

.respond-container .akismet_comment_form_privacy_notice {
    width: 629px;
    max-width: 85%;
    margin: -30px auto 0;
    padding: 0 0 60px;
}

@media screen and ( max-width: 500px) {
    .respond-container .akismet_comment_form_privacy_notice {
        max-width: 90%;
        padding: 0 0 40px;
    }
}


/* Jetpack instant search overlay input spacing */

.jetpack-instant-search__widget-area input[type="search"] {
    margin-bottom: 1.5em;
}

.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #ffffff;
}