/* *
 * XElementor Glitch Heading
 * Animated glitch heading elements for Elementor.
 * Exclusively on https://1.envato.market/glitch-heading-elementor
 * *
 * @copyright       (C) 2019 - 2022 XforWooCommerce ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License 
 * @contributors    Nenad Mihajlovic
 * @support         https://xelementor.com
 * */
/* Imports
--------------------------------------------- */
.xel-glitch-heading-effect {
	position: relative;
}

@media screen and (max-width: 1024px) {
	.xel-glitch-heading-effect {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.xel-glitch-heading-effect {
		white-space: nowrap;
	}
}

.xel-glitch-heading-effect span:first-child,
.xel-glitch-heading-effect span:first-child + span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

@media screen and (max-width: 1024px) {
	.xel-glitch-heading-effect span:first-child,
	.xel-glitch-heading-effect span:first-child + span {
		top: 0;
	}
}

.xel-glitch-heading h1,
.xel-glitch-heading h2,
.xel-glitch-heading h3,
.xel-glitch-heading h4,
.xel-glitch-heading h5,
.xel-glitch-heading h6 {
	margin: 0;
}
