/*
	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 */

.post-meta {
    display: none;
}

.more-link {
    display: none;
}

#main-nav .menu>li:hover>a, nav.main-nav .menu>li.tie-current-menu>a {
	background-color:#222222;
	color: #fff;
}

.main-menu .menu>li>.menu-sub-content {
	background-color:#222222;
	border-color:#222222;
}

#main-nav .main-menu>ul>li>a {
    background-color: #222222;
    color: #fff;
}

.main-menu .menu > li.tie-current-menu {
    border-bottom: 2px solid #08f;
}

@media screen and (min-width: 992px) {
	.main-menu .menu>li.tie-current-menu>a:after {
		display:none;
	}
}

.textwidget .left{width:60%;float:left;}
.textwidget .right{width:40%;float:right;}

.post-layout-1 .entry-header-outer {
    padding: 30px 30px 0px;
}
