/*
WordPress loads this file for RTL sites.
The theme is RTL-first, so this file only keeps small direction-specific safeguards.
*/

html,
body {
  overflow-x: hidden;
}

body {
  direction: rtl;
}

.main-nav ul,
.footer-contact-list,
.footer-links ul,
.footer-widget ul {
  padding-inline-start: 0;
}

.article-content ul,
.article-content ol,
.content-page ul,
.content-page ol {
  padding-inline-start: 1.4em;
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px !important;
  }
}
