/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*my code below*/
.container-wrap .wpcf7 input[type="text"],
 .container-wrap .wpcf7 textarea,
  .container-wrap .wpcf7 input[type="email"],
   .container-wrap .wpcf7 input[type="password"], 
   .container-wrap .wpcf7 input[type="tel"], 
   .container-wrap .wpcf7 input[type="url"],
    .container-wrap .wpcf7 input[type="search"],
     .container-wrap .wpcf7 input[type="date"],
      .container-wrap .wpcf7 input[type="submit"],
      .container-wrap .wpcf7 textarea,
      .wpcf7 .wpcf7-quiz-label {
    padding: 5px;
    line-height: 14px;
    width: 100%;
   }
   .container-wrap .wpcf7 textarea{height: 60px;}
.wpcf7 p {padding-bottom: 5px;}
html .wpcf7 .wpcf7-quiz-label{clear: both;display: block; color: #fff!important; text-align: center;width: 100%;}
a.white{color: #fff;}


