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

.site-header .header-image {
    width: 320px;
}
.quote-form p{
	color:#ffffff;
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:0;
	margin:0;
}

.quote-form input[type="date"],
.quote-form input[type="datetime"],
.quote-form input[type="datetime-local"],
.quote-form input[type="email"],
.quote-form input[type="month"],
.quote-form input[type="number"],
.quote-form input[type="password"],
.quote-form input[type="search"],
.quote-form input[type="tel"],
.quote-form input[type="text"],
.quote-form input[type="time"],
.quote-form input[type="url"],
.quote-form input[type="week"],
.quote-form input.text,
.quote-form textarea{
	width:100%;
}
.quote-form .wpcf7-submit,
.quote-form input[type=submit]
.quote-form button,
.quote-form input[type="button"], 
.quote-form input[type="reset"], 
.quote-form input[type="submit"], 
.quote-form a.button, 
.quote-form a.wp-block-button__link:not(.has-background){
	background:none;
	color:#ffffff;	
	border:1px solid #ffffff;
	width:50%;
	margin:40px auto 0;
}
.quote-form .wpcf7-submit:hover,
.quote-form input[type=submit]:hover,
.quote-form button:hover,
.quote-form input[type="button"]:hover,
.quote-form input[type="reset"]:hover,
.quote-form input[type="submit"]:hover,
.quote-form a.button:hover,
.quote-form a.wp-block-button__link:not(.has-background):hover{
	background:#ffffff;
	color:#465362;
	border:1px solid #ffffff;
}
	
.site-footer{
	line-height:1.25em;
}

body.page:not(.home) h1.gb-headline{
	display:none;
}

