/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

/* main elements - start */

.main-button  a {
	padding: 20px;
    background-size: 300%;
    color: white;
    font-weight: bold;
    background: repeating-linear-gradient( -55deg, #ea650d, #ea650d 10px, #c06124 10px, #c06124 20px );
    border-radius: 100px;
	background-size: 150%;
}

.main-button a:hover {
	animation: animate-stripes 2s linear infinite;    
}

@keyframes animate-stripes {
	from {
		background-position-x: 0%
	}
	to {
		background-position-x: 50%
	}
}

/* main elements - end */