/* Hide gcaptcha badge on other pages besides contact us page */
body:not(.page-id-22) .grecaptcha-badge {
	display: none;
}