/*box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
background-image: url('http://127.0.0.1/wordpress/wp-content/uploads/2020/08/p3-768x512-1.jpg');
*/
/*box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
*/
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

/*start Main Rulez*/

body{
    margin: 0;
    padding: 0;
    background-color: #EEE;
    font-family: 'Droid Arabic Kufi', serif;   




}

.yellow{
    color: rgb(250, 176, 17);

}

/**/
.upper-bar{
    background-color:rgb(48, 48, 48);
    color: gray;
}


.upper-bar ul{

    padding: 0;
    margin: 0px 0 0px 15px;

}



.upper-bar  li{
    display:inline;
    font-size: 20px;
    padding-left: 10px;

}

.upper-bar .social a{
    text-decoration: none;
    color: gray;
    transition: .5s  all;

    /*transform: 2s ease all;*/
    
}
.upper-bar .social a:hover{
    text-decoration: none;
    color:#6bb779;
    
}

.upper-bar .contact-bar {
    
    padding: 0;
    margin: 0px 15px 0 0px;
    font-size: 20px;
     transition: .5s ease all;
}

.upper-bar .contact-bar:hover {
    color: #6bb779;
}
.upper-bar .email {
    float: right;
    padding-left: 5px;
}


/* navbar */

.navbar{
    background-color: #EEE;
  transition: all 1s ease;
  border-bottom: 3px solid rgb(97, 227, 249);
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, .05) 0 3px 3px, rgba(0, 0, 0, .05) 0 4px 4px;
}

nav ul{
  font-size: 14px;
}

.navbar-background{
/*    padding: 5px 20px ;
*/}

.navbar-brand{
    font-size: ;
    transition: all 1s ease;
}

.navbar-brand:hover{
    color: #242424;

}

.nav-link{
    color: #242424;
    text-decoration: none;
    transition: all .8s ease;
    border: 1px solid #EEE;

/*    font-size: 23px;
*/}

.nav-link:hover{
    color: #d3325f;
    border: 1px solid gray;

    
}

.nav-btn{
    background: transparent ;
    color : #d3325f;
    border: 2px solid #d3325f;
    font-size: 23px;
    transition: all 2s ease;
}

.nav-btn:hover{
    color : #242424;
    border: 2px solid #242424;
    transform: rotate(10deg);
}

.toggler-btn{
    border: 2px solid #62a76f;
    padding: 5px;
    transition: all 2s ease;
}
.bar{
    width: 30px;
    height: 3px;
    margin: 5px;
    background: #62a76f;
    transition: all 0.5s ease;

}

.change .bar1{
    transform: rotate(-45deg) translate(-5px,6px);
    
}

.change .bar2{
    opacity: 0;

}

.change .bar3{
    transform: rotate(45deg) translate(-5px,-8px);

}


/* end navbar */

/*logo*/
.logo{
padding: 10px 0;
background-color:#6bb779;
}

.zoom{
	  transition: transform 2s;
}

.zoom:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);

}

.logo  img{
width: 145px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;


}





.logo  .brand{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  font-size: 35px;
  color: #eee;
  font-weight: bold;

}



/*end logo*/



/*news*/ 
.home-newsletter {
padding: 50px 0;
background: #6bb779;
/*background:rgb(250, 176, 17);*/
    border-top: 5px solid #259539;; 

}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}


.home-newsletter .single .emaillist .es-field-wrap input{
	height: 50px;
	background: rgba(255, 255, 255, 0.6);
	border-color: transparent;
	border-radius: 20px;
	padding: 20px;
}

.home-newsletter .single .emaillist .es-field-wrap input:focus {
box-shadow: none;
border-color: #243c4f; }

.home-newsletter .single .emaillist  .es_subscription_form_submit  {
	min-height: 50px;
	border-radius: 20px;
	background: #243c4f;
	color: #fff;
	border: none;
	
}

/*news*/



/*Start footer*/
.footer-part{
    background:rgb(33, 29, 30); 
    padding: 50px 0;
    color: #ffffff;
}

.footer-part p a{
    color: #ffffff;
    text-decoration: none;
    line-height: 2;
    transition: all .8s ease;
}
    
    

.footer-part p a:hover{
    color: #d3325f;
    text-decoration: none;
    line-height: 2;
}

.bottom {
    color: #000000;
    background-color:rgb(250, 176, 17);
    padding: 30px 0;
    border-top: 2px solid #ffffff; 
}



#btnScroolToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    border-radius: 25%;
    background: #1c75bc;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    color: #ffffff;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 30px;
}

