/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 11 2025 | 20:48:01 */
/* TEXT STYLES */
.white-text {
	color: #fff !important;
}
.drop-shadow {
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}


.fusion-logo img {
	max-height: 90px !important;
}

#main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* WOOCOMMERCE */
.add_to_cart_inline {
	border: none !important;
}
.add_to_cart_inline .woocommerce-Price-amount {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
.add_to_cart_inline .add_to_cart_button {
	border: 1px solid #fff !important;
	margin: 1em auto !important;
}
.add_to_cart_inline .added_to_cart {
	color: #fff;
	display: block !important;
	text-align: center;
}

/* WOOCOMMERCE CART & CHECKOUT */
body.woocommerce-cart #main, body.woocommerce-checkout #main {
	padding-top: 50px !important;
}

/* FOOTER */
footer h2 {
	color: #fff;
	margin-bottom: 0;
}
footer h4 {
	color: #fff;
	margin-top: 0;
}
footer .nf-before-form-content {
	font-size: 16px;
}
.ninja-forms-field {
	font-size: 18px !important;
	padding: 10px !important;
	background: #eee !important;
}
.submit-wrap .ninja-forms-field {
	border: 0;
	background: #a28a52 !important;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px !important;
}
footer #nf-form-2-cont nf-field:first-child {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}
footer #nf-form-2-cont nf-field:nth-child(2) {
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

@media all and (max-width:400px) {
	h1 {
		font-size: 46px !important;
	}
}
