/* **********************************************************
 * FOOTER
 * ******************************************************** */
.jupiterx-footer {
	position: relative;
	overflow: hidden;
}

.jupiterx-footer:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 105%;
	transform: translate(-50%, -50%);
	box-shadow: inset 0px 15px 53px -17px rgba(0,0,0,0.35);
}

.footer-links .elementor-icon-list-items .elementor-icon-list-item {
	padding: 0 2rem !important;
	border-right: 2px solid #67848c !important;
	margin: 0 !important;
}

.footer-links .elementor-icon-list-items .elementor-icon-list-item:last-of-type {
	border-right: none !important;
}

@media (max-width: 770px) {
	
	.footer-links .elementor-icon-list-items .elementor-icon-list-item {
		padding: 1rem !important;
		border-right: 0 !important;
		margin: 0 !important;
	}
	
}

/* WST Footer */
.wst-footer {
/* 	background: linear-gradient(270deg, rgba(99,85,100,1) 0%, rgba(103,132,140,1) 25%, rgba(178,180,107,1) 50%, rgba(235,160,58,1) 75%, rgba(152,57,45,1) 100%); */
	background: #67848C;
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #eee !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}