/* Enter Your Custom CSS Here */

#hero .page-title, #hero .page-title .outer {padding: 0px; border: 0px solid #fff;}

#hero .page-title .inner {background: #00000066; padding: 10px 0px;}

#hero .page-title {width:100%;}

#hero h1 {color:#fff;}

#hero .page-title h1 {text-transform:none; margin-top: 124px; max-height: 40px;}

.content-fullwidth {max-width: 750px; margin: 0 auto;}

#hero .page-title p.lead {text-transform:none; margin-top:90px; letter-spacing:0px;}

.social-sharing li {margin: 0 19px 0 0;}

.terms {display:none;}

.inner h3 {margin-top:20px}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
    padding: 15px;
	  width: 100%;
	  max-width: 600px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #444;
    border: 0;
    background: #f6f6f6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	  border: 1px solid #eaeaea;
}

input.wpcf7-form-control.wpcf7-submit {
    font-family: inherit;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    background: #222;
    padding: 1.4em 2.5em;
    border: 0;
    margin: 15px 0 0;
    -webkit-transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	cursor: pointer;
	background: #333333;
}
