/home/bonphmya/geseroff.online/wp-content/themes/revirta/revirta/templates/footer-default.php
<?php
/**
 * The template to display default site footer
 *
 * @package WordPress
 * @subpackage REVIRTA
 * @since REVIRTA 1.0.10
 */

$revirta_footer_scheme =  revirta_is_inherit(revirta_get_theme_option('footer_scheme')) ? revirta_get_theme_option('color_scheme') : revirta_get_theme_option('footer_scheme');
?>
<footer class="footer_wrap footer_default scheme_<?php echo esc_attr($revirta_footer_scheme); ?>">
	<?php

	// Footer widgets area
	get_template_part( 'templates/footer-widgets' );

	// Logo
	get_template_part( 'templates/footer-logo' );

	// Socials
	get_template_part( 'templates/footer-socials' );

	// Menu
	get_template_part( 'templates/footer-menu' );

	// Copyright area
	get_template_part( 'templates/footer-copyright' );
	
	?>
</footer><!-- /.footer_wrap -->