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

.none{display:none !important;}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
{ border-radius:15px; width: 100%; font-size: 14px;}
form p {margin-bottom: 1em;}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border-radius: 15px;
	font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 430px) {

	p.main-title a {
		font-size: 24px;
	}
	h1.gb-text.gb-text-4072e86c {
    	font-size: 42px;
	}
}