@charset "utf-8";
@import url('//cdn.jsdelivr.net/gh/rastikerdar/sahel-font@v3.4.0/dist/font-face.css');

::-moz-selection {
    color: #fff;
    background: #568b36;
}

::selection {
    color: #fff;
    background: #568b36;
}

body {
    font-family: Sahel;
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
    line-height: 1.9em; /*new*/
    background: #555 url(//cdn.bayan.ir/blog/templates/216/body.png) repeat;
    direction: rtl;
}

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;
}

p {
    margin-bottom: 0.5em;
}

pre {
    direction: ltr;
    background-color: #FAFAEE;
    border: 1px solid #DADADA;
    margin: 1em;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
}

.btn_submit {
    direction: ltr;
}


/* Link & Button /COLOR --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

img {
    border: none;
    border-width: 0;
}

a {
    color: #34700e;
    cursor: pointer;
    text-decoration: none;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
}

a:hover {
    color: #24410f;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    outline: hidden;
}

a:visited {
}


/* wrp --------------------------------------------- */
.bg_up {
    background: url(//cdn.bayan.ir/blog/templates/216/body-top.png) repeat-x top;
}

#wrp {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    direction: rtl;
    padding: 15px;
    border-bottom: none;
    background: #FFF;
    -moz-box-shadow: 0 0 15px #555;
    -webkit-box-shadow: 0 0 15px #555;
    box-shadow: 0 0 15px #555;
}

#wrp .header {
    display: block;
    height: 120px;
    background: #4f8434 url(//cdn.bayan.ir/blog/templates/216/header.png) repeat-x top;
    text-align: center;
    border-radius: 5px;
}

/* Title & Description --------------*/
#wrp .header .hdr_right {
    /*! float: right; */
}

#wrp .header .title_desc {
    padding: 10px 35px;
}

#wrp .header .title_desc h1 {
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 5px #3f751b;
    margin-bottom: 10px;
}

#wrp .header .title_desc h1 a {
    color: #FFF;
}

#wrp .header .title_desc h1 a:hover {
    color: #EEE;
}

#wrp .header .title_desc .desc h2 {
    font-size: 13px;
    font-weight: normal;
    cursor: default;
    color: #EEE;
    text-shadow: 1px 1px 5px #3f751b;
}


/* Main Menu --------------------------------------------- */
.main_menu {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    background: #737373 url(//cdn.bayan.ir/blog/templates/216/mnu_bg.png) repeat-x top;
    border-radius: 5px;
}

#wrp .main_menu .cnt {
    padding: 0px 12px;
}

#wrp .main_menu .cnt ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#wrp .main_menu .cnt li {
    float: right;
    cursor: default;
    background: url(//cdn.bayan.ir/blog/templates/216/middle.png) no-repeat left center;
}

#wrp .main_menu .cnt li:last-child {
    background: none;
}

#wrp .main_menu .cnt a {
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #DDD;
    padding: 13px 15px 15px 15px;
    text-shadow: 1px 1px 1px #403b36;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;

}

#wrp .main_menu .cnt a:hover {
    color: #FFF;
    background: url(//cdn.bayan.ir/blog/templates/216/mnu_h2.png) no-repeat top center;
}

#wrp .main_menu .cnt a.selected {
    color: #FFF;
    background: url(//cdn.bayan.ir/blog/templates/216/mnu_h2.png) no-repeat top center;
}

/* wrp -> Content,Main Box1 --------------------------------------------- */
#wrp .box1 {
    float: right;
    *float: initial;
    width: 100%;
    height: 100%;
    /*background:url(//cdn.bayan.ir/blog/templates/216/color1.png) repeat-x center top;*/
}

/* wrp -> Content -> BX_Left --------------------------------------------- */
#wrp .box1 .bx_left {
    width: 27%;
    float: left;
}

* html #wrp .box1 .bx_left {
    margin-left: -10px;
}

/* MOD_LEFT ---- */
#wrp .box1 .bx_left .mod_left {
    margin-bottom: 15px;
}

