/* sidebar start */
@media only screen and (min-width: 300px) and (max-width: 575.98px) and (orientation: portrait){
    .sidebar {
        width: 90%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape){
    .sidebar .head {
        padding-top: 30px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape){
    .sidebar .head div h3 {
        font-size: 16pt;
        font-weight: 576;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape){
    .sidebar .body ul li {
        padding: 3px 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape){
    .sidebar .body ul li a {
        font-size: 12pt;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape){
    .sidebar .body span i {
        font-size: 13pt;
    }
}
/* sidebar end */

/* nav start */
@media only screen and (min-width: 300px) and (max-width: 575.98px) and (orientation: portrait) {
    .nav {
        margin: 3% 0 2% 0;
    }
}

@media only screen and (min-height: 576px) and (max-height: 767.98px) and (orientation: portrait) {
    .nav {
        margin: 4% 0 30% 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575.98px) and (orientation: portrait) {
    .nav .circle {
        width: 3em;
        height: 3em;
    }
}

@media only screen and (min-height: 576px) and (max-height: 767.98px) and (orientation: portrait) {
    .nav .circle {
        width: 3.4em;
        height: 3.4em;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape) {
    .nav {
        margin: 2% 0 1% 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape) {
    .nav .circle {
        width: 2.5em;
        height: 2.5em;
    }
}
/* nav end */


/* player start */
@media only screen and (min-width: 300px) and (max-width: 575.98px) and (orientation: portrait) {
    .song-img {
        width: 250px;
        border-radius: 50%;
        border: 7px solid #d71314;
    }
}

@media only screen and (min-height: 576px) and (max-height: 767.98px) and (orientation: portrait) {
    .song-img {
        width: 275px;
        border-radius: 50%;
        border: 8px solid #d71314;
    }
}

@media only screen and (min-height: 768px) and (max-height: 926px) and (orientation: portrait) {
    .song-img {
        width: 325px;
        border-radius: 50%;
        border: 9px solid #d71314;
    }
}

@media only screen and (min-height: 300px) and (max-height: 349px) and (orientation: landscape) {
    .song-img {
        width: 120px;
        border-radius: 50%;
        border: 5px solid #d71314;
    }
}

@media only screen and (min-height: 350px) and (max-height: 399px) and (orientation: landscape) {
    .song-img {
        width: 150px;
        border-radius: 50%;
        border: 7px solid #d71314;
    }
}

@media only screen and (min-height: 400px) and (max-height: 500px) and (orientation: landscape) {
    .song-img {
        width: 180px;
        border-radius: 50%;
        border: 7px solid #d71314;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape) {
    .player > h1 {
        margin-top: 0.5em;
        font-size: 16pt;
        font-weight: 576;
    }
}

@media only screen and (min-width: 300px) and (max-width: 926px) and (orientation: landscape) {
    .player > h3 {
        margin-top: -0.5em;
        font-size: 12pt;
        font-weight: 500;
    }
}
/* player end */

/* content start */
.content {
    width: 90%;
    padding: 20px 10px;
}

.content p {
    font-size: 17px;
}

.content p:nth-child(2) {
    font-size: 12px;
}
/* content-end */

/* control start */
@media only screen and (min-width: 300px) and (max-width: 575.98px) and (orientation: portrait) {
    .controls-container {
        margin-top: 4%;
    }
}

@media only screen and (min-height: 300px) and (max-height: 575.98px) and (orientation: portrait) {
    .controls-container {
        margin-top: 4%;
    }
}

@media only screen and (min-height: 576px) and (max-height: 767.98px) and (orientation: portrait) {
    .controls-container {
        margin-top: 7%;
    }
}

@media only screen and (min-height: 768px) and (max-height: 926px) and (orientation: portrait) {
    .controls-container {
        margin-top: 10%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767.98px) and (orientation: landscape) {
    .controls-container {
        margin-top: 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 926px) and (orientation: landscape) {
    .controls-container {
        margin-top: 1%;
    }
}

@media only screen and (min-height: 300px) and (max-height: 926px) and (orientation: portrait) {
    #controls div {
        width: 2em;
        height: 2em;
        margin: 20px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575.98px) and (orientation: portrait) {
    #controls div:nth-child(1) {
        transform: scale(2.5);
        border: 1px solid #FFF;
    }
}

@media only screen and (min-height: 300px) and (max-height: 575.98px) and (orientation: portrait) {
    #controls div:nth-child(1) {
        transform: scale(2.5);
        border: 1px solid #FFF;
    }
}

@media only screen and (min-height: 576px) and (max-height: 767.98px) and (orientation: portrait) {
    #controls div:nth-child(1) {
        transform: scale(2.8);
        border: 2px solid #FFF;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767.98px) and (orientation: landscape) {
    #controls div:nth-child(1) {
        transform: scale(1);
        margin-top: 0;
        margin-bottom: 0;
        border: 2px solid #FFF;
    }
}

/* control end */
