/**
 * RTL adjustments for Pitoo Child (Clean)
 * Loaded automatically only when the site language / text direction is RTL.
 * Add/adjust rules here as you customize the site.
 */

body {
	direction: rtl;
	text-align: right;
	font-family: 'Vazirmatn', Tahoma, sans-serif;
}

/* Example: fix WordPress core alignment classes for RTL */
.alignleft {
	float: right;
	margin: 0 0 1em 1.5em;
}

.alignright {
	float: left;
	margin: 0 1.5em 1em 0;
}

/* Example: mirror Pitoo's default menu spacing for RTL */
.main-header-menu .menu-item {
	margin-right: 0;
	margin-left: 20px;
}
