/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.footer-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-row > * {
	flex: 0 0 100%;
	margin: 1em 0;
}


@media (min-width: 992px) {
	.footer-row {
		justify-content: space-between;
	}
	
	.footer-row > * {
		flex: 0 0 auto;
		margin: 0 auto;
	}
	
	#footer-socials {
		order: 3;
	}
	
	.footer-site-info {
		order: -1;
	}
}
