/* Footer styles - TPS clone fix (header-shared.css not downloaded) */
.tps_sitefooter {
	background: #0e0e0e !important;
	color: #fff;
	width: 100%;
	padding: 40px 0 0;
	height: auto !important;
}

.tps_sitefooter_menu,
.tps_sitefooter_bottombar {
	display: flex !important;
}

.tps_sitefooter_menu {
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px 30px;
}

.tps_sitefooter_subscribe {
	flex: 1 1 100%;
	margin-bottom: 30px;
}

.tps_sitefooter_subscribeInner {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.tps_sitefooter_logo {
	display: block;
	margin-bottom: 15px;
}

.tps_sitefooter_logo svg {
	fill: #fff;
	height: 32px;
}

.tps_sitefooter_subscribe p {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255,255,255,0.9);
	margin: 0 0 15px;
}

.tps_sitefooter_socialIconsBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.tps_sitefooter_subscribeButton {
	background: #e8e4de;
	color: #0e0e0e;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
}

.tps_sitefooter_socialIcons {
	display: flex;
	gap: 12px;
	align-items: center;
}

.tps_sitefooter_socialIcons a {
	opacity: 0.9;
}

.tps_sitefooter_socialIcons a:hover {
	opacity: 1;
}

.tps_sitefooter_mobileIcon {
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1);
}

.tps_sitefooter_menuBox {
	flex: 1 1 100%;
}

.tps_sitefooter_menuBox2 {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}

.tps_sitefooter_menuInner {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.tps_sitefooter_menuInner nav {
	min-width: 140px;
}

.tps_sitefooter_menuTitle {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	color: #fff;
}

.tps_sitefooter_oneColumn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tps_sitefooter_oneColumn a {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.tps_sitefooter_oneColumn a:hover {
	color: #fff;
}

.tps_sitefooter_mobileHidden,
.tps_sitefooter_mobileHiddenBottomLinks {
	display: none !important;
}

.tps_sitefooter_copyright,
.tps_sitefooter_address {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	text-align: center;
	margin: 15px 0 8px;
	text-transform: uppercase;
}

.tps_sitefooter_bottomLinks {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 15px 0;
}

.tps_sitefooter_bottomLink {
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.tps_sitefooter_bottomLink:hover {
	color: #fff;
}

.tps_sitefooter_badgesDesktop,
.tps_sitefooter_badgesMobile {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 10px 0;
}

.tps_sitefooter_badgesDesktop img,
.tps_sitefooter_badgesMobile img {
	opacity: 0.9;
}

.tps_sitefooter_bottombar {
	background: #000 !important;
	padding: 15px 20px;
	margin-top: 0;
}

.tps_sitefooter_bottombar_container {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 1300px;
	margin: 0 auto;
}

.tps_sitefooter_bottombar .tps_sitefooter_address {
	margin: 0;
	text-align: left;
}

.tps_sitefooter_bottombar_left .tps_sitefooter_copyright,
.tps_sitefooter_bottombar_left .tps_sitefooter_address {
	margin: 0 0 4px 0;
	text-align: left;
}

.tps_sitefooter_bottombar_right {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.tps_sitefooter_bottombar_right .tps_sitefooter_bottomLink {
	margin: 0;
}

.tps_sitefooter_bottombar_right .tps_sitefooter_bottomLink:not(:last-child)::after {
	content: " | ";
	margin-left: 15px;
	opacity: 0.7;
}

.tps_sitefooter_bottombar_right .tps_sitefooter_badgesMobile {
	margin: 0 0 0 15px;
}

.tps_siteFooter_accessibility {
	cursor: pointer;
}

@media (min-width: 768px) {
	.tps_sitefooter_menu {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
	}

	.tps_sitefooter_subscribe {
		flex: 0 0 auto;
		margin-right: 40px;
		margin-bottom: 0;
		text-align: left;
	}

	.tps_sitefooter_subscribeInner {
		margin: 0;
	}

	.tps_sitefooter_menuBox {
		flex: 1 1 auto;
	}

	.tps_sitefooter_menuInner {
		justify-content: flex-start;
	}
}
