/*
 Theme Name:     
 Theme URI:      http://buildwithelementor.com/actions-for-elementor/
 Description:    A minimal child theme to use with the EleMate Theme - Create something Awesome.
 Author:         
 Author URI:     https://www.wpdevhq.com/
 Template:       actions
 Version:        1.0.0
*/ 
/* Add Custom CSS after this line */

.elementor-page .main-content-area .main,
.elementor-body .main-content-area .main {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
	overflow: hidden;
}