/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2023 | 12:30:41 */
/** COPYRIGHT **/

.copyright {
    color: #ffffff;
	margin-top: 30px !important;
}

/** MENU **/

.footer-menu {
	margin-top: 18px !important;
}

.footer-menu ul {
	padding-right: 0px;
}

.footer-menu a {
    color: #ffffff;
	padding-right: 0px !important;
}

.footer-menu a:hover {
    color: rgba(255,255,255,0.5);
}

