/*
Theme Name: ITF1 Fold
Description: Theme by ITFORMULA1
Version: 1.0.2
Author: ITformula1
Author URI: http://itformula1.com
Template: enfold
*/



/*Add your own styles here:*/
@keyframes animatedBackground {
  from { background-position: 0px 0; }
  to { background-position: -562px 0; }
}

.animatedbg .av-parallax .av-parallax-inner {
    background-repeat: repeat-x !important;
  animation: animatedBackground 20s linear infinite !important;
}