#wrp .box1 .bx_left .mod_left .title {
    background: rgb(90, 140, 46);
    background: linear-gradient(90deg, rgba(90, 140, 46, 1) 0%, rgba(87, 153, 52, 0.9499999829033176) 35%, rgba(77, 121, 46, 1) 100%);
    height: 25px;
    padding: 5px;
    color: #FFF;
    text-align: center;
    cursor: default;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    text-shadow: 1px 1px 2px #3f751b;
    border-radius: 5px;
}

#wrp .box1 .bx_left .mod_left .cnt {
    padding: 5px 0px 5px 0px;
}

/* mod_left BLANK ---- */
#wrp .box1 .bx_left .mod_left_blank {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    border-top: 3px solid #4f8434;
}

#wrp .box1 .bx_left .mod_left_blank .cnt {
    padding: 5px;
}

#wrp .box1 .bx_left .mod_left_blank .cnt .blogImage {
    text-align: center;
}

#wrp .box1 .bx_left .mod_left_blank .cnt img {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

* html #wrp .box1 .bx_left .mod_left_blank .cnt img {
    width: 220px;
    height: auto;
}

#wrp .box1 .bx_left .mod_left_blank .cnt .blog_description h4 {
    padding: 5px;
    color: #333;
    margin: 0px;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
    line-height: 175%;
}


/* LI & UL - Design ----- */
#wrp .box1 .bx_left .mod_left ul {
    padding: 0px;
    margin: 0px;
}

#wrp .box1 .bx_left .mod_left .sideCell {
    /*padding-bottom: 5px;*/
}

#wrp .box1 .bx_left .mod_left ul li ul.subcats a {
    padding-right: 10px;
    padding-top: 1px;
    display: inline-block;
    background: url(//cdn.bayan.ir/blog/templates/216/sub_ico.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .cats li h3 {
    margin: 0px;
    font-size: 12px;
}

#wrp .box1 .bx_left .mod_left li {
    margin: 0px;
    list-style: none;
}

#wrp .box1 .bx_left .mod_left .cats li a {
    padding-bottom: 0px;
    padding-right: 20px;
    display: table-cell;
    *display: inline-block;
    background: url(//cdn.bayan.ir/blog/templates/216/folder_ico.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .cats li.selected {
    background: none;
}

#wrp .box1 .bx_left .mod_left .subcats li.selected {
    background: none;
}

#wrp .box1 .bx_left .mod_left .subcats {
    margin-right: 14px;
    margin-top: -3px;
}

#wrp .box1 .bx_left .mod_left .cats .count {
    cursor: default;
    display: table-cell;
    color: #444;

}

#wrp .box1 .bx_left .mod_left .subcats .count {
    cursor: default;
    display: inline-block;
    color: #444;
}

/*-LINKs-*/
#wrp .box1 .bx_left .mod_left ul.links li {
    padding: 3px 10px 3px 10px;
    background: url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
    *background: none;
    *border-bottom: 1px solid #F5F5F5;
    border: 0px solid #fff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
}

#wrp .box1 .bx_left .mod_left ul.links li:hover {
    border: 0px solid #b9dfa7;
    background: #e7ffdb url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
}

#wrp .box1 .bx_left .mod_left .links li.selected {
    border: 0px solid #b9dfa7;
    background: #e7ffdb url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
}

#wrp .box1 .bx_left .mod_left .links li a {
    padding-right: 10px;
    display: table-cell;
    *display: inline-block;
    background: url(//cdn.bayan.ir/blog/templates/216/sidebar-bullet.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .links .count {
    cursor: default;
    display: table-cell;
    *display: inline-block;
    color: #444;
}

#wrp .box1 .bx_left .mod_left ul.links li:last-child {
    border-bottom: 0px;
    background: none;
    border: 0px solid #fff;
}

#wrp .box1 .bx_left .mod_left ul.links li:last-child:hover {
    background: #e7ffdb;
    border: 0px solid #b9dfa7;
}

#wrp .box1 .bx_left .mod_left ul.links li.selected:last-child {
    background: #e7ffdb;
    border: 0px solid #b9dfa7;
}

/* Advertising ---- */
#wrp .box1 .bx_left .mod_left .cnt.ads {
    text-align: center;
    padding-top: 11px;
    padding-right: 5px;
    padding-bottom: 2px;
}

