.cpm-form {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}
.cpm-form hr {
	border-bottom: 1px solid #ddd;
	border-top: none;
	background: none;
}
.cpm-form .cpm-form-asterix {
	color: #ff0000;
}
.cpm-form-full-width {
	clear: both;
}
.cpm-no-margin {
	margin: 0;
}
.cpm-form-horizontal .cpm-left-indicator {
	box-sizing: border-box;
	border-left: 5px solid #ededed;
	padding-left: 20px;
	padding-bottom: 5px;
}
.cpm-form-half-first {
	width: 50%;
	float: left;
}
.cpm-form-half-last {
	width: 50%;
	float: left;
}
.cpm-form-buttons {
	text-align: center;
}
.cpm-form-small,
p.cpm-form-small {
	font-size: 0.75em;
	margin-bottom: 0;
}
.cpm-form-small.cpm-label-block {
	margin-top: -5px;
}
.cpm-form-horizontal label {
	width: 170px;
	text-align: right;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: middle;
}
.cpm-form-horizontal .cpm-label-block,
.cpm-form-horizontal label.cpm-label-block {
	width: 100%;
	display: block;
	padding-right: 0;
	text-align: left;
	margin-bottom: 5px;
}
.cpm-form-horizontal .cpm-margin-bottom {
	margin-bottom: 5px;
	display: block;
}
.cpm-form-horizontal fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	background: #ededed;
	border-radius: 5px;
	line-height: 2.5;
	padding: 0 20px;
	margin-bottom: 15px;
}
.cpm-form-horizontal input[type="text"],
.cpm-form-horizontal input[type="email"] {
	width: 530px;
	display: inline-block;
}
 .cpm-form-horizontal .cpm-full-width-input input[type="text"],
 .cpm-form-horizontal .cpm-full-width-input input[type="email"] {
 	width: 100%;
 }
.cpm-form-horizontal .cpm-form-half-first input[type="text"],
.cpm-form-horizontal .cpm-form-half-last input[type="text"],
.cpm-form-horizontal .cpm-form-half-first input[type="email"],
.cpm-form-horizontal .cpm-form-half-last input[type="email"],
.cpm-form-horizontal .cpm-form-half-first select,
.cpm-form-horizontal .cpm-form-half-last select {
	width: 210px;
}
.cpm-form-horizontal .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.cpm-form-horizontal .wpcf7-list-item label {
	width: auto;
	text-align: left;
	padding-right: 0;
	text-align: left;
}
.cpm-form-horizontal .cpm-form-three-column-list .wpcf7-list-item {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
}
.cpm-form-horizontal .cpm-form-two-column-list .wpcf7-list-item {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
.cpm-form-horizontal .wpcf7-list-item input[type="checkbox"] {
	position: relative;
	top: -2px;
}
.cpm-form-horizontal .cpm-form-three-column-list .wpcf7-list-item label {
	white-space: nowrap;
}
.cpm-form-horizontal .cpm-form-two-column-list .wpcf7-list-item label {
	white-space: nowrap;
}	
.cpm-form-horizontal input[type="submit"] {
	width: auto;
	margin-left: 0;
	padding-right: 65px;
	display: inline-block;
	background-size: 40px 100%;
	display: inline-block;
	vertical-align: top;
	background: #273033;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	border: 4px solid #494d54;
	border-radius: 5px;
	margin: 0 5px 10px;
	text-align: left;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
}
.cpm-form-horizontal input[type="submit"]:hover {
	background: #7f868b;
	text-decoration: none;
}
@media (max-width: 767px) {
	.cpm-form {
		width: 100%;
	}
	.cpm-form-half-first,
	.cpm-form-half-last {
		width: 100%;
	}
	.cpm-form-horizontal label {
		display: block;
		width: 100%;
		text-align: left;
	}
	.cpm-form-horizontal input[type="text"], 
	.cpm-form-horizontal input[type="email"] {
		width: 100%;
	}
	.cpm-form-horizontal .cpm-form-two-column-list .wpcf7-list-item,
	.cpm-form-horizontal .cpm-form-three-column-list .wpcf7-list-item {
		width: 100%;
	}
}