<?php
	/**
	 * searchform.php
	 * The theme searchform
	 * @author Vu Ngoc Linh
	 * @package Ainex
	 * @since 1.0.0
	 */
?>
<form class="searchform" method="get" id="searchform" action="<?php echo home_url(); ?>">
	<input type="text" id="s2" name="s" class="search" value="<?php _e('type and hit enter','themestudio'); ?>" onfocus="this.value=''" onblur="this.value='<?php _e('type and hit enter','themestudio'); ?>'"/>
</form>