/**
 * Theme Name: nanosoft Child
 * Description: Child theme for the nanosoft
 * Author: LineThemes
 * Template: nanosoft
 */

/* .menu-item-1975 > ul.sub-menu {max-height: 500px; overflow-y: scroll;} */


.footer-copyright {
	display: none!important;
}

/* Fix Elementor Header Footer Builder full width issue */
.elementor-location-header,
.elementor-location-footer {
    width: 100%;
    max-width: 100%;
}

.elementor-location-header .elementor-section,
.elementor-location-footer .elementor-section {
    max-width: 100% !important;
}

/* Force body content full width */
.site-content,
.content-area,
.elementor-section-wrap {
    max-width: 100% !important;
    width: 100%;
}

/* Remove unwanted padding */
.elementor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

