/*
Theme Name: Carpa Impact Theme
Template: salient
Version: 1.0
*/

/* Form */

select.wpcf7-form-control.wpcf7-select {
	padding: 13px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 !important;
	border-radius: 5px;
}

.message-label,
.text-label
{
	width: 100%;
	float: left;
	text-align: left;
}

@media only screen and (min-width: 1000px) {
	.text-label {
		width: 50%;
	}
	
	.contact-pl-25 {
		padding-left: 25px; 
	}
	
	.contact-pr-25 {
		padding-right: 25px; 
	}
}