/*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*/


.site-footer {
	display: flex;
	overflow: hidden;
	flex-direction: column;
}



.site-footer__row,
.footer-row__column-inner__row {
	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;
	display: flex;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
}

.site-footer__row.site-footer__row-form .footer-row__column {
	align-items: center;
}

.footer-menu {
	gap: 0.5em;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 !important;
}

.footer-menu__title {
	padding-bottom: 1.5em;
}

.footer__copyright {
	text-align: left;
}



/*mobile cta*/

.footer-cta__mobile {
	left: 0;
	right: 0;
	bottom: 15%;
	display: none;
	position: fixed;
	transition: .5s;
	z-index: 999;
	padding: 0 10% 2% 10%;
	transform: translateY(100%);
}

.menu-cta__mobile {
	gap: 0.5em;
	display: flex;
	list-style: none;
	flex-direction: row;
	margin: 0 !important;
}

.menu-cta__mobile li {
	flex: 1 1 0;
	text-align: center;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	border: solid 1px rgba(243, 242, 241, 0.1);
}

.menu-cta__mobile li a {
	gap: 1em;
	display: flex;
	color: #ffffff;
	font-weight: 500;
	padding: 1.5em 0em;
	font-size: 16px;
	align-items: center;
	flex-direction: row;
	text-decoration: none;
	justify-content: center;
	font-family: var(--footer-font);
}

.menu-cta__mobile li a * {
	margin: 0 !important;
}

.menu-cta__mobile li a i,
.menu-cta__mobile li a img {
	font-size: 1.5rem;
	line-height: 1.5em;
}

.menu-cta__mobile li a img {
	min-height: 30px;
}

.menu-cta__mobile li {
	font-weight: 400;
	border-radius: 40px;
	background-color: #333333;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.menu-cta__mobile li a {
	color: #ffffff;
	font-weight: 400;
}

.menu-cta__mobile li:nth-child(1) {
	background-color: #B87854;
}

.menu-cta__mobile li:nth-child(2) {
	background-color: #0B8457;
}



/*mobile cta*/


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.site-footer__row {
		flex-direction: column;
	}

	.site-footer .footer__copyright {
		text-align: left;
		align-self: unset;
	}

	.footer-cta__mobile {
		display: block;
	}
	._svg{
		position: absolute;
		width: 1.5em !important;
		left: 18%;
		bottom: 45%;
		content: url('/wp-content/themes/astra-child/footer/assets/img/buttoniconfooter.svg');
	}
}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.footer-row__column-inner__row-column--left {
		align-items: flex-start;
	}

	.footer-row__column-inner__row-column--right {
		align-items: flex-end;
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {

	.site-footer {
		padding-top: 5%;
	}

}

/*desktop*/
@media (min-width: 1025px) {

	.footer-row__column-inner__row-column--left {
		align-items: flex-start;
	}

	.footer-row__column-inner__row-column--right {
		align-items: flex-end;
	}

}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

}

/*RESPONSIVE*/
