/* 
Theme Name: Resilience Mode
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Teacher Care is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.4.4
Text Domain: resilience-mode
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h1.entry-title {
    display: none !important;
}
.has-gradient-overlay a{
    position:relative;
}
.has-gradient-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    background: linear-gradient(155deg, rgba(3, 3, 49, 0.00) 24.89%, rgba(213, 162, 60, 0.90) 89.72%);
}

