.x-main {
	--wp--custom--primary-color: #D14624;
}

.x-main a {
	color: var(--wp--custom--primary-color) !important;
}

#tr-banner-wrapper {
	--wp--custom--primary-color: #D14624;
	border-bottom: 5px solid var(--wp--custom--primary-color) !important;
}

h2.entry-title a {
	color: black !important;
}

h2.entry-title a:hover {
	color: var(--wp--custom--primary-color) !important;
}

.tr-lesson-nav-item a {
	color: white !important;
}

.tr-lesson-nav-item a:hover {
	color: var(--wp--custom--primary-color) !important;
}
