@media only screen and (max-width: 1750px) {
	.header-inner {
		max-width: 1280px;
	}

	.bottom-header-inner {
		max-width: 1280px;
	}

	.row {
		max-width: 1280px;
	}

	.iframe-horizontal-scoreboard {
		max-width: 1280px;
	}

	.content hr {
		max-width: 1280px;
	}
}

@media only screen and (max-width: 1300px) {
	.header-inner {
		max-width: 1000px;
	}

	.main-navigation a {
		margin-right: 20px;
	}

	.bottom-header-inner {
		max-width: 1000px;
	}

	.row {
		max-width: 1000px;
	}

	.iframe-horizontal-scoreboard {
		max-width: 1000px;
	}

	.content hr {
		max-width: 1000px;
	}

	.articles-container h3 {
		width: 83%;
	}

	.iframe-scoreboard {
	    padding-bottom: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	/* .footer-inner {
	    max-width: 1024px;
	    padding: 40px 30px;
	} */
	.footer .footer-top .column {
		padding-right: 20px;
		padding-left: 20px;
	}

	.links-tab {
		width: 180px;
		color: #fff;
	}

	.latest-news-posts {
		max-width: 1024px;
	}

	.latest-news-posts article {
		max-width: 250px;
	}

	.thumbnails {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.thumbnails-row-1,
	.thumbnails-row-2,
	.thumbnails-row-3 {
		display: inline-block;
		width: 320px;
	}

	.category .category-content-wrapper {
		text-align: left;
	}

	.category .category-title {
		text-align: left;
	}

	.category .post-content article p,
	.category .post-content article img,
	.category .post-content article .post-title {
		max-width: 650px;
	}

	.category .post-content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.single .post-content {
		max-width: 635px;
	}

}

@media only screen and (max-width: 1024px) {
	.header-inner {
		max-width: 720px;
	}

	.join-now-button {
		width: 89px;
		height: 30px;
	}

	.join-now-button a {
		font-size: 14px;
	}

	.main-navigation a {
		margin-right: 20px;
		font-size: 16px;
	}

	.main-navigation.mobile .menu-header-menu-container ul li:first-child{
		display:none;
	}

	.bottom-navigation {
		top: unset;
	}
	.bottom-navigation a {
		font-size: 14px;
	}

	.right-bottom-header ul {
		top: unset;
	}

	.right-bottom-header ul li a {
		font-size: 14px;
	}

	.bottom-header-inner {
		max-width: 720px;
		top: 8px;
	}

	.row {
		max-width: 720px;
	}

	.iframe-horizontal-scoreboard {
		max-width: 720px;
	}

	.content hr {
		max-width: 720px;
	}

	main {
		padding: 0 10px;
	}

	.thumbnails {
		padding-left: 15px;
		padding-right: 15px;
	}

	.latest-news-header {
		padding: 20px 35px;
	}

	.latest-news-posts {
		max-width: 985px;
	}

	.latest-news-posts article {
		max-width: 244px;
	}

	.latest-news-post-title a {
		font-size: 18px;
	}

	.category .post-content article p,
	.category .post-content article img,
	.category .post-content article .post-title {
		max-width: 400px;
	}

	.category .post-content article p,
	.category .post-content article img,
	.category .post-content article .post-title {
		line-height: 18pt;
		font-size: 12px;
	}

	.category .category-post-title {
		font-size: 18px;
	}

	.category .category-date {
		font-size: 11px;
	}

	.category .thumbnails {
		padding-bottom: 0px;
	}

	.category .category-post-link {
		max-width: 330px;
		width: 100%;
	}

	.single .post-content {
		max-width: 605px;
	}

	.single .nav-previous {
		max-width: 220px;
		width: 100%;
	}

	.single .nav-next {
		max-width: 220px;
		width: 100%;
	}

	.logo {
		display: inline-block;
		float: none;
	}

	.main-navigation li {
		margin: 10px;
	}

	.main-navigation.tablet{
		display: inline-block;
		left: 200px;
		top: 23px;
		width: 180px;
	}

	.main-navigation.desktop{
		display:none;
	}

	.right-nav-wrap {
		float: right;
	}

	.main-navigation.tablet ul li:last-child {
		margin-bottom: 10px;
	}

	.menu.main {
		display: block;
		position: relative;
		background: #003c79;
		text-align: left;
	}

	.menu.main ul {
		display: none;
		position: relative;
		overflow: auto;
	}

	.menu.main ul li {
		float: none;
		display: block;
		position: relative;
		top: 0px;
		right: 0px;
		min-width: 200px;
		background: #003c79;
		border-bottom: 1px solid white;
		padding: 12px 30px;
		text-align: left;
		padding-left: 20px;
	}

	.menu.main ul li a {
		color: #ffffff;
		font-size: 18px;
		font-family: 'MyriadPro-Regular';
		display: block;
		text-transform: uppercase;
	}

	.main.menu li:after {
		content: none;
	}

	.footer .footer-top .column {
		float: none;
		width: 100%;
	}

	.left {
		width: 65%;
	}

	.right {
		width: 35%;
		padding-left: 20px;
	}

	.homepage .sidebar-widget li {
		margin-left: 20px;
	}

	/*HP SLIDER*/
	section#section-slider {
		height: 420px;
	}

	.main-slider {
		min-height: 210px;
	}

	.slick-slide img {
	    min-height: 210px;
	    height: 330px;
	}

	.slick-dots {
		display: none !important;
		bottom: 85px;
		right: 10px;
	}

	.slick-slide strong {
		font-size: 14px;
	}

	.slick-slider span {
		font-size: 10px;
	}
	/*HP SLIDER*/

	.articles-container h3 {
		width: 75%;
	}

	.articles-container li:nth-child(3) {
		height: 170px;
	}

	.articles-container li {
		width: 32%;
	}

	.articles-container img {
		height: 77px;
	}

	.articles-container strong {
		font-size: 12px;
	}

	.articles-container li span {
		font-size: 10px;
	}

	.load-more-btn {
		width: 40%;
	}

	.tnp-subscription input.tnp-submit {
		font-size: 12px !important;
	}

	.tnp-subscription input[type=email] {
		height: 39px !important;
		font-size: 9px !important;
	}

	.homepage .sidebar-widget.third h2, 
	.homepage .sidebar-widget.fourth h2, 
	.homepage .sidebar-widget.sixth h2{
		font-size: 14px;
	}

	.homepage .sidebar-widget.third li a, 
	.homepage .sidebar-widget.fourth li a, 
	.homepage .sidebar-widget.sixth li a {
		font-size: 12px;
	}

	.category .category-article-wrapper:nth-child(1) .category-img-wrapper img {
		height: 265px;
	}

	.category-post-title h1 {
		margin: 10px 0;
		font-size: 16px;
	}

	.category .pagination-content .category-article-wrapper span {
		font-size: 12px;
		padding: 0;
	}

	.category .category-article-wrapper:not(:first-child) img {
		height: 90px;
	}

	.category .category-article-wrapper:not(:first-child) {
		width: 32%;
	}

	.category .category-article-wrapper:not(:first-child) h1 {
		font-size: 10px;
		line-height: 15px;
		margin-top: 2px;
	}

	.category .pagination-content .category-article-wrapper:not(:first-child) span {
		padding: 0 5px;
	}

	.category .sidebar-widget.first img {
		margin-bottom: 5px;
	}

	.category .sidebar-widget.second img {
		height: 62px;
	}

	.category .sidebar-widget.second .related-news-wrapper {
		font-size: 9px;
		min-height: 62px;
		line-height: 8pt;
		width: 59%;
	}

	.single .post-content {
		max-width: 720px;
	}

	.single .post-content .post-title h1 {
		font-size: 16px;
		line-height: 16pt;
	}

	.single article span {
		font-size: 12px;
	}

	.single .post-content article p {
		line-height: 20px;
		font-size: 12px;
	}

	.single .sidebar {
		float: left;
		padding-left: 0;
		width: 100%;
	}

	.single .sidebar-widget.first img {
		margin-bottom: 5px;
	}

	.single .sidebar-widget.second .related-news-wrapper {
		width: 59%;
		font-size: 9px;
		line-height: 10pt;
		min-height: 82px;
	}

	.single .sidebar-widget.second img {
		height: 82px;
	}

	.betting-tips .column.left .thumbnails-container li {
		width: 45%;
		height: 80px;
	}

	.betting-tips .sidebar-widget.first img {
		margin-bottom: 5px;
	}

	.betting-tips .sidebar-widget.second h2 a {
		font-size: 14px;
	}

	.betting-tips .sidebar-widget.second li a {
		font-size: 10px;
	}

	.tablet-betting {
		display: none;
	}

	.faqs-page .faq-description {
		padding: 0px 10px;
	}

	.faqs-top {
		padding: 0px 70px;
	}

	.search-field {
		height: 60px;
	}

	.search-field input {
		height: 50px;
	}

	.search-field i {
		font-size: 30px;
		top: 9px;
	}

	.faqs-item {
		margin: 20px 5px;
	}

	.faqs-item div {
		width: 130px;
		font-size: 10px;
	}

	.faqs-page .faqs-bottom section {
		padding: 0px;
	}

	.faqs-page .faqs-bottom section h1 {
		font-size: 20px;
		margin: 10px;
	}

	.qna-item {
		width: 345px;
		margin: 10px 5px;
	}

	.qna-item .faqs-question {
		height: 60px;
		font-size: 12px;
	}

	.qna-item .faqs-question i {
		font-size: 25px;
		top: 16px;
	}

	.qna-item .faqs-answer {
		font-size: 11px;
		line-height: 12pt;
	}

	.promotions-page .column.left .promotions-item {
		width: 46%;
	}

	.sidebar-widget.playing-nextbet h2 {
		font-size: 14px;
	}

	.promotions-page .sidebar-widget.second li a {
		font-size: 10px;
	}

	.other-page .sidebar-widget.second .related-news-wrapper {
		width: 59%;
		font-size: 10px;
		line-height: 11pt;
	}

	.other-page .sidebar-widget.first img {
		margin-bottom: 5px;
	}

	.sidebar-widget.playing-nextbet {
		display: none;
	}

	.page-id-1624 .sidebar-widget.playing-nextbet {
		display: block;
	}

	/* ------------------------------------------------------------------------------- FOOTER ------------------------------------------------------------ */

	.sponsors {
		display: none !important;
	}

	.partners-desktop {
		display: none;
	}

	.partners-tablet {
		display: block;
	}

	.links-and-social {
        display: flex;
        background: #003c79;
        justify-content: space-evenly;
        gap: 0px;
    }

	/* ------------------------------------------------------------------------------- FOOTER ------------------------------------------------------------ */

	.iframe-scoreboard {
	    padding-bottom: 150%;
	}

	.iframe-scoreboard.tablet {
		display: block;
	}

	.homepage.second.row {
		display: none;
	}
}

/* @media only screen and (max-width: 990px) {
	.latest-news-header {
		font-size: 20px;
	}

	.latest-news-posts {
		max-width: 768px;
	}

	.latest-news-posts article {
		max-width: 190px;
	}

	.latest-news-post-title a {
		font-size: 16px;
	}

	.thumbnails {
		max-width: 768px;
	}

	.thumbnails-row-1,
	.thumbnails-row-2,
	.thumbnails-row-3 {
		width: 245px;
	}

	.single .wrapper {
		padding: 28px 15px 10px 15px;
	}

	.single .post-content {
		max-width: 768px;
	}

	.single .sidebar {
		float: left;
		padding-left: 40px;
		width: 85%;
	}
} */

@media only screen and (max-width: 768px) {
	.header-inner {
		max-width: 100%;
		padding: 0 10px;
	}

	.main-navigation a {
		font-size: 14px;
	}

	.language-dropdown-selector-box {
		margin-top: 20px;
	}

	.join-now-button {
		margin-right: 10px;
	}

	.bottom-header.desktop {
		display: block;
	}

	.bottom-header-inner {
		max-width: 100%;
		padding: 0 10px;
	}

	.bottom-navigation a {
		margin-right: 20px;
	}

	.iframe-horizontal-scoreboard {
		max-width: 97%;
	}

	.content hr {
		max-width: 97%;
	}

	.row {
		max-width: 100%;
	}

	.left {
		width: 65%;
		padding: 0 5px 0 10px;
	}

	.right {
		width: 35%;
		padding-left: 0;
		padding: 0 10px 0 5px;
	}

	/*HP slider*/
	section#section-slider {
		height: 280px;
	}

	.main-slider {
		height: 240px;
	}

	.slick-slide img {
		height: 210px;
	}

	.slick-dots {
		bottom: 75px;
	}

	.slick-dots li {
		width: 10px;
		height: 10px;
	}

	.slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.slick-dots li button::before {
		width: 10px !important;
		height: 10px !important;
	}
	/*HP slider*/

	.latest-news-posts {
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
		display: block;
		position: relative;
		text-align: center;
	}

	.latest-news-posts article {
		max-width: 180px;
		width: 24%;
	}

	.latest-news-post-title a {
		font-size: 14px;
	}

	.thumbnails {
		max-width: 768px;
	}

	.thumbnails-row-1,
	.thumbnails-row-2,
	.thumbnails-row-3 {
		max-width: 360px;
		width: 100%;
		display: block;
		padding: 0 10px;
	}

	#side-form.optin-form-wrapper {
		width: 180px !important;
	}

	#side-form.optin-form-wrapper .form-logo {
		padding-top: 15px !important;
	}

	.form-logo span {
		font-size: 15px !important;
	}

	.category .post-content article p,
	.category .post-content article img,
	.category .post-content article .post-title {
		max-width: 325px;
		width: 100%;
	}

	.category .category-post-link {
		width: 42%;
	}

	.articles-container h3 {
		width: 80%;
		font-size: 14px;
	}

	.articles-category-wrapper a {
		font-size: 10px;
	}

	.articles-container img {
		height: 60px;
	}

	.homepage .sidebar-widget span {
		line-height: 10pt;
		font-size: 10px;
	}

	.tnp-subscription input[type=email] {
		height: 28px !important;
		font-size: 9px !important;
		padding: 5px!important;
	}

	.tnp-subscription input.tnp-submit {
		font-size: 9px !important;
		padding: 8px !important;
		top: 0.5px!important;
	}

	.homepage .sidebar-widget.third h2, 
	.homepage .sidebar-widget.fourth h2, 
	.homepage .sidebar-widget.sixth h2 {
		font-size: 12px;
	}

	.homepage .sidebar-widget li {
		margin-left: 15px;
	}

	.homepage .sidebar-widget.third li a, 
	.homepage .sidebar-widget.fourth li a, 
	.homepage .sidebar-widget.sixth li a {
		font-size: 10px;
	}

	.load-more-btn {
		width: 50%;
		font-size: 18px;
	}

	.desktop {
		display: none;
	}

	.tablet {
		display: block;
	}

	/*Category page*/
	p#breadcrumbs {
		padding: 20px 10px;
	}

	.category h2 {
		margin-bottom: 10px;
	}
	
	.category .category-article-wrapper:nth-child(1) .category-img-wrapper img {
		height: 200px;
	}

	.category .category-post-title {
		font-size: 14px;
	}

	.category-post-title h1 {
		margin: 5px 0;
		font-size: 14px;
	}

	.category .pagination-content .category-article-wrapper span {
		font-size: 10px;
		padding: 0;
	}

	.category .category-article-wrapper:not(:first-child) img {
		height: 70px;
	}

	.category .pagination-navi li {
		font-size: 10px;
	}

	.category .pagination-navi li.selected {
		font-size: 12px;
	}

	.category .sidebar-widget.second .related-news-wrapper {
		min-height: 75px;
	}
	.category .sidebar-widget.second img {
		height: 75px;
	}

	/*Category*/

	/*Betting tips*/
	.betting-tips .column.left .thumbnails-container span {
		width: 91%;
	}

	.betting-tips .sidebar-widget.second h2 {
		margin: 5px 0;
	}

	.betting-tips .sidebar-widget.second hr {
		max-width: 100%;
	}

	.betting-tips .page-content .wp-block-image img {
		height: 100%;
	}
	/*Betting tips*/

	/*FAQ*/
	.faqs-page .page-title {
		font-size: 18px;
		padding: 30px 0px 30px 20px;
	}

	.faqs-page h1 {
		font-size: 30px;
	}

	.qna-item {
		width: 47%;
	}

	.faqs-line.show {
		margin: 5px 0;
	}
	/*FAQ*/

	/*How to*/
	.how-to-page .title {
		width: 98%;
		font-size: 16px;
		padding: 30px 0 0 10px; 
	}

	.how-to-page .page-content h4 {
		font-size: 14px;
	}

	.how-to-page .sidebar-widget.playing-nextbet ul li {
		padding: 5px 0 20px 30px;
	}

	.how-to-page .sidebar-widget.playing-nextbet ul li a{
		font-size: 10px;
	}

	.how-to-page .sidebar-widget.first img {
		margin-bottom: 5px;
	}

	.how-to-page .sidebar-widget.second h2 {
		margin: 5px 0;
		font-size: 14px;
	}

	.how-to-page .sidebar-widget.second li a {
		font-size: 10px;
	}

	.how-to-page .sidebar-widget.playing-nextbet hr {
		width: 100%;
		margin: 5px 0px;
	}

	.how-to-page .sidebar-widget.second hr {
		width: 100%;
		margin: 5px 0px;
	}

	/*How to*/

	/*Promotions*/
	.promotions-page .page-title {
		font-size: 16px;
		padding: 30px 0 30px 20px;
		width: 98%;
	}

	.promotions-page .column.left .product-wrap h1 {
		margin: 0;
	}

	.promotions-page .column.left .promotions-item {
		width: 45%;
	}

	.promotions-page .column.left .promotions-item .promotions-image {
		height: 97px;
	}

	.promotions-page .column.left .promotions-item span {
		width: 70%;
	}

	.promotions-page .sidebar-widget.playing-nextbet ul li {
		padding: 5px 0 20px 30px;
	}

	.promotions-page .sidebar-widget.playing-nextbet ul li a{
		font-size: 10px;
	}

	.promotions-page .sidebar-widget.second h2 {
		margin: 5px 0;
		font-size: 14px;
	}

	.promotions-page .sidebar-widget.second li a {
		font-size: 10px;
	}

	.promotions-page .sidebar-widget.playing-nextbet hr {
		width: 100%;
		margin: 5px 0px;
	}

	.promotions-page .sidebar-widget.second hr {
		width: 100%;
		margin: 5px 0px;
	}
	/*Promotions*/

	/*Other page*/
	.other-page .title {
		padding-left: 10px;
		width: 98%;
	}

	.other-page h4 {
		font-size: 20px;
		margin-top: 0;
	}

	.other-page .page-content p {
		font-size: 12px!important;
		line-height: 20px;
	}

	.other-page .sidebar-widget.playing-nextbet ul li {
		padding: 5px 0 20px 30px;
	}

	.other-page .sidebar-widget.playing-nextbet ul li a{
		font-size: 10px;
	}

	.other-page .sidebar-widget.playing-nextbet hr {
		width: 100%;
		margin: 5px 0px;
	}

	/*Other page*/

	/*FOOTER*/
	.links-and-social {
        display: flex;
        background: #003c79;
        justify-content: space-evenly;
        gap: 40px 0px;
        flex-wrap: wrap;
    }

	.links-tab {
		width: 125px;
	}

	.links-tab h2 {
		font-size: 15px;
	}

	.links-tab ul {
		font-size: 10px;
	}

	.links-tab:last-child {
		text-align: center;
	}

	.links-tab:last-child ul {
		justify-content: center;
	}

	.links-tab ul li a img{
		width: 40px;
	}

	.footer .wrapper {
		width: 100%;
	}
	/*FOOTER*/
}

