/* 
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 */
h1.slider-h1 { margin-bottom: 0; font-size: 4rem;}
input#form-field-none { display: none !important;}


.btn-laddertech { -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;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    100%   { transform: translate(0, -0px); }    
}

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

@-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); }
}

@media (max-width: 768px) {
	
}