File: //proc/thread-self/cwd/wp-content/themes/codate/includes/header_centered.php
<div class="header_centered_content">
<div class="header_row header_row_center clearfix">
<div class="container_vis">
<?php get_template_part('/includes/head_titles'); ?>
</div>
</div><!-- end .header_row_center -->
<div class="will_stick_wrap">
<div class="header_row header_row_bottom clearfix will_stick">
<div class="container_vis">
<?php get_template_part('/includes/head_nav'); ?>
<?php get_template_part('/includes/head_extend'); ?>
<?php get_template_part('/includes/head_social'); ?>
</div>
</div><!-- end .header_row_bottom -->
</div>
</div>