/*---------------------------------------------------------------------------------

 Theme Name:   Hill & Weatherall
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
  padding-top: 10px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}

/* Remove white background from input fields */
.forminator-input,
.forminator-textarea,
.forminator-select {
  background-color: transparent !important;
  color: #000; /* Adjust text color for visibility */
  border: 1px solid #ccc; /* Optional: border styling */
}

/* Remove white background from submit button */
.forminator-button {
  background-color: transparent !important;
  color: #000; /* Adjust text color */
  border: 1px solid #000000 !important; /* Optional: add a border */
  float: right;
  border-radius: 0px !important;
  text-transform: uppercase;
}

/* Optional: add hover effect to submit button */
.forminator-button:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 980px) {
  img#logo {
    margin-top: -13px !important;
  }
}
