
body{
    overflow-x: hidden;
}

.wp-site-blocks *{
  transition: all .2s ease;
}

.backgroundAdv .wp-site-blocks{
    max-width: 1024px;
    margin: 0 auto;
    background: var(--wp--preset--color--bg-sole-24-ore);
}

a,
button,
.wp-element-button,
.hp-nav-porgramma figure{
  transition: all .2s ease;
}

a:hover,
button:hover,
.wp-element-button:hover,
.hp-nav-porgramma figure:hover {
 opacity: 0.7
}

/*   
@media screen and (min-width: 1024px) {
    body.backgroundAdv {
        background-size: 1920px !important;
    }
    .backgroundAdv #btop{ height: 120px;}
} */

/* @media screen and (min-width: 1540px) {
    body.backgroundAdv {
        background-size: 2310px !important;
    }
    .backgroundAdv .wp-site-blocks{
        max-width: 1230px;
    }
    .backgroundAdv #btop{ height: 140px;}        
} */

#div-gpt-ad-MaxTicker{
    margin: 0 auto;
    text-align: center;
    width:100%;
    overflow-x: hidden;    
}

.adv-sidebar {
    top: 40px;
}

.adv-sidebar::before,
.adv-masthead::before{
    content: 'Pubblicità';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: SoleSans, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: rgba(15, 15, 15, .25);
}

.menu-top ul li{
    line-height: 40px;
    border-right: 1px solid #00000026;
    padding: 0 1.2rem;
    text-align:center;
}

.menu-top ul li:first-of-type{

    border-left: 1px solid #00000026;
}

.menu-top ul li a[aria-current="page"]{
    color: #005781 !important;  
}


/*accordion hp*/
.accordion-head:hover {
cursor:pointer;
opacity: .7 !important;
}
.accordion-head:hover h3{
}
.btn-plus {
    min-width: 16px;
}
.btn-plus figure{
    margin:0;
    display: inline-flex;
}

.btn-plus img{
    transform: rotate(180deg);
	transition: all 0.3s ease;
}

.accordion-head.active .btn-plus img{
    transform: rotate(0deg);
}

.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  opacity: .8;
}

.hp-slider-programma .tns-item > div > div {
    box-sizing: border-box;
    min-height: 160px;
}
.hp-slider-programma .tns-item > div > div:first-child{
}

.nav-left,
.nav-right{
    cursor: pointer;
}

.nav-left[aria-disabled="true"],
.nav-right[aria-disabled="true"]{
    opacity: 0.4;
    cursor: default;
}

.is-link-group {
  cursor: pointer;
  position: relative;
}

.is-link-group:before{
    content:"";
    position: absolute;
    top:10px;
    right: 10px;
    width: 30px;
    height:30px;
    
    background:no-repeat url(../images/arrow-top-right.svg);
    background-size: contain;
}

.is-link-group:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* @media screen and (min-width: 960px){
    .hp-slider-programma .tns-item{
        max-width: 420px;
    }
} */

body .menu-mobile-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -700px;
    z-index: 200;
    transition: all 400ms ease-in-out;
    max-width: 600px;
}

body .menu-mobile-container, 
body .menu-mobile-open {
    display: none;
}


.menu-scroll{
    position: fixed;
    top: -90px; 
    left: 0;
    z-index: 15;
    width: 100%;    
}
.menu-scroll {
    transition: all 400ms ease-in-out;
}

.menu-scroll.fixed-off{
    top: 0; 
} 
.menu-scroll.fixed-on {
    box-shadow: 0px 1px 10px -6px #ccc;
    top:0;
}
.entry-content p{
    padding-bottom: 10px;
}
.tf-content-protected p{
    margin:0;
}
/* .tf-content-protected,
.tf-paywall {
    display:none;
} */
 @media screen and (max-width: 1269.98px) {

    body.no-scroll{
        overflow-y: hidden;
    }
    body .menu-mobile-container.show {
        left: 0;
        transition: all 400ms ease-in-out;
    }
    .overlay-menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* opacity: 0; */
        transition: opacity 0.3s ease-in-out;
        z-index: 199;
        pointer-events: none;
        display: none;
    }
    .sponsor-top-mobile{
        padding-top: 57px !important; 
    }
    body .menu-mobile-container {
        display: block;
    }
    body .menu-mobile-open {
        display: block;
        position: relative;
        top:0;
    }
    .menu-scroll {
        top: 0;
        position:fixed;
    }    
    .backgroundAdv .menu-scroll {
        top:  100px;
    }
    .menu-scroll > div{
        padding-top: 12px;
        padding-bottom:12px;
    }
   .menu-scroll.fixed-off,
    .menu-scroll.fixed-on {
        top: 0;
        position:fixed;
    }
}
@media screen and (max-width: 1023px) {

    .grid-partner-m2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-partner-m2 >  div:nth-child(-n+2){
        border-bottom: 1px solid #0000004d;
    }
    .grid-partner-m2 >  div:nth-child(3){
        border-left: 0;
    }
}

@media (max-width: 600px){
    .grid-partner,
    .grid-partner-m2{
        border:0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-partner > div,
    .grid-partner-m2 > div{
        border-left: 0;
        border-bottom: 0 !important;
        border-top: 1px solid #0000004d
    }

    .sponsor-top-mobile{
        background: #fff8f0 !important;
    }
    .top-sponsor-right {

    }
    .top-sponsor-right > div{
        white-space: nowrap;
    }
    .sponsor-top-mobile .top-sponsor-right img{
       width: 100% !important;
       height: auto !important; 
    }    
    .wp-block-cover__inner-container .wp-block-button{
        width: 100%;
        padding: 12px auto;
    }
}

@media (min-width:1270px){.is-style-nascondi-desktop{display:none!important;}}
@media (max-width:1269.98px){.is-style-nascondi-mobile{display:none!important;}}
.is-style-nascondi{display:none!important;}

