/*
* Theme Name: Muusico Lyrics Wordpress Theme
* Theme URI: http://www.2035themes.com/muusico
* Author: 2035Themes
* Author URI: http://themeforest.net/user/2035Themes
* Description: Responsive Parallax Lyrics Wordpress Theme
* Version: 2.5
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: two-columns
*/

/* Table Of Content
1   - Reset
2   - Global Css
3   - Blog
4   - Contact Form
5   - Header
6   - Lyrics
7   - Footer
8   - 404     
*/

/*-----------------------------------------------------------------------------------*/
/*   Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:visited, a:focus, a:active, a:hover, a:link {
    outline: 0 none !important;
    text-decoration: none !important;
}

.pos-center {
    text-align: center;
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------*/
/*   Global
/*-----------------------------------------------------------------------------------*/


body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #444;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #222;
    text-decoration: none;
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

a, a:visited, a:focus, a:active{
    outline: 0 none !important;
}

a:hover {
    color: #e4422e;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

h1{
    font-family: Oswald;
    font-size: 32px;
    color: #000;
}

h2{
    font-family: Oswald;
    font-size: 26px;
    color: #000;
}

h3{
    font-family: Oswald;
    font-size: 21px;
    color: #000;
    letter-spacing: 0.0500em;
}

h4{
    font-family: Oswald;
    font-size: 18px;
    color: #000;
}

h5{
    font-family: Oswald;
    font-size: 13px;
    color: #000;
}

h6{
    font-family: Oswald;
    font-size: 11px;
    color: #000;
}


.margint5 {
    margin-top: 5px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.margint20 {
    margin-top: 20px !important;
}

.margint30 {
    margin-top: 30px !important;
}

.margint40 {
    margin-top: 40px !important;
}

.margint50 {
    margin-top: 50px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint70 {
    margin-top: 70px !important;
}

.margint80 {
    margin-top: 80px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint100 {
    margin-top: 100px !important;
}

.margint120 {
    margin-top: 120px !important;
}

.marginb10 {
    margin-bottom: 10px !important;
}

.marginb20 {
    margin-bottom: 20px !important;
}

.marginb30 {
    margin-bottom: 30px !important;
}

.marginb40 {
    margin-bottom: 40px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb90 {
    margin-bottom: 90px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.marginb120 {
    margin-bottom: 120px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padt40 {
    padding-top: 40px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padb60 {
    padding-bottom: 30px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

.gallery-caption{

}

.bypostauthor{
    
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}


/*-----------------------------------------------------------------------------------*/
/*   Blog
/*-----------------------------------------------------------------------------------*/

.blog-entry{
    margin-bottom: 60px;
}

#blog .blog-back{
    background: #eeeeee;
    padding-bottom: 40px;
}

.post-content-blog h1, h2, h3, h4 , h5, h6{
    padding: 10px 0;
}

.post-format-icon{
    background: #FFF;
    padding: 15px;
    margin-top: 10px;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #E24335;
}

blockquote {
    border-left: solid 3px #e4422e;
    padding-left: 10px;
    margin: 20px 0;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

cite {
    font-size: 13px;
    font-weight: 500;
    color: #e4422e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}

table {
    width: 100% !important;
}

caption {
    padding: 0 0px;
    text-align: left;
    font-weight: bold;
    margin: -2px 0 2px 0;
}

thead {
    font-size: 13px;
}

thead th {
    padding: 4px 4px;
    font-weight: bold;
    border-top: 1px solid #ededed;
    text-align: center;
}

tbody {
    background: #f5f5f5;
}

tbody td {
    background: #f5f5f5;
    border: 1px solid #FFF;
    text-align: center;
    padding: 2px 2px;
}

tbody td:hover {
    background: #ededed;
}

tbody .pad {
    background: none;
}

tbody .pad:hover {
    background: none;
}

dl dt {
    font-weight: 600;
}

dl dd {
    padding-left: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
}

p:empty {
    display: none;
}

dl dd:last-child {
    margin-bottom: 0px;
}

em {
    font-style: italic;
}

q {
    border-left: solid 3px #e4422e;
    padding-left: 15px;
    margin-left: 10px;
    line-height: 24px;
    color: #727272;
}


address {
    margin: 20px 0;
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    font-style: italic;
    font-size: 12px;
    line-height: 19px;
}

address:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #dcdcdc;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

strong {
    font-weight: 600;
}

ol strong {
    padding: 0;
}

big {
    font-size: 18px;
}

em {
    font-style:italic;
}

kbd {
    padding: 5px;
    background: #e4422e;
    color: #FFF;
}

pre {
    padding: 20px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

pre:hover {
    padding: 30px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

var {
    color: #e4422e;
    font-weight: 600;
}

img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}


.wp-caption {
    border: solid 1px #e8e8e8;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    max-width: 100%;
}

.wp-caption-text {
    margin-top: 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}


.blog-content .gallery dt {
    margin-right: 10px;
}

.blog-content ul, .page-main ul {
    list-style: circle;
}

.blog-content ul li, .page-main ul li {
    list-style: circle;
}

.blog-content ol, .page-main ol {
    list-style: decimal;
    margin-left: 20px;
}

.post-materials ul li, .page-main ul li{
    list-style: none;
}

.post-materials ul{
    margin-left: 0;
}

.wp-caption {
    max-width: 100%;
    border: 1px solid #ddd;
    background: #ebebeb;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wp-caption img {
    margin-bottom: 10px!important;
    display: block;
}

.post-materials {
    display: block;
    margin: 10px 0;
}

.post-materials ul li {
    float: left;
    margin-right: 15px;
    font-size: 13px;
    color: #222;
}

.post-materials ul li i {
    padding-right: 6px;
    color: #e4422e;
}

.button{
    background: #e4422e;
    border-bottom: solid 3px #1f1b20;
    padding: 5px 18px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

.button a{
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.0300em;
}

.button:hover{
    background: #1f1b20;
}

.continue-reading{
    margin-top: 20px;
}

.continue-reading a{
    font-weight: 600;
}

.post-paginate p {
    color: #e4422e;
}

.post-paginate a {
    color: #888;
}

.blog-sidebar{
    margin-top: 50px;
}

.searchform .screen-reader-text{
    display: none;
}

.searchform{
    padding-bottom: 40px;
}

.sidebar-widget{
    margin-bottom: 40px;
}

.sidebar-widget h3{
    margin-top: 20px;
}

.sidebar-widget hr{
   margin: 10px 0;
   background: #e4422e;
   height: 2px;
   width: 20px;
}

.sidebar-widget ul li {
    position: relative;
    line-height: 31px;
}

.sidebar-widget select {
    width: 100%;
    border: solid 1px #e8e8e8;
    background: #FFF;
    height: 40px;
}

.searchform input {
    margin-bottom: 0px;
}

.searchform input[type="text"] {
    width: 67%;
    float: left;
    border: solid 1px #eaeaea;
    height: 40px;
    padding-left: 10px;
    background: #FFF;
    margin:0;
    padding:0;
    padding-left: 5px;
}

.searchform input[type="submit"] {
    width: 30%;
    float: right;
    display: inline-block;
    background: #e4422e;
    border:none;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.0300em;
    border-bottom: solid 3px #1f1b20;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 3px;
    margin:0;
}

/* Blog Pagination */

.pagination {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
    border-top: solid 2px #f0f0f0;
    display: inline-block;
    margin-bottom: 60px;
}

.pagination a:hover{
    color: #fff !important;
}

.prev-post {
    float: right;
    border-radius: 4px;
    padding: 4px 10px;
}


.next-post {
    float: left;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 0;
}

.prev-post:hover, .next-post:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.post-password-form {
    background: #f5f5f5;
    padding: 30px;
}

.post-password-form input[type="password"] {
    border: solid 1px #e8e8e8;
    height: 40px;
}

.post-password-form input[type="submit"] {
    background: #e4422e;
    border: none;
    height: 38px;
    color: #FFF;
    padding: 0 10px;
    float: none;
}

.post-password-form input[type="submit"]:hover {
    background: #282828;
}

/* Custom Pagination */

.custom-pagination{
    margin-bottom: 25px !important;
}

.custom-pagination ul li{
    float:left;
    margin-right:5px;
}

.custom-pagination ul li a{
    padding:8px 13px;
    border:1px solid #e8e8e8;
    background: #f0f0f0;
    font-size:13px;
    color:#333;
}

.custom-pagination ul li a:hover{
    background-color:#e4422e;
    color:#fff !important;
}

.custom-pagination ul li.active a{
    background-color:#e4422e;
    color:#fff;
}

/* Comment form */

input[type="text"]{
    border: solid 1px #777;
    width: 100%;
    background: none;
    display: inline-block;
}

.contact-form-style input[type="submit"] {
    float: right;
    display: inline-block;
    background: #e4422e;
    border:none;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.0300em;
    border-bottom: solid 3px #1f1b20;
    padding: 5px 14px;
    display: inline-block;
    border-radius: 3px;
}


.contact-form-style input{
    margin-top: 10px;
    padding: 10px;
    border:solid 1px #eaeaea;
}

.contact-form-style textarea{
    margin-top: 20px;
    border:solid 1px #eaeaea;
    height: 220px;
    padding: 10px;
    width: 100%;
}

.user-comment-box{
    background: #f7f7f7;
    padding: 20px;
}

.user-comment-box .author a {
    font-size: 18px;
}

.user-comment-box .date {
    font-size: 10px;
}

ol.comment-list{
    list-style: none;
    margin-left: 0;
}

.comment-content h4{
    padding: 0;
}

.comments .children li{
    list-style: none !important;
    margin: 0;
    margin-left: 20px;
}

.leave-a-comment p{
    font-size:18px !important;
}

.comments-blog-post-top {
    border-bottom: solid 1px #ebebeb;
    padding-top: 10px;
    padding-bottom: 20px;
}

.com-title h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #222;
}

.com-info{
    margin-top: 10px;
    font-size: 12px;
}

::-webkit-input-placeholder {
    color: #555;
    font-size: 11px;
    letter-spacing:0.0300em;
    font-weight: 600;
}

:-moz-placeholder {
 /* Firefox 18- */
    color: #555;
    font-size: 11px;
    letter-spacing:0.0300em;
    font-weight: 600;
}

::-moz-placeholder {
  /* Firefox 19+ */
    color: #555;
    font-size: 11px;
    letter-spacing:0.0300em;
    font-weight: 600;
}

:-ms-input-placeholder {
    color: #555;
    font-size: 11px;
    letter-spacing:0.0300em;
    font-weight: 600;
}

/*-----------------------------------------------------------------------------------*/
/*   Contact Form
/*-----------------------------------------------------------------------------------*/

/* Contact Form */

.wpcf7 input[type="text"], input[type="email"]{
    border:solid 1px #eaeaea;
    width: 70%;
    background: none;
    display: inline-block;
    margin-bottom: 20px;
    height: 40px;
    padding-left: 10px;
}

.wpcf7 input[type="submit"] {
    float: right;
    display: inline-block;
    background: #e4422e;
    border:none;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.0300em;
    border-bottom: solid 3px #1f1b20;
    padding: 5px 14px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
}


.wpcf7 textarea{
    width: 100%;
    border:solid 1px #eaeaea;
    height: 220px;
    padding: 10px;
    width: 100%;
}

.form-submit{
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*   Header
/*-----------------------------------------------------------------------------------*/

.empty-menu{
    color: #FFF;
}

.empty-menu a{
    color: #FFF;
    text-decoration: underline;
}

.logo{
    height: 90px;
    display: table;
    overflow: hidden;
}

.logo .limg{
    display: table-cell;
    vertical-align: middle;
}

.menu{
    height: 90px;
    line-height: 90px;
}

.header-search{
    position: relative;
    height: 90px;
    line-height: 90px;
    color: #FFF;
    margin-left: 20px;
    width: 15px;
}

.header-search a i{
    color: #fff;
}

#mini-search-wrapper {
    position: absolute;
    left: -260px;
    top: 70px;
    width: 295px;
    background: #eaeaea;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    display: none;
    height: 95px;
    z-index: 99999;
}

#mini-search-wrapper{
 line-height: 40px;
}

#mini-search-wrapper:before{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #eaeaea transparent;
    top:-10px;
    right:20px;
}

#mini-search-wrapper input.s-input {
    background: #FFF;
    height: 44px;
    min-width: 180px;
    border: solid 1px #e8e8e8;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    margin-left: -10px;
}

#mini-search-wrapper input.s-submit {
  float: right;
  width: 80px;
  display: inline-block;
  background: #e4422e;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.0300em;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 3px;
  line-height: 30px;
}

.pre-header{
    background: #1f1b20;
    border-radius: 4px;
    color: #FFF;
    height: 50px;
}

.pre-header a{
    color: #FFF;
}


/* Header Social */

.social-icons{
    height: 90px;
    line-height: 90px;
    font-size: 16px;
}

.social-icons ul li{
    float: left;
    margin-left: 20px;
}

.social-icons ul li i.fa-facebook{ 
    color: #4964A1; 
}

.social-icons ul li i.fa-twitter{ 
    color: #55ACEE; 
}

.social-icons ul li i.fa-instagram{ 
    color: #3F729B; 
}

.social-icons ul li i.fa-tumblr{ 
    color: #35465C; 
}

.social-icons ul li i.fa-youtube-play{ 
    color: #E52D27; 
}

.social-icons ul li i.fa-google-plus{ 
    color: #DD4B39; 
}

.social-icons ul li i.fa-lastfm{ 
    color: #C3000D; 
}

.social-icons ul li i.fa-soundcloud{ 
    color: #FF8800; 
}

.social-icons ul li i.fa-spotify{ 
    color: #7AB800; 
}

/* Nav */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 90%;
    left: 10px;
    z-index: 99;
}

.sf-menu .sub-menu .sub-menu {
    top: 0;
}

.sf-menu ul li ul {
    position: absolute;
    display: none;
    top: -37px;
    left: 100%;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu li {
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
    float: left;
    padding-left: 25px;
    letter-spacing: 1px;
}

.sf-menu li a {
    display: block;
    position: relative;
    zoom: 1;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.menu-container-top .sf-menu li a {
    display: block;
    position: relative;
    zoom: 1;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.sf-menu li a:hover {
    text-decoration: none;
    color: #e4422e !important;
}

.sf-menu ul li {
    width: 100%;
    min-width: 200px;
    background: #101010;
    padding: 10px;
    border-bottom: 1px solid #222;
    line-height: 30px;
    padding: 10px 24px;
}

.sf-menu ul li:hover {
    background: #222;
}

.sf-menu ul li:last-child {
    border-bottom: 0;
}

.sf-menu ul li a {
    color: #a8a8a8 !important;
    font-size: 14px;
}

.sf-menu ul li a:hover {
    color: #a8a8a8 !important;
}

.sf-menu .menu-item-has-children ul {
    float: none;
}

.sf-menu .menu-item-has-children {
    position: relative;
    margin-right: 20px;
}

.sf-menu .sub-menu .menu-item-has-children {
    position: relative;
    margin-right: 0px;
}

.sf-menu .menu-item-has-children:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -23px;
}

.menu-container-top .sf-menu .menu-item-has-children:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -23px;
}

.sf-menu ul.sub-menu .menu-item-has-children:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a8a8a8 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #101010;
}

.sf-menu ul.sub-menu ul.sub-menu .menu-item-has-children:before {
    display: none;

}
.sf-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    display: none !important;
}

ul.sub-menu li.menu-item-has-children:hover:before {
    background: #222;
}

ul.sub-menu li ul li{
    float: none !important;
}

.sf-menu .menu-item-has-children:hover:before {
    color: #e4422e !important;
}

/* Header Alphabet */

.lyric-alphabet{
    width: 84% !important;
    line-height: 50px;
}

.lyric-alphabet ul{
 padding-left: 10px;
}

.lyric-alphabet ul li{
    float: left;
    line-height: 50px;
}
.lyric-alphabet ul li:hover {
    background: rgba(40, 48, 72,1);
}

.lyric-alphabet ul li a{
    font-size: 13px;
    font-weight: 600;
    padding: 0px 14px;
    display: inline-block;
}

.lyric-alphabet ul li a:hover{
    color: #e4422e;
}

.submit-lyric{
    background: #e4422e;
    width: 16%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 50px;
}

.submit-lyric a{
    width: 100%;
    line-height: 50px !important;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.0500em;

}

.submit-lyric a:hover{
    color: #f5f5f5 !important;
}

.lyric-home{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 80px;
  background: #302932;
}

.lyric-search{
    padding:130px 0 75px 0;
}

.lyric-search h1{
    color: #FFF;
    font-size: 35px;
    letter-spacing: 0.0300em;
}

.lyric-search-input{
    margin-top: 15px;
}

.search-wrapper{
    width: 55%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.lsearchl{
    width:100%;
}

.lsearchr{
    width:20px;
    margin-left:-40px;
}

.search-wrapper i{
    color: #E4422E;
    cursor: pointer; 
    font-size: 18px;
}

.lyric-search-input input[type="search"]{
    width: 100%;
    height: 35px;
    background: rgba(255,255,255,.9);
    border-radius: 30px;
    border:solid 5px rgba(255,255,255,.4);
    padding-left: 20px;
}

.slabel{
    margin-top: 7px;
}

.lyric-search-input input[type="submit"] {
    width: 100%;
    position: relative;
    border:none;
    background: none;
}

.big-letter{
    margin-top: 120px;
}

.big-letter h1{
    font-size: 150px;
}

/* Popular Lyrics */
.content-capsule{
    position: relative;
}

.content-pull{
    width: 100%!important;
    position: absolute;
    top:-85px;
    left:0;
}

.popular-lyrics-container, .page-container{
    position: relative;
}

.popular-lyrics, .latest-lyrics-container{
    background: #FFF;
    padding: 28px 20px 20px 20px;
}

.latest-lyrics-container{
    padding-bottom: 40px !important;
}

.second-container{
    background: #fff;
    padding: 25px 0px 5px 25px;
}

.second-padding{
    padding: 5px 25px !important;
}

.latest-lyrics-container{
    padding-bottom: 30px;
}

.latestnew.title{
    margin-left: 15px;
    margin-bottom: 5px;
}

.latestnew.title h3 i{
    font-size: 21px;
    color: #e4422e;
    padding-right: 7px;
}

.popular-lyrics .title h3 i, .latest-lyrics-container h3 i{
    font-size: 21px;
    color: #e4422e;
    padding-right: 7px;
}

.full-screen-list ul li{
    position: relative;
    height: 350px;
    margin-bottom: 20px;
}

.full-screen-list ul li:last-child{
    margin-right: 0;
}

.full-screen-list ul li a:hover{
    text-decoration: underline !important;
}

.full-screen-list ul li{
    background-size: cover !important;
    background-position: center center !important; 
}

.full-screen-list-inside ul li{
    float: left;
    position: relative;
    height: 205px;
    width: 205px;
    margin-right: 16px !important;
    margin-bottom: 20px;
    background-size: cover !important;
    background-position: center center !important;
}

.full-artist-album-list ul li{
    margin-right: 13px !important;
    margin-bottom: 15px !important;
}

.full-screen-list-inside ul li:last-child{
    margin-right: 0;
}

.full-screen-list-inside ul li a:hover{
    text-decoration: underline !important;
}

#popular-list .owl-controls{
    width: 100% !important;
}

#popular-list .owl-prev{
    position: absolute;
    left: -45px;
    top:50%;
    width: 75px;
    height: 80px;
    background: rgba(255,255,255,0.8);
    margin-top:-50px;
}

#popular-list .owl-prev:after{
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000 !important;
    font-size: 35px;
    position: absolute;
    top: 30px;
    left: 25px;
}

#popular-list .owl-next{
    position: absolute;
    right: -45px;
    top:50%;
    width: 75px;
    height: 80px;
    background: rgba(255,255,255,0.8);
    margin-top:-50px;
}

#popular-list .owl-next:after{
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000 !important;
    font-size: 35px;
    position: absolute;
    top: 30px;
    left: 25px;
}

.item-text{
    position: absolute;
    padding: 10px;
    z-index: 999;
    bottom: 15px;
}

.item-text h3{
    line-height: 21px;
    padding-bottom: 5px;
}

.item-text a,.item-text h3{
    color: #FFF;
}

.item-text a:hover{
    color: #FFF !important;
}

.item1{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #d71a8d; /* Old browsers */
    background: -moz-linear-gradient(top,  #d71a8d 0%, #f84327 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d71a8d), color-stop(100%,#f84327)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d71a8d 0%,#f84327 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d71a8d 0%,#f84327 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d71a8d 0%,#f84327 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d71a8d 0%,#f84327 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71a8d', endColorstr='#f84327',GradientType=0 ); /* IE6-9 */
    opacity: .9;
}

.item2{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #684dbe; /* Old browsers */
    background: -moz-linear-gradient(top,  #684dbe 0%, #2387dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#684dbe), color-stop(100%,#2387dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #684dbe 0%,#2387dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #684dbe 0%,#2387dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #684dbe 0%,#2387dc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #684dbe 0%,#2387dc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#684dbe', endColorstr='#2387dc',GradientType=0 ); /* IE6-9 */
    opacity: .9;
}

.item3{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #523498; /* Old browsers */
    background: -moz-linear-gradient(top,  #523498 0%, #903071 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#523498), color-stop(100%,#903071)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #523498 0%,#903071 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #523498 0%,#903071 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #523498 0%,#903071 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #523498 0%,#903071 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523498', endColorstr='#903071',GradientType=0 ); /* IE6-9 */
    opacity: .9;

}

.item4{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #edc40a; /* Old browsers */
    background: -moz-linear-gradient(top,  #edc40a 0%, #cf482f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edc40a), color-stop(100%,#cf482f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #edc40a 0%,#cf482f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #edc40a 0%,#cf482f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #edc40a 0%,#cf482f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #edc40a 0%,#cf482f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc40a', endColorstr='#cf482f',GradientType=0 ); /* IE6-9 */
    opacity: .9;

}

.lyric-search-input ::-webkit-input-placeholder {
    color: #848484;
    font-size: 14px;
    letter-spacing:0.0300em;
    font-family: PT Sans;
    font-weight: 400;
}

.homepage-advertisement{
    background: #fff;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 12px;
}

.homepage-news{
    background: #fff !important;
    padding:0 5px;
    padding-top: 27px;
    padding-bottom: 10px;
}

.lyric-search-input :-moz-placeholder {
 /* Firefox 18- */
    color: #848484;
    font-size: 14px;
    letter-spacing:0.0300em;
    font-family: PT Sans;
    font-weight: 400;
}

.lyric-search-input ::-moz-placeholder {
  /* Firefox 19+ */
    color: #848484;
    font-size: 14px;
    letter-spacing:0.0300em;
    font-family: PT Sans;
    font-weight: 400;
}

.lyric-search-input :-ms-input-placeholder {
    color: #848484;
    font-size: 14px;
    letter-spacing:0.0300em;
    font-family: PT Sans;
    font-weight: 400;
}

/* Lyrics */

.latest-lyrics ul li{
    float: left;
    width: 33.3%;
    padding: 10px 10px 10px;
    padding-left: 50px;
    position: relative;
}

.latest-lyrics .song-number{
    position: absolute;
    left: 20px;
}

.latest-lyrics ul li:nth-child(2n+1){
    background: #f5f5f5;
}


.latest-lyrics h5{
    padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*   Lyrics
/*-----------------------------------------------------------------------------------*/

.lyrics-title{
    position: absolute;
    bottom:120px;
}

.lyrics-title h3{
    color: #fff;
}

.lyrics-title.album{
    bottom: 120px !important;
}

.padding{
    padding: 30px;
}

.padding-in{
    padding: 25px;
}

.artist-padding{
    padding: 13px;
}

.lyric-line{
 border-bottom: solid 1px #888888;
 padding-bottom: 10px;
}

.lyric-text{
    font-size: 15px;
    line-height: 25px;
}

.lyric-print i{
    padding-right: 3px;
}

.lyric-print a{
    color: #e4422e;
}

.background-single-lyrics{
    height: 500px;
    padding-bottom: 500px;
    background-size: cover;
}

.single-lyrics-overlay{
    position: relative;
    background: rgba(31,27,32,.7);
    height: 500px;
    padding-bottom: 500px;
}

.lyrics-title{
    max-width: 1140px;
}

.lyrics-title h3 a{
    color: #e4422e;
}

.lyrics-title h1{
    color: #FFF;
    font-size: 45px;
    padding-right: 15px;
    line-height: 35px;
}

.lyrics-title h4 a{
    color: #c9c9c9;
    line-height: 40px;
}

.lyrics-title h4{
    color: #c9c9c9;
}

.single-widget{
    margin-bottom: 20px;
}

.single-widget h4{
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lyric-bottom{
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding: 15px 0;
}

.lyric-bottom .added{
    margin-top: 10px;
    margin-right: 5px;
}

.lyric-bottom h3{
    padding: 5px 0;
}

.lyric-bottom h4{
    padding: 0;
    margin-top: 7px;
    margin-right: 5px;
}

.lyric-share{
    margin-top: 3px;
}

.lyric-share ul li{
    float: left;
    list-style: none;
    margin-left: 5px;
}

.lyric-share ul li:hover{
    opacity: 0.9;
}

.lyric-share ul li i{
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #FFF;
    text-align: center;
}
.lyric-share ul li i.fa-facebook{ 
    background: #4964A1; 
}
.lyric-share ul li .share-whatsapp,
.lyric-share ul li .share-link{
    width: 30px;
    height: 30px;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    color: #FFF;
	padding: 4px;
}
.lyric-share ul li .share-whatsapp{ 
    background: #25D366; 
}
.lyric-share ul li .share-link{ 
    background: #ffffff;
	border: 1px solid #aaaaaa; 
}

.lyric-share ul li i.fa-twitter{ 
    background: #55ACEE; 
}

.table-title{
    font-weight: 600;
}

.album-line{
    background: #f6f6f6;
    padding: 15px 0;
}

.list-line{
    border-bottom: solid 1px #f0f0f0;
    padding: 10px 0;
    padding-bottom: 20px;
}

div.list-line:last-child{
    border-bottom:none;
}

.big-font a{
    font-size: 18px;
}
/*-----------------------------------------------------------------------------------*/
/*   Submit Lyrics
/*-----------------------------------------------------------------------------------*/

#user-submitted-posts label{
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-bottom: 3px !important;
}

#user-submitted-posts input{
    border: solid 1px #eaeaea;
    width: 90%;
    background: none;
    display: inline-block;
    margin-top: 3px !important;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 15px !important;
}

#user-submitted-posts textarea{
    border: solid 1px #eaeaea;
    width: 90%;
    background: none;
    display: inline-block;
    margin-top: 3px !important;
    padding-left: 10px;
    margin-bottom: 15px !important;
    width: 90% !important;
}

#user-submitted-posts .usp-video-embed textarea{
    height: 80px;
}

#user-submitted-posts .selectize-input{
    border: solid 1px #eaeaea !important;
    padding: 0 10px !important;
    border-radius: 0;
    width: 90%;
    height: 40px !important;
}

#user-submitted-posts .selectize-input input{
    margin-top: 0 !important;
}

#user-submitted-posts .selectize-input{
    padding-top: 0px !important;
}

