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

.no-margin {margin:0;}
.mb-0 {margin-bottom: 0;}

@media (min-width: 769px) {
	.homeHeroInner {
		width:33.33%;
	}
}

@media (max-width: 768px) {
.home .page-hero {
	background-image: none;
	background-color: #eee;
	}
	.home .home-thought-girl {
		display: none;
	}
	.home .home-thoughtful-container div:first-child {
		flex-basis:100% !important;
	}
}

.home #gform_submit_button_1 {
	display: inline-flex;
    flex-direction: row;
    position: relative;
    padding: 15px 20px;
    margin: auto;
    background-color: #0366d6;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;	
}

.gform-theme--foundation .gform_fields {
	--gform-theme-form-row-gap: 20px;
}
.gform_validation_errors {
    display: none !important;
}

#right-sidebar input#gform_submit_button_1 {
	width: 100%;
	font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-pagelist a {color:#ffffff;}
.footer-pagelist li {margin-bottom:0;}