/* custom css */
@charset "UTF-8";

@font-face {
  font-family: "sound-launch";
  src:url("../fonts/sound-launch.eot");
  src:url("../fonts/sound-launch.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sound-launch.woff") format("woff"),
    url("../fonts/sound-launch.ttf") format("truetype"),
    url("../fonts/sound-launch.svg#sound-launch") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
    font-family: "sound-launch" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: "sound-launch" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-add-to-playlist:before {
    content: "\61";
  }
  .icon-arrow-down:before {
    content: "\62";
  }
  .icon-arrow-left:before {
    content: "\63";
  }
  .icon-arrow-right:before {
    content: "\64";
  }
  .icon-arrow-up:before {
    content: "\65";
  }
  .icon-heart:before {
    content: "\66";
  }
  .icon-heart-solid:before {
    content: "\67";
  }
  .icon-liked:before {
    content: "\68";
  }
  .icon-liked-solid:before {
    content: "\69";
  }
  .icon-new-playlist:before {
    content: "\6a";
  }
  .icon-open-playlist:before {
    content: "\6b";
  }
  .icon-playlist:before {
    content: "\6c";
  }
  


/* other css */
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/*
* PAGINATION
*/

.unjustified-pagination {
    justify-content: unset;
}

.justified-pagination {
    justify-content: center;
}

/*
* HOME
*/

.home-album-art {
    width: 200px;
    height: 200px;
}

.home-music-title {
    font-weight: 600;
}

.home-music-artist {
    font-weight: 400;
}




.audio-meta-wrapper.open {
    display: table-cell;
    width: 100%;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: display;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: .25s;
    /* Standard syntax */
    transition-property: display;
    transition-duration: .25s;
    transition-timing-function: linear;
    transition-delay: .25s;
}

.audio-meta-wrapper {
    display: none;
    vertical-align: top;
    padding-left: 15px;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: display;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: .25s;
    /* Standard syntax */
    transition-property: display;
    transition-duration: .25s;
    transition-timing-function: linear;
    transition-delay: .25s;
}

.playing-img {
    display: table-cell;
    vertical-align: top;
}


.playing-description {
    vertical-align: top;
    display: table-cell;
    padding-left: 10px;
}

.playing-description .playing-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.playing-description .playing-artist {
    color: #fff;
}

.floating-player .player-control {
    padding: 4px 15px;
    width: 80px;
    height: 80px;
    padding-left: 15px;
    background-color: #247673;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 40px;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: .25s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: .25s;
    transition-timing-function: linear;
    transition-delay: .25s;

}

.audio-controls-wrapper {
    display: table-cell;
    border-radius: 5px;
    vertical-align: middle;
}

.audio-toggle-player {
    vertical-align: middle;
    display: table-cell;
    background: #247673;
    color: #fff;
}


h1 {
    font-weight: bold !important;
    color: #247673 !important;
}

h3,
h2 {
    font-weight: bold !important;
}

.post-comment {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.post-comment a {
    cursor: pointer;
}


article {
    position: absolute;
    width: 50%;
    height: 300px;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 50px 5%;
    box-sizing: border-box;
    box-shadow: 0 0 21px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.cont {
    margin-bottom: 28px;
}

.cont h3 {
    font-family: 'Lato';
    font-size: 50px;
    margin: 0 0 10px 0;
    color: #ccc;
}

.cont time {
    font-family: 'Lato';
    font-size: 12px;
    color: #999;

}

img {
    cursor: pointer;
}


body {
    margin: 20px;
}

.nav-header {
    background-image: url('/images/header-bg.jpg') !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 320px) and (max-width: 600px) {

    body {
        padding-top: 50px;
    }

    .admin-div {
        margin-top: -40px !important;
    }

    /* .nav-header{
    padding-top: 0;
  } */

    .nav-logo {
        display: none;
    }

    .music-photo img {
        width: 50px;
        height: 50px;
    }

    .music-title {
        font-size: 10px;
    }

    .music-artist {
        font-size: 10px;
    }

    .music-uploader {
        font-size: 10px;
    }

    .top-request .description .title {
        width: 130px;
    }

    .marquee {
        width: 80px;
    }

    .col-sm-6 {
        width: 50% !important;
    }



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    body {
        padding-top: 50px;
    }

    .admin-div {
        margin-top: -40px !important;
    }


    .nav-header {
        padding-top: 0;
    }

    .nav-logo {
        display: none;
    }

    .music-photo img {
        width: 100px;
        height: 100px;
    }

    .music-title {
        font-size: 15px;
    }

    .music-artist {
        font-size: 15px;
    }

    .music-uploader {
        font-size: 12px;
    }

    .marquee {
        width: 80px;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .navbar-logo {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    body {
        padding-top: 130px;
    }

    .admin-div {
        margin-top: -75px !important;
    }

    .nav-logo {
        display: none;
    }

    .nav-header {
        padding-top: 125px;
    }

    .music-photo img {
        width: 100px;
        height: 100px;
    }

    .music-title {
        font-size: 20px;
    }

    .music-artist {
        font-size: 18px;
    }

    .music-uploader {
        font-size: 14px;
    }

    .home-album-art {
        width: 150px;
        height: 150px;
    }

    .marquee {
        width: 250px;
    }

    .col-sm-6 {
        width: 50% !important;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    body {
        padding-top: 180px;
    }

    .admin-div {
        margin-top: -125px !important;
    }


    .nav-logo {
        display: block;
    }

    .music-photo img {
        width: 100px;
        height: 100px;
    }

    .music-title {
        font-size: 20px;
    }

    .music-artist {
        font-size: 18px;
    }

    .music-uploader {
        font-size: 14px;
    }

    .home-album-art {
        width: 200px;
        height: 200px;
    }

    .marquee {
        width: 250px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    body {
        padding-top: 180px;
    }

    .nav-header {
        padding-top: 125px;
    }

    .nav-logo {
        display: block;
    }

    .music-photo img {
        width: 100px;
        height: 100px;
    }

    .music-title {
        font-size: 20px;
    }

    .music-artist {
        font-size: 18px;
    }

    .music-uploader {
        font-size: 14px;
    }

    .home-album-art {
        width: 300px;
        height: 300px;
    }

    .marquee {
        width: 250px;
    }
}

