/* 
Theme Name:		 Enviro Heating Services
Theme URI:		 https://www.enviroheatingservices.co.uk/
Description:	 Enviro Heating Services 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-builder-menu-1 .menu-item > .menu-link {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 10px;
}

.widget {
	margin: 0 0 1em 0;
}

.btn-bottom {
	margin-top: auto;
}

/* Pulsating text */
.pulsate {
	animation: pulsate 1.5s infinite;
}

@keyframes pulsate {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}