/*Widget parents rules*/
div.elementor:has(.site-footer) > div.elementor-element {
	padding: 0 !important;
}

div.elementor:has(.site-footer) > div.elementor-element > div {
	padding: 0 !important;
	max-width: 100% !important;
}

div.elementor-location-footer > div.elementor-element,
div.elementor-location-footer > div.elementor-element > div {
	padding: 0 !important;
	max-width: 100% !important;
}

div.elementor-location-footer .elementor-widget {
	width: 100%;
	display: flex;
	flex-direction: column;
}

/*Widget parents rules*/

footer {
    background-color: var(--e-global-color-primary);
}

.site-footer {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	max-width: none!important;
	padding-inline-end: 0!important;
	padding-inline-start: 0!important;
}

.site-footer__row,
.footer-row__column-inner__row {
	gap: 2em;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: stretch;
}

.footer-row__column,
.footer-row__column-inner__row-column {
	flex: 1 1 0;
	z-index: 10;
	display: flex;
	position: relative;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 !important;
}

.footer-menu__title {
	padding-bottom: 1.5em;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.site-footer__row {
		flex-direction: column;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*mobile and tablet*/
@media (max-width: 1024px) {

	.site-footer {
		padding-top: 5%;
	}

	.site-footer__row,
	.footer-row__column-inner__row {
		gap: 2em;
	}

}

/*desktop*/
@media (min-width: 1025px) {

	.site-footer__row,
	.footer-row__column-inner__row {
		gap: 5em;
	}

}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

}

/*RESPONSIVE*/
