/*
	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 */
/* ===== MENU MOBILE BAWAH HEADER ===== */
.jannah-mobile-below-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
}

.jannah-mobile-menu {
    display: flex;
    gap: 16px;
    padding: 10px 14px;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}

.jannah-mobile-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Desktop OFF */
@media (min-width: 769px) {
    .jannah-mobile-below-header {
        display: none;
    }
}