@charset "utf-8";
@import url('//cdn.jsdelivr.net/gh/rastikerdar/gandom-font@master/dist/font-face.css');
	
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: Gandom, tahoma;
    font-size: 14px;
    direction: rtl;
    line-height: 2em;
    color: #000;
    word-wrap: break-word !important;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #006ad4;
}

a:hover {
    color: #ff6347;
}

h4, h5, h6, .followBx, .followThis {
    font-family: Gandom;
    margin: 0;
}
h1, h2{
	font-family: Courier New,Courier,monospace;
    	margin: 0;
	color: #000;
	font-weight: normal;
}
h3{text-shadow: #ddd; font-family: Gandom;}
.followThis {
    background: #ff6347;
}

header {
    width: 100%;
    text-align: center;
    padding: 30px 0 1px;
}

header h1 a {
    font-size: 32x;
    font-weight: 900;
    color: #000;
    line-height: 1.3em;
}

header h1 a:hover {
    color: #127302;
}

header h2 {
    font-size: 1em;
    color: #000;
    padding-bottom: 10px;
}

nav {
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-bottom: 14px;
	font-family: Gandom;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
    overflow: hidden;
    background: #fff;
	font-family: Gandom;
}

nav li {
    display: inline-block;
}

nav li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 4px 10px;
    text-decoration: none;
    line-height: 1.3em;
	font-family: Gandom;
}

nav li a:hover {
    border-bottom: 5px solid #ff6347;
    color: #000;
}

#wrp {
    width: 99%;
    margin: 0 auto;
    max-width: 1100px;
}

.message {
    background: #FFF;
    text-align: center;
    color: #123456;
    padding: 12px 5px;
}

.message h3 {
    margin: 0
}

main {
    width: 68.5%;
    float: right;
}

.post {
    background: #fff;
    margin-bottom: 14px;
font-family: Gandom;
    padding: 14px;

}

.toppost {
    text-align: center;
}

.toppost .date {
    color: #127302;
    font-size: 16px;
	font-weight: normal;
		font-family: Courier New,Courier,monospace;
}

.toppost h3 a {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    line-height: 1.5em;
	font-family: Gandom;
}

.toppost h3 a:hover {
    color: #ff6347;
}


.toppost .thumb {
    overflow: hidden;
}

.toppost .thumb img {
    width: 100%;
    height: auto;
    padding: 0;
}

.toppost .title {
    padding-top: 14px;
    margin: 0;
	display:none;
}

.post .text {
    text-align: justify;
    font-size: 14px;
	font-family: Gandom;
    margin-top: 18px;
	text-indent:33px;
}

.post .text ul {
    list-style-image: url('//bayanbox.ir/view/5946397774044841151/tick.png');
}

.post .text img,
video {
    max-width: 100%;
    height: auto;
}

.post .redcom {
    text-align: center;
    padding-top: 20px;
	text-indent:0px;
}

.post .text .more {
    padding: 30px 0;
}

.post .text .more a {
    color: #000;
    padding: 4px 16px;

    border-color: ;
    display: inline-block;
    border-color: #ddd;
}

.post .text .more a:hover {
    border-color: #ff6347;
    color: #ff6347;
}

.post .text .commentpost a {
    color: #000;
    padding: 4px 14px;

    border-color: #ddd;
    display: inline-block;
}

.post .text .commentpost a:hover {
    border-color: #ff6347;
    color: #ff6347;
}

.post .tags {
    display: inline-block;
    padding-right: 14px;
}

.post .tags h3 {
}

.post .tags a {
    background: #ddd;
    color: #000;
    padding: 5px 6px;
    font-size: 13px;
    font-weight: normal;
	border-radius: 3px;

}

.post .tags a:hover {
    border: 3px solid #dd210e;
	
    color: #dd210e;
}

.pagin {
    text-align: center;
    padding: 40px 0;
    clear: both;
}

.pagin a {
    color: #000;
    padding: 7px 14px;
    font-weight: bold;
    border: 4px dashed #ddd;
}

.pagin a:hover {
    border: 4px dashed #ff6347;
    color: #ff6347;
}

input,
textarea,
select {
    font-family: inherit;
}

.comment {
    padding: 0;
}

.comment .avatar img {
    width: 40px;
    height: 40px;
	border-radius: 5px;
}

.comment .myavatar img {
    width: 32px;
    height: 32px;
	border-radius: 5px;
}

.comment-form {
    font-size: 14px;
    padding: 14px;
    margin-bottom: 7px;
	font-family: Gandom;
}

.rep-pic img {
    float: right;
    width: 50px;
    height: 50px;
	border-radius: 5px;
}

