/**
 * RTL styles for Rimess Almasry Theme
 */

/* RTL specific overrides */

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

.site-branding {
 text-align: center;

 /* Keep branding centered */
}

.primary-menu {
 flex-direction: row-reverse;
}

.footer-menu {
 flex-direction: row-reverse;
}

/* Flip margins and paddings where needed */

.container {
 padding: 0 20px;
}

@media (max-width: 768px) {

 .container {
  padding: 0 15px;
 }
}
