@import url(../global/font-awesome.css);

.block-header {
    margin: 0 8%;
}
.blog-detail{
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.blog-content {
    display: flex;
    padding: 0 8% 0;
    justify-content: space-between;
}

.blog-content .section {
    max-width: 65%;
    flex: 65%;
}

.blog-content .section .pic {
    width: 100%;
    position: relative;
}

.pic-img {
    width: 100%;
}

.pic-title {
    padding: 10px 20px;
    background: #f15a24;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #fff;
}

.pic-title:hover {
    background: #c1c1c1;
    color: #f15a24;
}

.blog-content .sidebar {
    max-width: 30%;
    flex: 30%;
}

.info-blog-top {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 40px;
}

.category {
    font-size: 14px;
    color: #777c;
    font-family: 'IRANSans';

}

.info-blog-bottom {
    margin: 0 0 30px;
}

.info-blog-bottom .subject {
    text-align: right;
    font-size: 20px;
    font-family: PelakBold;
    margin: 0 0 15px;
}

.description p {
    text-align: justify;
    line-height: 40px;
    color: #999;
}

.description {
    text-align: right;
}

.read-more h3 {
    color: #a0a0a0;
    font-size: 15px;
    margin-bottom: 40px;
    text-align: right;
}

ol {
    text-align: right;
    counter-reset: index;
    list-style-type: none;
}

ol li a {
    color: #777;
    font-size: 13px;
    display: block;
    position: relative;
}

ol li a:hover {
    color: #f15a24;
}

ol ol {
    margin-right: 80px;
}

.read-more ol li i {
    width: 20px;
    height: 20px;
    background: #7d7d7d;
    border-radius: 50px;
    margin-left: 9px;
    text-align: center;
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    line-height: 20px;
}

.description-more p {
    text-align: justify;
    line-height: 40px;
    color: #999;
}

.share-and-time {
    display: flex;
    margin: 50px 0 0;
    justify-content: flex-end;
}

time {
    font-size: 15px;
    color: #848080;
}

.share {
    display: flex;
}

.share h3 {
    font-size: 15px;
    margin-left: 39px;
    line-height: 30px;
    color: #929292;
}

.share ul {
    display: flex;
}

.share li img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

.share li img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    width: 35px;
    height: 35px;
}

.blog-other {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 35px;
}

.before-blog, .after-blog {
    display: flex;
}

.before-blog-icon, .after-blog-icon {
    background: #e6e6e6;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: relative;

}

.before-blog-icon:hover, .after-blog-icon:hover {
    background: #f15a24;
}

.before-blog-icon:hover .icon, .after-blog-icon:hover .icon {
    border-left: 1px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.before-blog-icon {
    margin-left: 20px;
}

.after-blog-icon {
    margin-right: 20px;
}

.before-blog-icon .icon {
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 17px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #f15a24;
    border-left: 2px solid #f15a24;
    border-bottom: 2px solid #f15a24;
    -webkit-transform: rotate(
        -130deg
    );
    transform: rotate(
        -130deg
    );
    transition: all 300ms;
    box-sizing: border-box;
    margin: 0 8px;

}

.after-blog-icon .icon {
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 22px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #f15a24;
    border-left: 2px solid #f15a24;
    border-bottom: 2px solid #f15a24;
    -webkit-transform: rotate(
        45deg
    );
    transform: rotate(
        45deg
    );
    transition: all 300ms;
    box-sizing: border-box;
    margin: 0 8px;
}

.before-blog-text span, .after-blog-text span {
    font-size: 15px;
    color: #f15a24;
    margin: 0 0 15px;
    display: block;

}

.before-blog-text a, .after-blog-text a {
    font-size: 13px;
    color: #999;
}

.before-blog-text a:hover, .after-blog-text a:hover {
    color: #f15a24;
}

.before-blog-text span {
    text-align: right;
}

.section .block-header h5 {
    font-size: 20px;
}

.comment-main {
    display: inline-block;
    width: 100%;
}

.comment-main h4 {
    font-size: 20px;
    color: #2E3192;
    border-bottom: 1px solid #ccc;
    height: 55px;
    line-height: 40px;
    text-align: right;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .comment-main h4 {
        font-size: 24px;
    }
}

.comment-box {
    display: flow-root;
    width: 100%;
padding: 36px 0 0;
}

.comment-main .comment-box, .comment-main .comment-list {
    display: inline-block;
    width: 100%;
}

.header-comment {
    position: relative;
}

@media (min-width: 768px) {
    .header-comment {
        display: flex;
    }
}

.header-comment .info {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .header-comment .info {
        flex-direction: row;
    }
}

.header-comment .info .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
    margin-left: 10px;
}

