/* Theme-specific rules for the WP Editor */
.trx_addons_tooltip:before {
    padding: 0.4em 1em;
}
.trx_addons_dropcap {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    width: 1.335em;
    height: 1.335em;
    line-height: 1.4em;
    margin: 0.5rem 1.3rem 0 0;
}


ol.trx_addons_ol {
    list-style: none;
    counter-reset: num;
    padding-left: 0;
}
ol li {
    position: relative;
}
ol.trx_addons_ol > li::before {
    content: counter(num) '. ';
    counter-increment: num;
    font-weight: 500;
}
ul[class*="trx_addons_list"] li + li,
ol.trx_addons_ol li + li {
    margin-top: 0.32em;
}
ul[class*="trx_addons_list"][class*="trx_addons_list_arrow"] li:before{
    font-family: fontello;
    content: '\e911';
    font-size: 13px;
    top: -1px;
    left: -1.6em;
}
ul[class*="trx_addons_list"][class*="trx_addons_list_arrow_circle"] li:before{
    font-family: fontello;
    content: '\f18e';
    font-size: 14px;
    top: -1px;
    left: -1.35rem;
}
ul[class*="trx_addons_list"][class*="trx_addons_list_custom"] li:before {
    text-align: center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 3px;
    top: 6px;
    left: -1.5rem;
    font-size: 15px;
}
.sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr {
    margin-top: 3.1em;
}