/* =============================================================
   RTL sheet.
   The original project is authored RTL-first with CSS logical
   properties, so nothing has to be flipped here. This file only
   guarantees the document direction for WordPress core markup
   (widgets, comments, editor blocks) on Arabic installs.
   ============================================================= */

body.rtl {
  direction: rtl;
  text-align: right;
}

body.rtl .entry-content th,
body.rtl .entry-content td,
body.rtl .widget,
body.rtl .comments-area {
  text-align: right;
}

body.rtl .alignleft {
  float: left;
}

body.rtl .alignright {
  float: right;
}
