html,
body {
  font-family: "museo-sans";
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  overflow-x: hidden;
  line-height: 1.3em !important;
}
body {
  overflow: auto;
  height: 100%
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em !important
}
h5 {
  color: #A68DDA;
}
img {
  width: 100%;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
input:focus,
a:focus {
  outline: 0
}
a.purple {
  color: #DC1E42;
}
.pt10 {
  padding-top: 10px
}
.containerInterna {
  max-width: 100%
}
.imgContain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.imgCover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
}
.imgCover.centered {
  background-position: center;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.hidden {
  display: none;
}
#logo {
  width: 40px;
  height: 40px
}
.openMobileMenu {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
}
header .header {
  position: fixed;
  z-index: 4;
  width: 100%;
  background: white;
  top: 0
}
.admin-bar header .header {
  top:32px
}
header #burger,
header #burgerWhite,
header #back,
header #userLogin {
  width: 19px;
  height: 19px;
}
header #back {
  display: none;
  cursor: pointer;
}
header .mobileHeader {
  padding: 10px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: white;
  -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1)
}
header .menuMobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #564FA2;
  opacity: .95;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
  padding: 0 15px;
  top: 0
}
header .menuMobile .testata {
  height: 60px
}
header .menuMobile .contFirst,
header .menuMobile .contSecond {
  display: none;
}
header .menuMobile ul#menu-rds-soft {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
header .menuMobile ul#menu-rds-soft li {
  margin-bottom: 20px;
}
header .menuMobile ul#menu-rds-soft li:last-child {
  margin-bottom: 0
}
header .menuMobile ul#menu-rds-soft li a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 700
}
header .menuMobile ul#menu-rds-soft li a:hover,
header .menuMobile ul#menu-rds-soft li.current_page_item a,
header .menuMobile ul#menu-rds-soft li.current-menu-item a,
header .menuMobile ul#menu-rds-soft li.current-menu-ancestor a {
  color: #F47E97
}
header .menuMobile ul#menu-rds-soft li ul.sub-menu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px
}
header .menuMobile ul#menu-rds-soft li ul.sub-menu li {
  margin-bottom: 10px
}
header .menuMobile ul#menu-rds-soft li ul.sub-menu li:last-child {
  margin-bottom: 0
}
header .menuMobile ul#menu-rds-soft li ul.sub-menu li a {
  text-transform: none;
  font-weight: 500
}
header .menuMobile .contMobileMenuClone ul.sub-menu li.current-menu-item a {
  color: #F47E97
}
header .menuMobile .contMobileMenuClone ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
header .menuMobile .contMobileMenuClone ul > a {
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}
header .menuMobile .contMobileMenuClone ul > ul {
  padding-top: 30px
}
header .menuMobile .contMobileMenuClone ul > ul li {
  margin-bottom: 10px
}
header .menuMobile .contMobileMenuClone ul > ul li:last-child {
  margin-bottom: 0
}
header .menuMobile .contMobileMenuClone ul > ul li a {
  font-size: 16px;
  color: white;
  font-weight: 500
}
header .menuMobile .contMobileMenuClone ul > ul li a:hover {
  color: #F47E97
}
span.white {
  color: white
}

.card_app{
  width: 314px;
  height: 180px;
  padding: 0px 25px 0px 25px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.359);
  background: 
  linear-gradient( rgba(164, 159, 208, 0.26), transparent),
  radial-gradient(
      farthest-side at bottom left,
      rgba(40, 6, 12, 0.26), 
      transparent
  ),
  radial-gradient(
      farthest-side at bottom right,
      rgba(255, 255, 255, 0.543), 
      transparent 
  );    
  filter: blur(50%);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.321);  
}

.card_app .mobile_mockup img{
  width: 70px;
  height: 140px;
}

.card_app .label_app img{
  width: 120px;
  height: 40px;
}

/* SCARICA ORA */
.label_app span:first-child{
  font-size: 18px;
  margin-bottom: -30px;
}
/* L'APP UFFICIALE */
.label_app span:last-child{
  font-size: 13px;
  font-weight: lighter;
}




.player {
  background: #DC1E42;
  color: white;
  position:fixed;
  width:100%;
  height: 57px;
  bottom: 0;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px
}
.player .imgCover {
  min-width: 30px;
  height: 30px !important
}
#content.site-content {
  padding:0
}

