@font-face {
    font-family: 'Cousine';
    src: url('../../fonts/Cousine-Regular.ttf') format('truetype');
}

body {
    font-family: 'Cousine', monospace;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
    height: 100%;
    position: relative;
    letter-spacing: -0.8px;
}

::-webkit-scrollbar {
    width: 10px;
    background: #fff
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #463e69;
    border-radius: 10px
}

.main {
    width: 100vw;
    margin: 0
}

div#load_screen {
    background: #dfdfdf;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100vh
}

div#load_screen>div#loading {
    animation: blinker 1s linear infinite;
    color: #e83e8c;
    font-size: 24px;
    width: auto;
    height: auto;
    left: 50%;
    margin: 300px auto;
    position: absolute;
    top: 50%;
    text-align: center;
    margin: -125px 0 0 -125px
}

div#load_screen img {
    width: 250px
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

a:link {
    text-decoration: none
}

.hidden {
    display: none
}

ul.pagination a.page-link {
    color: #d41d70 !important
}

ul.pagination .page-item.active .page-link,
ul.pagination .page-item.active a.page-link {
    background-color: #d41d70 !important;
    border-color: #d41d70 !important;
    color: color #fff !important
}

.site-header-main {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 99998 !important;
    width: 100vw !important;
    background-color: transparent;
    position: fixed;
    top: 0
}

.site-header-main.header-fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100
}

.site-header-main .branding {
    padding: 30px 0 25px 15px
}

.site-title {
    padding: 10px 0 5px 0;
    color: #d41d70;
    font-size: 1.2rem;
    text-transform: uppercase
}

.site-header-main.rose .site-title a,
.site-header-main.rose ul.nav-main li a {
    color: #d41d70
}

.nav-main {
    text-transform: uppercase
}

.site-header-main.header-fixed .site-title a {
    color: #d41d70
}

.site-header-main.header-fixed a {
    color: #d41d70
}

.site-header-main.header-fixed ul.nav-main li a:hover {
    color: gray
}

.site-title a {
    color: #fff;
    letter-spacing: .2em;
    -webkit-padding-end: 0;
    -moz-padding-end: 0;
    padding-inline-end: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-decoration: none
}

.site-title.mobile {
    text-align: center;
    margin: 0
}

.site-header-main.mobile {
    margin: 0;
    padding: 0
}

.site-header-main.mobile .branding {
    margin: 15px 0 0 0;
    padding: 10px
}

.nav.nav-main.mobile {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: #fff;
    color: #d41d70;
    border-radius: 10px
}

.nav.nav-main.mobile li {
    color: #d41d70;
    border-radius: 10px;
    padding: 0
}

.nav.nav-main.mobile a {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    color: #d41d70
}

.site-header-main.mobile.header-fixed .branding {
    margin: 15px 0 0 0;
    padding: 10px
}

#main-navbar-toggler {
    display: none
}

#main-navbar-toggler.mobile {
    display: initial
}

.site-header-main.header-fixed {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .1)
}

.site-header-main #main-navbar-toggler.mobile {
    color: #fff
}

.site-header-main.header-fixed #main-navbar-toggler.mobile {
    color: #d41d70
}

ul.nav-main li a {
    color: #fff
}

ul.nav-main li a:hover {
    color: #fff;
    font-weight: 700;
    border: 2px solid;
    border-top-color: initial;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: initial;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: initial;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: initial;
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-transition: all .51s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none
}

ul.nav-main li a:hover::before {
    content: "> "
}

.submenu-box {
    z-index: 3;
    border-radius: 5px
}

.submenu-box .submenu {
    background-color: #fff
}

.submenu-box .submenu div div {
    width: 250px
}

div.submenu-item.title {
    border-right: 2px solid #f8f9fa
}

.submenu {
    position: absolute
}

