/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 300px;
   background-repeat: no-repeat;
  background: url(https://oxfordsportsgroup.com/wp-content/uploads/2020/01/levelup.osg_.banner.png);
}#search-form .search-label, #search-form .search-box-wrapper {
    width: 350px;
    visibility: visible;
}
#search-refine-button--refine{
    display: inherit;
}

#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}