/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.underline_anim {
    display: inline;
    padding: 0;
    padding-bottom: 0.2em;
    background-image: linear-gradient(to right,currentColor 0%,currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.underline_anim.underline_do_hover {
    animation: underline_hover_on 0.8s cubic-bezier(0.25,0.8,0.25,1) both
}

@-webkit-keyframes underline_hover_on {
    0% {
        -webkit-background-size: 0 2px;
        background-size: 0 2px
    }

    100% {
        -webkit-background-size: 100% 2px;
        background-size: 100% 2px
    }
}

@keyframes underline_hover_on {
    0% {
        -webkit-background-size: 0 2px;
        background-size: 0 2px
    }

    100% {
        -webkit-background-size: 100% 2px;
        background-size: 100% 2px
    }
}

.underline_anim.underline_do_hover:hover {
    animation: underline_hover_off 0.8s cubic-bezier(0.25,0.8,0.25,1) both
}

@-webkit-keyframes underline_hover_off {
    0% {
        -webkit-background-size: 100% 2px;
        background-size: 100% 2px
    }

    100% {
        -webkit-background-size: 0 2px;
        background-size: 0 2px
    }
}

@keyframes underline_hover_off {
    0% {
        -webkit-background-size: 100% 2px;
        background-size: 100% 2px
    }

    100% {
        -webkit-background-size: 0 2px;
        background-size: 0 2px
    }
}