/*
File Name: style.css
Theme Name:  RT-Theme 19
Author: RT-Themes
Version: 2.9.13
Author URI: http://rtthemes.com
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
*/

/*
	EDIT /css/style.css for the theme style
*/

#footer-navigation {
    margin-top: 5px;
	float: none;
}

#footer .copyright{
	float: none;
}

#footer-navigation li:first-of-type {
	border-left: none;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	#footer-navigation{
		display: grid;
	}

	#footer-navigation li{
		border-left: none;
		padding-left: 0;
	}

}