/* Tooltips */
.trx_addons_tooltip {
	border-bottom-style: solid;
}
.trx_addons_tooltip:before {
	font-size:1em;
	line-height:1.3em;
	padding: 0.6em 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;
}


/* Dropcaps */
.trx_addons_dropcap {
	font-size:3.125em;
	font-weight:600;
	padding: 0;
	margin: 0.1em 0.5em 0 0;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.45em;
}
.trx_addons_dropcap_style_2{
	font-size: 4.063em;
	text-align: left;
	background: transparent !important;
	width: auto; 
	height: auto; 
	line-height: 1;
}

/* 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: '\E922';
    font-family: 'fontello';
    font-size: 0.938em;
    margin-left: -5px;
}

/* Lists */
.trx_addons_great_vibes{
    font-family: "Great Vibes", cursive;
    font-size: 3.125em;
    font-weight: 400;
    line-height: 1.4;
    color:  #e7b739;
}
.trx_addons_great_vibes.trx_addons_great_vibes_min{
    font-size: 2.5rem;
    line-height: 1;
}
