/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.ast-single-post .entry-title {
	font-size: 35px;
	text-align: center;
	padding-top:50px;
	padding-bottom:30px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 30px;
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link 
{
    color: #000 !important;
}

.gradient-text-span {
    /* Define your gradient */
    background-image: linear-gradient(to right, #ff7e5f, #feb47b); /* Example: Orange to Peach */
    
    /* Apply the gradient to the background */
    -webkit-background-clip: text; /* For WebKit browsers (Chrome, Safari) */
    background-clip: text;
    
    /* Make the text transparent so the background gradient shows through */
    color: transparent;
    
    /* Optional: Ensure text is not selectable, as selection can interfere with the effect */
    -webkit-user-select: none; /* For WebKit browsers */
    -moz-user-select: none;    /* For Firefox */
    -ms-user-select: none;     /* For Internet Explorer/Edge */
    user-select: none;
    
    /* Optional: If you want to make it an inline-block for better control over width/height if needed */
    /* display: inline-block; */
}

/* You can create different gradient variations */
.gradient-blue-purple {
    background-image: linear-gradient(to right, #4facfe, #00f2fe); /* Blue to Light Blue */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gradient-pink-red {
    background-image: linear-gradient(to right, #ff0844, #ffb199); /* Pink to Red */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}