#custom-lp-footer {
	padding: 24px 8px;
}

#custom-lp-footer-inner {
	position: relative;
	margin: auto;
	max-width: 1164px;
}

#custom-lp-footer-inner-row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #08182F;
	border-radius: 28px;
	padding: 8px 18px;
	transition: 0.4sec;
	z-index: 1001;

}

.show-mobile-menu #custom-lp-footer-inner {
	border-top-left-radius: 0;
}

#custom-lp-footer-left-mobile {
	display: block;
}

#custom-lp-footer-mobile-collapsible {
	display: none;
	padding: 8px 12px 12px 18px;
	background-color: #08182F;
	width: 170px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	border-radius: 16px;
	border-bottom-left-radius: 28px;
}

#custom-lp-footer-left-desktop {
	display: none;
}

.home #custom-lp-footer {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home #custom-lp-footer-inner {
	z-index: 1000;
	position: relative;
}


#custom-lp-footer ul {
	display: flex;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#custom-lp-footer-mobile-collapsible ul {
	flex-direction: column;
}


#custom-lp-footer ul li {
	list-style: none;
	list-style-type: none;
}

#custom-lp-footer-left-mobile ul li {
	padding: 0px 0px;
}

#custom-lp-footer-left-desktop ul li {
	padding: 0px 12px;
}

#custom-lp-footer-right ul li {
	padding: 0px 6px;
}

#custom-footer-menu-btn {
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0;
	font-family: Saira, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: #08182F;
	border: none;
	appearance: none;
	cursor: pointer;

}

#custom-lp-footer-mobile-collapsible ul li a,
#custom-lp-footer-left ul li a {
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0;
	font-family: Saira, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#custom-lp-footer-right ul li a {
	color: white;
	font-size: 20px;
}

#custom-lp-footer-mobile-collapsible ul li a:hover,
#custom-lp-footer-left ul li a:hover,
#custom-lp-footer-right ul li a:hover,
#custom-footer-menu-btn:hover {
	color: #00FFFF;
}

#custom-lp-footer-right ul li a i {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	width: 20px;
}

@media screen and (min-width: 640px) {

	#custom-lp-footer-mobile-collapsible {
		display: none !important;
	}

	#custom-lp-footer-left-mobile {
		display: none;
	}

	#custom-lp-footer-left-desktop {
		display: flex;
	}

	#custom-lp-footer-inner-row {
		padding: 14px 24px;
		flex-direction: column;
	}


}


@media screen and (min-width: 960px) {
	#custom-lp-footer-inner-row {
		flex-direction: row;
	}

	#custom-lp-footer-right {
		margin-top: 16px;
	}

	#custom-lp-footer-right {
		margin-top: 0;
	}
}

a:has(i.nectar-brands-x-twitter) {
	vertical-align: middle;
}
