/* Base wrapper */
#wpforms-form-162 {
  margin: 0 auto;
}

/* Labels */
#wpforms-form-162 .wpforms-field-label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

/* Inputs & Textareas */
#wpforms-form-162 input[type="text"],
#wpforms-form-162 input[type="email"],
#wpforms-form-162 input[type="url"],
#wpforms-form-162 input[type="tel"],
#wpforms-form-162 input[type="number"],
#wpforms-form-162 input[type="date"],
#wpforms-form-162 select,
#wpforms-form-162 textarea {
  width: 100%;
  padding: 15px 25px 15px 25px;
  border: 1px solid #fff;
  background: #EEEEEE;
  font-size: 15px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  line-height: 16px;
  height: 100%;
  color: #1B1A17;
}

#wpforms-form-162 input:focus,
#wpforms-form-162 select:focus,
#wpforms-form-162 textarea:focus {
  border-color: #0073aa;
  outline: none;
  background: #fff;
}

/* Placeholder text */
#wpforms-form-162 ::placeholder {
  color: #000;
  opacity: 1;
}

/* Submit button */
#wpforms-form-162 button.wpforms-submit {
  background-color: #E45826;
  color: white;
  padding: 16px 40px;
  border: none;
  line-height: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 100%;
  border-radius: 0;
}

#wpforms-form-162 button.wpforms-submit:hover {
  background-color: #D5592D;
}

/* Checkboxes and radio buttons */
#wpforms-form-162 .wpforms-field .wpforms-field-label-inline,
#wpforms-form-162 .wpforms-field .wpforms-field-label-inline input {
  margin-right: 10px;
}
.wpforms-162-field_1 #wpforms-form-162 .wpforms-field .wpforms-field-label-inline input[type="checkbox"],
#wpforms-form-162 .wpforms-field .wpforms-field-label-inline input[type="radio"] {
  width: auto;
  margin-right: 5px;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none;
}

/* Error messages */
#wpforms-form-162 .wpforms-error {
  color: #1B1A17;
  font-size: 14px;
  margin-top: 5px;
}

li input[type="checkbox"] {
  background-color: #fff !important;
  border: none !important;
}

.wpforms-submit-container {
  text-align: center;
}

.wpforms-container.inline-fields .wpforms-submit-container {
  width: auto !important;
}

div.wpforms-container-full:not(:empty) {
  margin: 0 !important;
}
.wpforms-container.inline-fields .wpforms-field-container {
  display: inline !important;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns, 
div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-field-layout-columns {
  padding-right: 26px;
}

/* Tablets (Portrait and Landscape: 768px to 1024px) */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* Add your tablet-specific styles here */
}

/* Mobile (Portrait and Landscape: up to 767px) */
@media screen and (max-width: 767px) {
  .wpforms-container.inline-fields .wpforms-form {
    display: block !important;
    padding: 10px;
    justify-content: space-between;
  }
  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns, 
  div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-field-layout-columns {
    padding-right: 0;
  }
  #wpforms-form-162 button.wpforms-submit {
/*     width: fit-content; */
    margin: 20px 20px 0;
		width: -webkit-fill-available;
  }
  .wpforms-container.inline-fields .wpforms-field-container .wpforms-field {
    padding: 0 !important;
    margin: 10px;
  }
  div.wpforms-container .wpforms-form .wpforms-field {
    padding-right: 0 !important;
  }
}
/* CONTACT FORM */
/* Base wrapper */
#wpforms-form-164 {
  margin: 0 auto;
}

/* Labels */
#wpforms-form-164 .wpforms-field-label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

/* Inputs & Textareas */
#wpforms-form-164 input[type="text"],
#wpforms-form-164 input[type="email"],
#wpforms-form-164 input[type="url"],
#wpforms-form-164 input[type="tel"],
#wpforms-form-164 input[type="number"],
#wpforms-form-164 input[type="date"],
#wpforms-form-164 select,
#wpforms-form-164 textarea {
  width: 100%;
  padding: 15px 25px 15px 25px;
  border: 1px solid #fff;
  background: #EEEEEE;
  font-size: 16px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  line-height: 24px;
  height: 100%;
  color: #1B1A17;
}

#wpforms-form-164 input[type="checkbox"] {
  padding: 0;
}

#wpforms-form-164 input:focus,
#wpforms-form-164 select:focus,
#wpforms-form-164 textarea:focus {
  border-color: #0073aa;
  outline: none;
  background: #fff;
}

/* Placeholder text */
#wpforms-form-164 ::placeholder {
  color: #000;
  opacity: 1;
}

/* Submit button */
#wpforms-form-164 button.wpforms-submit {
  background-color: #E45826;
  color: white;
  padding: 16px 40px;
  border: none;
  line-height: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 100%;
  border-radius: 0;
}

#wpforms-form-164 button.wpforms-submit:hover {
  background-color: #d5592d;
}

/* Checkboxes and radio buttons */
#wpforms-form-164 .wpforms-field .wpforms-field-label-inline,
#wpforms-form-164 .wpforms-field .wpforms-field-label-inline input {
  margin-right: 10px;
}
.wpforms-164-field_1 #wpforms-form-164 .wpforms-field .wpforms-field-label-inline input[type="checkbox"],
#wpforms-form-164 .wpforms-field .wpforms-field-label-inline input[type="radio"] {
  width: auto;
  margin-right: 5px;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none;
}

/* Error messages */
#wpforms-form-164 .wpforms-error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* END CONTACT FORM */