#wrp .box1 .bx_left .mod_left .cnt.ads .view_ads {
    margin-bottom: 10px;
    display: block;
}

/* STAT Graph ---- */
#wrp .box1 .bx_left .mod_left #stat_summary_div {
    clear: both;
    padding: 2px 6px;
}

#wrp .box1 .bx_left .mod_left .cnt.stat {
}

#wrp .box1 .bx_left .mod_left .cnt.stat .all {
    display: table;
    width: 100%;
    padding-bottom: 4px;
    padding-right: 20px;
    background: url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
    *background: none;
    text-align: center;
}

#wrp .box1 .bx_left .mod_left .cnt.stat .stattitle {
    width: 117px;
    cursor: default;
    color: #555;
    font-size: 11px;
    border: none;
    font-weight: normal;
    display: table-cell;
    *display: inline-block;
    text-align: right;

}

#wrp .box1 .bx_left .mod_left .cnt.stat .value {
    color: #222;
    cursor: default;
    padding-right: 10px;
    display: table-cell;
    *display: inline-block;
}

/* Category ---- */
#wrp .box1 .bx_left .mod_left .category_selected {
    background: #e7ffdb;
    border: 0px solid #b9dfa7;
    padding: 2px 5px 2px 5px;
    display: block;
    height: 21px;
    max-height: auto;
    *height: auto;
    color: #111;
}

#wrp .box1 .bx_left .mod_left .category_selected a {
    color: inherit;
    cursor: default;
}


/* TAG Cloud ---- */
#wrp .box1 .bx_left .mod_left .cnt2 {
    padding: 5px 7px 5px 7px;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud span {
    display: inline-block;
    margin-bottom: 1px;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud a {
    padding: 2px 5px 2px 5px;
    color: #333;
    border: 1px solid #DDD;
    background: #EEE url(//cdn.bayan.ir/blog/templates/216/main-area-bg.png);
    display: table-cell;
    *display: inline-block;
    margin: 2px 0px 2px 0px;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud a:hover {
    background: #5a9332 url(//cdn.bayan.ir/blog/templates/216/mnu_h.png) repeat-x top right;
    color: #fff;
    border: #31651c 1px solid;
}

#wrp .box1 .bx_left .mod_left .cnt .tagcloud a.selected {
    background: #5a9332 url(//cdn.bayan.ir/blog/templates/216/mnu_h.png) repeat-x top right;
    color: #fff;
    border: #31651c 1px solid;
}

/* Recent Posts ---- */
#wrp .box1 .bx_left .mod_left .cnt .recent_posts li {
    display: inline-block;
    background: none;
    width: 100%;
}

/*- Mobile -*/
#wrp .box1 .bx_left .mod_left .cnt .recent_posts.mobile li a {
    padding-bottom: 3px;
    padding-right: 10px;
    background: url(//cdn.bayan.ir/blog/templates/216/sidebar-bullet.png) right no-repeat;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts li a {
    background: none;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .cnt {
    margin-bottom: -1px;
    padding: 4px 5px 6px 0px;
    line-height: 18px;
    border: 0px solid #fff;
    background: url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts li a {
    color: #34700e;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts li a:hover {
    color: #24410f;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .cnt:hover {
    background: #e7ffdb url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
    border: 0px solid #b9dfa7;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .cnt.selected {
    background: #e7ffdb url(//cdn.bayan.ir/blog/templates/216/line2.png) no-repeat center bottom;
    border: 0px solid #b9dfa7;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts .date {
    cursor: default;
    font-size: 9px;
    color: #444;
    display: none;
}

#wrp .box1 .bx_left .mod_left .cnt .recent_posts.mobile .date {
    display: block;
}

.cnt.max {
    overflow: hidden;
    white-space: nowrap;
}


/* wrp -> Content -> BX_Center --------------------------------------------- */
.align {
    padding-right: 0px;
    padding-left: 0px;
}

.post_break {
    padding-top: 0px;
}

.cut {
    display: none;
    float: right;
    width: 29px;
    height: 29px;
    margin-right: -15px;
    background: url(//cdn.bayan.ir/blog/templates/216/cut.png) no-repeat bottom right;
}

#wrp .box1 .bx_center {
    float: right;
    width: calc(73% - 10px);
}

#wrp .box1 .bx_center .mod_center {
    float: right;
    width: 100%;
}

