/* Theme-specific rules for the WP Editor */
.trx_addons_tooltip:before {
    padding: 0.25em 1em 0.15em;
}
.trx_addons_dropcap {
    font-size: 2.667em;
    font-weight: 700;
    text-transform: uppercase;
    width: 1.46em;
    height: 1.46em;
    line-height: 1.55em;
    border-radius: 0;
    margin: 0.25rem 0.6em 0.3em 0 !important;
}

.trx_addons_dropcap_style_2 {
    width: auto;
    height: auto;
    line-height: 1em;
    margin: -0.15rem 0.5em 0 0 !important;
}

.trx_addons_list_custom li {
    font-weight: 700;
    line-height: 1.44;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.4px;
}
.trx_addons_list_custom li + li {
    margin-top: 0.33em;
}
ul[class*="trx_addons_list_custom"] > li:before {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    top: 0.4em;
    left: -2.45em;
    content: '\e941';
    font-family: fontello;
}