/*
 Theme Name:   Mega Project Child
 Theme URI:    http://themes.goodlayers.com/megaproject
 Description:  Child theme for Mega Project. Customize styles and templates here without modifying the parent theme.
 Author:       Urban Studio
 Author URI:   https://github.com/Urban-Studio
 Template:     megaproject
 Version:      1.2.1
 Updated:      January 2026
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  megaproject-child
*/

/* ----------------------------------------------------------------------------
   Custom styles are in css/base.css, css/header.css, css/footer.css, css/blog-sidebar.css
   (enqueued in functions.php after this file).
   ---------------------------------------------------------------------------- */

/* CTA button: force white text on hover/active so it stays readable on red (beats theme/cache) */
body a.gdlr-button:hover,
body a.gdlr-button:active,
body a.gdlr-button.medium:hover,
body a.gdlr-button.medium:active {
    color: #ffffff !important;
    background-color: #8e1618 !important;
}
