/*
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:*/

@-webkit-keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(230,230,230,0.1), 0 0 10px 10px #E6E6E6, 0 0 0 10px rgba(230,230,230,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(230,230,230,0.1), 0 0 10px 10px #E6E6E6, 0 0 0 10px rgba(230,230,230,0.5);-webkit-transform: scale(1.5);opacity: 0;}
}
@-moz-keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(230,230,230,0.1), 0 0 10px 10px #E6E6E6, 0 0 0 10px rgba(230,230,230,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(230,230,230,0.1), 0 0 10px 10px #E6E6E6, 0 0 0 10px rgba(230,230,230,0.5);-moz-transform: scale(1.5);opacity: 0;}
}
@keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(230,230,230,0.1), 0 0 10px 10px #E6E6E6, 0 0 0 10px rgba(230,230,230,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(230,230,230,0.1), 0 0 10px 10px #E6E6E6, 0 0 0 10px rgba(230,230,230,0.5);transform: scale(1.5);opacity: 0;}
}

.av_font_icon.av-icon-style-border .av-icon-char:after {
	box-shadow: 0 0 0 2px rgba(230,230,230,0.1) !important;
}
/*logo inglese in menu italiano*/
li#menu-item-735 {
background-image: url(https://lilipans.com/wp-content/uploads/2024/10/OK-Icona-bandiera-ITA-menu.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;

}
li#menu-item-735 a {
opacity: 0;
}