.hidden-search-bar {
	display: none !important;
}

.visible-search-bar {
	display: block !important;
}


.search-bar-nav-wrapper {
	padding: 4px 0 0 0;
}


.search-bar.row.searchhome {
	margin-top: -50px;
	padding: 0;
}


.search-bar {
	margin-top: -40px;
}

.search-bar input {
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	border-radius: 3px;
}

.search-bar input, select:focus {
	font-size: 16px;
	caret-color: #F81B84;
	line-height: normal;
}


.search-bar input {
	height: 60px !important;
	/*line-height: 60px !important;*/
	border-radius: 30px !important;
	padding: 0 35px !important;
	box-shadow: 0 2px 6px 0 hsla(206, 8%, 62%, 0.3) !important;
	background: #ffffff url("/assets/img/landing/icons/loop.svg") no-repeat scroll right 25px center;
}

.search-bar input:hover {
	box-shadow: 0 8px 20px 0 hsla(206, 8%, 62%, 0.3) !important;
	transition: all .6s ease 0s;
}

@media only screen and (max-width: 736px) {

	.search-bar input {
		padding: 0 25px !important;
		background: #ffffff;

	}

	.search-bar input {
		font-size: 12px;
	}

	.search-bar input, select:focus {
		font-size: 12px;
	}

}


