/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:normal;
	padding: 0.25em 1em;
	-webkit-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;
	-ms-transform:none;
	transform:none;
}

.trx_addons_tooltip:hover:before, .trx_addons_tooltip:hover:after{
	bottom: 110%;
}


/* Dropcaps */
.trx_addons_dropcap {
	font-size:2.21437em;
	padding: 0;
	margin: 0.19em 0.74em 0 0;
	width: 2em; 
	height: 2em; 
	line-height: 2em; 
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.trx_addons_dropcap.trx_addons_dropcap_style_2{
	font-size: 3.438rem;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 1em;
	font-weight: 700;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-top: -4px;
	margin-right: 0.6em;
}

/* 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"],
ol[class*="trx_addons_list"]{
	font-size: 0.875rem;
	list-style-type: none;
	counter-reset: item;
    text-transform: uppercase;
    line-height: 2.2rem;
    padding-left: 1.1em;
    font-weight: 500;
}

ul[class*="trx_addons_list"] > li:before{
	    left: -1.5em;
    font-size: 11px;
}

ul[class*="trx_addons_list_dot"] > li:before{
	content: '';
	width: 4px;
	height: 4px;
	left: -1.1rem;
	top: 50%;
	transform: translateY(-50%);
}

ul[class*="trx_addons_list_custom"] > li:before{
	font-family: fontello;
	content: '\e920';
}


ol[class*="trx_addons_list"] li{
	position: relative;
}

ol[class*="trx_addons_list"] li:before{
	content: counter(item)'.';
	counter-increment: item;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1.1rem;
}