/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/
.custom-btn .elementor-button-link.elementor-button, .elementor-form .elementor-button {
 background: rgb(15,32,226);
background: linear-gradient(180deg, rgba(15,32,226,1) 0%, rgba(8,16,113,1) 100%); 
    -webkit-transition: 0.5s;  
    -moz-transition: 0.5s;  
    -o-transition: 0.5s;  
    transition: 0.5s; 
}
.custom-btn .elementor-button-link.elementor-button:hover, .elementor-form .elementor-button:hover {
background: linear-gradient(180deg, rgb(15, 32, 226) 0%, rgb(8, 16, 113) 50%); 
	    -webkit-transition: 0.5s;  
    -moz-transition: 0.5s;  
    -o-transition: 0.5s;  
    transition: 0.5s; 
}