#acf-form .acf-label {
	margin: 0;
	font-weight: 400;
	font-size: 0.8rem;
}

#acf-form .acf-field {
	border: none;
  padding: 0;
  display: inline-table;
	width: 32%;
	margin-bottom: 10px;
}

#acf-form .acf-field-message {
	display: block;
	clear: both;
	/* margin-top: 40px; */
	width: 100%;
	margin-bottom: 10px;
}
#acf-form .acf-field-message .acf-label {
	font-weight: bold;
	font-size: 1.5rem;
	color: #7dbaaa;
}

#acf-form .acf-field + .acf-field-message{
	margin-top: 30px;
}

#acf-form input {
	font-weight: 600;
}
/*
.acf-form-submit {
	margin-top: 20px;
	margin-bottom: 10px;
    display: inline-block;
    padding: 12px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff !important;
    -moz-border-radius: 20px 0;
    -webkit-border-radius: 20px 0;
    border-radius: 20px 0;
    background: #ee465a linear-gradient(180deg, #f06171, #ee465a) repeat-x;
    border: 1px solid #ee465a;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
*/
#acf-form input,
#acf-form select {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px;
    border: 2px solid #f8f7f4;
    line-height: 150%;
    background: #f8f7f3;
    color: #111111;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#acf-form input:focus,
#acf-form select:focus {
	border: 2px solid #e0dfdc;
	outline: none;
}
#acf-form input:-webkit-autofill,
#acf-form input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
#acf-form select {
	height: 44px;
}



#acf-form .acf-field-true-false {
	width: 100%;
}

#acf-form .acf-field-radio {
	width: 100%;
}

#acf-form .acf-field-true-false input[type="radio"],
#acf-form .acf-field-true-false input[type="checkbox"] {
    display: inline;
    width: auto;
    margin-right: 5px;
}

#acf-form .acf-field-radio input[type="radio"] {
    display: inline;
    width: auto;
    margin-right: 5px;
    width: 30px
}



#acf-form .acf-form-submit {
	/* width: 33%; */
	display: inline-block;
	margin-top: 30px;
}
#acf-form .acf-form-submit input {

	display: inline-block;
    padding: 12px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff !important;
    -moz-border-radius: 20px 0;
    -webkit-border-radius: 20px 0;
    border-radius: 20px 0;
		background: #ee465a linear-gradient(180deg, #f06171, #ee465a) repeat-x;
    border: 1px solid #ee465a;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	/* display: inline-block;
	background-color: #ee455a;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 16px 25px;
	margin: 40px 15px;
	border: none;

	-moz-border-radius: 40px 0;
	-webkit-border-radius: 40px 0;
	border-radius: 40px 0;

	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);

	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; */
}
#acf-form .acf-form-submit input:hover {
	/* background-color: #e44357;
	color: #fff;

	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
	background: #eb233b linear-gradient(180deg, #ed4356, #eb233b) repeat-x;
border-color: #ea1730;
}

.select2-selection--single {
    height: 44px !important;
    line-height: 44px;
    background: #f8f7f4 !important;
    border: 0 !important;
    font-size: 0.9rem;
}
.select2-selection--single > .select2-selection__arrow {
	height: 44px !important;
}
.select2-selection--single > .select2-selection__rendered {
	line-height: 44px !important;
}


#message.updated p{
	background-color: #f8f7f2;
    padding: 10px 20px;
    border-left: 2px solid #7bbaaa;
    color: #111;
    margin-bottom: 5px;
}

.acf-warning {
	background-color: #f8f7f2;
    padding: 10px 20px;
    border-left: 2px solid #ee455a;
    color: #111;
    margin-bottom: 20px;
}
.acf-warning a {
	background: #ee455a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 0.9rem;
}


@media (max-width: 1199px) {
	#acf-form .acf-field {
		width: 49%;
	}
	#acf-form .acf-field-message {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#acf-form .acf-field {
		width: 100%;
	}
}
