/*
.visible-xs{
  display: none;
    @media (max-width: @screen-xs-max) {
      display: block;
    }
}

.hidden-xs{
    @media (max-width: @screen-xs-max) {
        display: none;
    }
}
*/
html {
  height: 100%;
}
body {
  margin: 0px;
  font-family: sans-serif;
  height: 100%;
  color: black;
  font-size: 40px;
  background: #faf7ce url(../img/puntini_sfondo.png) top left repeat;
}
h2 {
  font-size: 25px;
  margin: 10px;
}
a {
  color: inherit;
}
a:active,
a:hover {
  color: gray;
  text-decoration: underline;
}
#widget * {
  vertical-align: middle;
}
#widget {
  width: 100%;
  font-family: sans-serif;
  height: 100%;
  padding-top: 10px;
}
.copertinacell {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0px auto;
}
.copertinacell .copertina {
  width: 100%;
}
.watermark {
  position: absolute;
  z-index: -2;
  left: -30px;
  width: 70%;
  top: 50%;
  transform: translateY(-70%);
}
.copertinacell .logohbr {
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: black;
  transform: translateX(-50%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.copertinacell .logohbr img {
  display: block;
  margin: 2px auto;
  width: 20px;
}
.copertinacell .onairnowlbl {
  position: absolute;
  bottom: 20px;
  right: 0px;
  color: white;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: black;
  font-size: 14px;
  font-weight: bold;
}
.copertinacell .playpausebtn {
  position: absolute;
  width: 30%;
  height: 30%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  display: block;
}
.copertinacell .playpausebtn img {
  display: block;
  width: 100%;
}
.songinfocell {
  text-align: left;
  /*    border-top:2px solid black;*/
  /*border-bottom:2px solid black;*/
  padding: 10px;
  text-align: center;
}
.songinfocell__divider {
  margin: 0px auto;
  max-width: 200px;
  border-top: 2px solid black;
  height: 1px;
  overflow: hidden;
}
.songauthor {
  font-weight: bold;
  font-size: 18px;
}
.songtitle {
  font-size: 20px;
}
#listenlink {
  display: block;
  color: inherit;
  text-decoration: none;
}
.social_items_h {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 200px;
  margin: 0px auto;
}
.social_items_h .social_item {
  display: inline-block;
}
.social_items_h .social_item img {
  margin-bottom: 0px;
}
.social_item img {
  width: 40px;
  margin-bottom: 30px;
}
.social_item:last-child img {
  margin-bottom: 0px;
}
.gotositelink {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .gotositelink {
    font-size: 40px;
  }
}
#ultimeuscite {
  margin: 0px auto;
}
#ultimeuscite figure img {
  max-width: 100%;
}
#ultimeuscite figcaption {
  margin: 10px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}
