.cb-contact-form {
	max-width: 720px;
	margin: 0;
	font-family: inherit;
}

.cb-contact-form .ff-el-group {
	margin-bottom: 18px;
}

.cb-contact-form .ff-el-input--label label {
	margin-bottom: 7px;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.cb-contact-form input[type="text"],
.cb-contact-form input[type="email"],
.cb-contact-form textarea {
	width: 100%;
	max-width: 560px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #fff;
	color: #222;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.45;
}

.cb-contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.cb-contact-form .ff-btn-submit,
.cb-contact-form button[type="submit"] {
	border: 0;
	border-radius: 0;
	background: #777;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cb-contact-form .ff-btn-submit:hover,
.cb-contact-form .ff-btn-submit:focus,
.cb-contact-form button[type="submit"]:hover,
.cb-contact-form button[type="submit"]:focus {
	background: #5f5f5f;
	color: #fff;
}

.cb-contact-form .ff-el-is-error input,
.cb-contact-form .ff-el-is-error textarea {
	border-color: #b00020;
}

.cb-contact-form .error,
.cb-contact-form .ff-el-is-error .text-danger {
	color: #b00020;
}

.cb-contact-fallback {
	max-width: 720px;
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 4px solid #777;
	background: #f5f5f5;
	color: #222;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.45;
}

@media (max-width: 640px) {
	.cb-contact-form input[type="text"],
	.cb-contact-form input[type="email"],
	.cb-contact-form textarea {
		max-width: 100%;
	}
}