.header-comment .info .name {
    font-size: 15px;
    line-height: 50px;
    margin: 0 21px 0 0;
    font-weight: bold;
    color: #b3b3b3;
}

.header-comment .info .times {
    display: flex;
}

.header-comment .info .times img {
    width: 20px;
}

.header-comment .info .times .time {
    line-height: 40px;
    margin: 0 10px;
    font-size: 15px;
    color: #b3b3b3;
}

.header-comment .info .times .date {
    line-height: 40px;
    font-size: 15px;
    color: #b3b3b3;
}

.reply {
    display: inline-block;
    height: 40px;
}

.reply-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 15px 0;
    background: inherit;
    border: 0;
    float: left;
    font-size: 15px;
    transition: all 300ms;
    color: #888;
}

.reply-btn:hover {
    color: #f15a24;
}

.body-comment {
    margin: 10px 0;
    text-align: justify;
    font-size: 14px;
    color: #363636;
    line-height: 34px;
}

@media (min-width: 768px) {
    .body-comment {
        padding-right: 80px;
        font-size: 16px;
    }
}

.reply-comment {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100% !important;
    margin-top: 20px;
    background: #f7f7f7;
    padding: 23px 30px;
    float: left;
}

@media (min-width: 768px) {
    .reply-comment {
        padding: 23px 0 0;
        background: inherit;
        width: 92% !important;
    }
}

.theme-form {
    display: block;
    width: 100%;
    margin: 25px 0;
}

.form-row__block:first-child {
    display: flex;
}

.form-row__block:first-child .field-comment {
    max-width: 50%;
    flex: 50%;
    text-align: right;
    padding: 0 15px;
}

.form-row__block label {
    text-align: right;
    font-size: 13px;
    color: #888;
    margin: 0 0 14px;
    font-weight: 900;
}

.col-xl-12 label {
    text-align: right;
    display: block;
    margin: 27px 0 18px;
}

.field-comment input {
    background: #e6e6e6;
    border: 0;
}

.form-row__block:first-child .field-comment input {
    height: 50px;
}

.form-row__block button {
    border: 2px solid #f15a24;
    display: inline-block;
    padding: 14px 0;
    color: #fff;
    background: #f15a24;
    border-radius: 5px;
    width: 350px;
    line-height: 23px;
    height: 57px;
    margin: 28px 0 0;
}

.form-row__block button:hover {
    border: 2px solid #f15a24;
    color: #f15a24;
    background: #fff;
}

.blog-search {
    display: flex;
    margin: 0 0 25px;
    justify-content: space-evenly;
}

.blog-search input {
    flex: 80%;
    height: 55px;
    background: #e6e6e6;
    border: 0;
    padding: 0 19px;
}

.blog-search button {
    flex: 100px;
    max-width: 100px;
    position: relative;
    border: 0;
    background: #f15a24;
}

.blog-search button:hover {
    background: #1d1d1d;
    color: #fff;
}

.blog-search button span {
    color: #fff;
    line-height: 0;
    padding: 0 16px;
    text-align: right;
    width: 100%;
    display: block;
}

.last-article {
    margin: 60px 0 0;
}

.last-article h3 {
    text-align: right;
    font-size: 20px;
    color: #1a1a1a;
    font-family: 'PelakBold';
}

.last-article .box {
    display: flex;
    margin: 25px 0;
}

.last-article .box .pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 0 0 15px;
}

.last-article .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-article .box .title {
    text-align: right;
    font-size: 13px;
    max-width: 72%;
    flex: 72%;
    padding: 4px 0;
    height: 80px;
    overflow: hidden;
    line-height: 27px
}

.last-article .box:hover .title {
    color: #f15a24;
}
.g-recaptcha{
     margin: 19px 0 0;
    position: absolute;   
    
}
.info-last-article h3 {
    text-align: right;
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'PelakBold';
}

.info-last-article {
    padding: 35px 0;
}

.info-list {
    padding: 10px 0;
}

.info-list li {
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 13px 0;
    color: #999;
    font-weight: 900;
}

.info-list li .text:hover {
    color: #f15a24;
}

.info-list li .amount {
    font-family: IRANSans;
}

.news-letter {
    display: flex;
    width: 100%;
    margin: 20px auto;
    justify-content: space-between;
}

.news-letter input {
    flex: 80%;
    height: 55px;
    background: #e6e6e6;
    border: 0;
    padding: 0 19px;
}

.news-letter button {
    flex: 100px;
    max-width: 100px;
    position: relative;
    border: 0;
    background: #1d1d1d;
}

