/* 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.
-------------------------------------------------------------------------------------------*/

.fc_sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.fc_sm,.fc_sm ul,.fc_sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.fc_sm>li>h1,.fc_sm>li>h2,.fc_sm>li>h3,.fc_sm>li>h4,.fc_sm>li>h5,.fc_sm>li>h6{margin:0;padding:0;}
.fc_sm ul{display:none;}
.fc_sm li,.fc_sm a{position:relative;}
.fc_sm a{display:block;}
.fc_sm a.disabled{cursor:default;}
.fc_sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.fc_sm *,.fc_sm *::before,.fc_sm *::after{box-sizing:inherit;}
