/* Custom CSS */

/* GRADIENT BOXED H3 */
html body .elementor-container .infobox-content h3,
html body .elementor-element .raven-post-content h3{
    margin-top: -50px;
	margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-inline: 20px;
    min-height: 50px;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 10px;
}


html body .elementor-container  a:hover .infobox-content h3
html body .elementor-container .infobox-content a:hover h3, 
html body .elementor-element .raven-post-content h3 a:hover{ color: var( --e-global-color-b8a2468); }