/*
Theme Name: BROOONZYAH V 1.0
Theme URI:
Author: Ayed CHOKRI
Author URI:  
Version: 1.0
*/


@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
html {
    direction: rtl;
}
body {
	font-family: 'Droid Arabic Naskh', sans-serif !important;
	direction: rtl;
    margin: 0;
	text-align: right;
    overflow-x: hidden;
	padding-top: 80px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*:focus{
	outline: none !important;
}
* {
    box-sizing: border-box;
}
img, iframe {
	max-width: 100%;
    height: inherit;
}
a {
	text-decoration: none;
    color: #006d7f;
}
a:hover {
	text-decoration: none;
}
.container {
    width: 1000px;
    margin: auto;
}
.clearfix:after {
	content:"";
	display: block;
	clear: both;
}

header.header {
	position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    height: 80px;
    padding: 10px 0;
    z-index: 999;
    background: #006d7f;
}
header .logo-wrap {
    float: right;
}
header .logo-wrap  a.logo  {
	width: 145px;
    height: 60px;
    background: url(img/logo.png?v=2) no-repeat right top;
    background-size: contain;
    float: right;
    display: inline-block;
    text-indent: -9999px;
}
.mainMenu {
    float: left;
}
.mainMenu #top-nav {}
.mainMenu #top-nav ul {}
.mainMenu #top-nav ul li {
    float: right;
    margin-top: 15px;
    padding: 0 15px;
}
.mainMenu #top-nav ul li a {
    color: #fff;
}
.mainMenu #top-nav ul li .icon {
	margin-top: -10px;
	background-image: url(img/sprite-icons.png);
}
.mainMenu #top-nav ul li .icon.icon-home {
	background-position: 213px 40px;
}
.mainMenu #top-nav ul li .icon.icon-newest {
    background-position: 250px 89px;
}
.mainMenu #top-nav ul li.search-link {
    margin-top: 5px;
    border-right: 1px solid #038aa0;
	position: relative;
}
.mainMenu #top-nav ul li.search-link a:hover  {	
    background: none;
}
.mainMenu #top-nav ul li.search-link span.search-icon {
    display: block;
    float: right;
    height: 45px;
    width: 45px;
    background-image: url(img/sprite-icons.png);
    background-position: 385px 85px;
}

.mainMenu #top-nav ul li.search-link #mainSearch {
	display: none;
    position: absolute;
    background: #fdfdfd;
    padding: 20px;
    top: 65px;
    left: 18px;
    border: 1px solid #f7f7f7;
    width: 405px;
}
.mainMenu #top-nav ul li.search-link #mainSearch input[type="text"] {
    padding: 10px;
    font-family: inherit;
    border: 1px solid #f1f1f1;
    width: 310px;
    float: right;
}
.mainMenu #top-nav ul li.search-link #mainSearch button {
	float: right;
    height: 46px;
    width: 46px;
    background-color: #006d7f;
    border: none;
    cursor: pointer;
    background-image: url(img/sprite-icons.png);
    background-position: 382px 85px;
}
.intro {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding: 140px 0 60px 0;
    height: 380px;
}
.intro .container {
	position: relative;
}
.intro .bg {
    z-index: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	right: 0;
	background-image: url(img/bg.jpg);
   /* background-attachment: fixed;*/
    background-position: center -00px;
    background-repeat: no-repeat;
    background-size: cover;	
}
.intro h2 {
    text-align: center;
    color: #fff;
    margin: 10px 0;
    font-size: 30px;
}
.intro h6 {
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 18px;
}
.intro form {
    position: absolute;
    width: 70%;
    margin: auto;
    right: 15%;
}
.intro form .text-search-field input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 70px;
    font-family: inherit;
    border: 1px solid #fff;
    color: #545454;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
}
.intro form button.search-button {
    position: absolute;
    top: 7px;
    left: 8px;
    height: 45px;
    width: 45px;
    background-color: #006d7f;
    border: none;
    cursor: pointer;
    background-image: url(img/sprite-icons.png);
    background-position: 382px 85px;
}

