/*
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

*/


.glass {
    backdrop-filter: blur(18px);
}

.blog-grid-glass {
    max-width: 358px;
    width: 358px;
    height: 200px;
}

.blog-grid {
    position: relative !important;
}

.category-bg {
    background: #CF5BA2;
    padding: 4px 10px 2px 10px;
    border-radius: 30px;
}

.blog-grid-2-glass {
    min-height: 150px;
}

.blog-grid:hover .glass {
    backdrop-filter: blur(10px);
}

.glass {
    transition: all 0.3s ease;
}

.blog-grid:hover .blog-title h1 {
    text-decoration: underline;
}

.blog-grid:hover .blog-title h3 {
    text-decoration: underline;
}

.btn-hover .elementor-button:hover {
	background-color: rgba(207, 91, 162, 0.5) !important;
}

.blog-title:hover a {
    color: white !important;
    text-decoration: underline
}

.blog-title a {
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
		#carousel-nepszeru .blog-grid {
			height: 350px;
		}
	
		#carousel-jotudni .blog-grid {
			height: 350px;
		}
	
		.blog-grid-glass {
    		max-width: 400px;
    		width: auto;
    		height: 200px;
		}
}