Dear adouglas,
Thanhk your for contacting Joomlart,
Please edit lines 30 file ja_oreslayoutsblocksmain.php as follow:
change
<?php $contents = $this->getBuffer('component');
if (!preg_match ('/<div class="blog">s*</div>/',$contents)) :?>
<div class="ja-content-main clearfix">
<jdoc:include type="component" />
</div>
<?php endif; ?>
to
<?php $contents = $this->getBuffer('component');
if (!preg_match ('/<div class="blog">s*</div>/',$contents)) :?>
<div class="ja-content-main">
<jdoc:include type="component" />
</div>
<?php endif; ?>
Good luck for you, please contact to me if you have other problems