/*
 Theme Name:   LTC
 Theme URI:    http://massive-solutions.com/
 Description:  LTC Custom theme
 Author:       Magdy Hassan
 Author URI:   http://massive-solutions.com.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ltc
*/
li.ib.cats:after {
    content: '';
}
.cats{
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 1px !important;
}
.mobile-navigation .mobile-container{
	height: 350px;
  max-height: 350px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; // mobile safari
}