/*!
Theme Name: Gamesource Italia v7
Theme URI: https://www.gamesource.it
Template: kadence
Author: Marco Martinelli
Author URI: https://www.finalmarco.com
Description: Tema child basato su kadence PRO (integrato con plugin gamesource + extensions). v7: nuovo header compatto e menu laterale a scorrimento (cartella gs7-header/).
Version: 7.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gamesource7
*/

/* Theme customization starts here

-------------------------------------------------------------- */



article,aside,footer,header,main,nav,section
{
	display: block;
}


html
{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}
b
{
	font-weight: bold;
}
img
{
	border: 0;
}

html
{
	overflow-anchor: none;
}
a,a:active,a:focus
{
	outline: 0;
}
h2,h3,h4,p,ul,form
{
	margin: 0;
	padding: 0;
}
ul
{
	list-style: none;
	list-style-image: none;
}
img
{
	max-width: 100%;
	ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(.icon-remove-sign)
{
	pointer-events: none;
}
form
{
	margin: 0;
}
label
{
	cursor: pointer;
}
button,input
{
	vertical-align: baseline;
}
html
{
	color: #262626;
}
body
{
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
@media (max-width: 767px)
{
	body
	{
		font-size: 1rem;
		line-height: 1.3rem;
		text-rendering: optimizeSpeed;
	}
}
html
{
	font-size: 100%;
	line-height: 1.3em;
}
@media (min-width: 768px)
{
	.row>[class*="span"]:not(.span12)
	{
		float: left;
		padding-left: 15px;
		padding-right: 7px;
	}
}
.row
{
	display: block;
}

.filter-tabs {
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.filter-tabs
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 1rem;
	font-family: var(--global-heading-font-family);
}

@media (max-width: 600px)
{
	.filter-tabs 
	{
		display: none;
	}
}


.filter-tabs__tab
{
	color: var(--global-palette4);
}
.filter-tabs__tab>a
{
	color: var(--global-palette4);
	display: block;
	padding: 16px 0;
}
.filter-tabs .on
{
	color: var(--global-palette-highlight);
	font-weight: bold;
	/*position: relative;*/
}
.filter-tabs .on::before
{
	/*
	border-bottom: 0.125rem solid;
	bottom: -1px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	*/
}

.row:after
{
	clear: both;
	content: "";
	display: table;
}
@media (min-width: 768px)
{
	.medium-span5
	{
		width: 41.66667%;
	}
	.medium-span7
	{
		width: 58.33333%;
	}
}
@media (min-width: 1024px)
{
	.span4
	{
		width: 33.33333%;
	}
	.span8
	{
		width: 66.66667%;
	}
}
.container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.container:after
{
	clear: both;
	content: "";
	display: table;
}
html
{
	/*background: #fff none;*/
	height: 100%;
	overflow-x: hidden;
}

/*marco*/
#default-content
{
	/*padding: 1.3rem 15px;*/
	position: relative;
	padding-left: 0;
    padding-right: 0;
}
@media (max-width: 768px)
{
	#default-content
	{
		padding-left: 8px;
		padding-right: 0;
	}
}
h3 a
{
	color: #262626;
}
@media (min-width: 1024px)
{
	h3 a:hover
	{
		color: var(--global-palette-highlight);
	}
}
h2
{
	font-size: 1.4375rem;
	line-height: 1.95rem;
}
@media (min-width: 1280px)
{
	h2
	{
		font-size: 1.8125rem;
		line-height: 1.95rem;
	}
}
h3
{
	font-size: 1.125rem;
	line-height: 1.3rem;
}
@media (min-width: 1280px)
{
	h3
	{
		font-size: 1.4375rem;
		line-height: 1.95rem;
	}
}
h4
{
	font-size: 1rem;
	line-height: 1.3rem;
}
@media (min-width: 1280px)
{
	h4
	{
		font-size: 1rem;
		line-height: 1.3rem;
	}
}
@media (min-width: 1280px)
{
	h4
	{
		font-size: 1.125rem;
		line-height: 1.3rem;
	}
}
/*p
{
	margin-bottom: 0.65rem;
	margin-top: 0;
}
@media (min-width: 768px)
{
	p
	{
		margin-bottom: 1.3rem;
	}
}*/
p:empty
{
	margin-bottom: 0;
}
/*img[width],img[height]
{
	max-width: none;
}*/
a
{
	color: var(--global-palette-highlight); 
	text-decoration: none;
}
a:focus
{
	color: var(--global-palette-highlight); 
}
a:active
{
	color: var(--global-palette-highlight); 
}

.btn
{
	background-clip: padding-box;
	background-color: #e6e6e6;
	border: none;
	border-radius: 2px;
	color: #262626;
	display: inline-block;
	font-weight: 800;
	min-width: 88px;
	moz-osx-font-smoothing: grayscale;
	moz-user-select: -moz-none;
	ms-user-select: none;
	padding: 9px 16px;
	text-align: center;
	transition: all 0.15s linear;
	user-select: none;
	webkit-font-smoothing: antialiased;
	webkit-transition: all 0.15s linear;
	webkit-user-select: none;
	width: auto;
}
.btn:active,.btn:focus
{
	box-shadow: rgba(0,0,0,0.15) 0 0 0 1px inset,rgba(255,255,255,0.1) 0 2px 0 inset,rgba(0,0,0,0.15) 0 1px 1px,rgba(0,0,0,0.1) 0 0 0 10em inset;
	color: inherit;
	outline: 0;
}
.btn-primary
{
	background-color: #de004a;
}
.btn-primary
{
	color: #fff;
}
.btn-primary:active,.btn-primary:focus
{
	color: #fff;
}
.btn:disabled
{
	background-color: #eee;
	background-image: none;
	box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset;
	color: #ccc;
	cursor: default;
	text-shadow: none;
}

.media
{
	display: block;
	position: relative;
}
@media (max-width: 767px)
{
	.media
	{
		overflow: hidden;
	}
}
.media>a
{
	display: block;
	position: relative;
}
.media>a:after
{
	clear: both;
	content: "";
	display: table;
}

.btn
{
	/*font-family: "Source Sans Pro","Franklin Gothic Medium","Arial Narrow Bold","Helvetica Neue",Arial,sans-serif;*/
	font-style: normal;
	font-weight: 700;
}
.overflow--hidden
{
	overflow: hidden;
}
.left
{
	clear: left;
	float: left;
	margin-bottom: 1.3rem;
}
@media (min-width: 640px)
{
	.left
	{
		margin-right: 30px;
	}
}
.overflow--hidden
{
	overflow: hidden;
}
#default-content
{
	padding-bottom: 20.8px;
	padding-top: 20.8px;
	position: relative;
}

html
{
	color: var(--global-palette-highlight); 
	font-size: 16px;
}
body
{
	font-size: 1rem;
	line-height: 1.222;
}
h2,h3,h4
{
	margin-bottom: 0.5em;
	margin-top: 0;
}
h2,h3
{
	font-weight: bold;
}
a
{
	color: var(--global-palette-highlight); 
	text-decoration: none;
}
/*.text-decoration--none
{
	text-decoration: none;
}*/
p
{
	margin: 0 0 1em;
}
h2
{
	font-size: 22px;
}
@media (min-width: 320px)
{
	h2
	{
		font-size: calc(22px + 4 * ((100vw - 320px) / 960));
	}
}
@media (min-width: 1280px)
{
	h2
	{
		font-size: 26px;
	}
}
h3,h4
{
	font-size: 16px;
}
@media (min-width: 320px)
{
	h3,h4
	{
		font-size: calc(16px + 6 * ((100vw - 320px) / 960));
	}
}
@media (min-width: 1280px)
{
	h3,h4
	{
		font-size: 22px;
	}
}
/*p
{
	font-size: 14px;
}
@media (min-width: 320px)
{
	p
	{
		font-size: calc(14px + 2 * ((100vw - 320px) / 960));
	}
}
@media (min-width: 1280px)
{
	p
	{
		font-size: 16px;
	}
}*/
.text-small
{
	font-size: 0.875rem;
}
.border-top-grayscale--thin
{
	/*border-top: 1px solid #e6e6e6;*/
}
.border-bottom-grayscale--thin
{
	border-bottom: 1px solid var(--global-palette1);
}

.carica_altro
{
	
	display: flex;
    align-items: center;
    justify-content: center;
}

.btn
{
	
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 20.8px;
	outline: 0;
	padding: 4px 15px 4px;
	text-align: center;
	transition: all 0.25s;
	vertical-align: middle;
	
    margin: 15px 0px 15px 0px;
	border: 2px solid var(--global-palette-highlight);
	display: inline-block;
}
.btn:active,.btn:visited:active
{
	color: #fff;
}
.btn:active
{
	box-shadow: rgba(0,0,0,0.25) 0 2px 6px inset;
	outline: 0;
}
.btn-primary
{
	color: var(--global-palette-highlight);
}
.btn-primary:active,.btn-primary:focus
{
	color: #fff;
}
.btn-primary
{
	background-color: transparent;
}
.btn-primary:active,.btn-primary:visited:active
{
	color: #fff;
}
/******************************************************************************************************************************/

.blocco-item{
    min-height:122px;
    position:relative
}
.blocco-item__title{
    margin-bottom:.3125rem
}
.blocco-item__link{
    color:#262626
}
.blocco-item__link:not(.disable-link-cover)::before{
    bottom:0;
    content:'';
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:25
}
.blocco-item:not(.disable-link-hover):hover .blocco-item__title{
    color: var(--global-palette-highlight); 
}
.blocco-item:not(.disable-link-hover):hover .blocco-item__img::before{
    display:block
}
.blocco-item__main{
    flex:1 1 auto
}
.blocco-item__img{
    flex:25% 0 0;
    max-width:150px;
    max-height:100px;
    min-width:80px;
    position:relative
}
.blocco-item__img--margin-right{
    margin-left:5%
}
.blocco-item__img::before{
    background-color:rgba(25,25,25,.4);
    bottom:0;
    content:"";
    display:none;
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:15
}
.blocco-metadata{
    color:gray;
    display:flex;
    flex-wrap:nowrap;
    font-family:var(--global-heading-font-family)
}
.blocco-metadata .symbol-text{
    margin-right:1rem
}
.blocco-metadata .symbol-text:last-child{
    margin-right:0
}
@media (max-width:639px){
    .blocco-metadata .symbol-text{
        font-size:.625rem
    }
}
article ul{
    margin:0;
    padding:0
}


article ul{
    list-style:disc
}
ul#selettore_blocco_generale {
  list-style: none;
}



article li{
    /*line-height:20.8px;*/
    list-style:inherit
}
@media (min-width:768px){
    :is(.masthead-nav-item-active,.masthead-nav-item-open,.no-touch.masthead-nav-item:hover) .masthead-nav-item-label{
        background:0 0;
        color:#de004a
    }
    :is(.masthead-nav-item-active,.masthead-nav-item-open,.no-touch.masthead-nav-item:hover) .masthead-nav-item-label::before{
        border-bottom:.125rem solid #de004a;
        bottom:0;
        content:"";
        display:block;
        left:0;
        position:absolute;
        right:0
    }
    :is(.masthead-nav-item-active,.masthead-nav-item-open,.no-touch.masthead-nav-item:hover) .masthead-nav-item-label .masthead-nav-item-icon{
        color:#de004a
    }
    :is(.masthead-nav-item-open,.no-touch.masthead-nav-item:hover) .masthead-nav-item-label .masthead-nav-item-icon svg{
        transform:scaleY(-1)
    }
}

/*
.site-container{
    margin-left:auto;
    margin-right:auto;
    max-width:1408px;
    width:90%
}
*/

.width-100{
    width:100%
}
.horizontal-spacing-between-rem:not(:first-child){
    margin-left:1rem
}
.horizontal-spacing-between-rem:not(:last-child){
    margin-right:1rem 
}
.inner-space-top-small-rem{
    padding-top:1rem
}
.inner-space-bottom-small-rem{
    padding-bottom:1rem
}
.base-flexbox{
    display:flex
}
.flexbox-justify-between{
    justify-content:space-between
}
.flexbox-align-center{
    align-items:center
}
.order--one{
    order:1
}
.blocco-item__title{
    font-family:var(--global-heading-font-family);
    font-style:normal;
    font-weight:500;
    line-height:1.5
}
@media (max-width:639px){
    .blocco-item__title{
        font-family:var(--global-heading-font-family);
        font-size:1rem;
        font-style:normal;
        font-weight:600
    }
}

/*
*
*
*
*
*
*
*
*
*
fuso bbc
*
*
*
*
*
*
*
*/
*:after{
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit
}

.responsive-image{
	height:0;
	overflow:hidden;
	padding-bottom:50.00%;
	/*box-shadow:inset 0 0 80px rgba(0,0,0,0.5)*/
}
.responsive-image img{
	display:block;
	width:100%
}

img{
	border:none
}
@media (min-width: 37.5em){
/*	body:after{
		content:"group-3";
		visibility:hidden;
		position:absolute;
		clip:rect(0 0 0 0)
}*/
}

.tag::before{
	content:" ";
	display:inline-block;
	margin-right:.3rem;
	border-left:1px solid var(--global-palette-highlight);
	height:0.75rem;
	padding:0;
	width:0
}

.tag--news::before{
	border-color: var(--global-palette-highlight);
}


.block-link{
	position:relative
}
.block-link a{
	position:relative;
	z-index:2
}
.block-link__overlay-link{
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	text-indent:200%;
	white-space:nowrap;
	visibility:visible;
	background:rgba(0,0,0,0);
	/*background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)*/
}



a.block-link__overlay-link{
	position:absolute;
	z-index:1
}
.module::after,.module__content::after{
	clear:both;
	content:"";
	display:table
}
.container,.media-list{
	margin-left:-8px;
	margin-right:-8px
}
.container::after,.media-list::after{
	clear:both;
	content:"";
	display:table
}

.module{
	padding:1rem 0
}
@media (min-width: 80em){
	.module{
		padding:2rem 0
}
}
.module__content{
	margin:0 auto;
	/*padding:0 1rem*/ /* Marco */
}
@media (min-width: 80em){
	.module__content{
		max-width:80rem
}
}
.media{
	overflow:hidden;
	position:relative
}
.media__image img{
	display:block;
	width:100%
}
.media__content{
	padding:.5rem 0 0 0
}
.media__tag{
	font-family: var(--global-heading-font-family);
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:.875rem;
	padding-bottom: 5px; /*Marco*/ 
	z-index: 2
}
.media__tag.tag::before{
	height:.65625rem;
	border-left-width:.13125rem
}

.media__title{
	line-height:1.2
}
.media__title{
	margin:0;
	padding:0;
	font-size:1.25rem
}
.media__link{
	display:block;
	color:#212121
}
.media:last-child{
	border-bottom:none;
	margin-bottom:0
}
@media (max-width: 37.49em){
	.media__tag{
		font-size:.75rem
}
	.media__tag.tag::before{
		height:.5625rem;
		border-left-width:.125rem
}
	.media:not(.media--primary){
		border-bottom:1px solid var(--global-palette1)
}
	.media:not(.media--primary) .media__image{
		display:none;
		width:auto;
		float:none
}
	.media:not(.media--primary) .media__content{
		position:relative;
		padding:0;
		width:auto;
		float:none;
		padding-bottom:.75rem;
		background:none;
}
	.media:not(.media--primary) .media__content:hover{
		 background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.0));	
}
	.media:not(.media--primary) .media__tag{
		margin-top:.5rem;
		color:#767676
}
	.media:not(.media--primary) .media__tag:hover{
		color:#767676
}
	.media:not(.media--primary) .media__title{
		font-size:1rem
}
	.media:not(.media--primary) .media__link{
		text-shadow:none;
		color: var(--global-palette4);
}





}
@media (min-width: 37.5em){
	.media__title{
		font-size:1.25rem
}
}
.media-list{
	margin-top:0;
	margin-bottom:0;
	list-style:none;
	padding:0
}
.media-list__item{
	list-style:none;
	padding:0;
	margin:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	float:left;
	padding-left:8px;
	padding-right:0px;
	margin-bottom:1rem
}
@media (max-width: 37.49em){
	.media-list__item{
		margin-bottom:.75rem
}
	.media-list__item:last-of-type{
		margin-bottom:0
}
}
.media--overlay{
	position:relative
}
@media (min-width: 37.5em){
	.media-list__item--1 .media--overlay .media__content{
		padding-right:1rem;
		padding-bottom:1rem;
		padding-left:1rem
}
}
.media--overlay .media__image{
	float:none;
	padding:0;
	width:100%
}
.media--overlay .media__content{
	float:none;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin:0;
	height:auto;
	padding:15% .75rem .75rem .75rem;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
	background-color:rgba(0,0,0,0);
	background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	background-position-y:-1px;
	bottom:-1px
}

 @media (min-width: 37.5em){
	.media--overlay:hover .media__content{
		background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1.0));	
	 }
}

