/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* 呼吸动画核心样式 */
@keyframes himala-breathing {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}

/* 选中 LoftLoader 中的 logo 图片 */
#loftloader-wrapper #loader img {
  animation: himala-breathing 3s ease-in-out infinite;
}