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

/* NBG brand: teal + orange + white */
:root {
	--nbg-teal: #0a6e6b;
	--nbg-teal-dark: #064e4c;
	--nbg-orange: #f88c00;
	--brand-color: #0a6e6b;
	--dark-brand-color: #064e4c;
}

#theme-header,
#theme-header .logo-wrapper,
#theme-header .header-layout-3 .container {
	background-color: #ffffff;
}

#theme-header #main-nav,
#theme-header .main-nav,
.main-nav-boxed .main-menu-wrapper {
	background-color: #064e4c !important;
	--main-nav-background: #064e4c;
	--main-nav-text-color: #ffffff;
	--main-nav-primary-color: #f88c00;
}

#theme-header #main-nav a,
#theme-header .main-nav a {
	color: #ffffff;
}

#theme-header #main-nav a:hover,
#theme-header .main-nav a:hover,
#theme-header .main-nav .menu > li:hover > a,
.post-title a:hover,
a:hover {
	color: #f88c00;
}

.mag-box-title h3,
.mag-box-title a,
.the-global-title,
.section-title .the-section-title {
	color: #0a6e6b;
}

.mag-box-title:after,
.the-global-title:after {
	background-color: #0a6e6b;
}

.button, .generic-button a, input[type="submit"],
.entry a.button {
	background-color: #0a6e6b;
}

.button:hover, input[type="submit"]:hover {
	background-color: #f88c00;
}

#footer,
#footer-widgets-container {
	background-color: #064e4c;
}

.site-footer,
.site-info {
	background-color: #043836;
}


/* NBG ad labels (widgets only; theme slots use stream-title) */
.widget.nfoqcbxsho {
	position: relative;
	padding-top: 14px;
}
.widget.nfoqcbxsho::before {
	content: "Advertisement";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #999;
	font-family: Arial, sans-serif;
}


/* NBG hide Jannah frontend license bar (inline !important fights display; opacity still works as backup) */
.theme-notice {
	opacity: 0 !important;
	pointer-events: none !important;
	max-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
