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

/* font clamp*/
h1 {font-size: clamp(3rem, 2.18238rem + 3.44262vw, 5.625rem);}
h2 {font-size: clamp(2rem, 1.68852rem + 1.31148vw, 3rem);}
h3 {font-size: clamp(1.75rem, 1.59426rem + 0.65574vw, 2.25rem);}

/*Fix elementor icon list  alignment issue*/

.elementor-icon-list-icon {
align-self: flex-start;
margin-top: 6px;
}

/* Fix elementor text widget bottom spacing */
.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}


.elementor-field-type-recaptcha{
    background:none;
}
.elementor-field-type-recaptcha > div{
    background-color:initial !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}




 /* Improved Animations Stylesheet, works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

.elementor-heading-title sup{
	font-size: 0.2em;
    top: -3.35em;
}

.elementor-widget-text-editor h1 sup,
.elementor-widget-text-editor h2 sup,
.elementor-widget-text-editor h3 sup,
.elementor-widget-text-editor h4 sup,
.elementor-widget-text-editor h5 sup{
	font-size: 0.3em;
    top: -2em;
}