@charset "utf-8";
@font-face {
    font-family: 'sahel';
    src: url('//bayanbox.ir/download/6565260237259601785/Sahel-FD.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'sahel';
    src: url('//bayanbox.ir/download/4937696673228667072/Sahel-Bold-FD.woff') format('woff');
    font-weight: bold;
}

::-moz-selection {
    color: #fff;
    background: #263238;
}

::selection {
    color: #fff;
    background: #263238;
}

body {
    font-family: sahel;
    font-size: 14px;
    direction: rtl;
    line-height: 2em;
    color: #263238;
    word-wrap: break-word !important;
    background: #f6f3f3
}

a {
    text-decoration: none;
    color: #263238;
}

a:hover {
    color: #000;
}

h1, h2, h3, h4, h5, h6, .jqi a.btn {
    font-family: inherit;
    padding: 0;
    margin: 0;
}
h2{
 font-size:20px;
}
p{
  font-size: 16px;
}
h3{
 font-size:18px;
}
#header {
    text-align: center;
    padding: 10px;
}

#header h1 a {
    font-size: 30px;
}

#header h2 {
    font-weight: normal;
    font-size: 13px;
}

#menu {
    background: #263238;
    padding: 6px;
}

#menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#menu ul li {
    display: inline-block;
    padding: 0 10px;
}

#menu ul li a {
    color: #fff;
    padding: 6px 10px;
}

#menu ul li a:hover {
    background: #fff;
    border-radius: 3px;
    color: #263238;
}

#wrp {
    width: 96%;
    margin: 10px auto 5px;
    max-width: 876px;
}

.mt {
    margin-bottom: 10px;
}

.message {
    background: #FFF;
    text-align: center;
    color: #123456;
    padding: 12px 5px;
    border-radius: 4px;
}

.message h3 {
    margin: 0
}

.post {
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.toppost {
    text-align: center;
}

.toppost .date {
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    color: #444;
}

.toppost h3 a {
    font-size: 23px;
    color: #263238;
    font-weight: 900;
    line-height: 1.5em;
}

.toppost h3 a:hover {
    color: #000;
}

.toppost .postcategory {
    font-size: 13px;
}

.toppost .postcategory a {
    background: #263238;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
}

.toppost .postcategory a:hover {
    background: #000;
}

.toppost .thumb {
    overflow: hidden;
    padding: 5px;
}

.toppost .thumb img {
    width: 100%;
    height: auto;
    padding: 0;
}

.toppost .title {
    padding-top: 15px;
    margin: 0;
    text-align: center;
}

.post .text {
    padding: 0 20px 20px;
    text-align: justify;
    line-height: 190%;
    margin-top: 18px;
}

.post .text a, .comment a {
    color: #0063ed;
}

.post .text a:hover, .comment a:hover {
    color: #263238;
}


.post .text img, video {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.post .redcom {
    text-align: left;
    font-size: 13px;
    margin-top: 15px;
}

.post .text .more a {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    font-size: 14px;
    background: #263238;
    border-radius: 4px;
}

.post .text .more a:hover {
    background: #000;
}


.item_success {
    border-color: transparent;
    background: transparent;
}


.post .tags {
    display: inline-block;
    padding-right: 15px;
}

.post .tags a {
    background: #263238;
    color: #fff;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px
}

.post .tags a:hover {
    background: #000;
}

.pagin {
    text-align: center;
    padding: 10px 0 20px;
    clear: both;
}

.pagin a {
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 4px;
    background: #263238;
    margin: 0 10px;
    color: #fff;
}

.pagin a:hover {
    background: #263238;
}

input, textarea, select {
    font-family: inherit;
}

.comment {
    padding: 15px;
    box-shadow: 0 0 15px rgba(38, 50, 56, 0.16) inset;
}

.comment .avatar img {
    width: 40px;
    height: 40px;
    padding: 1px;
    box-shadow: 0 0 15px rgba(38, 50, 56, 0.16) inset;
}

.comment .myavatar img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.comment-form {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 7px;
}

.rep-pic img {
    float: right;
    padding-top: 10px;
    width: 50px;
    height: 50px;
}

.comment-details {
    font-size: 15px;
    padding-left: 10px;
}

.comment-details a {
    color: #263238;
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
}

.cmtname a {
    color: #c0aaaa;
    padding: 2px 10px;
}

.cmttext {
    padding: 10px 5px 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 2em;
}

.cmtreplay {
    padding: 5px 10px;
    font-size: 12px;
    text-align: justify;
    box-shadow: 0 0 15px rgba(38, 50, 56, 0.16) inset;
    line-height: 2em;
    font-weight: bold;
}

.cmtreplay img {
    max-width: 100%;
    height: auto
}

.cmtdate a {
    background: #fb1347;
    padding: 2px 10px;
    color: #fff;
    border-radius: 4px;
}

#bComSub {
    cursor: pointer;
    margin-top: auto;
    padding: 6px 30px;
    border-radius: 4px;
    background: #263238;
    color: #fff;
    border: 0;
    font-size: 14px;
}

#bComSub:hover {
    background: #000;
}

.formField2 textarea {
    height: 150px;
}

.item_wrn, .item_err, .item_success, input[type="button"], input[type="text"], input[type="password"], input[type="submit"], button, textarea, .inputBox, input.text, a.btn, a.btn:hover, a.btn:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#footer {
    text-align: center;
    padding: 6px;
    color: #fff;
    background: #263238;
    font-size: 13px;
    clear: both;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

.post .text div {
    margin-bottom: 5px;
}

.formField2 input.text, .formField2 textarea {
    line-height: 1.4rem;
    color: #263238;
    font-size: 15px;
    border-radius: 0;
}

