﻿!!!!!!!!!!!
ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+...383-7(-.+
<?php 
extract( $args );
extract( $instance );
$title = apply_filters('widget_title', $instance['title']);

if ( $title ) {
    echo trim($before_title)  .trim( $title ) . $after_title;
}
?>
<div class="search-form">
    <form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get">
		<div class="input-group">
	      <input type="text" placeholder="<?php esc_attr_e( 'Search', 'findus' ); ?>" name="s" class="apus-search form-control"/>
	      <span class="input-group-btn">
	        <button type="submit" class="btn btn-theme"><i class="ti-search"></i></button>
	      </span>
	    </div><!-- /input-group -->
		<?php if ( isset($post_type) && $post_type ): ?>
			<input type="hidden"