<form role="search" method="get" id="ocSearchForm" action="<?php echo home_url('/'); ?>site-search/">
+ <label style="display: none;" for="lar-search">Search</label>
<input class="search-input" type="text" placeholder="Search" value="" name="query" id="lar-search">
<input type="submit" class="button" name="submit" value="Search">
</form>
<form role="search" method="get" id="topSearchForm" action="<?php echo home_url('/'); ?>site-search/">
+ <label style="display: none;" for="header-search">Search</label>
<input class="search-input" type="text" placeholder="SEARCH" value="" name="query" id="header-search">
<input type="submit" class="button" name="submit" value="">
</form>