/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@media only screen and (max-width: 500px) {
#fullscreen_slider_1 > div > ul > li.slide-1 {height: 500px!important}
#fullscreen_slider_1 > div > ul > li.slide-2 {height: 500px!important}
#fullscreen_slider_1 > div > ul > li.slide-3 {height: 500px!important}
}


#top .av-menu-button > a .avia-menu-text  {
 -webkit-animation:colorchange 12s infinite alternate;
}

    @-webkit-keyframes colorchange {
      0% {
        
        color: #808080;
      }
      
      10% {
        
        color: #113825;
      }
      
      20% {
        
        color: #808080;
      }
      
      30% {
        
        color: #e62244;
      }
      
      40% {
        
        color: #808080;
      }
      
      50% {
        
        color: #113825;
      }
      
      60% {
        
        color: #808080;
      }
      
      70% {
        
        color: #e62244;
      }
      80% {
     
        color: #808080;
      }
      
      90% {
     
        color: #113825;
      }
      
      100% {
        
        color: #808080;
      }
    }


/* modifiche sRED */

.fb_video_embed
{	margin-bottom: 30px;
	margin-top: 70px;
	text-align: center;}

.sRED-button-advanced a.avia-button
{	font-size: 18px;
	margin: 20px auto;
	padding: 15px;
	padding-left: 22px;}

.sRED-button-advanced a.avia-button ::before
{	font-size: 20px;
	margin-right: 5px;}

a.wp-block-button__link
{	background-color: #719430 !important;	/* #507210 - #516d1b */
	border-color: #507210 !important;		/* #507210 - #516d1b */
	color: white !important;}

a.wp-block-button__link:hover
{	/*background-color: #719430 !important;	/* #719430 - #7ea03e */
	color: white !important;
	text-decoration: none !important;
	opacity: 0.9;}

#scroll-top-link
{	bottom: 70px;}