/* **********************************************************
 * FOOTER
 * ******************************************************** */
.footer-shape .raven-image {
	width: 100%;
}
.footer-shape img {
    top: 0;
    width: 100%;
    transform: translateY(-98%);
}

/* Footer Links */
footer li.elementor-icon-list-item {
    transition: all .5s ease-out;
}
footer li.elementor-icon-list-item:hover {
    transform: translateX(5px) rotate(5deg);
}




/* WST Footer */
.wst-footer {
	background: #2C1503;
	background-image: linear-gradient(155deg, #0a0a0a 45%, #2C1503 100%);
	color: #fff;
	font-size: 1rem;
	padding: 1rem 1rem 8rem !important;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #eee !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}