/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
#masthead{
	border-bottom: 5px solid #a3b077;
}
.grecaptcha-badge{ transition: all .2s; -webkit-clip-path: polygon(188px 0%, 100% 0, 100% 100%, 188px 100%); clip-path: polygon(188px 0%, 100% 0, 100% 100%, 188px 100%); box-shadow: none; margin-right: 0px; filter: grayscale(1);}

.grecaptcha-badge:hover{-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%); filter: none;}
img{ border-radius: 8px;}