/*End footer*/

/*Start copyright*/
.copyright {
	border-top: 1px solid #c0c0c0;
	margin: 0 0 20px 0;
	padding: 20px;

}
.copyright ul {
	margin: 0;

}
.copyright ul li{
	display: inline-block;

}
.copyright ul li a{
	color: #777;
	margin-left: 20px;
	font-size: 18px;

	
}


.copyright-text:before{
/*	font-size: 11px;
*/	content:"All Rights Reserved, Animal Production Research Center © 2020 | Prepared by: Dr. Muhammad Ahmad Al-Khalifa | Design: Mohamed Ahmed";
}
/*End copyright*/
@import "compass/css3";




.module {
  position: relative;
  &:nth-child(even) {
    margin-right: 0;
  }
  box-shadow: 0 1px 3px rgba(black, 0.2);
}


 
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}




/* Start latest post*/

.latest-post{
	padding: 0 0 20px 0;
	text-align: ;
}

/*.latest-post h2{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}*/

.latest-post .section-description{
	line-height: 1.6;
	font-size: 20px;
	width: 80%;
	margin: 0 auto 45px;
	color: #6a6a6a;
}
.latest-post .card{
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
}
.latest-post .card .card-title {
/*	font-size: 20px;
	line-height: 1.5;
	color: #08526d;*/
}

.latest-post .card .card-title a{
	font-size: 20px;
	line-height: 1.5;
	color: #08526d;
	text-decoration: none;
	font-weight: bold;
}

.latest-post .card  p{
	color: #787878;
	margin-bottom: 10px;
}

/*.latest-post .card a {
	color: #ed1d24;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	background-color: #fff;
	border-color: #08526d;

}*/

.latest-post .card .more-link {
	color: #ed1d24;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	background-color: #fff;
	border-color: #08526d;

}

/*
.latest-post .card a:hover {
	color: #ffffff;
	background-color: #08526d;
	border-color: #ed1d24;
}*/

.fixed-height{
	height: 450px;
}

.fixed-height img{
	height: 230px;
	display: block;
	margin: auto;
}
.fixed-height-post img{
	
	display: block;
	margin: auto;
}

.latest-post .more-latest-post{
	padding: 13px 20px;
	background: #f9f9f9;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e3dddd;
	color: #08526d;
	text-align: center;
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}
.latest-post .more-latest-post a{
	color: #ed1d24;
	text-decoration: none;
	background-color: transparent;

}

/* End latest post*/


/*Start main*/

.content-site {
/*	text-align: right;
*/

}

.content-site .post{
/*	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
*/
	border-bottom: 1px solid #ccbdbd;

}

.content-site p{
	padding: 10px;
	font-size: 16px;

}
.content-site .side-bar{
    

}

.content-site .single-side-bar{
    

}


.content-site .side-bar-icon  ul li{
    display: inline-block;
	font-size: 35px;
	margin-left: 20px;

}

.widget-content .center{
	text-align: center;
}
.content-site .side-bar .side-content ,
.content-site .side-bar .widget-content,
.content-site .home-side-bar .side-content ,
.content-site .home-side-bar .widget-content {
	background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;	
    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}


.content-site .side-bar .side-content .menu-item ,
.content-site .side-bar .widget-content .menu-item,
.content-site .home-side-bar .side-content .menu-item,
.content-site .home-side-bar .widget-content .menu-item {
	/*font-weight: bold;*/

}
.content-site .side-bar .side-content .menu-item ul.sub-menu ,
.content-site .side-bar .widget-content .menu-item ul.sub-menu,
.content-site .home-side-bar .side-content .menu-item ul.sub-menu,
.content-site .home-side-bar .widget-content .menu-item ul.sub-menu{
	font-weight: bold;

}

.content-site .side-bar .side-content ,
.content-site .side-bar .widget-content-social,
.content-site .home-side-bar .side-content ,
.content-site .home-side-bar .widget-content-social {
	background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;	
    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}


.content-site .side-bar .side-content .side-bar-form,
.content-site .home-side-bar .side-content .side-bar-form{
	margin: 15px 0 15px 15px;
    

}
.content-site .side-content .side-bar-post,
.content-site .home-side-bar .side-bar-post {
	padding: 10px;	
    

}


.content-site .side-bar .side-bar-title,
.content-site .side-bar .widget-title,
.content-site .home-side-bar .side-bar-title,
.content-site .home-side-bar .widget-title{

    padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #eeeeee;
    color: #08526d;

}

