@charset "UTF-8";
/* CSS Document */



/* 
*
* The following CSS code will hide the PMPro username field, label and the required asterisk.
* Add this CSS to your WordPress Customizer's Additional CSS section (WP Dashboard > Appearance > Customizer > Additional CSS)
* Code Recipe intended to be used along with the following gist: https://gist.github.com/travislima/4d599cc0b6169ef7ee7514442f289123
*
*/

.pmpro_checkout-field-username { 
    display: none !important; 
    }

