@charset "UTF-8";
/* CSS Document */

.select-css {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	padding: 14px 0 14px 10px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: .25em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	color: #222;
	outline: none;
}
.select-css option {
	
}


.select-event {
	display: block;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	padding: 10px;
	width: 20%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: .25em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;	
}
@media screen and (max-width: 800px) {
.select-event {
	width: 100%;
} 
}
.select-event::-ms-expand {
	display: none;
}
.select-event:hover {
	border-color: #888;
}
.select-event:focus {
	border-color: #aaa;
	color: #222;
	outline: none;
}
.select-event option {
	font-weight: normal;
}


.select-date {
	display: block;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	padding: 10px;
	width: 19%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: .25em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}
@media screen and (max-width: 800px) {
.select-date {
	width: 100%;
} 
}
.select-date::-ms-expand {
	display: none;
}
.select-date:hover {
	border-color: #888;
}
.select-date:focus {
	border-color: #aaa;
	color: #222;
	outline: none;
}
.select-date option {
	font-weight:normal;
}

#selectVenue {
	margin-bottom: 35px;
}