/*
Theme Name: Cedar Springs Camps
Theme URI: https://wearerokket.com
Template: pro
Author: Rokket Web Development
Author URI: https://wearerokket.com
Description: The Most Advanced Website Creator for WordPress.
Version: 6.5.15.1742420993
Updated: 2025-03-19 21:49:53

*/

/* Form Styles Customizations */

/* Outdoor Ed Form */
.nf-field-container {
	margin-bottom:10px !important;
}
#nf-field-11 {
	background:#B6EFFF;
	color:#5FB34A;
	box-shadow:none;
	border:none;
	width:100%;
	text-shadow:none;
}
input[type="text"], input[type="email"], input[type="submit"], textarea {
	color:#000;
	padding:10px;
	border-radius:8px;
}
input[type="text"]::placeholder, input[type="email"]::placeholder {
	color:#000;
}
input[type="submit"] {
	font-weight:700;
}

/* Footer Contact Form */
#nf-field-4 {
	background: #5FB34A;
    color: #FFF;
    box-shadow: none;
    border: none;
    width: 100%;
    text-shadow: none;
}
#nf-field-3::placeholder, #nf-field-14::placeholder {
	color:#000;
}
#nf-form-1-cont input[type="text"], #nf-form-1-cont  input[type="email"], #nf-form-1-cont  textarea {
	background:#D9D9D950;
}
#nf-form-1-cont .nf-form-fields-required {display:none;}

/* Lost Creek Contact */
#nf-field-15 {
	background:#3B89F0;
	color:#fff;
	font-weight:400;
	box-shadow:none;
	border:none;
	width:100%;
	text-shadow:none;
}