/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.nav-container {
	background: #888;
	z-index: 99;
	position: relative;
}

.nav-toggle {
	display: none;
	background: #777;
	cursor: pointer;
	float: right;
	width: 60px;
	color: #fff;
	text-align: center;
}

.nav-toggle i {
	font-size: 29px;
	padding: 10px 0;
}

.nav-text {
	display: none;
	float: right;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 20px;
}

.nav li > a:after,
.nav > li > a:after {
	font-family: FontAwesome;
	display: inline-block;
}

@media only screen and (max-width: 719px) {
	.nav-wrap {
		height: auto !important;
	}
	
	/* common */
	.nav {
		font-size: 0;
		position: relative;
		padding-bottom: 0;
	}
	
	.nav li a {
		color: #ccc;
		display: block;
		line-height: 20px;
	}
	
	/* dropdown arrows */
	.nav li > a:after {
		content: "\f0da";
		float: right;
		opacity: .5;
	}
	
	.nav > li > a:after {
		content: "\f0d7";
		float: none;
		margin-left: 6px;
		font-size: 14px;
	}
	
	.nav li > a:only-child:after {
		content: "";
		margin: 0;
	}
	
	#footer .nav li > a:after {
		content: "\f0da";
	}
	
	#footer .nav > li > a:after {
		content: "\f0d8";
	}
	
	#footer .nav li > a:only-child:after {
		content: "";
	}
	
	/* level 1 */
	.nav > li {
		font-size: 16px;
		display: inline-block;
		position: relative;
	}
	
	.nav > li > a {
		padding: 15px 14px;
	}
	
	.nav > li > a:hover, 
																																																																																								.nav > li:hover > a {
		background: #777;
	}
	
	.nav li > a:hover, 
																																																																																								.nav li:hover > a, 
																																																																																								.nav li.current_page_item > a, 
																																																																																								.nav li.current-menu-item > a,
																																																																																								.nav li.current-menu-ancestor > a,
																																																																																								.nav li.current-post-parent > a {
		color: #fff;
	}
	
	/* level 2 & 3 */
	.nav li:hover > ul {
		display: block;
	}
	
	.nav ul {
		display: none;
		background: #777;
		position: absolute;
		left: 0;
		top: 50px;
		width: 180px;
		padding: 10px 0;
		z-index: 2;
		-webkit-transform: translateZ(0);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
		box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	}
	
	.nav ul li {
		font-size: 14px;
		position: relative;
		display: block;
		padding: 0;
	}
	
	.nav ul li a {
		padding: 10px 20px;
	}
	
	.nav ul li:last-child {
		border-bottom: 0 !important;
	}
	
	/* level 3 */
	.nav ul ul {
		position: absolute;
		top: -10px;
		left: 180px;
	}
}

#nav-topbar.nav-container {
	background: white;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

#nav-topbar.nav-container li#menu-item-135 {
	float: left;
	left: 0;
	margin-right: 40px;
}

#nav-topbar.nav-container li a {
	color: #333;
	font-weight: 600;
}

#nav-topbar.nav-container li a:hover {
	color: #333;
	font-weight: 600;
}

#header .pad {
	padding-top: 0;
}

@media only screen and (max-width: 719px) {
	.site-title {
		padding-top: 0;
	}
}

#nav-topbar.nav-container .toggle-search {
	color: #333;
	left: auto;
	right: 0;
}

#nav-header.nav-container {
	text-align: center;
}

#nav-header.nav-container li a {
	font-size: 140%;
}

#nav-header.nav-container li#menu-item-46 {
	float: left;
}

#nav-header.nav-container li#menu-item-45 {
	float: right;
}

.format-aside .post-meta {
	display: none;
}

.page-title {
	border-bottom: 0;
	display: none;
}

.search-results .page-title {
	border-bottom: 0;
	display: inline-block;
}

.thumb-icon {
	display: none;
}

.category-magalla .post-title {
	text-align: right;
}

.category-magalla .post-byline {
	text-align: right;
	display: none;
}

.category-cairo-journal-of-theology .post-byline {
	display: none;
}

.entry p {
	color: #333;
}

.category-magalla {
	font-family: "open sans";
}

.post-21 {
	font-family: "open sans";
}

@media only screen and (min-width: 800px) {
	.single .post {
		max-width: 720px;
		margin-left: 13%;
		margin-right: 13%;
	}
}

#flexslider-featured .flex-direction-nav {
	top: -20px;
}

.category-magalla .entry.excerpt {
	direction: rtl;
}

.entry blockquote {
	font-style: inherit;
	padding-right: 50px;
}

.entry blockquote::before {
	content: none;
}

.post-date {
	display: none;
}

.heading {
	display: none;
}

.meta-single li.comments {
	display: none;
}

.sidebar-top {
	display: none;
}