/* Theme-specific rules for the WP Editor */
.trx_addons_dropcap {
    font-size: 3.333em;
    font-weight: 400;
    text-transform: uppercase;
    width: 1.18em;
    height: 1.18em;
    line-height: 1.18em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0.13em 0.4em 0 0;
}
.trx_addons_dropcap.trx_addons_dropcap_style_2 {
    font-size: 4.133em;
    margin-top: 0;
    width: auto;
    line-height: 0.9;
}
ol[class*="trx_addons_list"] {
    counter-reset: num;
    font-size: 1.2em;
    padding-left: 3.1em;
    line-height: 1.95;
    font-weight: 500;
}
ol[class*="trx_addons_list_custom"] > li{
    list-style: none;
    position: relative;
}
ol[class*="trx_addons_list_custom"] > li:before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    display: inline-block;
    text-align: left;
    position: absolute;
    left: -3.7em;
    top: 0.25em;
    font-weight: 400;
    font-size: 0.833em;
}
ol[class*="trx_addons_list_custom"] > li:after {
    content: '';
    position: absolute;
    width: 0.788em;
    height: 1px;
    left: -1.5em;
    top: 1em;
}
ul[class*="trx_addons_list"] {
    font-size: 1.2em;
    line-height: 1.95;
    font-weight: 500;
}
ul[class*="trx_addons_list_dot"] {
    padding-left: 1.55em;
}
ul[class*="trx_addons_list_dot"] > li:before {
    font-size: 1.7em;
    line-height: 1.1;
    left: -0.8em;
}
ul[class*="trx_addons_list_custom"] {
    padding-left: 2.2em;
}
ul[class*="trx_addons_list_custom"] > li:before {
    font-family: fontello;
    content: '\e911';
    line-height: 1;
    font-size: 0.9em;
    top: 0.6em;
    left: -2.2em;
}