/*!
Theme Name: Steremono
Theme URI: https://www.steremono.com/themes/steremono/
Author: Steremono
Author URI: https://www.steremono.com/
Description: Steremono is a Lyrics WordPress Theme.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: steremono
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

steremono is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
    - Banners
	- Accessibility
    - Alignments
# Responsive Design

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
    --shelf-grid-item-color: #111111;
    --content-meta-color: #333333;
    --blockquote-border-color: #333333;
}

/* Normalize
    --------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
         ========================================================================== */

/**
     * Remove the margin in all browsers.
     */

body {
    margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */

main {
    display: block;
    margin: 3rem 0
}

/* Grouping content
         ========================================================================== */

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
         ========================================================================== */

/**
     * Remove the gray background on active links in IE 10.
     */

a {
    background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
     * Add the correct font size in all browsers.
     */

small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
         ========================================================================== */

/**
     * Remove the border on images inside links in IE 10.
     */

img {
    border-style: none;
}

/* Forms
         ========================================================================== */

/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */

button,
input {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
    text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *		`fieldset` elements in all browsers.
     */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
    vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */

textarea {
    overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
         ========================================================================== */

/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */

details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
    display: list-item;
}

/* Misc
         ========================================================================== */

/**
     * Add the correct display in IE 10+.
     */

template {
    display: none;
}

/**
     * Add the correct display in IE 10.
     */

[hidden] {
    display: none;
}

/* Box sizing
    --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
    @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*--------------------------------------------------------------
    # Base
    --------------------------------------------------------------*/

/* Typography
    --------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
}

p:first-of-type {
    margin-top: 0em;
    margin-bottom: 1.5em;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

br {
    content: '';
    display: block;
    margin: 10px 0;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
    --------------------------------------------- */

@supports (-ms-ime-align:auto) {
    body {
        overflow-x: hidden
    }
}

*:focus {
    outline: none;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    display: block;
    max-width: 100%;
    margin: 1rem 0;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 0 1.5em;
    width: 100%;
}

table td,
table th {
    padding-left: 8px;
    border: 1px solid #aaa
}

table thead tr {
    height: 50px;
    background: #36304a;
}

table tbody tr {
    height: 50px;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

/* Links
    --------------------------------------------- */

a {
    color: var(--link-color);
    text-decoration: none !important
}

a:visited {
    color: var(--link-visited-color);
}

a:hover,
a:focus,
a:active {
    color: var(--link-hover-color);
    outline: 0;
}

/* Forms
    --------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
    # Components
    --------------------------------------------------------------*/

/* Header
    --------------------------------------------- */

.steremono-loading {
    overflow: hidden
}

.steremono-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    z-index: 999999999
}

.steremono-loader-box {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.steremono-loader-box .steremono-loader-logo {
    height: 4em;
    width: 4em;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: steremonoLoader 222ms ease-in-out infinite alternate;
            animation: steremonoLoader 222ms ease-in-out infinite alternate;
}

@-webkit-keyframes steremonoLoader {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        opacity: 0.05;
        -webkit-transform: scale(.9);
                transform: scale(.9);
    }
}

@keyframes steremonoLoader {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        opacity: 0.05;
        -webkit-transform: scale(.9);
                transform: scale(.9);
    }
}

.header-image {
    position: relative;
    background: var(--menu-background-color);
    overflow: hidden;
}

.header-image>.header-title {
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--header-text-color);
}

.header-image>.hearder-artwork {
    padding: 30px;
}

.header-image>.hearder-artwork img {
    width: 140px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 7px;
    -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
            box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
}

.header-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: var(--header-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-filter: brightness(.5);
            filter: brightness(.5);
}

.header-image-404:before {
    background-image: url(assets/img/404.png);
}

/* Navigation
    --------------------------------------------- */

.site-header {
    width: 100%;
    top: 0;
    left: 0;
    background: var(--menu-background-color);
    height: 55px;
}

.site-header a {
    color: var(--menu-color);
    text-decoration: none;
    -webkit-transition: color 333ms;
    -o-transition: color 333ms;
    transition: color 333ms;
}

.site-header a:hover {
    color: var(--menu-hover-color);
}

.site-header .logo {
    position: absolute;
    float: left;
    left: 30px;
}

.site-header .logo>.logo_text {
    text-transform: uppercase;
}

.site-header .logo img {
    width: 35px;
    height: auto;
    line-height: 35px;
}

.site-header .search {
    position: absolute;
    float: right;
    right: 30px;
}

.site-header .search {
    color: var(--menu-color);
    font-size: 1.2rem;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: color 333ms;
    -o-transition: color 333ms;
    transition: color 333ms;
}

.site-header .search:hover {
    color: var(--menu-hover-color);
}

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}

