/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

ul#menu-main-menu {
  display: flex;
  align-items: center;
}

#main-nav .main-menu>ul>li>a {
    margin: 0px 2px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 8px;
}

.main-menu-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.main-menu .menu>li.tie-current-menu {
    border-bottom: none;
	  margin-bottom: 0;
}
