
.bdt-heading.bdt-heading-layout-animated {
	display: none;
}

.bdt-heading a {
	color: inherit;
}

.bdt-heading a:hover {
	color: inherit;
}

.bdt-heading .typed-cursor {
	opacity: 1;
	font-weight: 100;
	animation: typed-blink .7s infinite;
}

.bdt-heading .bdt-heading-tag span {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

.bdt-animated-heading-gradient-yes .bdt-animated-heading {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@keyframes typed-blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
