/*
Theme Name: DigitalGrove Next
Theme URI:
Author: Themegrove
Author URI: https://themegrove.com/
Description: DigitalGrove Next is a powerful child theme of DigitalGrove, designed for businesses, consulting firms, and SEO agencies seeking a high-performance, full-site editing (FSE) solution. Built for flexibility and ease of use, DigitalGrove Next seamlessly integrates with Gutenberg and WooCommerce, enabling effortless customization and eCommerce functionality. With its block-based design, superior SEO optimization, and compatibility with Contact Form 7, this theme empowers you to showcase your services, connect with clients, and grow your online presence with ease. Elevate your digital strategy with DigitalGrove Next—where innovation meets performance. Demo: https://demos.themegrove.com/digitalgrove-next/
Template: digitalgrove
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: digitalgrove-next
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, news
*/

.wp-block-button .wp-element-button:hover, .wp-block-button .wp-block-button__link:hover, body p.digitalgrove-scrool-top:hover:before {
    background-color: var(--wp--preset--color--button-hover-color) !important;
    border-color: var(--wp--preset--color--button-hover-color) !important;
    color: var(--wp--preset--color--white) !important;
}

a.wp-block-post-excerpt__more-link, body a.wp-block-post-excerpt__more-link:hover{
	color: #fff !important;
}

@media (max-width: 768px){
	.dgn-res-img{
		min-height: 300px !important;
	}
	.dgn-no-mob{
		display: none !important;
	}
	.dgn-hero-img{
		border-radius: 20px !important;
	}
}