/**
Theme Name: Innotech Cloud Child
Author: Brainstorm Force
Author URI: https://innotechcloud.com/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-unique-p-group
Template: astra
*/

.wc{
  color:#fff;
}
/* o Underline */
.nu{
  text-decoration: unset !important;
}


/**WP Forms*/
.wpforms-field{
  position: relative !important;
}

label.wpforms-error{
  margin: unset !important;
  position: absolute !important;
  font-size: 11px !important;
  bottom: -7px !important;
}

.wpforms-submit{
  background-color: var(--e-global-color-astglobalcolor0) !important;
  width: 100% !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 12px !important;
}
.wpforms-submit:hover{
  background-color: var(--e-global-color-astglobalcolor1) !important;
}