.soulmotor-search input[type=text], .soulmotor-search .input-text
{
	background: transparent;
	padding: 10px 0 10px 0;
	min-width: 100%;
	margin: 0;
	border: 0;
	border-bottom: 1px solid;
	outline: none;
	-webkit-transition: border-color linear .3s;
	-moz-transition: border-color linear .3s;
	-o-transition: border-color linear .3s;
	transition: border-color linear .3s;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.soulmotor-search input[type=text]:focus,.soulmotor-search .input-text:focus
{
	outline: 0;
}

.soulmotor-search select 
{
	padding: 10px;
	min-width: 100%;
	outline: none;
	box-sizing: border-box;
	border: 1px solid;
	background-color: transparent;
}

.soulmotor-search input[type=submit]
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .6em 2.5em .6em 2.5em;
	border: 1px solid;
	text-shadow: none;
	-webkit-appearance: none;
	box-shadow: 0 0 0 0;
	font-style: normal;
	font-weight: normal;
	text-transform: none;

	-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-moz-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-ms-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
	transition: color .2s linear, background .3s linear, opacity .2s linear;
}


.soulmotor-search .smo_search-check-in-date,
.soulmotor-search .smo_search-check-out-date,
.soulmotor-search .smo_search-adults,
.soulmotor-search .smo_search-children,
.soulmotor-search .smo_search-promo-code,
.soulmotor-search .smo_search-submit-button
{
    box-sizing: border-box;
    padding-right: 10px;
    width: calc(20% - 5px);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.soulmotor-search .smo_search-check-in-date,
	.soulmotor-search .smo_search-check-out-date,
	.soulmotor-search .smo_search-adults,
	.soulmotor-search .smo_search-children,
	.soulmotor-search .smo_search-promo-code,
	.soulmotor-search .smo_search-submit-button
	{
		width: calc(25% - 5px) !important;
		padding-bottom: 10px !important;
	}
	
	.soulmotor-search .smo_search-submit-button
	{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.soulmotor-search .smo_search-check-in-date,
	.soulmotor-search .smo_search-check-out-date,
	.soulmotor-search .smo_search-adults,
	.soulmotor-search .smo_search-children,
	.soulmotor-search .smo_search-promo-code,
	.soulmotor-search .smo_search-submit-button
	{
		width: calc(50% - 5px) !important;
		padding-bottom: 10px !important;
	}
	
	.soulmotor-search .smo_search-submit-button
	{
		margin-top: 10px;
	}
}
