/*
Theme Name:   Carservice Child
Theme URI: https://1.envato.market/car-service-mechanic-auto-shop-wordpress-theme
Description:  Carservice Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     carservice
Version:      1.2
Text Domain:  carservice
*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"], 
.wpcf7 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
	 border:1px solid #cecece;    
     width: 95%;
     padding: 2%;
 }
.wpcf7 textarea {height:100px;}
.wpcf7 p {margin-top:10px; margin-bottom:10px;}
.wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 16px;
     font-weight: 400;
     background: #555555;
     padding: 5px 25px 5px 25px;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
 }
.wpcf7 input:hover[type="submit"] {background: #494949;transition: all 0.4s ease 0s;}
.wpcf7 input:active[type="submit"] {background: #000000;}