@media only screen and (max-width: 600px) {
	.desktop {
		display: none;
	}

	.bottom-header.desktop {
		display: none;
	}

	.header-inner {
		text-align: center;
	}

	.header-inner .fa-bars {
		display: block;
	}

	.logo {
		position: relative;
		left: 40px;
		top: -5px;
	}

	.logo.mobile {
		position: absolute;
		top: -5px;
		left: 60px;
	}

	.logo.mobile img {
		height: 35px;
	}

	.main-navigation.tablet {
		display: none;
	}

	.main-navigation ul ul {
		position: unset;
		background: none;
	}

	.main-navigation a {
		text-transform: none;
	}

	.main-navigation.mobile .menu-bottom-header-menu-container ul li {
		background: #012951;
		border: none;
	}

	.main-navigation ul ul a {
		width: 125px;
	}

	.link-outs-item {
		background: #012951;
		border: none;
	}

	.page-id-1605 ul li.link-outs-item:first-child a{
		color: #ffcd00;
	}
	
	.page-id-1639 ul li.link-outs-item:last-child a {
		color: #ffcd00;
	}

	.link-outs-item a img{
		margin-right: 10px;
	}

	ul li.link-outs-item a img.active-p,
	ul li.link-outs-item a img.active-c {
		display: none;
	}

	.page-id-1605 ul li.link-outs-item:first-child a img.active-p{
		display: inline-block;
	}

	.page-id-1605 ul li.link-outs-item:first-child a img.inactive-p{
		display: none;
	}

	.page-id-1639 ul li.link-outs-item:last-child a img.active-c{
		display: inline-block;
	}

	.page-id-1639 ul li.link-outs-item:last-child a img.inactive-c{
		display: none;
	}

	.nav-footer {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #012951;
		margin-top: 50px;
	}

	.left-col {
		width: 50%;
		text-align: center;
	}

	.left-col img {
		height: 25px;
	}

	.right-col {
		width: 50%;
		text-align: center;
	}

	.language-dropdown-selector-box {
		margin-top: 25px;
	}

	#language-dropdown-selector {
		display: none;
	}

	#language-dropdown-selector-mobi {
		display: block;
	}

	.left {
		width: 100%;
		padding: 0 20px;
	}

	.right {
		width: 100%;
		padding-left: 0;
		padding: 0 20px;
	}

	/*HP SLIDER*/
	section#section-slider {
		height: 340px;
	}

	.main-slider {
		height: 340px;
	}

	.slick-slide img {
		height: 300px;
	}

	.slide-arrow {
		display: none;
	}
	/*HP SLIDER*/

	.sidebar-widget.first.mobile{
		display: block;
		margin-bottom: 10px;
	}

	.sidebar-widget.first.hp {
		display: none;
	}

	.homepage .sidebar-widget h3 {
		width: 97%;
		font-size: 16px;
	}

	.homepage .sidebar-widget li {
		margin-left: 30px;
	}

	.homepage .sidebar-widget.second {
		display: none;
	}

	.articles-container h3 {
		font-size: 19px;
	}

	.articles-container img {
		height: 75px;
	}

	.load-more-btn {
		width: 38%;
		font-size: 18px;
	}

	.content hr {
		max-width: 100%;
		margin: 5px 20px;
	}

	.homepage .sidebar-widget span {
		line-height: 14pt;
		font-size: 14px;
		padding: 0 14px;
	}

	.tnp-subscription input[type=email] {
		height: 40px !important;
		font-size: 14px !important;
		padding: 14px!important;
	}

	.tnp-subscription input.tnp-submit {
		font-size: 14px !important;
		padding: 11px !important;
	}

	.homepage .sidebar-widget.third h2, 
	.homepage .sidebar-widget.fourth h2, 
	.homepage .sidebar-widget.sixth h2 {
		font-size: 14px;
	}

	.homepage .sidebar-widget.third li a, 
	.homepage .sidebar-widget.fourth li a, 
	.homepage .sidebar-widget.sixth li a {
		font-size: 12px;
	}

	.homepage .sidebar-widget.seventh {
		margin-bottom: 20px;
	}

	.latest-news-posts article {
		max-width: 380px;
		width: 100%;
		padding-bottom: 0;
	}

	.latest-news-post-title a {
		font-size: 18px;
	}

	.thumbnails {
		padding-bottom: 25px;
	}

	.iframe-scoreboard.tablet {
		display: none;
	}

	.iframe-scoreboard.mobile {
		display: block;
	}

	/*Category page*/
	.category-post-title h1 {
		margin: 10px 0 5px;
		font-size: 16px;
	}

	.category .category-article-wrapper:not(:first-child) {
		width: 49%;
	}

	.category .category-article-wrapper:not(:first-child) img {
		height: 125px;
	}

	.category .category-article-wrapper:not(:first-child) h1 {
		font-size: 12px;
	}

	.category .pagination-navi {
		float: unset;
		text-align: center;
	}

	.category .pagination-navi li.selected {
		font-size: 18px;
	}

	.category .pagination-navi li {
		font-size: 16px;
	}

	.category .sidebar-widget.second .related-news-wrapper {
		font-size: 11px;
		line-height: 11pt;
	}

	/*Category page*/

	/*Betting tips*/
	.betting-tips .column.left .thumbnails-container li {
		width: 100%;
		height: auto;
		margin: 0 8px 20px 0;
	}

	.betting-tips .column.left .thumbnails-container span {
		width: 96%;
	}

	.betting-tips .sidebar-widget.second hr {
		margin: 5px 0;
	}
	/*Betting tips*/

	/*FAQ*/
	.faqs-top {
		padding: 0px 10px;
	}

	.faqs-item div {
		width: 96px;
		height: 70px;
		font-size: 8px;
	}

	.faqs-item div img {
		margin: 15px 0px 7px;
		width: 30%;
	}

	.qna-item {
		width: 97%;
	}
	/*FAQ*/

	/*How to*/
	.how-to-page .sidebar-widget.playing-nextbet ul li {
		padding: 5px 0 20px 40px;
	}

	.how-to-page .sidebar-widget.playing-nextbet ul li a{
		font-size: 14px;
	}

	.how-to-page .page-content h4 {
		font-size: 20px;
		text-align: center;
	}
	/*How to*/

	/*Promotions*/
	.promotions-page .sidebar-widget.playing-nextbet ul li {
		padding: 5px 0 20px 40px;
	}

	.promotions-page .sidebar-widget.playing-nextbet ul li a{
		font-size: 14px;
	}

	.promotions-page .sidebar-widget.playing-nextbet {
		display: block;
	}

	.promotions-page .sidebar h3{
		display: none;
	}

	.promotions-page .sidebar-widget.second {
		display: none;
	}
	/*Promotions*/

	/*Other page*/
	.other-page .title {
		padding-left: 20px;
	}

	.other-page .sidebar-widget.playing-nextbet ul li {
		padding: 5px 0 20px 40px;
	}

	.other-page .sidebar-widget.playing-nextbet ul li a{
		font-size: 14px;
	}
	/*Other page*/

	.page-id-1624 .page-content .wp-block-image {
		text-align: center;
	}

	/*FOOTER*/
	.footer .footer-sponsors .sponsors > img {
        max-height: 43px;
    }

	.links-and-social {
        gap: 40px 0px;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }

	.links-tab {
		width: 200px;
	}

	.links-tab ul {
		font-size: 12px;
	}

	.links-tab li {
		padding: 5px 0;
	}

	.links-tab ul li a img {
		width: 100%;
	}

	.links-tab:last-child {
		width: 100%;
	}
	
	.payments_tab {
		display: none;
	}
	/*FOOTER*/

	.category .post-content article p,
	.category .post-content article img,
	.category .post-content article .post-title {
		max-width: 600px;
		width: 100%;
	}

	.category .category-post-link {
		width: 100%;
	}

	.category .category-title {
		margin: 30px 10px;
	}
}