.mainContentWrap {
	margin-top: 20px;
}
.titleHead {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin: 0 15px 30px;
}
.titleHead h2.title {
    margin: 0;
    color: #006d7f;
    font-size: 30px;
    font-weight: 600;
    padding-right: 0;
    text-align: center;
}

.category-widget-list .columns {	
    width: 33.33333%;
    float: right;
    padding: 0 15px;
}
.category-widget-list .columns.twocolumns {	
    width: 66.66%;
}
.category-widget-list .columns .category-widget {
    border-radius: 15px;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.category-widget-list .columns .category-widget .category-title {
    padding: 5px 15px;
    margin: 0;
    background: #006d7f;
    font-size: 18px;
    line-height: 40px;
}
.category-widget-list .columns .category-widget .category-title a {
    color: #fff;
    height: 40px;
    display: block;
}
.category-widget-list .columns .category-widget .category-title a span.title {
    display: block;
    line-height: 45px;
}
.category-widget-list .columns .category-widget .category-items {
    padding: 15px;
}

span.icon {
	display: block;
	float: right;
	height: 45px;
    width: 45px;
    background-image: url(img/sprite-icons.png);
	
}
span.icon.icon-55 {
    background-position: 382px 40px;
}
span.icon.icon-11 {    
	background-position: 340px 85px;
}
span.icon.icon-1 {    
    background-position: 466px 40px;
}
span.icon.icon-60 {    
    background-position: 420px 84px;
}
span.icon.icon-30 {    
    background-position: 296px 40px;
}
span.icon.icon-74 {    
    background-position: 464px 85px;
}
span.icon.icon-41 {    
    background-position: 340px 39px;
}
span.icon.icon-72 {    
    background-position: 43px 40px;
}
span.icon.icon-24 {    
    background-position: 298px 86px;
}
span.icon.icon-83 {    
    background-position: 214px 86px;
}



body.category  .SectionTitleHead h2.title span.icon.icon-55 {
    background-position: 382px 130px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-11 {    
	background-position: 340px 175px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-1 {    
    background-position: 466px 130px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-60 {    
    background-position: 420px 175px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-30 {    
    background-position: 296px 130px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-74 {    
    background-position: 464px 175px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-41 {    
    background-position: 340px 130px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-72 {    
    background-position: 43px 130px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-24 {    
    background-position: 298px 175px;
}
body.category  .SectionTitleHead h2.title span.icon.icon-83 {    
    background-position: 214px 175px;
}

.boxed {	
    border: 1px solid #f7f7f7;
}

.grid-items {}
.grid-items .item-post {
    width: 210px;
    float: right;
    padding: 0 10px;
    margin-bottom: 30px;
}
.grid-items .item-post a {
	display: block;
}
.grid-items .item-post img {
    width: 190px;
    height: 95px;
}
.grid-items .item-post h3 {
    font-size: 13px;
    margin: 0;
    height: 43px;
    overflow: hidden;
    line-height: 21px;
}
.SectionTitleHead {
    margin-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
}
.SectionTitleHead h2.title {
    color: #006d7f;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 10px 10px 0;
}
.SectionTitleHead span.details {
    font-size: 14px;
    padding: 0 10px;
    color: #7d7d7d;
}
.SectionTitleHead span.details span, .SectionTitleHead span.details a {
    display: inline-block;
    font-size: 13px;
    color: #9c9c9c;
}
.SectionTitleHead h2.title span.icon {
    display: block;
    float: right;
    height: 45px;
    width: 45px;
    background-image: url(img/sprite-icons.png);
}

.breadcrumb-wrapper {
    margin: 30px 0;
    font-size: 14px;
}
.breadcrumb-wrapper a {
    position: relative;
    margin-left: 5px;
}
.breadcrumb-wrapper .home span.icon-home {
    display: block;
    float: right;
    height: 28px;
    width: 28px;
    background-image: url(img/sprite-icons.png);
    background-position: 493px -45px;
}
.breadcrumb-wrapper span.current {
	
}
.contentWrapHome {
	min-height: 600px;
}
#sidebar .category-list-items {
    padding: 10px 15px;
}
#sidebar .category-list-items .sub-category-items {
    font-size: 14px;
    padding-right: 10px;
}
#sidebar .category-list-items .sub-category-items a {
    color: #424242;
}
.tags-wrapper {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
}
.tags-wrapper h5 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #006d7f;
}
.tags-wrapper a {
    font-size: 14px;
    background: #006d7f;
    color: #fff;
    margin-left: 10px;
    padding: 0 10px;
}
.related-posts-wrapper {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
}
.related-posts-wrapper h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #006d7f;
}
.related-posts-wrapper .grid-items .item-post {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
    margin-bottom: 5px;
    padding: 5px 0;
}
.related-posts-wrapper .grid-items .item-post h3 {
    font-size: 14px;
    margin: 0;
    height: 43px;
    overflow: hidden;
    line-height: 22px;
    color: #252525;
}
.scroolTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: block;
    float: right;
    height: 40px;
    width: 40px;
    background-image: url(img/sprite-icons.png);
    background-position: 500px 86px;
    background-color: #006d7f;
}
footer.footer {	
    position: relative;
	margin-top: 60px;
	padding: 20px 0;
    background: #006d7f;  
}
footer.footer .copyright {
	float: right;
    position: relative;
}
footer.footer .copyright p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
footer.footer #footer-nav {
    float: left;
    position: relative;
}
footer.footer #footer-nav ul {}
footer.footer #footer-nav ul li {
    float: right;
    margin-right: 20px;
}
footer.footer #footer-nav ul li a {
	color: #fff;
    font-size: 14px;
}
.wp-pagenavi {
    padding: 30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none !important;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block;
    min-width: 34px;
    text-align: center;
    background: #f7f7f7;
    margin: 0 4px !important;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #006d7f;
    color: #fff;
}
.wp-pagenavi span.pages {
    background: none;
    font-size: 13px;
}
@media screen and (max-width: 1000px) {	
	.container {
		width: 100%;
	}
	header.header {
		padding: 10px 15px;
	}
	.mainMenu #top-nav ul li a {
		padding: 0;
		color: #fff;
		display: block;
		float: left;
		margin: 0 5px 0 0;
	}
	.mainMenu #top-nav ul li.search-link a {
		padding: 0;
	}
	.mainMenu #top-nav ul li {
		margin-top: 5px;
		padding: 0 5px;
	}
	.mainMenu #top-nav ul li .txt {
		display: none;
	}	
	.mainMenu #top-nav ul li .icon {
		margin-top: 0;
		display: block;
	}
	.mainMenu #top-nav ul li.search-link {
		display: block;
		border: none;
	}
	.intro .bg {
		background-position: center;
	}
	.category-widget-list .columns {
		width: 100%;
	}
	.category-widget-list .columns.twocolumns {
		width: 100%;
	}
	.grid-items .item-post {
		width: 50%;
	}
	.scroolTop {
		display: none !important;
	}
	.mainMenu #top-nav ul li.search-link #mainSearch {
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
	}
	.mainMenu #top-nav ul li.search-link #mainSearch input[type="text"] {
		width: 100%;
		padding-left: 60px;
	}
	.mainMenu #top-nav ul li.search-link #mainSearch button {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.intro form {
		width: 90%;
		right: 5%;
	}
	.related-posts-wrapper .grid-items .item-post {
		width: 100%;
	}
	#breadcrumbs {
		padding: 0 20px;
	}
	#sidebar {
		margin-top: 30px;
	}
	footer.footer .copyright {
		width: 100%;
		text-align: center;
	}
	footer.footer #footer-nav {
		float: inherit;
		width: 100%;
		text-align: center;
	}
	footer.footer #footer-nav ul li {
		float: inherit;
		margin-right: 10px;
		display: inline-block;
	}
	footer.footer #footer-nav ul li a {
		font-size: 12px;
	}
}





