.strapsco-contact-form p {
	clear: both;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.strapsco-contact-form p.strapsco-contact-form-group {
		float: left;
		clear: none;
		width: 50%;
	}

	.strapsco-contact-form-group-left {
		padding-right: 15px;
	}

	.strapsco-contact-form-group-right {
		padding-left: 15px;
	}

	.strapsco-contact-form p.strapsco-contact-form-group-left {
		clear: left;
	}
}

.strapsco-contact-form label {
	display: block;
}

.strapsco-contact-form .wpcf7-form-control-wrap {
	display: block;
}

.strapsco-contact-form .wpcf7-text,
.strapsco-contact-form .wpcf7-email,
.strapsco-contact-form .wpcf7-textarea,
.strapsco-contact-form .wpcf7-select {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #eee;
	border-radius: 0;
	margin: 0;
	background-color: #eee;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.42857143;
	box-shadow: none;
	outline: 0;
}

.strapsco-contact-form .wpcf7-textarea {
	height: auto;
}

.strapsco-contact-form-group-file {
	min-height: 50px;
}

input[type='file'].strapsco-contact-form-file-input {
	display: none;
}

.strapsco-contact-form-group-file .strapsco-contact-form-attach-file-button {
	padding: 6px 12px;
	border-width: 0;
	border-radius: 2px;
	background-color: #222;
	color: #fff;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	cursor: pointer;

	/* shoptimizer does this for submit buttons - for consistency, do the same thing for the attachment button */
	transition: all .2s;
}

.strapsco-contact-form-group-submit {
	overflow: hidden;
	text-align: right;
}

.strapsco-contact-form-group-submit .wpcf7-submit {
	display: inline-block;
	float: right;
	padding: 6px 12px;
	border-width: 0;
	border-radius: 2px;
	background-color: #222;
	color: #fff;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	cursor: pointer;
}

.strapsco-contact-form-group-submit .wpcf7-submit:focus {
	outline: 0;
}
