/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 17:50:49 */
.hidden {
	display: none !important;
}
.white-text {
	color: #fff !important;
}
.black-text {
	color: #000 !important;
}

.fusion-text a {
	text-decoration: underline;
}
.fusion-text ul {
	margin-top: 0;
}

a.button {
	padding: 10px 30px;
	border-radius: 0;
	text-transform: uppercase;
	text-decoration: none !important;
}
a.purchase_button {
	background: #000;
	color: #fff;
}
a.purchase_button:hover {
	background: #333;
	color: #fff;
}

/* HEADER & MAIN MENU */
.fusion-header-v2 .fusion-secondary-header {
	border-top: 0 !important;
}
.fusion-is-sticky .fusion-header {
	height: 100px !important;
	transition: all 1s;
}
.fusion-is-sticky .fusion-logo {
	padding-top: 10px;
	transition: all 1s;
}
.fusion-is-sticky .fusion-logo img {
	max-height: 80px !important;
	transition: all 1s;
}

header:not(.fusion-is-sticky) ul#menu-main-menu li.fusion-menu-cart { display: none; }

#main {
	padding: 0;
}
.fusion-modal h3, .fusion-modal h4 { color: #000; }


/* NINJA FORMS */
#newsletter-signup .nf-form-fields-required {
	color: #fff;
}