/*!
Theme Name: Hello Elementor Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

body,
html {
    overflow-x: hidden;
    margin: 0;
}

@media (min-width:768px) {
    .fluid-right>.elementor-container {
        margin-right: 0 !important;
        margin-left: calc(50vw - 383.5px) !important;
    }
}

@media (min-width:992px) {
    .fluid-right>.elementor-container {
        margin-right: 0 !important;
        margin-left: calc(50vw - 512px) !important;
    }
}

@media (min-width:1200px) {
    .fluid-right>.elementor-container {
        margin-right: 0 !important;
        margin-left: calc(50vw - 600px) !important;
    }
}

@media (min-width:768px) {
    .fluid-left>.elementor-container {
        margin-left: 0 !important;
        margin-right: calc(50vw - 383.5px) !important;
    }
}

@media (min-width:992px) {
    .fluid-left>.elementor-container {
        margin-left: 0 !important;
        margin-right: calc(50vw - 512px) !important;
    }
}

@media (min-width:1200px) {
    .fluid-left>.elementor-container {
        margin-left: 0 !important;
        margin-right: calc(50vw - 600px) !important;
    }
}