/* POST CENTER / CONTENT -> ------*/
#wrp .box1 .bx_center a {
}

.mess_pad {
    padding-top: 0px;
}

#wrp .box1 .bx_center .messages {
    margin-bottom: 10px;
    border: 1px solid #CCC;
    background: #eff0f1 url(//cdn.bayan.ir/blog/templates/216/mess.png) repeat-x top left;
}

#wrp .box1 .bx_center .messages .cnt {
    padding:2px;
    color: #555;
}

#wrp .box1 .bx_center .messages .cnt h2 {
    color: #666;
    text-shadow: 1px 1px 2px #CCC;
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    cursor: default;
    margin: 5px;
}

#wrp .box1 .bx_center .messages .cnt h2 a.comment_count {
    color: #555;
    text-shadow: 1px 1px 2px #CCC;
}

#wrp .box1 .bx_center .messages .cnt h2 a.comment_count:hover {
    color: #222;
}

#wrp .box1 .bx_center .post {
    margin-bottom: 20px;
}

#wrp .box1 .bx_center .post .title .date_title {
    color: #696969;
    cursor: default;
    padding: 0px 0px 0px 10px;

}

#wrp .box1 .bx_center .post .title h2 {
    line-height: 1.4em;
    font-size: 20px;
    color: #1f0c08;
    padding-bottom: 3px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 5px 10px;
}

#wrp .box1 .bx_center .post .title h2 a {
    color: #333;
}

#wrp .box1 .bx_center .post .title h2 a:hover {
    color: #000;
}

#wrp .box1 .bx_center .post .body {
    overflow: hidden;
    height: auto;
    line-height: 1.9em; /*new*/
    margin: 5px;
}

#wrp .box1 .bx_center .post .body .cnt a {
    color: #34700e;
}

#wrp .box1 .bx_center .post .body .cnt a:hover {
    color: #24410f;
}

#wrp .box1 .bx_center .post .body .cnt {
    text-align: justify;
}

#wrp .box1 .bx_center .post .body .cnt ul {
    margin-top: -4px;
}

#wrp .box1 .bx_center .post .body .cnt ul li {
    margin-right: 5px;
    line-height: 1.9em; /*new*/
}

#wrp .box1 .bx_center .post .body .cnt img {
    max-width: 98%;
    height: auto;
    margin-right: 1px;
    padding: 2px;
}

#wrp .box1 .bx_center .post .body .post_list img {
    max-width: 98%;
    height: auto;
    margin-right: 1px;
    border: 1px solid #CCC;
    padding: 2px;
}

#wrp .box1 .bx_center .post .body .readmore {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#wrp .box1 .bx_center .post .body .readmore a {
    margin: 1px;
    padding: 4px 8px 5px 8px;
    margin-left: 3px;
    cursor: pointer;
    background: url(//cdn.bayan.ir/blog/templates/216/mess.png) repeat;
    color: #777;
    border: #ccc 1px solid;
    text-shadow: none;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;

    border-radius: 5px;
}

#wrp .box1 .bx_center .post .body .readmore a:hover {
    background: #5a9332 url(//cdn.bayan.ir/blog/templates/216/mnu_h.png) repeat-x top right;
    color: #fff;
    border: #31651c 1px solid;
}


/*--- Post Detail ---*/
#wrp .box1 .bx_center .post .post_detail {
    min-height: 23px;
    background: #fff url(//cdn.bayan.ir/blog/templates/216/pd.png) repeat-x top center;
    border: 1px solid #bbb;
    padding-bottom: 5px;
    font-size: 12px;
}

#wrp .box1 .bx_center .post .post_detail .cnt {
    padding-top: 4px;
    color: #999;
}

#wrp .box1 .bx_center .post .post_detail .cnt .det_right {
}

#wrp .box1 .bx_center .post .post_detail .cnt .det_left {
    float: left;
    padding-bottom: 5px;
    margin-left: 5px;
}

