/* RTL Styles */
body {
	direction: rtl;
}

td,
th {
	text-align: right;
}

@media (min-width: 992px) {
	.main-menu li ul {
		left: auto;
		right: -20px;
	}

	.main-menu li ul ul {
		left: auto;
		right: 100%;
	}

	.main-menu li:nth-last-child(-n+2) ul {
		left: -28px;
		right: auto;
	}
	
	.main-menu li:hover li a:before {
		left: auto;
		right: 0;
	}

	.main-menu li:hover li:hover a {
		padding-left: 0;
		padding-right: 15px;
	}
	.main-menu li:hover li:hover li a{
		padding-right: 0;
	}
	.main-menu li:hover li:hover li:hover a{
		padding-right: 15px;
	}
}

.dl-shopping-cart-btn,
.header-default .header-right .search-icon {
	margin-right: 0;
	margin-left: 15px;
}

@media (max-width: 992px) {
	.mobile-menu-icon {
		margin-left: 0;
		margin-right: auto;
	}

	.mobile-navigation-menu {
		left: auto;
		right: -100%;
	}

	.open-mobile-menu.mobile-navigation-menu {
		left: auto;
		right: 0;
	}

	.mobile-navigation-menu li li>a{
		padding: 5px 40px 5px 20px;
	}

	#mobile-menu-close {
		right: auto;
		left: 30px;
	}

	.mobile-navigation-menu .dropdown-plus {
		right: auto;
		left: 38px;
	}

	.mobile-navigation-menu .dropdown-plus:before,
	.mobile-navigation-menu .dropdown-plus:after {
		right: auto;
		left: 10px;
	}
}

/* Layout */
@media (min-width: 992px) {
	.right-sidebar>main {
		padding-right: 0;
		padding-left: 30px;
	}
}

/* Elements */
article .dl-cat-items {
	left: auto;
	right: 0;
}

.classic article .dl-cat-items {
	left: auto;
	right: 30px;
}

article .post-content .post-meta a:not(:last-of-type) {
	margin-right: 0;
	margin-left: 25px;
}

article .post-content .post-meta a i {
	margin-right: 0;
	margin-left: 5px;
}

.rel-post-card .entry-footer .readmore,
article .entry-footer .post-comments,
article .entry-footer .readmore {
	padding-right: 0;
	padding-left: 25px;
}

.rel-post-card .entry-footer .readmore:hover,
article .entry-footer .readmore:hover {
	padding-left: 0;
	padding-right: 25px;
}

.rel-post-card .entry-footer .readmore:before,
.rel-post-card .entry-footer .readmore:after,
article .entry-footer .readmore:before,
article .entry-footer .readmore:after {
	content: "\e96e";
}

.rel-post-card .entry-footer .readmore:after,
article .entry-footer .readmore:after {
	right: auto;
	left: 0;
}

.rel-post-card .entry-footer .readmore:before,
article .entry-footer .readmore:before {
	left: auto;
	right: -25px;
}

.rel-post-card .entry-footer .readmore:hover:after,
article .entry-footer .readmore:hover:after {
	right: auto;
	left: -10px;
}

.rel-post-card .entry-footer .readmore:hover:before,
article .entry-footer .readmore:hover:before {
	left: auto;
	right: 0;
}

.rel-post-card .entry-footer .post-comments i,
.post-items.grid article .entry-footer .post-comments i {
	margin-right: 0;
	margin-left: 5px;
}

.wp-block-quote,
blockquote.is-style-default {
	border-left: 0px solid transparent;
	border-right: 3px solid var(--softgen-primary-color);
}

.single-post-tags a {
	margin: 5px 0 5px 10px;
}

.post-footer-area .post-footer-title:before,
.post-footer-area .post-footer-title:after,
.post-footer-area .comment-reply-title:after,
.post-footer-area .comment-reply-title:before {
	left: auto;
	right: 0;
}

.post-footer-area .post-footer-title:after,
.post-footer-area .comment-reply-title:after {
	left: auto;
	right: 20px;
}

.rel-post-card .post-thumb .dl-cat-items{
	left: auto;
	right: 0;
}
.rel-post-card .post-content .post-meta a:not(:last-of-type) {
    margin-right: 0;
    margin-left: 15px;
}
.rel-post-card .post-content .post-meta a i{
	margin-right: 0;
	margin-left: 5px;
}

/* Project */
.project-card .project-content,
.el-project-card .project-content{
	left: auto;
	right: -1px;
}
.project-card .project-content .read-more,
.el-project-card .project-content .read-more{
	left: auto;
	right: 30px;
}
.project-card .project-content .read-more i:before,
.el-project-card .project-content .read-more i:before{
	content: "\f30a";
}

/* Comments */
.comment-body {
	padding-left: 0;
	padding-right: 100px;
}

.comment-meta .comment-author img {
	left: auto;
	right: 0;
}

.comment-list li ol {
	padding-left: 0;
	padding-right: 100px;
}

@media (max-width: 767px) {
	.comment-list li ol {
		padding-left: 0;
		padding-right: 25px;
	}
}

.nav-links .nav-next .post-text i {
    margin-left: auto;
    margin-right: 5px;
}

.nav-links .post-text i {
    margin-right: 0;
    margin-left: 5px;
}

#scroll-to-top {
	right: auto;
	left: 25px;
}

/* Footer */
.widget .widget-title:after,
.widget .widget-title:before {
	left: auto;
	right: 0;
}

.widget .widget-title:after {
	left: auto;
	right: 20px;
}

.widget_search .search-btn{
	right: auto;
	left: 5px;
}

.widget_search .search-form .form-control{
	padding: 0 15px 0 45px;
}

.mc4wp-form-widget.style-2 input[type="email"] {
	padding: 0 10px 0 60px;
}

.mc4wp-form-widget.style-2 button, .mc4wp-form-widget.style-2 input[type="submit"] {
    right: auto;
    left: 0px;
    border-radius: 5px 0px 0px 5px;
}

.mc4wp-form-widget .mc-social-icons li:not(:last-of-type) {
	margin-right: 0;
	margin-left: 5px;
}

@media (min-width: 993px) {
    .footer-widget-item .mc4wp-form-widget img {
		left: auto;
        right: -5px;
    }
}

.footer-menu li:not(:last-of-type)::after {
	margin-left: 0;
	margin-right: 15px;
}

/* CTA */
.rtl .style-4 .img-illustration{
	right: auto;
	left: 60px;
}
body.rtl .style-4 .cta-content, body.rtl .style-3 .cta-content{
	text-align: right!important;
}