





body {
	background-color: var(--dark_white);
	font-family: b_yekan;
	font-size: 12px ;
	color: var(--dark_white);
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}


.body_section{
  margin: 0;
  background: var(--dark_white);
}

.body_section_single{
  margin: 0;
  background: var(--dark_white);
     display: flex;
    justify-content: center;
	margin-bottom:80px;
} 
 
 /* --------- post style start ------------*/
.head_post{
  width: 100%;
  height: 30px ;

}


.title_post{
display:inline;
  float:right;
  width: 70%;
  height: 30px ;
  text-align:right;
  padding-right:8px;
  z-index:3;
  

}


.title_post h1{
text-align:right;
font-size: 14px;
}

.edit_post{
display:none; /*must active  with javascript*/
float:left;
width: 20%;
height: 30px ;
text-align:left;
padding-left:8px;
z-index:4;
}



.content_post{
  width: 100%;
color:var(--tag_p);	
text-align:center; 
}



.footer_post{
position:relative;
margin-bottom:30px;

}


.content_post p{

text-align:center;

}




.image_post{
max-width: 100%;
height: auto;	
margin: auto; 
margin-top:10px;
margin-bottom:10px;
display:block;
border-radius:25px;

}

.image_post:hover{
    filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
 

.hover_image_post_effect {
  background-color: transparent;
  color: var(--light_white);
  display: inline-block;
  font-size: 20px;
  margin:auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hover_image_post_effect * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.hover_image_post_effect:after {
  background-color: var(--gray);
  top: 44%;
  content: '';
  height: 50px;
  left: 1px;
  position: absolute;
  width: 0%;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
        filter: blur(3px);
  -webkit-filter: blur(1px);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
} 


.hover_image_post_effect figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1em;
  opacity: 0;
}

.hover_image_post_effect h1 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  color:var(--light_white);
  text-transform: uppercase;
}


.hover_image_post_effect a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hover_image_post_effect:hover > img,
.hover_image_post_effect.hover > img {
    filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.hover_image_post_effect:hover:after,
.hover_image_post_effect.hover:after {
  width: 100%;
}

.hover_image_post_effect:hover figcaption,
.hover_image_post_effect.hover figcaption {

-webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
}

.category_post{
}


.category_post h1{
   
color:var(--tag_h5);
text-align:center;
	
 	
}

hr {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: 0;
  opacity:.5;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(85, 85, 85), rgba(0, 0, 0, 0))
}

.sample_post{
	display: none;
    background: var(--light_white);
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 var(--shadow_gray);
	border-radius:25px;
}

.item_post {
    display: inline-block;
    background: var(--light_white);
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 var(--shadow_gray);
	border-radius:25px;
 
}


.item_post img{max-width:100%;}


.item_post_singel {
    display: inline-block;
    background: var(--light_white);
    padding: 1em;
	margin-left:10px;
	margin-right:10px;
    width: 60%;
	/*transform: translate(-30%, 0);*/
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 var(--shadow_gray);
	border-radius:25px;
}

.item_post_singel img{max-width:100%;}



.profile_small_border { 
	display:flex;
	float:right;
  width: 50px; 
  height: 50px; 
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    margin-top: 15px;
	box-shadow: 1px 1px 0 2px #232323;
	  justify-content: center;
    align-items: center;
}



.postBorderProgressBar{
width:60px;
height:60px;
z-index:3;

}


.postCircularProgressBar {

  --page-background: #111;
  --size: 110px;
  --weight: 4px;
  --color: #29F;
  --border: #aaa;
  --progress: 0;
  --background: var(--page-background);
  

  
  width:59px;
  height:59px;
  box-sizing: border-box;  
  background: linear-gradient(transparent, transparent), conic-gradient(var(--color) calc(var(--progress) * 1%), var(--border) calc(var(--progress) * 1%)); /*for circlar background chenge transparent*/
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: var(--weight) solid transparent;
  border-radius: 50%;
  color: #FFF;
  font-size: calc((var(--size) - var(--weight)) / 4.5);
  display: grid;
  place-items: center;
  place-content: center;
  z-index:1;
}




.postCircularProgressBar:not(.no_progress):before {
  content: " " counters(spinner, "0") "%";
  counter-reset: spinner;
  counter-increment: spinner var(--progress-label, var(--progress));
  font-weight: bold;
}
.postCircularProgressBar[data-label]:after {
  content: attr(data-label);
  font-size: 0.75em;
}




.postUserProfile{
z-index:3; 
display:block;
}

.postProfile{ /* baraye ham markaz kardan profile */
   	position:absolute;
	right: 5px;
	top:0px;
}


.profile_user{
	
  width: 47px; 
  height: 47px; 
  margin-right:7px;
  margin-top:6px;
  border-radius: 50%; 
 z-index:2;  
}



.author_name{
	position:relative;
	display:inline;
	top:15px;
	right:80px;	
}

.author_name h1{
 
text-align:right;


}

.date_post{
position:relative;
top:10px;
right:70px;	
bottom:18px;

}





.date_post h4{
	text-align:right;
	font-size:12px;
	color:var(--gray);
	
}


 /* --------- post style end ------------*/


/* --------- audio custom style start ------------*/
audio{
	width:100%;
	max-width:400px;
	posistion:relative;
	margin: 0 auto; 
	display: block;
	border-radius:15px;
} 

/* --------- audio custom style end ------------*/



/* --------- video custom style start ------------*/
video{
	
	width:100%;
	max-width:550px;
	posistion:relative;
	margin: 0 auto; 
	display: block;
	border-radius:15px;
} 
  
/* --------- video custom style end ------------*/








/* row top widget start */

#widget_top_body{

height:250px;
vertical-align:top;
margin-top:15px;

}

/* row top widget end */
 
#widget_bottom_body{
	width:100%;
	height:0px;
	vertical-align:top;
	position:relative;
	top:0px;
	margin-top:0px;
		
	} 


/* --------- grid_list_post style start ------------*/
 
.grid_list_post { 
 
 
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding:0;
	padding-left:40px;

	padding-right:40px;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
 
}

 

#uper_post{
	display:none;
	width:65%;
	position:relative;
	bottom:-23px;
	right:0;
	margin: auto;
}


 
 

/* --------- grid_list_post style end ------------*/





/* --------- tags style start ------------*/

.tags_parent{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.tags_list{
    width: 800px;
    padding:10px;
   /* border: 1px solid #C3C3E4;*/
    border-radius:10px;
    background-color: #fff;
    display:flex;
  flex-wrap:wrap;
}
.tag{
	--tag_color:#202142;
    padding:5px;
	padding-right:10px;
	padding-left:10px;
    background-color: var(--tag_color);
    border-radius:5px;
    color:#fff;
    display:flex;
    align-items:center;
    margin-left: 5px;
    margin-right: 5px;
    transition: background-color 0.2s ease;
    margin-bottom: 5px;
  
}
.tag:hover{
    background-color: #EE4878;
}
.tag:first-child{
    margin-left: 0;
}
.tag:last-child{
    margin-right: 0;
}

.tags_link {

 	 color: var(--light_white);
	
}
.tags_link:hover {
 
}	

/* --------- tags style end ------------*/