#user-submitted-posts .selectize-input.has-items{
    padding-top: 10px !important;
}

#user-submitted-posts .selectize-field{
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

#user-submitted-posts .selectize-input.input-active{
    padding-top: 0 !important;
}

#user-submitted-posts .selectize-field input::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0 !important;
}

#user-submitted-posts .selectize-field input:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0 !important;
}

#user-submitted-posts .selectize-field input::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0 !important; 
}

#user-submitted-posts .selectize-field input:-ms-input-placeholder {  
    font-size: 14px;
    color: #888;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0 !important; 
}

#usp-submit{
    width: 90%;
}

#usp-submit input[type="submit"] {
  float: right;
  width: 100px;
  display: inline-block;
  background: #e4422e;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.0300em;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
}

#user-submitted-posts #usp-success-message{
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

#user-submitted-posts .selectize-input.focus{
    border-color: #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#user-submitted-posts .selectize-control.single .selectize-input:after{
  border-color: #999 transparent transparent transparent !important;
}

#user-submitted-posts .selectize-control.single .selectize-input.dropdown-active:after{
    border-width: 0 5px 5px 5px;
    margin-top: -4px;
    border-color: transparent transparent #999 transparent !important;
}

/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/

.footer{
    padding: 30px 15px;
}

.blog .footer{
    background: #FFF;
}

