/*
Theme Name: Avril Business
Author: Nayra Themes
Description: Avril is a fast and lightweight, multi-purpose WordPress theme. Enjoy Ken Burns effect, background elements, & smooth animations. Build amazing website with Avril.
Version: 1.0
Tested up to: 5.5
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avril-pro
Slug: avril-business
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/* Contenitore principale full width */
#main-content .container,
.et_pb_section,
.et_pb_row,
#page-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Rimuove i limiti imposti da Divi */
.et_pb_row {
    max-width: 100% !important;
}

/* Garantisce che il body si adatti sempre */
body {
    overflow-x: hidden;
}