PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/mytube.pm/wp-content/themes/ultra/sass/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/mytube.pm/wp-content/themes/ultra/sass/rtl.scss

/*
Theme Name: Ultra
Adding support for languages 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;
}

.main-navigation ul {

	li {
		margin-right: 0;
		margin-left: 1.78571em;
	
		&:last-of-type {
			margin-left: 0;
		}
	}

	ul {
		right: 0;
		left: initial;
		text-align: right;
		
		ul {
			left: initial;
			right: 100%;
		}
	}

	.sub-menu,
	.children {
	
		.menu-item-has-children,
		.page_item_has_children {
			
			> a:after {
				content: "\f104";
				right: initial;
				left: 1em;
			}
		}
	}
}

.responsive-menu .main-navigation.toggled ul {

	li a {
		text-align: right;
	}

	> li[class*=children] > span {
		right: auto;
		left: 0;
	}
}

.woocommerce-product-gallery {
	direction: ltr;
}