/* 
Theme Name: green Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom Child Theme of Hello for Green Insulation
Author: MBA Team
Author URI: https://www.mbateam.com
Template: hello-elementor
Version: 1.0.1
*/

/*
    Add your custom styles here
*/

/* REMOVES SPACE FROM LAST ELEMENT IN AN ELEMENTOR TEXT WIDGET
the widgets get spacing of their own before the next widget, so removing the last paragraph or list bottom-margin normalizes spacing */
.elementor-widget-text-editor :last-child {
    margin-bottom: 0;
}

/* ADD Space below lists in text widgets */

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom:8px;
}

body.wp-child-theme-GreenInsulationTheme {
    overflow-x: hidden !important;
}

/* Disable Elementor Atomic interactions on mobile */
@media (max-width: 900px) {
    .no-mobile-animation {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

    