/* **********************************************************
 * FOOTER
 * ******************************************************** */

/* FOOTER TWEAKS */
footer {
	overflow: hidden;
}
.footer-links .elementor-widget-container {
	overflow: visible !important;
}


/* FOOTER LINKS HOVER */
.footer-links .elementor-icon-list-item a {
    display: inline;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    background: #F1F1F1;
    background: linear-gradient(to right, #F1F1F1 0%, #F1F1F1 100%);
    background-position: 50% 100% !important;
    line-height: 1.25em !important;
    transition: all 0.35s linear;
}

.footer-links .elementor-icon-list-item a:hover,
.footer-links .elementor-icon-list-item a:focus {
    background-size: 100% 2px !important;
    transition: all 0.35s linear;
}
/* MENU HOVER */
.footer-links a.top-level-link .jet-menu-title {
    display: inline;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    background: #FFF;
    background: linear-gradient(to right, #F1F1F1 0%, #F1F1F1 100%);
    background-position: 50% 100% !important;
	line-height: 1.25em !important;
    transition: all 0.35s linear;
}
.footer-links li.jet-current-menu-item a.top-level-link .jet-menu-title,
.footer-links a.top-level-link:hover .jet-menu-title,
.footer-links a.top-level-link:focus .jet-menu-title {
    background-size: 100% 2px !important;
    transition: all 0.35s linear;    
} 


@media (max-width: 768px) {
	.footer-links ul.elementor-icon-list-items {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer-links li.elementor-icon-list-item {
		width: 48%;
		margin: 0 0 3rem 0 !important;
	}
}

@media (max-width: 430px) {
	.footer-social span.elementor-grid-item {
		width: 25%;
		padding-bottom: 3rem;
	}
}

/* WST Footer */
.wst-footer {
	background-color: #0D5055;
	color: #fff;
	font-size: 13px;
	padding: 0.5rem;
	text-align: center;
    line-height: 20px;	
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #D4F0F0 !important;
}
.wst-footer a:hover {
	color: #A1CCCF !important;
}