/*
 Theme Name:   Sunset Grill Theme
 Theme URI:    https://sunsetgrillthreelakes.com
 Description:  A child theme for Sunset Grill
 Author:       BatPig Enterprises
 Author URI:   https://batpig.net
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Center the Footer Menu in DIVI */
.bottom-nav {
float: none!important;
text-align: center!important;
}

/* Center the Bottom Bar in DIVI */
#footer-info {
width: 100%;
margin:0 auto;
text-align: center!important;
}