.content-site .side-bar .side-bar-title-en:after,
.content-site .home-side-bar .side-bar-title-en:after,
{
	content: '';
    padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #eeeeee;
    color: #08526d;

}


.content-site .side-bar .widget-content {
	/*text-align: center;*/
}


.content-site .side-bar .widget-content label,
.content-site .home-side-bar .widget-content label{
	display: none;
}




.content-site .side-bar .widget-content form,
.content-site .home-side-bar .widget-content form{
	text-align: center;
	margin: 20px 0;
}

.content-site .side-bar .widget-content input[type="text"],
.content-site .home-side-bar .widget-content input[type="text"]{
	max-width: 70%;
/*	border-radius: .10rem;
	padding-top: 3px ;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
*/}


.content-site .side-bar .widget-content input[type="submit"],
.content-site .home-side-bar .widget-content input[type="submit"]{
	border-color: #d77602;
	color: #f7941e;
	background-color: #FFF;
	border-radius: .25rem;
	padding: .375rem .75rem;
	-webkit-transition:all .4s ;
	-moz-transition:all .4s ;
	-o-transition:all .4s ;
	transition:all .4s ;
	float: right;
	margin-right: 20px;
}


.content-site .side-bar .widget-content input[type="submit"]:hover,
.content-site .home-side-bar .widget-content input[type="submit"]:hover{
	border-color: #d77602;
	color: #FFF;
	background-color: #f7941e;



}

.content-site .side-bar .widget-content ul,
.content-site .home-side-bar .widget-content ul{
	list-style: none;
	margin-right: -15px;
	padding-left: 30px;

}
.content-site .side-bar .widget-content ul li,
.content-site .home-side-bar .widget-content ul li{
	padding-top: 5px;

}

.content-site .side-bar .widget-content ul li:before,
.content-site .home-side-bar .widget-content ul li:before{
	font-family: 'FontAwesome';
	content: "\f138  ";
	color: #ec1c23;	
}

.content-site .side-bar .widget-content ul li a,
.content-site .home-side-bar .widget-content ul li a{
	color: #08526d;
	text-decoration: none;
}

.content-site .side-bar .widget-content .calendar_wrap,
.content-site .home-side-bar .widget-content .calendar_wrap{
	margin: 10px 10px;
	
}

.content-site .side-bar .widget-content .calendar_wrap table,
.content-site .home-side-bar .widget-content .calendar_wrap table{
	text-align: center;

	
}

.content-site .side-bar .widget-content .calendar_wrap .wp-calendar-table tr th,
.content-site .home-side-bar .widget-content .calendar_wrap .wp-calendar-table tr th{
	padding: 13px;
	
	
}


.content-site .side-bar h3,
.content-site .home-side-bar h3{
    padding: 5px;

}




.content-site .main-post{
/*	background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;	*/

}


.content-site .main-post-small-screen {
	    display: none;

}

.content-site .main-post .main-title,
/*.content-site .home-main-post .main-title,*/
.content-site .main-post-small-screen .main-title{
    padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e3dddd;
    color: #08526d;


}

.latest-post .main-title {
 	padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e3dddd;
    color: #08526d;

}

.content-site .main-post .post,
.content-site .home-main-post .post,
.content-site .main-post-small-screen .post{
   
  	background-color: #FFF;
    margin-bottom: 20px;


}
.content-site .main-post .post .post-img{
   
}

.content-site .main-post .post-title,
.content-site .home-main-post .post-title,
.content-site .main-post-small-screen .post-title{
	   
		margin: 10px 10px 8px 10px;
		padding: 10px 15px 7px 10px;
		font-weight: bold;
		font-size: 20px;


}

.content-site .main-post-small-screen .img-small-screen{
	   
	    display:block;
	    margin:auto;
}


	

.content-site .main-post .author,
.content-site .home-main-post .author,
.content-site .main-post-small-screen .author{
	   
	  	border-bottom: 3px solid #eeeeee;
		margin: 0px 30px 0px 10px;
		padding: 3px;
		font-size: 12px;

}

	.content-site .main-post .post-title a,
	.content-site .home-main-post .post-title a,
	.content-site .main-post-small-screen .post-title a{
	   
		
		color: #08526d;
		text-decoration: none;



	}

.content-site .main-post  .post-link,
.content-site .home-main-post  .post-link,
.content-site .main-post-small-screen  .post-link{
   
  	padding: 0 10px 0 0;
  	color: #ed1d24;
    font-weight: bold;
  	padding: 0 0 15px 10px;
	

}