.main-navigation ul,
.main-navigation li {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    list-style: none;
}

.main-navigation .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-menu-none {
    color: var(--menu-color);
    opacity: .8;
}

.nav-menu>li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li>a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 1rem;
    text-transform: capitalize;
}

.nav-menu li.current-menu-item a {
    color: var(--menu-hover-color) !important;
}

.nav-menu li .sub-menu {
    position: absolute;
    min-width: 200px;
    left: 0;
    background: var(--menu-background-color);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid var(--menu-hover-color);
    -webkit-transition: all 605ms ease;
    -o-transition: all 605ms ease;
    transition: all 605ms ease;
    z-index: 9999;
}

.nav-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav-menu>li>.sub-menu::before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: var(--menu-hover-color);
    position: absolute;
    top: -22px;
    left: 15%;
}

.nav-menu>li>.sub-menu .sub-menu {
    border-top: none;
    border-left: 3px solid var(--menu-hover-color);
}

.nav-menu>li>.sub-menu .sub-menu::before {
    content: '';
    border: 10px solid transparent;
    border-right-color: var(--menu-hover-color);
    position: absolute;
    top: 18px;
    left: -11%;
}

.nav-menu li .sub-menu li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-menu li .sub-menu li:last-child {
    border-bottom: none;
}

.nav-menu li .sub-menu li a {
    display: block;
    padding: .8rem 1.2rem;
    -webkit-transition: color 333ms;
    -o-transition: color 333ms;
    transition: color 333ms;
    text-transform: capitalize;
}

.nav-menu>li>.sub-menu>li .sub-menu {
    top: 0;
    left: 100%;
}

.nav-menu>.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.nav-menu .menu-item-has-children .sub-menu>.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.nav-menu .menu-item-has-children .sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.nav-menu .menu-item-has-children .sub-menu>.menu-item-has-children:hover>.sub-menu>.menu-item-has-children:hover .sub-menu>.menu-item-has-children:hover .sub-menu {
    display: block;
}

.nav-menu li.menu-item-has-children>a:after {
    font-family: fontello;
    content: "\e801";
    font-size: .8em;
    line-height: .8em;
    margin-left: 4px;
}

.menu-toggle {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-left: 20px;
    width: 45px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-toggle:focus {
    outline: none
}

.menu-toggle span {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: var(--menu-color)
}

.menu-toggle span::before,
.menu-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--menu-color);
    content: ""
}

.menu-toggle span::before {
    top: -9px
}

.menu-toggle span::after {
    bottom: -9px
}

.menu-toggle-x {
    background-color: transparent
}

.menu-toggle-x span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.menu-toggle-x span::before,
.menu-toggle-x span::after {
    -webkit-transition-duration: 0.3s, .3s;
         -o-transition-duration: 0.3s, .3s;
            transition-duration: 0.3s, .3s;
    -webkit-transition-delay: 0.3s, 0;
         -o-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0
}

.menu-toggle-x span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform
}

.menu-toggle-x span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.menu-toggle-x.is-active {
    background-color: transparent
}

.menu-toggle-x.is-active span {
    background: none
}

.menu-toggle-x.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg)
}

.menu-toggle-x.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
}

.menu-toggle-x.is-active span::before,
.menu-toggle-x.is-active span::after {
    -webkit-transition-delay: 0s, .3s;
         -o-transition-delay: 0s, .3s;
            transition-delay: 0s, .3s
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
}

/* Posts and pages
    --------------------------------------------- */

.header-gutters,
.grid-gutters>[class*='col-'] {
    padding-right: 7px;
    padding-left: 7px;
}

.content-none {
    background: #f1f1f1;
    -webkit-box-shadow: 1px 1px 4px 0px rgb(0 0 0 / .15);
            box-shadow: 1px 1px 4px 0px rgb(0 0 0 / .15);
    border-radius: 13px;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.shelf-grid {
    margin: 1.5rem 0;
}

.shelf-grid-header {
    margin-bottom: 1rem;
}

.shelf-grid-header .title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    opacity: .7;
    margin: 0
}

