File: /home/clinicamaciel/www/index_lixo/wp-content/themes/bedentist/searchform.php
<?php
/**
* The template for displaying search form.
*
* @package Be_Dentist
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo home_url('/'); ?>">
<div class="search-form_input_wr">
<label>
<span class="screen-reader-text"><?php echo _x('Search for:', 'label', 'be_dentist') ?></span>
<input id="s" type="search" class="search-form__field"
placeholder="<?php echo esc_attr_x('Enter keyword ', 'placeholder', 'be_dentist') ?>"
value="<?php echo get_search_query() ?>" name="s"
title="<?php echo esc_attr_x('Search for:', 'label', 'be_dentist') ?>"/>
</label>
</div>
<div class="search-form_btn_wr">
<button type="submit" class="search-form__submit btn"><i class="material-icons">search</i></button>
</div>
</form>