.leon-job-form {
	margin-bottom: 50px;

}
.leon-job-form fieldset {
	display: none;
}
.leon-job-form fieldset#page-1 {
	display: block;
}

.leon-job-form .field-wrapper {
	margin-bottom: 50px !important;
}

.leon-job-form .aaiu_button {
	background: #c0272d;
	color: white;
	padding: 10px;
	display: inline-block;
}

.leon-job-form #criminal-text {
	display: none;
}

.thank-you-application {
	display: none;
	color: #fff;
	text-transform: uppercase;
	background: #c0272d;
	padding: 30px;
	font-family: Agenda, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#working-times {
	display: none;
}

#working-times table {
	margin-top: 20px;
}

#working-times th {
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
}
#working-times th,
#working-times td {
	width: 12.5%;
}

#working-times input {
	text-align: center;
}

#working-times input::-webkit-input-placeholder {
   opacity: 0.1;
}

#working-times input:-moz-placeholder { /* Firefox 18- */
   opacity: 0.1;
}

#working-times input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 0.1;
}

#working-times input:-ms-input-placeholder {  
   opacity: 0.1;
}

#hearabout_other {
	display: none;
}


.steps {
	font-size: 30px !important;
	text-align: center;
	margin: 30px 0 40px !important;
	font-weight: bold;
	clear: both;
}
.steps span {
	margin: 0 10px;
	cursor: pointer;
	transition: all 0.5s linear;
}
.steps .active {
	color: #c0272d;
}

.steps-buttons {
	text-align: center;
}

.steps-buttons a {
	background: white;
	color: #c0272d;
	border: none;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	font-family: Agenda,Helvetica,Arial,sans-serif;
	margin: 0 20px;
}


.leon-job-form select {
	background-image: url(/wp-content/themes/leonrestaurants/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 98% 15px;
    background-size: 18px;
}