/*
Theme Name:    Hello Elementor Child
 Description:  Hello Elementor Theme Child
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

textarea{
    height: auto;
}
.klb-mobile-bottom.hide-desktop{
    display: none!important;
}
.elementor-widget-text-editor .elementor-widget-container > p:last-child{
    margin-bottom: 0!important;
}
.pulse-play .elementor-custom-embed-play svg,
.infinite_animation_pulse{
    animation: infinite_animation_pulse infinite 0.7s !important;
}
@keyframes infinite_animation_pulse {
    0% {
        transform: scale(1.0, 1.0)
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1.0, 1.0)
    }
}
.infinite_animation_pulse-in{
    animation: infinite_animation_pulse-in infinite 0.7s !important;
}
@keyframes infinite_animation_pulse-in {
    0% {
        transform: scale(1.0, 1.0)
    }
    50% {
        transform: scale(0.95, 0.95);
    }
    100% {
        transform: scale(1.0, 1.0)
    }
}