@media only screen and (max-width: 480px) {
	.logo {
		left: 10px;
		top: 0;
	}

	.logo img {
		height: 42px;
	}

	.single .nav-previous {
		width: 50%;
	}

	.single .nav-next {
		width: 50%;
	}

	.single .nav-links h2 {
		display: inline-block;
	}

	.homepage .sidebar-widget li {
		margin-left: 20px;
	}

	.articles-container h3 {
		width: 73%;
	}

	.articles-container li {
		width: 100%;
		margin-bottom: 15px;
	}

	.articles-container img {
		height: 100%;
	}

	.mobile-scroll {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.load-more-btn {
		width: 60%;
	}

	.homepage .sidebar-widget span {
		padding: 0 8px;
	}

	.tnp-subscription input[type=email] {
		font-size: 12px !important;
		padding: 5px!important;
	}

	/*HP slider*/
	section#section-slider {
		height: 260px;
	}

	.main-slider {
		height: 220px;
	}

	.slick-slide img {
		min-height: 170px;
		height: 170px;
	}

	.slick-dots {
		bottom: 90px;
	}

	.slick-dots li {
		width: 5px;
		height: 5px;
	}
	/*HP slider*/

	/*Category page*/
	.category .category-article-wrapper:nth-child(1) .category-img-wrapper img {
		height: 160px;
	}

	.category .category-article-wrapper:not(:first-child) img {
		height: 82px;
	}

	.category .sidebar-widget.second .related-news-wrapper {
		font-size: 9px;
		line-height: 11pt;
	}

	/*Category page*/

	/*Betting tips*/
	.betting-tips .column.left .thumbnails-container span {
		width: 94%;
	}
	/*Betting tips*/

	/*FAQ*/
	.faqs-page .page-title {
		font-size: 12px;
		padding: 30px 0px 15px 10px;
		width: 97%;
	}

	.faqs-page .left {
		padding: 0 10px;
	}

	.faqs-page h1 {
		font-size: 20px;
	}

	.faqs-page .faq-description p {
		font-size: 12px;
	}

	.search-field input {
		font-size: 14px;
		padding-left: 70px;
	}

	.search-field i {
		font-size: 28px;
		left: 26px;
	}

	.faqs-top .recent-search-text {
		font-size: 12px;
	}

	.faqs-item div {
		width: 87px;
		height: 70px;
	}
	/*FAQ*/

	/*Promotions*/
	.promotions-page .column.left .promotions-item {
		margin: 0px 2px 5px 2px;
		width: 48%;
	}

	.promotions-page .column.left .promotions-item .promotions-image {
		height: 75px;
	}

	.promotions-page .column.left .promotions-item span {
		font-size: 10px;
		line-height: 11pt;
	}

	/*FOOTER*/
	.footer .wrapper {
        width: 100%;
    }

	.links-tab {
		width: 120px;
	}
	/*FOOTER*/
}

@media only screen and (max-width: 400px) {
	#side-form.optin-form-wrapper {
		width: 115px !important;
	}

	.form-logo span {
		font-size: 12px !important;
		position: relative;
		left: -5px;
		top: 2px;
	}

	/* .footer-inner {
		max-width: 1024px;
		padding: 10px 30px;
		padding-bottom: 90px;
	}

	.footer-row-1 p,
	.footer-row-2 p,
	.footer-row-3 p {
		font-size: 12px;
	} */
}

@media only screen and (max-width: 360px) {
	.single .post-thumbnail .button-align img {
		width: 75px !important;
	}
}