/*!
Theme Name: Kadence Child
Theme URI: https://bowdenworks.com
Template: kadence
Author: Bowden Works
Author URI: https://bowdenworks.com
Description: Kadence child theme
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/* GENERAL 
-----------------------------------------------------------------------------------------------------------------------------------------*/
/* Button */
.button:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: pulse512 1.5s infinite;
}	
	@keyframes pulse512 {
	0% {
		box-shadow: 0 0 0 0 #05bada66;
	}
	
	70% {
		box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
	}
}