/*
Theme Name:   Divi-C2IT
Theme URI:    http://c2itconsulting.net
Description:  GreenLight Child Theme
Author:       C2IT
Author URI:   http://c2itconsulting.net
Template:     Divi
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:  Divi-C2IT
*/

/* Hide Shopping Cart */
.et-cart-info span {
	display: none;
}

/* Hide description title */
.woocommerce-Tabs-panel--description h2 {
	display: none;
}

.wpcf7-form input[type="text"], input[type="email"], textarea, select {
	width:100% !important;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-textarea {
	padding: 16px;
	color: #999;
	background-color: #fff;
	font-size: 14px;
	border: 0px;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 100px;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4ca12;
	color: #000;
	border:0px;
	letter-spacing: 3.2px;
	font-weight: 600;
	text-transform: uppercase;
	width: auto;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
}