/*Banner Test Musica*/
#banner-music-test{
  background: linear-gradient(90deg, #43bbcc 0.04%, #563b71 99.96%);
  height: 10vh;
  min-height: 80px;
}
#banner-music-test a {
  height: 100%;
}
#banner-music-test .content-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#banner-music-test .content-banner .left, #banner-music-test .content-banner .right {
  width: auto;
  height: 100%;
}
#banner-music-test .content-banner .test-musica-png {
  margin-right: 30px;
  width: 20vw;
}
#banner-music-test .content-banner .claim {
  text-transform: uppercase;
  color: white;
  text-shadow: -2px 3px 2px #525252;
}
#banner-music-test .content-banner .claim-mobile {
  text-transform: uppercase;
  color: white;
  text-shadow: -2px 3px 2px #525252;
  display: none;
}
#carousel {
  position: relative;
}
#carousel .slider .imgCover,
.pageHeader {
  position: relative;
}
#carousel .slider .imgCover .overlay,
.pageHeader .overlay,
.sliderCentered .overlay,
.region .overlay {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.region .overlay {
  height: 110px
}
#carousel .slider .imgCover .contDettagli,
#carousel .slider .cover .contDettagli,
.pageHeader .contDettagli,
.sliderCentered .contDettagli{
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.sliderCentered .contDettagli{
  left: 20px
}
#carousel .slider .imgCover .dettagli h2,
#carousel .slider .imgCover .dettagli p,
.pageHeader .dettagli h2,
.sliderCentered .dettagli h2,
#carousel .slider .cover .dettagli h2,
#carousel .slider .cover .dettagli p {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 17px;
  font-weight: 700
}
#carousel .slider .imgCover .dettagli p,
#carousel .slider .cover .dettagli p,
.pageHeader .dettagli p {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: white;
  display: none;
}
#carousel .slider .imgCover .dettagli .quadrato,
#carousel .slider .cover .dettagli .quadrato,
.pageHeader .dettagli .quadrato,
.sliderCentered .imgCover .dettagli .quadrato {
  width: 3px;
  height: 21px;
  background: #DC1C40;
  margin-right: 5px;
  margin-left: -5px;
}
.pageHeader .openVideoBtn {
  position: absolute;
  z-index: 999;
  background: url("../img/iconPlay.svg") no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px;
}
.contOpenVideBtn {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.sliderCentered .imgCover .dettagli .quadrato {
  margin-top: 3px;
  height: 14px;
}
main {
  margin-bottom: 57px
}
main section {
  padding: 20px 0
}
main .grey {
  background: #F6F5F8
}
main .chart.white .grey {
  background: white
}
main h3.title {
  color: #563B71;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  padding-bottom: 20px
}
.page-template-page-che-canzone-era main h3.title {
  margin-bottom: 0
}
main h3.title.centered {
  text-align: center;
}
main h3.title a {
  color: inherit;
}
main .videoSticky .thumbVideo .imgCover {
  height: 193px;
  margin-bottom: 10px
}
main .videoSticky .thumbVideo .icona,
main .videoDesktop .thumbVideoDesktop .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px
}
main .videoSticky img {
  margin-bottom: 10px
}
main .videoSticky h4 {
  color: #DC1E42;
  font-size: 16px;
  font-weight: 900;
  margin: 2px 0
}
main .videoSticky span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
main .videoSticky p {
  color: #6E6E6E;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px
}
main .singleNews .imgCover,
main .singleConduttore .imgCover,
main .singleGioco .imgCover {
  height: 228px;
  margin-bottom: 10px
}
main .singleNews .cover,
main .singleConduttore .cover,
main .singleGioco .cover {
  margin-bottom: 10px
}
main .singleNews {
  margin-bottom: 20px
}
main .singleNews span {
  font-weight: 500;
  color: #3A3042
}
main .singleNews h4 {
  color: #DC1E42;
  margin:0;
  font-size: 16px;
  font-weight: 900
}
.post-type-archive-programma .singleNews h4 {
  color: inherit;
}
main .singleConduttore {
  margin-bottom: 10px
}
main .singleConduttore .fasciaConduzione {
  display: none
}
.onAir {
  text-transform: uppercase;
  background: #DC1E42;
  color: white;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.onAir.t0 {
  top: 0
}
main .singleGioco {
  margin-bottom: 20px
}
main .singleGioco:last-child {
  margin-bottom: 0
}
main .singleConduttore h4,
main .singleGioco h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 900
}
main .singleConduttore h4 {
  color: #DC1E42;
  margin-bottom: 5px
}
main .singleGioco h4 {
  color: #DC1E42;
}
main .singleNews p {
  color: #6E6E6E;
  font-weight: 500
}
main .singleConduttore p {
  font-weight: 700;
  margin-bottom: 0
}
main .singleGioco a:hover {
  color: inherit;
}
main .singleGioco .premiInPalio {
  color: #262525;
  font-size: 16px;
  font-weight: 700
}
.concorso {
  background: #66C56B;
  color: #FFFFFF;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  right: 5px;
  top: 5px;
}
.concorso.end {
  background: #DC1E42
}
.concorso.future {
  background: #FF6F6C;
}
main .chart ul {
  list-style: none;
  padding: 0
}
main .chart .brano {
  padding-bottom: 20px
}
.page-template-page-classifiche main .chart .brano {
  padding-bottom: 0
}
main .chart .brano:last-child {
  padding-bottom: 0
}
main .chart .brano.grey {
  background: #F6F5F8
}
.brano .new {
  font-size: 14px;
  background: #DC1E42;
  color: white;
  padding: 0 10px;
  right: 10px;
  top: 10px;
  letter-spacing: 2px
}
main .chart .brano .imgCover {
  width: 47px;
  height: 47px;
  min-width: 47px;
}
main .chart .brano .posizione {
  color: #DC1E42;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  margin: 0 10px 0 0;
  width: 50px;
  min-width: 50px;
  border-right: 1px solid #DBD6E6;
  padding: 10px 0;
  text-align: center
}
main .chart .brano .posizione::after {
  content: "°"
}
main .chart .brano .testi,
main .chartDesktop .brano .testi
{
  width: calc(100% - 50px)
}
main .chart .brano span.titolo {
  color: #6E6E6E;
  font-weight: 500;
  font-size: 16px
}
main .chart .brano .andamento {
  margin-left: auto;
  border-left: 1px solid #DBD6E6;
  padding: 10px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  width: 50px;
  min-width: 50px
}
main .chart .brano .andamento .icona {
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}
main .chart .brano .andamento[type="stable"] .icona {
  background-image: url('../img/equal.svg');
}
main .chart .brano .andamento[type="new"] .icona {
  background-image: url('../img/new.svg');
  width: 34px;
}
main .chart .brano .andamento[type="down"] .icona {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
main .playlistNoSlick,
.home #load {
  display: none;
}
.home #load {
  margin: 10px 0 20px 0
}
.cover {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.cover.contain {
  background-size: contain;
}
.cover .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px)
}
.img-responsive-40by21 {
  padding-top: 52.5%;
}
.embed-responsive-40by21 {
  padding-top: 52.5%;
  position: relative;
}
.embed-responsive-16by9 {
  padding-top: 56.25%;
  position: relative;
}
.t0 {
  top:0
}
.overlayResponsive {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
main .playlist .brano,
main .playlistNoSlick .brano {
  position: relative;
}
main .playlist .brano h4,
main .playlistNoSlick .brano h4 {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main .playlist .brano p,
main .playlistNoSlick .brano p {
  color: #6E6E6E;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main .playlist .brano h4,
main .playlist .brano p {
  max-width: 130px
}
.playBtn {
  cursor: pointer;
}
main .playlist .brano .amplitude-play-pause,
main .playlistNoSlick .brano .amplitude-play-pause,
main .puntata .playBtn .amplitude-play-pause,
main .singoloPodcast .playBtn .amplitude-play-pause,
main .playerSingleNews .playBtn,
main .singleNews .playBtn,
main #singleOroscopo .playBtn {
  background: url("../img/iconPlay.svg") no-repeat center;
  width: 30px;
  height: 30px;
  margin: 0 auto
}
main .playlist .brano .amplitude-play-pause.amplitude-playing,
main .playlistNoSlick .brano .amplitude-play-pause.amplitude-playing,
main .puntata .playBtn .amplitude-play-pause.amplitude-playing,
main .singoloPodcast .playBtn .amplitude-play-pause.amplitude-playing,
main .playerSingleNews .playBtn .amplitude-play-pause.amplitude-playing,
main #singleOroscopo.amplitude-play-pause.amplitude-playing .playBtn{
  background: url("../img/iconPause.svg") no-repeat center;
  width: 30px;
  height: 30px
}
main .playlist .brano .thumbVideo,
main .playlistNoSlick .brano .thumbVideo {
  position: absolute;
  width: 100%;
}
main .playlist .slick-slide {
  margin-right: 12px
}
main .playlist .slick-slide:last-child {
  margin-right: 0
}
.slick-dots {
  position: relative;
}
.slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.slick-dots li button:before {
  color: #DC1C40 !important;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
main .sliderSegreti .slick-slide {
  width: 98%;
  /*margin: 0 1%;*/
}
main ul#tabHeader,
main ul#tabHeaderClone {
  padding: 20px 0;
  margin: 0
}
main ul#tabHeader li {
  margin-right: 20px;
}
main ul#tabHeader li a{
  font-size: 16px;
  color: #454545;
}
main ul#tabHeader li a.active,
main ul#tabHeader li a:hover,
main ul#tabHeaderClone a.active,
main ul#tabHeaderClone a:hover {
  color: #DC1C40;
  /*border-bottom: 3px solid #DC1C40*/
}
main #tabContent {
  padding-bottom: 20px;
  font-weight: 500
}
main #tabContent .frequenza{
  padding-top: 10px;
  padding-bottom: 10px
}
main #tabContent .giornata {
  padding-top: 20px;
  padding-bottom: 20px
}
main #tabContent .frequenza:first-child,
main #tabContent .giornata:first-child {
  padding-top: 0;
}
main #tabContent .frequenza > div:last-child,
main #tabContent .giornata > div:last-child {
  color: #DC1C40;
  font-weight: 900
}
main #tabContent .giornata a,
main #tabContent .giornata a:hover {
  color: #454545;
}
main #tabContent .giornata.grigia {
  background: #F6F5F8
}
main #tabContent .giornata .orario {
  font-weight: 900;
  font-size: 16px;
  padding-bottom: 5px;
}
main #tabContent .giornata .conduttore {
  font-weight: 700;
  color: #DC1C40
}
main #tabContent .giornata .riassunto {
  font-weight: 500;
  color: #6E6E6E;
  margin-top: 5px
}
main #tabContentDesktop {
  display: none;
  position: relative;
}
.page-template-page-frequenze hr,
.page-template-page-palinsesto hr {
  margin: 0 0 20px 0
}
main .gform_fields li {
  background: #F6F5F8;
  padding: 20px 15px
}
main .gform_fields li label {
  font-size: 16px;
  color: #6E6E6E;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0
}
main .gform_fields li input[type="text"],
main .gform_fields li input[type="email"],
main .gform_fields li input[type="tel"] {
  font-size: 12px !important;
  padding: 15px 20px !important
}
main .gform_fields li input[type="text"]::-webkit-input-placeholder,
main .gform_fields li input[type="email"]::-webkit-input-placeholder,
main .gform_fields li input[type="tel"]::-webkit-input-placeholder {
  font-size:12px;
  color: #DBD6E6;
  font-weight: 700;
}
main .gform_fields li input[type="text"]:-ms-input-placeholder,
main .gform_fields li input[type="email"]:-ms-input-placeholder,
main .gform_fields li input[type="tel"]:-ms-input-placeholder {
  font-size:12px;
  color: #DBD6E6;
  font-weight: 700;
}
main .gform_fields li input[type="text"]::placeholder,
main .gform_fields li input[type="email"]::placeholder,
main .gform_fields li input[type="tel"]::placeholder {
  font-size:12px;
  color: #DBD6E6;
  font-weight: 700;
}
main .gform_fields li.gfield_contains_required span.gfield_required {
  display: none
}
main .gform_fields li.gfield_contains_required label::before {
  content: "*"
}
main .gform_fields li.dataNascita .clear-multi > div {
  margin: 0;
  width: 100%;
  margin-bottom: 1px
}
main .gform_fields li.dataNascita .clear-multi > div:last-child {
  margin-bottom: 0
}
main .gform_fields li.dataNascita .clear-multi select {
  -webkit-appearance:none;
  background: white;
  border-radius: 0;
  border: 0;
  font-size:12px;
  color: #DBD6E6;
  font-weight: 700;
  height: 38px;
  width: 100%;
  outline: 0;
  padding-left: 20px
}
main .gform_fields li.dataNascita .clear-multi select option {
  text-align: left;
}
main .gform_fields li input[type="file"] {
  background: white;
  padding: 15px 20px;
  font-size:12px;
  color: #DBD6E6;
  font-weight: 700;
}
main input.gform_button[type="submit"],
#loadMore,
.backButton a,
.submit_button,
.swal-button-container button,
.nav-previous,
.nav-next,
.nav-disabled {
  margin: 0 !important;
  border: 2px solid #DC1C40;
  border-radius: 20px;
  background: transparent;
  font-size: 12px;
  line-height: 12px !important;
  height: 38px !important;
  color: #DC1C40;
  font-weight: 700;
  width: auto !important;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0
}
.nav-disabled {
  color: #d6d6d6;
  border-color: #d6d6d6
}
main input.gform_button[type="submit"]:hover,
#loadMore:hover,
.backButton a:hover,
.submit_button:hover,
.swal-button-container button,
a.submit_button:hover,
.nav-previous:hover,
.nav-next:hover {
  background: #DC1C40;
  color: white
}
.nav-previous,
.nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.backButton {
  text-align: center;
  padding: 20px 0
}
.backButton a {
  padding-top: 10px;
  padding-bottom: 10px
}
.logOut a {
  position: absolute;
  background-color: #DC1C40;
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.logOut a:hover {
  color: white;
}
#load {
  text-align: center
}
main .gform_footer {
  margin: 0;
  text-align: center;
  padding-bottom: 0 !important
}
main .gform_wrapper {
  margin: 0
}
main .puntata,
main .puntata .dettagli{
  width: 100%;
}
main .puntata .dettagli > div {
  padding-right: 10px
}
main .puntata {
  height: 90px;
}
main .sliderSegreti .puntata {
  height: 36px;
  opacity: 0
}
main .puntata.grigia {
  background: #F6F5F8
}
main .puntata .numero {
  width: calc(10% + 20px);
  font-size: 16px;
  color: #DC1E42;
  font-weight: 900;
}
main .puntata .edizione {
  padding: 0 20px;
  width: 100%;
  border-left: 1px solid #DBD6E6;
}
main .puntata .edizione.noBorder {
  border: 0
}
main .puntata .last {
  width: calc(10% + 20px);
  padding-right: 10px
}
main .puntata .edizione span {
  color: #454545;
  font-weight: 500
}
main .puntata .imgCover {
  min-width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain
}
main .puntata .copertina {
  border-right: 1px solid #DBD6E6;
  width: calc(10% + 20px);
  min-width: 50px;
  padding: 0 20px
}
.progress {
  height: 5px;
  background: #DBD6E6;
  border-radius: 0;
  width: 100%;
}
.progress::-moz-progress-bar
{
  background: #DC1C40;
}
.progress::-webkit-progress-bar
{
  background: transparent;
}
.progress::-webkit-progress-value
{
  background: #DC1C40;
}
.home .progress,
.page-template-page-playlist .progress
{
  height: 5px;
  background: #f2f2f2;
}
.page-template-page-playlist .playlist .brano .thumbVideo,
.page-template-page-playlist .playlist .brano .imgCover {
  width: 100%;
}
.page-template-page-playlist .playlist .brano {
  margin-bottom: 20px;
  max-width: none;
}
.page-template-page-classifiche .imgCover {
  height: 110px;
}
.page-template-page-classifiche .region {
  padding: 0
}
.page-template-page-classifiche #it {
  padding-bottom:1px
}
.page-template-page-classifiche #uk {
  padding-left: 1px;
}
.page-template-page-classifiche #uk .overlay  {
  margin-left: 1px
}
.page-template-page-classifiche .region .testi {
  position:absolute;
  z-index: 1;
}
.page-template-page-classifiche .region .testi > div:first-child {
  color: white;
  font-size: 17px;
  font-weight: 900
}
.page-template-page-classifiche .region .testi > div:last-child {
  color: white;
  font-size: 14px;
  font-weight: 500
}
.page-template-page-classifiche select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  outline: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DC1E42
}
.page-template-page-classifiche .select::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #DC1E42
}
.page-template-page-che-canzone-era .audioSticky {
  background-color: #F6F5F8;
}
.page-template-page-che-canzone-era .audioSticky .imgCover {
  width: 50%
}
.page-template-page-che-canzone-era .audioSticky .dettagli {
  padding: 0 0 20px 10px
}
.page-template-page-che-canzone-era .audioSticky .dettagli span {
  margin-bottom: 14px
}
.page-template-page-che-canzone-era .audioSticky .dettagli .artist {
  font-size: 16px;
  font-weight: 900;
  color: #A68DDA
}
.page-template-page-che-canzone-era .audioSticky .dettagli .title {
  font-weight: 700
}
.page-template-page-che-canzone-era .audioSticky .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px
}
.page-template-page-che-canzone-era .testata .data {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DC1E42
}
.page-template-page-che-canzone-era #load {
  padding: 20px 0
}
.page-template-page-che-canzone-era .ccePlaylist .brano .singleThumb .dettagli .artista {
  font-weight: 900;
  color: #A68DDA
}
.page-template-page-che-canzone-era section {
  position: relative;
}
.page-template-page-che-canzone-era .filetto {
  border-left: 1px solid #DC1C40;
  height: calc(100% - 280px);
  position: absolute;
  left: 5px;
  z-index: 0
}
.searchContainer {
  padding: 25px 0 40px 0px
}
.search-form {
  border-bottom: 1px solid rgba(255, 255, 255, .12); /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.search-form .search-submit,
.search-form input {
  background-color: inherit;
  border: none;
}
.search-form label {
  margin-bottom: 0
}
.search-form input {
  width: 100%;
  color: #A68DDA;
  font-size: 16px;
  font-weight: 500
}
form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-bottom: 10px
}
form.search-form button {
  font-size: 20px;
  color: #A68DDA;
  padding: 0
}
form.search-form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #A68DDA
}
form.search-form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #A68DDA
}
form.search-form input::placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #A68DDA
}
.single .contDettagli h2 span.categoria {
  color: #DC1C40
}
.single main h3.title,
.single main h6 {
  margin: 0;
  margin-bottom: 5px
}
.single main h6 {
  margin-bottom: 10px
}
.single main .riassunto {
  font-size: 16px;
  color: #6E6E6E;
  font-weight: 700;
  padding-bottom: 5px
}
.single main .autore {
  color: #43BCCD;
  font-weight: 700
}
.single main .data {
  font-size: 12px;
  font-weight: 700
}
.single main .contenuto {
  font-weight: 500;
  padding-top: 20px
}
blockquote {
  background: #F6F5F8;
  padding: 30px 15px;
  margin-bottom: 1.5rem
}
blockquote::before {
  content: " ";
  background-image: url('../img/virgolette.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 20px;
  position: absolute;
}
blockquote p:first-child {
  margin-top: 20px
}
blockquote p:last-child {
  margin-bottom: 0
}
.flowplayer {
  display: none;
  width: 100px;
  height: 100px
}
.social .d-flex {
  padding-top: 3px
}
.social .d-flex > div:first-child,
.socialClone .d-flex > div:first-child {
  margin-bottom: 10px
}
.social .imgCover, .socialClone .imgCover {
  width: 23px;
  height: 23px
}
.socialClone {
  position: fixed;
  top: 0;
  padding-top: 33px;
  background-color: white;
  height: auto;
  z-index: 1;
}
.search .boxRicerca {
  background: #F6F5F8
}
.search main form {
  padding: 15px 0
}
.search main form input[type="search"] {
  font-size: 17px;
  color: #6E6E6E;
  font-weight: 700
}
.search main form label {
  width: 100%;
  padding-right: 10px
}
.search main form input::-webkit-input-placeholder {
  font-size: 17px;
  color: #6E6E6E;
  font-weight: 700
}
.search main form input:-ms-input-placeholder {
  font-size: 17px;
  color: #6E6E6E;
  font-weight: 700
}
.search main form input::placeholder {
  font-size: 17px;
  color: #6E6E6E;
  font-weight: 700
}
.search main .title span {
  color: #6E6E6E;
}
.search main .contenuto {
  font-weight: 500
}
.search main .thumbVideo .imgCover {
  height: 193px;
  margin-bottom: 10px
}
.search main .thumbVideo .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px
}
.search main article .data {
  font-weight: 900;
  color: #454545
}
.search main article .titolo {
  font-weight: 900;
  color: #DC1E42;
  font-size: 16px
}
.search main article {
  margin-bottom: 1.5em
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*LOADER*/
.spinner > div {
  width: 5px;
  height: 5px;
  background-color: #DC1E42;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner.white > div {
  background-color: #FFF;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/*OROSCOPO*/
.trasmissione h2 {
  color: white;
  font-size: 17px;
  font-weight: 900
}
.trasmissione p {
  color: white;
  font-size: 14px;
  font-weight: 500
}
/*TENDINA LOGIN*/
.tendinaLogin {
  background: #F6F5F8;
  display: none
}
.tendinaLogin a.closeLoginForm,
.tendinaLogin a.closeRegisterForm {
  position: absolute;
  right: 15px;
  top: 15px;
}
.tendinaLogin a.closeRegisterForm {
  left: 15px
}
.tendinaLogin a.closeLoginForm:hover,
.tendinaLogin a.closeRegisterForm:hover {
  color: inherit;
}
.tendinaLogin .modale {
  background: white;
  padding: 30px 15px;
  position: relative;
  width: 90vw;
  max-width: 450px
}
.tendinaLogin .modale form h3 {
  font-size: 20px;
  font-weight: 900;
  color: #A68DDA;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center
}
.tendinaLogin .modale form,
.tendinaLogin .modale form input {
  width: 100%
}
.tendinaLogin .modale form input[type="text"],
.tendinaLogin .modale form input[type="email"],
.tendinaLogin .modale form input[type="password"] {
  border: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #A68DDA;
}
.tendinaLogin .modale form label {
  font-size: 16px;
  color: #6E6E6E;
  font-weight: 900;
  opacity: 1;
}
.tendinaLogin .modale form label span.required {
  color: #DC1C40
}
.tendinaLogin .modale span.oppure {
  color: #6E6E6E;
  font-weight: 500;
  margin: 10px 0
}
.tendinaLogin .modale .loginSocial .wp-social-login-provider-list {
  margin-bottom: 30px;
  padding: 0
}
.tendinaLogin .modale .loginSocial .wp-social-login-provider-list a {
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 12px;
  height: 38px;
  min-width: 100px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tendinaLogin .modale a.lostPassword:hover {
  color: inherit;
  text-decoration: underline;
}
.tendinaLogin .modale .loginSocial .wp-social-login-provider-list a::before {
  content: "Accedi con";
  margin-right: 4px
}
.tendinaLogin .modale .loginSocial a.wp-social-login-provider-facebook {
  background-color: #4E69B2;
}
.tendinaLogin .modale form label.error {
  display: block !important;
  color: red;
  margin-top: 5px;
  font-size: 12px
}
.tendinaLogin .modale form .linea {
  margin-bottom: 30px
}
.tendinaLogin .modale form .linea.last {
  margin-bottom: 50px
}
.registerLink {
  margin-top: 15px;
  color: #6E6E6E;
  font-weight: 700
}
.registerLink a {
  color: #DC1C40
}
.registerLink a:hover {
  color: #DC1C40;
  text-decoration: underline;
}
.blockCheckBox {
  margin-bottom: 20px
}
.blockCheckBox .checkbox {
  position: relative;
}
.blockCheckBox .checkbox input {
  width: auto !important;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px
}
.blockCheckBox .checkbox label {
  font-size: 12px !important;
  padding-left: 20px
}
.blockCheckBox .checkbox label a {
  color: #DC1C40
}
.blockCheckBox .checkbox label a:hover {
  color: #DC1C40;
  text-decoration: underline;
}
.cookiePolicy {
  margin-bottom: 30px
}
.cookiePolicy a {
  color: #DC1C40
}
.cookiePolicy a:hover {
  color: #DC1C40;
  text-decoration: underline
}
.blockCheckBox .checkbox label.error {
  padding-left: 0
}
.welcome a {
  color: #F47E97;
}
.welcome a:hover {
  text-decoration: underline;
}
.welcome .buttons {
  width: 100%;
  margin-top: 5px
}
.welcome .buttons a {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px
}
.welcome .buttons a:last-child {
  background: #DC1C40;
  border: 1px solid #DC1C40;
  color: white
}
input:disabled {
  color: #a0a0a0
}
.fancybox-content {
  padding: 0;
  font-family: "museo-sans";
}
.fancybox-bg {
  background: #f6f5f8;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1
}
.fancybox-slide--html .fancybox-content {
  margin: 15px 0
}
.fancybox-slide:before {
  margin: 0
}
.modal-body {
  padding: 0
}
.login-action-lostpassword #nav {
  display: none
}
.swal-text,
.swal-footer {
  text-align: center;
}
.page-template-default .autore {
  font-size: 14px;
  font-weight: 700;
  color: #A68DDA;
  margin: 10px 0 20px 0
}
.page-template-default .data {
  font-size: 12px
}
/*VIDEO WORDPRESS*/
.wp-video, .wp-video-shortcode {
  width: 100% !important;
  /*height: 100% !important;*/
}
.wp-video-shortcode.mejs-container {
  padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
section#giochi {
  position: relative;
}
.sliderGiochi .slick-slide,
.sliderVideo .slick-slide{
  padding: 0 5px
}
.single-giochi .boxPartecipa {
  background: #f7f7f7
}
.single-giochi .descrizioneGioco {
  font-weight: 500;
}
.single-giochi .descrizioneGioco p {
  word-wrap: break-word;
}
.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error {
  color: #DC1C40;
  font-size: 12px;
  margin: 20px 0
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #DC1C40;
  margin: 10px 0
}
.gform_hidden,
.gform_validation_container {
  display: none
}
.gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gform_fields_2 .gf_scroll_text {
  font-weight: 500
}
.scrollable {
  height: 210px;
  overflow-y: scroll;
}
#field_2_8 {
  margin: 20px 0 30px 0
}
#field_2_8 > label {
  display: none
}
.gchoice_2_8_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li.gchoice_2_8_1 label#label_2_8_1 {
  margin-top: -2px;
  font-size: 12px;
  margin-left: 10px;
  color: #454545
}
#gform_fields_2 .gf_scroll_text::before {
  content: "Modalità di partecipazione ai giochi";
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}
#gform_fields_2 .gf_scroll_text h3 {
  font-size: 12px;
}
#field_2_8, ul#input_2_8 li {
  background: transparent;
  padding: 0
}
.gf_list_inline label {
  font-size: 12px;
}
ul#gform_fields_1 li {
  margin-bottom: 20px
}
ul#gform_fields_1 li > label {
  margin-top: 0;
  margin-bottom: 10px
}
ul#gform_fields_1 li input {
  width: 100%
}
.ginput_recaptcha > div {
  width: 100% !important
}
.g-recaptcha > label::before {
  content:"*"
}
img.gform_delete {
  width: 20px;
  height: 20px
}
iframe#ftmap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  white-space: nowrap;
  border: 0
}
.home .backButton {
  display: none
}
.page-template-page-career main input {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Then Style */
  border: 0;
  outline: none;
  border-radius: 0
}
.single-news main h3.title {
  margin: auto;
}
.single-news .col-2 {
  padding-right: 0
}
.single-news .titolo {
  display: none
}
section#videoD {
  display: none
}
.videoDesktop {
  display: none;
}
footer {
  display: none;
  background: #9197AE;
  color: white;
  height: 148px;
}
.socialMobileMenu {
  color: white;
  height: 90px;
  line-height: 90px;
  /* position: static; */
  position:absolute;
  bottom: 0;
  width: calc(100% - 30px);
}
.socialMobileMenu ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.socialMobileMenu ul li {
  margin-right: 10px
}
.socialMobileMenu ul li:last-child {
  margin-right: 0
}
.socialMobileMenu ul li .imgContain {
  width: 38px;
  height: 38px
}
.desktopSearch {
  display: none;
  width: 100%;
  background:rgba(53,22,113, .9);
  z-index: 2;
  position: fixed;
  top: 101px
}
.desktopSearch .closeRicercaDesktop {
  position: absolute;
  right: 30px;
  top: 30px
}
.desktopSearch .closeRicercaDesktop a img {
  width: 30px
}
.desktopSearch h3 {
  color: white;
  font-size: 28px;
  font-weight: 900
}
.desktopSearch .searchDesktopContainer {
  padding: 60px 0
}
.desktopSearch .searchDesktopContainer form {
  width: 100%;
  border-bottom: 1px solid white
}
.desktopSearch .searchDesktopContainer form input,
.desktopSearch .searchDesktopContainer form i {
  color: white;
}
.desktopSearch .searchDesktopContainer form input::-webkit-input-placeholder {
  color: white;
}
.desktopSearch .searchDesktopContainer form input:-ms-input-placeholder {
  color: white;
}
.desktopSearch .searchDesktopContainer form input::placeholder {
  color: white;
}
.chartDesktop {
  display: none;
}
.chartDesktop .brano {
  background-color: #F6F5F8;
  padding: 0 30px;
  margin-bottom: 30px;
  height: 90px;
}
.chartDesktop.white .brano {
  background-color: white
}
.chartDesktop .brano,
.chartDesktop .brano .testi {
  font-size: 17px
}
.chartDesktop .brano .posizione {
  color: #DC1E42
}
.chartDesktop .brano .andamento {
  margin-left: auto;
  width: 52px;
  height: 16px;
}
.chartDesktop .brano .andamento .icona {
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  margin: 0 auto;
}
.chartDesktop .brano .andamento[type="stable"] .icona {
  background-image: url('../img/equal.svg');
  width: 52px;
  height: 13px
}
.chartDesktop .brano .andamento[type="new"] .icona {
  background-image: url('../img/new.svg');
  width: 52px;
}
.chartDesktop .brano .andamento[type="down"] .icona {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contAudioStickyDesktop {
  display: none;
}
.page-template-page-che-canzone-era .ccePlaylist .brano {
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
}
.page-template-page-che-canzone-era .ccePlaylist .brano .orario {
  border-right: 1px solid rgba(167,141,218,.2);
  width: 20%;
  padding: 10px 0;
  color: #DC1E42
}
.page-template-page-che-canzone-era .ccePlaylist .brano .artista {
  border-right: 1px solid rgba(167,141,218,.2);
  width: 40%;
  padding: 10px;
}
.page-template-page-che-canzone-era .ccePlaylist .brano .name {
  width: 45%;
  font-weight: 500;
  padding: 10px
}
.page-template-page-che-canzone-era .ccePlaylist .brano.current,
.page-template-page-che-canzone-era .ccePlaylist .brano.current .orario {
  color: #DC1E42
}
.page-template-page-che-canzone-era .dataLista {
  color: #6E6E6E
}
.containerDate {
  display: none;
}
#datepickerCCE input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-align: right;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #DC1E42;
  cursor: pointer
}
#datepickerCCE::after {
  margin-left: 10px;
  content: "\f107";
  font-family: FontAwesome;
  color: #DC1E42;
  font-size: 16px
}
.datepicker.dateRDS .datepicker--nav .datepicker--nav-title i {
  color: #DC1E42
}
.datepicker.dateRDS .datepicker--content .datepicker--days-names .datepicker--day-name {
  color: #DC1E42
}
.datepicker.dateRDS .datepicker--cell.-current- {
  color: #DC1E42
}
.meteoRoma img {
  width: 69px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}
