/* 
 Theme Name:     Divi Child
 Author:         punchbuggy
 Author URI:     https://carbon.previewit.com.au/
 Template:       Divi
 Version:        v.01
 Description:    //
 Wordpress Version: 5.9.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.main-bg-slider:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,rgb(0 0 0 / 40%) 0%,rgb(0 0 0 / 100%) 100%)!important;
    z-index: 1;
}

.cs-form .nf-form-fields-required,
.cs-form .ninja-forms-req-symbol{
	display: none;
}

.cs-form .nf-form-content input.ninja-forms-field,
.cs-form .nf-error.field-wrap .nf-field-element:after {
	height: 40px;
	font-size: 16px;
}

.cs-form .nf-form-content input:not([type=button]) {
	background: #000000;
}

.cs-form .nf-form-content input:focus {
	background: #000000 !important;
}

.cs-form .nf-form-content input[type=submit] {
	background: #ffffff !important;
	color: #000000 !important;
}
