/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.search-wrapper {
  	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: -8.5em;
    right: 0;
    top: 80px;
    text-align: center;
		width: 335px;
}


input#searchInput {
    width: 335px;
    font-size: .7em;
    font-weight: 300;
}

@media screen and (max-width: 1024px){
	input#searchInput{
		
	}
	
	#fes-vendor-dashboard {
    overflow: hidden;
    padding: 1em;
    margin-top: 3em;
}
	.search-wrapper {
    left: 0;
    right: 0;
    top: 29em;
}
}