/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

/* تفعيل النمط العربي RTL للعربية فقط */
body:lang(ar).rtl, 
html[dir="rtl"]:lang(ar) body,
body[dir="rtl"]:lang(ar) {
    direction: rtl;
    text-align: right;
}

/* عكس القوائم والشعار للعربية فقط */
body:lang(ar) #header .left-side,
[dir="rtl"] #header .left-side {
    float: right;
}

body:lang(ar) #header .right-side,
[dir="rtl"] #header .right-side {
    float: left;
}

/* عكس القائمة الرئيسية للعربية فقط */
body:lang(ar) #navigation ul li,
[dir="rtl"] #navigation ul li {
    float: right;
}

/* عكس القوائم الفرعية للعربية فقط */
body:lang(ar) #navigation ul ul,
[dir="rtl"] #navigation ul ul {
    left: auto;
    right: 0;
}

/* عكس محتوى البحث للعربية فقط */
body:lang(ar) .intro-banner-search-form,
[dir="rtl"] .intro-banner-search-form {
    direction: rtl;
}

body:lang(ar) .intro-banner-search-form .intro-search-field,
[dir="rtl"] .intro-banner-search-form .intro-search-field {
    float: right;
}

/* عكس أيقونات القائمة للعربية فقط */
body:lang(ar) .wpmi-iposition-left > a .wpmicons-set,
[dir="rtl"] .wpmi-iposition-left > a .wpmicons-set {
    margin-left: 8px;
    margin-right: 0;
}

/* الحفاظ على التخطيط الأصلي للإنجليزية */
body:lang(en) #header .left-side,
[dir="ltr"] #header .left-side {
    float: left;
}

body:lang(en) #header .right-side,
[dir="ltr"] #header .right-side {
    float: right;
}

body:lang(en) #navigation ul li,
[dir="ltr"] #navigation ul li {
    float: left;
}










