/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com
Template: hello-elementor
Author: DFP
Author URI: https://digitalfootprint.hu
Description: A child theme of Hello Elementor.
Version: 1.0.1
Updated: 2025-05-15 15:40:00
Text Domain: hello-elementor-child

*/

@media screen and (min-width: 768px) {
	#db-big-loop img {
    height: 400px !important;
}
}

@media screen and (max-width: 767px) {
	#db-big-loop img {
    height: 300px !important;
}
}

.category-grid:hover .category-grid-title h3 {
    transform: translateY(-5px);
}

.category-grid-title h3 {
    transition: transform 0.3s ease;
}