.footer .empty-menu{
    color: #555;
}

.footer .empty-menu a{
    color: #222;
}

.footer-menu ul li{
    float: left;
}

.footer-menu ul li a{
    color: #555;
    font-size: 13px;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*   404
/*-----------------------------------------------------------------------------------*/

.single-lyrics-overlay.error_page{
    height: 200px;
    padding-bottom: 200px;
}

.error_icon{
    margin-top: 60px;
}

.error_icon i{
    font-size: 120px;
}

.error_title{
    font-size: 40px;
    margin: 30px 0;
}


/* Updated from 1.0.5 */


.print-lyrics{
    display: none;
}

/* Updated from 1.1 */

.lyric-text p{ margin: 30px 0;}


.searchcats{
    position: absolute;
    bottom: 0px;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 30px;
}

.searchcats ul{
    padding-left: 20px;
}

.searchcats ul li{
    float: left;
    margin-right: 20px;
    color: #fff;
}

.searchcats ul li input{
    margin-right: 4px;
}

.searchminicats ul li{
    float: left;
    margin-right: 20px;
    color: #000;
}

.searchminicats ul li input{
    margin-right: 4px;
}



ul.genre-list{
    border-top:solid 1px #e8e8e8;
    clear: both;
    padding-bottom: 10px;
    margin-top: 30px;
}

ul.genre-list li{
    float: left;
    margin-right: 5px;
}



ul.genre-list li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}


