/*
 Theme Name:     Spark
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Spark Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@property --myColor1 {
    syntax: '<color>';
    initial-value: #5094d1 ;
    inherits: false;
}

@property --myColor2 {
    syntax: '<color>';
    initial-value: #3226a0;
    inherits: false;
}

body #page-container .et_pb_section a.et_pb_button.et_pb_button_1.cBtnAfterHover.et_pb_bg_layout_light {
    /* transition: unset; */
    /* display: block; */
    background: linear-gradient(var(--myColor1), var(--myColor2));
    transition: --myColor1 .3s, --myColor2 .3s !important;
}

body #page-container .et_pb_section a.et_pb_button.et_pb_button_1.cBtnAfterHover.et_pb_bg_layout_light:hover {
    --myColor1: #f5b64c;
    --myColor2: #dd9112;
}
