html{
    scroll-behavior: smooth;
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: 300;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Light.woff');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Light.woff2');
}

@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Regular.woff');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Regular.woff2');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Bold.woff');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Bold.woff2');
}
.item_wrn {
	border:0;
	border-bottom: 5px solid #e6db55;
    border-radius: 0px;
} 

.item_err {
	border:0;
	border-bottom: 5px solid #fe8f6b;
    border-radius: 0px;
} 

.item_success {
	border:0;
	border-bottom: 5px solid #47AF41;
    border-radius: 0px;
}
.item_success a{ color: #088F1B!important; }
.item_success a:hover{transition-duration: .3s; background-color: #088F1B!important;color: #FFF!important;}
.item_err a{ color: #ce3e0e!important; }
.item_err a:hover{transition-duration: .3s; background-color: #ce3e0e!important;color: #FFF!important;}
.item_wrn a{ color: #C30!important; }
.item_wrn a:hover{transition-duration: .3s; background-color: #C30!important;color: #FFF!important;}

.item_err .icon, .item_wrn .icon, .item_success .icon {
	background:none;
	width:0;
	height:0;
}

.item_wrn, .item_err, .item_success {
    text-align: center;
	padding:5px 10px;
}


*{font-family: 'IRANSansX';}
li,ul,ol,textarea,input,select,h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-family: 'IRANSansX';
}
/*scrollbar and ...*/
blockquote {
	border-right-color: #b33a56;
	border-radius:5px;
	background: rgba(179,58,86,.2);
	padding:10px;
	font-style: normal;
}
pre {
    direction: ltr;
    background-color: #FAFAEE;
    border: 1px solid #DADADA;
    margin: 1em;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
}
::-webkit-scrollbar {
    background: #e5bfad;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #591324;
}

::-webkit-scrollbar-corner {
    background: #e5bfad;
}

::-webkit-scrollbar-track {
    background: #e5bfad;
    border-left: 1px solid rgb(229, 191, 173);
    border-bottom: 1px solid #e5bfad;
}

::-webkit-scrollbar-thumb:hover {
    background: #b33a56;
}

::-webkit-scrollbar-thumb:active {
    background: #b33a56;
}
/*--body--*/
body a{
    text-decoration: none;
}
body {
    background: #e5bfad url('https://s34.picofile.com/file/8486292450/asfalt_dark.png');
    background-attachment: fixed;
    font-size:13px;
}
img:hover{
opacity:0.8;filter:alpha(opacity=80);
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
}
img:out{
opacity:1;filter:alpha(opacity=100);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
body img{border-radius: 7px;
transition-duration: .3s;
}
/*--wrp--*/
#wrp {
    width: 100%;
    margin: auto;
}
/*--header--*/
.head{
    width: 100%;
    height: 45px;
    background-color: #66451E;
    display:flex;
    position:fixed;
    z-index:1;
}
.head ul{
    display:flex;
}
.head ul li {
    display: flex;
    list-style: none;
}
.head ul li a{
    display: block;
    padding: 20px 10px 35px;
    margin-top: -18px;
    text-decoration:none;
    color:#fff;
}
.head ul li a.selected{
    background-color: #B33A56;
    color:#fff;
	border-radius:0px 0px 5px 5px;
}
.head ul li a:hover{
    background-color: #B33A56;
    color:#fff;
	border-radius:0px 0px 5px 5px;
	transition-duration: .3s;
}
.menu-h {
    font-size:25px;
    display:none;
    margin: 6px;
    margin-right: 10px;
	color:#fff;
}
.menu-f {
	font-size:23px;
	margin-right: 60%;
	color:#fff;
}
.close {display:none !important;}
/*--all-block--*/
.space{width: 100%;height: 55px;}
.message-box{
    font-size:14px;
    width: 100%;
    float: right;
}
.main-block {
    margin-right: 2%;
	margin-left: 2%;
}
.block-post {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 73.5%;
    float: right;
}
/*--post--*/
.post-image a:hover img {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.post-image {
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: auto;
    display: block;
}
.post-image a img {
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post {
    background: -moz-linear-gradient(90deg, #66451E 11%, #B33A56 50%, #591324 89%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(11%, 66451E), color-stop(50%, B33A56), color-stop(89%, 591324));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #66451E 11%, #B33A56 50%, #591324 89%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #66451E 11%, #B33A56 50%, #591324 89%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #66451E 11%, #B33A56 50%, #591324 89%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(0deg, #66451E 11%, #B33A56 50%, #591324 89%);/* W3C */
	padding: 15px 10px 15px 10px;
	box-shadow: 0px 0px 10px 1px #464444ab;
    margin-bottom: 10px;
    border-radius:10px;
}
.post a{
    color: #591324;
}
.post a:hover{
    color: #591324;
	transition-duration: .3s;
}
.post img{
    max-width: 100%;
    height: inherit;
}
.post audio {
    max-width: 100%;
    height: inherit;
	border-radius:1em;
}
.post video {
    max-width: 100%;
    height: inherit;
	border-radius:1em;
}
.post-title {
    padding: 5px 20px;
}
.post-title h2 {
    margin: 0;
}
.post-title a{
    font-weight:bold;
	color: #B33A56;
}
.post-title a:hover{
	color: #591324;
	transition-duration: .3s;
}
.post-info-top{
    padding: 0px 20px;
    font-size:13px;
}
.post-style{
    background: #dad0b3;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 1px inset #636363;
}
.post-matn {
    font-size: 14px;
    text-align: justify;
    line-height: 2.1em;
    color: #212121;
    word-break: break-word;
    padding: 10px 20px;
}
.post-matn a{
    color:#B33A56;
	text-decoration: underline;
	font-weight:600;
}
.post-info-bottom{
    font-size:16px;
	color:#333;
	padding:0px 20px 10px;
}
.rate-box {
    display: inline-block;
}
.rate-box:hover .fa-heart-o:before {
    content: "\f004";
    transition-duration: .5s;
    color:red;
}
.rate-box.rated .fa-heart-o:before {
    content: "\f004";
    transition-duration: .5s;
    color:red;
}
.rate-button-box .rate-button i {
animation: 3s infinite beatHeart;
transform-origin: center ;
}
@keyframes beatHeart {
0% {transform: scale(1);}
25% {transform: scale(1.15);}
40% {transform: scale(1);}
60% {transform: scale(1.15);}
100% {transform: scale(1);}
}
/*post-tags*/
.tag-back {
	background: #66451E;
	padding: 5px;
	border-radius: 4px;
	margin-bottom:10px;
}
.tagss a{
	padding: 5px;
	background: #EBB5C7;
	display: table-cell;
	border-radius: 3px;
	color: #000;

}
.tagss a:hover{
	background: #a62c54;
	color: #fff;
	transition-duration: .3s;
}
/*----comment-----*/
.comment-count-box {
    text-align: center;
    margin-top: 10px;
    padding: 8px 0px;
    background: #a62c54;
    box-shadow: 0px 3px 6px gray;
    border-radius:10px;
}
.comment-count-box a{
    color: #fff;
    font-size: 18px;
}
.cm-body {
    background: #a62c54;
	color: #fff;
    padding-bottom: 1px;
    font-size: 14px;
    word-break: break-word;
    border-radius:10px;
	border-right: 3px solid #66451E;
    box-shadow: 0px 3px 6px gray;
}
.cm-main {
    margin-top: 10px;
}
.cm-avatar {
    float: right;
}
.cm-av {
    width: 50px;
    border-radius: 10px;
	border: 1px solid #e5e5e5;
	transform: scale(1.1);Transform:Rotate(360deg);
	transition:1s;
}
.comment-details {
    background: #a62c54;
    overflow: hidden;
    border-radius:10px;
}
.cm-name {
    margin-right: 5px;
    margin-top: 15px;
    float: right;
    word-break: break-word;
}
.cm-name a{
    color: #fff;
	font-weight:600;
}
.cm-name a:hover{
    color: #EBB5C7;
	transition-duration: .3s;
}
.comment-matn {
    padding: 10px;
    line-height: 1.7em;
    text-align: justify;
	color:#fff;
}
.comment-matn a{
    text-decoration: underline;
	font-weight:600;
	color:#fff;
}
.cm-reply-main {
    padding: 0px 10px 10px 10px;
}
.comment-reply {
    margin-right: 40px;
    margin-left: auto;
    padding: 8px;
    background: #EBB5C7;
    line-height: 1.7em;
    color: #000;
    border-radius:10px;
	border-right: 3px solid #66451E;
    text-align: justify;
}
.comment-reply a{
    text-decoration: underline;
	font-weight:600;
	color: #000;
}
.reply-av {
    width: 35px;
    float: right;
    border-radius: 10px;
	border: 1px solid #e5e5e5;
	transform: scale(1.1);Transform:Rotate(360deg);
	transition:1s;
}
/*--comment-add-form--*/
.comment-add-form {
    background: #66451E;
    color:#fff;
    font-size: 14px;
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px gray;
}
#bComSub {
    cursor: pointer;
    margin-top: auto;
    padding: 9px 30px;
    border-radius: 10px;
    font-weight: bold;
    border: 0;
    font-family: 'IRANSansX';
    background: #B33A56;
    color: #fff;
}
#bComSub:hover {
    background: #EBB5C7;
    color: #000;
}
.smalltip {
    color:#fff;
}
.formField2 label{
    font-family: 'IRANSansX';
    font-weight:900;
}
.bComForm .commentAvatar img{
    border: 1px solid #040404;
}
.comment-add-form div.formField2 input.text,select{
    font-family: 'IRANSansX';
    height:25px;
    width:100%;
    border: 1px solid #181818;
}
.comment-add-form .item_success::after {
	content: 'پیشاپیش از شما ممنونم :)';
	text-align: center;
	font-weight: bold;
	color: #0043ff;
	display: block;
	padding-top: 10px;
}
/*--pageination--*/
.pagingation {
    margin-top: 15px;
}
.pagingation a{
    color: #fff;
    padding: 3px 8px 3px 8px;
    border-radius: 4px;
	background: #a62c54;
}
.pagingation a:hover{
    color: #000;
	background: #EBB5C7;
	transition-duration: .3s;
}
.pagingation a.current{
    color: #000;
	background: #EBB5C7;
}
.pagesList {
    display: inline;
}
/*--left--*/
.left {
    float: left;
    width: 25%;
    color: #000;
}
.left a{
    color: #000;
}
.information{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size:20px;
	font-family: 'IRANSansX';
}
.information a{
	font-family: 'IRANSansX';
	color: #B33A56;
	font-size:24px;
}
.information a:hover{
	color: #591324;
	transition-duration: .3s;
}
.title-left {
    text-align: right;
    padding-top:8px;
    padding-right:8px;
    height:45px;
    font-family: 'IRANSansX';
    font-size:20px;
    border-radius:10px;
	color:#fff;
	border-top: 3px solid #66451E;
	background-color: #a62c54;
    box-shadow: 0px 3px 6px gray;
}
.title-left.select{background-color: #66451E;}
.card-icon {
    float: left;
    width: 40px;
    height: 30px;
    text-align: center;
    color: #66451E;
	background: #EBB5C7;
    font-size:20px;
    border-radius: 10px;
    margin-top:-47px;
    margin-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	box-shadow:1px 1px 2px #EBB5C7;
}
.left-back {
    margin-bottom: 10px;
    margin-top: 15px;
}
.left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left li{
    padding: 0;
    margin: 0;
}
.left li:last-child{
    border-bottom: 0px;
}
.left-input {
    padding: 8px 5px;
	margin-top: 5px;
}
/*--about-me--*/
.about-me {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.blog-image {
    width: 200px;
    height: inherit;
    margin: 5px 0px;
}
.description-web {
    line-height: 2.1em;
    padding: 10px 10px 0px 10px;
}
/*--follow-box--*/
#followersLs,.followersCount,.followersTitle{
	position: absolute;
	visibility: hidden;
}
.followBx {
    margin: 10px 8px 5px 8px;
	background:none;
}
.followThis.followed {
   font-family: 'IRANSansX';
   background: #591324;
}
.followThis {
   font-family: 'IRANSansX';
   background: #B33A56;
}
/*stat*/
.stat-back {
    padding: 5px 4px;
    margin-bottom: 2px;
    border-radius: 4px;
    cursor: default;
}
.stat-value {
    float: left;
    display: inline-block;
}
/*--selected--*/
.rate--post {
    color: #000;
    padding: 2px;
    margin-bottom: 2px;
    line-height: 1.8em;
}
.rate--post:hover{
    padding-right: 10px;
	color: #591324;
	transition-duration: .3s;
}
a.selected .rate--post{
	color: #591324;
}
.category-children {
    margin-right: 10px;
}
/*--tags--*/
.tags {
    display: inline-block;
    margin: 1px;
}
.tags a{
	padding: 7px;
	background: #a62c54;
	display: table-cell;
	border-radius: 3px;
	color: #fff;
	font-size:11px;
	text-align: center;
}
.tags a:hover{
	background: #EBB5C7;
	color: #000;
	transition-duration: .3s;
}
.tags a.selected{
    color: #000;
	background: #EBB5C7;
}
/*recent-comment*/
.recent-comment {
    direction: ltr;
    margin-bottom: 6px;
    clear: both;
    overflow: hidden;
}
.cm-matnn {
    direction: rtl;
    padding: 2%;
    width: 81.5%;
}
.recent-comment a{
    color: #000;
}
.cm-matnn:hover{
    cursor: pointer;
	color: #591324;
}
.recent-comment-av-img {
    float: right;
    width: 12%;
    border-radius: 4px;
	transform: scale(1.1);Transform:Rotate(360deg);
	transition:1s;
}
/*----clock----*/
div .clock{
	padding:30px;
	border-radius: 50%;
	font-size: 36px;
	font-family: 'IRANSansX';
	color:#fff;
	background:red;
	margin:0px 25px;
	text-align: center;
} 
li.clock-position{
	color:#000;
	font-size: 18px;
	list-style:none;
	text-align: center;
	font-family: 'IRANSansX';
	border-radius: 12px / 18px;
	padding: 10px;
}
/*----footer----*/
.footer {
    padding: 8px;
    clear: both;
    bottom: 0;
    left: 0;
    margin: 0;
    top: auto;
    text-align: right;
}
.bayan {
    text-align: left;
    color: #000;
    font-size:14px;
}
.bayan a{
    color:#B33A56;
	text-decoration: underline;
}
@media only screen and (max-width: 800px) {
    #wrp {
        width: 100%;
    }
	.head ul {
	display:inline;
	background: #66451E;
	height: 100vh;
	width:50%;
	margin-right:-100px;
	transform: scale(0.2);
	transform: scale(0.2) translateX(391%);
	transition: all 0.7s;
}
.head ul:target {
    transform: scale(1) translateX(0%);
}
.head ui li {
	display:unset;
}
.head ul li a {
	width:100%;
	text-align:center;
	padding: 10px;
	margin-top:-10px;
	margin-bottom:10px;
}
.head ul li a.selected{
		border-radius:0px;
	}
.head ul li a:hover{
	border-radius:0px;
}
.menu-h {
    display:block;
}
.menu-f {
	font-size:20px;
	margin-right: 30%;
	color:#fff;
}
.close {
    display:block !important;
}
    .main-block {
        width: 96%;
    }
    .block-post {
        width: 100%;
    }
    .left {
        width: 100%;
    }
    .footer {
        margin-bottom: 0px;
    }
}
           
#disable_highlight {

-webkit-touch-callout: none;

-webkit-user-select: none;

-moz-user-select: none;

-ms-user-select: none;

-o-user-select: none;

user-select: none;  

}

input, select, body{

-webkit-touch-callout: none;

-webkit-user-select: none;

-moz-user-select: none;

-ms-user-select: none;

-o-user-select: none;

user-select: none;

}