/*
Theme Name: Mori Suahi Dubai

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

*/

@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

* {
    unicode-bidi: embed;
}

body{
	font-family: 'Droid Arabic Naskh', serif;
	direction: rtl;
}
h1,h2,h3,h4,h5,h6,
#main-head{
	font-family: 'Droid Arabic Kufi', sans-serif;
}
.menu-cat h4 {
    padding-right: 15px;
    border-right: solid 5px #f8991d;
    padding-left: 0;
    border-left: none;
}
.menu-cat .item-price{
	float: left;
}
.fa-ul i{
	padding: 0 0 0 10px;
}
.wpcf7 [type=email], .wpcf7 [type=tel], .wpcf7 [type=text], .wpcf7 textarea{
	direction: rtl;
}
.fa-ul>li span{
	direction: ltr;
}


@media screen and (min-width: 40em){
	.social-links span{
		padding-left: 0;
		padding-right: 65px;
		letter-spacing: 0;
	}
	.social-links span:after{
		left: auto;
		right: 5px;
	}
	.menu-cat .item-price{
		right: auto;
		left: 16px;
	}
}