/*!
Theme Name: Avato
Theme URI: http://troontechnologies.com/
Author: Troon Technologies
  
/* animated icons homepage */ 
.av-fbox svg:not(.colorable-icon-fill) path{
  -webkit-transition: fill .6s ease-in-out;
  transition: fill .6s ease-in-out;
  fill: var(--avato-transparent-blue);
  stroke-width: 1px;
}

.av-fbox.avidone svg path {
  fill: #3E53E5;
  stroke:transparent;
}
.av-fbox svg path.ly_1{
  fill: none;
  stroke:none;
}
.av-fbox.avidone svg path.ly_1{
  fill: #0f1bce;
}

