/*
Theme Name: astute child
Tags:  custom-menu, editor-style, featured-images
Template: astute
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/

#malhi-gradient, .gradient-wrapper ,.gradient-wrapper h2, .txbdstitle.sttwo.hlight{	
    background: linear-gradient(
        180deg,
        #c51c26 0%,
        #ab1420 35%,
        #8f0f1a 65%,
        #6f0a13 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    display:inline-block;
}
.elementor-post__badge{
	background: linear-gradient(
        180deg,
        #c51c26 0%,
        #ab1420 35%,
        #8f0f1a 65%,
        #6f0a13 100%
    );
}