/*
 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
*/

/*

Adjust checkbox location for SMS compliance. 

*/

#field_{1}_{8,9} div.gchoice input[type=checkbox],
#field_{3}_{8,9} div.gchoice input[type=checkbox],
#field_{2}_{6,7} div.gchoice input[type=checkbox] {
	vertical-align: top;
}

/*

Change html text against the darkback drop. References form on home page. 
*/

#field_{2}_{8} div.html-text {
	color: #ffffff;
}