/* STNDRD THEME SIDEBAR MENU CSS */
.sidebar li.menu-item-has-children:after{position:absolute;top:0;right:0;width:42px;height:2.5em;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;font-size:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0);content:"\f078";text-align:center;line-height:2.5em;cursor:pointer;cursor:hand}.sidebar li.menu-item-has-children.active:after{content:"\f077"}.sidebar li.menu-item-has-children > a{display:inline-block;vertical-align:middle;padding-right:42px}.sidebar li > ul{max-height:0;overflow:hidden;-webkit-transition:max-height 400ms ease-out;-moz-transition:max-height 400ms ease-out;-o-transition:max-height 400ms ease-out;-ms-transition:max-height 400ms ease-out;transition:max-height 400ms ease-out}.sidebar li.active > ul{max-height:2000px;-webkit-transition:max-height 1000ms ease-in;-moz-transition:max-height 1000ms ease-in;-o-transition:max-height 1000ms ease-in;-ms-transition:max-height 1000ms ease-in;transition:max-height 1000ms ease-in}
/* END OF STNDRD THEME SIDEBAR MENU CSS */