#reservation-wrapper h2.form-title {
	margin-top: 63px;
	margin-bottom: 80px;
}
#reservation-wrapper label.custom_form_label.chooselocation-label,
#reservation-wrapper label.custom_form_label.choosetime-label {
	width: 45%;
	margin-right: 10%;
}
#reservation-wrapper label.custom_form_label.eventdate-label,
#reservation-wrapper label.custom_form_label.diners-label  {
	width: 45%;
	margin-right: 0;
	padding: 0 18px 45px 2%;
}
#reservation-wrapper label.custom_form_label.eventdate-label:after {
	content: '';
	position: absolute;
	right: 8px;
	top: 5px;
	background: url("../images/calendar-icon.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
}
label.custom_form_label.choosetime-label .dropdown-wrapper {
	width: 32%;
	float: left;
	margin-left: 15%;
	position: relative;
}
.time-label {
	width: 20%;
	float: left;
	font-size: 16px;
	color: #666666;
	margin-left: 0;
	padding-right: 10px;
	margin-top: 5px;
	font-style: italic;
}



label.custom_form_label.choosetime-label #reservation-hour {
	margin-left: 0%;
}
#reservation-wrapper button.submit_button {
	background-color: #e31b23;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#reservation-wrapper button.submit_button:hover {
	transform: translateY(-1px);
	-webkit-transform: translateY(0px);
	box-shadow: 0 8px 8px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 750px){
	#reservation-wrapper label.custom_form_label.chooselocation-label,
	#reservation-wrapper label.custom_form_label.choosetime-label {
		width: 52%;
		margin-right: 3%;
	}
	label.custom_form_label.choosetime-label .dropdown-wrapper {
		width: 36%;
		margin-left: 8%;
	}
}
@media only screen and (max-width: 500px){
	#reservation-wrapper label.custom_form_label.chooselocation-label,
	#reservation-wrapper label.custom_form_label.choosetime-label {
		width: 100%;
		margin-right: 0;
	}
	#reservation-wrapper label.custom_form_label.eventdate-label,
	#reservation-wrapper label.custom_form_label.diners-label {
		width: 100%;
	}
	#reservation-wrapper h2.form-title {
		margin-top: 43px;
		margin-bottom: 40px;
	}
}