/*
Theme Name: NFL Monster
Theme URI: 
Author: Kevin
Author URI: 
Description: streaming theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sport
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* Responsive Ad Containers for Desktop and Mobile */
.home-ads-pc-container {
		display: block;
		width: 100%;
		text-align: center;
	}

	.home-ads-mobile-container {
		display: none;
		width: 100%;
		text-align: center;
	}

	@media (max-width: 768px) {
		.home-ads-pc-container {
			display: none;
		}

		.home-ads-mobile-container {
			display: block;
			margin-bottom: -4px;
			padding-top: 2px;
		}
	}
  @media (max-width: 767px) {
    .home-ads-native-container {
      display: none !important;
    }
  }

.dark-theme a.stickytickerwatch {
  background: #141414;
  color: #fff !important;
}
.dark-theme a.tickerwatch {
  background: #141414;
  color: #fff !important;
}
a.tickerwatch {
  color: #202020 !important;
}
