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

/* Grey out readonly fields */
input[readonly] {
    background-color: #f5f5f5 !important;
    color: #666 !important;
    cursor: not-allowed !important;
}