/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Author:       Elementor Team
 Description:  Child theme of Hello Elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
body{
	
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	margin-block-start: 2rem;
	margin-block-end: 1rem;
}
body .elementor-widget-text-editor > :first-child{
	margin-top: 0;
}
body .elementor-widget-text-editor blockquote {
	padding: 5px 20px;
    font-size: 16px;
    color: #563d0b;
    border-left: 1px solid #ddd;
    font-weight: 700;
    margin: 20px 8%;
}
.dialog-lightbox-message  .elementor-slideshow__title{
	display: none !important;
}