/*-------------------------------------
#. General
---------------------------------------*/
body {
	direction: rtl;
	unicode-bidi: embed;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children::after {
	content: "\f104";
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li::after {
    content: '';
}
.additional-menu-area .sidenav ul li a::before {
	content: none;
}
.additional-menu-area .sidenav ul li a::after {
	font-family: 'FontAwesome';
	content: "\f104";
	padding-left: 8px;
}
.mean-container .mean-bar > a:first-child {
	float: left;
}
.entry-header .entry-meta ul li {
	vertical-align: top;
	line-height: 1.3;
	i {
		text-align: right;
	}
	.rtin-sep {
		padding: 0 5px;
		color: #b1b1b1;
	}
	a, i, span {
		float: right;
		line-height: 1.3;
	}
}
.entry-footer .tags {
	a,
	span {
		float: right;
	}
	.rtin-sep {
		color: #707070;
		padding: 0 5px;
	}
}
.pagination-area {
	.fa-angle-double-right::before {
		content: "\f100";
	}
	.fa-angle-double-left::before {
		content: "\f101";
	}
}
.event-single .event-info ul li span {
	float: right;
}

/* Contact */
.vc_sep_pos_align_left {
	margin-left: auto;
	margin-right: 0;
}
.contact-us-form {
	text-align: right;
	.form-group .form-control {
		text-align: right;
	}
	.wpcf7-submit {
		float: right;
	}
}
div.wpcf7-response-output {
	text-align: right;
}

/*-------------------------------------
#. WooCommerce
---------------------------------------*/
.woocommerce div.product .product-meta {
	.sku-label,
	span, a {
		float: right;
	}
	.rtin-sep {
		padding: 0 5px;
		color: #666666;
	}
	.rtin-label {
		margin-left: 5px;
	}
}

/*-------------------------------------
#. VC
---------------------------------------*/
.owl-wrap {
	.fa-angle-left:before {
		content: "\f105";
	}
	.fa-angle-right:before {
		content: "\f104";
	}
}
.rt-vc-video .fa-play {
	content: "\f04a";
}
.rt-vc-research-3 .rtin-item .rtin-holder .rtin-title a i:before {
	content: "\f104";
}

/*-------------------------------------
#. LearnPress: Course
---------------------------------------*/
.single-lp_course .content-area .site-main > .lp_course ul.learn-press-nav-tabs li {
	float: right;
}
ul.course-features li {
	padding-right: 18px;
}
ul.course-features li::before {
	content: "\f053";
	font-size: 12px;
	top: 6px;
}
.course-features li span,
.course-terms .course-term span,
.course-terms .course-term a {
	float: right;
}
.course-terms .course-term .rtin-sep {
	padding: 0 5px;
}
#course-reviews .course-reviews-list li .review-author {
	float: right;
	margin-right: 0;
}
.review-form {
	.review-fields > li,
	h3 {
		text-align: right;
	}
	ul.review-fields .review-stars > li {
		float: right;
	}
	h3 .close {
		float: left;
	}
}
.review-stars-rated .review-stars.filled {
	right: 0;
	left: inherit;
}
body.course-item-popup #learn-press-content-item {
	right: 0;
	left: 350px
}
.scrollbar-light > .scroll-element.scroll-y {
	right: inherit;
	left: 2px;
}

/*-------------------------------------
#. LearnPress: Profile
---------------------------------------*/
#learn-press-profile-nav {
	float: right;
}
#learn-press-profile-content {
	float: left;
}
#learn-press-user-profile #learn-press-profile-nav .learn-press-tabs li a::before {
	content: none;
}
#learn-press-user-profile #learn-press-profile-nav .learn-press-tabs li a::after {
	content: '\f104';
	font-family: FontAwesome;
	padding-left: 10px;
	vertical-align: unset;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
}
#learn-press-profile-nav .tabs > li:hover:not(.active) ul {
	right: 100%;
	left: inherit;
}
.lp-tab-sections .section-tab {
	float: right;
}
.lp-avatar-preview {
	float: right;
}
.lp-list-table th,
.lp-list-table td {
	text-align: right;
}

/*-------------------------------------
#. Plugin: Theme My Login
---------------------------------------*/
.tml label {
	text-align: right;
}
.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
}
.tml .tml-action-links {
	margin: 0.5em auto;
}
.tml .tml-action-links li {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	float: right;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
}
.tml .tml-action-links li:last-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.tml .tml-action-links a {
	padding: 0;
}
.tml .tml-user-avatar {
	text-align: right;
}
#pass-strength-result {
	margin: -1px 0 1.5em;
	padding: 3px 5px;
}
.tml .wp-hide-pw {
	margin: 0;
	padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
	.tml-login .tml-rememberme-wrap input {
		margin: 0;
	}
	.tml-login .tml-submit-wrap {
		text-align: left;
	}
}