/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 11:43:10 */
.footer-credits p {
    color: var(--e-global-color-efb585e);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;}

.footer-credits p a {
    color: inherit;
    text-decoration: none;}

.footer-credits p a:hover {
    color: inherit;
    text-decoration: underline;}

/* Mobile */
@media all and (max-width: 767px) {
	.footer-credits p {
    font-size: 14px;
	letter-spacing: .5px;}
}