/*---------------------------------------------------------------------------------------------------|
|                                                                                                    |
|       Gravity Forms input and placeholder color settings                                           |
|                                                                                                    |
|                                                                                                    |
|---------------------------------------------------------------------------------------------------*/

input[type='text'], input[type='tel'], input[type='email'], textarea {color:#000 !important;}
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder],
body .gform_wrapper select{
  color: #717171 !important;
  opacity: 1
}

/*//////////////////
//// G Fomr Style 1
/////////////////////////*/


.csem-form-style-1 :is(input, textarea){ border:none !important; border-bottom:solid 1px #000 !important; background-color:#a0a0a000 !important;}
.csem-form-style-1 input[type='submit']{background-color:rgba(var(--fc-primary-dark)) !important; border-bottom:none !important; }
.csem-form-style-1 input[type='submit']:hover{background-color:rgba(var(--fc-primary-dark),.8) !important;}
.csem-form-style-1 :is(legend, label){display:none !important;}
.csem-form-style-1 #gform_button {color:#fff !important;}


/*//////////////////
//// G Fomr Style 2
/////////////////////////*/

.csem-form-style-2 :is(input, textarea) {border-radius:25px !important; padding-left:15px !important; background-color:rgba(var(--fc-primary-dark),.1) !important; }
.csem-form-style-2 input[type='submit']{background-color:rgba(var(--fc-primary-dark)) !important; border-radius:0px !important;]

/*//////////////////
//// G Fomr Style 2
/////////////////////////*/
.csem-form-style-1 {}