#wrp .box1 .bx_center .post .post_detail a {
    color: #696969;
    text-shadow: none;
    cursor: pointer;
}

#wrp .box1 .bx_center .post .post_detail a:hover {
    color: #000;
}

#wrp .box1 .bx_center .post .post_detail .cnt .det_left span.inline {
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    border-right: 1px solid #D2D2D2;
}

#wrp .box1 .bx_center .post .post_detail .cnt .author2 {
    padding-right: 10px;
    /*background:url(//cdn.bayan.ir/blog/templates/216/details_ico.png) right -38px no-repeat;*/
    color: #696969;
    border-left: 0px solid #e8e8e8;
    padding-left: 10px;
    cursor: default;
    display: block;
}

#wrp .box1 .bx_center .post .post_detail .cnt .date {
    cursor: default;
    color: #696969;
    display: block;
    padding-right: 25px;
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico.png) right 5px no-repeat;
}

#wrp .box1 .bx_center .post .post_detail .cnt .cmt {
    display: block;
    cursor: pointer;
    padding-right: 25px;
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico.png) right -16px no-repeat;
}

#wrp .box1 .bx_center .post .post_detail .rating {
    padding-right: 0px;
}

#wrp .box1 .bx_center .post .post_detail .cnt .rating {
    display: block;
}

#wrp .box1 .bx_center .post .post_detail .rating a {
    color: #696969;
    text-shadow: none;
}

#wrp .box1 .bx_center .post .post_detail .rating a:hover {
    color: #000;
}


/* rating */
.rate-button-box.rated {
    font-weight: bold;
}

.rate-up, span.rateup {
    color: #090;
    margin-left: 5px;
}

.rate-down, span.ratedn {
    color: #A00;
}

img.rateimg, img.renew, img.rateup, img.ratedn {
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico.png) no-repeat center;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.rate-down img.rateimg, img.ratedn {
    background-position: 0 -81px;
}

.rate-up img.rateimg, img.rateup {
    background-position: 0 -60px;
}


/*COMMENT  --------------------------------------------- */
#wrp .box1 .bx_center .post_comments {

}

#wrp .box1 .bx_center .cmt_break {
    margin-bottom: 10px;
}

#wrp .box1 .bx_center .post_comments .title_cmt {
    height: 20px;
    width: 100%;
}

#wrp .box1 .bx_center .post_comments .body_cmt {
    height: auto;
    line-height: 1.9em; /*new*/
    padding-top: 5px;
    padding-bottom: 8px;
    background: #F9F9F9;
    border: 1px solid #CCC;
    border-top: none;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt {
    color: #333;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt .cnt_l {
    display: inline-block;
    margin-right: -70px;
    vertical-align: top;
    text-align: justify;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt .cnt_r {
    display: inline-block;
    margin-right: -70px;
    min-width: 50px;
    height: auto;
    float: right;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt .cnt_r img {
    width: 30px;
    height: auto;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt a {
    color: #000;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt a:hover {
    color: #766958;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt {
    padding: 0 80px 0 20px;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt ul {
    margin-top: -4px;
}

#wrp .box1 .bx_center .post_comments .body_cmt .cnt ul li {
    margin-right: 5px;
    line-height: 1.9em; /*new*/
}

/*-- Comment Details --*/
#wrp .box1 .bx_center .post_comments .cmt_details {
    height: 31px;
    background: #F0F0F0;
    border: 1px solid #CCC;
    border-bottom: none;
    padding: 4px 0px 0px 0px;
    margin-right: 0px;
    color: #666;
    cursor: default;
}

#wrp .box1 .bx_center .post_comments .cmt_details:hover {
    color: #555;
}

#wrp .box1 .bx_center .post_comments .cmt_details .dets_right {
    float: right;
    margin-right: 5px;
}

#wrp .box1 .bx_center .post_comments .cmt_details .dets_left {
    float: left;
    padding-top: 2px;
    margin-left: 5px;
}

#wrp .box1 .bx_center .post_comments .cmt_details span.inline {
    display: table-cell;
    *display: inline-block;
    position: relative;
    padding-left: 5px;
    vertical-align: middle;
}