.meteoRoma .white {
  color: white;
  font-size: 24px;
}
.img-responsive-16by9 {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.img-responsive-16by9 .icona {
  background: url("../img/iconPlay.svg") no-repeat center;
  position: absolute;
  width: 46px;
  height: 46px
}
.whiteSpace {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer {
  display: none
}
.pageLoader img {
  width: 30px
}
.contenutoTestuale a {
  text-decoration:underline;
}
.socialHeader ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.socialHeader ul li {
  margin-right: 10px
}
.socialHeader ul li:last-child {
  margin-right: 0
}
.socialHeader ul li a .imgCover {
  width: 26px;
  height: 26px
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sliderSegreti .slick-prev::before,
.sliderSegreti .slick-next::before {
  color: #DC1C40;
}
.sliderSegreti .slick-prev:hover,
.sliderSegreti .slick-next:hover {
  cursor: default;
}
.slick-prev,
.slick-next {
  z-index: 1;
  width: 40px;
  height: 40px
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
  z-index: 1
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before { content: "\f054"; }
[dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f104";
}
section#oroscopo .sliderOroscopo .segno {
  text-align: center;
  padding-bottom: 30px;
}
section#oroscopo .sliderOroscopo .segno a {
  display: block;
}
section#oroscopo .sliderOroscopo .segno .iconaOroscopo {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px
}
section#podcast .singoloPodcast {
  background: #F6F5F7;
  height: 90px;
  padding: 20px
}
section#podcast .singoloPodcast.white {
  background-color: white
}
section#podcast .singoloPodcast .titolo {
  display: grid;
}
section#podcast .singoloPodcast .titolo h4 {
  margin: 0;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #454545;
  padding-bottom: 5px;
}
section#podcast .objPodcast {
  margin-bottom: 20px
}
section#podcast .singoloPodcast span {
  font-weight: 500;
  font-size: 16px
}
.playerDesktop {
  display: none
}
.frecce,
.frecceSlider {
  z-index: 1;
  padding: 0 15px;
  opacity: 0
}
.frecce i,
.frecceSlider i {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900
}
.listenLive {
  line-height: 50px;
  padding-right: 20px;
  border-right: 1px solid rgba(167,141,218,.2)
}

