@media screen {
  /* Main CSS */

  a, a span, a i {
    transition: all .3s ease;
    outline: none; 
  }
  

  /* Gravity Forms Validation Stars Here */

  .gfield_error input, .gfield_error textarea {
    background-color: rgba(220,20,60,.2) !important;
  }

  /* Gravity Forms Validation Ends Here */
  

}