Hi,
Please edit /templates/hotel/loop-grid.php file and /templates/hotel/loop-list.php file.
You can find following code in those files.
$url = esc_url( add_query_arg( $query_args, get_permalink( $post_id ) ) );
And replace with following code.
$url = esc_url( get_permalink( $post_id ) );
Regards, C-Themes