#wrp .box1 .bx_center .post_comments .cmt_details span.inline.txt {
    padding-left: 10px;
}

#wrp .box1 .bx_center .post_comments .cmt_details span.inline a {
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

#wrp .box1 .bx_center .cmt_details .avatar img {
    width: 24px;
    height: auto;
}

#wrp .box1 .bx_center .post_comments .cmt_details .author {
    /*background:url(//cdn.bayan.ir/blog/templates/216/details_ico_cmt.png) center -38px no-repeat;
    width:18px;
    height:18px;*/
    display: table-cell;
    *display: inline-block;
}

#wrp .box1 .bx_center .post_comments .cmt_details .website {
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico_cmt.png) center -102px no-repeat;
    display: table-cell;
    *display: inline-block;
    width: 18px;
    height: 18px;
}

#wrp .box1 .bx_center .post_comments .cmt_details .website:hover {
    background-position: center -125px;
    cursor: pointer;
}

#wrp .box1 .bx_center .post_comments .cmt_details .email {
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico_cmt.png) center -60px no-repeat;
    display: table-cell;
    *display: inline-block;
    width: 18px;
    height: 18px;
}

#wrp .box1 .bx_center .post_comments .cmt_details .email:hover {
    background-position: center -79px;
    cursor: pointer;
}

#wrp .box1 .bx_center .post_comments .cmt_details .cmt_date {
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico_cmt.png) right 7.5px no-repeat;
    display: inline-block;
    padding-right: 25px;
}

#wrp .box1 .bx_center .post_comments .cmt_details a {
    color: #444;
    cursor: pointer;
}

#wrp .box1 .bx_center .post_comments .cmt_details a:hover {
    color: #777;
}


/*Reply COMMENT  -------- */
#wrp .box1 .bx_center .cmt_reply {
    background: #FFC;
    border: 1px solid #FC0;
    margin-top: 4px;
    margin-bottom: 15px;
    padding: 5px 10px 5px 10px;
    color: #333;
    text-align: justify;
}

#wrp .box1 .bx_center .cmt_reply.color2 {
    background: #e7ffdb;
    border: 1px solid #b9dfa7;
    color: #407825;
}

#wrp .box1 .bx_center .cmt_reply.color3 {
    background: #e5f7ff;
    border: 1px solid #87cbff;
    color: #006491;
}

.comment_add_form {

}

div.commentForm input.sendbutton {
    padding: 5px 15px 6px 15px;
    margin-left: 3px;
    background: url(//cdn.bayan.ir/blog/templates/216/mess.png) repeat;
    color: #777;
    border: #ccc 1px solid;
    text-shadow: none;
    margin: 1px;
    cursor: pointer;
    /*float:left;
    margin-top:-27px;*/
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

div.commentForm input.sendbutton:hover {
    background: #5a9332 url(//cdn.bayan.ir/blog/templates/216/mnu_h.png) repeat-x top right;
    color: #fff;
    border: #31651c 1px solid;
}

.comment_add_form {
    background: #fff url(//cdn.bayan.ir/blog/templates/216/pd.png) repeat-x top center;
    border: 1px solid #bbb;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 11px;
}

div.commentForm iframe {
    background: #FFF;
}


/* KEYWORDS POST TAG ----------------- */
#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post {
    margin-top: 5px;
    padding-right: 25px;
    cursor: default;
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico.png) right -103px no-repeat;
    display: block;
}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post span {
    display: inline-block;
}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post span h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post span a {
    border-right: 1px dashed #aaa;
    padding: 2px 7px 2px 7px;
    display: table-cell;
    margin-bottom: 5px;

}

#wrp .box1 .bx_center .post .post_detail .cnt .keywords_post .first a {
    border-right: none;
}


#wrp .box1 .bx_center .post .post_detail .cnt .author {
    height: 18px;
    padding-right: 10px;
    cursor: default;
    /*background:url(//cdn.bayan.ir/blog/templates/216/details_ico.png)  right -38px no-repeat;*/
    display: table-cell;
    *display: inline-block;
    color: #696969;
}

