/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

body{
    
    font-family: 'Open Sans', sans-serif !important;

}

ul#menu-main-menu li{
    height: 25px !important;
}
ul#menu-main-menu li a {
    font-size:12pt !important;
    padding:0 16px !important;
    text-transform: uppercase;
    color:#333 !important;
    line-height: 25px !important;
}

ul#menu-main-menu li{
    border-color:#A0A0A0 !important;
}

ul#menu-main-menu li ul.sub-menu li a {
    font-size:10pt !important;
    padding:5px 8px 5px 20px !important;
      color:#333 !important;
}

ul.sub-menu li{
    border-bottom-color: #FFF !important;
    border-top-color: #FFF !important;
}

a.btn-subscribe{
    display:block;
    background: #940000;
    color:#fff;
    width:100%;
    text-align: center;
    height:40px;
    font-size:20px;
    line-height: 35px;
     text-transform: uppercase  !important;
}

div.cat-box-content a.btn-subscribe{
   
    width:21% !important;
     text-transform: uppercase  !important;
 
}

a.btn-subscribe:hover{
    background: #999;
}

#latest-isssue{
    margin:15px 0;
}

#latest-isssue a img{ 
height:427px;
width:300px;
}


.ac-container{
	width: 300px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 50px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label i {
    float: right;
    margin-top:10px;
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 570px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}


.ac-container > div {
    margin:20px 0;
}

.ac-container > div ul {
    padding:20px;
}

.ac-container > div ul li {

    margin:10px 0 ;
    padding:0 0 3px 0 ;
    border-bottom: 1px dotted #aaa;
    
}

.news-co >  ul {
    padding:10px 20px;
}

.news-co >  ul li {
    
    margin:10px 0 ;
    padding:0 0 3px 0 ;
    border-bottom: 1px solid #D6D6D6;
    font-size: 15px ;
    
}

.cat-box-content{
     border-bottom:none !important;
}

a.more-link,.flex-active,#topcontrol{
    background: #900 !important;
    text-transform: uppercase  !important;
}
.current_page_item a{
    background-color: #999 !important;
}

.footer-bottom{
    background: #EEEDF0 !important;
    border-top:5px solid #900 !important;
}

.alignleft {
    color:#4E4E4E !important;
}
.ftr-l h1{
    text-decoration: underline;
    padding:10px 0;
    width:100%;
    color:#706F70;
}

.ftr-l ul#social_nav li{
    display: inline-block;
    margin:5px 10px;
}

.ftr-l ul#social_nav li a{
    font-size: 25px;
    color:#4E4E4E;
}

#bt_nav{
    margin:40px 0 0 0;
}
#bt_nav li{
    display:inline-block;
      color:#4E4E4E;
}

#bt_nav li.current_page_item a{
    background: none !important;
    color: #900 !important;
}

#bt_nav li a{
    color:#333;
    font-size: 12px;
    padding:0px 4px;
}

a.more_cat{
    width:20%;
    height:30px;
    display: block;
    color:#FFF;
    background: #900;
     text-transform: uppercase  !important;
}

li.current-post-ancestor a,li.current-menu-item a{
    background: #EEEDF0 !important;
    color:#921314 !important;
}

section.arabic div h2 {

    font-family: 'Lateef', cursive !important;
    font-size: 20pt;
}

section.arabic ul li a {
        font-family: 'Lateef', cursive !important;
    font-size: 17pt;
}

ul#menu-main-menu li.current-menu-item a{
    background: #eeeef0 !important;
}


#main-nav .menu-sub-content {
    border-top:none !important;
}

.search-block::after{
    border-color: transparent !important;
}

.cat-box-title h2,section.ac-container div label {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: regular !important;
    text-transform: uppercase;
}

div.cat-box-content {
    box-shadow: none !important;
    border: none !important;
}

#main-nav ul li.menu-item-home a {

    
    background-color: #EEEEF0;

}

.slider-caption{
    background: rgba(255,255,255,0.6) !important;
    color:#1A062F !important;
}

