/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.5
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* 1. جلوگیری از خروج محتوا از عرض صفحه (Anti-Shift) */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

/* 2. اصلاح رفتار کانتینرهای المنتور در سیستم راست‌چین */
.rtl .elementor-section-stretched {
    left: auto !important;
    right: 0 !important;
}

/* 3. حذف فضاهای مرده احتمالی از Wrapper های قالب */
.body_wrap, .page_wrap, #page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
}
// کاملاً فونت‌های گوگل را در المنتور و قالب غیرفعال کن
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

