header {
    background-color: white;
    box-shadow: 10px 14px 45px -4px rgb(0 0 0 / 8%);
}
section.topsingle {
    padding: 30px 0;
	    min-height: 100px;
    box-sizing: border-box;
}
.bread {
    display: flex;
    align-items: center;
}
.bread .under-icon {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bread .under-icon img {
    width: 30px;
}
#breadcrumbs {
    color: var(--txt2);
    font-size: 14px;
    padding-right: 10px;
    display: flex;
    list-style: none;
	flex-wrap:wrap;

}
#breadcrumbs a ,#breadcrumbs strong {
    padding: 0 10px;
}
.postsingle .top-articles {
    background: #ebebeb;
    padding: 17px;
    border-radius: 25px;
    border: solid 6px white;
    box-shadow: 0 3px 7px #bababa99;
	    color: var(--tc2);

}
.postsingle .top-articles strong {
    color: var(--c1);
}
.singlepost {
    display: grid;
    direction: rtl;
    grid-template-columns: 9fr 3fr;
    grid-template-rows: auto;
    grid-gap: 25px;
    grid-template-areas: 'article sidebar';
}
article.postsingle {
    grid-area: article;


}
.postItself {
    background: #ffffff;
    border: 1px solid rgba(238, 238, 238, 0.9);
    box-sizing: border-box;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 4%);
    border-radius: var(--br);
    padding: 25px;
    margin-bottom: 20px;

}
.top-img-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-img-single h1 {
    font-size: 25px;
    color: var(--txt);
}
.top-img-single .dbox {
    color: var(--c1);
    font-size: var(--p);
    display: flex;
    align-items: center;
	    font-family: IRANSansPN;

}
.kk-star-ratings .kksr-legend {
    font-family: IRANSansPN;
}
.top-img-single .dbox img {
    width: 25px;
    border-radius: 0;
    margin-left: 5px;
    filter: hue-rotate(-243deg);
}
.article__divider {
    border-bottom: 1px solid #eeeeee;
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul.rss-single {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
ul.rss-single li {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
ul.rss-single li .under-ic-rss {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
ul.rss-single li .under-ic-rss img {
    width: 20px;
    border-radius: 0;
    
}
ul.rss-single li span {
    font-size: var(--p);
    color: var(--txt2);
    font-family: IRANSansPN;
}
.content {
    font-size: var(--p);
    margin: 0;
    line-height: var(--lh);
    padding: 0;
    color: var(--txt);
}
.postItself {
	
    background-color: white;
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txtpost img {
    width: initial;
    max-width: 100%;
    height: auto;
    border-radius: var(--br);
    box-sizing: border-box;
}

.txtpost h2,
.txtpost h3,
.txtpost h4,
.txtpost h5 {
    color: var(--c1);
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    font-size: var(--h2);
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.txtpost h2 strong,
.txtpost h3 strong,
.txtpost h4 strong,
.txtpost h5 strong {
	color: var(--c1) !important;
}
.txtpost h2:after,
.txtpost h3:after,
.txtpost h4:after,
.txtpost h5:after {
    position: absolute;
    content: ' ';
    width: 15%;
    background: var(--c1);
    border-radius: 100px;
    height: 2px;
    bottom: -1px;
    right: 0;
}

.txtpost strong {
    color: var(--tc2);
    ;
}

.txtpost a {
    color: var(--c1);
    font-weight: 600;
}

.txtpost blockquote {
    padding: 20px;
    border-radius: 25px;
    border-right: 2px solid #f3f5ff;
    background: #f7f8fda3;
}

.star {
    position: relative;
    display: flex;
    align-items: center;
}

.star .Understar {
    background-color: white;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    background: #eaeaea;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    z-index: 1;
}

aside.sidebar {
    grid-area: sidebar;
}

aside.sidebar .widgetbox {
    background-color: white;
    border: 1px solid rgba(238, 238, 238, 0.9);
    box-sizing: border-box;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 4%);
    border-radius: var(--br);
    padding: 15px;
    margin-bottom: .7em;
    position: relative;
}

aside.sidebar .widgetbox .titlewidget {
    position: relative;
}

aside.sidebar .widgetbox h5 {
    background-color: white;
    z-index: 5;
    position: relative;
    display: inline-block;
    padding:0;
    margin: 0;
    font-size: 17px;
    position: relative;
}

aside.sidebar .widgetbox .contentwidget ul li a {
    font-size: 12px;
    color: var(--txt);
    display: block;
    padding: 5px 0;
    margin: 4px 0px;
    position: relative;
}

aside.sidebar .widgetbox .contentwidget ul li a:hover {
    text-decoration: none;
color: var(--s);
}

aside.sidebar .rpwwt-widget ul li {
    margin-bottom: 0;
}

aside.sidebar .widgetbox .contentwidget p {
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    padding: 0 8px;
    margin: 15px -3px;
    position: relative;
}

aside.sidebar .widgetbox .contentwidget .rpwwt-post-title {
    display: block
}

aside.sidebar .widgetbox .contentwidget .rpwwt-post-date {
    font-size: 10px;
    color: var(--txt2);

}


.mycarouselrelated {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.relatedpost h3 {
    color: var(--txt);
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.relatedpost h3::after ,.cmTitle .title::after ,aside.sidebar .widgetbox h5::after {
    content: '';
    width: 70px;
    height: 4px;
    background-color: var(--c6);
    left: 0;
    right: 0;
    bottom: -10px;    position: absolute;
}

.itemrelate {
    width: 250px;
    height: 60px;
    border-radius: var(--br);
    border: 1px solid rgba(238, 238, 238, 0.9);
    box-sizing: border-box;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 4%);
    display: flex;
    align-items: center;
    margin-top: 10px;
	background-color:white;
}

.relatedthumb {
    min-width: 50px;
    min-height: 50px;
    border-radius: var(--br);
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.attachment-related.size-related.wp-post-image {
    width: auto;
    height: 50px;
}

.relatedcontent h4 {
    font-size: .7em;
    width: 170px;
    display: block;
    margin: 0;
    padding: 0;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rssrelated {
    font-size: .6em;
    color: #999;
}

.relatedcontent {
    margin-right: 5px;
}
.kksr-stars {
	direction: ltr;
}

.cmTitle {
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: center;
    padding: 0;
}

.cmTitle .title {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--txt);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.cmCount {
    font-size: 1em;
    color: var(--txt);
    margin: 0;
    padding: 0;
}

.mycm {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: white;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid rgba(238, 238, 238, 0.9);
    box-sizing: border-box;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 4%);
    border-radius: var(--br);
    padding: 13px;

}

.mycm .comment-respond {
    padding: 0;
    box-sizing: border-box;
}
.mycm .MyCustomComments ol.comment-list > li.comment {
    border: 2px solid var(--c1);
    border-radius: var(--br);
    padding: 8px;
    box-sizing: border-box;
    margin-top: 10px;
}
.mycm .MyCustomComments ol.children {
    width: 98%;
    background-color: #0a55031c;
    border-radius: var(--br);
    padding: 8px;
    box-sizing: border-box;
    margin: 0 auto 10px;
}

.comment-notes {
    font-size: .8em;
    color: #aaa;
    margin-top: -20px;
    flex: 0 0 100%;
}

form#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    filter: hue-rotate(270deg);
}

p.comment-form-comment {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}

#commentform label {
    font: var(--font);
    font-weight: bold;
}

#comment {
    resize: none;
    width: 100%;
    border: 1px solid var(--c1);
    height: 120px;
    font-family: 'IRANSans';
    outline: none;
    border-radius: var(--br);
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.comment-awaiting-moderation {
	    padding: 10px;
    display: block;
    background-color: #cf11536e;
    color: white;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin-top: 15px;
}

input#author,
input#email,
input#url {
    padding-right: 10px;
    width: 96%;
    border: 1px solid var(--c1);
    height: 40px;
    font-family: 'IRANSans';
    outline: none;
    border-radius: var(--br);
    margin-top: 10px;
    box-sizing: border-box;
}

input#url {
    width: 100%;
}

#commentform label[for='wp-comment-cookies-consent'] {
    font-size: .8em;
    font-weight: 100;
    color: #666;
}

p.comment-form-cookies-consent {
    flex: 0 0 100%;
}

#submit {
    padding: 10px 70px;
    border-radius: var(--br);
    border: none;
    color: #fff;
    background-color: var(--c1);
    border-radius: var(--br);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: IRANSans;
}

.commentHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 40px;
}

