/**
 * Footer variant 3 — badge tiles + gradient background.
 */

.footer.footer--v3 {
	background: var(--footer-background-color, linear-gradient(86.12deg, #1a1512 0%, #1f1815 100%));
	box-sizing: border-box;
	margin: 0;
	padding-bottom: 0;
	padding-top: 100px;
	width: 100%;
}

.footer.footer--v3 > .container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.footer.footer--v3 .footer-top {
	padding: 0;
}

.footer.footer--v3 .footer-icons--top {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.footer.footer--v3 .footer-icons--top__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 0;
}

.footer.footer--v3 .footer-icons--top__item img {
	display: block;
	height: auto;
	max-height: 28px;
	object-fit: contain;
	width: 75px;
}

.footer.footer--v3 .footer-menu {
	margin: 60px auto 0;
	max-width: 1200px;
	padding: 0;
	width: 100%;
}

.footer.footer--v3 .footer-menu ul {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer.footer--v3 .footer-menu ul li {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.footer.footer--v3 .footer-menu ul li a {
	background: none;
	border: none;
	display: block;
	line-height: 0;
	padding: 0;
	text-decoration: none;
}

.footer.footer--v3 .footer-menu ul li a img {
	display: block;
	height: 75px;
	max-width: none;
	object-fit: contain;
	width: auto;
}

.footer.footer--v3 .footer-middle {
	background: transparent !important;
	border-color: rgba(195, 209, 218, 1);
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	box-sizing: border-box;
	margin: 60px auto 0;
	max-width: 1200px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

.footer.footer--v3 .footer-middle::after {
	content: none;
	display: none;
}

.footer.footer--v3 .footer-icons--middle {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	height: 100px;
	justify-content: space-between;
	padding: 32px 190px 31px 191px;
	width: 100%;
}

.footer.footer--v3 .footer-icons--middle__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
}

.footer.footer--v3 .footer-icons--middle__item img {
	display: block;
	flex-shrink: 0;
	height: auto;
	object-fit: contain;
	width: auto;
}

.footer.footer--v3 .footer-icons--middle__item:nth-child(1) img {
	height: 37px;
	width: 119px;
}

.footer.footer--v3 .footer-icons--middle__item:nth-child(2) img {
	height: 60px;
	width: 61px;
}

.footer.footer--v3 .footer-icons--middle__item:nth-child(3) img {
	height: 44px;
	width: 87px;
}

.footer.footer--v3 .footer-bottom {
	align-items: initial !important;
	border: none;
	display: block !important;
	justify-content: initial !important;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 !important;
	width: 100%;
}

.footer.footer--v3 .footer-bottom .copyright {
	box-sizing: border-box;
	color: var(--footer-text-color, #888);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 48px 0;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}

@media (max-width: 1230px) {
	.footer.footer--v3 > .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1199px) {
	.footer.footer--v3 .footer-icons--top {
		flex-wrap: wrap;
		gap: 20px 24px;
		justify-content: center;
	}

	.footer.footer--v3 .footer-menu ul {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: center;
	}

	.footer.footer--v3 .footer-icons--middle {
		gap: 24px;
		height: auto;
		justify-content: center;
		min-height: 80px;
		padding: 24px 16px;
	}
}

@media (max-width: 768px) {
	.footer.footer--v3 {
		padding-top: 60px;
	}

	.footer.footer--v3 .footer-menu {
		margin-top: 40px;
	}

	.footer.footer--v3 .footer-menu ul {
		flex-direction: column;
		gap: 12px;
	}

	.footer.footer--v3 .footer-middle {
		margin-top: 40px;
	}

	.footer.footer--v3 .footer-bottom .copyright {
		font-size: 14px;
	}
}

/* theme-scope: override legacy inline footer rules from header.php */
.theme-scope .footer.footer--v3 {
	background: var(--footer-background-color, linear-gradient(86.12deg, #1a1512 0%, #1f1815 100%)) !important;
	margin-top: 50px;
	padding-top: 100px !important;
}

.theme-scope .footer.footer--v3 > .container {
	padding-left: 0;
	padding-right: 0;
}

.theme-scope .footer.footer--v3 .footer-icons--top__item {
	margin-bottom: 0 !important;
	min-width: 0 !important;
}

.theme-scope .footer.footer--v3 .footer-menu ul {
	column-gap: unset !important;
	flex-grow: unset !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	margin: 60px auto 0 !important;
	padding: 0 !important;
	row-gap: unset !important;
}

.theme-scope .footer.footer--v3 .footer-menu ul li a,
.theme-scope .footer.footer--v3 .footer-menu ul li a:hover,
.theme-scope .footer.footer--v3 .footer-menu ul li span {
	color: inherit !important;
	font-size: inherit !important;
	line-height: 0 !important;
	text-decoration: none !important;
}

.theme-scope .footer.footer--v3 .footer-middle {
	border-bottom: 1px solid rgba(195, 209, 218, 1) !important;
	border-top: 1px solid rgba(195, 209, 218, 1) !important;
	padding: 0 !important;
}

.theme-scope .footer.footer--v3 .footer-icons--middle__item {
	margin: 0 !important;
}

.theme-scope .footer.footer--v3 .footer-icons--middle__item img {
	max-height: none !important;
}

.theme-scope .footer.footer--v3 .footer-bottom .copyright {
	color: var(--footer-text-color, rgba(255, 255, 255, 0.72)) !important;
	font-size: 16px !important;
	padding: 48px 0 !important;
	text-transform: lowercase !important;
}

@media (max-width: 768px) {
	.theme-scope .footer.footer--v3 {
		padding-top: 60px !important;
	}

	.theme-scope .footer.footer--v3 .footer-menu ul {
		align-items: center !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		gap: 12px !important;
		justify-content: center !important;
		max-width: 100% !important;
		row-gap: 12px !important;
	}
}
