/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: KVF Marketing
Author URI: http://www.kvfmarketing.com
Template: enfold
*/



/*Add your own styles here:*/

.general_intake_form { position:relative;
	padding: 0 15px 0 0;
}
.page_steps {
  display: flex;
}
.steps_item {
  width: 33.33%;
  background: #d9d9d9;
  border-right: 2px #c74d2c solid;
}
.steps_item h2 {
  display: block;
  margin: 0;
  padding: 21px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}
.steps_item.active_step{background:#3f342e;}
.steps_item.complete_step{background:#eaa63b;}
.steps_item.active_step h2{color:#fff;}
.stepscnt_main {
	padding: 20px;
	border: 1px #ccc solid;
	box-sizing: border-box;
}
.stepscnt_main h2 {
	font-size: 29px;
	font-weight: 300;
	margin-bottom: 23px;
}
.form_row input {
	padding: 15px !important;
}

.payment_option label {
	display: block;
	background: #ececec;
	font-size: 15px !important;
	padding: 9px 9px 10px;
	margin-bottom: 4px;
	cursor: pointer;
}
.payment_option label:hover{background:#e2e2e2;}
.payment_option label span {
	font-size: 20px !important;
	font-weight: bold !important;
	display: inline-block;
	padding-left: 6px;
	position: relative;
	top: 3px;
}
.form_buttonrow {
	padding: 20px 0 0;
}
.form_buttonrow input {
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}
.stepscontent{display:none;}
.form_buttonrow a {
	display: inline-block;
	background: #c74d2c;
	text-decoration: none;
	color: #fff!important;
	padding:12px 30px;
	text-transform: uppercase;
	font-size: 15px;
}
.form_buttonrow a:hover{color:#fff; background:#883d1f;}

.loading_form {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	box-sizing: border-box;
	padding-top: 140px;
}
.loading_form img {
	object-fit: cover;
	height: 80px;
	width: 180px;
}
.required.error_field {
	border-color: red !important;
}

