/*
--------------------------------------
Content
--------------------------------------
*/

.footer-menu-container * {
	font-family: var(--e-global-typography-primary-font-family);
}

.footer-menu-content-container * {
	color: #fff;
}

.footer-menu-content-container {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/*Title*/

.footer-menu-title-container .footer-menu-title {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
}

/*List*/

.elementor-location-footer .uc-list-menu {
	line-height: 2.5em;
}

/*Links*/

.footer-menu-content-container .menu-link:hover {
	color: var(--e-global-color-secondary);
}

/*Img*/

.footer-menu-content-container .footer-menu-content-img {
	max-width: calc(80px + (160 - 80) * ((100vw - 320px) / (1920 - 320)));
}

/*
--------------------------------------
Items
--------------------------------------
*/

.footer-menu-item {
	display: grid;
	grid-template-columns: 10% 1fr;
	align-items: center;
}

.footer-menu-title-container {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.footer-menu-title-container p {
	white-space: nowrap;
}