/*--------jPlayerPlaylist Style--------*/
.clr {
    clear: both;
    height: 0;
}

.jp-video .jp-jplayer video {
    margin: 0;
}

.jp-video .jp-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jp-video .jp-video-play button {
    background: transparent;
    color: #fff;
    font-size: 36px;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.jp-type-single {
    width: 100%;
    position: relative;
    display: block;
}

.jp-details {
    padding: 28px 0 12px;
    position: relative;
    display: block;
}

.jp-details:before,
.jp-details:after {
    content: "";
    display: table;
    clear: both;
}

.jp-details .mp_song_add {
    float: right;
    position: relative;
}

.jp-details .mp_song_add .mp_add_to {
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
}

.jp-details .mp_song_add .mp_box_add {
    display: none;
    border: 1px solid #999;
    padding: 10px 20px;
    width: 300px;
    position: absolute;
    right: 0;
    top: 45px;
}

.jp-details .mp_song_add .mp_box_add.active {
    display: block;
}

.jp-details .mp_song_add .mp_box_add h4 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.jp-details .mp_song_add .mp_box_add p {
    display: inline;
}

.jp-details .mp_song_add .mp_box_add .mp_btn_add_song {
    float: right;
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}

.jp-title {
    font-size: 24px;
    font-weight: 700;
    color: #24211e;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 0;
    line-height: 40px;
    float: left;
}

.mp-count {
    float: right;
    display: inline-block;
}

.mp-count i,
.mp-count span {
    line-height: 40px;
    font-size: 18px;
    color: #24211e;
    float: right;
    font-style: normal;
}

.mp-count i {
    margin-right: 6px;
    margin-top: 2px;
}

.jp-state-playing .jp-interface .jp-controls button.jp-play:hover,
.jp-state-playing .jp-interface .jp-controls button.jp-play:focus,
.jp-state-playing .jp-interface .jp-controls button.jp-play:active {
    background: transparent;
}

.jp-state-playing .jp-interface .jp-controls button .pause {
    opacity: 1;
    visibility: visible;
}

.jp-state-playing .jp-interface .jp-controls button .play {
    opacity: 0;
    visibility: hidden;
}

.jp-state-muted .jp-interface .jp-volume-controls button.jp-mute {
    background: transparent;
}

.jp-state-muted .jp-interface .jp-volume-controls button .off {
    opacity: 1;
    visibility: visible;
}

.jp-state-muted .jp-interface .jp-volume-controls button .down {
    opacity: 0;
    visibility: hidden;
}

.jp-state-looped .jp-toggles button.jp-repeat {
    color: #0088cc;
}

.jp-state-looped .jp-toggles button.jp-repeat:hover {
    color: #fff;
}

.jp-interface {
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.jp-interface:before,
.jp-interface:after {
    content: "";
    display: table;
    clear: both;
}

.jp-controls {
    width: auto;
    padding: 0;
    float: left;
}

.jp-controls button {
    color: #eeeeee;
    background: transparent;
    font-size: 14px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 30px;
    position: relative;
    margin: 0 10px;
    padding: 0;
    border: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.jp-controls button:hover,
.jp-controls button:focus,
.jp-controls button:active {
    outline: none;
    background: transparent;
}

.jp-controls button:hover {
    color: #0088cc;
}

.jp-controls button i {
    margin-left: 1px;
}

.jp-controls button .play,
.jp-controls button .pause {
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jp-controls button .play {
    opacity: 1;
    visibility: visible;
}

.jp-controls button .pause {
    opacity: 0;
    visibility: hidden;
}

.jp-progress {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
}

.jp-progress * {
    height: 100%;
}

.jp-seek-bar {
    background: #555555;
    cursor: pointer;
}

.jp-play-bar {
    background: #0088cc;
}

.jp-current-time {
    float: left;
    display: inline;
    cursor: default;
    min-width: 45px;
    text-align: right;
    padding-right: 10px;
    width: auto;
    font-size: .64em;
    font-style: inherit;
    line-height: 30px;
    color: #fff;
}

.jp-line {
    float: left;
    font-size: .64em;
    font-style: inherit;
    line-height: 30px;
    color: #fff;
}

.jp-duration {
    float: left;
    display: inline;
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
    min-width: 60px;
    width: auto;
    font-size: .64em;
    font-style: inherit;
    line-height: 30px;
    color: #fff;
}

.jp-volume-controls {
    width: auto;
    float: right;
}

.jp-volume-controls button {
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    color: #fff;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.jp-volume-controls button:hover,
.jp-volume-controls button:focus,
.jp-volume-controls button:active {
    outline: none;
    background: transparent;
    color: #0088cc;
}

.jp-volume-controls button .off,
.jp-volume-controls button .down {
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.jp-volume-controls button .down {
    opacity: 1;
    visibility: visible;
}

.jp-volume-controls button .off {
    opacity: 0;
    visibility: hidden;
    margin-left: -2px;
}

.jp-volume-controls .jp-volume-bar {
    position: relative;
    overflow: hidden;
    background: #555;
    width: 60px;
    height: 2px;
    cursor: pointer;
    display: inherit;
    float: left;
    margin: 14px 0;
}

.jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #0088cc;
}

.jp-toggles {
    width: auto;
    display: inline-block;
    float: right;
}

.jp-toggles button {
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    color: #fff;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.jp-toggles button:hover,
.jp-toggles button:focus,
.jp-toggles button:active {
    outline: none;
    background: transparent;
    color: #0088cc;
}

.jp-playlist-head {
    position: relative;
    display: block;
    min-height: 60px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.jp-playlist {
    position: relative;
    display: block;
    background: #f8f8f8;
    border-color: #e7e7e7;
    border-width: 0 1px 1px;
    border-style: solid;
    margin-bottom: 50px;
    padding: 10px 0;
}

.jp-playlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jp-playlist ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.jp-playlist ul li.jp-playlist-current a {
    color: #0088cc;
}

.jp-playlist ul li:last-child {
    border-bottom: none;
}

.jp-playlist ul li:before,
.jp-playlist ul li:after {
    content: "";
    display: table;
    clear: both;
}

.jp-playlist ul li a {
    color: #454442;
    text-transform: capitalize;
    display: block;
    line-height: 30px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.jp-playlist ul li a:hover {
    color: #0088cc;
}

.jp-playlist ul li a > span {
    padding-right: 10px;
    min-width: 36px;
    display: inline-block;
}

.jp-playlist ul li a > span span {
    height: 0;
    width: 0;
}

.jp-playlist ul li .jp-artist {
    font-size: .8em;
    text-transform: uppercase;
    color: #888888;
    display: block;
    line-height: 1em;
    padding: 5px 0 9px 36px;
}

.jp-playlist ul li .song-info-list {
    position: absolute;
    top: 15px;
    right: 30px;
}

.jp-playlist ul li .song-info-list .song-download {
    display: inline-block;
    padding-right: 15px;
}

.jp-playlist ul li .song-info-list .song-download a {
    font-size: .8em;
    color: #aaaaaa;
}

.jp-playlist ul li .song-info-list .song-download a:hover {
    color: #0088cc;
}

.jp-playlist ul li .song-info-list .item-time {
    font-size: .9em;
    color: #454442;
    padding-left: 10px;
    line-height: 30px;
}

/*--------Single Style--------*/
.mp-white {
    background: #fff;
}

.album-info {
    margin-bottom: 50px;
}

.mp-album-title {
    display: block;
    position: relative;
}

.mp-album-title:before,
.mp-album-title:after {
    content: "";
    display: table;
    clear: both;
}

.mp-album-title .mp-name {
    float: left;
}

.mp-album-title .mp-count i,
.mp-album-title .mp-count span {
    line-height: 1em;
}

.mp-name {
    font-size: 24px;
    font-weight: 700;
    color: #24211e;
    text-transform: uppercase;
    padding: 0 0 12px;
}

.mp-image {
    position: relative;
    display: block;
}

.mp-image img {
    width: 100%;
    height: auto;
}

.mp-info {
    color: #888888;
    line-height: 30px;
    padding-bottom: 25px;
}

.mp-info a {
    color: #0088cc;
}

.mp-description {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #666666;
}

.mp-lyric {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding: 40px;
    margin-bottom: 50px;
}

.mp-lyric .song-lyric {
    color: #666666;
    padding-bottom: 10px;
}

.mp-lyric h3 {
    color: #454442;
    padding-bottom: 20px;
}

/*--------Album--------*/
.mp-single:before,
.mp-single:after {
    content: "";
    display: table;
    clear: both;
}

.mp-single.album .mp-image {
    width: 33.3333%;
    float: left;
    padding-right: 15px;
    height: auto;
}

.mp-single.album .mp-image img {
    width: 100%;
    height: auto;
}

.mp-single.album .mp-info {
    float: left;
    width: 66.6667%;
    padding-left: 15px;
    height: auto;
}

/*--------Genre--------*/
.genre-info {
    position: relative;
    height: auto;
    min-height: 400px;
    padding: 20px;
    margin-bottom: 45px;
    background-color: #0088cc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.genre-info:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24211e+0,24211e+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0024211e', endColorstr='#24211e', GradientType=0);
    /* IE6-9 */
    z-index: 1;
}

.mp-line {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.mp-line:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #0088cc;
    bottom: -1px;
    left: 0;
}

.mp-title {
    color: #24211e;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 45px;
    padding: 7px 0;
}

.mp-list {
    padding-bottom: 40px;
}

.mp-list:before,
.mp-list:after {
    content: "";
    display: table;
    clear: both;
}

.mp-list ul {
    color: #666666;
    margin: 15px 0 8px 18px;
    padding: 0;
}

.mp-list ul li a {
    color: #666666;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mp-list ul li a:hover {
    color: #0088cc;
}

.mp-list .list-all {
    position: relative;
    margin: 0 -15px;
}

.mp-list .list-all:before,
.mp-list .list-all:after {
    content: "";
    display: table;
    clear: both;
}

.mp-list h3 {
    padding: 0;
    margin: 15px 0 4px;
}

.mp-list h3 a {
    color: #24211e;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mp-list h3 a:hover {
    color: #0088cc;
}

.mp-list .artist {
    color: #aaaaaa;
    line-height: 1em;
    margin: 4px 0;
}

.mp-list .artist a {
    font-size: 13px;
    color: #aaaaaa;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mp-list .artist a:hover {
    color: #0088cc;
}

.mp-list .mp-item {
    width: 25%;
    float: left;
    padding: 15px;
}

.mp-list .mp-item > span {
    font-size: 13px;
}

.mp-list .mp-img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 200px;
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}

.mp-list .mp-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #0088cc;
    font-size: 18px;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.mp-list .mp-img span i {
    margin-left: 3px;
}

.mp-list.albums .mp-item {
    width: 16.6667%;
}

.mp-list.albums .mp-img {
    height: 170px;
}

/*--------Artist--------*/
.artist-info {
    position: relative;
    height: auto;
    min-height: 400px;
    padding: 20px;
    margin-bottom: 45px;
    background-color: #0088cc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.artist-info:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24211e+0,24211e+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0024211e', endColorstr='#24211e', GradientType=0);
    /* IE6-9 */
    z-index: 1;
}

.info-container {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.info-container:before,
.info-container:after {
    content: "";
    display: table;
    clear: both;
}

.mp-avatar {
    display: inline-block;
    width: 17%;
    border: 5px solid #fff;
    background-color: #0088cc;
    height: auto;
    margin-right: 3%;
    float: left;
}

.mp-avatar img {
    width: 100%;
    height: auto;
}

.mp-excerpt {
    width: 80%;
    float: left;
    text-align: left;
}

.mp-excerpt .name {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0 0 17px;
    margin: 0;
}

.mp-excerpt .description {
    color: #dddddd;
    line-height: 1.7em;
    padding-right: 30px;
}

.mp-excerpt .description p {
    padding: 0 0 4px;
    margin: 0;
}

.mp-content {
    padding-bottom: 40px;
}

.mp-content p {
    margin: 0 0 1em;
}

/*--------Band--------*/
.band-info {
    position: relative;
    height: auto;
    min-height: 400px;
    padding: 20px;
    margin-bottom: 45px;
    background-color: #0088cc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.band-info:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24211e+0,24211e+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(36, 33, 30, 0) 0%, #24211e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0024211e', endColorstr='#24211e', GradientType=0);
    /* IE6-9 */
    z-index: 1;
}

/*--------Comments--------*/
.mp-comments .comments-title,
.mp-comments .comment-reply-title {
    font-size: 24px;
    color: #454442;
    text-transform: uppercase;
    border-top: none;
    display: block;
    position: relative;
    padding-bottom: 15px;
}

.mp-comments .comments-title:after,
.mp-comments .comment-reply-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0088cc;
}

.mp-comments .logged-in-as a {
    color: #666666;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mp-comments .logged-in-as a:hover {
    color: #0088cc;
}

.mp-comments .comment-form textarea {
    height: 100px;
    background: #fff;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.mp-comments .comment-form textarea:hover,
.mp-comments .comment-form textarea:active,
.mp-comments .comment-form textarea:focus {
    border-color: #0088cc;
}

.mp-comments .comment-form .form-submit {
    text-align: right;
}

.mp-comments .comment-form .submit {
    background: #0088cc;
    color: #fff;
    font-size: 12px;
    border: none;
    line-height: 40px;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mp-comments .comment-form .submit:hover {
    background: #005580;
}

.mp-comments .comment-list article,
.mp-comments .comment-list .pingback,
.mp-comments .comment-list .trackback {
    border-top: none;
}

.mp-comments ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-comments ol.comment-list {
    padding-top: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

.mp-comments ol li {
    margin: 0;
    display: block;
    position: relative;
    padding: 0;
}

.mp-comments ol li .comments {
    padding: 0 0 30px;
}

.mp-comments ol li .comment-content h5 {
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 13px;
}

.mp-comments ol li .comment-content h5 a {
    font-size: 16px;
    text-transform: uppercase;
    color: #f6ebe5;
}

.mp-comments ol li .comment-content .content {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
    width: auto;
}

.mp-comments ol li .comment-content .content span {
    font-size: 12px;
}

.mp-comments ol li .comment-content p {
    color: #aaaaaa;
    padding: 10px 0 7px;
    margin: 0;
}

.mp-comments ol li .comment-content ul,
.mp-comments ol li .comment-content ol {
    list-style: inherit;
    margin: 0;
    padding-left: 15px;
}

.mp-comments ol li .comment-content ul li,
.mp-comments ol li .comment-content ol li {
    padding: 0;
}

.mp-comments ol .comment-author img {
    width: 70px;
    height: 70px;
    margin-right: 30px;
}

.mp-comments ol .fn {
    text-transform: capitalize;
    color: #0088cc;
    font-size: 15px;
}

.mp-comments .reply {
    display: block;
    position: relative;
    padding: 0 0 3px;
}

.mp-comments .reply a {
    border: none;
    font-size: 13px;
    text-transform: capitalize;
    color: #aaaaaa;
    margin: 0;
}

.mp-comments .reply a:hover {
    color: #0088cc;
}

.artist-links,
.genre-links,
.band-links {
    margin-bottom: 30px;
}

.artist-links a,
.genre-links a,
.band-links a {
    margin-right: 15px;
    text-decoration: none;
}

.artist-links a.active,
.genre-links a.active,
.band-links a.active {
    color: #0088cc;
}

.member-item {
    margin-top: 30px;
}

.member-item a.member-img {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.member-item a.member-img img {
    max-width: 100%;
    height: auto;
}

.member-item h3 {
    display: inline;
}

div.song_play_info {
    float: right;
}

.songs_listings {
    padding: 0;
}

.songs_listings .song_listing {
    margin-bottom: 15px;
    clear: both;
}

.songs_listings .song_listing img {
    float: left;
    margin-right: 10px;
}

.songs_listings .song_listing h4 {
    font-size: inherit;
    margin: 0;
}

/*
* Widget plugin css
*/

/*------------Artists Widget css---------------*/
.widget_get_artists ul {
    list-style: none;
}

.widget_get_artists ul.mp-list li.mp-item {
    width: auto;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-bottom: 20px;
}

.widget_get_artists ul li.mp-item a.mp-img {
    height: auto;
    float: left;
    margin-bottom: 0;
}

.widget_get_artists ul li.mp-item a.mp-img img {
    max-width: 50px;
}

.widget_get_artists ul li h3 {
    margin: 11px 0 11px 20px;
}

.widget_get_artists ul li h3 a {
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
}

/*------------Login Widget css---------------*/
.before-login__showcontent {
    background: #eee;
    padding: 10px 15px;
}

.before-login__showcontent img{
    margin-right: 10px;
}

.before-login__showcontent:hover {
    cursor: pointer;
}

.before-login__hiddencontent {
    background: #32373c;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
}

.hiddencontent__rightcontent {
    margin-left: 15px;
}

.before-login__hiddencontent a {
    color: #fff;
    font-size: 12px;
}

.before-login__hiddencontent a i {
    margin-left: 5px;
}

.before-login__hiddencontent a:hover {
    color: #00b9eb;
}
.before-login__hiddencontent{
    visibility: hidden;
    height: 0;
    padding: 0;
}
.before-login__hover:hover .before-login__hiddencontent{
    visibility: visible;
    height: auto;
    padding: 10px 15px;

}
#widget_login .after-login{
    padding: 20px;
    border: 1px solid #eee;
}

#widget_login .after-login a{
    font-size: 12px;
    padding: 7px 15px;

}

#widget_login .after-login a.login{
    background: #32373c;
    color: #fff;
}

#widget_login .after-login a.register{
    border: 1px solid #eee;
}
#widget_login .after-login span{
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
}
/*---------------------Video Songs Widget-------------------*/
.widget_get_video_songs .mp-list{
    list-style: none;
}
.widget_get_video_songs .mp-list.w25 .mp-item{
    width: 25%;
}

.widget_get_video_songs .mp-list.w33 .mp-item{
    width: 33.33%;
}

.widget_get_video_songs .mp-list.w50 .mp-item{
    width: 50%;
}

.widget_get_video_songs .mp-list.w100 .mp-item{
    width: 100%;
    padding-left: 0;
}

.widget_get_video_songs .mp-list .mp-item .mp-img{
    height: auto;
    width: auto;
}
.widget_get_video_songs .mp-list .mp-item .mp-img img{
    width: 100%;
    height: 100%;
}
/*
* Share songs css
*/
.jp-share{
    position: relative;
    float: right;
    padding: 0 10px;
}
.jp-share .jp-share__button{
    border: 1px solid #eee;
    padding: 7px 20px 7px 15px;
    font-size: 12px;
    line-height: 16px;
}
.jp-share .jp-share__button .caret{
    display: none;
}
.jp-share:hover .dropdown-menu{
    display: block;
}
.jp-share .dropdown-menu{
    list-style: none;
    width: 200px;
    position: absolute;
    left: -120px;
    top: 0;
    background: #32373c;
    padding: 10px 15px;
    margin: 35px 0 0 0;
    display: none;
}
.jp-share .dropdown-menu li a{
    color: #eee;
    font-size: 12px;
}
.jp-share .dropdown-menu li:hover a{
    color: #00b9eb;
}

