<html>
<?php
/**
 * The template for displaying the footer
 *
 * @package luxia
 */
$luxia_data =get_option('luxia_data');
?>
</div><!-- #content -->
 <!-- footer -->
    <footer class="footer-bg footer-p">
     <?php if(isset ($luxia_data['luxia__opt-footer-text']) && $luxia_data['luxia__opt-footer-text'] !== '') { ?>	
        <?php $footer_text = $luxia_data['luxia__opt-footer-text'];?>
            <?php if ( $luxia_data['luxia__opt-footer-widgets'] == 1) { ?>
                 <div class="footer-top pb-40">
                    <div class="container">
                        <div class="row justify-content-between">
                            <?php get_template_part('template-parts/footer-separators');?>
                        </div>
                    </div>
                 </div>
            <?php } else { ?>
                <div class="footer-top wpding">
                    <div class="container">
                        <div class="row justify-content-between">   
                            <?php get_template_part('template-parts/footer-weight');?>
                        </div>
                    </div>
                </div>
            <?php } ?>
            <?php get_template_part('template-parts/footer-bar'); ?>
             <?php } else { ?>
                 <div class="footer-top wpding">
                    <div class="container">
                        <div class="row justify-content-between">   
                            <?php get_template_part('template-parts/footer-weight');?>
                        </div>
                    </div>
                 </div>
            <?php } ?> 
    </footer>
 <!-- footer-end -->
<?php wp_footer(); ?>
</body>

</html>