#wrp .box1 .bx_center .post .post_detail .cnt .post_rating {
    padding-right: 10px;

}

/*-- ReNew Button  ------*/
img.renew {
    background: url(//cdn.bayan.ir/blog/templates/216/details_ico.png) no-repeat 0px -133px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}


/*Pagination  --------------------------------------------- */
#wrp .box1 .bx_center .pagination {
    cursor: default;
    display: block;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

#wrp .box1 .bx_center .pagination a {
    padding: 3px 7px 3px 7px;
    margin-left: 3px;
    cursor: pointer;
    background: url(//cdn.bayan.ir/blog/templates/216/mess.png) repeat;
    color: #777;
    border: #ccc 1px solid;
    text-shadow: none;
    -moz-transition-duration: .0s;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    -khtml-transition-duration: .0s;
}

#wrp .box1 .bx_center .pagination a:hover {
    background: #5a9332 url(//cdn.bayan.ir/blog/templates/216/mnu_h.png) repeat-x top right;
    color: #fff;
    border: #31651c 1px solid;
}

.pagination {
    padding-top: 0px;
}


/* Footer --------------------------------------------- */
.footer {
    width: 100%;
    clear: both;
}

.footer .cnt {
    height: 60px;
    margin: auto;
    background: url(//cdn.bayan.ir/blog/templates/216/light.png) center top no-repeat;
}

.footer .ftr_right {
    height: 100%;
    float: right;
    direction: rtl;
}

.footer .ftr_left {
    height: 100%;
    float: left;
}

.footer span.links {
    display: table-cell;
    *display: inline-block;
    cursor: default;
    /*! color: #BBB; */
    padding-top: 19px;
    padding-right: 0px;
}

.footer span.links a {
    color: #000;
    text-decoration: none;
}

.footer span.links a:hover {
    text-decoration: underline;
}

.footer span.icons {
    display: table-cell;
    *display: inline-block;
    cursor: default;
    color: #e9dcc3;
    padding-top: 20px;
    padding-left: 0px;
}

.footer span.icons a {
    *padding-right: 2px;
}

.footer .icons .bayan {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayan-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .blog {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/blog-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .bayanbox {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayanbox-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .rss {
    background: url(//cdn.bayan.ir/blog/templates/shared/icon/rss-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer .icons .templates {
    background: url(//bayanbox.ir/view/7051350144008649011/ngh-footer.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.thumb img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.formField2 textarea {
    height: 120px;
}

@media screen and (max-width: 768px) {
    #wrp .box1 .bx_center, #wrp .box1 .bx_left {
        float: unset;
        width: 98%;
    }

    .bComForm .sendbutton.hasCheckbox {
        margin-top: 0;
    }

    /* Menu */
    .main_menu {
        margin-top: 0;
        margin-bottom: 8px;
        height: unset;
        background: unset;
    }

    #wrp .main_menu .cnt {
        padding: 0 0;
    }

    #wrp .main_menu .cnt ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #wrp .main_menu .cnt li {
        float: unset;
        cursor: default;
        background: #737373;
    }

    #wrp .main_menu .cnt li:last-child {
        background: #737373;
    }

    #wrp .main_menu .cnt a {
        display: block;
        font-weight: bold;
        font-size: 13px;
        color: #DDD;
        padding: 5px;
        text-align: center;
        text-shadow: 1px 1px 1px #403b36;
        -moz-transition-duration: .0s;
        -webkit-transition-duration: .0s;
        -o-transition-duration: .0s;
        -khtml-transition-duration: .0s;
        margin: 1px 0;
    }

    #wrp .main_menu .cnt a:hover {
        color: #FFF;
        background: unset;
    }

    #wrp .main_menu .cnt a.selected {
        color: #FFF;
        background: unset;
    }

    /*Menu*/
    .footer_contain .content .bx {
        width: 100%;
        float: unset;
    }

    .footer .ftr_right {
        height: 25px;
        float: right;
    }

    .footer span.links {
        /* display: table-cell; */
        *display: inline-block;
        cursor: default;
        /* color: #BBB; */
        padding-top: 10px;
        padding-right: 0px;
    }

    .footer .links {
        float: unset;
    }
}