/*
 Theme Name:   Elecgreen Child
 Theme URI:    http://wordpress.com
 Description:  This is a child theme for Elecgreen
 Author:       Goalthemes
 Author URI:   http://mygoalthemes.com
 Template:     elecgreen
 Version:      1.0.0
 Text Domain:  elecgreen-child
*/
.goal-footer-mobile{
	display:'none !important';
}
@media (max-width: 991px) {
    .goal-footer-mobile
Specificity: (0,1,0)
 {
        display: none !important;
    }
}