/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:1.3em;
    padding: 0.1em 0.8em 0.35em;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
	-webkit-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
			border-radius: 0 !important;
}
.trx_addons_tooltip:after {
	margin-bottom:-8px;
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}
.trx_addons_accent_bg {
    padding: 0 0.4em 1px;
}

/* Dropcaps */
.trx_addons_dropcap {
    font-family: Montserrat,sans-serif;
    font-size: 2.824rem;
    font-weight: 700;
    line-height: 4rem;
    padding: 0;
    margin: 0.16em 0.677em 0 0;
    width: 4.118rem;
    height: 4.118rem;
}
.trx_addons_dropcap_style_2 {
    background: transparent!important;
    margin: 0.16em 0.577em 0.5em 0;
    width: inherit;
    height: inherit;
    line-height: 0.7em;

}
/* Tiny text */
.trx_addons_tiny_text {
	letter-spacing:2px;
}


/* Lists */
.trx_addons_list_parameters > li > strong,
.trx_addons_list_parameters > li > em {
    color:inherit;
}
.trx_addons_list_parameters > li > em {
    font-family:inherit;
}
ul[class*="trx_addons_list_custom"] > li:before {
    content: '\e812';
    font-family: fontello;
    font-size: 0.588rem;
    left: -2em;
}
ol {
    list-style: none;
    counter-reset: num;
}
ol>li {
    position: relative;
    margin-bottom: 0.40rem;
}
ol>li::before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    font-size: 1em;
    left: -1.1em;
    font-weight: 400;
    font-family: Neuton,serif;
}

ul[class*="trx_addons_list"] > li:before{
    font-size: 0.588rem;
    left: -1.8em;
    top: 0.1em;
}
ul[class*="trx_addons_list_custom"] {
    list-style-type: none;
    padding-left: 1.1em;
}
ul>li {
    margin-bottom: 0.40rem;
}
