/**
 * Rishi - v1.7.62
 * 
 * Copyright (c) 2021
 * Licensed GPLv2+
 */

body.rtl .wp-full-overlay.expanded,
body.rtl #customize-header-actions .rara-revert,
body.rtl .wp-full-overlay.collapsed .wp-full-overlay-sidebar {
  margin-left: 0 !important;
}
@media screen and (max-width: 1666px) {
  body.rtl .wp-full-overlay.expanded {
    margin-right: 320px;
  }
}
@media screen and (min-width: 1667px) {
  body.rtl .wp-full-overlay.expanded {
    margin-right: 320px;
  }
}
body.rtl .wp-full-overlay.collapsed .wp-full-overlay-sidebar {
  margin-right: -320px;
}
body.rtl #customize-controls .control-section > h3.accordion-section-title {
  border-right: none;
}
body.rtl
  #customize-controls
  .control-section
  > h3.accordion-section-title:after {
  right: initial;
  left: 23px;
}
body.rtl #customize-controls .control-section-child > h3:before {
  border-left: none;
  border-right: 1px solid;
  margin-right: 0;
  margin-left: 7px;
}
body.rtl #customize-header-actions .rara-revert {
  margin-right: 33px;
  border-right: none;
  border-left: 1px solid #ddd;
}

body.rtl .rt-view-switch li {
  border-right: none;
  border-left: 1px solid #ddd;
}
body.rtl .rt-available-items .rt-item-in-builder:after {
  content: "\f341";
}
body.rtl .rt-builder-toggle {
  --ui-margin: 0 auto 0 0;
  border-left: none !important;
  border-right: 1px solid #ddd !important;
}
body.rtl .rt-builder-toggle:before {
  margin-right: initial;
  margin-left: 10px;
}
body.rtl .rt-row-actions {
  left: initial;
  right: -2px;
}
body.rtl .rt-row-actions:before {
  margin-right: initial;
  margin-left: 7px;
}
body.rtl .offcanvas-container {
  margin: 0 0 0 20px;
}
body.rtl .rt-btn-remove {
  margin-right: initial;
  margin-left: -12px;
}
body.rtl [data-builder="footer"] .builder-column:not(:last-child) {
  border-right: none;
  border-left: 1px dashed #ccc;
}
body.rtl [data-builder="footer"] .builder-column:not(:last-child):after {
  right: initial;
  left: -1px;
}
