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

.inside-article{
	padding:0!important;
}

.inside-header {
  padding: 10px 20px;
}

.inside-header{
	max-width:1400px;
}

#main{
	margin:0px;
}

#masthead{
	background:transparent;
}

.front-header-content{
	max-width:400px;
	text-align:center;
}

.front-header-content h1{
	font-size:48px;
	margin-bottom:5px;
}

.font-header{
	font-family: 'Oleo Script',cursive;
	font-size:52px;
}

.front-header-bg > .grid-container{
	max-width:1200px;
}

.contact-us h2{
	margin-bottom:0
}

.wpcf7{
	color:#fff;
}

.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea{
	color:#fff!important;
	font-size:14px;
	border:none;
	border-bottom:1px solid #fff;
	width:600px;
}


.wpcf7-submit{
	background:transparent!important;
	border:solid 2px #fff!important;
}

.inside-site-info{
	padding:10px;
}

.has-custom-bg > .grid-container{
	max-width:1400px;
	margin:auto;
}

@media(max-width:1200px){
	.menu-item a{
		font-size:20px!important;
		padding:0px 15px!important;
	}
	
}

@media(max-width:990px){
	.menu-item a{
		font-size:20px!important;
		padding:0px 8px!important;
	}
	
				.has-custom-bg .gutentor-single-column{
		padding-bottom:25px;
	}
	
	.has-custom-bg section{
		margin:0;
	}
	
	.has-custom-bg > .grid-container{
		max-width:800px;
		margin:auto;
	}
	
}

@media(max-width:1200px){
	.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea{
	width:100%;
}

}

@media(max-width:600px){
	
	
	.front-header-content h1{
		font-size:38px;
		text-shadow:0px 0px 4px #000;
	}
	.site-logo{
		max-width:175px;
	}
	
	h2{
		font-size:32px!important;
	}
}