/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1663220650
Updated: 2022-09-15 05:44:10

*/

.elementor-element.elementor-element-52c91ba.elementor-widget.elementor-widget-text-editor {
    animation: blinkingText 2.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #FFD500;    }
    49%{    color: #FFD500;}
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #FFD500;    }
}

<!-- Google tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KL8ZNVXK1L">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-KL8ZNVXK1L');
</script>