.submenu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .1);
    color: #fff;
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 2px solid;
    border-top-color: initial;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: initial;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: initial;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: initial;
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    letter-spacing: .1em;
    -webkit-padding-end: 0;
    -moz-padding-end: 0;
    padding-inline-end: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-decoration: none
}

.submenu a {
    display: block;
    background: 0 0;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
    margin: 0;
    padding: 0 25px;
    text-decoration: none;
    white-space: nowrap
}

.submenu a:hover {
    background-color: #f7f7f7
}

.submenu-item.title a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    display: block
}

.submenu-item.children a {
    display: block;
    text-transform: none;
    background: 0 0;
    border: 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.4em;
    margin: 0;
    padding: 8px 25px;
    text-decoration: none
}

.header-img-main {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.header-img-main img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}

.header-img-bg {
    width: 100% !important;
    height: 100% !important;
    background-color: #d41d70;
    background: -webkit-linear-gradient(0deg, #d41d70 25%, #ea695b 75%);
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #d41d70;
    opacity: .8
}

.header-session.home-page {
    height: 100vh;
    overflow: hidden
}

.header-session {
    height: auto;
    position: relative
}

.header-session.page-title-box {
    position: relative;
    margin-top: 0;
    height: 100vh;
    width: 80px
}

.page-title-box {
    height: 50px;
    width: 50px;
    margin-top: -40px
}

.header-content {
    color: #fff;
    padding: 150px 10px 80px 10px
}

.header-content h1 {
    font-weight: bolder;
    display: block;
    font-size: 3em;
    opacity: .8
}

.slides {
    overflow: hidden;
    max-height: 450px;
    position: relative;
    background-color: #000;
    height: 450px;
    color: #fff
}

.slides .slide {
    height: 100%;
    max-height: 450px;
    position: relative;
    overflow: hidden
}

.slides .slide img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0
}

.slides .slide .text {
    text-align: center;
    position: absolute;
    z-index: 1
}

.featured {
    padding: 30px 20px 30px 20px
}

.recent-posts {
    padding: 30px 0 0 0
}

.recent-posts .title {
    margin: 0 0 0 20px
}

.recent-posts .card-title {
    color: #d41d70;
    font-weight: 700
}

.recent-posts .card {
    background: 0 0;
    border: none
}

.recent-posts .read-more {
    color: #d41d70
}

section.page-top {
    background-color: #171717;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #384045;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 15px;
    min-height: 50px;
    padding: 0;
    padding: 20px;
    position: relative;
    text-align: left
}

section.page-top h2 {
    border-bottom: 5px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 35px;
    padding: 0 0 20px;
    position: relative
}

section.page-top h2 {
    border-bottom-color: #d41d70
}

.blog-posts .card {
    background-color: none !important;
    border: none
}

.blog-posts .card-title {
    background-color: none !important;
    border: none;
    color: #d41d70;
    font-size: 1.8rem
}

.blog-posts .card-text {
    font-size: 1rem;
    color: grey
}

.blog-posts .card-body {
    background-color: none !important;
    border: none;
    color: #d41d70;
    font-size: 1.8rem
}

.blog-posts .img-box img {
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 5px
}

.post-meta {
    font-size: .8rem
}

div.post-author img {
    max-height: 80px;
    max-width: 80px
}

div.post-author div.thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px
}