ul.genre-list li a{
    color: #333;
}



h3.translated{
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


ul.related-list li{
    border-bottom:solid 1px #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.related-list li:last-child{
    border:none;
}



ul.genre-page-list li{
    border-bottom:solid 1px #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.genre-page-list li:last-child{
    border:none;
}


b{ font-weight: 600;  }


.lyric-text td{
    text-align: left;
    padding:10px;
}


.add-more-artists{
    display: none;
    padding-left: 30px;
}

.add-more-artists label{
    display: inline-block;
    width: auto !important;
    padding: 10px;
    background: #FEFEE3;
}


.lyric-alphabet.no-button{
    width: 100% !important;
    line-height: 50px;
}


.lyric-alphabet.no-button ul li a{
    padding: 0 14px;
}


/* ===== Customized CSS ====== */

/* Header Social */

.social-icons{
    height: 30px; 
    line-height: 30px;
    font-size: 22px;
    position: fixed;
    right: 5px;
    top: 100px;
}
.social-icons ul{
    padding: 6px;
    border: 1px solid #aea8a8;
    border-radius: 5px;
}
.social-icons ul li{
    float: none;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #aea8a8;
}
.social-icons ul li:last-child {
    border-bottom: none;
}
.lyric-search{
    padding: 0;
}
.background-single-lyrics {
    height: 400px;
    padding-bottom: 400px;
}
.single-lyrics-overlay {
    position: relative;
    height: 400px;
    padding-bottom: 400px;
}

.item1{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #00bf8f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #001510, #00bf8f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .8;
}
.item2{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #CCCCB2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #757519, #CCCCB2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #757519, #CCCCB2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .8;
}
.item3{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #4B79A1;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #283E51, #4B79A1);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #283E51, #4B79A1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    opacity: .8;
}
.item4{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #304352;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #d7d2cc, #304352);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #d7d2cc, #304352); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .8;
}
.item5{
    width: 100%;
    height: 205px;
    z-index: 999;
    position: absolute;
    background: #8E0E00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .8;
}
.big-letter {
    margin-top: 60px;
}
.big-letter h1 {
    font-size: 120px;
}
.pre-header {
    background: rgba(40, 48, 72, 0.7);
    background: -webkit-linear-gradient(to right, rgba(133, 147, 152, 0.7), rgba(40, 48, 72, 0.7));
    background: linear-gradient(to right, rgba(133, 147, 152, 0.7), rgba(40, 48, 72, 0.7));
}
.pre-header .lyric-alphabet ul li:hover {
    background: rgba(40, 48, 72,.9);
}
.lyrics-title h1 {
    line-height: 75px;
    font-size: 32px;
    text-transform: capitalize;
}
.lyrics-title h4 a {
    padding: 0;
}
.lyrics-title h4 a {
    line-height: 85px;
    display: block;
}
.lyric-text{
    font-size: 16px;
    line-height: 25px;
}
.related-list li a,
.latest-lyrics li a,
.popular-list li a{
    text-transform: capitalize;
}
#blog .blog-back{
    background: #eeeeee;
    padding-bottom: 40px;
}
.homepage-news img[class*="attachment-"]{
    min-height: 305px;
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
.lyric-search h2 {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.0300em;
    margin: 10px 0;
}
.footer-top{
    text-align: center;
}
.footer-top .title{
    text-align: left;
    padding: 20px;
}
.footer-top .title h3 i{
    color: #bf1f2b!important;
}
.youtube-button{
    padding: 98px 0;
background: #00bf8f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #001510, #00bf8f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media only screen and (max-width: 767px){
    .item1, .item2, .item3, .item4 {
		 width:  150px !important;
         height: 150px !important;
    }
    .homepage-advertisement, .lyric-text{
         overflow:hidden;
    }
    .full-screen-list-inside ul li {
		width:  150px !important;
        height: 150px !important;
    }
    .gr-ad{
  	padding: 20px 0;
    }
}
@media screen and (max-width: 352px) {
    .lyrics-title {
        bottom: 105px;
    }
    .lyrics-title h1 {
        line-height: 32px;
    }
    .lyrics-title h4 a {
        line-height: 15px;
    }
}
/* Alphabet Search */

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    float: right;
    margin-top: 20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-default .navbar-toggle{
	border-color: transparent;
}
.navbar-toggle {
    position: absolute;
    top: 0;
    right: 10px;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px;
}
.navbar-nav {
    margin: 0 -15px;
}
.navbar-collapse {
    border-top: none;
    box-shadow: none;
}
.slicknav_menu{
		display: none;
	}
.slicknav_btn{
    right: 60px;
}	
@media only screen and (max-width: 1200px){
	.slicknav_menu{
		display: block;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.lyric-alphabet.no-button ul li a {
    padding: 0 10px;
}
}
@media only screen and (max-width: 991px){
	#artists-collapse{
    		position: absolute;
		z-index: 1;
	}
	.pre-header {
		display: block !important;
		height: auto;
		border-radius: 0;
    		background: rgba(40, 48, 72, 1);
    		background: -webkit-linear-gradient(to right, rgba(133, 147, 152, 1), rgba(40, 48, 72, 1));
    		background: linear-gradient(to right, rgba(133, 147, 152, 1), rgba(40, 48, 72, 1));
	}
	.lyric-alphabet ul li {
		line-height: 45px;
	}
	.lyric-alphabet.no-button ul li a {
		padding: 0 11px;
		font-size: 15px;
	}
	.header-search{
		display: block !important;
		position: absolute;
		top: 32px;
		right: 24px;
		height: auto;
		line-height: 24px;
		margin-left: 0;
		width: 22px;
	}
	.header-search a i{
		font-size: 22px;
	}
	#mini-search-wrapper {
		left: -265px !important;
	}
	#mini-search-wrapper input.s-input {
		min-width: 182px;
		margin-left: 12px;
	}
	.navbar {
    		position: relative;
    		min-height: auto;
    		margin-bottom: 0;
    		border: none;
	}
	.big-letter h1 {
    		font-size: 45px;
	}
	.single-news{
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 479px){
	#mini-search-wrapper:before {
		right: 20px !important;
	}
}
.blog-post a.link-style{
	text-decoration: underline !important;
}
.the-pagination{
    line-height: 35px;
    margin: 5px 0;
}
.page-numbers{
    padding: 8px 13px;
    border: 1px solid #e8e8e8;
    background: #f0f0f0;
    font-size: 13px;
    color: #333;
}
.page-numbers.current{
    background-color: #e4422e;
    color: #fff;
}

