/*
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
*/
span.fusion-dropcap.dropcap.small-size {
    --awb-color: var(--dropcap_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
    float: unset;
    margin-right: 10px;
    padding: 0;
    height: 25px;
    line-height: 25px;
    color: var(--awb-color);
    font-size: 40px;
    text-transform: uppercase;
}