.cmt-bg {
    text-align: center;
    color: #f00;
    padding: 5px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(38, 50, 56, 0.16) inset;
}

.cmt-bg a {
    color: #263238;
}

.cmt-bg a:hover {
    color: #000;
}

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 #263238;
    margin: 5px 0px 0px;
    padding: 5px 15px;
    font-style: normal;
    background: transparent;
    border-radius: 4px;
    border-left: 6px solid #263238;
    box-shadow: 0 0 15px rgba(6, 6, 6, 0.09) inset;
}

blockquote > div {
    margin-bottom: 0 !important;
}

div.inputFix input.text {
    margin-top: 0;
}

.jqi .jqimessage {
    text-align: justify;
}

.rate-box {
    display: block;
    text-align: left;
}

#closebtn {
    display: none
}

#closebtn, #showbtn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
    padding: 15px 5px;
    line-height: 1.5em;
    transition: .8s;
}

a#closebtn {
    color: #fff;

    background: #007d00;
}

a#showbtn {
    color: #fff;
    background: #c00;
}

a#showbtn:hover, a#closebtn:hover {
    background: #444;
}

h3.tags {
    margin-top: 0;
}

.commentblock {
    margin-bottom: 10px;
}

.item_success a:hover {
    font-weight: bold;
    color: #088F1B;
    background-color: transparent;
}

#sidebar-l {
    width: calc(50% - 5px);
    float: left;
}

#sidebar-r {
    width: calc(50% - 5px);
    float: right;
}

.box {
    padding: 15px;

    border: 1px solid #d0d0d0;
    margin: 10px 0;
    border-radius: 5px;
}

.box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about {
    text-align: justify;
    padding: 10px 0;
}

.box h6 {
    color: #263238;
    text-align: center;
    padding: 0 0 14px;
    /*! border-radius: 5px; */
    font-size: 23px;
    border-bottom: 1px dashed #d0d0d0;
}

.box ul {
    list-style: none;
    padding: 15px 2px;
}

.box a {
    color: #000;
    border-right: 5px solid;
    border-color: transparent;
    display: block;
    padding: 0 5px;
}

.box a:hover {
    border-color: #123456;
}

@media screen and (max-width: 478px) {
    #sidebar-l, #sidebar-r {
        width: 100%;
        float: unset;
    }
}
.followBx {
	max-width: 200px;
	display: block;
	margin: auto;
}
.followBx, .followThis {
	font-family: inherit;
}
.followShow a, #followInBx a, #followersLs a, .blockads a {
	border-right: 0;
	padding: 0;
}


.post-container {
  background-color: #032032;
  border: 5px solid #fdc94a;
  border-radius: 2em;
  padding: 15px 20px;
  margin: 2em auto;
  width: 98%;
  box-sizing: border-box;
font-family: 'Vazir', serif;
  font-size: 16px;
  background-color: #012032;
  color: #ffffff;
  line-height: 1.8;
  direction: rtl;
}

.post-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.post-header img {
  max-width: 75px;
  margin-left: 10px;
  border: 5px solid #ffffff;
  border-radius: 10px;
}
.post-header h2 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0;
}

.quran-text {
  text-align: right;
  margin: 1em 0;
  font-size: 1.1rem;
}

.translation-box {
  background: #ffffff;
  color: #000000;
  border-radius: 1em;
  padding: 15px;
  margin-top: 30px;
  text-align: center;
}

.related-posts {
  margin-top: 2em;
}
.related-posts h3 {
  font-size: 1rem;
  margin-bottom: 1em;
}
.related-posts a {
  display: block;
  margin: 0.5em 0;
  color: #fdc94a;
  font-weight: bold;
  text-decoration: none;
}
.related-posts a:hover {
  text-decoration: underline;
}
/*------------------------*/
.poet-box {
  border: 2px solid #eee;
  padding: 15px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #fafafa;
}

.poet-box h2 {
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.poet-box p {
  text-align: justify;
  line-height: 1.8;
  color: #444;
}

.poet-box .bio-link {
  text-align: center;
  margin-top: 10px;
}

.poet-box .bio-link a {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

.poet-box .bio-link a:hover {
  text-decoration: underline;
}

/*------------------------------------*/
.poem-box {
  border: 1px solid #94c7a1;
  border-radius: 8px;
  padding: 16px;
  margin: 15px auto;
  background-color: #e9f7ef;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #222;
  max-width: 600px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.poem-box p {
  text-align:center;
  margin: 0;
}

.poett-box {
  margin: 20px auto 0 auto;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #2e5d37;
  font-weight: bold;
  background-color: #d4edda;
  border-radius: 4px;
  max-width: 240px;
}

/**----------------------------*/
.inline-related {
  display: block; /* تا به عنوان بلوک خودش وسط قرار بگیره */
  max-width: 300px; /* عرض محدود */
  background: #f0f7ff; /* رنگ باکس */
  border-left: 4px solid #4a90e2; /* خط مشخص کننده */
  padding: 8px 12px;
  margin: 20px auto; /* بالا/پایین فاصله + وسط چین */
  font-size: 16px;
  border-radius: 4px;
  text-align: center; /* متن وسط */
}

.inline-related a {
  text-decoration: none;
  color: #0056a3;
  font-weight: 500;
}

.inline-related a:hover {
  text-decoration: underline;
}


/****-------------------------***/
.related-posts {
  background: #fff;
  padding: 15px 20px;
  margin: 30px 0;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.related-posts h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  text-align: right;
}

.related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-posts ul li {
  margin: 6px 0;
}

.related-posts ul li a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.2s ease;
}

.related-posts ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