.toolSwitch {
  text-align: center;
  background: #DC1E42;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  color: white;
  padding: 10px;
  margin-top: 13px;
  visibility: hidden;
  -webkit-transition: 1s .5s;
  -webkit-transition: 1s .5s;
  transition: 1s .5s;
}
.toolSwitch i {
  font-size: 18px;
}
.toolSwitch span {
  margin-left: 3px
}
.toolSwitch.visible {
  display: block;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.toolSwitch::before
{
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 5px);
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #DC1E42 transparent;
  display: block;
  width: 0;
  z-index: 1;
}
h4, h5, h6 {
  clear: both;
  color: #454545;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0
}
.brano .imgCover {
  width: 130px;
  height: 130px
}
.post-type-archive-news .singleNews p {
  margin-bottom: 0
}
.post-type-archive-conduttori .singleConduttore .cover {
  margin-bottom: 10px
}
.single-conduttori main .contenuto {
  padding: 0
}
.single-conduttori main .contenuto p:last-child {
  margin-bottom: 0
}
.page-template-page-classifiche h3.title {
  padding-bottom: 0
}
.boxPartecipa a {
  text-decoration: none;
}
.single-giochi h5 {
  color: #dc2340
}
.slick-dots {
  padding: 0 0 20px 0
}
.post-type-archive-news .sliderCentered .contDettagli {
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px)
}
.post-type-archive-news .sliderCentered .contDettagli .dettagli a h2 {
  font-size: 16px
}
.single-programma main .puntata .dettagli > div {
  padding: 0
}
.ctaButton button {
  background: transparent;
  border-radius: 30px;
  height: 44px;
  border: 2px solid #DC1C40;
  padding-left: 30px;
  padding-right: 30px;
  color: #DC1C40;
  font-weight: 700;
  outline: 0;
}
.ctaButton button:hover {
  color: white;
  background: #DC1C40
}
.playMore {
  display: none
}
.playerSingleNews {
  background: #F6F5F7;
  padding: 20px;
  margin-top: 20px
}
.playerSingleNews > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* The radio */
.radio {
  display: block;
  position: relative;
  padding-top: 8px;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkround {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff ;
  border-color:#DC1E42;
  border-style:solid;
  border-width:2px;
  border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
  background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.radio .checkround:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:#f8204f;
}
.cust-btn{
  margin-bottom: 10px;
  background-color: #DC1E42;
  border-width: 2px;
  border-color: #DC1E42;
  color: #fff;
}
.cust-btn:hover{
  border-color: #DC1E42;
  background-color: #fff;
  color: #DC1E42;
  border-radius: 20px;
  -webkit-transform-style: 2s;
  transform-style: 2s;
}

.sceltaFrequenza {
  z-index: 100000;
  color: black;
  bottom: 80px;
  right: 14px;
  border: 2px solid #DC1E42
}
.sceltaFrequenza .boxSF {
  background: white;
  height: auto;
  max-width: 250px;
  border-radius: 0;
  padding: 20px;
}
.sceltaFrequenza .boxSF::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 155px;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #DC1E42 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.sceltaFrequenza .boxSF .boxHeader {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1)
}
.sceltaFrequenza .boxSF .boxHeader h3 {
  margin: 0
}
.sceltaFrequenza .boxSF .boxHeader img {
  width: 80px;
  margin-right: 10px
}
.sceltaFrequenza .boxSF .boxBody {
  font-weight: 500;
  padding: 20px 0;
  font-size: 14px;
  line-height: 21px
}
.sceltaFrequenza .boxSF .boxBody .boxScelta {
  padding: 10px 0
}
.sceltaFrequenza .boxSF .boxFooter {
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.1)
}
button.fluxChange{
  position: relative;
  height: 22px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  width: 70px;
  background: #FFF;
  color: #DC1E42;
  opacity: .3;
  font-weight: 700;
  outline: 0;
}
.player button.fluxChange{
  font-size: 12px;
}
.player .zona {
  margin-left: auto
}
.player .scritta {
  line-height: 16px
}
button.fluxChange:hover,
button.fluxChange:disabled {
  opacity: 1;
  background: #FFF;
}
button.fluxChange:first-child {
  margin-right: 2px
}

