XylotrechusZ
<?php if( function_exists( 'dustrial_framework_init' ) ) { ?>
<!-- H2 header top -->
<div class="h2-header-top-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="top-part-area-one">
<div class="top-part-left">
<!-- Top Phone Number -->
<?php if( !empty( dustrial_get_option( 'header_phone_switch' ) ) ) { ?>
<?php get_template_part( 'headers/top-parts/phone-info' ); ?>
<?php } ?>
<!-- Top Email Info -->
<?php if( !empty( dustrial_get_option( 'header_email_switch' ) ) ) { ?>
<?php get_template_part( 'headers/top-parts/email-info' ); ?>
<?php } ?>
</div>
<?php if( !empty( dustrial_get_option( 'header_social_switch' ) ) ) { ?>
<div class="top-part-right">
<!-- Top Social Info -->
<div class="h1-social-media">
<?php get_template_part( 'headers/top-parts/social-profiles' ); ?>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
</div>
<!-- End H2 header top -->
<?php } ?>