/*
Theme Name: Hello Elementor Child
Theme URI: https://balkidaclassic.com
Description: Child theme for Hello Elementor
Author: Milen Chavdarov
Author URI: https://milenchavdarov.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
 
.image {
	cursor: pointer;
	margin: 10px;
	position: relative;
	display: inline-block;
}

.image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.image:hover::after {
	opacity: 1;
}

.gallery {
	display:none;
}

.site-header .header-inner {
	justify-content:center!important;
}

.site-header .header-inner img {
	max-width:120px;
}

.elementor-slideshow__title {
	display:none!important;
}