/*
Theme Name: Classic Buicks
Theme URI: http://www.goelemental.com
Author: Elemental Consulting
Author URI: http://www.goelemental.com
Description:  Recreates the ClassicBuicks.com design (child theme of Underscore)
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: underscore
*/

#country {
	padding:5px;
}
#cmdCheckout {
	padding:5px;
	background-color: green;
	color: #fff;
	font-weight:600;
}

#cmdUpdate {
	padding:5px;
}

/*adjusts padding for "Same as billing" checkbox on checkout form */
#label_1_36_1{
	padding-top:11px !important;
}

.gfield_required {
	color: pink !important;
}

.validation_error {
	color:pink !important;
}


.OrderTotal {
	font-size:20px !important;
}

.ginput_product_price {
	color: #fff !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
	border: 2px solid red;
	background-color: #fff;
	padding:3px;
	}


.gform_button {
	padding:10px !important;
}

/*
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: pink;
	margin-bottom: 6px !important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box;
}
*/