/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Version:      0.1
*/


/*--- Keep Footer at Bottom of Page ---*/
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}



/*--- Center the Page Title ---*/
h1.entry-title {
    text-align: center;
}


.breadcrumb {
    text-align: center;
}

.site-header {
    border-bottom: 1px solid #ffffff;
}

/*--- 2 Column Form Styles Start ---*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/*--- 2 Column Form Styles End ---*/


/*--- Sets form drop down fields to full width ---*/
select.wpcf7-form-control, input.wpcf7-text{
width: 100% !important;
}


/*--- Form button colors ---*/
input.wpcf7-form-control.wpcf7-submit:hover {
background-color:#ffffff;
color: #E25400;
border-color:#E25400;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #E25400;
color: #ffffff;
border-color: #ffffff;
}


/*--- Contact Form Check Box Display ---*/
span.wpcf7-list-item {display: block;}


/*--- Keep Footer at Bottom of Page ---*/
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}