.content-site .main-post  .post-lang:before,
.content-site .home-main-post  .post-lang:before,
.content-site .main-post-small-screen  .post-lang:before{
   
  	content: "Read More";
  	
	

}


.content-site .main-post .more-post,
.content-site .home-main-post .more-post,
.content-site .main-post-small-screen .more-post{
	padding: 13px 20px;
	background: #f9f9f9;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e3dddd;
	color: #08526d;
	text-align: center;
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}
.content-site .main-post .more-post a,
.content-site .home-main-post .more-post a,
.content-site .main-post-small-screen .more-post a{
	color: #ed1d24;
	text-decoration: none;
	background-color: transparent;

}


.content-site .item-container:hover .item-img{
	transform: scale(1.1);

}

.item-img{
	transition: all 2s ease;

}

.post .research-title{
	color: darkslateblue;
	text-decoration: none;
	font-weight: bold;
}
.post .research-content{
	color: gray;
}
.post .research-content span{
	color: black;
}

.post .content-item-format-links{
	margin: 0 0 10px 0;
	font-weight: 600;
}

.post .content-item-format-links a{
		color: #005274;
}

.post .content-item-format-links .list--inline{
	list-style: none;
	display:flex;
	padding: 0;
	margin: 0;
}

.post .content-item-format-links .separator  li {
    padding: 0 10px;
}

.post .content-item-format-links .separator > li:first-of-type {
    border-left: 0;
    border-right: 0;
}

.post .content-item-format-links .separator > li:not(:first-of-type) {
    border-left: 1px solid #212121;
    border-right: 0;
}

.post .research-counter {
    background-color: #6bb779;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
	border-radius: 25px;
	font-size: 12px;
}


@media (max-width: 991px){

/*	.content-site .home-main-post,
	.content-site .home-side-bar  {
	    display: none;

	}
	
	.content-site .side-bar  {
	    display: none;

	}
	.content-site .main-post-small-screen {
	    display: block;

	}*/

}
/*End main*/



/*Start main*/

.content-site {
/*  text-align: right;
*/
background-color: #eee;

}

.content-site .post{
/*    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
*/

}

.content-site .post .post-icon{
padding: 0px;
background-color: #6bb779;

}

.content-site p{
    padding: 0 0 0 0px;
    font-size: 16px;

}
.content-site .side-bar{
    

}

.content-site .single-side-bar{
    

}


.content-site .side-bar-icon  ul li{
    display: inline-block;
    font-size: 35px;
    margin-left: 20px;

}

.content-site .side-bar .side-content ,
.content-site .side-bar .widget-content,
.content-site .home-side-bar .side-content ,
.content-site .home-side-bar .widget-content {
    background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;  
    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}


.content-site .side-bar .side-content .menu-item ,
.content-site .side-bar .widget-content .menu-item,
.content-site .home-side-bar .side-content .menu-item,
.content-site .home-side-bar .widget-content .menu-item {
    /*font-weight: bold;*/

}
.content-site .side-bar .side-content .menu-item ul.sub-menu ,
.content-site .side-bar .widget-content .menu-item ul.sub-menu,
.content-site .home-side-bar .side-content .menu-item ul.sub-menu,
.content-site .home-side-bar .widget-content .menu-item ul.sub-menu{
    font-weight: bold;

}

.content-site .side-bar .side-content ,
.content-site .side-bar .widget-content-social,
.content-site .home-side-bar .side-content ,
.content-site .home-side-bar .widget-content-social {
    background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;  
    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}


.content-site .side-bar .side-content .side-bar-form,
.content-site .home-side-bar .side-content .side-bar-form{
    margin: 15px 0 15px 15px;
    

}
.content-site .side-content .side-bar-post,
.content-site .home-side-bar .side-bar-post {
    padding: 10px;  
    

}


.content-site .side-bar .side-bar-title,
.content-site .side-bar .widget-title,
.content-site .home-side-bar .side-bar-title,
.content-site .home-side-bar .widget-title{

    padding: 13px 20px;
    background: #f9f9f9;
    display: block;

    border-bottom: 3px solid rgb(97, 227, 249);
color: #08526d;


}

.content-site .side-bar .side-bar-title-en:after,
.content-site .home-side-bar .side-bar-title-en:after,
{
    content: '';
    padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #eeeeee;
    color: #08526d;

}


.content-site .side-bar .widget-content {
    /*text-align: center;*/
}


