/* === OVERRIDE TEC COMMON: REMOVE BORDER FROM .tribe-common-anchor-thin === */
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-anchor-thin:link,
.tribe-common .tribe-common-anchor-thin:visited,
.tribe-common .tribe-common-anchor-thin:hover,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:active {
	color: #be17a6 !important;
	text-decoration: none !important;
	border-bottom: 0 none transparent !important;
	box-shadow: none !important;
}

/* === HOVER COLOUR FOR EVENT TITLES (INCLUDING .tribe-common-anchor-thin) === */
.tribe-common .tribe-common-anchor-thin:hover,
.tribe-common .tribe-common-anchor-thin:focus {
	color: #5fc3e4 !important;
	text-decoration: none !important;
	border-bottom: 0 none transparent !important;
	box-shadow: none !important;
}

/* === KILL PSEUDO-ELEMENT UNDERLINES === */
.tribe-common .tribe-common-anchor-thin::before,
.tribe-common .tribe-common-anchor-thin::after {
	content: none !important;
	border-bottom: 0 none transparent !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
