/*  Theme Name:   2017-child
Theme URI:    https://pelzerradio.be 
Description:  Radio archive du Pelzer Jazz Club
Author:       Will  
Author URI:   https://www.lacontrebande.be 
Template:     twentyseventeen 
Version:      0.1.0 */



* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            min-height: 100vh;
            position: relative;
            overflow: scroll;
            background: black;
            padding-bottom:3em;
        }

        .background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background-image: url('your-background-image.jpg');*/
            background-size: cover;
            background-position: center;
            filter: brightness(0.7);
            z-index: -1;
            background-color:black;
        }


        .container {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            color: white;
        }

        .title{
            position: absolute;
  top: 50px;
  font-size: 5em;
  display: block;
  width: 100%;
  text-align: center;
        }
        
        .subtitle{
     display: block;
  position: absolute;
  top: 110Px;
  color: white;
        }
        .player-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .play-button {
            width: 150px;
            height: 150px;
            /*background-color: rgba(255, 255, 255, 0.4);
            border: 2px solid black;*/
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top:-150px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: absolute;
            top:450px;
        }
        .play-button{
            background-image: url('/wp-content/themes/twentyseventeen-child/assets/PELZERPLAYBTN_noplaying.png'); 
            background-size: contain;
        }
        .play-button.playing{
            background-image: url('/wp-content/themes/twentyseventeen-child/assets/PELZERPLAYBTN_playing.png')!important; 


        }

        .play-button:hover {
            /*background-color: rgba(255, 255, 255, 0.6);*/
            transform: scale(1.1);
        }

        .play-icon {
            width: 0;
            height: 0;
            /*border-style: solid;
            border-width: 20px 0 20px 30px;
            border-color: transparent transparent transparent white;*/
            margin-left: 5px;
        }

        .pause-icon {
            display: none;
            width: 25px;
            height: 35px;
            border-left: 8px solid white;
            border-right: 8px solid white;
        }

        .playlist {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }
        .next-button{
            
  width: 30px;
  height: 30px;
  margin-left: 250px;
  margin-bottom: 100px;
  background-image:url('https://www.pelzerradio.be/wp-content/themes/twentyseventeen-child/assets/next_button.png');
  background-size: 100% 100%;
  cursor:pointer;
        }
        .track-button {
            padding: 8px 15px;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid white;
            color: white;
            cursor: pointer;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .track-button.active {
            background: rgba(255, 255, 255, 0.4);
        }

        .track-button:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .info-container {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            padding: 20px;
            text-align: center;
            font-family: "Open Sans", sans-serif;
        }

        .track-info {


            
            text-align: center;

            margin-bottom: 10px;
  color: white;
  width: 100%;
  height: 50px;
  top: 540px;
  position: absolute;
  font-size: 1.5em !important;
  font-weight: bold;
        }

        .description-wrapper {
            font-size: 1em;
            max-width: 800px;
            flex-wrap: wrap;
            line-height: 1.5;
            color:rgba(255, 255, 255,0.7);
    
  width: 100%;
  text-align: center;

  bottom: 0;
  padding-bottom:15px;
  position: absolute;
  display: flex;
  justify-content: center;
  


        }
        .now-playing{
           display: flex;
  top: 550px;
        }

        .band-image{
            display: block;
  width: 600px;
  height: 300px;
  margin-top:40px;
  background-size: cover;
  
  

        }

        @media (max-width: 768px) {
             .wrap{
                padding:0;
                display: grid;
            }
              .title, .subtitle, .play-button, .track-info, .description{
             
  
              }
            .title{
                font-size: 3em;


            }
            .subtitle{
                top:85px;
            }
            .play-button {
 width: 180PX;
    height: 180PX;
    margin-top:0;
    top: 200px;
  }
  .band-image{
  width: 340px;
  height: 200px;
        }
  
            }
    .description-wrapper{
                padding-left: 1.5em;
                padding-right: 1.5em;
                top:600px!important;

            }
            .now-playing{
                top: 480px;
  position: absolute;
            }
            .track-info{
        top: 510px;
        position: absolute;
            }
            .play-icon {
                border-width: 15px 0 15px 25px;
            }

            .playlist {
                flex-wrap: wrap;
                justify-content: center;
            }

            .track-info {
                font-size: 1em;
            }

            .description-wrapper{
                font-size: 0.9em;
                display: flex;
  top: 550px;
  padding-left:2em;
  padding-right:2em;
  padding-bottom: 4em;
}

            }
                
        
        @media (max-width: 560px) {
            .wrap{
                padding:0;
                display: grid;
            }
            .title, .subtitle, .play-button, .track-info{
                position: relative;
  top: auto;
              }
            .title{
                font-size: 2em;
                top:100px;
            }

    .description-wrapper{
                padding-left: 1.5em;
                padding-right: 1.5em;
            }
            .play-button{
                margin-top: 0;
            }
            
            .track-info{
                padding: 1.5em;
                padding-left: 1.5em;
                padding-right: 1.5em;
            }
            .play-button {
                width: 50px;
                height: 50px;
            }

            .play-icon {
                border-width: 12px 0 12px 20px;
            }

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