/* 
    Theme Name: Foster Plus Child Theme
    Description: Child theme for Foster Plus's website by Sproutbox
    Author: Sproutbox
    Author URI: https://sproutbox.co/
    Template: hello-elementor
    Version: 1.0.0
    Text Domain: fosterplus-child
*/
:root {
  --teal: #3ABEB7;
  --green: #89C640;
  --red: #FE5442;
  --orange: #FFB20F;
  --white: #FFFFFF;
  --black: #000000;
  --white-tp: rgba(255,255,255,.25);
}

form {
  background-color: var(--teal);
}
form label {
  margin: 14px 12px;
}
form input, form textarea, form select {
  background-color: var(--white-tp) !important;
  outline: 0;
}
form .e-form__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  padding-left: 12px !important;
}
form button {
  display: inline-block;
  width: 300px;
}

elementor-kit-18 a {
    color: #3abeb7 );
}

ul {
    margin-bottom: 1.1em;
}

h3 {
	margin-bottom: 1.1em !important
}

/*# sourceMappingURL=style.css.map */
