/*

    Theme Name:		 Brikk Child
    Theme URI:		 https://themeforest.net/item/brikk-directory-listing-wordpress-theme/29105129
    Description:	 Brikk Child is a child theme of Brikk
    Author:			 Utillz
    Author URI:		 https://themeforest.net/user/utillz
    Template:		 brikk
    Version:		 1.7.0.2
    Text Domain:	 brikk-child

*/

/*
 * add your custom styles here
 *
 */

/* $is_customer = $user_current_role == 'customer' */

<?php if( $user_current_role == 'customer' ): ?>
    echo '<style>.page-id-825 #billing_bank_credentials_field, #billing_bank_credentials_bog_field{
display:none !important}</style>';

<?php endif; ?>