/** * Blocksy - v1.8.38 * * Copyright (c) 2022 * Licensed GPLv2+ */ body.rtl .ct-color-picker-single:not(:last-child) { margin-right: initial; margin-left: 10px; } body.rtl .ct-color-picker-skins li:not(:last-child) { margin-right: initial; margin-left: 15.7px; } body.rtl .ct-color-picker-modal .wp-picker-holder .iris-slider { margin-left: initial; margin-right: 15px; } body.rtl .ct-option-spacing > span:not(:last-of-type) { margin-right: initial; margin-left: 4px; } body.rtl .ct-option-spacing .ct-spacing-controls { margin-left: initial; margin-right: 4px; } body.rtl .ct-control .ct-revert { left: initial; right: 0; transform: translate3d(15px, 0, 0); } body.rtl .ct-control:hover .ct-revert:not([disabled]) { transform: translate3d(20px, 0, 0); } body.rtl .ct-buttons-group { flex-direction: row-reverse; } body.rtl .ct-condition-type input { padding: 0 30px 0 0; } body.rtl .ct-condition-type span { left: initial; right: 6px; } body.rtl .ct-slider { margin-left: 14px; margin-right: initial; } body.rtl .ct-slider span { left: initial; right: var(--position); } body.rtl .ct-slider div { left: initial; right: 0; } body.rtl .ct-slider:before { left: initial; right: 0; } body.rtl .ct-option-slider .ct-slider-input { margin-left: initial; margin-right: 7%; } body.rtl .ct-responsive-controls li { margin-right: 0; } body.rtl .ct-responsive-controls li.ct-desktop { margin-left: 18px; } body.rtl .ct-responsive-controls li.ct-tablet { margin-left: 17px; } body.rtl .ct-select-input input { --padding: 0 8px 0 0; } body.rtl .ct-select-input:after { right: initial; left: 8px; } body.rtl .ct-select-dropdown .ct-select-dropdown-item.selected:after { right: initial; left: 6px; } body.rtl .ct-options-container .ct-tabs > ul > li:not(:first-child) { margin-left: initial; margin-right: 7px; } body.rtl .ct-customizer-panel-option button { right: initial; left: -24px; } body.rtl .ct-customizer-panel-option button:after { content: "\f341"; } body.rtl .ct-customizer-panel-option .ct-option-switch + button { transform: translate3d(7px, 0, 0); } body.rtl .ct-panel.ct-click-allowed .ct-customizer-panel-option button { transform: translate3d(0, 0, 0); } body.rtl .customize-panel-actions button { padding: 0 0 0 24px; border-left: 1px solid #ddd; border-right: 4px solid #fff; } body.rtl .customize-panel-actions button:before { content: "\f345"; } body.rtl .customize-panel-actions button:hover { border-right-color: var(--accent); } body.rtl .ct-option-switch { margin-left: initial; margin-right: auto; } body.rtl .ct-option-switch.ct-active span { transform: translate3d(-18px, 0, 0); } body.rtl .ct-option-switch:before { left: initial; right: 7px; } body.rtl .ct-option-switch:after { right: initial; left: 4px; } body.rtl .ct-icon-picker-value > div { margin-left: initial; margin-right: 15px; } body.rtl .ct-modal-tabs li:not(:last-child) { border-right: none; border-left: 1px solid #eee; } body.rtl .ct-background-modal .ct-color-picker-modal .ct-color-picker-skins li:not(:last-child) { margin-right: initial; margin-left: 14.5px; } body.rtl .ct-attachment .actions > *:not(:last-child) { margin-right: initial; margin-left: 15px; } body.rtl .ct-radio-option input[type=radio], body.rtl .ct-color-palettes li input[type=radio], body.rtl .ct-option-checkbox input[type=checkbox] { margin: 0 0 0 8px; } body.rtl .ct-option-checkbox input[type=checkbox]:checked:before { margin: -2px -2px 0 0; } body.rtl .ct-radio-option[data-inline] label:not(:last-child) { margin-right: initial; margin-left: 15px; } body.rtl .ct-option-border > *:first-child { margin-left: initial; margin-right: 15px; } body.rtl .ct-box-shadow-values { margin-right: initial; margin-left: 15px; padding-right: initial; padding-left: 8px; } body.rtl .ct-box-shadow-values button { margin-right: initial; margin-left: 10px; border-right: none; border-left: 1px solid rgba(221, 221, 221, 0.5); } body.rtl .ct-ratio-predefined button { margin-left: initial; margin-right: 12px; } body.rtl .ct-ratio-preview .ct-ratio-key { margin: 0 0 0 7px; padding: 0 0 0 7px; border-right: none; border-left: 1px solid #ddd; } body.rtl .ct-ratio-preview .ct-width-key { margin: 0 7px 0 0; padding: 0 7px 0 0; border-left: none; border-right: 1px solid #ddd; } body.rtl .ct-typohraphy-value { padding-right: initial; padding-left: 8px; } body.rtl .ct-typohraphy-value > div { padding-left: 0; padding-right: 8px; } body.rtl .ct-typography-top .ct-weight { margin-left: initial; margin-right: 7%; } body.rtl .ct-typography-top .ct-font svg { right: initial; left: 8px; } body.rtl .ct-typography-top .ct-back { margin-right: -44px; margin-left: 12px; } body.rtl .ct-typography-top.ct-switch-panel .ct-back { margin-right: 0; } body.rtl .ct-typography-variant ul li:first-child { border-radius: 0 3px 3px 0; } body.rtl .ct-typography-variant ul li:last-child { border-radius: 3px 0 0 3px; } body.rtl .ct-typography-variant ul li + li { margin-left: initial; margin-right: -1px; } body.rtl .components-custom-gradient-picker__gradient-bar { padding-left: 3px; padding-right: 21px; } body.rtl .ct-gradient-tab .components-angle-picker-control__angle-circle { margin-right: 0; margin-left: 6px; } body.rtl .ct-gradient-tab .components-popover { right: initial !important; } body.rtl .ct-option-modal { left: var(--modal-x-offset); right: initial; } body.rtl .ct-option-modal:before { left: initial; right: var(--option-modal-arrow-position, calc(100% - 55px)); } body.rtl.wp-customizer .ct-option-modal { right: 12px; } body.rtl [data-reach-dialog-overlay] { left: 0; right: var(--modal-left, 160px); } body.rtl .edit-widgets-block-editor .ct-custom-sidebar-settings { right: initial; left: 45px; } body.rtl .edit-widgets-block-editor .ct-custom-sidebar-remove { right: initial; left: 75px; } .ct-select-dropdown { right: initial; left: var(--modal-x-offset); }