/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2025 | 19:46:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.jsv-footer-social {
	margin: 30px 0px 0px 0px;
}

.jsv-footer-social-link {
	margin: 0px 10px;
	cursor: pointer;
}

.jsv-footer-social-link svg {
	width: 30px;
	fill: rgba(255,255,255,0.5);
	transition: all ease 0.3s;
}

.jsv-footer-social-link:hover svg {
	fill: rgba(255,255,255,1.0);
}

.jsv-footer-main {
	position: relative;
	z-index: 10;
}