/* search */
.searchform {
	margin: 0;
}
 #the7-search {
    padding: 0 10px 0 45px !important;
}
#the7-search::placeholder {
    opacity: 1;
    color: #777;
}
.searchform .submit {
    background: #077fde;
	color: #fff !important;
    width: 40px !important;
    left: 0 !important;
    right: auto !important;
}
.search.search-results .paginator {
    margin-bottom: 70px;
}
.no-results.not-found {
	text-align: center;
}
.no-results.not-found .searchform {
    max-width: 550px;
    margin: 0 auto 25px;
}
.no-results.not-found img {
    width: 200px;
    margin-left: -25px;
}