.news-letter button:hover {
    background: #f15a24;
}

.news-letter button span {
    color: #fff;
    line-height: 0;
    padding: 0 16px;
    text-align: center;
    width: 100%;
    display: block;
}

.rate-text {
    font-size: 15px;
    font-family: IRANSans;
    color: #5d5d5d;
   direction:rtl
}
.total-vote{
font-size: 12px;
    font-weight: 900;
}
.rating-widget {
    margin-right: 25px;
}

.rating-widget .rating-stars ul {
    list-style-type: none;
    padding: 0;
    direction: ltr;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-widget .rating-stars ul li.star {
    display: inline-block;
    width: 20px;
    cursor: pointer;
}

.rating-stars ul li.star.selected i.fa {
    color: #f15a23;
}

.rating-stars ul li.star.hover i.fa {
    color: #ffc1aa;
}

.rating-stars ul li.star i.fa {
    color: #d8d8d8;
    font-size: 20px;
}

.rate {
    display: flex;
}

.read-more #toc_container, .widget-toc {
    background: #fdfdfd none repeat scroll 0 0;
    display: table;
    font-size: 95%;
    padding: 15px 20px;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto 2em;
    border: 2px solid #d2d2d2;
}

.read-more .toc_title, .widget-toc .toc-title {
    margin: 0;
    height: 40px;
    text-align: right;
    line-height: 40px;
    color: #f15a24;
    border-radius: 66px;
    cursor: pointer;
    position: relative;
}

.read-more .toc_title::after, .widget-toc .toc-title::after {
    content: "&#1074;&#1026;&#1108;";
    vertical-align: top;
    font-size: 25px;
    line-height: 27px;
    font-weight: 100;
    padding: 0 0;
    font-family: "IRANSans";
    color: #f15a24 !important;
    transform: rotate(-90deg);
    position: absolute;
    left: 6px;
    top: 7px;
}

.read-more .toc_list {
    display: none;
    padding: 11px 0 0;
}

@media (min-width: 1200px) {
    .read-more .toc_list {
        padding: 25px 0 0;
    }
}

.read-more .toc_list ul, .widget-toc ul {
    padding-right: 20px;
}

.read-more #toc_container ul {
    list-style: outside none none !important;
}

.read-more #toc_container ul a, .widget-toc ul a {
    display: block;
    margin: 10px 0 20px;
    color: #636363;
    font-size: 12px;
    text-align: right;
}

@media (min-width: 1200px) {
    .read-more #toc_container ul a, .widget-toc ul a {
        font-size: 15px;
    }
}

.read-more #toc_container ul a:hover, .widget-toc ul a:hover {
    color: #f15a24;
}

.attack-text {
    border-right: 5px solid #f15a24;
    height: 80px;
    background: #e6e6e6;
    line-height: 77px;
    padding-right: 22px;
    text-align: right;
    margin: 20px 0;
}

.attack-text a {
    color: #999;
    font-size: 18px;
}

.block-blog-digit {
    padding: 25px 21px;
    background: #e6e6e6;
    font-size: 17px;
    color: #688071;
    text-align: right;
    margin: 17px 0;
    position: relative;
}

.block-blog-digit h4:before {
    content: "&#1074;&#1026;&#1116;";
    position: absolute;
    font-size: 37px;
    color: #f15a23;
    right: 20px;
}

.block-blog-digit h4:after {
    content: "&#1074;&#1026;&#1114;";
    position: absolute;
    font-size: 37px;
    color: #f15a23;
    margin-right: 6px;
}

.block-blog-digit h4 {
    font-size: 18px;
    text-align: right;
    color: #4c4c4c;
    margin: 0 23px 12px;
    font-family: 'PelakBold';
}

.block-blog-digit p {
    text-align: justify;
    line-height: 28px;
    font-size: 15px;
}

.attack-text a:hover {
    color: #f15a24;
}

.call_to_action {
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    background: #e6e6e6;
}

.call_to_action .box {
    padding: 26px 0;
}

.call_to_action h4 {
    font-size: 16px !important;
    margin-bottom: 25px !important;
    color: #636363 !important;
    text-align: center !important;
}

.call_to_action .subject {
    display: block;
    text-align: center;
}

.call_to_action .link-service {
    color: #fff;
    border-radius: 0;
    height: 48px;
    padding: 0 50px 6px;
    font-size: 16px;
    line-height: 48px;
    background: #1d1d1d;
    text-align: center;
    margin: auto;
    display: block;
    font-family: PelakBold;
    width: 350px;
}

.call_to_action .link-service:hover {
    background: #f15a24;

}
.description p {
font-family: PelakRegular!important;
}