/*button.fluxChange::after{
content: '';
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: 50%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0.2)));
background: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.2));
}*/

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  position: absolute;
  top: -9px;
  height: 20px;
  cursor: pointer;
  background-color: inherit;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #DC1E42;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  border: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #DC1E42;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #DC1E42;
  cursor: pointer;
}

#singleOroscopo {
  cursor: pointer;
}
#singleOroscopo.amplitude-paused > .playBtn {
  opacity: 0
}
#singleOroscopo.amplitude-paused:hover {

}
#singleOroscopo.amplitude-paused:hover > .playBtn {
  opacity: 1 !important
}
#singleOroscopo.amplitude-playing {

}
#singleOroscopo.amplitude-playing .playBtn {
  opacity: 1 !important
}

.meteoWidget iframe .footer {
  display: none
}
#page {
  margin-top: 60px
}
.page-template-page-classifiche .brano {
  height: 90px
}
.sliderVideo h2 {
  font-size: 12px;
  color: white;
  margin: 0;
  padding: 0;
  bottom: 0
}
.gameTermined {
  text-align: center;
  background: #de183e;
  color: white;
  padding: 30px;
}

.modalFrequenza {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7)
}
.modalFrequenza .content {
  background: white;
  max-width: 250px;
  position: absolute;
  z-index: 10;
  bottom: 55px;
  right: 14px;
  padding: 10px;
  border: 2px solid #DC1E42
}
.modalArrow {
  position: fixed;
  bottom: 47px;
  right: 64px;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 999;
}
.flexcontainer {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px
}
.pcboxclassfica .pcdati {
    background: #f3f3f3;
    color: black;
}
.pcboxclassfica .pcdati .pcgiocatorecondividi {
    right: 20px;
    cursor: pointer;
}

.whatsapp-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 4px 20px;
  border: 0;
  font-weight: 600;
  background-color: white;
  color: black;
  font-size: 0.9em;
}

.whatsapp-btn:hover{
  color: #0056b3 !important;
}

.whatsapp-btn img{
  width: 15px;
  margin-right: 4px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }




.sponsor img {
  max-width: 70px;
  max-height: 50px;
  height: auto;
  width: auto;
}


.goodlifevideo #mep_0{
  height: 50% !important;
}

.goodlifevideo #mep_0 .wp-video-shortcode{
  height: 100% !important;
}
