/* Gigas RTL stylesheet.
   This file REPLACES style.css when the locale is right-to-left, because
   functions.php calls wp_style_add_data('gigas-style','rtl','replace').
   Without it the site loads with no base stylesheet at all.
   The import must stay first: CSS requires @import before any rule. */

@import url("style.css");

body { direction: rtl; text-align: right; }

.section-title-wrapper,
.fbox-content,
.entry-content { text-align: right; }

.sub-title::before,
.sub-title::after { left: 0; right: auto; }

.pull-left  { float: right !important; }
.pull-right { float: left  !important; }

input[type="text"], input[type="search"], input[type="password"],
select, textarea {
    direction: rtl;
    text-align: right;
}
input[type="email"], input[type="tel"], input[type="url"], input[type="number"] {
    direction: ltr;
    text-align: right;
}

.rtl .header-navbar.navbar .wp-menu li > ul.sub-menu li a:before       { right: -30px; }
.rtl .header-navbar.navbar .wp-menu li > ul.sub-menu li a:hover:before { right: -20px; }