/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm2,.sm2 ul,.sm2 li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm2-rtl,.sm2-rtl ul,.sm2-rtl li{direction:rtl;text-align:right;}
.sm2>li>h1,.sm2>li>h2,.sm2>li>h3,.sm2>li>h4,.sm2>li>h5,.sm2>li>h6{margin:0;padding:0;}
.sm2 ul{display:none;}
.sm2 li,.sm2 a{position:relative;}
.sm2 a{display:block;}
.sm2 a.disabled{cursor:not-allowed;}
.sm2:after{content:"\00a0";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.sm2,.sm2 *,.sm2 *:before,.sm2 *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}