@charset "UTF-8";
body {
  background: #dadada !important;
}

.ms_loader img,
.ms_ajax_loader img {
  border-radius: 0px;
}

.ms_menu_bar i {
  background-color: white;
}

@media (max-width: 991px) {
  .ms_menu_bar i {
    color: #c10000 !important;
  }

  .ms_basic_menu ul li ul.sub-menu li a {
    color: white !important;
    font-family: "Quicksand", sans-serif;
  }

  span.nav_text {
    display: none;
  }
}
.ms_main_data .navigation {
  padding-bottom: 100px;
  align-items: flex-end;
  justify-content: flex-end;
}

.home-page .page-content,
.home-page .entry-content,
.home-page .entry-summary {
  margin: 0;
}
.home-page .hentry {
  margin-bottom: 30px;
  padding: 0px 0px;
  background-color: inherit;
  border-radius: 5px;
  box-shadow: none;
  border: none;
}
.home-page .wp-block-columns {
  margin-bottom: 0;
}
.home-page .ms_main_wrapper .container {
  background-color: white;
}
.home-page .ms_main_wrapper {
  padding-top: 0px;
}
@media (max-width: 375px) {
  .home-page .hentry {
    margin-bottom: 100px;
    padding: 0px 0px;
    background-color: inherit;
    border-radius: 5px;
    box-shadow: none;
  }
}
@media (max-width: 412px) {
  .home-page .hentry {
    margin-bottom: 100px;
    padding: 0px 0px;
    background-color: inherit;
    border-radius: 5px;
    box-shadow: none;
  }
}
@media (max-width: 734px), (max-width: 736px) {
  .home-page .hentry {
    margin-bottom: 100px;
    padding: 0px 0px;
    background-color: inherit;
    border-radius: 5px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .home-page .hentry {
    margin-bottom: 100px;
    padding: 0px 0px;
    background-color: inherit;
    border-radius: 5px;
    box-shadow: none;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.ms_basic_menu ul li a {
  color: white;
  font-weight: 500;
}

.ms_basic_menu ul li ul.sub-menu li a {
  color: #222;
  font-family: "Quicksand", sans-serif;
}

.menu-item a img {
  max-width: 100px;
  width: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #c10000;
}

.ms_breadcrumb .breadcrumbs a {
  text-decoration: none;
  color: white;
}

.ms_loader,
.ms_ajax_loader {
  background-color: #c10000;
}

.entry-meta span.byline i,
.entry-meta span.byline a {
  color: #c10000 !important;
}

.entry-meta a:hover {
  color: #c10000 !important;
}

.entry-meta i {
  color: black !important;
}

.entry-meta i:hover {
  color: #c10000 !important;
}

.ms_blog_date {
  top: -14px;
  border: 5px solid #fff;
  background: #c10000;
}

.ms_basic_header {
  background-color: #c10000;
}

.ms_basic_menu {
  background-color: #c10000;
}

h2.widget-title:after {
  background: white;
}

.ms_basic_menu ul li ul.sub-menu li a:hover {
  background-color: #c10000;
}

.ms_basic_menu ul li.current-menu-item a {
  color: white;
}

.ms_basic_menu ul li a:after {
  background-color: white;
}

.ms_basic_menu ul li a:hover {
  color: white;
}

.ms_basic_menu ul li a {
  color: black;
  font-weight: 500;
}

#primary {
  margin-bottom: 50px;
  padding-top: 0px;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@media (max-width: 991px) {
  .ms_basic_menu {
    background-color: #c10000;
  }

  .ms_basic_menu ul li a {
    border-bottom: 1px solid #b6b7bd;
  }
}
.onair-info {
  background: #333333;
}
.onair-info .gallery {
  background: none;
  margin-bottom: 0;
}
.onair-info .gallery .gallery-cell {
  width: 70%;
  height: 470px;
  margin-right: 10px;
  opacity: 0.5;
  padding-top: 20px;
  transition: height 500ms;
  transition: opacity 500ms;
}
.onair-info .gallery .gallery-cell.is-selected {
  opacity: 1 !important;
  height: 470px;
  padding-top: 0px;
  transition: height 500ms;
  transition: opacity 500ms;
}
.onair-info .radio-card {
  background-color: black;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  color: white;
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
}
.onair-info .radio-card img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 0px;
  height: 70%;
}
.onair-info .radio-card .info-programma {
  height: 30%;
  display: flex;
}
.onair-info .radio-card .info-programma p {
  line-height: 15x;
  margin-bottom: 0px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  color: white;
  line-height: 18px;
}
.onair-info .radio-card .info-programma .metadata {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
.onair-info .radio-card .info-programma .metadata .orario {
  height: 31px;
  background-color: red;
  width: 100px;
  text-align: center;
  line-height: 31px !important;
  margin-top: 5px;
  font-weight: bold;
}
.onair-info .radio-card .info-programma .metadata .titolo {
  font-size: 18px;
  font-weight: normal;
}
.onair-info .radio-card .info-programma .metadata .speaker {
  font-weight: bold;
  font-size: 22px;
}
.onair-info .radio-card .in-onda-banner {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20%;
  align-items: center;
  position: absolute;
  background-color: red;
  z-index: 1;
  top: 10px;
  right: 10px;
  padding: 8px;
}
.onair-info .radio-card .in-onda-banner .content {
  -webkit-animation-name: on-air-animation;
          animation-name: on-air-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: flex;
}
.onair-info .traccia-in-onda {
  height: 100%;
  min-height: 500px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: white;
}
.onair-info .traccia-in-onda .loading {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.onair-info .traccia-in-onda small {
  color: white;
}
.onair-info .traccia-in-onda .info {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  height: 80px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.onair-info .traccia-in-onda .info .now-song {
  display: flex;
}
.onair-info .traccia-in-onda .info .now-song .cover img {
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  width: 70px;
  height: 70px;
}
.onair-info .traccia-in-onda .info .now-song .metadata {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.onair-info .traccia-in-onda .info .now-song .metadata .title {
  font-size: 10pt;
}
.onair-info .traccia-in-onda .info .now-song .metadata .artist {
  font-size: 10pt;
  font-weight: bold;
}

.ultimiSuonati {
  height: 67%;
  margin-top: 10px;
}
.ultimiSuonati .list .item {
  width: 100%;
  height: 80px;
  display: flex;
  padding: 5px;
  padding-left: 10px;
  align-items: center;
}
.ultimiSuonati .list .item .cover {
  width: 25%;
  max-width: 100px;
}
.ultimiSuonati .list .item .cover img {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.ultimiSuonati .list .item .text {
  color: white !important;
  font-family: "Quicksand", sans-serif;
  width: 70%;
}
.ultimiSuonati .list .item .text p {
  margin-bottom: 0px;
  line-height: 16px;
  color: white;
  font-family: "Quicksand", sans-serif;
}

@-webkit-keyframes on-air-animation {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@keyframes on-air-animation {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.sezione-webradio {
  background-color: black;
}

.webRadioFlash {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: white;
  width: 100%;
}
.webRadioFlash .content {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}
.webRadioFlash .content .playlistGallery {
  background: none;
  width: 100%;
  min-height: 350px;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem {
  text-align: center;
  height: 320px;
  background: #231111;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .loader {
  margin: 20px auto;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .cover img {
  width: 100px;
  height: 100px;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .playlist-metadata .info {
  display: flex;
  flex-direction: row;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .playlist-metadata .info .cover {
  width: 30%;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .playlist-metadata .info .cover img {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px black;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .playlist-metadata .info .title {
  width: 70%;
  display: flex;
  align-items: center;
  text-align: left;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .playlist-metadata .info .title p {
  color: white;
  font-weight: normal;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .title p {
  color: white;
  font-weight: bold;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .listen {
  padding-top: 10px;
  padding-bottom: 10px;
}
.webRadioFlash .content .playlistGallery .playlistGalleryItem .listen .btn-secondary {
  font-size: 12pt;
  padding: 5px;
  border-radius: 5px;
}

.classificaRadioFlash {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: white;
}
.classificaRadioFlash .content {
  margin-top: 10px;
}
.classificaRadioFlash .content .showmore {
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-family: Quicksand, sans-serif;
}
.classificaRadioFlash .content .showmore a {
  color: white;
  text-decoration: underline;
}
.classificaRadioFlash .content .item {
  font-family: "Quicksand", sans-serif;
  display: flex;
  height: 70px;
  margin-bottom: 7px;
}
.classificaRadioFlash .content .item .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  width: 200px;
}
.classificaRadioFlash .content .item .details p {
  color: white;
  margin-bottom: 0px;
  line-height: 22px;
  font-family: Quicksand, sans-serif;
}
.classificaRadioFlash .content .item img {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.classificaRadioFlash .content .item .position {
  width: 20%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 70px;
  color: white;
  max-width: 70px;
}
.classificaRadioFlash .content .item .position p {
  margin-bottom: 0px;
  line-height: 22px;
  color: white;
  font-weight: bold;
  font-size: 16pt;
}
.classificaRadioFlash .content .item .cover {
  padding: 10px;
  border-radius: 5px;
  width: 25%;
  max-width: 100px;
}

.novitàRadioFlash {
  height: 440px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: white;
}
.novitàRadioFlash .loading {
  display: flex;
  align-items: center;
  height: 100%;
}
.novitàRadioFlash .content {
  margin-top: 10px;
  border-radius: 15px;
}
.novitàRadioFlash .content .item {
  width: 100%;
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  margin-bottom: 0px;
  height: 80px;
}
.novitàRadioFlash .content .item .cover {
  border-radius: 5px;
  width: 25%;
  max-width: 100px;
}
.novitàRadioFlash .content .item .cover img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px black;
}
.novitàRadioFlash .content .item .metadata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-left: 10px;
}
.novitàRadioFlash .content .item .metadata .artist {
  color: white !important;
  font-weight: bold;
}
.novitàRadioFlash .content .item .metadata .title {
  color: white !important;
}
.novitàRadioFlash .content .item .metadata .today {
  color: white;
  padding: 5px;
  background-color: red;
  width: 50px;
  border-radius: 3px;
  text-align: center;
  margin-top: 3px;
  font-size: 8pt;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}
.novitàRadioFlash .content .item p {
  color: white;
  line-height: 18px;
  margin-bottom: 0px;
}
.novitàRadioFlash .content .item img {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.novitàRadioFlash .content .item .text {
  font-size: 10pt;
  padding-left: 10px;
  padding-top: 12px;
  color: white;
  font-family: "Quicksand", sans-serif;
}
.novitàRadioFlash .content .item .text p {
  margin-bottom: 0px;
  line-height: 12px;
  color: white;
  font-family: "Quicksand", sans-serif;
}

.hitsRadioFlash {
  height: 440px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: white;
}
.hitsRadioFlash .content {
  border-radius: 15px;
  margin-top: 10px;
}
.hitsRadioFlash .item {
  width: 100%;
  font-family: "Quicksand", sans-serif;
  display: flex;
  height: 80px;
  padding: 5px;
}
.hitsRadioFlash .item p {
  line-height: 18px;
  margin-bottom: 0px;
  color: white;
}
.hitsRadioFlash .item .text {
  font-size: 10pt;
  padding-left: 10px;
  padding-top: 12px;
  color: white;
  font-family: "Quicksand", sans-serif;
}
.hitsRadioFlash .item .text p {
  margin-bottom: 0px;
  line-height: 12px;
  color: white;
  font-family: "Quicksand", sans-serif;
}
.hitsRadioFlash .item .metadata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
  width: 100%;
  padding-left: 10px;
}
.hitsRadioFlash .item .metadata .title {
  color: white;
}
.hitsRadioFlash .item .metadata .artist {
  color: white;
  font-weight: bold;
}
.hitsRadioFlash .item .cover {
  border-radius: 5px;
  width: 25%;
  max-width: 100px;
}
.hitsRadioFlash .item .cover img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px black;
}
.hitsRadioFlash .item img {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.breadcrumbs_wrapper:before {
  background-color: #4c4f5a;
}

.breadcrumbs_wrapper:after {
  background-image: none;
}

.news-section {
  margin-bottom: 10px;
}
.news-section small {
  color: black;
  font-weight: 500;
}
.news-section .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}
.news-section .content .news-gallery {
  background: none;
  width: 100%;
  min-height: 400px;
}
.news-section .content .news-gallery .news-gallery-cell {
  margin-right: 10px;
  transition: height 500ms;
}
.news-section .content .news-gallery .news-gallery-cell .post-date {
  position: absolute;
  top: 0;
  left: 15px;
  font-family: "Quicksand", sans-serif;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 30px;
  color: white;
  background-color: red;
}
.news-section .content .cover {
  height: 150px;
}
.news-section .content .cover img {
  width: 100%;
  margin-bottom: 0px;
  height: 100%;
}
.news-section .content .text {
  color: black;
  padding: 15px;
  overflow: hidden;
  height: 200px;
  font-family: "Quicksand", sans-serif;
}
.news-section .content .text p {
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.news-section .content .text a {
  color: black;
}
.news-section .content .link {
  padding-left: 15px;
  padding-bottom: 15px;
  height: 5%;
}
.news-section .content .link a,
.news-section .content .link b {
  color: black;
}
.news-section .content .link a:hover,
.news-section .content .link b:hover {
  color: #c10000;
}

#second-row {
  background-color: #111111;
  padding-top: 10px;
}

@media (max-width: 952px) {
  .novitàRadioFlash {
    margin-top: 0px;
  }

  .news-gallery-cell .cover {
    height: 250px !important;
  }
}
@media (max-width: 734px), (max-width: 736px), (max-width: 780px) {
  .novitàRadioFlash {
    margin-top: 0;
  }

  .hitsRadioFlash {
    margin-top: 0;
  }

  .track-settimane {
    display: none;
  }

  .track-posmax {
    display: none;
  }

  .track-ascolta {
    display: none;
  }

  #col-2-1 {
    margin-top: 10px;
  }

  .radio-card img {
    height: 70% !important;
  }
  .radio-card .info-programma {
    height: 30% !important;
  }
  .radio-card .info-programma .metadata .speaker {
    font-weight: bold;
    font-size: 16px !important;
  }
  .radio-card .info-programma .metadata .titolo {
    font-size: 14px !important;
    font-weight: normal;
  }

  .in-onda-banner {
    width: 32% !important;
  }
}
@media (max-width: 768px) {
  .in-onda-banner {
    width: 32% !important;
  }

  .hitsRadioFlash {
    margin-top: 10px;
  }

  #col-2-1 {
    margin-top: 10px;
  }

  .news-gallery-cell .cover {
    height: 250px !important;
  }

  .gallery-cell {
    width: 70% !important;
    height: 350px !important;
  }

  .gallery-cell.gallery-cell.is-selected {
    width: 70% !important;
    height: 350px !important;
  }

  .radio-card img {
    height: 70% !important;
  }
  .radio-card .info-programma {
    height: 30% !important;
  }
  .radio-card .info-programma .metadata .speaker {
    font-weight: bold;
    font-size: 16px !important;
  }
  .radio-card .info-programma .metadata .titolo {
    font-size: 14px !important;
    font-weight: normal;
  }
}
@media (max-width: 414px) {
  .news-gallery-cell .cover {
    height: 200px !important;
  }

  .track-settimane {
    display: none;
  }

  .track-posmax {
    display: none;
  }

  .track-ascolta {
    display: none;
  }

  .novitàRadioFlash {
    margin-top: 0px;
  }

  .hitsRadioFlash {
    margin-top: 0px;
  }

  #col-2-1 {
    margin-top: 10px;
  }

  .radio-card img {
    height: 60% !important;
  }
  .radio-card .info-programma {
    height: 40% !important;
  }
  .radio-card .info-programma .metadata .speaker {
    font-weight: bold;
    font-size: 16px !important;
  }
  .radio-card .info-programma .metadata .titolo {
    font-size: 14px !important;
    font-weight: normal;
  }

  .gallery-cell {
    height: 250px !important;
  }

  .gallery-cell.gallery-cell.is-selected {
    height: 250px !important;
  }

  .in-onda-banner {
    width: 50% !important;
  }
}
@media (max-width: 375px) {
  .track-settimane {
    display: none;
  }

  .rdf-playlist-available {
    width: 100%;
  }

  .track-posmax {
    display: none;
  }

  .news-gallery-cell .cover {
    height: 150px !important;
  }

  .novitàRadioFlash {
    margin-top: 0px;
  }

  .hitsRadioFlash {
    margin-top: 0px;
  }

  #col-2-1 {
    margin-top: 10px;
  }

  .radio-card img {
    height: 60% !important;
  }
  .radio-card .info-programma {
    height: 40% !important;
  }
  .radio-card .info-programma .metadata .speaker {
    font-weight: bold;
    font-size: 16px !important;
  }
  .radio-card .info-programma .metadata .titolo {
    font-size: 14px !important;
    font-weight: normal;
  }

  .gallery-cell {
    height: 250px !important;
  }

  .gallery-cell.gallery-cell.is-selected {
    height: 250px !important;
  }

  .in-onda-banner {
    width: 50% !important;
  }
}
.rdf-player {
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: black;
  display: flex;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}
.rdf-player .rdf-new-window {
  padding-left: 0;
  padding-right: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.rdf-player .rdf-new-window #rdf-new-window-button {
  font-family: "Material Icons";
  border-radius: 30px;
  width: 40px;
  height: 40px;
  font-size: 16pt;
}
.rdf-player .rdf-playlist-available {
  position: fixed;
  bottom: -600px;
  right: 0;
  width: 100%;
  float: right;
  z-index: 0;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container {
  background-color: #333333;
  border-top-left-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .activePlaylist {
  background-color: #b71414;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .playlist-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 40px;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .playlist-item:hover {
  background-color: grey;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .playlist-item .playlist-cover img {
  width: 40px;
  height: 40px;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .playlist-item .playlist-text {
  padding-left: 10px;
  line-height: 40px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  width: 70%;
  color: white;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .playlist-item .playlist-button {
  text-align: center;
}
.rdf-player .rdf-playlist-available .rdf-playlist-container .playlist-item .playlist-button button {
  font-size: 12pt;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  padding: 5px;
  color: white;
  border: none;
}
.rdf-player .rdf-webradio {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  padding: 5px;
  color: white;
}
.rdf-player .rdf-webradio #webradioLogo {
  width: 100%;
  height: 100%;
}
.rdf-player .rdf-webradio #webradioLogo img {
  width: 30px;
  height: 30px;
}
.rdf-player .rdf-webradio:hover {
  background-color: #481717;
}
.rdf-player .rdf-controls {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 80px;
}
.rdf-player .rdf-controls .rdf-play {
  font-family: "Material Icons";
  border-radius: 30px;
  width: 40px;
  height: 40px;
  font-size: 16pt;
}
.rdf-player .rdf-controls .rdf-play .material-icons {
  vertical-align: middle;
  line-height: 0 !important;
  position: relative;
  top: -1px;
}
.rdf-player .rdf-song-info {
  display: flex;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.rdf-player .rdf-song-info .double-bounce1,
.rdf-player .rdf-song-info .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e8e3e3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.rdf-player .rdf-song-info .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.rdf-player .rdf-song-info #traccia-in-playlist-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
}
.rdf-player .rdf-song-info .song-info {
  padding-top: 5px;
  margin-left: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: white;
}
.rdf-player .song-info-container .song-cover {
  margin-left: 10px;
  color: white;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 17px 3px #ffffff63;
}
.rdf-player .song-info-container .song-cover img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.rdf-player .song-info-container .song-cover-pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  box-shadow: 0 0px 20px 0 #ffffff9c;
}
.rdf-player .song-info-container .song-cover-flip {
  -webkit-animation-name: flipY;
          animation-name: flipY;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flipY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes flipY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@media (min-width: 900px) {
  .rdf-player .rdf-playlist-available {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .rdf-player .rdf-playlist-available {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .rdf-player .rdf-playlist-available {
    width: 25%;
  }
}
@media (max-width: 400px) {
  #rdf-play {
    width: 40px !important;
    height: 40px !important;
  }

  .rdf-player .rdf-playlist-available {
    width: 100%;
  }

  .song-cover {
    margin-left: 10px;
    width: 60px;
    height: 60px;
    color: white;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 17px 3px #ffffff63;
  }

  .song-info-title {
    font-size: 10pt;
    line-height: 10px;
  }

  .song-info-artist {
    font-size: 8pt;
    padding-top: 5px;
    line-height: 10px;
  }

  .song-info-container {
    padding-top: 15px;
  }

  .playlist-text {
    font-size: 10pt;
  }
}
@media (max-width: 412px) {
  #rdf-play {
    width: 40px !important;
    height: 40px !important;
  }

  .song-cover {
    margin-left: 10px;
    width: 60px;
    height: 60px;
    color: white;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 17px 3px #ffffff63;
  }

  .song-info-title {
    font-size: 10pt;
    line-height: 10px;
  }

  .song-info-artist {
    font-size: 8pt;
    padding-top: 5px;
    line-height: 10px;
  }

  .song-info-container {
    padding-top: 15px;
  }

  .playlist-text {
    font-size: 10pt;
  }
}
@media (max-width: 734px), (max-width: 736px) {
  #rdf-play {
    width: 40px !important;
    height: 40px !important;
  }

  .song-cover {
    margin-left: 10px;
    width: 60px;
    height: 60px;
    color: white;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 17px 3px #ffffff63;
  }

  .song-info-title {
    font-size: 10pt;
    line-height: 10px;
  }

  .song-info-artist {
    font-size: 8pt;
    padding-top: 5px;
    line-height: 10px;
  }

  .song-info-container {
    padding-top: 15px;
  }

  .playlist-text {
    font-size: 10pt;
  }

  .rdf-playlist-available {
    width: 100%;
  }
}
.info-item-cover {
  text-align: center;
  display: flex;
}

.info-item-cover img {
  width: 150px;
  height: 150px;
}

.tabella-info-album td {
  color: black;
}

.info-item-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.select-anno-container {
  width: 10%;
  display: inline-block;
}

.select-settimana-container {
  width: 25%;
  display: inline-block;
}

.classifica-settimana table {
  border: none;
  color: black;
}

.controlli-classifica {
  color: black;
}

.form-control {
  border: 1px solid grey;
}

.entry-content table tr th {
  font-weight: bold;
}

table td,
table th {
  color: inherit;
  border: none;
}

.page-classifica-table {
  padding-top: 20px;
}
.page-classifica-table .loader {
  color: black;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.programmazione-widget .loading {
  display: block;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
.programmazione-widget .loading .loader {
  color: black;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.programmazione-widget .nav-tabs .nav-item.show .nav-link,
.programmazione-widget .nav-tabs .nav-link.active {
  color: white;
  background-color: #c10000;
  border-color: none;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: background-color 0.5s ease;
}
.programmazione-widget .nav-tabs .nav-link {
  border: none;
}
.programmazione-widget .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 14.28%;
}
.programmazione-widget .nav-tabs .nav-item .nav-link {
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programmazione-widget .nav-item a {
  color: black;
}
.programmazione-widget .nav-tabs .nav-item .nav-link:hover {
  background-color: #e2dedb;
}
.programmazione-widget ul,
.programmazione-widget ol {
  margin: 0 0 0 0;
}
.programmazione-widget .programmazione-items {
  padding: 2%;
  width: 100%;
}
.programmazione-widget .programmazione-item-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
.programmazione-widget .programmazione-item-container-cover {
  margin-bottom: 5px;
  border-radius: 5px;
}
.programmazione-widget .programmazione-item-container-cover img {
  border-radius: 10px;
  width: 150px;
  height: 100px;
  box-shadow: 0 1px 13px 0px #0000007d;
}
.programmazione-widget .programmazione-item-container-orari {
  width: 10%;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programmazione-widget .programmazione-item-container-dettagli {
  width: 70%;
  padding-left: 10px;
}
.programmazione-widget .programmazione-item-container-dettagli p {
  margin-bottom: 0px;
  color: #000;
  line-height: 18px;
}
.programmazione-widget .program-title {
  font-size: 12pt;
  font-weight: bold;
  color: black;
}
.programmazione-widget .program-title p a {
  color: black;
}

.artisti {
  font-weight: bold;
}
.artisti a {
  color: black;
  font-weight: bold;
}
.artisti span::after {
  content: " & ";
  white-space: pre;
}
.artisti span:last-child:after {
  content: "";
}

.track-position {
  text-align: center;
  font-size: 24pt;
  border: none !important;
  padding: 10px;
}
.track-position .dashicons {
  font-size: 20pt;
}

.track-settimane {
  text-align: center;
  border: none !important;
}

.track-posmax {
  text-align: center;
  border: none !important;
}

.track-ascolta {
  border: none !important;
  text-align: center;
}

.track-detail {
  border: none !important;
  padding: 10px;
}
.track-detail .artisti {
  color: black;
  margin-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.track-listen {
  border: none !important;
  text-align: center;
}

.track-info {
  border: none !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.track-info a {
  color: black;
}

.track-detail table {
  border: none;
}

.album-detail-row {
  display: flex;
}

.album-detail-column {
  font-weight: bold;
  width: 150px;
}

.album-detail-row p {
  line-height: 22px;
  margin-bottom: 0px;
}

.info-cover-container {
  display: flex;
  justify-content: center;
}

.select-anno-container {
  width: 10%;
  display: inline-block;
}

.select-settimana-container {
  width: 25%;
  display: inline-block;
}

.track-image-container {
  border: none !important;
  padding: 0 !important;
  text-align: center;
}
.track-image-container img {
  width: 70px;
}

.descrizioneRighe {
  display: none;
}

#info-movimento {
  display: none;
  padding-top: 5px;
}

.track-listen {
  display: none;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1100px) {
  #info-movimento {
    display: block;
  }

  .descrizioneRighe {
    display: flex;
  }

  .track-listen {
    display: flex;
  }

  .rdf-new-window {
    display: flex !important;
  }
}
.modal-content {
  background-color: #000000 !important;
  background-image: none;
}
.modal-content #staticBackdropLabel {
  color: white;
}/*# sourceMappingURL=radioflash_style.css.map */