/*
Theme Name: Child Theme
Description: A child theme of Divi
Template: Divi
*/


/* Superscript Fix */
sup {
    font-size: 0.6em !important;
    vertical-align: super !important;
    bottom: 0 !important;
}

sub {
    font-size: 0.6em !important;
    vertical-align: sub !important;
    bottom: 0 !important;
}

.hide{
    display:none;
}