/*
 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
*/


/* Some general bugs in elementor */
body .elementor-button-icon svg {
	height: auto;
	width: auto;
}
body .elementor-widget-icon .elementor-icon-wrapper {
	display: flex;  /* it removes bottom space */
}
body div p:last-child {
	margin-bottom: 0;
}


/* Buttons hover css */

body .elementor-button:hover svg path {
	fill: var(--e-global-color-80f573e);
}

@media (max-width: 767px) {
	body {
		--e-global-typography-017fe8c-font-weight: 300 !important;
	}
}