/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body {
	font-family: 'Courier Prime', monospace;
	background-color: #000000!important;
	color: #FFF;
}

.page-header .entry-title {
	display: none;
}


/* page intervalos */
.roman-number .elementor-widget-container h2{
    font-size:12rem;
}

#bonus-text .elementor-widget-container h2{
  font-size:5.6rem;
}

.roman-number .elementor-widget-container h2{
  color:#FFF;
}
.roman-number .elementor-widget-container h2:hover{
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate; 
	color:#FFF!important; 
}

/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #12FE00,
               0 0 70px  #12FE00,
               0 0 80px  #12FE00,
               0 0 100px #12FE00,
               0 0 150px #12FE00;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #12FE00,
               0 0 35px #12FE00,
               0 0 40px #12FE00,
               0 0 50px #12FE00,
               0 0 75px #12FE00;
  }
}


/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #12FE00,
               0 0 70px  #12FE00,
               0 0 80px  #12FE00,
               0 0 100px #12FE00,
               0 0 150px #12FE00;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #12FE00,
               0 0 35px #12FE00,
               0 0 40px #12FE00,
               0 0 50px #12FE00,
               0 0 75px #12FE00;
  }
}

/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #12FE00,
               0 0 70px  #12FE00,
               0 0 80px  #12FE00,
               0 0 100px #12FE00,
               0 0 150px #12FE00;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #12FE00,
               0 0 35px #12FE00,
               0 0 40px #12FE00,
               0 0 50px #12FE00,
               0 0 75px #12FE00;
  }
}

@media (max-width: 1024px) {
  
  .roman-number .elementor-widget-container h2{
	  font-size:8rem;
    
}
	
	.roman-number .elementor-widget-container h2:hover{
		animation:none;
		color:inherit!important;
	}
	
	#bonus-text .elementor-widget-container h2{
  		font-size:4rem;
	}
}


/*audio player intervalos pages*/

.fa-list-ul.mpfe-compact-list{
		display:none;
	}

i.compact-playpause {
	color:#12FE00;
}

.swp-compact-cover {
    display: none;
}

.compact-controls {
    display: none;
}