.content-site .side-bar .widget-content label,
.content-site .home-side-bar .widget-content label{
    display: none;
}




.content-site .side-bar .widget-content form,
.content-site .home-side-bar .widget-content form{
    text-align: center;
    margin: 20px 0;
}

.content-site .side-bar .widget-content input[type="text"],
.content-site .home-side-bar .widget-content input[type="text"]{
    max-width: 70%;
/*  border-radius: .10rem;
    padding-top: 3px ;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
*/}


.content-site .side-bar .widget-content input[type="submit"],
.content-site .home-side-bar .widget-content input[type="submit"]{
    border-color: #d77602;
    color: #f7941e;
    background-color: #FFF;
    border-radius: .25rem;
    padding: .375rem .75rem;
    -webkit-transition:all .4s ;
    -moz-transition:all .4s ;
    -o-transition:all .4s ;
    transition:all .4s ;
    float: right;
    margin-right: 20px;
}

.test {
    background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;
    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
}
.content-site .side-bar .widget-content input[type="submit"]:hover,
.content-site .home-side-bar .widget-content input[type="submit"]:hover{
    border-color: #d77602;
    color: #FFF;
    background-color: #f7941e;



}

.content-site .side-bar .widget-content ul,
.content-site .home-side-bar .widget-content ul{
    list-style: none;
    margin-right: -15px;
    padding-left: 30px;

}
.content-site .side-bar .widget-content ul li,
.content-site .home-side-bar .widget-content ul li{
    padding-top: 5px;

}

.content-site .side-bar .widget-content ul li:before,
.content-site .home-side-bar .widget-content ul li:before{
/*    font-family: 'FontAwesome';
    content: "\f060  ";*/
    color: #6bb779; 
}

.content-site .side-bar .widget-content ul li a,
.content-site .home-side-bar .widget-content ul li a{
    color: #08526d;
    text-decoration: none;
}

.content-site .side-bar .widget-content ul li i,
.content-site .home-side-bar .widget-content ul li i{
    color: #6bb779;
    text-decoration: none;
}

.content-site .side-bar .widget-content .calendar_wrap,
.content-site .home-side-bar .widget-content .calendar_wrap{
    margin: 10px 10px;
    
}

.content-site .side-bar .widget-content .calendar_wrap table,
.content-site .home-side-bar .widget-content .calendar_wrap table{
    text-align: center;

    
}

.content-site .side-bar .widget-content .calendar_wrap .wp-calendar-table tr th,
.content-site .home-side-bar .widget-content .calendar_wrap .wp-calendar-table tr th{
    padding: 13px;
    
    
}


.content-site .side-bar h3,
.content-site .home-side-bar h3{
    padding: 5px;

}




.content-site .main-post{
/*  background-color: #FFF;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;  */

}


.content-site .main-post-small-screen {
        display: none;

}

.content-site  .main-title,
.content-site  .main-title,
.content-site  .main-title{
    display: block;
    border-bottom: 3px solid rgb(97, 227, 249);

    color: #08526d;


}

.latest-post .main-title {
    padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e3dddd;
    color: #08526d;

}

.content-site .main-post .post,
.content-site .home-main-post .post,
.content-site .main-post-small-screen .post{
   
/*    background-color: #FFF;
*/    margin-bottom: 20px;
/*    border: 1px solid #e3dddd;
*/

}
.content-site .main-post .post .post-img{
   
}

.content-site .main-post .post-title,
.content-site .home-main-post .post-title,
.content-site .main-post-small-screen .post-title{
       
        margin: 10px 10px 8px 10px;
        padding: 10px 15px 7px 10px;
        font-weight: bold;
        font-size: 20px;

}

.content-site .home-main-post {


}

.content-site .main-post-small-screen .img-small-screen{
       
        display:block;
        margin:auto;
}


    

.content-site .main-post .author,
.content-site .home-main-post .author,
.content-site .main-post-small-screen .author{
       
        border-bottom: 3px solid #eeeeee;
        margin: 0px 30px 0px 10px;
        padding: 3px;
        font-size: 12px;

}

    .content-site .main-post .post-title a,
    .content-site .home-main-post .post-title a,
    .content-site .main-post-small-screen .post-title a{
       
        
        color: #08526d;
        text-decoration: none;



    }

.content-site .main-post  .post-link,
.content-site .home-main-post  .post-link,
.content-site .main-post-small-screen  .post-link{
   
    padding: 0 10px 0 0;
    color: #ed1d24;
    font-weight: bold;
    padding: 0 0 15px 10px;
    

}

