/*
 Theme Name: Rally Child Theme
 Theme URI: https://rally.axiomthemes.com/
 Description: Rally Child Theme
 Author: AxiomThemes
 Author URI: https://axiomthemes.com/
 Template: rally
 Version: 1.0.0
 Tested up to: 6.7
 Requires at least: 5.5
 Requires PHP: 7.4
 Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  rally
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.menu_mobile_content_wrap.content_wrap .socials_mobile{
	display:none !important;
}

form button:not(.components-button), input[type=button], input[type=reset], input[type=submit], .theme_button, .post_item .more-link, .wp-block-button__link, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore{
	background-color:#f7e588 !important;
	border-color: #f7e588 !important;
}

selector .golden-text .sc_item_title, selector .golden-text p, selector.golden-text p{
    background: linear-gradient(
        to bottom, 
        #ad7834 0%, 
        #f7e588 45%, 
        #ad7834 55%, 
        #4b2a19 100%
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
    /* Optional: Thoda depth dene ke liye */
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3)) !important;
}
