Thank you so much for your help! I checked the header.php file and for some reason the code to add a search bar was the culprit.
<div class="header_right">
<div class="search_form">
<?php get_search_form(); ?>
</div>
But once again thank you for all your help!