.thumbnail {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.post-comments .avatar {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    max-height: 90px;
    max-width: 90px
}

.post-comments .avatar img {
    width: 100%
}

.comment-box .comment,
.reply-box .comment {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px
}

.lyric-list-box .card,
.top-music-list .card {
    -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lyric-list-box .card i,
.top-music-list .card i {
    padding: 5px
}

.lyric-list-box .card:hover,
.top-music-list .card:hover {
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15)
}

.lyric-list-box .card:hover,
.lyric-list-box .card:hover>.card-header,
.lyric-list-box .card:hover>div,
.top-music-list .card:hover,
.top-music-list .card:hover>.card-header,
.top-music-list .card:hover>div {
    color: #fff !important;
    background-color: #d41d70
}

.lyric-list-box .card:hover>.card-footer a.icon-link,
.lyric-list-box .card:hover>.card-footer i,
.top-music-list .card:hover>.card-footer a.icon-link,
.top-music-list .card:hover>.card-footer i {
    color: #fff !important
}

.lyric-list-box .card:hover>.card-footer i:hover,
.top-music-list .card:hover>.card-footer i:hover {
    border: 1px solid #fff;
    border-radius: 5px
}

.top-music-list .card-header a {
    display: block
}

.lyric-list-box .card-header,
.top-music-list .card-header {
    background-color: #d41d70;
    color: #fff;
    font-size: 1rem
}

.lyric-list-box .card-header a,
.top-music-list .card-header a {
    color: #fff;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1.2rem
}

.lyric-list-box a.icon-link,
.top-music-list a.icon-link {
    color: #d41d70
}

.lyric-list-box a.icon-link:hover,
.top-music-list a.icon-link:hover {
    color: #d41d70
}

.lyric-list-box .card-text,
.top-music-list .card-text {
    font-size: .8rem
}

.artist-list-box {
    padding: 10px 20px 10px 20px
}

.artist-list-box .card {
    background-color: #fff;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .15)
}

.artist-list-box .card.artist .card-body {
    padding: 10px;
}

.artist-list-box .card-title {
    font-size: .9rem;
    margin: 0;
}

.artist-list-box .card-footer a {
    display: block;
}

.artist-list-box div.card.artist:hover {
    -moz-box-shadow: 5px 5px 5px 0 rgba(5, 5, 5, .15);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15)
}

.artist-list-box div.card.artist:hover>.card-footer a::after {
    content: 'Clique para acessar'
}

.artist-list-box .card.artist img {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover
}

.artist-list-box .card.artist .card-footer {
    color: #fff;
    font-size: .8rem;
}

.artist-list-box .card.artist .card-footer p {
    padding: 0 !important;
    margin: 0
}


.chord-list-box {
    padding: 40px 20px 30px 20px
}

.chord-list-box .card.chord {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    overflow: hidden
}

.chord-list-box .card.artist:hover {
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666
}

.chord-list-box .card.artist img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden
}

.recent-posts {
    padding: 30px 0 0 0
}

ul.nav-artist a {
    color: #fff
}

ul.nav-artist a:hover {
    color: #fff;
    font-weight: 700
}

.artist-search-input {
    border: 1px solid #ccc;
    border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 10px 15px 10px 15px;
    outline: 0;
    -webkit-appearance: none;
    text-align: center;
    margin-right: 0
}

.artist-search-input::placeholder {
    font-size: 1rem
}

.artist-albums {
    padding: 40px 20px 30px 30px;
    overflow: hidden !important;
    background-color: #fff
}

.artist-albums .album-img-body {
    width: 100px;
    height: 100px;
    overflow: hidden !important;
    position: relative;
}

.artist-albums .album-img {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 10px
}

.artist-albums .card {
    padding: 10px;
    overflow: hidden !important;
    border: none !important;
}

.artist-albums .card .card-body {
    background-color: #fff;
    padding: 0
}

.artist-albums .card .card-body div {
    background-color: #fff;
    padding: 0
}

.artist-albums .track-row,
.artist-albums .track-row .track-icons,
.artist-albums .track-row .track-title,
.artist-albums .track-row a {
    background: 0 0 !important;
    padding: 0
}

.artist-albums .track-title a {
    padding-left: 10px !important;
    display: block !important;
    width: 100% !important
}

.artist-albums .track-row:hover>.track-title a::after {
    content: ' - Clique aqui '
}

.artist-albums .track-row:hover>.track-icons i {
    color: #fff
}

.artist-albums .track-row {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 4px !important
}

