body{
	direction: rtl;
}

/* RTL for directions */

.single-ts-recipe .post-section .recipe-steps li.checklist-item::before,
.single-ts-recipe .post-section .recipe-steps li.checklist-item .do-action {
	left: auto;
	right: 0;
}

.single-ts-recipe .post-section .recipe-steps li.checklist-item::after {
	left: auto;
	right: 0;
}

.single-ts-recipe .post-section .recipe-steps li.checklist-item {
	padding-left: 0;
	padding-right: 80px;
}
.single-ts-recipe .post-section .recipe-steps::after {
	left: auto;
	right: 30px;
}

/* RTL for meta on recipe */
.single-ts-recipe .recipe-meta-addons ul li span {
	padding-left: 0;
	padding-right: 60px;
}
.single-ts-recipe .recipe-meta-addons ul li i[class*="icon"] {
	float: right;
}
.single-ts-recipe .recipe-meta-addons ul > li {
	margin-left: 20px;
	margin-right: 0;
}
.airkit_breadcrumbs i {
	transform: rotateY(180deg);
	position: relative;
	display: inline-block;
}

/* Imad adds */
@media only screen and (min-width: 960px) {
.single-ts-recipe .post-header .flex-row {
	flex-direction: row-reverse;
}}


/* RTL for ingredients */
.single-ts-recipe .post-section .recipe-checklist li.checklist-item span.recipe-ing-text {
	padding-left: 0;
	padding-right: 50px;
}
.single-ts-recipe .post-section .recipe-checklist li.checklist-item span.recipe-ing-text::before {
	margin-right: -50px;
	margin-left: 10px;
}

/* RTL comment area */
#comments-title, .related-title, .post-author-box .title-author-box {
	text-align: right;
}
#comments .comment-reply-title, .comment-form {
	text-align: right;
}
.airkit_comment-rating li {
	float: right;
}
.airkit_comment-rating .r {
	left: auto;
	right: 0
}
.airkit_comment-rating .l {
	float: right;
	height: 22px;
	width: 26px;
	overflow: hidden;
}

#commentform .form-submit {
	text-align: right;
}