.blog-content .wp-post-image.attachment-attachment-standard{
	display: none;
}
.blog-post h3 a{
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
}
.home-top-ad{
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    background: #3b3c37c7;
    padding: 15px 0 8px 0;
    min-height: 120px;
}

.lyrics-title h1,
.lyrics-title h2,
.lyrics-title h3,
.lyrics-title h4{
    line-height: 20px;
    font-size: 21px;
    text-transform: capitalize;
}
.lyrics-title h1 a,
.lyrics-title h2 a,
.lyrics-title h3 a,
.lyrics-title h4 a{
    line-height: 20px;
}
.lyrics-title h3{
	padding: 0;
}
@media only screen and (max-width: 991px){
.lyrics-title h1,
.lyrics-title h2,
.lyrics-title h3,
.lyrics-title h4{
    line-height: 16px;
    font-size: 16px;
}
.navbar-default {
    float: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
#artists-collapse {
    right: 0;
}
.lyric-alphabet.no-button ul li a {
    padding: 0 7px;
    font-size: 12px;
}
}
@media only screen and (max-width: 767px){
.lyrics-title{
	bottom: 45px;
}
.content-pull{
	top: -40px;
}
.lyric-home{
padding-bottom: 90px;
}
}
#wpdevar_comment_3 {
    margin: 20px 0;
    background: whitesmoke;
    padding: 15px;
}
#wpdevar_comment_3 span{
    font-family: Oswald !important;
    font-size: 21px !important;
    color: #000;
    border-top: solid 1px #f0f0f0;
    padding: 15px 0;
    margin-top: 7px;
    margin-right: 5px;
    display: block;
}
.big-letter {
    margin-top: 45px;
}
.big-letter h1 {
    font-size: 50px;
}
li.individual-song {
    margin: 20px auto;
    font-weight: bold;
    list-style: none !important;
    position: relative;
    min-height: 238px;
    width: 80%;
    padding: 20px;
    background: beige;
    position: relative;
}
li.individual-song a{
    color: #bf1f2b!important;
    font-size: 15px;
}
li.individual-song .full-lyrics {
    margin: 20px 0;
}
li.individual-song .lyric-video{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 350px;
    height: auto;
}
.latest-lyrics ul li{
	max-height: 84px;
    overflow: hidden;
}
@media only screen and (max-width: 991px){
li.individual-song {
    width: 100%;
}
li.individual-song .lyric-video{
    width: 100%;
    position: relative;
    top: 0px;
    right: 0px;
}
.latest-lyrics ul li{
	padding: 10px 5px 10px;
	max-height: 108px;
    overflow: hidden;
}
}
.single-news {
    min-height: 620px;
}
.lyrics-title {
    position: absolute;
    bottom: 100px;
}
.lyrics-title h4 {
    padding: 0;
}
.latest-lyrics-container h3 a,
.latestnew.title h3 a{
    color: #e4422e;
}
.inner-tag-title img {
    margin-right: 10px;
}
.lyrics-image-home{
    width: 60px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}
