/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.3
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.elementor-widget-button:not(.normal-btn) .elementor-button, .elementor-field-type-submit .elementor-button {
    background: linear-gradient(45deg, #F9F295 -37.31%, #E0AA3E -5.05%, #F9EF93 34.65%, #B88A44 86.76%);
    border: unset !important;
}
.custom-box:hover .transitioned-div {
    background-color: var(--e-global-color-primary);
	transition: ease-in-out .5s;
}
.custom-box .transitioned-div {
    transform: scale(0);
}
.custom-box {
	overflow: hidden;
}
.custom-box:hover .transitioned-div {
    transform: scale(1);
}