/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

.wpcf7-form { 
	background:#666666;
	opacity:0.9;
	padding:10px;  
	border:2px solid #f6efdf; 
	margin-bottom:20px; 
	border-radius:7px; 
	}
 

.wpcf7-form textarea { 
	
	padding: 5px 0px 5px 7px;
	border:3px solid #fff; 
	border-radius:7px;

}
 
.wpcf7-form p { 
	color:#fff;
	margin-top:10px; 
}
 
.wpcf7-form .wpcf7-submit { 

    padding-right:30px;
	padding-bottom:15px;
	padding-left:28px;
	padding-top:15px;
    border-width: 2px;
   
	
	}

.wpcf7-response-output
{color:#fff;}



