/**Smooth pixelated Logo on default divi header. Does not smooth header logos in theme builder.**/
#logo{
  -webkit-transform: initial !important; 
}

/*Adds Two or Three COlumns on mobile*/
@media only screen and (max-width: 982px) {
  .twoColumns .et_pb_column {
    width: 50% !important;
  }

 

  .threeColumns .et_pb_column {
    width: 33% !important;
  }
}

/**Remove default right padding from gavity forms text fields **/
@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0px !important;
  }
}