/*
Theme Name: Real Estate Lawyer Ottawa
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.wpcf7 label{
	width: 100%;
}
.wpcf7 input,
.wpcf7 textarea{
	min-height: 40px;
	background: #f4f4f4;
}
.wpcf7-form input[type=submit] {
	border-radius: 30px;
    background: #d0b089;
    padding: 12px 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 50px;
    padding-right: 50px;
	font-family: Oxygen, sans-serif;
    font-weight: 700;
    font-size: 15px;
	border: none;
    text-align: center;
    margin: 0 auto;
    display: block;
	text-transform: uppercase;
}
.wpcf7-recaptcha > div {
	    display: block;
    margin: 0 auto 15px;
    text-align: center;
}