/*
Theme Name: Gioconews
Theme URI: https://www.gioconews.it/
Author: Gioconews TV Development Team
Author URI: https://www.gioconews.it/
Description: Custom WordPress theme for Gioconews 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: gioconews

Gioconews TV WordPress Theme 2024-2025
Gioconews 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}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}



:root {
	--white: #fff;
	--white-100: #F2F2F2;
	--white-200: #acacac;
	--white-300: #F7F7F7;
	--white-400: #f5f5f5;
	--black: #707070;
	--black-100: #000;
	--black-200: #454545;
	--black-300: #2b2b2b;
	--black-400: #E6E6E6;
	--red: #CE0A31;
	--dmsans: "DM Sans", sans-serif;
	--red-accent:#F00;
	--red-accent-100:#7C0A1F;
	--orange-color:#F6921E;
	--green-color:#16A1B0;
	--light-green:#B6C12D;
	--dark-green-color:#4B9832;
	--dark-black:#333;
	--dark-yellow:#FFD21C;
	--light-border:#EDEDED;
	--dark-border:#E0E0E0;
	--blue:#003eff;
	--sky-blue:#7AC7DB;
}
body {
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: var(--dmsans);
	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(--white-300);
	color: var(--black);
}
* {
	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(--dmsans);
	color: var(--dark-black);
	font-weight:700;
}
h1 {
    font-size:28px;
    line-height:32px;
}
h2 {
    font-size:26px;
    line-height:36px;
}
h3 {
    font-size:20px;
    line-height:30px;
}
h4 {
    font-size:18px;
    line-height:24px;
}
h5 {
    font-size:20px;
    line-height:20px;
}
h6 {
	line-height:20px;
	font-size: 18px;
}
strong {
	font-weight:700;
}
p {
	font-size: 16px;
	line-height:20px;
	margin-bottom: 20px;
	color: var(--dark-black);
	font-family: var(--dmsans);
}
p:last-child {
	margin-bottom:0;
}
li {
	font-size:16px;
	line-height:19px;
	color:var(--dark-black);
	font-family:var(--dmsans);
	margin-bottom:5px;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color: var(--dark-black);
	text-decoration: none;
	transition: all .3s ease;
}
a:hover {
	color: var(--red);
}
.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;
}
.container {
	max-width: 1366px;
	margin: auto;
	padding-left:8px;
	padding-right:8px;
}
.site-content {
	margin-top: 60px;
	padding-top: 30px;
}
.primary-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.site-main {
	width: 73%;
}
.sidebar {
	width: 25%;
	margin: 0;
	max-width: 350px;
}
.entry-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--light-border);
	position: relative;
	padding-bottom: 20px;
}
.entry-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	height: 3px;
	width: 50px;
	background: var(--dark-black);
}
.page-title {
	margin-bottom: 0;
}
.entry-content {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 20px;
}
table {
	margin-bottom: 20px;
	border: 1px solid var(--dark-border);
	width: 100%;
}
th, 
td {
	padding: 20px;
	border: 1px solid;
	font-size: 16px;
	color: var(--dark-black);
	border-color: #E0E0E0 !important;
}
.wp-block-table table th, 
.wp-block-table table td {
	padding: 20px;
	border: 1px solid;
	font-size: 16px;
	color: var(--dark-black);
	border-color: #E0E0E0 !important;
}
th {
	font-weight: 700;
}
.entry-content a,
.glossary-content a {
	display: inline-block;
	color: var(--red);
	text-decoration: underline;
	background: rgba(206,10,49,0.1);
	transition: all 0.6s ease;
}
.entry-content a:hover,
.glossary-content a:hover {
	background: rgba(124,10,31,0.1);
	color: var(--red-accent-100);
}
.mr-top{
	margin-top:30px;
}
.mr-top20{
	margin-top:20px;
}
.m-col-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	align-items: flex-start;
	justify-content: space-between;
}
.item-card {
	width: calc((100% / 3) - 14px);
}
.s-col-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	align-items: flex-start;
}
.item-card-two {
	width: calc((100% / 3) - 7px);
}
.m-col-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(((100% / 3) * 2) - 10px);
}
.prime-top-layer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	height: 34px;
	border-bottom: 1px solid var(--light-border);
	position: relative;
	width: 100%;
}
.prime-top-layer::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	height: 3px;
	width: 50px;
	background: var(--dark-black);
}
.top-layer-heading {
	font-size: 18px;
	color: var(--dark-black);
	margin: 0;
	line-height: 25px;
}
.gio-view-all {
	font-size: 14px;
	color: var(--dark-black);
	font-family: var(--dmsans);
	position: relative;
	line-height: 25px;
}
.gio-view-all::after {
	content: "";
	background: url(assets/images/right_chevron.svg) right center no-repeat;
	display: inline-block;
	width: 18px;
	height: 20px;
	background-size: 18px;
	top: 5px;
	position: relative;
}
.gio-view-all:hover {
	color: var(--dark-black);
}
.prime-top-layer.orange-color::after {
	background: var(--orange-color);
}
.prime-top-layer.green-color::after {
	background: var(--green-color);
}.prime-top-layer.dark-green-color::after {
	background:var(--dark-green-color);
}
.content-prime .content-prime-link.play-video::after {
	content: "";
	z-index: 102;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(assets/images/video.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
.content-prime .content-prime-link.play-video::before {
	content: "";
	width: 100%;
	height: 60px;
	z-index: 101;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, #333 0%, rgba(51,51,51,0) 100%);
	background: -webkit-linear-gradient(top, #333 0%, rgba(51,51,51,0) 100%);
	background: linear-gradient(to bottom, #333 0%, rgba(51,51,51,0) 100%);
	opacity: 1;
}
.content-prime .content-prime-link.play-video:hover::before {
	background: -moz-linear-gradient(top, #ce0a31 0%, rgba(51,51,51,0) 100%);
	background: -webkit-linear-gradient(top, #ce0a31 0%, rgba(51,51,51,0) 100%);
	background: linear-gradient(to bottom, #ce0a31 0%, rgba(51,51,51,0) 100%);
}
.newsletter-load {
	margin-top: 30px;
}
#newsletter-counter {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
}
.taxonomy-load-more.newsletter-load {
	margin-top:30px;
	margin-bottom:30px;
}
.tag-btn {
	border: none;
	transition: all 0.6s ease;
	font-size: 14px;
	font-family: var(--dmsans);
	font-weight: 500;
	border-radius: 5px;
	padding:4px 10px;
	cursor: pointer;
	background: rgba(206,10,49,0.12);
	color: var(--red-accent-100);
	margin-left: auto;
}
.locator-buttons-outer {
	display: flex;
	justify-content: space-between;
}
.locator-buttons-outer .button-item {
	width: calc(50% - 12px);
	margin-bottom: 30px;
}
.locator-buttons-outer a {
	color: var(--white);
	border-radius: 6px;
	font-size: 16px;
	line-height: 20px;
	background: var(--red);
	padding: 0 90px;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: var(--dmsans);
}
.locator-buttons-outer strong {
	font-size:20px;
	padding-bottom:10px;
}
.locator-buttons-outer .button-item:nth-child(2) a {
	background: var(--red-accent-100);
}
.locator-internal {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	border-radius: 6px;
	background:var(--white);
	margin-bottom: 20px;
}
.locator-internal form {
	width: 100%;
}
.locator-from {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.locator-from-inner {
	width: 100%;
	display: flex;
	gap: 0 25px;
}
.locator-checkbox-list {
	display: flex;
	gap:0 10px;
	width: 100%;
	flex-wrap: wrap;
}
.checkbox-list {
	width: calc(100% / 6 - 10px);
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.checkbox-list span {
	width: calc(100% - 35px);
}
.locator-internal .checkbox-list input {
	width: 17px;
	height: 17px;
	margin: 0;
	margin-right: 8px;
}
.submit-button .wpcf7-submit {
	font-weight: 700;
	color:var(--white);
	text-align: center;
	font-size: 16px;
	height: 47px;
	background: var(--red);
	border: none;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	max-width: 220px;
	min-width: 220px;
	border-radius: 6px;
	font-family: var(--dmsans);
}
.locator-internal .name-field label {
	padding-bottom: 10px;
}
.sponsor-vertical .prime-top-text {
	padding-bottom:0;
}
.sponsor-vertical .locator-from-inner {
	max-width: 393px;
	flex-direction: column;
}
.sponsor-image.name-field input {
	padding-top: 11px;
}
.location-vertical .locator-from-inner .name-field {
	width: calc(100% / 3 - 25px);
}
.location-vertical .locator-from-inner {
	flex-wrap: wrap;
}
.location-vertical .name-field.sponsor-image {
	max-width: 397px;
}
.post-type-archive-glossario .search-articles p a {
	color: #0000ee;
}
.post-type-archive-glossario .search-articles p {
	color: var(--black);
}
.post-type-archive-glossario .search-articles h3 a:hover {
	color: var(--dark-black);
}
#cmplz-message-1-optin p { 
	font-size: 12px; 
	margin-bottom: 0; 
} 
#cmplz-header-1-optin { 
	display: block; 
	font-weight: 500; 
	font-size: 32px; 
	line-height: 1; 
	margin: 0 0 20px; 
	text-align: center; 
	color: #000000 !important; 
}
#cmplz-message-1-optin p a {
	color: var(--black-100);
	text-decoration: underline;
}
#cmplz-message-1-optin p a:hover {
	text-decoration: none;
}
.cmplz-cookiebanner button.cmplz-btn.cmplz-accept {
	border: 2px solid #4b81e8 !important;
	background-color: transparent !important;
	color: #4b81e8 !important;
	max-width: 245px;
	height: 56px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--dmsans);
}
.cmplz-cookiebanner button.cmplz-btn.cmplz-deny {
	background-color: #4b81e8 !important;
	color: #ffffff !important;
	border-radius: 5px;
	width: 100%;
	max-width: 245px;
	height: 56px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--dmsans);
}
.cmplz-cookiebanner .cmplz-buttons {
	justify-content: center;
	gap: 0 48px;
}
.archive .content-prime-category a {
	color: var(--black);
}
.wpcf7-not-valid-tip {
	color: var(--red) !important;
	font-size: 11px !important;
}
body .toplist-gioconews__offer-cta-btn {
	background: #ce0a31;
	text-decoration: none;
	color: #fff;
}
body .toplist-gioconews__offer-cta-btn:hover {
	text-decoration: none;
	color: #fff;
	background: linear-gradient(0deg, #0000004c 0%, #0000004c 100%), #ce0a31;
}
.post-written:not(:has(+ .post-thumbnail)) {
	margin-bottom: 20px;
}
.page-template-commercial-page-template .heateor_sss_sharing_container {
	display: none !important;
}
.page-template-commercial-page-template .heateor_sss_mobile_footer {
	display: none;
}
.related-articles .m-col-3 {
	justify-content: flex-start;
}

@media (max-width:1199px) {
	.site-content {
		margin-top: 50px;
	}
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.site-content:before {
		content: "";
		opacity: 0;
		position: fixed;
		background: rgba(0,0,0,0.3);
		height: 100%;
		width: 100%;
		top: 50px;
		left: 0;
		z-index: 100;
		visibility: hidden;
		transition: all .5s ease;
		height: calc(100% - 50px);
	}
	.navopen .site-content:before {
		content: "";
		visibility: visible;
		opacity: 1;
	}
	h1 {
		font-size:24px;
		line-height:31px;
	}
	.entry-header {
		padding-bottom: 11px;
	}
}
@media (max-width:1024px) {
	.primary-inner {
		flex-wrap: wrap;
	}
	.site-main {
		width:100%;
	}
	.sidebar {
		width:100%;
		margin: 30px auto 0;
	}
	.locator-buttons-outer a {
		padding: 0 30px;
	}
	.locator-from-inner {
		flex-wrap: wrap;
	}
	.locator-from-inner .name-field {
		width: 48%;
	}
	.checkbox-list {
		width: calc(100% / 3 - 10px);
	}
	.locator-internal .locator-from-inner .name-field {
		width: 100%;
	}
	.location-vertical .locator-from-inner .name-field {
		width: 100%;
	}
	.location-vertical .name-field.sponsor-image {
		max-width: 100%;
	}
	.entry-content table {
		display: block;
		overflow: auto;
	}
	body .cmplz-cookiebanner .cmplz-body {
		max-height: 220px;
	}
	body .cmplz-cookiebanner .cmplz-header {
		display: flex;
	}
	body #cmplz-header-1-optin {
		margin: 0;
	}
	body .cmplz-cookiebanner .cmplz-message {
		padding-right: 20px;
	}
	body .cmplz-cookiebanner .cmplz-close {
		position: absolute;
		right: 20px;
		top: 16px;
	}
}
@media screen and (min-device-width:768px) and (max-device-width:1024px) {
	.tag-column .prime-top-layer .top-layer-heading {
		line-height: 20px;
	}
	.tag-column .prime-top-layer {
		padding-bottom: 12px;
	}
}
@media (max-width: 991px) {
	body .toplist-gioconews__filter-wrapper {
		width: 100%;
		margin: 0 0 20px;
		padding:0;
	}
	body .cmplz-cookiebanner .cmplz-header {
		grid-template-columns: 0fr 1fr auto;
		align-items: flex-start;
	}
	body .cmplz-cookiebanner button.cmplz-btn.cmplz-accept,
	body .cmplz-cookiebanner button.cmplz-btn.cmplz-deny	{
		height: 45px;
		font-size: 16px;
		margin: auto;
	}
	body .cmplz-cookiebanner {
		width: calc(100% - 20px) !important;
	}
	body .cmplz-cookiebanner .cmplz-header {
		display: flex !important;
	}
	
	body #cmplz-header-1-optin {
		font-size: 22px;
		margin: 0;
		padding-bottom: 20px;
		width: 100%;
		min-width: 100%;
		padding-top: 0;
		text-align: left;
		padding-right: 20px;
	}
	body .cmplz-cookiebanner .cmplz-body {
		padding-top: 20px;
	}
	body .cmplz-cookiebanner .cmplz-message {
		width: 100%;
	}
	body .cmplz-logo {
		display: none;
	}
}
@media (max-width:767px) {
	.alignleft,
	.alignright {
		margin: 10px 0;
	}
	.m-col-3 .item-card {
	margin-bottom: 20px;
	}
	.item-card {
		width: 100%;
	}
	.s-col-3 {
		margin-bottom: 20px;
	}
	.item-card-two {
		width: 100%;
		margin-bottom: 20px;
	}
	.m-col-2 {
		width: 100%;
	}
	.entry-header {
		flex-wrap: wrap;
	}
	.locator-buttons-outer {
		flex-direction: column;
	}
	.locator-buttons-outer a {
		padding: 20px;
		min-height: inherit;
	}
	.locator-buttons-outer .button-item {
		width: 100%;
	}
	.locator-from-inner .name-field {
		width: 100%;
	}
	.checkbox-list {
		width: 100%;
	}
	.submit-button .wpcf7-submit {
		margin-top: 0;
	}
	.sponsor-vertical .locator-from-inner {
		max-width: 100%;
	}
}