.tps_sitefooter_bottombar {
	background: #ba9b86;
	padding: 5px 0;
	display: block;
}

.tps_sitefooter_bottombar_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.tps_sitefooter_address {
	font-size: 11px;
	color: #fff;
	padding-bottom: 0;
}

.tps_sitefooter_menuBox .tps_sitefooter_address {
	display: none;
}

.tps_sitefooter_copyright {
	display: none;
}

.tps_sitefooter_menuBox {
	width: 100%;
	background: #000;
	padding: 20px;
	padding-bottom: 0;
}

.tps_sitefooter_menuBox2 {
	max-width: 900px;
}

.tps_sitefooter_menuInner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.tps_sitefooter_menuColumnDesktop {
	display: none;
}

.tps_sitefooter_privacy {
	text-align: center;
}

.tps_sitefooter_privacy a {
	color: #000;
	font-size: 13px;
	padding-bottom: 20px;
}

.tps_sitefooter_privacy a:hover {
	text-decoration: underline;
}

.tps_sitefooter_privacy_separator {
	padding: 10px 0;
	display: inline-block;
}

.tps_sitefooter_menuTitle {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	color: #f0efef;
	padding-bottom: 15px;
	justify-content: space-between;
}

.tps_sitefooter_menuInner img {
	width: 200px;
	object-fit: contain;
	border: 1px solid #fff;
}

.tps_sitefooter_menu nav a,
.tps_sitefooter_menu nav a:visited {
	display: block;
	color: #c0b5ab;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0;
}

.tps_sitefooter_menu nav a:hover {
	text-decoration: underline;
}


.tps_sitefooter_oneColumn {
	overflow: hidden;
	transition: height 1s ease;
	height: max-content;
	padding-left: 0;
}

.tps_sitefooter_privacy {
	text-align: left;
}

.tps_sitefooter_bottomLinks {
	display: none;
}

.tps_sitefooter_bottomLink {
	font-size: 13px;
	color: #c0b5ab;
	text-transform: uppercase;
	cursor: pointer;
}

.tps_sitefooter_bottomLink:hover {
	text-decoration: underline;
}

.tps_sitefooter {
	width: 100%;
	background: #000;
	padding-bottom: 50px;
}

.tps_sitefooter_menu {
	display: flex;
	flex-flow: column-reverse;
}

.tps_sitefooter_menuBlogLink {
	font-size: 16px !important;
	color: #f0efef !important;
	padding: 0 0 15px 0 !important;
	text-transform: inherit !important;
	font-weight: bold !important;
}

.tps_sitefooter_mobileAccessibility {
	background: #000;
	padding-bottom: 20px;
	text-align: center;
}

.tps_sitefooter_logo {
	margin-bottom: 20px;
	width: 100%;
}

.tps_sitefooter_logo svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}

.tps_sitefooter_mobileHidden {
	display: none;
}


/* Subscribe */
.tps_sitefooter_subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 50px 0;
	color: #fff;
	background: #000;
}

.tps_sitefooter_subscribe p {
	text-align: center;
	font-size: 17px;
	max-width: 80%;
	line-height: 1.5;
	margin-bottom: 40px;
}

.tps_sitefooter_subscribeButton {
	font-size: 14px;
	border-bottom: 1px solid;
	background: #d9d3ca;
	cursor: pointer;
	color: #0e0e0e;
	padding: 10px 20px;
	border-radius: 20px;
	transition: 0.3s;
}

.tps_sitefooter_subscribeButton:hover {
	background: #c4b7b5;
}

.tps_sitefooter_subscribeInner {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
	align-items: center;
	padding: 0 20px;
}

.tps_sitefooter_subscribeTitle {
	display: block;
	font-size: 25px;
	padding-bottom: 20px;
	text-align: center;
}

