/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-header {
	display: none;
}

#page-container {
	padding-top: 0 !important;
}

#footer-bottom {
	display: none;
}

#nf-form-2-cont .nf-form-fields-required {
	display: none;
}

#nf-form-2-cont .nf-form-content {
	max-width: 500px;
}

#nf-form-2-cont input[type=email] {
background-color: #075410;
border: none;
color: #108e1f !important;
text-align: center;
}

#nf-form-2-cont ::placeholder {
	color: #108e1f !important;
}

#nf-form-2-cont .nf-form-content input[type=submit] {
	background-color: #d2a84d;
	color: #2f3230;

}

#nf-form-2-cont #nf-field-6-wrap > div.nf-field-element {
	text-align: center;
}

.sign-up-form-btn {
	cursor: pointer;
}