/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Child theme for Hello Elementor
 Author:       Ikram
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* =Theme customization starts here = */

#site-footer{
    display: none !important;
}

.page-content a{
    text-decoration: none !important;
}

@media(min-width:1200px) {
    .elementor-widget-n-menu .e-n-menu-content>.e-con {
        width: 90% !important;
        max-width: var(--content-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
    }
}