/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1em;
}

.contact-form .wpforms-field {
  padding: 0.6em 0 !important;
}

.contact-form .wpforms-field label {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  color: white;
  margin-bottom: 10px;
}

.contact-form .wpforms-field input {
  font-size: 0.8em;
  height: 46px;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid white;
  color: #151516;
}

.contact-form .wpforms-field em.wpforms-error {
  display: none !important;
}

.contact-form .wpforms-field textarea {
  font-size: 0.8em;
  border-radius: 8px;
  padding: 12px 16px;
  border: none;
  color: #151516;
  resize: none;
}

.contact-form .wpforms-field textarea::placeholder,
.contact-form .wpforms-field input::placeholder {
  color: #414142;
}

.contact-form .wpforms-field label .wpforms-required-label {
  display: none;
}

.contact-form button[type=submit] {
  width: 100%;
  height: 60px;
  font-size: 0.9em;
  font-weight: 600;
  color: #151516;
  line-height: 1.219;
  border-radius: 60px;
  background: #FECF43;
  text-shadow: none;
  margin-top: 1em;
  box-shadow: 0em 0.5em 1.2em 0em rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.wpforms-confirmation-container {
  color: white;
  font-size: 0.8em;
}

.wpforms-container > form > .wpforms-field-container > div.wpforms-field-email label.mailcheck-error {
  display: none;
}