/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.button-custom{
	background: linear-gradient(
		270deg,
		#70BA61 0%,
		#EEB74A 25%,
		#E5624B 50%,
		#C6317E 75%,
		#557CBD 100%
	  ) !important;
}

.button-custom:hover{
	opacity:0.7;
}