.media--overlay:hover .responsive-image{
	filter: brightness(1.3);
    transition: transform 500ms ease-in-out, filter 500ms ease-out;
}

.no-js .media--overlay .media__content,.no-js .media--overlay .media__content,.no-js .media--overlay .media__content{
	height:auto
}
.media--overlay .media__tag{
	color:#ffffff;
	margin-top:.75rem;
	position:relative;
	bottom:auto;
	left:auto;
	right:auto
}
.media--overlay .media__tag:hover{
	color:#fff
}
.media--overlay .media__link{
	color:#fff
}
.media.block-link{
	-webkit-backface-visibility:hidden
}

.media.block-link .media__image img{
	-webkit-transition:.3s,opacity;
	-moz-transition:.3s,opacity;
	transition:.3s,opacity;
	opacity:1
}


.module--promo .media-list__item{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	float:right;
	padding-left:8px;
	padding-right:0px
}

.module--promo .media__tag{
	font-size:.75rem
}
.module--promo .media__tag.tag::before{
	height:.5625rem;
	border-left-width:.125rem
}
.module--promo .media-list__item--1 .media__title{
	font-size:1.5rem
}
.module--promo .media-list__item--1 .media__tag{
	margin-top:.75rem
}
@media (max-width: 37.49em){
	.module--promo{
		padding-bottom:0
}
}
@media (min-width: 37.5em){
	.module--promo{
		padding-top:0
}
	.module--promo .media-list__item--1 .media__tag{
		font-size:.875rem
}
	.module--promo .media-list__item--1 .media__tag.tag::before{
		height:.65625rem;
		border-left-width:.13125rem
}
}
@media (min-width: 37.5em) and (max-width: 62.99em){
	.module--promo .media-list__item{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:50%;
		float:left;
		padding-left:8px;
		padding-right:8px
}
	.module--promo .media__title{
		font-size:1.25rem
}
	.module--promo .media__tag{
		font-size:.75rem
}
	.module--promo .media__tag.tag::before{
		height:.5625rem;
		border-left-width:.125rem
}
	.module--promo .media-list__item--1{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
		float:left;
		padding-left:8px;
		padding-right:8px
}
	.module--promo .media-list__item--1 .media__title{
		font-size:2rem
}
	.module--promo .media-list__item--1 .media__tag{
		font-size:.875rem
}
	.module--promo .media-list__item--1 .media__tag.tag::before{
		height:.65625rem;
		border-left-width:.13125rem
}
	.module--promo .media-list__item--4,.module--promo .media-list__item--5{
		margin-bottom:0
}
}


