/*
Theme Name: EverCast
Theme URI: https://digitalmycelium.com/
Description: Evercast Website Design
Author: Digital Mycelium
Author URI: https://digitalmycelium.com/
Template: Divi
Version: 0.1
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

/* vmodha: This doenst work as the animation triggers before we get to the element */
/*
#footer-info
{
  letter-spacing: 117px;
  height: 30px;
  opacity: 0;
  animation: in 3s ease-out forwards;
  animation-delay: 1s;
  overflow: hidden !important;
}


@keyframes in{
  0%{
    letter-spacing: 117px;
    opacity: 0;
  }
  30%{
    letter-spacing: 70px;
    opacity: 1;
  }
  100%{
    letter-spacing: 2px;
    opacity: 1;
  }
}
*/