.content-site .main-post  .post-lang:before,
.content-site .home-main-post  .post-lang:before,
.content-site .main-post-small-screen  .post-lang:before{
   
    content: "Read More";
    
    

}


.content-site .main-post .more-post,
.content-site .home-main-post .more-post,
.content-site .main-post-small-screen .more-post{
    padding: 13px 20px;
    background: #f9f9f9;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e3dddd;
    color: #08526d;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;

}
.content-site .main-post .more-post a,
.content-site .home-main-post .more-post a,
.content-site .main-post-small-screen .more-post a{
    color: #ed1d24;
    text-decoration: none;
    background-color: transparent;

}


.content-site .item-container:hover .item-img{
    transform: scale(1.1);

}

.item-img{
    transition: all 2s ease;

}


@media (max-width: 991px){

/*  .content-site .home-main-post,
    .content-site .home-side-bar  {
        display: none;

    }
    
    .content-site .side-bar  {
        display: none;

    }
    .content-site .main-post-small-screen {
        display: block;

    }*/

}
/*End main*/






/*start index page*/
.index{
	margin-top: 30px;
}
/*End index page*/


.home-page .post-pagination{
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	width: 100%

}

.home-page .post-pagination a,
.home-page .post-pagination span{
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;

}
.home-page .post-pagination a:first-child,
.home-page .post-pagination span:first-child{
	margin-left: 15px;
	float: left;
}

.home-page .post-pagination a:last-child,
.home-page .post-pagination span:last-child{
	margin-right: 15px;
	float: right;
}


.home-page .post-pagination span{
	opacity: .5;
	cursor: not-allowed;

}

.home-page .post-pagination .fa-chevron-left{
	margin-right: 10px;
}

.home-page .post-pagination .fa-chevron-right{
	margin-left: 10px;
}

.home-page .post-pagination a:hover{
	background-color: #333;
	color: #fff;
	text-decoration: none;
}


/* end  Main Posts*/




/* Start  Category Page*/

.category_information {
/*	background-color: #FFF;
	border: 1px solid #d8d8d8;
	padding: 20px 0 15px 0;*/
	background: rgba(0, 0, 0, 0);
	    background-image: none;
	    background-size: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: #5c97ac;
	/*background-image: url('http://127.0.0.1/wordpress/wp-content/uploads/2020/08/p3-768x512-1.jpg');*/
	background-size: cover;
	/*text-align: right;*/

	
}



.category_information .article-title:before{
	
	content: "News and articles  ";
	color: #ffffff;	
}



.category_information h1{
/*	margin: 50px 0;
	font-weight: bold;
	color: #9c9c9c;
	text-align: right;
	padding-right: 20px;*/
	 background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    margin: 20px;
    padding: 20px;
    text-transform: uppercase;
    /*font-family: helvetica;*/
}



.category_information .category-description p{
	font-size: 18px;
	color: #777;
	margin: 0;
	line-height: 82px
}



.category_information .cat-stats{
	line-height: 82px;
	color: #9c9c9c;
 
}

.articls {
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
	
}

.sidebar-economy{
	margin-top: 10px;
}

.sidebar-economy .widget{
	background-color: #FFF;
	border:1px solid #d8d8d8;
	margin-bottom: 15px;
}

