/* 
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 */
.premium-tabs .premium-tabs-nav .premium-tabs-nav-list-item { background-color:#cacaca !important; margin: 5px 10px; border-radius: 12px !important;}
.elementor-image-box-content { padding: 0 15px 15px 15px;}
.elementor-image-box-content ul { padding-left: 15px;}

.full-width-btn a { width: 100% !important;}
.before-after-image.image-before, .before-after-image.image-after { border-radius: 12px;}
.btn-clique { -webkit-animation: glowing 1500ms infinite; -moz-animation: glowing 1500ms infinite; -o-animation: glowing 1500ms infinite; animation: glowing 1500ms infinite;}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes glowing {
  0% { /*box-shadow: 0 0 3px #f64a4d;*/transform: scale(1); }
  50% { /*box-shadow: 0 0 40px #FF0000;*/ transform: scale(1.2); }
  100% { /* box-shadow: 0 0 3px #f64a4d;*/ transform: scale(1); }
}

@-moz-keyframes glowing {
  0% { /*box-shadow: 0 0 3px #f64a4d;*/transform: scale(1); }
  50% { /*box-shadow: 0 0 40px #FF0000;*/ transform: scale(1.2); }
  100% { /* box-shadow: 0 0 3px #f64a4d;*/ transform: scale(1); }
}

@-o-keyframes glowing {
  0% { /*box-shadow: 0 0 3px #f64a4d;*/transform: scale(1); }
  50% { /*box-shadow: 0 0 40px #FF0000;*/ transform: scale(1.2); }
  100% { /* box-shadow: 0 0 3px #f64a4d;*/ transform: scale(1); }
}

@keyframes glowing {
  0% { /*box-shadow: 0 0 3px #f64a4d;*/transform: scale(1); }
  50% { /*box-shadow: 0 0 40px #FF0000;*/ transform: scale(1.2); }
  100% { /* box-shadow: 0 0 3px #f64a4d;*/ transform: scale(1); }
}