@media (min-width: 63em){
	.module--promo .media-list__item{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:25%;
		float:right;
		padding-left:8px;
		padding-right:8px;
		margin-bottom:8px;
}




	.module--promo .media__title{
		font-size:1.125rem
}
	.module--promo .media-list__item--1{
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:50%;
		float:left;
		padding-left:8px;
		padding-right:8px
}
	.module--promo .media-list__item--1 .media__title{
		font-size:1.75rem
}
	.module--promo .media-list__item--2,.module--promo .media-list__item--3{
		margin-bottom:.5625rem
}
}
@media (min-width: 80em){
	.module--promo .media__title{
		font-size:1.25rem;
		font-weight:normal
}
	.module--promo .media__tag{
		font-size:.875rem
}
	.module--promo .media__tag.tag::before{
		height:.65625rem;
		border-left-width:.13125rem
}
	.module--promo .media-list__item--1 .media__title{
		font-size:2rem
}
}

.top-laterale-testo{
	font-family: var(--global-heading-font-family);
    padding-bottom: 10px;
    font-weight: 400;
}

.top-laterale:hover .top-laterale-testo{
   color: var(--global-palette-highlight)
}

.top-titolo-laterale h2 {
	color: var(--global-palette-highlight);
	/*border-bottom: 1px solid #e6e6e6;*/
    padding-top: 9px;
	font-size: 22px;
	font-weight: 500;
	text-align: right;
	padding-bottom: 6px;
}

