﻿#mainarticle
{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
#art-holder
{
    width: 100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}
#art-holder header.top-header
{
    width: 90%;
    margin: 0 10%;
    background: #f2f2f2;
}
#mainarticle .breadCrumbHolder {
    position: relative;
    width: 100%;
    background: #fff7f7;
    margin: 10px 0;
}
.cuttext
{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap; 
}
.Article-block {
    float: right;
    width: Calc(50% - 10px);
    flex: 0 0 Calc(50% - 10px);
    margin: 5px;
    display: flex;
    flex-direction: column;
    background: #fff7f7;
}
#headerAtc
{
    width: 100%;
    position: relative;
    direction: rtl;
    padding: 20px;
    clear: both;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#headerAtc h1
{
    float: right; color: #e84d4d;
}
    #headerAtc img {
        max-width:400px;max-height:400px;float:right;clear:none;margin-left:20px;
    }
.header-inner
{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
}
#mainarticle h1
{
    font-family: PayavaSansWeb;
    direction: rtl;
    font-size:1.8rem;
}
#mainarticle i
{
 color: #6e4409;
    font-size: 1.5rem;
    padding: 10px;
    float: right;    
    text-align: justify;
    direction: rtl;
    text-align: justify;
    display: block;   
}
.Article-block h2 {
    display: block;
    text-decoration: none;
    padding: 10px;
    float: right;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: right;
    color: #e84d4d;
    direction: rtl;
    font-size: 1.6rem;
    font-family: PayavaSansWeb;
    background-color: #702d66;
    color: #e5edf0;
    font-weight: 500;
}
.Article-block img
{
	display: block;
text-decoration: none;
margin: 0 0 1% 1%;
float:right;
width:35%;
max-height:180px;
}
.Article-block i
{      
    width: Calc(100% - 20px);
    color:#535353;
    padding:2% 0.5rem;
     font-size: 1.2rem;

}
#DescArt {
    width: 90%;
    overflow: auto;
    /* float: right; */
    padding: 20px 40px;
    margin-right: 0;
    direction: rtl;
    background: #f3f0e094;
    clear: none;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5em;
    text-align: right;
    margin: 0 10%;
    margin-bottom: 100px;
}
.outArticle
{
    display:block;
    position:relative;  
    float: right;
    width:100%;
}

#DescArt img
{
    max-width:100%;
}
.desccomment
{
    color:#fff;
    border-bottom:1px solid #808080;
}

.toolcomment
{
    background-color:#c8c8c8;
    font-size:large;
    padding:5px;
}
.navarbar
{
    background-color:#2a2a2a;
}
.headercomm
{
    background-color:#731659;
}
.Article-block:hover span
{
    background: #395b78;
   
}

.Article-block .img_loaded
{
    background-image:none;
}
#commentsList
{
    
}
.checked {
  background:#5d9ff5;
  box-shadow: 0 0 5px #5cd053;
  border-color: #28921f;
  color:#fff;
}
.left-side-bar
{
   width: calc(30% - 10px);
    margin: 5px;
    background: #FFF;
    float: right;
    clear: none;
    display: inline-block;  
    direction:rtl;
    font-family:PayavaSansWeb;
}
.innAtc
{
    width:70%;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hr-widget, .md-widget {
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #f0f1f2;
    box-shadow: 0 2px 2px #edeef0;
    border-radius: 4px;
    overflow: hidden;
}
.hr-widget, .md-widget {
   
    padding-bottom: 25px;
}
.post-list-widget, .posts-by-author-widget, .popular-posts-widget {
    padding-bottom: 0;
}
.hr-widget h3, .md-widget h3, .hr-widget .widget-title, .md-widget .widget-title {
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f8f8;
}
.hr-widget h3 span, .md-widget h3 span, .hr-widget .widget-title span, .md-widget .widget-title span {
    display: inline-block;
    line-height: 40px;
    border-bottom: 2px solid #ef3f3e;
    padding-left: 11px;
}
.post-list-widget .post-list, .posts-by-author-widget .post-list, .popular-posts-widget .post-list {
    padding: 0;
    margin: 0 -20px;
}
.post-list .post-item {
    padding: 15px 10px;
        display: block;
    float: right;
        width: calc(100% - 20px);
}
.post-list .post-item:not(:first-child) {
    border-top: 1px solid #eaeaea;
}
.post-list-widget .post-showmore-area, .posts-by-author-widget .post-showmore-area {
    line-height: 38px;
    background-color: #fff;
    text-align: center;
    /* margin: 0 -20px; */
    border-top: 1px solid #eaeaea;
    font-size: 15px;
    font-size: 1.5rem;
    float: right;
    text-align: center;
    width: 100%;
}
.post-showmore-link {
    color: #8e8e8e;
    transition: all .2s ease-in-out 0s;
}

.hr-widget a, .md-widget a {
    display: block;
}
.post-list .post-thumbnail {
    margin-left: 10px;
}
.post-list .post-item a {
    color: #40454d;
    transition: all .2s ease-in-out 0s;
}
.post-list .post-item .post-thumbnail {
    float: right;
    display: block;
}
.post-list .post-item .post-item-details {
    margin-right: 100px;
}
.post-list h4, .post-list .post-title {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
}
.post-list .post-item .post-date {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #c6c6c6;
    direction: ltr;
    text-align: right;

}
.post-list .post-item a {
    color: #40454d;
    transition: all .2s ease-in-out 0s;
}
.post-list .post-item a:hover {
    color: #f09217;
}
.time-divider {
    padding: 0 5px;
}
.post-showmore-link:hover {
    color: #000;
}
.hr-widget .textwidget, .md-widget .textwidget {
    text-align: justify;
    line-height: 1.5;
}
.hr-widget, .md-widget
{
        padding: 0 20px;
    background-color: #fff;
    border: 1px solid #f0f1f2;
    box-shadow: 0 2px 2px #edeef0;
    border-radius: 4px;
    overflow: hidden;
}
.hr-widget, .md-widget {
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.hr-widget.widget_text, .md-widget.widget_text {
    padding: 0;
}
.hr-widget a, .md-widget a {
    display: block;
}
.hr-widget .textwidget img, .md-widget .textwidget img {
    width: 100%;
}
.hr-widget .textwidget img:not([data-lazy-src]), .md-widget .textwidget img:not([data-lazy-src]) {
    height: auto;
}
.newmessage
{
        text-align: right;
}

@media  (min-width: 68.75em) {
.left-side-bar {
    width: calc(20% - 10px);
   
}
.innAtc
{
    width:80%;
}
}

