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

/* MOBILE */
 @media all and (min-width:481px) and (max-width: 768px) {

  .fusion-header-tagline {
    font-size: 28px !important;
	line-height:30px !important;
  }
  
}

@media all and (min-width:10px) and (max-width: 480px) {
  .fusion-header-tagline {
    font-size: 18px !important;
  }
}