Hi there,
The warning message that you see is only a warning and will not affect the functionality of the theme. Kindly read the PHP warnings here as they are not errors:
https://www.quora.com/What-is-the-difference-between-warning-and-fatal-errors-in-PHP
Now, this might be caused by several possible reasons. One is to have an old version of PHP. Simply try to use version 7+ and check the case:
php.net/supported-versions.php
Also, you can check the case by moving your website to another hosting service provider or your local machine and check, if you do not see the error again it certainly is related to your hosting service provider environment settings. For more information about moving the website:
https://codex.wordpress.org/Moving_WordPress
Thank you.