/* 
Theme Name:		 Elmoda Event Hire
Theme URI:		 https://www.elmodaeventhire.co.uk/
Description:	 Elmoda Event Hire Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.ast-single-post .entry-content a {
	text-decoration: none;
}

.typewriter h1 {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	border-right: .15em solid #c0cbae; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	animation: 
		typing 3.5s steps(140, end),
		blink-caret .75s step-end infinite;
	 width: 100%;
	text-align: center;
}

/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: transparent; }
}