/* RTL Styles for Soledad Child Theme */

/* Gallery RTL Fix - Flip container for right-to-left layout */
.penci-post-gallery-container.justified,
.justified-gallery {
    direction: ltr;
    transform: scaleX(-1);
}

.penci-post-gallery-container.justified > a,
.justified-gallery > a,
.penci-post-gallery-container.justified > a.penci-gallery-ite,
.justified-gallery > a.penci-gallery-ite {
    transform: scaleX(-1);
}


.tags-share-box.social-align-left {
    text-align: right !important;
}

.penci-header-builder .header-social.penci-builder-element.desktop-social {
    margin-right: 0px !important;
    margin-left: 10px !important;
}

.penci-sidebar-content.pcalign-left .widget-title {
    text-align: right !important;
}

.penci-homepage-title.style-12 .inner-arrow:before, .penci-sidebar-content.style-12 .penci-border-arrow .inner-arrow:before {
    border-left: 20px solid transparent;
    left: -20px;
    border-right: none !important;
    right: initial !important;
}

.pcilrp-heading {
    text-align: right !important;
}

.pcilrp-heading span:after {
    left: initial !important;
    right: 0 !important;
}

.penci-owl-carousel.penci-owl-loaded .active .feat-text h3{
    direction: rtl !important;}