.shelf-grid-header .header-navi a {
    line-height: 1.1rem;
    font-size: .9rem;
    font-weight: 500;
    background: #e0e0e0;
    color: #222;
    padding: .2rem .6rem;
    border-radius: 13px;
    text-decoration: none;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
}

.shelf-grid-header .header-navi a:hover {
    background: #cfcfcf;
}

.shelf-grid-item a {
    font-weight: 500;
    text-decoration: none;
}

.shelf-grid-item a img,
.widget-shelf-grid-item a img,
.song-content .song-content-artwork img {
    width: 100%;
    height: auto;
    border-radius: 13px;
    -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
            box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
    -webkit-transition: .333s all;
    -o-transition: .333s all;
    transition: .333s all;
}

.shelf-grid-item a img:hover,
.widget-shelf-grid-item a img:hover {
    -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 30%);
            box-shadow: 0 4px 14px rgb(0 0 0 / 30%);
    -webkit-filter: contrast(111%);
            filter: contrast(111%);
}

.shelf-grid-item a .song,
.widget-shelf-grid-item a .song {
    font-size: 14px;
    color: var(--shelf-grid-item-color);
    margin-left: 3px;
    margin-top: 17px;
    opacity: .9;
    line-height: 1.2;
}

.shelf-grid-item a .artist,
.widget-shelf-grid-item a .artist {
    font-size: 14px;
    font-weight: 500;
    color: var(--shelf-grid-item-color);
    margin-left: 3px;
    opacity: .5;
    line-height: 1.2;
}

.archive-artist {
    margin: .33rem 0;
}

.archive-artist a .artist {
    margin-top: 13px;
    text-align: center;
}

.archive-artist a img {
    border-radius: 50%;
}

.shelf-grid-item a .title {
    font-size: 15px;
    color: var(--shelf-grid-item-color);
    margin-left: 7px;
    margin-top: 17px;
    opacity: .9;
}

.shelf-grid-item a .meta {
    font-size: 15px;
    color: var(--shelf-grid-item-color);
    margin-left: 7px;
    opacity: .5;
}

.shelf-grid-item a .title-big {
    font-size: 19px;
}

.shelf-grid-item a .meta-big {
    font-size: 16px;
}

.artist-bio h3 {
    font-size: 16px;
    color: var(--shelf-grid-item-color);
    opacity: .5;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 0.15);
}

.artist-bio p {
    font-weight: 200;
    font-size: 15px;
    margin: 0;
    margin-bottom: 1.5em;
}

.content {
    word-wrap: break-word;
}

.content-meta {
    color: var(--content-meta-color);
    margin-top: 17px;
    margin-left: 5px;
}

.content-meta a {
    color: var(--link-color);
    text-decoration: none;
}

.content-post img {
    max-width: 100%;
    height: auto;
    border-radius: 13px;
    -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
            box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
}

.content-post figcaption {
    border-radius: 13px;
}

.content-post h1 {
    font-size: 1.6rem;
    margin: 1rem 0
}

.content-post h2 {
    font-size: 1.5rem;
    margin: 1rem 0
}

.content-post h3 {
    font-size: 1.4rem;
    margin: 1rem 0
}

.content-post h4 {
    font-size: 1.3rem;
    margin: 1rem 0
}

.content-post h5 {
    font-size: 1.2rem;
    margin: 1rem 0
}

.content-post h6 {
    font-size: 1rem;
    margin: 1rem 0
}

.content-post blockquote {
    margin: 1rem 0 1rem 1rem;
    border-left: 3px solid var(--blockquote-border-color);
    padding: 1rem 0 1rem 1rem;
}

.content-post .wp-block-pullquote>blockquote,
.content-post .wp-block-group blockquote.wp-block-quote {
    margin: 1rem 0;
    padding: 0;
    border: none;
}

.content-post blockquote.wp-block-quote.has-text-align-right.extraclass {
    margin: 1rem 1rem 1rem 0;
    border-left: none;
    border-right: 3px solid var(--blockquote-border-color);
    padding: 1rem 1rem 1rem 0;
}

