/*
 * @Author       : BitTheme
 * @AuthorWebsite: https://www.wpbit.cn/
 * @Date         : 2022-01-09 19:00:28
 * @LastEditTime : 2022-01-16 19:12:30
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html,
body,
main,
div,
span,
a,
li,
ul,
hr,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-thumb {
    height: 40px;
    background-color: #eee;
    border-radius: 16px;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}

::selection {
    background: rgba(0, 149, 255, 0.1);
}

html {
    font-family: microsoft jhenghei, sans-serif;
}

body {
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    background-color: #fff;
    color: #283149;
    font-weight: bold;
}

body:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.05;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

body.dark-theme {
    background-color: #292a2d;
    color: #a9a9b3;
}

a {
    color: #283149;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: #00818a;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme a {
    color: #a9a9b3;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme a:hover {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

blockquote {
    font-size: 1rem;
    display: block;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dcdcdc;
    padding: 1.5em 1.2em 1.5em;
    margin: 2em 0;
    position: relative;
    line-height: 2;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em pt sans, sans-serif;
    color: #00818a;
    text-align: center;
}

blockquote p {
    color: #87878d;
}

.dark-theme blockquote:before {
    color: #eee;
}

.dark-theme blockquote:after {
    color: #eee;
}

.dark-theme blockquote {
    border-color: #4a4b50;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.navbar {
    height: 4rem;
    line-height: 4rem;
    width: 100%;
}

.navbar .container {
    width: auto;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
}

.main {
    flex: 1 0 auto;
}

.container {
    padding-left: 1em;
    padding-right: 1em;
}

.footer {
    height: 4rem;
    width: 100%;
    text-align: center;
    line-height: 4rem;
    padding: 2em 0;
}

.notfound {
    font-size: 2em;
    transform: translateY(35vh);
    text-align: center;
}

.intro {
    transform: translateY(25vh);
    text-align: center;
}

.intro .avatar {
    padding: 10px;
}

.intro .avatar img {
    width: 128px;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0.3618em rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0.3618em rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
}

.intro .avatar img:hover {
    position: relative;
    -webkit-transform: translateY(-0.75em);
    -moz-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    transform: translateY(-0.75em);
    cursor: pointer;
}

h2.description {
    font-size: 1em;
    font-weight: 400;
    padding: 5px;
}

.social-links a {
    padding: 0 5px;
}

.social-links a:hover {
    background-color: transparent;
}

.social-links .iconfont {
    font-size: 2em;
}

.post-warp .categories-card {
    margin: 0 auto;
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2.5em;
    line-height: 1.6em;
}

.post-warp .categories-card .card-item {
    font-size: 14px;
    text-align: left;
    width: 45%;
    display: flex;
    align-items: flex-start;
    margin-top: 2em;
    min-height: 16em;
    padding: 0 2%;
    position: relative;
}

.post-warp .categories-card .card-item .categories {
    overflow: hidden;
}

.post-warp .archive-item-link {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}

.post-warp .archive-item-link:hover {
    color: #00818a;
    background-color: transparent;
}

.dark-theme .post-warp .archive-item-link {
    color: #a9a9b3;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme .post-warp .archive-item-link:hover {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.post-warp .archive-item-date {
    float: right;
    text-align: right;
    color: #a9a9b3;
}

.dark-theme .post-warp .archive-item-date {
    color: #87878d;
}

.post-warp .more-post {
    text-align: right;
}

.categories h3 {
    display: inline-block;
}

.categories span {
    float: right;
    padding-right: 1em;
}

.post-warp {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-top: 2rem;
}

.post-warp .archive-item {
    margin-left: 2rem;
}

.post-warp .post-header h1 {
    margin: 0 !important;
}

.post-warp .post-title {
    font-size: 2em;
    line-height: 1.5em;
}

.archive-post-count {
    color: #00818a;
    background: rgb(34 153 221 / 10%);
    border-radius: 6px;
    padding: .25rem .4375rem;
    font-size: 0.25em;
    vertical-align: middle;
    font-family: NSimSun;
}

.post-warp .post-meta,
.post-warp .post-meta a {
    color: rgba(85, 85, 85, 0.52941) !important;
}

.post-warp .post-meta span {
    margin-right: 20px
}

.dark-theme .post-warp .post-meta {
    color: #87878d !important;
}

.dark-theme .post-warp .post-meta a {
    color: #eee;
}

.dark-theme .post-warp .post-meta a:hover {
    color: #fff;
}

.post-warp .post-content {
    padding: 2rem 0;
}

.post-warp .post-content h2,
.post-warp .post-content h3,
.post-warp .post-content h4,
.post-warp .post-content h5,
.post-warp .post-content h6 {
    padding: 0.1em 0;
}

.post-warp .post-content h2::before {
    content: "#";
    margin-right: 10px;
    color: #00818a;
}

.dark-theme .post-warp .post-content h2::before {
    color: #eee;
}

.post-warp .post-content h3::before {
    content: "|";
    margin-right: 10px;
    color: #00818a;
}

.dark-theme .post-warp .post-content h3::before {
    color: #eee;
}

.post-warp .post-content a {
    color: #00818a;
    font-weight: 300;
    text-decoration: underline;
}

.dark-theme .post-warp .post-content a {
    color: #eee;
}

.post-warp .post-content a:hover {
    opacity: .6;
}

.dark-theme .post-warp .post-content a:hover:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.post-warp .post-content code,
.post-warp .post-content pre {
    padding: 20px;
    font-size: 16px;
    font-family: Consolas, Monaco, Menlo, Consolas, monospace;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 2;
    width: auto;
}

.post-warp .post-content code:not([class]) {
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 0 #fff, 2px 2px 0 #ddd;
    margin-left: 3px;
    margin-right: 3px;
}

.dark-theme .post-warp .post-content code:not([class]):not([class]) {
    background: transparent;
    box-shadow: 1px 1px 0 #87878d, 2px 2px 0 #87878d;
}

.post-warp .post-content ul {
    padding-left: 2em;
}

.post-warp .post-content table {
    max-width: 100%;
    margin: 10px 0;
    border-spacing: 0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.125);
}

.post-warp .post-content table th,
.post-warp .post-content table td {
    padding: 5px 15px;
    border: 1px double #ebe9f5;
}

.post-warp .post-content figure {
    text-align: center;
}

.post-warp .post-content figure img:hover {
    cursor: zoom-in;
}

.post-warp .post-content .image-caption:not(:empty) {
    min-width: 20%;
    max-width: 80%;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #969696;
    line-height: 1.7;
}

.post-warp .post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.post-warp .post-content img[data-action="zoom"] {
    cursor: zoom-in;
}

.post-warp .post-content .featured_image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.post-warp p {
    font-size: 1em;
    margin: 0.5em 0;
}

.post-warp .post-copyright {
    background: rgb(34 153 221 / 5%);
    padding: 24px;
    border-radius: 12px;
}

.post-warp .post-copyright .copyright-item {
    margin: 5px 0;
}

.post-warp .post-copyright .copyright-item span a {
    margin-right: 10px;
}

.post-warp .post-copyright .copyright-item .title {
    margin-right: 12px;
}

.dark-theme .post-warp .post-copyright {
    background: rgb(240 240 240 / 10%);
}

.post-warp .post-tags {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
}

.post-warp .post-tags i {
    margin-right: 0.75em;
}

.post-warp .post-nav:before,
.post-warp .post-nav:after {
    content: " ";
    display: table;
}

.post-warp .post-nav a.prev,
.post-warp .post-nav a.next {
    font-weight: 600;
    font-size: 16px;
    transition-property: transform;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
}

.post-warp .post-nav a.prev {
    float: left;
}

.post-warp .post-nav a.prev:hover {
    transform: translateX(-4px);
}

.post-warp .post-nav a.next {
    float: right;
}

.post-warp .post-nav a.next:hover {
    transform: translateX(4px);
}

.post-warp .tag:not(:last-child) a::after {
    content: " / ";
}

.tag-cloud-tags {
    margin: 10px 0;
}

.tag-cloud-tags a {
    display: inline-block;
    position: relative;
    margin: 5px 10px;
    word-wrap: break-word;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.tag-cloud-tags a:active,
.tag-cloud-tags a:focus,
.tag-cloud-tags a:hover {
    color: #00818a;
    transform: scale(1.1);
}

.dark-theme .tag-cloud-tags a:active,
.dark-theme .tag-cloud-tags a:focus,
.dark-theme .tag-cloud-tags a:hover {
    color: #fff;
}

.tag-cloud-tags a small {
    color: #a9a9b3;
}

.dark-theme .tag-cloud-tags a small {
    color: #fff;
}

.post-warp .intro {
    transform: translateY(0);
    margin: 2em 0 5em;
}

.post-warp .intro .avatar img {
    width: 96px;
}

.post-warp .post {
    margin-bottom: 4em;
    border-bottom: 1px dashed #ddd;
}

.post-warp .post .post-content {
    padding-top: 0.5em;
}

.post-warp .post .post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-warp .post .post-footer .post-meta a {
    color: rgba(85, 85, 85, 0.52941) !important;
}

.dark-theme .post-warp .post .post-footer .post-meta a {
    color: #87878d !important;
}

.post-warp .post .post-footer .post-meta a:hover {
    color: #a9a9b3 !important;
}

.dark-theme .post-warp .post .post-footer .post-meta a:hover {
    color: #87878d !important;
}

.post-warp .post .post-footer .post-tags span a {
    color: rgba(85, 85, 85, 0.52941) !important;
}

.dark-theme .post-warp .post .post-footer .post-tags span a {
    color: #87878d !important;
}

.post-warp .post .post-footer .post-tags span a:hover {
    color: #a9a9b3 !important;
}

.dark-theme .post-warp .post .post-footer .post-tags span a:hover {
    color: #87878d !important;
}

.header-logo a {
    padding: 0;
}

.header-logo a i {
    line-height: 2em;
}

.navbar .menu a {
    padding: 0 8px;
    font-size: 18px;
}

.navbar .menu .active {
    font-weight: 900;
    color: #161209;
}

#reply-title a {
    margin: 0 5px;
    color: #333;
}

.dark-theme #reply-title a {
    color: #ddd;
    background: rgb(169 169 179 / 0.1);
    border-radius: 6px;
    padding: .25rem .4375rem;
    font-size: 0.25em;
    vertical-align: middle;
    font-family: NSimSun;
}

.comment-notes {
    display: none;
}

#commentform input,
#commentform textarea {
    display: block;
    vertical-align: top;
    border: 2px solid #ddd;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    color: #222;
    line-height: 1.5;
    resize: none;
}

#commentform label {
    display: block;
    font-size: 16px;
    color: rgba(85, 85, 85, 0.52941);
    margin: 10px 0 5px;
}

.dark-theme #commentform label {
    color: rgb(255 255 255 / 40%);
}

#commentform input[type=submit] {
    cursor: pointer;
    letter-spacing: 10px;
    text-align: center;
    color: rgb(85 85 85 / 53%);
    font-size: 14px;
    padding: 10px 0;
    margin: 30px auto 0;
    background: rgb(34 153 221 / 5%);
}

.dark-theme #commentform input[type=submit] {
    color: #ddd;
}

#comments,
#respond {
    margin-top: 50px;
}

#comments h1,
#respond h1 {
    font-size: 24px
}

#comments ol {
    padding-left: 0;
}

#comments li {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    list-style: none
}

#comments .children li {
    border-bottom: none;
    padding-bottom: 0px;
    padding-left: 2em;
}

.says {
    display: none;
}

.comment-author {
    display: inline-block;
}

.comment-author img {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-top;
    margin-right: 10px;
}

.comment-author a {
    color: inherit;
}

.comment-author cite {
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
}

.comment-meta {
    margin: -30px 0 0 58px;
    font-size: 12px;
}

.comment-meta+p {
    margin-top: 14px;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    line-height: 2;
}

.dark-theme .comment-meta+p {
    color: #a9a9b3;
}

.comment-meta a {
    color: #666;
}

.reply {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

ol.children {
    margin-left: 30px;
}

li.depth-2 .children {
    margin-left: 0;
}

ol.children li {
    border-bottom: none!important;
    padding-bottom: 10px!important;
}

.comment-navigation h2 {
    display: none;
}

.nav-links {
    margin-top: 20px;
    overflow: hidden;
}

.nav-links div {
    float: left;
    width: 50%;
}

.nav-links .nav-next {
    float: right;
    text-align: right;
}

.dark-theme .navbar .menu .active {
    color: #fff;
}

.navbar-header a:hover,
.navbar .menu a:hover {
    background-color: transparent;
    color: #161209;
}

.copyright {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
}

#dynamic-to-top {
    display: none;
    overflow: hidden;
    width: auto;
    z-index: 90;
    position: fixed;
    bottom: 2em;
    right: 2em;
    top: auto;
    left: auto;
    font-family: sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #333;
    font-weight: 700;
    padding: 17px 16px;
    border: 1px solid #dcdcdc;
    background: #222;
    outline: none;
}

#dynamic-to-top:hover {
    background: #000;
    cursor: pointer;
}

#dynamic-to-top:active {
    background: #000;
    outline: none;
}

#dynamic-to-top:focus,
#dynamic-to-top:hover {
    outline: none;
}

#dynamic-to-top span {
    display: block;
    overflow: hidden;
    width: 14px;
    height: 12px;
    background: url(../fonts/ce580add98b0436280d2116e5ecef41a.woff) no-repeat 50%;
}

.dark-theme #dynamic-to-top {
    border: 1px solid #4a4b50;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    padding-top: 2em;
}

.pagination a {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #bfbfbf;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.pagination li {
    padding-bottom: 3px;
    margin: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: inline;
}

.pagination li.disabled {
    display: none;
}

.pagination li:hover a {
    color: #000;
}

.dark-theme .pagination li:hover a {
    color: #fff;
}

.pagination li:before,
.pagination li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #000;
    transition: 0.3s;
    bottom: 0;
}

.dark-theme .pagination li:before,
.dark-theme .pagination li:after {
    background: #fff;
}

.pagination li:before .active,
.pagination li:after .active {
    width: 100%;
}

.pagination li:before {
    left: 50%;
}

.pagination li:after {
    right: 50%;
}

.pagination li:hover:before,
.pagination li:hover:after {
    width: 50%;
}

.pagination li.active a {
    color: #000;
}

.dark-theme .pagination li.active a {
    color: #fff;
}

.pagination li.active:before,
.pagination li.active:after {
    width: 60%;
}

.str {
    color: #ec7600;
}

.kwd {
    color: #93c763;
}

.com {
    color: #66747b;
}

.typ {
    color: #678cb1;
}

.lit {
    color: #facd22;
}

.pun {
    color: #f1f2f3;
}

.pln {
    color: #f1f2f3;
}

.tag a:hover {
    color: #00818a;
}

.atn {
    color: #e0e2e4;
}

.atv {
    color: #ec7600;
}

.dec {
    color: purple;
}

pre.prettyprint {
    border: 0 solid #888;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.prettyprint {
    background: #000;
    color: #fff;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
    color: #555;
    list-style-type: decimal;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #111;
}

@media print {
    .str {
        color: #060;
    }
    .kwd {
        color: #006;
        font-weight: 700;
    }
    .com {
        color: #600;
        font-style: italic;
    }
    .typ {
        color: #404;
        font-weight: 700;
    }
    .lit {
        color: #044;
    }
    .pun {
        color: #440;
    }
    .pln {
        color: #000;
    }
    .tag {
        color: #006;
        font-weight: 700;
    }
    .atn {
        color: #404;
    }
    .atv {
        color: #060;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .navbar {
        display: none;
    }
    .navbar-mobile {
        display: block !important;
        position: fixed;
        width: 100%;
        z-index: 100;
        transition: all 0.6s ease 0s;
    }
    .navbar-mobile .container {
        padding: 0;
        margin: 0;
        height: 5em;
        line-height: 5.5em;
        background: #fff;
    }
    .navbar-mobile .container .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-right: 1em;
        padding-left: 1em;
        box-sizing: border-box;
    }
    .navbar-mobile .container .navbar-header i {
        font-size: 22px;
        position: relative;
        top: 0px;
    }
    .navbar-mobile .container .navbar-header a {
        font-size: 20px
    }
    .navbar-mobile .container .navbar-header .menu-toggle {
        cursor: pointer;
        line-height: 5.5em;
    }
    .navbar-mobile .container .navbar-header .menu-toggle span {
        display: block;
        background: #000;
        width: 36px;
        height: 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -moz-transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
    }
    .dark-theme .navbar-mobile .container .navbar-header .menu-toggle span {
        background: #a9a9b3;
    }
    .navbar-mobile .container .navbar-header .menu-toggle span:nth-child(1) {
        margin-bottom: 8px;
    }
    .navbar-mobile .container .navbar-header .menu-toggle span:nth-child(3) {
        margin-top: 8px;
    }
    .navbar-mobile .container .navbar-header .menu-toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -moz-transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
    }
    .navbar-mobile .container .navbar-header .menu-toggle.active span:nth-child(1) {
        -moz-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }
    .navbar-mobile .container .navbar-header .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .navbar-mobile .container .navbar-header .menu-toggle.active span:nth-child(3) {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }
    .navbar-mobile .container .menu {
        text-align: center;
        background: #fff;
        border-top: 2px solid #000;
        padding-top: 1em;
        padding-bottom: 1em;
        display: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .navbar-mobile .container .menu a {
        display: block;
        line-height: 2.5em;
    }
    .navbar-mobile .container .menu.active {
        display: block;
    }
    .dark-theme .navbar-mobile .container .menu {
        background: #292a2d;
        border-top: 2px solid #87878d;
    }
    .dark-theme .navbar-mobile .container {
        background: #292a2d !important;
    }
    #dynamic-to-top {
        display: none !important;
    }
    .footer {
        height: 3rem;
        width: 100%;
        text-align: center;
        line-height: 1.5rem;
        padding-top: 2em;
    }
    .post-warp {
        padding-top: 6em;
    }
    .post-warp .archive-item-date {
        display: none;
    }
    .post-warp .categories-card .card-item {
        width: 95%;
    }
}

@media only screen and (min-width: 1224px) {
    .navbar-mobile {
        display: none;
    }
}


/* WordPress */

.wp-block-bitbox-code-block {
    margin: 2em 0!important;
}

.wp-block-gallery ul {
    padding-left: 0!important;
}

.post-content figcaption {
    font-size: 14px;
    color: rgb(0 0 0 / 30%);
}

.wp-block-separator {
    margin: 2em 0
}

.comment-form-cookies-consent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.comment-form-cookies-consent input {
    width: auto!important;
    margin-right: 12px;
}

.comment-form-cookies-consent label {
    margin: 0!important
}