/*
Theme Name: Fabzy_layout3
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
See http://codex.wordpress.org/Right_to_Left_Language_Support
*/
@import url("../fabzy/rtl.css");

html, body, div, span, applet, object, iframe, h3, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td{font-family: segoe UI, sans-serif !important;}

.main-content.box-page { direction: ltr;}


.mega-menu ul li a {  font-size: 18px !important;}
.static-links-list a {
    background: rgba(0, 0, 0, 0) url(images/megnor/arrow.png) no-repeat scroll 100% 5px;
}
.static-links-list a {padding-right: 15px;padding-left: 0px;}
.header-right {
    border-right: none;
    border-left: 0px solid #ededed;
    border-right: 1px solid #ededed;
}
h2 {  color: #000000;  direction: rtl;}

h1, h2,h3,h4,p,li, body {
    font-family: segoe UI, sans-serif !important; text-align:right; direction:rtl;
}