@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
a {
  color: inherit !important;
}

.audio_player {
    padding: 0;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #666 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;

}

.container {
    text-align: center;
    width: 100% !important;
  max-width: unset !important;
  /*height: 600px; */
    margin: 30px;
    border-radius: 5%;
padding-top: 0 !important;
}

.card {
 
    position: relative;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: cover;
    background-size: 100%;
}

.card .menu {
    padding-top: 40px;
  
    font-size: 20px;
    color: #fff;
}

.card .image {
    padding-top: 10px;
  margin-bottom: -5px;
  width:100%;
}

a {
  color: #666;
}

.card .image img {
    width:100%;
    background: #ffffff1b;
    border-top: 1px solid #ffffff80;
    border-left: 1px solid #ffffff80;

}

.search:before {
    position: absolute;
    top: 25px;
    right: 30px;
    content: '\f002';
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    font-family: FontAwesome;
    z-index: 10;
    transition: all 0.3s ease-in;
}

.search:hover:before {
    color: #f1cd00;
}

.main:before {
    position: absolute;
    top: 25px;
    left: 30px;
    content: '\f0c9';
    color: #666;
    font-size: 16px;
    line-height: 16px;
    font-family: FontAwesome;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.main:hover:before {
    color: #f1cd00;
}

input[type=checkbox] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
}

a {
    color: #fff;
    text-decoration: none;
}

.container .name{
  padding: 15px 0 5px 0;
  
}
.container .name p {
  text-align:left;
    font-size: 30px;
}

.container .name .small {
    color: #f1cd00;
    font-size: 13px;
}

.progress {
    display: flex;
    justify-content: center;
    align-items: center;
  padding-top: 5px;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #666;
    border-radius: 5px;
    cursor: pointer;
}

.now {
    position: absolute;
    left: 0;
    display: inline-block;
    height: 5px;
    border-radius: 5%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px ;
    background: #f1cd00;
}

.now::after {
    content: '';
    position: absolute;
    right: 0;
    height: 5px;

    background-color: #f1cd00;
}

.timer {
    display: flex;
  justify-content: space-between;
    font-size: 13px;
 
}

.timer p {
    display: inline-block;
}

.player {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    text-align: center;
    color: #666 !important;
    font-size: 28px;
    padding: 8px 50px 15px 50px;
    font-family: FontAwesome;
    z-index: 10;
    transition: all 0.3s ease-in;
}

.player input[type="checkbox"] {
    display: none;
    /* Nascondi gli input checkbox */
}

.player label {
    cursor: pointer;
    transition: all 0.15s linear;
    margin: 0 10px;
    /* Spaziatura tra i controlli */
}

.backward:before {
    content: "\f048";
}
.backward {
  padding-right: 45px;
}
.forward:before {
    content: "\f051";
}
.forward{
  padding-left: 45px;
}
.play:before {
    content: "\f04b";
}
.play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: gray;
    width: 60px;
    height: 60px;
}
.play::before {
    position: absolute;
  content: "\f04b";
    top: 51%;
    left: 55%;
    transform: translate(-50%, -50%);
  color: #FFF3D8;
}
.backward:hover:before,
.play:hover:before,
/* .forward:hover:before {
    color: #f1cd00;
} */

#play:checked~label.play:before {
    content: "\f04c";
      top: 52%;
    left: 50%;
}

.foot {
    background: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: flex;
    padding: 0;
    z-index: 1;
    font-family: FontAwesome;
    transition: all 0.3s ease-in;
}
.footer ul {
  padding: 0 0 0 0 !important;
}

.home:before {
    content: "\f074";
    cursor: pointer;
    transition: all 0.15s linear;
}

.music:before {
    content: "\f001";
    cursor: pointer;
    transition: all 0.15s linear;
}

.user:before {
    content: "\f007";
    cursor: pointer;
    transition: all 0.15s linear;
}

.edit:before {
    content: "\f1e0";
    cursor: pointer;
    transition: all 0.15s linear;
}

.home:hover:before {
    color: #f1cd00;
    transition: all 0.15s linear;
}

.user:hover:before {
    color: #f1cd00;
    transition: all 0.15s linear;
}

.edit:hover:before {
    color: #f1cd00;
    transition: all 0.15s linear;
}

.music:hover:before {
    color: #f1cd00;

}

label.icons:before {

    content: '\f004';
    color:#333;
    font-size: 20px;
    line-height: 20px;
    font-family: FontAwesome;
    cursor: pointer;
    z-index: 10;
    transition: all 0.15s linear;
}

#heart:checked~label.icons:before {
    content: "\f08a";
    color: #fff;
    transition: all 0.15s linear;
}

label.sound:before {
    content: '\f028';
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-family: FontAwesome;
    cursor: pointer;
    z-index: 10;
    transition: all 0.15s linear;
   display: none;
}

.sound:hover:before {
    color: #f1cd00;
    transition: all 0.15s linear;
   display: none;
}

#sound:checked~label.sound:before {
    content: "\f6a9";
    transition: all 0.15s linear;
   display: none;
}
#sound {
  width: 0;
  display: none;
}

.standard-audio {
    display:none;
}