I fixed it on your site as follow
Open templates/ja_mero/tpls/blocks/mainnav.php file
Cut this script search form
<?php if ($this->countModules('head-search')) : ?>
<!-- HEAD SEARCH -->
<div class="span6<?php $this->_c('head-search', array('xtablet' => 'hidden'))?>">
<div class="head-search">
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
</div>
</div>
<!-- //HEAD SEARCH -->
<?php endif ?>
And paste it into templates/ja_mero/tpls/blocks/header.php
+ Open templates/ja_mero/css/custom.css file
add new script
.span6.t3respon {
margin-top: 30px;
}
Please check it again, let me know if it helps