/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

#left { 
width: 49%; 
float: left; 
margin-right:2%;  
}

#message { 
width: 100%; 
float: left; 
}

#right { 
width: 49%; 
float: left; 
}

.clearfix:after { 
content:"\0020"; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
overflow:hidden; 
margin-bottom:5px;
}

.clearfix { 
display:block; 
}

.wpcf7-submit {
    border: 2px solid #d2ff00 !important;
border-radius: 100px; !important;
    background-color: transparent !important;
    color: #ffffff !important;
}
.wpcf7-submit:hover {
    border-color: transparent !important;
background-radius: 100px; !important;
    background-color: #d2ff00 !important;
    color: #000000 !important;
}
.wpcf7-text {
background-color: transparent !important;
color:#ffffff; !important; 
}
.wpcf7-textarea {
background-color: transparent !important;
color:#ffffff; !important;
}

.wpcf7-form-control.wpcf7-text {
	color: rgba(226, 226, 226, 1);
	font-weight: 300;
	font-style: normal;
}