.row {	
		direction: rtl;
    margin-right: -15px;
    margin-left: -15px;
}
.entry-content{
    direction: ltr;
}
.entry-content > div {
    direction: rtl;
}


@media (max-width: 767px) {
    
    body.post-template-default.single.single-post  .sep-top-5x {
        padding-top: 1em;
    }



    body.post-template-default.single.single-post .post-text {
        text-align: right !important;
    }
    
} /* 767 */