/* Fonts */
@font-face {
  font-family: "Gotham Black";
  src: url("https://fabrica-pucioasa.ro/wp-content/themes/fabricadeasternuturi-child/src/fonts/gotham-black-webfont.eot");
  src: url("https://fabrica-pucioasa.ro/wp-content/themes/fabricadeasternuturi-child/src/fonts/gotham-black-webfont.eot?#iefix") format("embedded-opentype"), url("https://fabrica-pucioasa.ro/wp-content/themes/fabricadeasternuturi-child/src/fonts/gotham-black-webfont.woff2") format("woff2"), url("https://fabrica-pucioasa.ro/wp-content/themes/fabricadeasternuturi-child/src/fonts/gotham-black-webfont.woff") format("woff"), url("https://fabrica-pucioasa.ro/wp-content/themes/fabricadeasternuturi-child/src/fonts/gotham-black-webfont.svg#gothamblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

/* Container and Wrapper */
.inventorypal-form-container.gform_wrapper.gravity-theme * {
  box-sizing: border-box;
}

.inventorypal-form-container form {
  max-width: 635px;
  margin: 0 auto;
}

.inventorypal-form-container .gform_footer {
  margin: 6px 0 0;
  padding: 16px 0;
}

.inventorypal-form-container .gform_fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 2%;
  grid-row-gap: 16px;
}

/* Form Elements */
.inventorypal-form-container input,
.inventorypal-form-container select,
.inventorypal-form-container textarea {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #dadada !important;
  color: #103A49;
  width: 100%;
  padding-left: 12px !important;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  height: 54px;
}

.inventorypal-form-container textarea {
  height: 120px !important;
  padding-top: 26px;
  resize: vertical;
}

.inventorypal-form-container .gfield_select {
  padding-top: 18px;
  cursor: pointer;
  background-image: url("https://fabrica-pucioasa.ro/wp-content/themes/fabricadeasternuturi/images/down.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* Labels */
.inventorypal-form-container label.gfield_label {
  display: inline-block;
  font-family: "Gotham Black", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.inventorypal-form-container .ginput_complex span {
  position: relative;
  flex: 1;
}

.inventorypal-form-container .ginput_complex span label {
  position: absolute;
  color: #63c1d0;
  font-size: 12px !important;
  padding: 0 1.16em !important;
  line-height: 1.625;
  text-transform: none;
  font-weight: 600 !important;
  margin: 0 !important;
  font-family: "Lato";
  top: 5px;
}

.inventorypal-form-container .ginput_complex input {
  padding-top: 16px;
}

/* Validation and Required */
.inventorypal-form-container .gfield_required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: .125em;
}

.inventorypal-form-container .gfield_required_text {
  display: none;
}

/* Button */
.inventorypal-form-container .button,
.inventorypal-form-container input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background-color: #6ccada;
  font-family: "Gotham Black", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  outline: 0;
  border: none;
  border-radius: 0 !important;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  min-width: 220px;
  padding: 18px 1rem 15px !important;
  height: 54px;
  transition: all 0.3s;
}

.inventorypal-form-container .button:hover,
.inventorypal-form-container input[type="submit"]:hover {
  background-color: #5bbbc9;
}

@media screen and (min-width: 40.0625em) {

  .inventorypal-form-container .button,
  .inventorypal-form-container input[type="submit"] {
    width: auto;
  }
}

/* Utility */
.inventorypal-form-container .gfield {
  grid-column: span 12;
  position: relative;
}

.inventorypal-form-container fieldset.gfield {
  border: none;
  margin: 0;
  padding: 0;
}

.inventorypal-form-container .ginput_complex {
  display: flex;
  gap: 2%;
}

.inventorypal-form-message {
  padding: 10px;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.inventorypal-form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.inventorypal-form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.inventorypal-form-submitting {
  opacity: 0.6;
  pointer-events: none;
}


/* Validation Errors */
.inventorypal-form-container.gform_wrapper.gravity-theme h2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #c02b0a;
}

.inventorypal-form-container .gform_validation_errors {
  background: #fff9f9;
  border-radius: 5px;
  border: 1.5px solid #c02b0a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 16px;
  position: relative;
  width: 100%;
  max-width: 635px;
  margin: 8px auto;
}

.inventorypal-form-container.gform_validation_errors>h2 {
  color: #c02b0a;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 17.6px;
  margin: 0;
  font-family: "Lato", sans-serif;
}

.inventorypal-form-container .gform_validation_errors>h2 svg {
  width: 19px;
  height: 19px;
}






.inventorypal-form-container .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  color: #C02B0A;
  font-size: 14px !important;
  margin-top: 4px;
  padding: 8px 16px;
}