.content-post video {
    border-radius: 13px;
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-media-text {
    margin: 1rem 0;
    border-radius: 13px;
}

.wp-block-cover::before {
    border-radius: 13px;
}

.wp-block-button {
    margin-bottom: 1rem;
}

.song-content .song-content-wrap {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.song-content .song-content-wrap .song-content-meta {
    font-size: 1.05rem;
}

.song-content .song-content-wrap .song-content-meta>.col {
    margin: .9rem;
}

.song-content .song-content-wrap .song-content-meta-song {
    font-size: 1.4rem;
    font-weight: 500;
}

.song-content .song-content-wrap .song-content-meta-artist {
    font-size: 1.2rem;
    font-weight: 500;
}

.song-content .song-content-wrap .song-content-meta-artist a {
    color: #007aff;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.tags-links,
.edit-link {
    display: block;
    margin: 1rem 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 2rem 0 1em;
}

.page-links>span,
.page-links>a {
    display: inline-block;
    text-align: center;
    background: #ddd;
    color: #333;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    -webkit-transition: .444s all;
    -o-transition: .444s all;
    transition: .444s all;
}

.page-links>span:hover {
    cursor: default
}

.page-links>a:hover {
    background: #333;
    color: #eee;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 2.5rem;
}

.pagination span,
.pagination a {
    display: inline-block;
    background: #ddd;
    color: #333;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    -webkit-transition: .444s all;
    -o-transition: .444s all;
    transition: .444s all;
}

.pagination a {
    cursor: pointer;
    text-decoration: none;
}

.pagination span {
    cursor: default;
}

.pagination .current {
    background: #333;
    color: #eee;
}

.pagination .dots:hover {
    background: #ddd;
    color: #333;
}

.pagination span:hover,
.pagination a:hover {
    background: #333;
    color: #eee;
}

.search-ui {
    background: #111;
    color: #fff;
    background-size: 100% auto;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: saturate(200%) blur(20px);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
}

@-moz-document url-prefix() {
    input:invalid {
        box-shadow: none;
    }
    .search-ui {
        background: #111;
        color: #fff;
        background-size: 100% auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        display: none;
    }
}

.search-ui-form {
    width: 100%;
    height: 100px;
    margin: 6rem 0 4rem 0;
    position: relative;
}

.search-ui-form>div {
    display: inline;
    margin-right: .5rem;
    font-size: 120%;
}

.search-ui-form input[type="search"].search-ui-input {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    color: #e0e0e0;
    caret-color: #ddd;
    background: transparent !important;
    border-bottom: 3px solid #ddd;
    padding-bottom: 1rem;
    padding-right: 5rem;
    margin-bottom: 1rem;
}

.search-ui-form input[type="search"].search-ui-input:focus {
    color: #ddd;
}

.search-ui-form input[type="search"].search-ui-input::-webkit-input-placeholder {
    color: #ddd;
}

.search-ui-form input[type="search"].search-ui-input:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

.search-ui-form input[type="search"].search-ui-input::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

.search-ui-form input[type="search"].search-ui-input:-ms-input-placeholder {
    color: #ddd;
}

.search-ui-form button[type="submit"].search-ui-button {
    position: absolute;
    width: 70px;
    height: 70px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 50%;
    background: var(--search-ui-icon);
    background-size: 100%;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0px, -50%, 0) scale3d(1, 1, 1);
            transform: translate3d(0px, -50%, 0) scale3d(1, 1, 1);
    outline: none;
}

#search-icon-close {
    position: absolute;
    float: right;
    right: 0;
    margin: 1rem;
}

#search-icon-close>i {
    font-size: 2rem;
    cursor: pointer;
}

.site-footer {
    padding: 6rem 0 4rem 0;
    background-color: var(--footer-background-color);
    font-size: 1.1rem;
    color: var(--footer-color);
}

.site-footer a {
    color: var(--footer-color);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--footer-hover-color);
}

.steremono-footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.steremono-footer-menu ul li {
    white-space: nowrap;
}

.steremono-footer-menu li::after {
    content: '|';
    color: var(--footer-hover-color);
    margin: 0 .7rem
}

.steremono-footer-menu li:last-child::after {
    content: none
}

.steremono-social-buttons {
    display: block;
    margin: 3rem 0;
}

.steremono-social-buttons-media {
    margin: 1rem 0;
}

.steremono-social-buttons-music {
    margin: 1rem 0;
}

.steremono-social-buttons i {
    font-size: 1.25rem;
    margin-left: .5rem;
}

.steremono-footer-copyright {
    margin-top: 5rem;
    text-align: center;
    display: block;
}

.footer-navigation>small {
    text-align: center;
    display: block;
}

