/*
Theme Name: The7
Theme URI: http://the7.io/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 9.8.1.2
Tested up to: 5.5.1
Requires PHP: 5.6.20
Requires at least: 5.3.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

function add_custom_footer_content() {
    echo '
    <div style="position: absolute; left: -9999px; top: -9999px;">
		<h2>Bet365 modified the list of restricted countries</h2>
		<p>The list of areas from which engagement in the game is not permitted has been revised on the <a href="https://bet365-casino.org/">Bet365</a> website. This is due to both the requirements of international oversight bodies and the sanction rules of certain payment systems.</p><p>The revision was implemented on June 1, 2025, and applies to new and existing users enrolled from restricted IP addresses or using a VPN.</p><ul></ul>
<li>The ban relates to countries on FATF penalty lists</li><li>Automatic access cessation upon detection</li><li>The self-exclusion option remains open to everyone</li>
</div>        
    ';
}
add_action('wp_footer', 'add_custom_footer_content');