* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a,
blockquote,
body,
center,
code,
div,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
ol,
p,
pre,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

article,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

:focus {
    outline: 0
}

body,
button,
input,
select,
textarea {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #444
}

body {
    overflow-y: scroll;
    background: #ebeff0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

img,
svg {
    display: inline-block;
    vertical-align: top
}

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

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

a,
button,
input,
textarea {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mejs__inner button {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

input[type=text] {
    height: 46px;
    padding: 0 1rem;
    border: 2px solid #ebeff0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

input[type=text]:focus {
    border-color: #17aacf
}

button,
input[type=submit] {
    cursor: pointer;
    border: none
}

.btn,
button,
input[type=submit] {
    height: 46px;
    padding: 0 1rem;
    background: #17aacf;
    color: #fff;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.btn-sm {
    height: 24px;
    padding: 0 .5rem;
    font-size: .8rem
}

.btn-green {
    background: #2ec79c
}

.btn-red {
    background: #db2c52
}

.btn:hover {
    background: #1090b0
}

.btn-green:hover {
    background: #1ea680
}

.btn-red:hover {
    background: #c91e43
}

a.btn {
    display: inline-block;
    line-height: 46px
}

a.btn-sm {
    line-height: 24px
}

.alert {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    font-size: .9rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.alert-info {
    background: #def8ff;
    color: #17aacf
}

.alert-warning {
    max-width: 400px;
    text-align: center;
    background: #fff4d6;
    color: #d9a61c
}

#container {
    max-width: 1000px;
    margin: 0 auto
}

#wrapper {
    min-height: 100vh;
    padding: 2rem;
    background: #fff
}

#main {
    display: flex
}

#content {
    flex: 1;
    padding-right: 2rem
}

#sidebar {
    width: 300px
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#header .branding {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 46px
}

#header .branding>* {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#header .branding .site-name {
    margin-top: -.35rem;
    line-height: 1.25;
    font-size: 1.6rem
}

#header .branding .site-desc {
    margin-bottom: -.4rem;
    font-weight: 400;
    font-size: .9rem;
    color: #929a9c
}

#header .menu-toggle {
    display: none;
    font-size: 1.5rem
}

#header .search-form {
    display: flex;
    min-width: 400px
}

#header .search-form input[type=text] {
    width: 100%;
    border-right: none;
    -webkit-border-radius: .25rem 0 0 .25rem;
    border-radius: .25rem 0 0 .25rem
}

#header .search-form button {
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0
}

#menu {
    margin: 2rem 0 1rem;
    background: #17aacf
}

#menu ul {
    display: flex;
    padding: 0 .6rem
}

#menu ul li.close-menu {
    display: none
}

#menu ul li a {
    display: block;
    padding: 0 .6rem;
    line-height: 46px;
    color: #fff
}

#menu ul li a:hover {
    color: #c5effa
}

.archive-title {
    margin: -.35rem 0 1.5rem 0;
    line-height: 1.4;
    font-size: 1.3rem
}

.archive-title span {
    color: #17aacf
}

.song-list .item {
    margin-bottom: 1rem
}

.song-list .item:last-child {
    margin-bottom: 0
}

.song-list .item .inner {
    display: flex;
    align-items: center;
    position: relative;
    border-top: 1px solid #ebeff0;
    padding-top: 20px;
}

.song-list .item img {
    width: 56px;
    height: 56px;
    margin-right: 1rem;
    object-fit: cover;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.song-list .item img.large {
    width: 84px;
    height: 84px
}

.song-list .item .detail {
    flex: 1
}

.song-list .item .detail h2 {
    margin-top: -.35rem
}

.song-list .item .detail h2 a {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.song-list .item .detail h2 a:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''
}

.song-list .item .detail h2 a:hover {
    color: #17aacf
}

.song-list .item .detail p {
    display: flex;
    margin-bottom: -.35rem;
    font-size: .9rem;
    color: #929a9c
}

.song-list .item .detail p span {
    margin-right: .85rem
}

.song-list .item .detail p i {
    margin-right: .25rem;
    font-size: .8rem;
    color: #aeb6b8
}

.song-list .item .buttons {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: .5rem
}

.song-list .item .buttons>* {
    margin: .25rem .25rem 0 0
}

.song-list .item .player>div {
    margin-top: 1rem
}

.post {
    flex: 1;
    text-align: center
}

.post .alert {
    margin: 0 auto 2rem auto
}

.post .buttons {
    display: flex;
    justify-content: center
}

.post .buttons iframe {
    margin: 0 .5rem
}

.post .arrow-down {
    margin: -.35rem 0 .65rem 0;
    color: #db2c52
}

.post .arrow-up {
    margin: .65rem 0 -.35rem 0;
    color: #db2c52
}

.post .embed {
    position: relative;
    max-width: 600px;
    margin: 2rem auto 0 auto;
    padding-top: 36%;
    line-height: 0
}

.post .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page {
    flex: 1
}

.page .archive-title {
    padding-bottom: .5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #ebeff0
}

.page .content {
    margin: -.35rem 0 -.35rem 0
}

.page .content>* {
    margin-bottom: 1.25rem
}

.page .content>:last-child {
    margin-bottom: 0
}

.page .content ol {
    list-style: decimal;
    list-style-position: inside
}

.widget-title {
    position: relative;
    text-align: center;
    margin: -.35rem 0 .75rem 0
}

.widget-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    content: '';
    background: #17aacf;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.widget-title span {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
    font-size: 1.1;
    background: #fff
}

