/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .externlink sup:after {
	line-height: 0; 
	position: relative; 
	width:fit-content; 
	width:-webkit-fit-content;
	width:-moz-fit-content;	
	display:inline;	
	text-decoration: none;
	vertical-align: baseline;
}

.nav-menu .externlink sup:after,
.wp-caption-text .externlink sup:after {
	text-decoration: none !important;
	content:"*";
}