.lyrics-image-home img{
	width: 100%;
	height: 60px;
transition: transform .2s;
}
.lyrics-image-home:hover img,
.lyrics-image-home:active img{
	opacity: .8;
transform: scale(1.1);
}
@media only screen and (min-width: 768px){
	.sections-icons{
		position: fixed;
		top: 150px;
		right: 0;
		z-index: -1;
	}
	.sections-icons li{
		float: none !important;
	}
	.sections-icons li a{
		display: block;
		width: 60px;
		height: 60px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px){
	.sections-icons{
		position: fixed;
		bottom: -8px;
		width: 360px;
		left: 50%;
		transform: translateX(-50%);
	}
	.footer-menu{
		position: relative;
		float: none !important;
		text-align: center;
	}
	.latest-lyrics ul li {
    	max-height: 82px;
    	overflow: hidden;
		padding: 10px 5px 10px 40px;
	}
}
.individual-lyrics-ttile{
	font-size: 20px;
	line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.9px;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.individual-lyrics-ttile .fa{
	color: #bf1f2b!important;
	margin-right: 10px;
    font-size: 24px;
}


/*-------Popup-------*/
.sgpb-popup-dialog-main-div-theme-wrapper-1{
	z-index: 999999999 !important;
}
.subscribe-youtube{
	margin: 50px auto 30px;
	text-align: center;
}
.sub-btn {
    border-radius: 2px;
    background-color: #b31217;
    width: 150px;
    margin: 20px auto;
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: .007px;
    font-weight: 600;
    font-size: 16px;
    display: block;
	color: #ffffff;
	border-bottom: none;
}
.sub-btn:hover {
    background: #000 !important;
	color: #ffffff !important;
}
.sgpb-main-html-content-wrapper h2{
	padding: 0 30px;
	margin-top: 50px;
}
.fluid-width-video-wrapper{
	padding: 0 !important;
}
.copyright a.developed-by {
    color: #e4422e;
}
.background-header {
    height: 220px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-lyrics-overlay {
    position: relative;
    height: 220px;
    padding-bottom: 220px;
}
@media only screen and (max-width: 767px){
	.background-header{
		height: 250px !important;
		padding-bottom: 250px !important;
	}
	.lyric-search{
		padding: 0px !important;
	}
	.search-wrapper {
		width: 90%;
	}
}
.list-line{
	font-size: 16px;
    font-weight: bold;
}
.list-line a{
    padding-left: 5px;
}
.sidebar-popular li a{
    color: #ffffff;
    background: #e4422e;
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 3px;
	border: 1px solid #e4422e;
}
.sidebar-popular li a:hover{
    color: #e4422e;
    background: #ffffff;
}
.content-pull{
	top: 0;
}
.lyrics-title {
    bottom: 25px;
}
.lyrics-title.album {
    bottom: 25px !important;
}
.latest-lyrics .song-number {
    position: absolute;
    left: 15px;
}
.latest-lyrics .specific-lyrics li{
	width: 50%;
	background: #f5f5f5;
}
@media only screen and (max-width: 767px){
	.latest-lyrics .specific-lyrics li{
	width: 100%;
}
	.specific-lyrics-section .col-xs-8 {
    width: 100%;
}
		.specific-lyrics-section .col-xs-4 {
    width: 100%;
}
}
.single-post .sf-menu li a,
.blog .sf-menu li a{
	color: #bf1f2b;
}
.single-post .sf-menu li a:hover,
.blog .sf-menu li a:hover{
	color: #222222 !important;
}
.homepage-popular-artists .full-screen-list-inside ul li {
    width: 200px !important;
    height: 120px !important;
}
.homepage-popular-artists .full-screen-list-inside .item1, .homepage-popular-artists .full-screen-list-inside .item2, .homepage-popular-artists .full-screen-list-inside .item3, .homepage-popular-artists .full-screen-list-inside .item4, .homepage-popular-artists .full-screen-list-inside .item5{
	width: 100% !important;
    height: 120px !important;
}
.homepage-popular-artists .full-screen-list-inside ul li .item-text h3{
	    line-height: 34px;
}
@media only screen and (max-width: 767px){
.homepage-popular-artists .full-screen-list-inside ul li {
    width: 100% !important;
    height: 100px !important;
    background-position: center top !important;
}
	}
@media only screen and (max-width: 767px){
.homepage-popular-artists .full-screen-list-inside .item1, .homepage-popular-artists .full-screen-list-inside .item2, .homepage-popular-artists .full-screen-list-inside .item3, .homepage-popular-artists .full-screen-list-inside .item4, .homepage-popular-artists .full-screen-list-inside .item5 {
    width: 100% !important;
    height: 100px !important;
}
	}
@media only screen and (max-width: 400px){
.homepage-popular-artists .full-screen-list-inside ul li {
    width: 100% !important;
    height: 100px !important;
    background-position: center top !important;
}
}
@media only screen and (max-width: 400px){
.homepage-popular-artists .full-screen-list-inside .item1, .homepage-popular-artists .full-screen-list-inside .item2, .homepage-popular-artists .full-screen-list-inside .item3, .homepage-popular-artists .full-screen-list-inside .item4, .homepage-popular-artists .full-screen-list-inside .item5 {
    width: 100% !important;
    height: 100px !important;
}
	}
	
.sg-popup-content{
	background: transparent!important;
	box-shadow: none !important;
	border-bottom-width: 0 !important;
}
.sgpb-popup-close-button-1{
	top: -15px !important;
}
.same-album h3{
	color:#1D4ED8;
	border-left:4px solid #1D4ED8;
	padding-left:10px;
	margin-bottom:15px;
	font-weight: 600;
}


.same-artist h3{
	color:#059669;
	border-left:4px solid #059669;
	padding-left:10px;
	margin-bottom:15px;
	font-weight: 600;
}
.same-album h3 a,
.same-artist h3 a{
	color: #bf1f2b;
}
.same-album h3:hover a,
.same-artist h3 a:hover{
	color: #000000 !important;
}
.people-search h3{
	color:#7C3AED;
	border-left:4px solid #7C3AED;
	padding-left:10px;
	margin-bottom:15px;
	font-weight: 600;
}
.view-all-artist{
	display:inline-block;
	margin-top:5px;
	padding:8px 16px;
	background:#198754;
	color:#fff;
	border-radius:4px;
	font-size:14px;
	font-weight:700;
}
.same-album,
.same-artist,
.people-searched{
	margin-top:30px;
	margin-bottom:20px;
}

.hub-tiles{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-top:30px;
}
.hub-tile{
	width:calc(33.333% - 10px);
	background:#fff;
	padding:15px;
	border-radius:6px;
	box-shadow:0 1px 3px rgba(0,0,0,.1);
	text-align:center;
	transition:.3s;
}
.hub-tile:hover{
	background:#f5f5f5;
	transform:translateY(-2px);
}
.hub-tile a{
	display:block;
	font-size:15px;
	font-weight:600;
	color:#333;
	text-decoration:none;
}
.hub-tile a:hover{
	color:#e74c3c;
}

@media(max-width:768px){
	.hub-tile{
		width:100%;
	}
}
.hub-two-column{
    display:flex;
    gap:35px;
}

.hub-two-column .hub-lyrics{
    width:72%;
}

.hub-two-column .hub-albums{
    width:28%;
}

.hub-one-column .hub-lyrics{
    width:100%;
}
.hub-description .wp-block-paragraph,
.hub-intro .wp-block-paragraph{
	margin-bottom: 15px;
}
.hub-song-count{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    background: #feebeb;
    padding: 15px;
}
.hub-song-count .fa{
	color: #bf1f2b!important;
	margin-right: 10px;
    font-size: 18px;
}
.hub-lyrics .lyric-line,
.hub-albums .lyric-line{
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.hub-lyrics ul li{
    width: 50%;
}
.hub-lyrics ul li:nth-child(2n+1) {
  background: #ffffff;
}
.hub-lyrics ul li:nth-child(4n),
.hub-lyrics ul li:nth-child(4n + 1) {
  background: #f5f5f5;
}
@media(max-width:768px){
    .hub-two-column{
        display: block;
    }
    .hub-two-column .hub-lyrics{
    width:100%;
    display: block;
    margin-bottom: 20px;
    }
    .hub-lyrics ul li{
    float: none;
    }
    .hub-lyrics ul li:nth-child(2n+1) {
    background: #ffffff;
    }
    .hub-lyrics ul li:nth-child(4n),
    .hub-lyrics ul li:nth-child(4n + 1) {
    background: #ffffff;
    }
    .hub-lyrics ul li:nth-child(2n) {
    background: #f5f5f5;
    }
    .hub-two-column .hub-albums{
    width:100%;
    }
}
.hub-breadcrumb{
    margin-bottom: 20px
}
.hub-header{
	margin-bottom: 30px;
}
.hub-header h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hub-grid{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap:20px;
}
.hub-grid .hub-card{
	background: #f5f5f5;
	flex: 0 0 calc(33% - 10px);
	box-sizing: border-box;
}
.hub-thumb img{
	width: 100%;
	height: 190px;
}
.hub-card-details{
	padding: 10px 20px;
}
.hub-card h2{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}
.hub-count{
	margin-bottom: 10px;
}
.hub-button{
	color: #bf1f2b;
	margin: 10px 0;
	display: inline-block;
}
.hub-links,
.hub-seo{
	margin-bottom: 20px;
}
.hub-links h3,
.hub-seo h3{
	font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hub-links ul li{
	width: 300px;
	margin-bottom: 10px;
}
.hub-links ul li a{
	background: #feebeb;
	padding: 10px 15px;
	display: inline-block;
	color: #bf1f2b;
	font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-transform: uppercase;
	  width: 300px;
}
.hub-links ul li:hover a{
	background: #bf1f2b;
	color: #ffffff !important;
}
@media(max-width:768px){
    .hub-grid .hub-card{
        flex: 100%;
    }
    .hub-links ul li{
        width: 100%;
    }
    .hub-links ul li a{
        width: 100%;
    }
}
.page-sidebar .single-widget{
	box-shadow: 1px 1px 13px 0px #e8e8e8;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 30px
}
.page-sidebar .single-widget h4{
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.single-widget .fa{
	color: #bf1f2b!important;
	margin-right: 5px
}
.album-widget .fa{
	color: #ff9800!important;
}
.artist-widget h5,
.album-widget h5{
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}
.artist-widget .artist-stats,
.album-widget .artist-stats{
	margin-bottom: 30px;
}
.artist-widget .artist-desc{
	margin-bottom: 30px;
}
.artist-widget .artist-link a{
	color: #bf1f2b;
	font-weight: bold;
}
.album-widget .album-link a{
	color: #ff9800;
	font-weight: bold;
}
.widget-artists .title i{
	color:#7b3ff2 !important;
}
.widget-theme .title i{
	color:#009688 !important;
}
.widget-category .title i{
	color:#3f51b5 !important;
}
.hub-widget .view-all a{
	margin-top: 20px;
	display: inline-block;
}
.widget-artists .view-all a{
	color:#7b3ff2;
	font-weight: bold;
}
.widget-theme .view-all a{
	color:#009688;
	font-weight: bold;
}
.widget-category .view-all a{
	color:#3f51b5;
	font-weight: bold;
}
.hub-widget .related-list li a::before{
	content: "›";
	display: inline-block;
	margin-right: 8px;
	color: #c62828;
	font-size: 16px;
	font-weight: 700;
	transition: .2s;
}
.hub-widget .related-list li a:hover::before{
    transform: translateX(3px);
}
.hub-widget.widget-artists .related-list li a::before{
	color: #7b3ff2;
}
.hub-widget.widget-theme .related-list li a::before{
	color: #009688;
}
.hub-widget.widget-category .related-list li a::before{
	color: #3f51b5;
}
.hub-widget ul.related-list li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.artist-widget h4{
	border-bottom: solid 1px #bf1f2b !important;
}
.album-widget h4{
	border-bottom: solid 1px #ff9800 !important;
}
.widget-artists h4{
	border-bottom: solid 1px #7b3ff2 !important;
}
.widget-theme h4{
	border-bottom: solid 1px #009688 !important;
}
.widget-category h4{
	border-bottom: solid 1px #3f51b5 !important;
}
.page-content{
	background: #ffffff;
}
.content-section{
	padding: 10px 15px;
	margin-bottom: 20px;
}
.page-breadcrumb{
	font-size: 13px;
	margin: 15px 0 12px;
}
.page-breadcrumb a{
	color: rgba(0,0,0,.75);
	text-decoration: none;
	transition: .2s ease;
}
.page-breadcrumb a:hover{
	color: #000000;
}
.page-breadcrumb .separator{
	margin: 0 8px;
	color: rgba(0,0,0,.45);
	font-size: 11px;
}
.page-breadcrumb .current{
	color: #000000;
	font-weight: 600;
}
.page-breadcrumb i.fa-home{
	color: #bf1f2b;
}
.page-breadcrumb i.fa-home::before{
	margin-right: 5px;
}
.page-header{
	margin: 15px 0 30px 0;
}
.page-header.single-lyrics-header{
	box-shadow: 1px 1px 13px 0px #e8e8e8;
	padding: 10px 15px;
    border-radius: 6px;
}
.page-header h1{
    color: #000000;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.page-header .artist-name{
	line-height: auto;
}
.page-header .artist-name a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-header .song-title{
	color: #bf1f2b;
	font-size: 32px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
.page-header .album-name{
	line-height: auto;
}
.page-header .album-name a{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}


/* ==========================
   BLOG
========================== */

.blog-page{
    padding:70px 0;
}
.content-layout{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.content-main{
    flex:1;
    min-width:0;
}

.content-full{
    width:100%;
}

.content-sidebar{
    width:320px;
}

.blog-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:30px;
    margin-bottom:35px;
}

.blog-thumb{
    display:block;
    margin:-30px -30px 25px;
}

.blog-thumb img{
    width:100%;
    display:block;
    border-radius:12px 12px 0 0;
}

.entry-title{
    margin:0 0 15px;
    font-size:34px;
    line-height:1.3;
}

.entry-title a{
    color:#222;
    text-decoration:none;
}

.entry-title a:hover{
    color:#f58220;
}

.entry-meta{
    margin-bottom:25px;
    color:#888;
    font-size:14px;
}

.entry-content{
    font-size:17px;
    line-height:1.9;
}

.entry-content img{
    max-width:100%;
    height:auto;
}

.read-more-btn{
    display:inline-block;
    margin-top:25px;
    padding:12px 24px;
    background:#bf1f2b;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.read-more-btn:hover{
    color:#fff;
    opacity:.9;
}

.post-tags{
    margin-top:40px;
    padding-top:25px;
    border-top:1px solid #eee;
}

.related-posts{
    margin-top:60px;
}

.related-posts h2{
    margin-bottom:25px;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.related-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;
    overflow:hidden;
}

.related-card img{
    width:100%;
    display:block;
}

.related-card h3{
    padding:18px;
    font-size:18px;
    margin:0;
}

.related-card a{
    color:#222;
    text-decoration:none;
}

.no-results{
    text-align:center;
    padding:80px 20px;
}

@media(max-width:991px){

    .content-layout{
        flex-direction:column;
    }

    .content-sidebar{
        width:100%;
    }

    .related-grid{
        grid-template-columns: 1fr;
    }

    .entry-title{
        font-size:28px;
    }

}

/* ==========================
   404 PAGE
========================== */

.error-404{
    padding:90px 0;
}

.error-box{
    max-width:760px;
    margin:auto;
    text-align:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:14px;
    padding:60px 40px;
}

.error-code{
    font-size:90px;
    font-weight:700;
    color:#bf1f2b;
    line-height:1;
    margin-bottom:20px;
}

.error-box h1{
    font-size:38px;
    margin-bottom:15px;
}

.error-box p{
    color:#666;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.error-search{
    display:flex;
    max-width:520px;
    margin:0 auto 40px;
}

.error-search input{
    flex:1;
    padding:14px 18px;
    border:1px solid #ddd;
    border-right:0;
    border-radius:8px 0 0 8px;
    font-size:16px;
}

.error-search button{
    width:60px;
    border:0;
    background:#bf1f2b;
    color:#fff;
    border-radius:0 8px 8px 0;
    cursor:pointer;
}

.error-actions{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    padding:13px 26px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.btn-primary{
    background:#bf1f2b;
    color:#fff;
}

.btn-secondary{
    border:1px solid #ddd;
    color:#333;
    background:#fff;
}

.btn-primary:hover{
    background:#fcbdc2;
    color:#fff;
}

.btn-secondary:hover{
    border-color:#bf1f2b;
    color:#f58220;
}

@media(max-width:768px){

    .error-box{
        padding:45px 25px;
    }

    .error-code{
        font-size:70px;
    }

    .error-box h1{
        font-size:30px;
    }

    .error-search{
        flex-direction:column;
    }

    .error-search input{
        border-radius:8px;
        border:1px solid #ddd;
        margin-bottom:10px;
    }

    .error-search button{
        width:100%;
        border-radius:8px;
        height:50px;
    }

}

/* ==========================
   PAGE
========================== */

.page-content{
    padding:70px 0;
}

.page-header{
	margin: 15px 0 30px 0;
}
.page-header.single-lyrics-header{
	box-shadow: 1px 1px 13px 0px #e8e8e8;
	padding: 10px 15px;
    border-radius: 6px;
}
.page-header h1{
    color: #000000;
	font-size: 32px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.page-featured-image{
    margin-bottom:40px;
}

.page-featured-image img{
    width:100%;
    height:auto;
    border-radius:12px;
    display:block;
}

.page-body{
    font-size:17px;
    line-height:1.9;
}

.page-body img{
    max-width:100%;
    height:auto;
}

.page-body h2,
.page-body h3,
.page-body h4{
    margin-top:40px;
}

.page-body ul,
.page-body ol{
    padding-left:25px;
}

.page-body table{
    width:100%;
    overflow:auto;
    display:block;
}

@media (max-width:768px){

    .page-content{
        padding:50px 0;
    }

    .page-header h1{
        font-size:32px;
    }

}

/* ==========================
   GENRE PAGE
========================== */

.genre-layout{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.genre-main{
    flex:1;
}

.genre-sidebar{
    width:320px;
}

.genre-list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:16px;
}

.genre-list li{
    margin:0;
}

.genre-list a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 18px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    text-decoration:none;
    color:#222;
    transition:.2s;
}

.genre-list a:hover{
    border-color:#f58220;
    color:#f58220;
}

.genre-list span{
    color:#888;
    font-size:14px;
}

@media(max-width:991px){

    .genre-layout{
        flex-direction:column;
    }

    .genre-sidebar{
        width:100%;
    }

}

/* ==========================
   COMMENTS
========================== */

.comments-area{
    margin-top:60px;
    padding-top:40px;
    border-top:1px solid #eee;
}

.comments-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    flex-wrap:wrap;
    gap:15px;
}

.comments-header h2{
    margin:0;
    font-size:28px;
}

.comment-link{
    color:#f58220;
    text-decoration:none;
    font-weight:600;
}

.comment-list{
    list-style:none;
    margin:0 0 50px;
    padding:0;
}

.comment-list li{
    margin-bottom:30px;
}

.comment-reply-title{
    margin-bottom:25px;
    font-size:28px;
}

.comment-form{
    display:grid;
    gap:18px;
}

.comment-form input,
.comment-form textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}

.comment-form textarea{
    min-height:180px;
    resize:vertical;
}

.comment-submit-btn{
    background:#f58220;
    color:#fff;
    border:0;
    padding:14px 28px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

.comment-submit-btn:hover{
    opacity:.9;
}


/*  Need to be modified later */

ul.artist-items li{
    position: relative;
    height: 350px;
    margin-bottom: 20px;
}

ul.artist-items li:last-child{
    margin-right: 0;
}

ul.artist-items li a:hover{
    text-decoration: underline !important;
}

ul.artist-items li{
    background-size: cover !important;
    background-position: center center !important; 
}

ul.artist-items li{
    float: left;
    position: relative;
    height: 205px;
    width: 205px;
    margin-right: 16px !important;
    margin-bottom: 20px;
    background-size: cover !important;
    background-position: center center !important;
}
/*  Need to be modified later */