.pod-recirc__content{
	    padding-top: 10px;
 
}

.top-laterale-immagine img {
	display: block;
    width: 100%;
}

/*schede gioco*/
.parent {
	display: flex;
	flex-direction: row;
	align-items: center;
	}
	@media (max-width: 767px)
	{
		.parent {
		flex-direction: column;
 		 justify-content: center;
		}	
	}	
	.div_cover { 
		padding: 1em;	
	
	}
	.div_info {
		padding: 1em;
		
	}

	.info_riga {
		display: flex;
		flex-direction: column;
   		padding: 3px;
	}

	.info_campo {
		font-weight: 700;
	}

	.cover_img { 
	max-width: 200px !important;
	}

.top-titolo-laterale {
   /* padding-top: 1em; */
}
/*contenuti*/
.sottotitolo{
font-weight: 400;
    font-size: 18px;
}

/*VOTI */
.blocco-voto {
	margin-top: 2em;
    margin-bottom: 2rem;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    background-color: #f04737;
	border-radius: 10px;
	}

	.voto-1{
	background-color: #e72b00c2;	
	}
	.voto-2{
	background-color: #e72b00c2;	
	}
	.voto-3{
	background-color: #e72b00c2;	
	}
	.voto-4{
	background-color: #e72b00c2;	
	}
	.voto-5{
	background-color: #e72b00c2;	
	}
	.voto-6{
	background-color: #ffc905b0;	
	}
	.voto-7{
	background-color: #93b706c2;	
	}
	.voto-8{
	background-color: #229d03c7;	
	}
	.voto-9{
	background-color: #229d03c7;	
	}
	.voto-10{
	background-color: #229d03c7;	
	}

	.voto-testo-div {
	margin: auto;
    width: 50%;
    /* border: 3px solid green; */
    padding: 10px;

	}

	.voto-testo {
		text-align: center;
		text-align: center;
   		font-size: 7rem;
    	font-weight: 600;
    	color: white;

	}

	.voto-lista {
		font-family: poppins;
		text-align: center;
		text-align: center;
   		font-size: 7rem;
    	font-weight: 600;
    	color: white;
	}
	
	.voto_lista li {
		line-height: 2;
	}

	.padre-pro-contro{
		display: flex;
		background-color: var(--global-palette9); 
		border-bottom-right-radius: 10px;
    	border-bottom-left-radius: 10px;
	}

	.pro-contro{
		padding: 0em 2em 2em 2em;		
	}
	
	.contro{
	margin-left: auto;
	width: 50%;
	}
	.pro{
	width: 50%;
	}



	@media (max-width: 767px)
	{
	.voto-testo {
   	font-size: 4rem;
	}

	.padre-pro-contro {
    flex-direction: column;
	}
	.pro{
		width: 100%;
		/*padding-bottom: 0em;*/
	}

	.contro{
		width: 100%;
		margin-left: unset;
		padding-top: 0em;
	}

	}
