Open up includes/loop-search.php and replace following code:
<?php _e('You might want to consider some of our suggestions to get better results:', 'avia_framework'); ?></p>
<ul>
<li><?php _e('Check your spelling.', 'avia_framework'); ?></li>
<li><?php _e('Try a similar keyword, for example: tablet instead of laptop.', 'avia_framework'); ?></li>
<li><?php _e('Try using more than one keyword.', 'avia_framework'); ?></li>
</ul>
<div class='hr_invisible'></div>
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
<?php
the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id,
'before_widget' => '<div class="widget avia_combo_widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widgettitle">',
'after_title' => '</h3>'
));
with:
<?php