/*
Theme Name:     GeneratePress-child
Description:    Child theme of GeneratePress - for MPP
Author:         Pivot Design
Template:       generatepress

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}
/* Shows the reCAPTCHA on the Contact page */
.page-id-24 .grecaptcha-badge {
    display: block !important;
	bottom: 100px !important;
}