/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*make top border for sidebar ul menus correctly appear*/
#sidebar #menu-main li:first-child a {
    border-top: 1px solid #eee;
}    
.menu-item-has-children a {
  border-top: 0 !important;
}