/*eND vOIT*/	

.kadence-breadcrumb-container{
text-transform: lowercase;
}


.archive.tag::before {
    content: none !important;
}

/*aggiungo il pallino*/
.pallino{
list-style: disc !important;
}

/* Gestione overlay video */

	.blocco-item__img {
  position: relative;
}

.image-container {
position: relative;
}

.overlay {
  content: '';
  background-image: url(https://gamesource.it/youtube_overl.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /*opacity: 80%;*/
}

.duration-box {
  position: absolute;
    bottom: 2px;
    right: 2px;
    background-color: black;
    color: white;
    padding: 2px 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.duration {
  font-size: 13px;
  margin-left: 2px;
}

/* embedd video full */
    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*Giustificato solo su desktop */
@media (max-width: 767px) {
  .entry-content.single-content p,
  .entry-content-wrap p  {
    text-align: left !important;
  }
}

.entry-content.single-content p,
.entry-content-wrap p  {
  text-align: justify;
}

/*Toplist */

.top-list   {
  padding-top: 1em;
  padding-bottom: 1em;
}

.wp-caption .wp-caption-text {
    font-size: small;
}

/* wobeefooter fix */
.yb-floorad {
    z-index: 10 !important;
}

.ad-content{
	font-size: 10px;
    text-align: center;
    display: block;
    font-family: Verdana,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    line-height: 21px;
    padding-bottom: 30px;
	padding-bottom: 10px;

}

/********** YOUTUBE BLOCCO *****/
@keyframes blocco_youtube_rotate {
    0% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

.blocco_youtube_image {
    background-image: url('https://gamesource.it/youtube_scritta.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: blocco_youtube_rotate 0.5s infinite alternate;
}

.blocco_youtube_container {
    display: flex;
    max-height: 490px;
    height: 360px;
    border-radius: 10px;
    background-color: #dc6f27;
    background-image: url('https://gamesource.it/youtube_logo.webp');
    background-repeat: repeat;
    background-size: 80px 80px;
    position: relative;
}

.blocco_youtube_left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.blocco_youtube_right {
    flex: 2;
    display: flex;
    align-items: center;
}

.blocco_youtube_video {
    width: 94%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.blocco_youtube_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	  border-radius: 15px; 
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    .blocco_youtube_container {
        height: 200px;
    }
}
/********* fine blocco youtube ************/

.user-registration-form__label{
color: black !important;
}

