/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@import url('https://fonts.googleapis.com/css2?family=Podkova:wght@500&display=swap');

.marquee-info {
	font-family: 'Futura PT';
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 25px !important;
	line-height: 32px !important;
	color: #FFFFFF !important;
}

.footnotes .elementor-heading-title {
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

@media(max-width: 768px) {
	#mrq-text {
		position: absolute !important;
		top: 500px !important;
		left: 0 !important;
		right: 0 !important;
		bottom: auto !important;
	}

	#mrq-text .elementor-widget-wrap {
		padding: 0 !important;
	}

	.marquee-info {
		font-family: 'Podkova', serif;
		font-size: 40px !important;
		line-height: 44px !important;
		pointer-events: none !important;
		text-transform: uppercase;
		font-weight: 600;
	}

	.footnotes .elementor-heading-title {
		font-size: 16px;
		line-height: 18px;
	}
}
