/*

Theme Name: X - Child Theme: Renew
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Renew in this child theme.
Version: 1.0.0
Template: x

*/

@import url( '../x/framework/css/dist/site/stacks/renew.css' );

/* Contact 7 Form */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="select"],
.wpcf7 textarea,
.wpcf7-select{
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border-radius: 4px;
color: #F07802;
display: inline-block;
font-size: 19px;
height: 45px;
line-height: 31px;
margin-bottom: 15.5px;
padding: 4px 6px;
vertical-align: middle;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="select"]:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus{
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
outline: 0px none;
}

.wpcf7-submit {
color: #fff;
padding: 9px 20px;
}

.wpcf7 p {
font-size: 19px;
line-height: 31px;
margin-bottom: 10px;
}

.x-content-band {
margin: 0 0 10px;
padding: 0px 0;
}