.sidebar-economy .widget-title{
	margin: 0;
	padding :10px;
	background-color: #42a4d0;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

.sidebar-economy .widget-content{
	padding: 10px;
	color: #969696;
}


.sidebar-content-group {
	
	
}

.sidebar-post-title {
	background-color: #FFf;
	border:1px solid #e3dddd;
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
}


.sidebar-content-group  a{
	color: #08526d;
	text-decoration: none;
	font-weight: bold;
	

}
.sidebar-content-group  p{
	
	padding: 10px;

}

/* End  Category Page*/



/* start  economy category*/
.economy-category .post-title{
	margin-top: 30px ! important
}
.economy-category .post-content{
	margin-top: 8px;
}

/* start  economy category*/

/* Start  pagination_numbers 2*/
.pagination_numbers{
	margin: 5px auto 25px;
	font-family: Tahoma, Arial;
	font-size: 16px;
}

.pagination_numbers .page-numbers{
	display: inline-block;
	background-color: #8e8e8e;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pagination_numbers .page-numbers.current{
	background-color: #2980b9;
}

.pagination_numbers .page-numbers:hover{
	text-decoration: none;
	background-color: #2980b9;
}


/* End  pagination_numbers 2*/

/*contact */
.contactus {
	
	color: #405195;
	
}

.contactus .contact-side-bar{
	padding: 30px 20px 0;
	background-color: #FFF;
	border: 1px solid #e3dddd;
	padding-bottom: 20px; 
	
}
.contactus .contact-side-bar .contact-list{
	padding: 10px 0;
	
	
}

.contactus .contact-side-bar .contact-list li{
	padding: 10px 5px;
	
	
}

.contactus .contact-form{
	padding: 30px 20px 0;
	background-color: #FFF;
	border: 1px solid #e3dddd;
	padding-bottom: 20px; 
	
}

.contactus .contact-form label{
	padding: 15px 10px 0;
	
	
}

/*contact */


/* Start single Posts*/

.post-page .main-post{
	
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
}
.post-page .main-post{
	position: relative;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	margin-bottom: 30px;
	margin-top: 
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
}

.post-page .main-post .post-edit-link{
	position: absolute;
	left: 85%;
	right: 0;
	top: 0;
	padding: 10px;
	background-color: #EEE;
	border-radius: 0 0 0px 10px;
	/*margin-left: 50%;*/
}

.post-page .main-post .post-edit-link i{
	color: #337ab7;
	margin-left: 5px;
}



.post-page .main-post h3{
	margin: 0 0 10px;
	font-weight: bold;
	color: #777;
	letter-spacing: -1px;
}

 .post-author i,
 .post-date i,
 .post-comments i{
	color: #ed1d24;
}

 .post-author a,
.post-date ,
.post-comments a{
	color: #08526d;
}


.post-page .main-post .post-author,
.post-page .main-post .post-date,
.post-page .main-post .post-comments{
	font-size: 12px;
	color: #08526d;
}


.post-page .main-post img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.post-page .main-post .post-content{
	line-height: 1.8;
	color: #888;
}


.post-page .main-post i{
	/*color: #999;   #08526d*/
	color: #ed1d24;
}


.post-page .post-pagination{
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	width: 100%

}

.post-page .post-pagination a,
.post-page .post-pagination span{
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;

}
.post-page .post-pagination a:first-child,
.post-page .post-pagination span:first-child{
	
	float: left;
}

.post-page .post-pagination a:last-child,
.post-page .post-pagination span:last-child{
	x;
	float: right;
}


.post-page .post-pagination span{
	opacity: .5;
	cursor: not-allowed;

}



.post-page .post-pagination a:hover{
	background-color: #333;
	color: #fff;
	text-decoration: none;
}


.post-page .bypostauthor{
	position: relative;
	
}

.post-page .bypostauthor:after{
    content: 'الكاتب';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #dcdcdc;
}
@media (max-width: 991px){

.post-page .post-pagination{
	font-size: 14px;
}

}



/* End single Posts*/

/* Start aythor informatio */
.author-border{
	background-color: #FFF;
	padding: 15px;
	border : 1px solid #DDD;
	margin-bottom: 15px;
}

.author-info h4{
	margin: 12px 0 10px 0;
	font-weight: bold;
	color: #676767;
	font-size: 26px;
}
.author-info h4 .nickname{
	color: #1068a0;
}
.author-info p{
	font-size: 17px;
	line-height: 1.6;
	color: #777;
}
/* End aythor informatio */




/*start comment list*/


.comment-list ul,
.comment-list ol{
	list-style: none;
	margin: 0;
	padding: 0;
}


.comments-count{
	padding: 20px;
	background-color: #e2e2e2;
	font-size: 24px;
	margin-top: 0;
	font-weight: bold;
	color: #909090;
	border:1px solid #dedede;

}

.comment-list .comment img{
	padding: 3px;
	border:1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 5px;
	margin-left: 5px;
}
.comment-list .comment .comment-meta{
	font-size: 13px;
	color: #777;
}

.comment-list .comment p{
	margin-top: 8px;
	color: #6f6f6f;
}


.comment-list .comment .says{
	display: none;
}

.comment-list > .comment{ /* Level one selector*/
	background-color: #FFF;
	padding: 10px;
	border : 1px solid #DDD;
	margin-bottom: 15px;
}


.comment-list > .comment > .children .comment{ /* Level two selector*/
	padding: 10px;
	background-color: #EEE;
	margin-top: 10px;
	border :1px solid #CCC;
}

.comment-list > .comment > .children .comment .comment{ /* Level three selector*/
	padding: 10px;
	background-color: #DDD;
	margin-top: 10px;
	border :1px solid #AAA;
}

.comment-respond .comment-reply-title{
	font-weight: bold;
	color: #9a9a9a;
	text-align: center;
	background-color: #E3E3E3;
	padding: 15px;
}

.comment-respond form{
	
	background-color: #E3E3E3;
	padding: 15px;
}

.comment-respond .logged-in-as{
	margin: 0px 5px 10px;
}

.comment-respond label{
	display: block;
	color: #888;
	margin: 0 0 10px 6px;
}

.comment-respond input[type="text"],
.comment-respond textarea{
	height: 40px;
	width: 500px;
	max-width: 100%;
	padding: 10px;
	border:1px solid #CCC;
	border-radius: 5px;
}


.comment-respond textarea{
	height: 200px;
	resize: none;

}

.comment-respond input[type="submit"]{
	margin-top: 6px;
}

/*end comment list*/

/*Start author page */

.author-page .profile_header{
	width: 100%;
	max-width: 100%;
	font-size: 60px;
	margin: 30px 0;
	color: #666;
	font-weight: bold;
	letter-spacing: -3px;
}
.author-page .author-main-info{
	background-color: #FFF;
	padding:40px 40px;
	font-size: 18px;
	border :1px solid #dedede;
	margin-bottom: 20px;
}
.author-page .author-main-info .author-names{
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}
.author-page .author-main-info .author-names span{
	display: inline-block;
	min-width: 120px;
}
.author-page .author-main-info hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.author-page .author-main-info p{
	color: #777;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.author-page .author-stats .stats{
	background-color: #FFF;
	padding: 20px;
	font-size: 14px;
	border :1px solid #dedede;
	margin-bottom: 20px;
	text-align: center;
	color: #2b2b2b;
}

.author-page .author-stats .stats span{
	display: block;
	font-size: 50px;
	margin-top: 10px
}

.author-page .author-posts-title,
.author-comment-title{
	margin: 0 0 20px;
	background-color: #e2e2e2;
	padding: 20px 30px;
	font-weight: bold;
	color: #717171;
}


.author-page .author-posts {
	padding: 20px;
	background-color: #FFF;
	overflow: hidden;
	margin-bottom: 20px;
	border:1px solid #e4e4e4;

}

.author-page .author-posts img{
	width: 160px;

}
.author-page .author-posts h3{
	margin: 10px 0 5px;
	font-weight: bold;

}

.author-page .author-posts .post-date,
.author-page .author-posts .post-comments{
	font-size: 12px;
	color: #888;

}


.author-page .author-comments {
	padding: 10px 20px;
	background-color: #FFF;
	margin-bottom: 15px;
	border:1px solid #e4e4e4;

}
.author-page .author-comments h3{
	margin: 5px 0

}
.author-page .author-comments .post-date{
	font-size: 12px;
	color: #888;

}

.author-page .author-comments .post-content{
	color: #6b6b6b;
	margin-top: 5px;
}
.author-page .author-comments .post-content p{
	margin: 0
}

/*Start author page */


/*Start 404 page */
.page_not_found img{
	margin-top: 50px;
	border-radius: 5px;
}

.page_not_found h1{
	font-weight: bold;
	font-size: 70px;
	color: #777;
	letter-spacing: -3px;
	margin-bottom: 20px;	
}
.page_not_found .lead{
	font-weight: bold;
	font-size: 40px;
	color: #909090;
	letter-spacing: -1px;
	margin-bottom: 40px;	
}



/*End 404 page */

/*start breadcrumbs-holder */

.breadcrumbs-holder {
	
    margin-bottom: 0px;
    margin: -30px -12px 30px -12px;
}

.breadcrumbs-holder a{
	text-decoration: none;
	color: #ed1d24;
}

.breadcrumbs-holder a:hover{
	color: #08526d;
}

.breadcrumbs-holder li{
	
}

.breadcrumbs-holder .breadcrumb{
/*	margin-bottom: 0;
	background-color: #fff;
	border:1px solid #d8d8d8;
	border-radius: 0;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;*/
	/*direction: rtl;*/
	background-color: #ffffff;
	list-style: none outside none;
	padding: 8px 15px;
	border-radius: 0;
	list-style: none outside none;
	margin-bottom: 0;
	padding: 8px 15px;
	font-size: 12px;
	box-shadow: rgba(0, 0, 0, .05) 0 2px 2px, rgba(0, 0, 0, .05) 0 4px 4px;
}

/*End breadcrumbs-holder */

