/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/

#wpcf7-f11-p36-o1 { 
padding:20px;
}
#wpcf7-f11-p36-o1 input[type="text"],
#wpcf7-f11-p36-o1 input[type="email"],
#wpcf7-f11-p36-o1 textarea {
background-color: rgba(222, 18, 15, 1);
width:100%;
color:#FFF;
font-family:lora, "Open Sans", sans-serif; 
border-radius: 0px;   
}
#wpcf7-f11-p36-o1 input[type="submit"],
#wpcf7-f11-p36-o1 input[type="button"] { 
background-color: rgba(222, 18, 15, 1);
margin-top:30px;
width:200px;
height: 60px;
text-align:center;
text-transform:uppercase;
border-radius: 0px;  
}

#wpcf7-f11-p36-o1 input[type="submit"]:hover {
background-color: #676767;
}