body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap input[type="text"],
body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .category-search-wrap,
body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .location-search-wrap {
	width: 25%;
}
body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap input[type="text"] {
	padding-left: 12px
}
body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap:before {
	content: none;
}
body .elm-search-form .searchinput,
body .elm-search-form .select2-container .select2-choice {
	font-size: 14px;
	line-height: 20px;
}
/******************/
/* extend service */
/* extend course  */
/******************/
body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .service-search-wrap,
body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .course-search-wrap {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 42px;
}
.search-form-type-1 .elm-search-form .service-search-wrap,
.search-form-type-1 .elm-search-form .course-search-wrap {
	height: 44px;
	background: none;
	border-left: 1px solid rgba(0,0,0,0.1);
	color: #7a7a7a;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 25%;
	float: left;
}
.search-form-type-1 .elm-search-form .service-clear,
.search-form-type-1 .elm-search-form .course-clear {
	top: 13px;
	right: auto;
	left: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	opacity: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.search-form-type-1 .elm-search-form .option-selected .service-clear,
.search-form-type-1 .elm-search-form .option-selected .course-clear {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.elm-search-form .service-clear,
.elm-search-form .course-clear {
	background: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #c00;
	cursor: pointer;
	height: 16px;
	opacity: 0;
	position: absolute;
	right: -4px;
	text-align: center;
	top: -4px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 16px;
	z-index: 1;
}
.elm-search-form .service-clear .fa,
.elm-search-form .course-clear .fa {
	display: block;
	font-size: 10px;
	line-height: 14px;
}
/* radius toggle */
body .elm-search-form-main .elm-search-form .search-form-container .radius {
	background-color: #ffffff;
	border-left: 1px solid rgba(0,0,0,0.1);
	padding: 0 9px 0px 8px;
}
body .elm-search-form-main .elm-search-form .search-form-container .radius-toggle {
	background-color: #ffffff;
	background-image: url('../img/radar.png');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 38px auto;
	background-size: 38px auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 42px;
	width: 42px;
}
body .elm-search-form-main .elm-search-form .search-form-container .radius-toggle:after {
	content: none;
}
body .elm-search-form-main .elm-search-form .radius-display.radius-input-visible {
	background-color: transparent;
	background-image: url('../img/radar.png');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 42px;
	width: 42px;
}
body .elm-search-form-main .elm-search-form .radius-display.radius-input-visible:after {
	content: none;
}
body .elm-search-form-main .elm-search-form .radius-popup-container {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/** responsive  */
@media only screen and (max-width : 640px) {
	body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .category-search-wrap,
	body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .location-search-wrap,
	body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .service-search-wrap,
	body .elm-search-form-main .elm-search-form .search-form-container .search-inputs-wrap .course-search-wrap {
		float: none;
		width: 100%;
		padding-left: 0px;
		border-right: none;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
}