.artist-albums .track-row:hover {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #d41d70 25%, #ea695b 75%) !important;
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%) !important;
    background: linear-gradient(90deg, #d41d70 25%, #ea695b 75%) !important;
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%) !important
}

.artist-albums .track-row:hover,
.artist-albums .track-row:hover>div a {
    color: #fff
}

.artist-albums .stats-bar {
    background: -webkit-linear-gradient(0deg, #d41d70 25%, #ea695b 75%);
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    height: .5rem;
    opacity: .1;
    height: 100%;
    position: absolute
}

.head-line-bottom {
    padding-left: 10px;
    background-color: #d41d70;
    overflow: hidden
}

.head-line-bottom div {
    margin: 0
}

.head-line-bottom .img-box-album {
    border: 2px solid #fff;
    position: relative;
    height: 190px;
    width: 250px;
    border-radius: 20px;
    overflow: hidden;
    margin: -40px 20px 20px 90px
}

.head-line-bottom .img-box-album img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px
}

.head-line-bottom .title h2 {
    color: #fff;
    background-color: #d41d70;
    margin: 30px 10px 0 0
}

.head-line-bottom .nav {
    background-color: #d41d70;
    color: #fff;
    margin: 30px 20px 20px 20px;
    width: 100%
}

.head-line-bottom p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px
}

.head-line-bottom .artist-search-input-box {
    margin: 10px 10px 10px 10px
}

.head-line-bottom a.artists-link {
    color: #ccc;
    padding-left: 0;
    background-color: #d41d70
}



.chord {
    font-weight: 700;
    color: #d41d70
}

.lyric-chords .chord {
    font-weight: 700;
    padding: 4px 0 5px 0;
    text-align: center;
    color: #fff !important
}

.lyric-chords .chord .card-header {
    text-align: center;
    font-weight: 700;
    background-color: #d41d70 !important
}

.lyric-text .chord {
    font-weight: 700;
    color: #d41d70 !important
}

.lyric-text .chord:hover {
    color: #fff !important;
    background: #d41d70
}

button.artist-search-find-btn {
    border: 1px solid #ccc;
    border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 10px 15px 10px 15px;
    outline: 0;
    -webkit-appearance: none;
    text-align: center;
    margin-left: -10px
}

button.artist-search-find-btn:active {
    background-color: #d41d70;
    color: #fff
}

.music-lyric-box, .music-lyric-box-left {    
    background-color: #fff;
    line-height: 30px;
    background: url('../../img/paperline.jpg') repeat;
    
}

 .music-lyric-box h5, .music-lyric-box p,.music-lyric-box small,.music-lyric-box h2, .music-lyric-box pre, .music-lyric-box span {
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
}

.music-lyric-box pre {
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
}

.music-lyric-box{
    border-left: 1px solid rgba(255,0,0,0.4);
    overflow: auto;
  }

.music-lyric-box .lyric-text {
    margin-top: 0 !important;
    padding: 0px 10px 10px 5%;
}

.music-lyric-box .header {
    padding: 0px 10px 0 5%;
}
.music-lyric-box p {
    padding: 0;
}

.lyric-text { 
    margin-top: 30px !important;
    min-width: 640px;
}
.lyric-text, .lyric-text div { 
    font-size: 16px !important;
}


.music-lyric-box .about-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.music-lyric-box .about-box ul li {
    padding: 0;
    margin: 0
}

.music-lyric-box-left {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 30px;
}

.music-lyric-box-left ul.artists-list {
    padding: 0;
    margin: 0
}

.music-lyric-box-left ul.artists-list a {
    padding: 0;
    margin: 0
}

.music-lyric-box-left {
    font-size: .8em
}

.music-lyric-box-left .about-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.music-lyric-box-left .about-box ul li {
    padding: 0;
    margin: 0
}

.music-lyric-box-left ul.album-tracks-list {
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
    list-style: none;
    padding: 0
}