.comment-details {
    font-size: 14px;
    padding: 2px 5px;

}

.comment-details a {
    font-size: 14px;
    display: inline-block;
}

.cmtname a {
    color: #ff6347;
    padding: 2px 10px;
}

.cmtname a:hover {
    color: #006ad4;
}

.cmttext {
    padding: 5px 5px 14px;
    text-align: justify;
    font-size: 14px;
    line-height: 2em;
}

.cmtreplay {
    padding: 3px;
    font-size: 14px;
    text-align: justify;
    background: #ddd;
    line-height: 1.6em;
    border: 1px dashed #ddd;
    border-radius: 5px;
    margin-right: 60px;
}

.cmtreplay img {
    max-width: 100%;
    height: auto;
	border-radius: 5px;
}



#bComSub {
    cursor: pointer;
    margin-top: auto;
    padding: 9px 30px;
    background: #fbfbfb;
    color: #000;
    border: 1px dashed #ddd;
    border-radius: 0;
}

#bComSub:hover {
    border: 1px dashed #ff6347;
    color: #ff6347;
}

.formField2 textarea {
    height: 150px;
}

aside {
    width: 30%;
    margin-right: 5px;
    float: left;
}

#sidebar .part {
    background: #fff;
    margin-bottom: 1px;
    padding: 14px;
    text-align: justify;

}

#sidebar .part .stat {
    display: block;
}

#sidebar .part .pro {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

#sidebar .title {
    background: #ddd;
    color: #fff;
    padding: 3px 18px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;

	border-radius: 5px;
}

#sidebar .part .blockads {
    text-align: center;
    margin-bottom: 5px;
}

#sidebar .part .blockads img {
    max-width: 98%;
    height: auto;
}

#sidebar .part .blocklink a {
    color: #000;
	text-shadow: #ddd 1.6px 0px;
    transition-duration: .2s;
	text-align:center;
	float:center;
}

.item_wrn {
	background: #ddd;
	    border: 1px #ddd;
	line-height: 1.4em;	
}

div.item_success{
	display:none;
}
div.item_wrn{
	display:none;
}

div.formField2.anon-hide{
	display: none;
}
div.formField2 .fldcontent {
    padding-left: 3px;
    margin-right: 3px;
	
}
div.formField2 textarea {
	border-radius: 5px;
	}
div.inputFix input.text {
	border-radius: 5px;
	}
div.formField2 select {
	border-radius: 5px;
	}

div.fldcontent.smalltip{display:none;}
.formField2 label {
text-align: right;
	float:right;
}

div.anon-hide.commentAvatar{
	display:none;
}
#bComSub {
	border-radius: 5px;
}

#sidebar .part .tagblock {
    display: inline-block;
    margin: 4px 0;
}

#sidebar .part .tagblock a {
    border: 1px dashed #ddd;
    padding: 4px;
}

#sidebar .part .tagblock a:hover {
    border-color: #ff6347;
    color: #ff6347;
}

#sidebar .part .blocklinkchild a {
    padding-right: 10px;
    transition-duration: .6s;
		text-align:center;
	float:center;
}

#sidebar .part .blocklinkchild a:hover {
    color: #ff6347;
		text-align:center;
	float:center;
}

#sidebar .part .blocklink a:hover {
    color: #ff6347;
		text-align:center;
	float:center;
}

footer {
    background: #fff;
    text-align: center;
    clear: both;
    padding: 4px;
    color: #fff;
}

footer a {
    color: #fff;
}

.post .text div {
    margin-bottom: 10px;
}

.ngh-cmtimage {
    width: 35px;
    height: 35px;
    margin: 5px 0;
}

@media screen and (max-width: 576px) {
    .if {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #wrp {
        width: 95%;
        margin: 4px auto;
    }

    main,
    aside {
        width: 100%;
    }

}

.formField2 input.text,
.formField2 textarea {
    line-height: 1.4rem;
    font-size: 14px;
    border-radius: 0;
}

.cmt-bg {
    text-align: center;
    padding: 6px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;

}

.cmt-bg a {
    color: #000;
}

.cmt-bg a:hover {
    color: #444;
}

.d-block {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th,
td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

blockquote {
    border-right: 6px solid #ff6347;
    margin: 1px;
    padding: 0px 10px;
    font-style: normal;
    background: #ededed;
	line-height: 1.7em;
	text-indent: 1px;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], button, textarea, select, .inputBox, input.text, a.btn, a.btn:hover, a.btn:visited, .followBx, .followThis {
    font-family: inherit;
}

.text-left {
    text-align: left;
}