.tps_sitefooter_subscribeImage {
	background-image: url(/tps/templates/footer/member-on-black.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 36px;
}


/* SocialIcons*/
.tps_sitefooter_socialIcons {
	display: flex;
	justify-content: space-between;
	width: 100px;
	margin-left: 50px;
}

.tps_sitefooter_socialIcons a {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.tps_sitefooter_socialIconsBox {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.tps_sitefooter_socialIcons img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}


.tps_sitefooter_mobileIcon {
	display: inline-block;
}


/* Badges */
.tps_sitefooter_badgesDesktop,
.tps_sitefooter_badgesMobile {
	grid-auto-flow: column;
	align-items: center;
	grid-gap: 20px;
}

.tps_sitefooter_badgesDesktop img {
	height: auto;
	max-width: 70px;
}

.tps_sitefooter_badgesDesktop a {
	opacity: 1;
}


.tps_sitefooter_badgesDesktop {
	display: none;
}

.tps_sitefooter_badgesMobile {
	display: grid;
}

@media (min-width: 768px) {

	.tps_sitefooter_menuInner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between ;
	}
}

@media (min-width: 992px) {

	.tps_sitefooter_menu {
		flex-flow: column;
	}

	.tps_sitefooter_menuBox .tps_sitefooter_address {
		display: block;
	}


	.tps_sitefooter_menuColumnDesktop {
		display: block;
	}

	.tps_sitefooter_bottomLinks {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.tps_sitefooter_bottomLink {
		margin-right: 40px;
	}

	.tps_sitefooter_bottomLinks {
		justify-content: space-between;
	}

	.tps_sitefooter_bottomLinks a {
		display: inline-block;
	}

	.tps_sitefooter_copyright {
		display: block;
	}

	.tps_sitefooter_copyright {
		color: #c0b5ab;
		font-size: 13px;
		text-transform: uppercase;
		padding-bottom: 20px;
	}

	.tps_sitefooter_address {
		color: #c0b5ab;
		font-size: 13px;
		text-transform: uppercase;
	}

	.tps_sitefooter_mobileAccessibility {
		display: none;
	}

	.tps_sitefooter_bottombar {
		display: none;
	}

	.tps_sitefooter_mobileHidden {
		display: grid;
		padding-left: 50px;
	}

	.tps_sitefooter_menuBox {
		padding: 50px;
	}

	.tps_sitefooter_menuBox2 {
		max-width: 1200px;
	}

	.tps_sitefooter_badgesDesktop {
		display: grid;
		align-items: flex-end;
	}

	.tps_sitefooter_badgesMobile {
		display: none;
	}

	.tps_sitefooter_subscribeInner {
		padding: 0;
	}

	.tps_sitefooter_mobileHiddenBottomLinks {
		padding: 0 50px;
	}
}

@media (min-width: 1350px) {

	.tps_sitefooter_subscribe {
		align-items: flex-start;
	}

	.tps_sitefooter_mobileHiddenBottomLinks {
		padding:0 50px 0 0;
	}

	.tps_sitefooter_menuBox {
		padding: 50px 0;
	}

	.tps_sitefooter_menuInner {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		max-width: 1000px;
	}

	.tps_sitefooter_menu {
		display: grid;
		grid-template-columns: calc( max(480px, 28vw) ) 1fr;
		grid-template-rows: 1fr auto;
		grid-column-gap: 70px;
	}

	.tps_sitefooter_bottomLink {
		margin-right: 30px;
	}

	.tps_sitefooter_subscribe {
		padding-left: 50px;
	}

	.tps_sitefooter_subscribeImage {
		background-image: url(/tps/templates/footer/member.jpg);
		background-position: left;
	}

	.tps_sitefooter_subscribe p {
		text-align: left;
	}

	.tps_sitefooter_subscribeInner {
		width: 400px;
		align-items: flex-start;
	}

	.tps_sitefooter_subscribeTitle {
		padding-bottom: 20px;
	}

	.tps_sitefooter_socialIconsBox {
		justify-content: flex-start;
		padding: 0;
	}
}

@media (min-width: 1450px) {
	.tps_sitefooter_menu {
		grid-column-gap: 125px;
	}

	.tps_sitefooter_bottomLink {
		margin-right: 40px;
	}
}

@media (min-width: 1800px) {
	.tps_sitefooter_menuBox2 {
		max-width: 1400px;
	}
}