.slider-caption h2 a{
        color:#1A062F !important;

}

h2.post-box-title a {
        text-transform: uppercase !important;

}

.cat-box{
    margin-bottom:0px !important;
}

.post-thumbnail img{
    width: 218px !important;
    height:150px !important;
    
}

div.entry h5{
    marign: 0px 0px 5px 0 !important;
}

section.cat-box.recent-box{
    margin:0 !important;
    padding:0 !important;
}

.content.issues_list .post-thumbnail img {

    width:217px !important;
    height:308px !important;
}

.header-content{
    padding:0px !important;
}

#top-nav{
    background: #EEEEF0 !important;
}
.cat-box-title h2{
    
    position:relative;
    top:-7px;
}

.footer-bottom .container{
    width:100% !important;
    padding:0 10px !important;
}

div.ftr-r{

}

div.ftr-l{
  
    margin-bottom:20px;
    
}

/*.logo img {
    width:615px !important;
    height:97px !important;
}*/

li#menu-item-748{border:none !important; }

#main-nav ul li.menu-item-home a {
/*padding-right:20px !important;
width:30px !important;
height:30px !important;
margin-top: -30px !important;*/
background-color:transparent !important;
}

.cat-box-content, #sidebar .widget-container, .post-listing, #commentform {
    border-bottom: none !important;
    box-shadow:none !important;
}
.button, a.button, a.more-link, #main-content input[type="submit"], .form-submit #submit, #login-form .login-button, .widget-feedburner .feedburner-subscribe, input[type="submit"], #buddypress button, #buddypress a.button, #buddypress input[type="submit"], #buddypress input[type="reset"], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button{
    background: #930000 !important;
}

.post_social{
 width:40%;
 float:right;
    
}

.post_social ul{
   padding: 0;
   margin:0;
  position: relative;
  top:-15px;
  left:30px;
}

.post_social ul li{
    float:right;
    display:inline-block;
    background: #f1f1f1;
    margin:0 5px;
    width:40px;
    text-align: center;
    border-radius: 4px;
}

.post_social ul li a {
    color:#8A8789;
    font-size: 22px;
    

}

span.post-meta-author{
    font-size:13px !important;
}

span.tie-date{
      font-size:11px !important;
}

h2.page-title-right{
    float:right;
   font-family: 'Lateef', cursive !important;
    margin-left:10px;
    font-size:26px;
}
.list-container{
    margin:20px 0;
}

ul.posts_list li {
    margin:10px 0;
    font-size: 17px;
    color:#000;
    font-family: 'Open Sans',Arial;
}

ul.posts_list li p.post_author{
    color:#999;
    font-size:16px;
}

span.req{
    font-weight: bold;
    padding:5px;
    color:#F00;
}

input#file_upload{
 /*   background: #921314;
    color:#fff; */
}

.form-check-label{
    margin-right:30px;
}

.form-check-label span {
    position: relative;
    top:-5px;

    font-size:17px;
}
.form-group{
    margin:20px 0;
}

form#how_to_contribute input[type='text'],form#how_to_contribute input[type='email']{
    width:100%;
}

form#how_to_contribute input[type='submit']{
    width:140px;
    margin:20px 0 0 50px;
}

.up_file{
    display: block;
    width:140px;
    height:30px;
    padding:10px 0 30px 20px;
    margin:15px 0;
    background: #921314;
    color:#FFF;
    font-weight: bold;
    cursor: pointer;
    
}

div.content.arabic{
    direction:rtl;
}

div.content.arabic .page-title{
    float:right;
    margin-left:30px;
}

div.content.arabic form#how_to_contribute .form-check-label{
    margin:0px;
}

div.content.arabic form#how_to_contribute .form-check-label span{
    margin-left:10px;
}

div.content.arabic form#how_to_contribute .up_file{
    display: block;
    width:140px;
    height:30px;
    padding:10px 20px 30px 0px;
    margin:15px 0;
    background: #921314;
    color:#FFF;
    font-weight: bold;
    cursor: pointer;
    
}