File: /home/adventp/www/wp-content/themes/brooklyn/partials/header/header-style-8.php
<?php
// initialize header class
$header = new UT_Header_Class();
// create placeholder if necessary
$header->create_header_placeholder(); ?>
<header id="header-section" data-style="<?php echo esc_attr( $header->style ); ?>" data-primary-skin="<?php echo esc_attr( $header->header_primary_skin_data() ); ?>" data-secondary-skin="<?php echo esc_attr( $header->header_secondary_skin_data() ); ?>" class="<?php echo esc_attr( $header->header_class() ); ?>" data-total-height="<?php echo esc_attr( $header->header_data_totalheight() ); ?>" data-line-height="<?php echo esc_attr( $header->header_data_lineheight() ); ?>">
<?php $header->create_top_header(); ?>
<div class="grid-container">
<div class="ha-header-perspective clearfix">
<div class="ha-header-front clearfix">
<div class="ha-header-front-upper">
<div class="ut-header-primary-extra-module ut-header-extra-module <?php echo esc_attr( $header->extra_modul_class('primary') ); ?> ut-header-extra-module-small <?php echo esc_attr( $header->extra_modul_flush_class() ); ?> grid-40 hide-on-tablet hide-on-mobile">
<?php $header->create_primary_header_extra(); ?>
</div>
<div class="site-logo-wrap grid-20 tablet-grid-80 <?php echo esc_attr( $header->site_logo_mobile_grid() ); ?>">
<?php echo ut_safe_output( $header->create_site_logo() ); ?>
</div>
<?php get_template_part( 'partials/navigation/nav', 'mobile' ); ?>
<div class="ut-header-secondary-extra-module ut-header-extra-module <?php echo esc_attr( $header->extra_modul_class('secondary') ); ?> ut-header-extra-module-right ut-header-extra-module-small <?php echo esc_attr( $header->extra_modul_flush_class() ); ?> grid-40 hide-on-tablet hide-on-mobile">
<?php $header->create_secondary_header_extra(); ?>
</div>
</div>
</div>
</div>
</div>
</header>