/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
.e-con.e-flex>.e-con-inner{
	background: #fff;
    padding: 30px 30px;
}
html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.elementor-location-header {
    flex-shrink: 0;
}

main,
#content,
.site-main {
    flex: 1 0 auto;
}

.elementor-location-footer {
    flex-shrink: 0;
}