.commentHead .name {
    font: IRANSans;
    color: var(--txt);
}

.commentHead .date {
    font: IRANSans;
    color: #999;
}

.commentBody p {
    font:IRANSans;
    color: #888;
}
.mycm ol {
	    padding: 0;
    list-style: none;
}
.comment-author .avatar {
    position: relative;
    top: .25em;
    margin-left: 10px;
    border-radius: 50%;
}
.comment-author.vcard {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	position:relative;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comment-reply-title small {
	float: left;
}
.badge {
	    right: -4px;
    width: 33px;
    position: absolute;
    top: 5px;
}
.numberapp {
	    font-weight: normal;
    font-size: 12px;
    color: var(--tc2);
}
.Forimgcm {
	    display: flex;
    align-items: center;
}
.comment-author.vcard .fn {
    color: var(--txt);
    font-weight: 700;
    font-style: normal;
}
.comment-author.vcard .fn .comment-author-label {
	    color: var(--txt);
    display: block;
    margin-top: 5px;
	    font-weight: 300;
    font-size: var(--p);
}
.comment-text {
    color: var(--c4);
}
.comment-meta.commentmetadata {
    font-size: 10px;
    color: #337ab7;
}
.comment-navigation {
	display: flex;
    justify-content: center;
}
.comment-navigation > div > a {
	    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: var(--c1);
    font-weight: 700;
    justify-content: center;
    height: 60px;
    border-radius: 5px;
    margin-top: 11px;
    box-shadow: 0 3px 7px var(--c1);;
    box-sizing: border-box;
    white-space: nowrap;
    color: white;
}
.comment-navigation .nav-next {
	    margin-right: 5px;
}
#cancel-comment-reply-link ,.comment-reply-link {
	    margin-right: 17px;
    padding: 8px;
    z-index: 100;
    border-radius: var(--br);
    box-sizing: border-box;
    background-color: var(--tc1);
    color: white;
	font-size:12px;
}
ul.mobileinpost {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
	
    justify-content: space-around;
}
ul.mobileinpost li {
	    width: 38%;

}
ul.mobileinpost li a {
    display: flex;
    padding: 0 20px;
    background-color: var(--c1);
        font-size: .99em;
    justify-content: center;
    height: 60px;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 0 3px 7px #bc1e5399;
    border-top: var(--matt);
    border-bottom: var(--matb);
    color: #fff;
    text-align: center;
    align-items: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
	    margin-bottom: 40px;

}
th, td {
  text-align: right;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}
@media screen and (max-width: 992px) {
    .singlepost {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        grid-gap: 50px;
        grid-template-areas: 'article' 'sidebar';
    }
}

@media screen and (max-width: 768px) {

    .postItself {
        padding: 10px;
        margin-bottom: 40px;

    }
    .top-img-single {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .top-img-single h1 {
        font-size: 20px;
    }
    ul.rss-single {
        flex-wrap: wrap;
        margin: 0;
    }
    ul.rss-single li {
        width: 50%;
        font-size: var(--fs);
        margin-bottom: 5px;
        margin-left: 0;

    }
    ul.rss-single li .under-ic-rss {
        width: 25px;
        height: 25px;
    }
    ul.rss-single li .under-ic-rss img {
        width: 15px;
    }
    .content {
        line-height: 27px;
    }
.top-img-single .dbox {
    display: none;
}
}