/*
Theme Name: SMGHueman
Version: 1.0
Description: A child theme of Hueman Pro
Template: hueman-pro
Author: Administrator
*/
/* Your awesome customization starts here */

/* center copyright across footer */
#footer-bottom .grid.one-half {
  width: 100%;
}
#footer-bottom .grid.one-half.last {
  display: none;
}
#footer-bottom #copyright {
  text-align: center;
}

/* Change sub menu background color and width */
.sub-menu { 
  background: #3e4653 !important;
  width:350px !important;
}
