dompascal
12/12/2013 - 3:54 PM

WP - Forms CSS

WP - Forms CSS

/* forms */
/* ------------------------------------------------------------------------- */

form {
	/*
width: 95%;
	margin: 20px auto;
*/
}
input {
	width:100%;
	height: 25px;
	line-height: 25px;
	padding: 0 !important;
	margin: 0;
	line-height: 20px;
	text-indent: 10px;
	background: #e6e7e8;
	font-family: 'ProximaNovaRegular';
	text-transform: uppercase;
}
body.page-id-30 input, body.woocommerce-checkout input {
	border: none !important;
}
textarea {
	width: 100%;
	text-indent: 10px;
	background: #e6e7e8;
	font-family: 'ProximaNovaRegular';
	font-size: 0.9em;
	border:none;
	padding: 10px 0 0 0;
}
#mc_embed_signup .mc-field-group {
	min-height: 35px !important;
}
#mc_embed_signup .button, input.wpcf7-submit {
	background: transparent !important;
	color:#333 !important;
	text-align: left !important;
	padding:0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
	height: 20px !important;
	line-height: 20px !important;
	font-family: 'ProximaNovaSemiBold';
	font-size: 1em !important;
}