.widget-sticky {
    position: sticky;
    top: 1.65rem;
    margin-bottom: -.35rem
}

.widget-keywords ul {
    margin-top: 1.35rem
}

.widget-keywords ul li {
    display: flex;
    align-items: center;
    padding-bottom: .65rem;
    margin-bottom: .75rem;
    border-bottom: 2px dashed #ebeff0
}

.widget-keywords ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.widget-keywords ul li i {
    margin: 0 .75rem 0 0;
    font-size: .9rem
}

.widget-keywords ul li a {
    display: block;
    flex: 1;
    font-size: .9rem
}

.widget-keywords ul li a:hover {
    color: #17aacf
}

#footer {
    margin-top: 2rem;
    padding-top: 2rem;
    text-align: center;
    border-top: 2px solid #ebeff0
}

#footer ul {
    display: flex;
    justify-content: center;
    margin: -.55rem 0 .65rem 0
}

#footer ul li {
    margin: .25rem .5rem
}

#footer ul li a:hover {
    color: #17aacf
}

#footer div {
    margin: -.35rem 0;
    font-size: .9rem;
    color: #929a9c
}

@media(max-width:1064px) {
    #container {
        max-width: 600px
    }

    #header {
        flex-wrap: wrap;
        margin-bottom: 2rem
    }

    #header .menu-toggle {
        display: block
    }

    #header .search-form {
        flex-grow: 1;
        margin-top: 2rem;
        min-width: 100%
    }

    #menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .5)
    }

    #menu ul {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%;
        padding: .75rem 0;
        overflow-y: scroll;
        background: #fff
    }

    #menu ul li {
        padding: 0
    }

    #menu ul li.close-menu {
        display: block;
        font-size: .9rem
    }

    #menu ul li.close-menu a {
        color: #929a9c
    }

    #menu ul li a {
        padding: .4rem 1.5rem;
        line-height: 1.5;
        color: #444
    }

    #menu ul li a:hover {
        color: #17aacf
    }

    #menu ul li.close-menu a:hover {
        color: #444
    }

    #main {
        flex-direction: column
    }

    #related {
        flex-direction: column;
        margin-top: 25px;
        border-top: 2px solid #ebeff0;
        padding-top: 25px;
    }

    #content {
        padding-right: 0
    }

    .post .embed {
        max-width: 100%;
        padding-top: 56.25%
    }

    #sidebar {
        width: 100%;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 2px solid #ebeff0
    }

    .widget-sticky {
        position: static
    }
}

@media(max-width:600px) {
    #container {
        max-width: 100%
    }

    .post .buttons {
        flex-direction: column;
        align-items: center
    }

    .post .buttons iframe:first-child {
        margin-bottom: 1rem
    }

    #footer ul {
        flex-wrap: wrap;
        font-size: .9rem
    }
}

@media(max-width:420px) {
    #wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .song-list .item {
        padding-bottom: 1rem;
        border-bottom: 1px solid #ebeff0
    }

    .song-list .item:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

    .song-list .item img,
    .song-list .item img.large {
        width: 42px;
        height: 42px
    }
}

.borderTop {
    padding-top: .5rem;
    margin-top: 2rem !important;
    border-top: 2px solid #ebeff0;
}

#related {
    display: flex;
    margin-top: 25px;
    border-top: 2px solid #ebeff0;
    padding-top: 25px;
}

#credit {
    width: fit-content;
    margin: 10px auto;
    text-align: center;
}

#creditlink {
    color: blue;
    font-family: cursive;
    text-transform: lowercase;
}

#creditlink:hover {
    color: red;
    text-decoration: none;
}

/*! Back To Top */
#back-to-top {
    background: #17aacf;
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer !important
}

.back-to-top {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 98;
}