/*
 Theme Name:   Twenty seventeen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty seventeen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cname {
    margin-bottom: 7px;
    border-radius: 10px;
    padding: 9px 0px 9px 11px;
   width: 290px;
background: #fff;
color: #000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
border: 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.cphone{
    margin-bottom: 7px;
    border-radius: 10px;
    padding: 9px 0px 9px 11px;
    width: 290px;
background: #fff;
color: #000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
border: 0;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.cemail{
    margin-bottom: 7px;
    border-radius: 10px;
    padding: 9px 0px 9px 11px;
    width: 290px;
background: #fff;
color: #000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
border: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.cmessage{
    margin-bottom: 7px;
    border-radius: 10px;
   padding: 9px 0px 9px 11px;
width: 290px;
background: #fff;
color: #000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
border: 0;height: 90px;
}
.wpcf7-form-control.wpcf7-submit.csubmit{
/*       margin-bottom: 7px;
    border-radius: 10px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    float: right;
background:#0070a6;*/
 background-image: url("images/bg-row.gif");

    border: none;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 7px;
    margin-right: 5px;
    zoom: 1;
    position: relative;
}

.wpcf7-form-control.wpcf7-submit.csubmit:hover{
   /* color: #045090;background:#002d65;*/
       background: url(images/bg-button.gif) top repeat-x;
   
}
.freetrial .wpcf7-response-output.wpcf7-validation-errors {
    color: #000;
}
div.wpcf7-validation-errors{width:100% !important;}
.contact-left .wpcf7-response-output.wpcf7-validation-errors {
    color: #000;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #000;
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #000;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{color:#000;}