/* Comments
    --------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comments-title {
    font-size: 1.2rem;
    margin: 2rem 0;
}

.comments-area a {
    color: var(--link-color);
}

.comment-list {
    padding: 0;
    margin: 2rem 0;
}

.comment-list .children {
    margin: 2rem 0 2rem 1rem;
    padding: 0;
}

.comment-author img {
    border-radius: 50%;
}

.comment-metadata {
    margin: .5rem 0;
}

.comment-body {
    margin: 1rem 0
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="number"],
.comment-form input[type="tel"],
.comment-form input[type="range"],
.comment-form input[type="date"],
.comment-form input[type="month"],
.comment-form input[type="week"],
.comment-form input[type="time"],
.comment-form input[type="datetime"],
.comment-form input[type="datetime-local"],
.comment-form input[type="color"] {
    width: 100%;
}

.comment-form-cookies-consent>label {
    display: inline;
}

/* Widgets
    --------------------------------------------- */

.widget {
    margin: 0 0 1rem;
}

.widget select {
    max-width: 100%;
}

.widget-grid-gutters {
    margin-left: -7px;
    margin-right: -7px;
}

.widget-header-gutters,
.widget-grid-gutters>[class*='col-'] {
    padding-right: 7px;
    padding-left: 7px;
}

.widget-area {
    font-size: 1rem;
}

.widget-area img {
    border-radius: 13px
}

.widget-area .widget-title {
    font-size: 1.33rem;
    margin-bottom: 1rem;
}

.widget-area ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

.widget-area ul {
    list-style: none;
}

.widget-area li {
    margin-bottom: .2rem;
}

/* Media
    --------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-container .mejs-embed,
.mejs-embed,
.mejs-embed body {
    background: rgb(0 0 0 / 0.8) !important;
    -webkit-filter: drop-shadow(0 0 6px rgb(49 229 138 / .2)) !important;
            filter: drop-shadow(0 0 6px rgb(49 229 138 / .2)) !important;
}

.mejs-container .mejs-time {
    color: #ddd !important;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #ddd !important;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgb(49 229 138 / 30%) !important;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: rgb(49 229 138 / 100%) !important;
}

.wp-playlist {
    border: none !important;
    background: #eee !important;
    border-radius: 13px !important;
    padding: 1rem !important;
    margin: 1rem 0 !important;
}

.wp-playlist-current-item {
    overflow: hidden !important;
    height: auto !important;
}

.wp-playlist .wp-playlist-current-item img {
    float: left !important;
    max-width: 128px !important;
    height: auto !important;
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 13px !important;
    -webkit-box-shadow: 0 4px 14px rgb(49 229 138 / 15%) !important;
            box-shadow: 0 4px 14px rgb(49 229 138 / 15%) !important;
}

.wp-playlist-light {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-length {
    color: #111 !important;
}

.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 1rem !important;
}

.wp-playlist-light .wp-playlist-item-album {
    font-style: normal !important;
}

.wp-playlist-light .wp-playlist-item-artist {
    text-transform: none !important;
    opacity: .6 !important;
    color: #000 !important;
}

.wp-playlist-light .wp-playlist-item {
    margin: 3px 0 !important;
    padding: 15px !important;
    background: rgb(0 0 0 / 5%) !important;
    border-radius: 6px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: .222s all !important;
    -o-transition: .222s all !important;
    transition: .222s all !important;
}

.wp-playlist-light .wp-playlist-item:hover {
    background: rgb(49 229 138 / 50%) !important;
}

.wp-playlist-light .wp-playlist-item:last-child {
    padding-bottom: 15px !important;
}

.wp-playlist-light .wp-playlist-playing {
    font-weight: normal !important;
    background: rgb(49 229 138 / 50%) !important;
}

.wp-playlist-light .wp-playlist-playing:hover {
    font-weight: normal !important;
    background: rgb(49 229 138 / 50%) !important;
}

.wp-playlist-light .wp-playlist-playing a,
.wp-playlist-light .wp-playlist-playing .wp-playlist-item-length {
    color: #000 !important;
}

.wp-playlist-light .wp-playlist-item-length {
    top: 15px !important;
    right: 15px !important
}

.wp-playlist-light .wp-playlist-caption {
    font-weight: bold !important;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/* Captions
    --------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
    --------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
    # Plugins
    --------------------------------------------------------------*/

