/**
 * Footer digitized Earth canvas (eastdtc.com footer replica, EastDigi violet theme).
 */

footer.ed-site-footer--earth {
	position: relative;
	overflow: hidden;
	background-color: #0e0018 !important;
	background-image: none !important;
}

.ed-footer-earth-canvas {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #0e0018;
}

.ed-footer-earth-canvas__canvas {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
}

.ed-footer-earth-canvas__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 50% at 50% 35%, rgba(130, 0, 250, 0.1) 0%, transparent 55%),
		linear-gradient(180deg, rgba(14, 0, 24, 0.2), transparent 42%, rgba(34, 0, 65, 0.12) 85%, rgba(0, 0, 0, 0.18));
}

.ed-footer-earth-canvas__grain {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.04;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 180px 180px;
}

.ed-site-footer__content {
	position: relative;
	z-index: 1;
}

footer.ed-site-footer--earth .f-left li.active .arrow:after {

}

@media print {
	.ed-footer-earth-canvas {
		display: none !important;
	}

	footer.ed-site-footer--earth {
		background: #220041 !important;
	}
}
