.post img{
	max-width: 100%;
	height: inherit;
}
body a {
	text-decoration: none;
	color: #E43A4E;
}
body{
	text-decoration: none;
	font-size: 12px;
	background: #f1f1f1;
}
h1 {
	margin-bottom: 0px;
}
audio {
	max-width: 98%;
	height: inherit;
}
video {
	max-width: 98%;
	height: inherit;
}
.wrp {
	width: 800px;
	margin: auto;
	direction: rtl;
}
/*----header----*/
.header {
	background: url(https://s34.picofile.com/file/8486242150/Header.jpg);
	height: 200px;
	text-align: center;
}
.header .a-title{
	color: #000000;
	font-weight: bold;
	text-shadow: 1px 0px 4px #ffffff;
    	font-size: 60px; 
}
.header .a-description {
	font-size: 25px;
	line-height: 2.4em;
	color: #000000;
	text-shadow: 1px 0px 4px #ffffff;
}
.header .blog-title{
	padding-top: 50px;
}
/*----menu----*/
.dropbtn {
	background-color: #E43A4E;
	color: white;
	padding: 10px 8px;
	font-weight: bold;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #595959;
  transition-duration: .4s;
}

.menu {
	background: #E43A4E;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 120%;

}
.menu-item {
	padding: 0px 0px;
}
.menu-item a{
	color: #fff;
	padding: 10px 8px;
}
.menu-item a:hover {
	background: #595959;
	color: #fff;
	transition-duration: .4s;
}
.menu-item a.selected{
	background: #595959;
	color: #fff;
}
/*----post-----*/
.block-post {
	width: 570px;
	float: right;
	clear: both;
}
.post {
	background: #fcfcfc;
	margin-top: 10px;
	border: 1px solid #ededed;
}
.post-date-top {
	padding: 10px;
	background: #E43A4E;
	color: #fff;
	border-radius: 3px;
	margin-top: 10px;
	cursor: default;
	float: left;
	margin-left: 10px;
}
.post h2{
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.post-title {
	padding: 15px 10px 0px 10px;;
	font-weight: bold;
	color: #E43A4E;
}
.post-title a{
	color: #525252;
}
.post-title a:hover{
	color: #0f0f0f;
}
.post-matn {
	padding: 2px 10px 10px 10px;
	line-height: 1.7;
}
.post-matn a{
	color: #E43A4E;
}
/*----comment-----*/
.comment-count-box {
	background: #fafafa;
	border: 1px solid #ededed;
	text-align: center;
	margin-top: 10px;
	padding: 8px 0px;
}
.comment-count-box a{
	color: #454545;
	font-size: 20px;
}
.cm-body {
	background: #fcfcfc;
	border: 1px solid #ededed;
	margin-top: 25px;
	width: 97.5%;
	margin-right: 2.5%;
}
.cm-avatar {
	
	margin: -14px;
	float: right;
}
.cm-av {
	width: 50px;
	border-radius: 100%;
	border: 2px solid #dbdbdb;
}
.comment-details {
	padding: 7px;
	background: #fafafa;
	border-bottom: 1px solid #ededed;
	margin-right: 20px;
	overflow: hidden;
}
.cm-name {
	margin-right: 15px;
	float: right;
}
.comment-matn {
	padding: 15px;
	line-height: 1.7;
	clear: both;
}
.cm-date {
	float: left;
}
.cm-date a{
	color: #525252;
}
.web_comment {
	float: left;
	display: inline-block;
	width: 19px;
	height: inherit;
	margin-left: 5px;
}
.comment-reply {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	background: #fbe4e7;
	margin-bottom: 10px;
	border: 1px solid #ededed;
	line-height: 2em;
	color: #000000;
	border-radius: 4px;
}
.comment-reply p{
	margin: 0px;
	max-width: 94%;
}
.reply-av {
	width: 40px;
	border-radius: 100%;
	border: 1px solid #ebebeb;
	margin: -20px;
	float: left;
}
.comment-add-form {
	background: #fcfcfc;
	border: 1px solid #ededed;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}
/*cm-form*/
.bComForm .sendbutton.hasCheckbox {
	margin-top: 10px;
	text-align: center;
}
.bComForm .sendbutton {
	width: 90%;
	margin-top: 50px;
	float:none;
	margin-right: 5%;
	margin-left:5%;
}
/*post-tags*/
.post-tags {
	margin-top: 5px;
}
/*----post-detail-----*/
.post-detail {
	background: #f5f5f5;
	border-top: 1px solid #ededed;
	overflow: hidden;
	padding: 5px 5px;
}
.post-author {
	float: right;
	margin: 0px 3px;
	padding: 4px 0px;
}
.read-more {
	float: right;
	margin: 0px 3px;
}
.cm-det {
	float: left;
	margin: 0px 3px;
}
.rate-box {
	float: left;
	margin: 0px 3px;
}
.post-date1 {
	float: left;
	margin: 0px 4px;
	color: #ababab;
	padding: 4px 3px;
}
.post-detail a{
	padding: 4px 6px;
	background: #E43A4E;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}
.post-detail a:hover{
	background: #c2192d;
	transition-duration: .5s;
}
/*----left-----*/
.box-left {
	width: 220px;
	float: left;
}
.archive a.selected {
	color: #ade03e;
}
.bx-left {
	width: 240px;
	float: left;
}
.title-left {
	background: #E43A4E;
	padding: 10px;
	margin-bottom: 3px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}
.left-back {
	background: #fafafa;
	border: 1px solid #ededed;
	padding: 5px;
	margin-bottom: 7px;
}
.left-back a1{
	float: right;
}
.left-back a2{
	float: left;
}
/*stat*/
.left-back3 {
	background: #f2f2f2;
}
.stat-back {
	background: #fff;
    	padding: 10px;
	margin-bottom: 1px;
	border: 1px solid #ededed;
	border-radius: 0px;
	cursor: default;
}
.stat-value {
	float: left;
	display: inline-block;
}
/*about-me*/
.about-me {
	background: #fcfcfc;
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin-top: 10px;
	padding: 10px 4px;
}
.blog-titlee {
	width: 140px;
	margin-top: -15px;
}
.my-av {
	width: 80%;
	height: inherit;
	border-radius: 4px;
}
.description-web {
	line-height: 1.6em;
	padding: 10px;
}
/*recent-comment*/
.recent-comment {
	direction: ltr;
	margin-bottom: 3px;
	clear: both;
	overflow: hidden;
}
.cm-matnn {
	direction: rtl;
	background: #fff;
	padding: 3% 2%;
	width: 81.5%;
	border: 1px solid #e5e5e5;
}
.recent-comment a{
	color: #0f0f0f;
}
.cm-matnn:hover{
	background: #f3f3f3;
	cursor: pointer;
}
.recent-comment-av-img {
	float: right;
	width: 12%;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}
/*مطالب محبوب*/
.rate--post {
	text-align: center;
	color: #2e2e2e;
	padding: 2%;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	line-height: 1.8em;
	margin-bottom: 1px;
}
.rate--post:hover{
	background: #f3f3f3;
}
a.selected .rate--post {
	background: #3b3b3b;
	color: #fff;
}
/*تگ ها*/
.tagss {
	display: inline-block;
}
.tagss a{
	padding: 7px;
	background: #fff;
	display: table-cell;
	border-radius: 3px;
	color: #5e5e5e;
	border: 1px solid #e3e3e3;
	transition-duration: .5s;
}
.tagss a:hover{
	background: #E43A4E;
	color: #fff;
}
.tagss a.selected{
	background: #3b3b3b;
	color: #fff;
}
/*------page-----*/
.pagingation {
	margin-bottom: 10px;
	margin-top: 10px;
}
.pagingation a{
	background: #fafafa;
	color: #454545;
	padding: 3px 8px 3px 8px;
	transition-duration: .5s;
	border: 1px solid #ededed;
}
.pagingation a:hover{
	background: #E43A4E;
	color: #fff;
}
.pagingation a.current{
	background: #3d3d3d;
	color: #fff;
}
.pagesList {
	display: inline;
}
/*----page----*/
.post-content {
	padding: 10px;
	line-height: 1.7em;
}
/*----fot----*/
.fotter {
	background: #3A3A3A;
	padding: 8px;
	clear: both;
	bottom: 0;
	left: 0;
	margin: 0;
	top: auto;
	direction: ltr;
}
.fotter .erfan{
	padding: 4px;
	transition-duration: .5s;
	background: #E43A4E;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.fotter .erfan:hover{
	background: #d84822;
}
.bayan {
	float: right;
	color: #fff;
}
.bayan a {
	color: #fff;
}
.bayan a:hover{
	color: #00bcff;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 110%;
	}
	.wrp {
		width: 100%;
	}
	.header .a-title{
    	font-size: 40px;
	padding-left: 30%;
	}
	.header .a-description {
	padding-left: 30%;
	}
	.menu {
		text-align: center;
		padding: 0px;
		font-size: 110%
	}
	.menu-item {
		padding:0;
	}
	.menu-item a{
		display: block;
	}	
	.dropbtn {
		text-align: center;
		display: block;
        }
	.dropdown {
		text-align: center;
		display: block;
	}	
	.block-post {
		width: 95%;
		margin-right: 2.5%;
	}
	.post-matn {
	font-size: 130%
	}
	
	.post-date-top {
		display: none;
	}
	/*post-date*/
	.post-date1 {
		display: none;
	}
	.box-left {
		width: 95%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
	.comment-reply {
		width: 80%;
	}
	.comment-reply p{
		max-width: 85%;
	}
	/*recent-comment*/
	.cm-matnn {
		line-height: 2em;
	}
}