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