/* Jetpack infinite scroll
    --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
    # Utilities
    --------------------------------------------------------------*/

/* Banners
    --------------------------------------------- */

/* Banner */

.steremono-ad {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    border-radius: 13px;
    text-align: center;
}

.steremono-ad img {
    border-radius: 13px;
    -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
            box-shadow: 0 4px 14px rgb(0 0 0 / 15%);
}

/* Accessibility
    --------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
    --------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

@media screen and (min-width:993px) {
    #menu-toggle {
        display: none
    }
    #nav-menu {
        display: block !important
    }
}

@media screen and (max-width:992px) {
    .nav-menu-none {
        display: none;
    }
    .main-navigation .nav-menu {
        overflow: hidden;
        height: 100vh;
    }
    #nav-menu {
        display: none
    }
    .nav-menu {
        position: absolute;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
        background-color: var(--menu-background-color);
        z-index: 9999;
    }
    div.nav-menu {
        top: 55px;
    }
    .admin-bar div.nav-menu {
        top: 85px;
    }
    .nav-menu>ul {
        padding: 0 4rem;
    }
    .site-header .logo {
        position: initial;
        float: initial;
        left: initial;
    }
    .menu-toggle {
        float: left;
        left: 0;
        position: absolute;
        display: block;
    }
    .nav-menu>.menu-item {
        border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    }
    .nav-menu>.menu-item:last-child {
        border-bottom: none;
    }
    .nav-menu li .sub-menu {
        position: initial;
        max-height: 0;
        padding-left: 2rem;
        background: initial;
        border-top: 1px solid rgb(49 229 138 / 50%);
    }
    .nav-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
    }
    .nav-menu>li>.sub-menu::before {
        display: none;
    }
    .nav-menu>li>.sub-menu .sub-menu {
        border-top: 1px solid rgb(49 229 138 / 25%);
        border-left: none;
    }
    .nav-menu>li>.sub-menu .sub-menu::before {
        display: none;
    }
    .steremono-footer-menu ul {
        display: inherit;
        text-align: center;
    }
    .steremono-footer-menu li {
        margin: .4rem 0
    }
    .steremono-footer-menu li::after {
        content: none;
        margin: 0;
    }
}

@media screen and (max-width:782px) {
    .admin-bar div.nav-menu {
        top: 100px;
    }
}

@media screen and (max-width:600px) {
    main {
        margin: 2rem 0;
    }
    .header-image>.header-title .page-title {
        font-size: 2rem
    }
    .nav-menu>ul {
        padding: 0 2rem;
    }
    .nav-menu>li>a {
        padding: 0;
    }
    .nav-menu li .sub-menu {
        padding-left: 1rem;
    }
    .nav-menu li .sub-menu li a {
        padding: .8rem 0;
    }
}

@media screen and (max-width:480px) {
    .header-image>.header-title {
        padding: 50px 0;
    }
    .header-image>.header-title .page-title {
        font-size: 1.5rem
    }
    .search-ui-form {
        margin: 8rem 0 0rem 0;
    }
    
    .search-ui-form>div {
        font-size: 100%;
    }
    
    .search-ui-form input[type="search"].search-ui-input {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 0;
    }
    .search-ui-form button[type="submit"].search-ui-button {
        width: 35px;
        height: 35px;
        top: 25%;
    }
    
    #search-icon-close>i {
        font-size: 1.5rem;
    }
    .pagination span,
    .pagination a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .song-content .song-content-wrap .song-content-meta>.col {
        margin: .9rem 0 0 0;
    }
}

@media screen and (max-width:380px) {
    .song-content .song-content-wrap .song-content-meta {
        font-size: 1rem;
    }
    .song-content .song-content-wrap .song-content-meta>.col {
        margin: .8rem 0 0 0;
    }
    .song-content .song-content-wrap .song-content-meta-song {
        font-size: 1.3rem;
    }
    .song-content .song-content-wrap .song-content-meta-artist {
        font-size: 1.15rem;
    }
}

@media screen and (max-width:320px) {
    .song-content .song-content-wrap .song-content-meta {
        font-size: .95rem;
    }
    .song-content .song-content-wrap .song-content-meta>.col {
        margin: .7rem 0 0 0;
    }
    .song-content .song-content-wrap .song-content-meta-song {
        font-size: 1.2rem;
    }
    .song-content .song-content-wrap .song-content-meta-artist {
        font-size: 1.1rem;
    }
}