/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#search_widget {
    min-height: 40px;
}

#search_widget form i {
    padding: 0;
    position: unset;
    color: #fff;
}

#search_widget form input {
    padding: 10px 20px 10px 20px;
}