.has-dark-blue-background-color {
  background: #0a1c6b;
}
.has-light-blue-background-color {
  background: #0032aa;
}
.has-dark-orange-background-color {
  background: #fb9e4b;
}
.has-light-orange-background-color {
  background: #ffbb56;
}
.has-extra-light-orange-background-color {
  background: #f8f4eb;
}
.has-orange-golden-background-color {
  background: #BE9C5D;
}
.has-dark-blue-color {
  color: #0a1c6b;
}
.has-light-blue-color {
  color: #0032aa;
}
.has-dark-orange-color {
  color: #fb9e4b;
}
.has-light-orange-color {
  color: #ffbb56;
}
.has-extra-light-orange-color {
  color: #f8f4eb;
}
.has-orange-golden-color {
  color: #BE9C5D;
}
body input[type="submit"] {
  margin-top: -1.5px;
}
body input[type="search"] {
  border-radius: 2rem !important;
}
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
body textarea,
body select {
  transition: all 0.2s ease;
  border-radius: 3px;
  padding: 0.5em 1em;
  border: none;
  margin-right: 0.5em;
  outline: solid 0 #fb9e4b;
  max-width: 400px;
  border: solid 1px #a5a5a5;
}
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="tel"]:focus,
body input[type="range"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="week"]:focus,
body input[type="time"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="color"]:focus,
body textarea:focus,
body select:focus {
  outline: solid 3px #fb9e4b;
}
body textarea {
  border-radius: 3px;
}
body select:hover {
  cursor: pointer;
}
.wpcf7 {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 4rem;
  border-radius: 3px;
}
.wpcf7 p,
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea {
  position: relative;
  width: 100%;
  min-width: auto;
}
.wpcf7 label > span {
  display: block;
  margin-top: 0.5rem;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  box-shadow: none;
  width: 100%;
  max-width: initial !important;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #fb9e4b;
}
.wpcf7 textarea {
  padding: 1rem;
}
.wpcf7 .wpcf7-spinner {
  margin: 1.5rem auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wpcf7 input[type="submit"] {
  padding: 0.5rem;
  font-size: 1.2rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 3px;
  padding: 1rem;
  font-weight: bolder;
  margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffe8be;
  color: #ff7b00;
  border-color: #ff7b00;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ffe1e1;
  color: #ff0000;
  border-color: #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #f2ffe1;
  color: #3fa62a;
  border-color: #3fa62a;
}
.wpcf7 input[type="submit"] {
  margin: auto;
  display: block;
  padding: 0.8rem 1.5rem;
}
@media only screen and (max-width: 991px) {
  .wpcf7 {
    padding: 2rem;
  }
}
#signup-form {
  text-align: center;
}
#signup-form .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  #signup-form .form-group {
    display: block;
  }
  #signup-form .form-group input[type="submit"] {
    margin-top: 1rem;
  }
}
#signup-form input[type="email"] {
  width: 400px;
  max-width: 100%;
}
.sml_subscribe,
[value=subscribe_newsletter] + .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sml_subscribe input,
[value=subscribe_newsletter] + .form-group input {
  border-radius: 1.5rem !important;
}
.sml_thankyou {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #4eaca6;
  width: 100%;
  z-index: 99;
  max-width: 600px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  padding: 2rem;
  height: auto;
  text-align: center;
  display: block;
  pointer-events: none;
  opacity: 1;
  transition: all 0.5s ease;
}
/*# sourceMappingURL=./form.css.map */