.music-lyric-box-left ul.album-tracks-list li {
    padding: 0;
    margin: 0
}

.music-lyric-box-left ul.album-tracks-list li {
    font-size: .8rem
}

.music-lyric-box-left ul.album-tracks-list li.description {
    border: none !important;
    font-size: .8rem;
    padding: 0
}

.music-lyric-box-left ul.album-tracks-list li {
    padding: 5px 5px 5px 10px
}

.music-lyric-box-left ul.album-tracks-list li.active {
    color: #fff;
    background-color: #d41d70
}

.music-lyric-box-left ul.album-tracks-list li.active a {
    color: #fff;
    background-color: #d41d70
}

.music-lyric-box-left ul.album-tracks-list li.active:hover {
    background-color: #d41d70;
    border-bottom: 1px solid #d41d70
}

.music-lyric-box-left ul.album-tracks-list li:hover {
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #d41d70
}

.music-lyric-box-left a.icon-link.active,
a.icon-link.active {
    color: #d41d70
}

.header-session.lyric-page {
    height: 100px
}

.head-line-bottom .lyric-page.title {
    margin-bottom: 30px
}

.head-line-bottom a.icon-link {
    color: brown
}

.head-line-bottom a.icon-link.active,
.head-line-bottom button.icon-link.active,
.music-lyric-box-left a.icon-link.active,
.music-lyric-box-left button.icon-link.active {
    color: #d41d70 !important
}

.head-line-bottom {
    margin: 0;
    padding: 0
}

.head-line-bottom a.icon-link.active i,
.head-line-bottom button.icon-link,
.music-lyric-box-left a.icon-link.active i,
.music-lyric-box-left button.icon-link {
    border-left: solid #000 8px
}

.head-line-bottom i,
.music-lyric-box-left i {
    border-radius: 5px;
    padding-right: 10px;
    height: 30px; 
}

.artist-albums a {
    color: #d41d70
}

.artist-albums i.track-icon {
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    color: #d41d70
}

.artist-albums i.track-icon:hover {
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    color: #d41d70;
    border-left: solid #000 3px
}

.lyric-list-box .title {
    font-size: 1rem;
    padding: 0;
    margin: 0
}

.lyric-list-box a.title {
    color: #d41d70;
    font-size: 1rem;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0 0 10px 0
}

.lyric-list-box .card-header a,
.lyric-list-box a.title {
    display: block
}

.lyric-list-box a.title:hover {
    font-weight: 700
}

.btn-show-chords.active,
.btn-show-chords.active.btn-success {
    color: #d41d70 !important;
}

.btn-two-collumns.active,
.btn-two-collumns.active.btn-success {
    color: #d41d70 !important;
}

.search-result-text.marked {
    text-decoration: underline;
    font-weight: 700
}

footer {
    background-color: #d41d70;
    border-top: 4px solid #d41d70;
    color: #fff;
    font-size: .9em;
    position: relative;
    background: -webkit-linear-gradient(0deg, #d41d70 25%, #ea695b 75%);
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background-image: linear-gradient(90deg, #d41d70 25%, #ea695b 75%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #d41d70;
    margin-top: 30px
}

footer a {
    color: #fff
}

footer a:hover {
    color: #fff
}

footer div.footer-ribon {
    background: #999;
    position: absolute;
    margin: -30px 0 0 30px;
    padding: 10px 20px 6px 20px;
    border: 1px solid #fff
}

footer div.footer-ribon::before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px
}

footer div.footer-ribon span {
    color: #fff;
    font-size: 1.6em
}

footer div.footer-ribon {
    background: #d41d70;
    margin-left: 50px
}

.footer-content {
    text-align: justify
}

.footer-content ul {
    list-style: none;
    padding: 0
}


.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop iframe,
.fb_iframe_widget_fluid_desktop span {
    max-width: 100% !important;
    width: 100% !important
}

.fb-like {
    max-width: 100Vw !important;
}