/*
Theme Name: fora

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right_to_Left_Language_Support

*/

body {
	direction: rtl;
	unicode-bidi: embed;
}
.owl-carousel, .widget .widget-title {
    direction: ltr;
}
.foraSliderCaption .inner-item .caption {
	direction: rtl;
}
.spaceLeft {
	margin-left: 0;
	margin-right: 0.5em;
}
.spaceRight {
	margin-right: 0;
	margin-left: 0.5em;
}
.read-more i.fa-caret-right::before,
.sliderMore i.fa-caret-right::before {
    content: "\f0d9";
}
.page-links,
.post-navigation .nav-previous {
    text-align: left;
}
#comments article footer img {
    float: right;
    margin-right: inherit;
    margin-left: 1em;
}
#comments .reply {
	left: 1.5em;
    right: inherit;
}
#comments ol ol {
    padding-left: 0;
	padding-right: 5%;
}
.site-search .search-container label:after {
	right: 0;
	left: inherit;
	border-right-width: 0px;
	border-left-style: solid;
	border-left-width: 1px;
}
#toTop {
	right: inherit;
    left: 30px;
}
.header_wrapper {
    overflow: hidden;
}
.main-navigation div > ul > li > ul::before {
	right: 30px;
	left: inherit;
}
.main-navigation div > ul > li > ul::after {
	right: 27px;
	left: inherit;
}
.main-navigation ul {
	padding-right: 0;
}
.main-navigation ul ul a {
	text-align: right;
}
.main-navigation li a:not(:last-child):after {
    margin: 0 7px 0 0;
	float: left;
	line-height: inherit;
}
.main-navigation ul ul li a:not(:last-child):after {
    content: "\f104";
    margin: 0 7px 0 0;
    float: left;
}
.main-navigation ul ul ul {
	right: 100%;
	left: inherit;
}
.widget_archive li, .widget_categories li {
    text-align: left;
}
.widget_archive li a, .widget_categories li a {
    float: right;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-right: 85px;
	margin-left: 0;
}
.woocommerce #reviews .commentlist li .avatar {
    top: 0;
    right: 0;
    left: inherit;
}
.woocommerce div.product form.cart .variations td.label {
    float: right;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    left: inherit;
	right: 1em;
}
.woocommerce-error li a, .woocommerce-message a {
    float: left;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding: 1.5em 2.5em 1.5em 1.5em;
}
.product_list_widget li img {
    margin-right: inherit;
    margin-left: 1em;
    float: right;
}
.widget_shopping_cart .product_list_widget li a.remove {
    right: inherit;
    left: 0;
}
aside ul.menu .indicatorBar {
	right: inherit;
	left: 0;
	border-left-width: inherit;
    border-left-style: inherit;
	border-right-width: 1px;
    border-right-style: dashed;
}
aside ul.menu ul.sub-menu {
    padding-left: inherit;
	padding-right: 2em;
}
@media all and (max-width: 1024px) {
	.main-navigation ul li .indicator {
		right: inherit;
		left: 0;
		border-left-width: 0;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		padding-right: 3%;
		padding-left: 0;
	}
}
@media all and (max-width: 559px) {
	.post-navigation .nav-previous {
		text-align: center;
	}
}