body {
	direction: rtl;
	unicode-bidi: embed;
}
/* RTL Header */
.logo-small {
    float: right;
    margin-right: inherit;
	margin-left: 15px;
}
.search-header-wrapper,
a.search-button{
    right: inherit;
	left: 0;
}
#primary-navigation .nav-menu {
	float: right;
}
.top-socials-wrapper {
    float: left;
    margin-right: inherit;
	margin-left: 50px;
}
.searchbox-header {
	right: inherit;
	left: 0;
}
.searchbox-header .search-field {
	text-align: right;
}

/* RTL Slider */
.raita-featured-title:before {
	right: 0;
	left: inherit;
}
.raita-featured-item:before {
	left: 10px;
	right: inherit;
}

/* RTL Page */
.page-heading:after {
	left: 10px;
	right: inherit;
}

/* RTL Single Post */
.big-banner-content:before {
	left: -10px;
	right: unset;
}
.big-banner-content h1:before {
	right: 0;
	left: inherit;
}
.breadcrumbs {
	text-align: left;
}
.hentry ul, .hentry ol {
    margin-left: inherit;
	margin-right: 40px;
}
.single-entry-meta span::before {
    margin-right: inherit;
	margin-left: 5px;
}
.raita-posttags {
	text-align: right;
}
.relatedposts-title::before {
	right: 0;
	left: unset;
}

/* RTL Post Layout (Standard) */
.entry-meta {
    float: right;
}
.raita-defaultpost .entry-meta span:not(.post-author):before {
	margin-right: 0;
	margin-left: 10px;
}
.entry-container {
    border-left: 0;
	border-right: 1px solid rgba(0,0,0,.1);
}
.type-post .entry-container:before {
	right: inherit;
	left: 0;
}
.raita-defaultpost .entry-meta span i {
    margin: -3px 0 0 10px;
    text-align: center;
    float: right;
}
.entry-meta .avatar {
    margin: -3px 0 0 10px;
    float: right;
}
.raita-defaultpost .entry-meta .edit-link:before {
	margin: -3px 0 0 8px;
	float: right;
}
.hentry h1.entry-title:before {
	left: inherit;
	right: 0;
}
.more-button {
	text-align: left;
}
.more-link {
    padding: 5px 0 5px 20px;
}
.more-link:after {
    content: "\e629";
    right: inherit;
	left: 15px;
}
.more-link:hover:after {
    right: inherit;
	left: 0;
}

/* RTL Widget */
.thumb-image {
    float: right;
    margin-right: inherit;
	margin-left: 13px;
}
.comment-avatar img {
    float: right;
    margin-right: inherit;
	margin-left: 20px;
}
.raita-recentcomments .comment-content {
    margin-left: inherit;
	margin-right: 100px;
}
.twitter-intents p {
    margin-right: inherit;
	margin-left: 30px;
}
.twitter-intents p:last-child {
	margin-left: 0;
}
li.cat-item a:before {
	margin-right: 0;
	margin-left: 10px;
}
/* RTL Footer */
.footer-menu, .footer-menu ul {
	text-align: left;
}
.socials-item-list .social-label {
    margin-right: 10px;
	margin-left: 0;
}
/* Breadcrumb */
.breadcrumbs span {
	display: inline-block;
}
.breadcrumbs {
	text-align: right;
}
.breadcrumbs .separator:before {
    content: "\e662";
}
.breadcrumbs .first-item a:before {
	display: inline-block;
	margin-left: 5px;
	margin-right: 0;
}
/* Navigation */
.nav-menu ul.sub-menu {
	left: unset;
	right: 0;
}
.nav-menu ul.sub-menu li {
	text-align: right;
}
.nav-menu li.menu-item-has-children > a {
    padding-left: 25px !important;
	padding-right: 0 !important;
}
.nav-menu ul.sub-menu ul.sub-menu {
	right: 100%;
	left: unset;
}
.nav-menu li.menu-item-has-children > a:after {
	left: 6px;
	right: unset;
}
.nav-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e65e";
    left: -5px;
    right: unset;
}
.nav-menu ul.sub-menu li a:not(.fa):before {
	content: "\f0d9";
	right: 0;
	left: unset; 
}
.nav-menu ul.sub-menu li a:not(.fa):hover:before {
	right: -5px;
}
.nav-menu ul.sub-menu li a:not(.fa):hover {
	padding-right: 10px !important;
	padding-left: 0;
}
.nav-menu li a.fa:before {
    margin-left: 5px;
	margin-right: 0;
    display: inline-block;
}
.socials-item-list li a {
	margin-right: 0;
	margin-left: 2px;
}
/* Comments template */
.comment-author .avatar {
    float: right;
    margin-left: 20px;
	margin-right: 0;
}
.comment-metadata .edit-link {
    float: left;
}
.raita-recentcomments .comment-content strong,
.raita-recentcomments .comment-content em,
.raita-recentcomments .comment-content a {
	display: inline-block;
}