/*
 Theme Name:   Iowa Field Report
 Description:  Iowa Field Report
 Author:       Connectivist Media
 Template:     Divi
 Version:      1.0.0
*/

/* Remove transparent bg on button hover */
.et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
    background-color: transparent;
}


/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: #cb2127;
 border: 2px solid #cb2127;
 font-size: 22px;
 color: #ffffff;
 padding: 12px 33px;
 border-radius: 0px;
 letter-spacing: 0px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: #cb2127;
 border: 2px solid transparent;
}
