/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Description: A child theme for Hello Elementor
 Version: 1.0
 Author: Elementor Team
 Text Domain: hello-elementor-child
*/

.header-grad .elementor-heading-title {
  background: linear-gradient(135.34deg, #FBE67B 15.43%, #FCFBE7 43.05%, #F7D14E 61.12%, #D4A041 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: 
    drop-shadow(-1px 0 0 #DD0C05)
    drop-shadow(-1px 0 0 #DD0C05);
}

.button-grad a {
	background: linear-gradient(135.34deg, #FBE67B 15.43%, #FCFBE7 43.05%, #F7D14E 61.12%, #D4A041 86.26%);
}
.button-grad a:hover {
    background: linear-gradient(135.34deg, #D4A041 15.43%, #F7D14E 43.05%, #FCFBE7 61.12%, #FBE67B 86.26%);
}
