/* 
Theme Name: 4D Elementor
Description: 4D Elementor is a child theme of Hello Elementor, created by Vierdimensional team
Author: Vierdimensional Team
Author URI: https://vierdimensional.com/
Template: hello-elementor
Version: 2.2.1
Text Domain: 4d-elementor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-location-header {
	position: absolute !important;
}

.elementor-widget-image-box .elementor-image-box-description span {
	color: var(--e-global-color-secondary);
	display: block;
	margin-bottom: 20px;
}

.elementor-widget-n-accordion .e-n-accordion-item {
	border-bottom: 1px solid var(--e-global-color-text);
}

.elementor-widget-video.translate-50 {
	transform: translateY(-50%) !important;
}

.no-link {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.elementor-widget-video.translate-50 {
		transform: translate(-50%, -75%) !important;
	}
	
	.elementor-absolute.left-0 {
		left: 0;
	}
}

@media screen and (min-width: 1081px) {
	.navigation-hidden.elementor-arrows-position-outside .swiper {
		width: 100%;
	}
	
	.navigation-hidden.elementor-arrows-position-outside .elementor-swiper-button {
		display: none;
	}
}