/*
Theme Name: GINX TV
Theme URI: https://www.ginx.tv/
Author: GINX TV Development Team
Author URI: https://www.ginx.tv/
Description: Custom WordPress theme for GINX TV commercial site. Features Gutenberg block editor support with ACF blocks, Yoast SEO integration, and modular architecture designed for content migration and scalability.
Tags: accessibility-ready, custom-menu, featured-images, threaded-comments, translation-ready, block-editor
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ginxtv

GINX TV WordPress Theme 2024-2025
GINX TV theme is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style: none;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face {
    font-family: 'd-dindin-bold';
    src: url('assets/fonts/d-din-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/d-din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
	--white: #fff;
	--black: #000;
	--roboto: "Roboto", sans-serif;
	--d-din:'d-dindin-bold';
	--yellow-accent:#FFF70F;
	--red-accent:#F00;
	--black100:#0A0215;
	--black200:#6e6e6e;
	--black300:#24292E;
	--links:#01798F;
	--paragraph-text: #2B2B2B;
	--base-text:#A0A0A0;
	--primary-color: #F0F2F5;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: var(--black);
	font-family: var(--roboto);
	font-optical-sizing: auto;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: var(--primary-color);	
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0 0 20px;
	padding:0;
	letter-spacing:0;
	font-family: var(--d-din);
	color: var(--black);
}
h1 {
    font-size: 40px;
    line-height: 46px;
}
h2 {
    font-size: 24px;
    line-height:24px;
}
h3 {
    font-size: 18px;
    line-height:20px;
}
h4 {
    font-size: 18px;
    line-height:20px;
}
h5 {
    font-size:14.94px;
    line-height:18px;
}
h6 {
    font-size: 12.06px;
    line-height:15px;
}
p {
	font-size: 16px;
	line-height:30px;
	margin-bottom: 20px;
	font-family: var(--roboto);
	color: var(--paragraph-text);
}
.h2xl{
	font-size: 36px;
	line-height: 42px;
	margin:0;
}
p:last-child {
	margin-bottom:0;
}
li {
	font-size: 16px;
	line-height: 25px;
	margin-bottom:5px;
	font-family: var(--roboto);
	color: var(--paragraph-text);
}
img {
	max-width:100%;
	height:auto;
}
em {
	font-style: italic;
}
a {
	color: var(--black);
	text-decoration: none;
	transition: all .3s ease;
}
a:hover {
	color: var(--links);
}
.aligncenter {
	margin-top:2rem;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	display: block;
}
.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}
.alignright {
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}
.yellow-underline {
	text-decoration: underline;
	text-decoration-color: #fff70f;
	text-decoration-thickness: 7px;
}
.container {
	max-width: 1100px;
	margin: auto;
}
.primary-inner {
	display: flex;
	width: 100%;
	padding: 20px;
	background: var(--white);
	gap: 0 20px;
}
.sidebar {
	width: 28.5%;
	display: flex;
	flex-direction: column;
}
.site-main {
	width: 70.3%;
}
.breadcrumbs {
	margin-bottom: 14px;
}
.breadcrumbs span a {
	color: var(--links);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.breadcrumbs span {
	color: var(--black200);
	font-family: var(--roboto);
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
.entry-meta {
	color: var(--paragraph-text);
	font-family: var(--roboto);
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 5px;
}
.entry-meta .author {
	text-transform: capitalize;
}
.entry-meta .author a {
	color: var(--links);
	text-decoration: underline;
}

.posts-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.archive-item {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.archive-thumbnail {
	flex: 0 0 329px;
	max-width: 329px;
	height: 185px;
}
.archive-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}
.archive-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.entry-header .entry-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 25px;
    font-family: var(--d-din);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    align-items: center;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: var(--black);
}
.entry-header .entry-title a:hover {
	color: var(--black);
	text-decoration: underline;
}
.entry-summary p {
	font-size: 14px;
	color: var(--black);
	line-height: 20px;
}
.archive-content .entry-date {
	display: flex;
	gap: 0 10px;
	align-items: center;
	align-content: center;
	width: 100%;
	color: var(--black);
	font-family: var(--roboto);
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 10px;
}
.entry-date span {
	width: 16px;
	height: 16px;
	vertical-align: top;
	display: flex;
}
.heading-medium{
	font-size: 36px;
    line-height:42px;
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0;
    font-family: var(--d-din);
    color: var(--black);
}
.gambling-template-default h2 {
	font-size: 24px;
	line-height: 24px;
}
.gambling-template-default h3 {
	font-size: 18px;
	line-height: 20px;
}
strong {
	font-weight: 700;
}
.article__footer {
    background: #fff70f;
    height: 12px;
    width: 100%;
    margin: 40px 0;
}
.site-main.gx-full-width{
	width:100%
}
.gx-bg-full.primary-inner {
	background: var(--white) url(assets/images/ginx_pattern_bg_loop_white.jpg) top center repeat;
	background-size: contain;
}
.center-align{
	text-align:center
}
.entry-content pre {
	background: #fff70faa;
	color: #000;
	padding: 15px;
	font-family: var(--roboto);
	font-weight: 300;
	font-size: 18px;
	white-space: break-spaces;
	line-height: 28px;
	margin-bottom: 15px;
}
.entry-content pre a{
	color: var(--links);
	text-decoration: underline;
}
.gx-patreon-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 60px 0 40px 0;
}
.gx-patreon-buttons a {
	background: #fff70f;
	margin: 20px auto;
	padding: 10px 30px;
	font-family: var(--d-din);
	font-size: 20px;
	color: #000;
	line-height: 40px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #000000a0;
	text-decoration: none;
	text-align: center;
	width: 40%;
	min-width: 300px;
}
.gx-patreon-buttons a:hover {
	background: #ffdf0f;
}
/* Privacy Policy */
.article-intro {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 24px;
	font-weight: 300;
}
p a {
	color: #01798f;
	text-decoration: underline;
}
.wp-block-table td, 
.wp-block-table th {
	border: none;
	font-size: 14px;
	line-height: 24px;
	color: #2b2b2b;
}
.wp-block-list {
	list-style: disc;
	padding-left: 40px;
	margin: 18px 0;
}
.wp-block-list li {
	font-size: 18px;
	margin: 12px 0;
	line-height: 30px;
}
/* Privacy Policy End */
.gx-article-review {
	background-color: #000;
	border-radius: 14px;
	width: 100%;
	display: inline-block;
}
.gx-review-image {
	aspect-ratio: 16/9;
	border-radius: 14px 14px 0 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.gx-review-content-container {
	background: url(assets/images/ginx_bg_pattern_darkblue.jpg) top center repeat;
	background-size: cover;
	border-radius: 0 0 14px 14px;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.gx-review-content-left {
	width: calc(100% - 200px);
	padding: 30px;
}
.gx-review-content-title {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
}
.gx-review-content-text,.gx-review-content-platform {
	color: #fff;
	font-size: 17px;
	margin-top: 25px;
	line-height: 24px;
}
.gx-review-content-right {
	width: 200px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 20px;
}
.gx-circular-progress {
	background-color: #1f2f5d;
	border-radius: 50%;
	font-size: 11px;
	height: 10em;
	line-height: 10em;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 10em;
	z-index: 2;
}
.gx-circular-progress span {
	color: #fff;
	display: block;
	font-size: 27px;
	font-weight: 800;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.gx-review-rating-link {
	margin-top: 40px;
	color: white;
	font-size: 12px;
	display: block;
}
.gx-circular-progress {
  --size: 100px;
  --thickness: 10px;
  --track: #222;
  --fill: #fff70f;
  --value: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--fill) calc(var(--value) * 1%), var(--track) 0);
  position: relative;
}
.gx-circular-progress::before {
  content: "";
  position: absolute;
  inset: var(--thickness);
  background: #000;
  border-radius: 50%;
}
.img-figure {
	display: inline-block;
	margin: 16px 0;
	width: 100%;
}
.img-figure img {
	vertical-align: top;
}
.img-figure figcaption {
	background: url(assets/images/ginx_bg_pattern_darkblue.jpg) no-repeat center center;
	background-size: auto;
	background-size: cover;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	padding: 15px;
	text-align: center;
	line-height: 30px;
}
.entry-content ul {
    margin-bottom: 20px;
    padding-left: 40px;
    list-style: disc;
}
.entry-subtitle {
	font-size: 18px;
	margin: 10px 0 10px 0;
	color: #2b2b2b;
	line-height: 24px;
	font-weight: 300;
	font-family: var(--roboto);
}
.single section.accordion-box {
    background: url(assets/images/ginx_bg_pattern_darkblue.jpg) no-repeat center center;
    background-size: cover;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}
.single .category-bottom-text .accordion-box {
	margin-bottom: 0;
}
.single section.accordion-box .accordion-box-title::before {
    content: " ";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(assets/images/chevron_down_yellow.svg) no-repeat center center;
    background-size: 32px 32px;
    text-decoration: none;
    margin-right: 10px;
    top: 0;
    left: 0;
}
.single section.accordion-box .accordion-box-title {
    background: rgba(255, 255, 255, .1);
    font-size: 16px;
    padding: 10px 10px 10px 48px;
    line-height: 28px;
    min-height: 48px;
    position: relative;
    cursor: pointer;
	color: #fff;
}
.single section.accordion-box .accordion-box-description {
    padding: 0 10px;
    height: 0;
    overflow: hidden;
}
.single section.accordion-box.expanded .accordion-box-description {
    height: auto;
}
.single section.accordion-box .accordion-box-description p {
    color: #fff;
}
.single .accordion-box-description ul li::marker {
    color: #fff70f;
}
.single section.accordion-box.expanded .accordion-box-title::before {
    transform: rotate(180deg);
}
.single .accordion-box-description ul {
    margin: 18px 0;
    padding-left: 40px;
    list-style: disc;
}
.single .accordion-box-description li {
    color: #fff;
    padding: 7px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.entry-content .rsp-countdown-container {
    background: url(assets/images/ginx_bg_pattern_darkblue.jpg) no-repeat center center;
    background-size: cover;
	margin-bottom: 15px;
}
.entry-content .rsp-countdown-header {
    color: #fff70f;
    font-size: 24px;
    padding: 15px 25px;
    text-align: center;
}
.entry-content .rsp-countdown-time {
    align-items: center;
    color: #fff70f;
    display: flex;
    font-size: 40px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 60px;
    min-height: 120px;
    text-align: center;
    padding: 0 0 15px 0;
}
.entry-content .mce-toc {
    background: url(assets/images/ginx_bg_pattern_darkblue.jpg) no-repeat center center;
    background-size: cover;
    font-size: 18px;
    padding: 10px 10px 10px 48px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
    color: #fff;
}
.entry-content .mce-toc h2 {
	margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}
.entry-content .mce-toc h2::before {
    content: " ";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(assets/images/chevron_down_yellow.svg) no-repeat center center;
    background-size: 32px 32px;
    text-decoration: none;
    top: 0;
    left: 0;
}
.entry-content .mce-toc ul {
    padding:18px 0 0 18px;
}
.entry-content .mce-toc li {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}
.entry-content .mce-toc ul ul {
	padding: 0 0 0 10px;
	list-style: circle;
}
.entry-content .mce-toc ul li::marker {
    color: #fff70f;
}
.entry-content .mce-toc a {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.entry-content .mce-toc-expand {
    text-align: center;
    margin-top: 10px;
}
.entry-content .mce-toc-expand a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff70f;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
}

.entry-content table {
    margin-bottom: 20px;
}
.entry-content th, .entry-content td {
    border: 1px solid #000;
	line-height: 24px;
}
.entry-content th a, .entry-content td a{
	color: var(--links);
	text-decoration: underline;
}
.entry-content li a{
	color: var(--links);
}
.entry-content blockquote {
    margin: 14px 0;
    font-size: 22px;
    font-style: italic;
    background-color: #f0f2f5;
    padding: 14px;
}
.entry-content blockquote::before {
    content: '“';
    display: inline;
}
.entry-content blockquote::before {
    content: '“';
    display: inline;
}
.entry-content blockquote::after {
    content: '”';
    display: inline;
}
.site-main iframe {
	max-width: 100%;
}
.archive-content-description ul {
	padding-left: 40px;
	list-style: disc;
}
.accordion-box-description ul li::marker {
    color: #fff70f;
}
.accordion-box-description ul li a {
    color: #fff;
    text-decoration: underline;
}
.twitter-tweet {
	margin: auto;
}
.toplist-ginxtv__offer-key-features {
	padding-left: 0 !important;
}

@media (max-width:1159px) {
	.primary-inner {
		padding: 14px 20px;
		flex-wrap: wrap;
	}
	.site-main {
		width: 100%;
	}
	.archive-thumbnail {
		flex: 0 0 40%;
		max-width: 40%;
		height: auto;
	}
	.archive-content .entry-summary {
		display: none;
	}
	.archive-content .entry-meta {
		display: none;
	}
	.heading-medium{
		font-size:28px;
		line-height:28px;
	}
	body {
		padding-top: 56px;
	}
	.container {
		max-width: 100%;
	}
	.h2xl{
		font-size:28px;
		line-height: 28px;
	}
	.gx-patreon-buttons {
		flex-direction: column;
	}
	.gx-patreon-buttons a {
		margin: 10px auto;
	}
}

@media (max-width:767px) {
	
	.alignleft,
	.alignright {
		margin: 10px 0;
	}
	.entry-header .entry-title {
		font-size: 16px;
		line-height: 18px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.gx-review-content-left {
		width: 100%;
	}
	.gx-review-content-right {
		width: 100%;
	}
	.gx-review-content-container {
		flex-flow: wrap;
	}
}
