@charset "UTF-8";
/*
Theme Name: Flash Blog ChildTheme for SaikoseiNikki
Author: SaikoseiNikki (再構成日記)
Author URI: https://saikosei-nikki.com/
Description: Optimized theme for SaikoseiNikki, based from Flash Blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.5
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flash-blog-child-saikosei
Template: flash-blog
*/

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
    ## Preloader
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
 -------------------------------------------------------------- */

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

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

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    cursor: pointer;
}

.bypostauthor {
    display: block;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: black;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: "MS Gothic", monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

button[disabled], html input[disabled] {
    cursor: default;
}

input {
    line-height: normal;
}

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

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

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

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

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

body, button, input, select, optgroup, textarea {
    color: #444;
    font-family: "A-OTF UD Shin Go Pr6N", "A-OTF UD新ゴ Pr6N", "a-otf-ud-shin-go-pr6n", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

b, strong, optgroup, dt {
    font-family: "FOT-UDKakugo_Large Pr6N", "FOT-UD角ゴ_ラージ Pr6N", fw-ud-kakugo, "fot-udkakugo-large-pr6n", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "メイリオ", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    clear: both;
    font-weight: 700;
}

.site-title, .entry-title, .title-header, h1, h2, h3, h4, h5, h6 {
    font-family: "黒薔薇シンデレラ", kurobara-cinderella, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "メイリオ", sans-serif;
    word-break: auto-phrase;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    background: #eee;
    font-family: "MS Gothic", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
}

code, kbd, tt, var {
    font-family: "MS Gothic", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

.entry-title a {
    color: white;
}

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

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background: white;
}

.window-scroll-locked {
    overflow: hidden;
}

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

ul, ol {
    margin: 0 0 1rem 1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

table {
    width: 100%;
    margin: 0 0 1.5em;
}

/* --------------------------------------------------------------
## Preloader
-------------------------------------------------------------- */

.preloader {
    display: flex;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #407774;
    background: -webkit-linear-gradient(left, #407774 0%, #407774 25%, #01f7b6 25%, #01f7b6 50%,#407774 50%, #407774 75%, #01f7b6 75%, #01f7b6 100%);
    background: linear-gradient(to right, #407774 0%, #407774 25%, #01f7b6 25%, #01f7b6 50%,#407774 50%, #407774 75%, #01f7b6 75%, #01f7b6 100%);
    text-align: center;
}

.preloader .layer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 25%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: black;
}

.preloader .layer:nth-child(1) {
    left: 0;
    transition-delay: 0.15s;
}

.preloader .layer:nth-child(2) {
    left: 25%;
    transition-delay: 0.2s;
}

.preloader .layer:nth-child(3) {
    left: 50%;
    transition-delay: 0.25s;
}

.preloader .layer:nth-child(4) {
    left: 75%;
    transition-delay: 0.3s;
}

.preloader .inner {
    position: relative;
    z-index: 3;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader figure {
    display: block;
    margin: 0;
}

.preloader figure .load-spinner {
    position: absolute;
    z-index: 100001;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    -webkit-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 10px;
    text-indent: -12345px;
}

.page-loaded {
    overflow: inherit;
}

.page-loaded .preloader {
    bottom: -100%;
    transition-delay: 0.55s;
}

.page-loaded .preloader .layer {
    bottom: -100%;
}

.page-loaded .preloader .inner {
    transform: translateY(30px);
    opacity: 0;
}

.page-loaded header {
    transform: scale(1);
    transition-delay: 0.6s;
}

.page-loaded .navbar {
    transform: translateY(0);
    transition-delay: 0.75s;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.transition-overlay {
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #01f7b6;
}

.transition-overlay .layer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 25%;
    height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: black;
}

.transition-overlay .layer:nth-child(1) {
    left: 0;
    transition-delay: 0.25s;
}

.transition-overlay .layer:nth-child(2) {
    left: 25%;
    transition-delay: 0.3s;
}

.transition-overlay .layer:nth-child(3) {
    left: 50%;
    transition-delay: 0.35s;
}

.transition-overlay .layer:nth-child(4) {
    left: 75%;
    transition-delay: 0.4s;
}

.transition-overlay.active {
    height: 100%;
}

.transition-overlay.active .layer {
    height: 100%;
}

@-webkit-keyframes animateFadeInUp {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes animateFadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animateFadeInUp {
    -webkit-animation-name: animateFadeInUp;
    animation-name: animateFadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* --------------------------------------------------------------
# Cursor Animation
-------------------------------------------------------------- */

.theme-custom-cursor {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 50%;
    pointer-events: none;
}

.theme-cursor-secondary {
    z-index: 10000001;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    background-color: #ced0d4;
    text-align: center;
}

.theme-cursor-secondary.cursor-hover {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    opacity: .4;
    background-color: #ced0d4;
    line-height: 60px;
}

.theme-cursor-primary {
    z-index: 10000000;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
    border: 2px solid #ced0d4;
    opacity: .5;
}

.theme-cursor-primary.cursor-hover {
    opacity: 0;
}

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

button, .btn, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 15px;
    border: 0;
}

button:focus-within, input[type="button"]:focus-within, input[type="reset"]:focus-within, input[type="submit"]:focus-within {
    outline: thin dotted;
}

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 {
    padding: 10px 15px;
    border: 0;
    color: #666;
}

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 {
    outline: thin dotted;
    color: #111;
}

textarea {
    width: 100%;
}

input, textarea, select {
    background-color: rgba(102, 102, 102, 0.1);
    color: #666;
}

.btn-link:link, .btn-link:visited {
    position: relative;
    min-width: 280px;
    margin: 30px auto 0;
    padding: 14px 30px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 0;
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .08em;
    text-align: center;
    text-decoration: none;
}

.btn-link:link::after, .btn-link:visited::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 0%;
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.btn-link:link:hover, .btn-link:visited:hover {
    color: #262626;
}

.btn-link:link:hover::after, .btn-link:visited:hover::after {
    height: 450%;
}

/* Gibson Buttons */

.btn-link {
    display: inline-block;
    border: 2px solid #262626;
    color: white;
}

.btn-link::after {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    opacity: 0;
    background-image: -webkit-linear-gradient(transparent 50%, rgba(225, 181, 183, 0.2) 50%);
    background-size: 10px 10px;
}

.btn-link:hover::after {
    z-index: 1;
    height: 600% !important;
    opacity: 1;
}

.continue-link {
    display: block;
    max-width: 280px;
}

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

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

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #407774;
    text-decoration: none;
}

a:active {
    color: #232323;
}

a:hover, a:focus, a:active {
    outline: 0;
}

a:focus-visible {
    outline: thin dotted;
}

.entry-content a:not(.more-link):not(.button):not(.btn), .entry-summary a:not(.more-link):not(.button):not(.btn), .widget_text a:not(.more-link):not(.button):not(.btn) {
    text-decoration: underline;
}

/* --------------------------------------------------------------
## Menus
-------------------------------------------------------------- */

.main-navigation {
    position: static;
}

@media only screen and (min-width: 992px) {
    .main-navigation {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
}

.main-navigation .toggle-menu {
    display: none;
    height: 80px;
    margin-right: 15px;
    background: none;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.site .main-navigation .icon-search {
    display: inline-block;
    padding: 0;
    background: none;
    vertical-align: middle;
}

.icon-search svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 991px) {
    #site-navigation > div.menu {
        position: absolute;
        z-index: 9;
        right: 0;
        left: 0;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        background: #333;
    }

    .icon-search {
        height: 80px;
        float: right;
        line-height: 80px;
    }
}

.united-toogle-icon {
    display: block;
    position: relative;
    top: 38px;
    width: 20px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.united-toogle-icon::before, .united-toogle-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.united-toogle-icon::before {
    top: -8px;
}

.united-toogle-icon::after {
    top: 8px;
}

.site .united-toogle-icon.united-toogle-icon-close {
    background-color: transparent !important;
}

.united-toogle-icon.united-toogle-icon-close::before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.united-toogle-icon.united-toogle-icon-close::after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.dark-scheme .united-toogle-icon, .dark-scheme .united-toogle-icon::before, .dark-scheme .united-toogle-icon::after {
    background: #333;
}

.light-scheme .united-toogle-icon, .light-scheme .united-toogle-icon::before, .light-scheme .united-toogle-icon::after {
    background: white;
}

.main-navigation .menu ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.main-navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.main-navigation .menu ul li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
}

.main-navigation .menu ul li i {
    display: inline-block;
    margin: 2px 8px;
    line-height: 100%;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu {
        display: inline-block;
        vertical-align: middle;
    }

    .main-navigation .menu ul > li > a {
        display: block;
        border-radius: 4px;
    }

    .main-navigation .menu ul ul li {
        width: 260px;
    }

    .main-navigation .menu ul ul a {
        display: block;
        padding: 8px 10px;
        color: white;
        line-height: inherit;
    }

    .main-navigation div.menu > ul > li > a {
        margin: 8px 0;
        padding: 8px 10px;
    }

    .main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus {
        background: #262626;
    }

    .main-navigation .menu ul ul {
        visibility: hidden;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        opacity: 0;
        background: #2d2d2d;
        text-align: left;
        filter: alpha(opacity=0);
    }

    .main-navigation .menu li:hover > ul, .main-navigation .menu li:focus > ul {
        visibility: visible;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
        opacity: 1;
        filter: alpha(opacity=1);
    }

    .main-navigation .menu li:focus-within > ul {
        visibility: visible;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
        opacity: 1;
        filter: alpha(opacity=1);
    }

    .main-navigation .menu > ul > li > ul {
        top: 100%;
        left: 0;
    }

    .main-navigation .menu > ul > li:last-child > ul {
        right: 0;
        left: auto;
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }

    .main-navigation .menu ul ul li:hover ul, .main-navigation .menu ul ul li:focus ul {
        top: 0;
    }

    .main-navigation .menu ul ul li:focus-within ul {
        top: 0;
    }

    .icon-down {
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid #333;
        border-width: 0 2px 2px 0;
    }

    .light-scheme .icon-down {
        border-color: white;
    }

    .sub-menu .icon-down {
        border-color: white;
    }
}

.main-navigation .menu .menu-mobile {
    display: block;
    display: none;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.main-navigation .menu .menu-mobile li {
    display: block;
    float: none;
    border-top: 1px solid #484848;
}

.main-navigation .menu .menu-mobile li a {
    display: block;
    position: relative;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    line-height: 50px;
}

.main-navigation .menu .menu-mobile li a:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}

.main-navigation .menu .menu-mobile li a i.active::after {
    width: 13px;
    height: 1px;
}

.main-navigation .menu .menu-mobile li a i::before, .main-navigation .menu .menu-mobile li a i::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 1px;
    margin: auto;
    background-color: white;
}

.main-navigation .menu .menu-mobile li a i::after {
    width: 1px;
    height: 13px;
}

.main-navigation .menu .menu-mobile li .sub-menu, .main-navigation .menu .menu-mobile li .children {
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #484848;
    list-style: none;
}

.main-navigation .menu .menu-mobile li .sub-menu > li:first-child, .main-navigation .menu .menu-mobile li .children > li:first-child {
    border-top: 0;
}

/* ## Single Post Navigation */

/* ------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .left-sidebar #primary .site-main .comment-navigation, .left-sidebar #primary .site-main .posts-navigation {
        padding-left: 60px;
    }

    .right-sidebar #primary .site-main .comment-navigation, .right-sidebar #primary .site-main .posts-navigation {
        padding-right: 60px;
    }
}

.nav-links {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.nav-previous {
    border-width: 1px 1px 1px 1px;
    text-align: left;
}

.nav-next {
    border-width: 1px 1px 1px 1px;
    text-align: right;
}

.nav-previous, .nav-next {
    display: table-cell;
    position: relative;
    width: 50%;
    padding: 15px;
    border-style: solid;
}

.nav-previous a, .nav-next a {
    display: inline-block;
    padding: 0 15px;
    color: black;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
        border: 0;
    }

    .nav-previous::before {
        left: inherit;
    }

    .nav-next::after {
        right: inherit;
    }

    .site-main .comment-navigation::after, .site-main .posts-navigation::after, .site-main .post-navigation::after {
        display: none;
    }
}

.nav-links .page-numbers {
    display: inline-block !important;
    width: auto !important;
    min-width: 50px;
    height: 45px;
    margin-right: 7px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #ccc;
    background: transparent;
    line-height: 45px;
    text-align: center;
}

.nav-links .page-numbers.current, .nav-links .page-numbers:hover, .nav-links .page-numbers:focus {
    border-color: black;
    background: black;
    color: white;
}

/* ## Single Post Comments */

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

.bypostauthor {
    display: block;
}

.comments-title {
    margin: 3em 0 3em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #f3f2f1;
    color: black;
    font-size: 1.45em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-decoration: none;
}

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

.comment-list, .comment-list ol {
    list-style-type: none;
}

.comment-body {
    margin-bottom: 2.2em;
    padding-bottom: .8em;
    border-bottom: 1px solid #ebebeb;
}

.comment-meta {
    position: relative;
    margin-top: inherit;
    margin-left: 70px;
    padding: 0;
    background-color: inherit;
    color: black;
}

.comment .avatar {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
}

.children {
    margin-left: 1em;
    padding-left: 0;
}

.comment .avatar {
    top: -5px;
}

@media screen and (min-width: 30em) {
    .children {
        margin-left: 2em;
    }

    .comment-meta {
        margin-left: 80px;
    }

    .comment .avatar {
        top: 0px;
        left: -90px;
        width: 55px;
        height: 55px;
    }

    .comment-content {
        margin-left: 80px;
    }
}

@media screen and (min-width: 50em) {
    .children {
        margin-left: 3em;
    }

    .comment-meta {
        margin-left: 90px;
    }

    .comment .avatar {
        top: 5px;
        left: -90px;
        width: 55px;
        height: 55px;
    }

    .comment-content {
        margin-left: 90px;
    }
}

.comment-meta b a {
    color: #333;
    text-decoration: none;
}

.comment-meta a {
    color: #888;
    text-decoration: none;
}

.comment-meta a:hover, .comment-meta a:focus {
    border-bottom: 2px solid black;
}

.comment-metadata a:hover, .comment-metadata a:focus {
    border-color: #ebebeb;
}

.comment-author {
    font-size: 1em;
    line-height: 1.3em;
}

.comment-author b {
    font-weight: 500;
}

.says {
    font-size: 80%;
}

.comment-metadata {
    margin-top: .5em;
    padding-bottom: .5em;
    font-size: .8em;
    line-height: 1em;
}

.comment-metadata .edit-link {
    margin-top: -1.5em;
    float: right;
}

.comment-metadata .edit-link a {
    padding: .5em 1em;
    color: #999;
    font-weight: 600;
}

.comment-metadata .edit-link a:hover, .comment-metadata .edit-link a:focus, .comment-metadata .edit-link a:active {
    border: 1px solid #999;
    color: white;
}

.reply {
    margin-bottom: 1.5em;
}

@media screen and (min-width: 30em) {
    .reply {
        margin-left: 80px;
    }
}

@media screen and (min-width: 50em) {
    .reply {
        margin-left: 90px;
    }
}

.reply a {
    display: inline-block;
    padding: .5em 1.3em;
    transition: all .3s;
    border-radius: 99px;
    background-color: #999;
    color: white;
    font-size: .62em;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    text-decoration: none;
}

.reply a:hover, .reply a:focus {
    border-color: black;
    background: black;
    color: white;
}

.comment-respond {
    margin-bottom: 2em;
    padding: 1em 1.5em;
    border: 1px solid #e0e0e0;
    background-color: #fbfbfb;
}

@media screen and (min-width: 50em) {
    .comment-respond {
        padding: 1em 1.8em;
    }
}

#reply-title {
    display: block;
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
}

.comment-content ol {
    list-style-type: decimal;
}

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

.bypostauthor .avatar {
    box-sizing: content-box;
}

.logged-in-as {
    margin: .5em 0;
}

@media screen and (min-width: 50em) {
    .logged-in-as {
        font-size: 85%;
    }
}

.comment-notes {
    margin-top: .5em;
    color: #888;
}

.comment-form-comment label {
    margin-bottom: 15px;
}

.comment-form textarea, .comment-form input {
    max-width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 85%;
}

.comment-form input:not([type=checkbox]) {
    width: 100%;
    max-width: 100%
}

.comment-form .submit {
    padding: 1em 1.5em;
    border: none;
    border-radius: 0;
    background-color: black;
    color: white;
    font-weight: 600;
}

.form-submit {
    margin-bottom: .8em;
}

.site-main .comment-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous {
    width: 100%;
    float: left;
}

.comment-navigation .nav-next {
    width: 100%;
    float: right;
}

.comment-navigation a {
    font-size: 1.5em;
}

.comment-navigation {
    overflow: hidden;
    font-weight: 600;
    text-align: left;
}

.comment-navigation a {
    display: block;
    width: 100%;
    padding: 1.2em;
    transition: all .3s;
    border: 1px solid #ebebeb;
    background-color: #fbfbfb;
    color: black;
    text-decoration: none;
}

@media screen and (min-width: 62em) {
    .comment-navigation a {
        padding: 1.5em;
    }
}

@media screen and (min-width: 80em) {
    .comment-navigation a {
        padding: 1.8em;
    }
}

.comment-navigation a:hover, .comment-navigation a:focus {
    border-color: #999;
    background-color: #999;
    color: white;
}

@media screen and (min-width: 30em) {
    .comment-navigation .nav-previous {
        display: flex;
        align-items: stretch;
        width: 48%;
        float: left;
    }

    .comment-navigation .nav-next {
        display: flex;
        align-items: stretch;
        width: 48%;
        float: right;
        text-align: right;
    }
}

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

/* Text meant only for screen readers. */

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

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

.skip-link {
    font-size: 16px !important;
}

#content[tabindex="-1"]:focus {
    outline: none;
}

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

.alignleft {
    display: inline;
    margin-right: 1.5em;
    float: left;
}

.alignright {
    display: inline;
    margin-left: 1.5em;
    float: right;
}

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

/* --------------------------------------------------------------
# Clearings
-------------------------------------------------------------- */

.clear::before, .clear::after, .row::before, .row::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .united-navigation::before, .united-navigation::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after, .united-block::before, .united-block::after, .search-form::before, .search-form::after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear::after, .row::after, .entry-content::after, .comment-content::after, .site-header::after, .united-navigation::after, .site-content::after, .site-footer::after, .united-block::after, .search-form::after {
    clear: both;
}

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

.site-header-default-image {
    background-image: url("images/default-banner.jpg");
}

html[data-webp] .site-header-default-image {
    background-image: url("images/default-banner.webp");
}

@media only screen and (max-width: 1080px), (-webkit-min-device-pixel-ratio: 2) and (max-width: 540px), (min-resolution: 2dppx) and (max-width: 540px) {
    .site-header-default-image {
        background-image: url("images/default-banner-1080w.jpg");
    }

    html[data-webp] .site-header-default-image {
        background-image: url("images/default-banner-1080w.webp");
    }
}

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

.widget {
    margin: 0 0 1.5em;
}

#secondary .widget {
    margin: 0 0 25px;
    padding: 0 0 25px 60px;
    border-bottom: 1px solid;
}

.left-sidebar #secondary .widget {
    padding: 0 60px 25px 0;
}

#secondary .widget:last-child {
    margin-bottom: 0;
    border: 0;
}

.widget-title, .wp-block-heading {
    display: block;
    margin: 20px 0;
    color: black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
}

.widget-title::before, .wp-block-heading::before {
    content: "";
    display: inline-block;
    position: relative;
    right: 10px;
    width: 30px;
    height: 2px;
    margin-left: 10px;
    background-color: black;
    vertical-align: middle;
}

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

.widget ul, .widget ol {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.widget_recent_comments li, .widget_pages li a, .widget_archive li a, .widget_meta li a, .widget_categories li, .widget_nav_menu li a, .widget_recent_entries li a, .wp-block-archives-list li a, .wp-block-categories-list li a, .wp-block-latest-posts__list li a, .wp-block-latest-comments__comment {
    display: table;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.tagcloud a {
    font-size: 14px !important;
    line-height: 25px;
}

#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    padding: 8px;
    border: 1px solid #313131;
    text-align: center;
}

.site-widget-area #wp-calendar tbody td {
    border-color: #d0d0d0;
}

#wp-calendar tbody td:hover {
    opacity: .62;
    background: black;
    filter: alpha(opacity=62);
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    border: none;
    background: none;
    text-align: left;
}

#wp-calendar tfoot #prev {
    border: none;
    background: none;
    text-align: left;
}

#wp-calendar tfoot td.pad {
    display: none;
}

.widget_rss img {
    display: none;
}

.rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.rssSummary {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
}

.widget_rss li a {
    display: block;
    line-height: 1.4em;
}

.widget_rss cite {
    display: block;
    padding-bottom: 20px;
    font-size: 12px;
}

.widget_rss li:last-child cite {
    padding-bottom: 0;
}

.tagcloud > a {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 12px !important;
    letter-spacing: 1px;
}

/* --------------------------------------------------------------
# Content
-------------------------------------------------------------- */

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.wrapper, .site-content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-one {
    width: 10%;
}

.col-two {
    width: 20%;
}

.col-three {
    width: 30%;
}

.col-three-1 {
    width: 33.33%;
}

.col-four {
    width: 40%;
}

.col-five {
    width: 50%;
}

.col-six {
    width: 60%;
}

.col-seven {
    width: 70%;
}

.col-eight {
    width: 80%;
}

.col-nine {
    width: 90%;
}

.col-full {
    width: 100%;
}

@media (max-width: 991px) {
    .col {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .wrapper, .site-content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .wrapper, .site-content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .wrapper, .site-content {
        width: 1170px;
    }

    .no-sidebar .site-content {
        width: 1024px;
    }
}

@media (min-width: 1650px) {
    .wrapper, .site-content {
        width: 1400px;
    }
}

#primary, #secondary {
    width: 100%;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
    float: left;
}

#primary {
    width: 63%;
    padding-left: 0;
}

.error404 #primary, .no-sidebar #primary {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#secondary {
    width: 37%;
    padding-right: 0;
}

.left-sidebar #primary {
    padding-right: 0;
    padding-left: 25px;
    float: right;
}

.left-sidebar #secondary {
    padding-right: 25px;
    padding-left: 0;
}

.left-sidebar #primary {
    border-left: 1px solid;
}

.right-sidebar #primary {
    border-right: 1px solid;
}

@media only screen and (min-width: 992px) {
    .right-sidebar #primary .hentry {
        padding-right: 60px;
    }

    .left-sidebar #primary .hentry {
        padding-left: 60px;
    }
}

body.archive .site-content #primary, body.archive .site-content #secondary, body.home .site-content #primary, body.home .site-content #secondary {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    #primary {
        border: 0 !important;
    }

    #primary, #secondary {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .left-sidebar #primary {
        float: left;
    }

    .site #secondary .widget {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
    }
}

.site-content {
    clear: both;
}

#masthead {
    position: relative;
    z-index: 1;
    padding: 16px 0;
    border-bottom: 1px solid;
}

#masthead.header-image {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.site-header-panel {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.site-header-panel .site-branding {
    width: -webkit-calc(7.5rem + 12.5vw);
    width: -calc(7.5rem + 12.5vw);
    min-width: 12.5rem;
    max-width: 20rem;
    flex-shrink: 0;
}

.site-title {
    font-size: 2.4em;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 125%;
}

.site-description {
    font-size: 16px;
}

.site-title, .site-description {
    margin: 0 auto;
}

.site-description {
    color: black;
}

.site-title a {
    position: relative;
    z-index: 1;
}

.model-search-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.popup-form {
    display: table-cell;
    vertical-align: middle;
}

.search-form {
    text-align: center;
}

.search-form label {
    display: block;
    width: 70%;
    float: left;
}

.search-form label .search-field {
    width: 100%;
    height: 47px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #e0e0e0;
}

.search-form .search-submit {
    width: 30%;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    border-radius: 0;
}

.model-search .search-form {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.model-search .search-form label {
    width: 85%;
    width: calc(100% - 200px);
}

.model-search .search-form .search-submit {
    width: 200px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    float: right;
    font-size: 24px;
    line-height: 60px;
}

.model-search .search-form label .search-field {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    background: white;
    background: rgba(255, 255, 255, .90);
    font-size: 18px;
    line-height: 60px;
}

.model-search {
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    background-color: white;
    text-align: center;
}

.united-model .model-search {
    visibility: visible;
    width: 100%;
    opacity: 1;
}

.model-search .cross-exit {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 40px;
    height: 30px;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    background: none;
    cursor: pointer;
}

.model-search .cross-exit:hover, .model-search .cross-exit:focus {
    outline: thin dotted black;
    background: none !important;
}

.model-search .cross-exit::after, .model-search .cross-exit::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 41px;
    height: 1px;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #333;
}

.model-search .cross-exit::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.model-search .cross-exit::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .model-search .search-form label, .model-search .search-form .search-submit {
        width: 100%;
        margin: 5px auto;
    }

    .model-search .search-form label .search-field {
        border-width: 1px;
    }
}

#mainslider .slick-slide {
    height: 490px;
    overflow: hidden;
    background-color: black;
}

@media only screen and (min-width: 1600px) {
    #mainslider .slick-slide {
        height: 590px;
    }
}

#mainslider .slick-slide img {
    width: 100%;
    height: 100%;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: .84;
    object-fit: cover;
    filter: alpha(opacity=84);
}

.error-404, .slide-caption .wrapper {
    max-width: 900px;
}

.slides-title a, .slides-excerpt {
    color: white;
}

.slides-title {
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 1.1em;
}

.slides-title a {
    display: inline;
    background: rgba(0, 0, 0, .78);
    box-shadow: 10px 0 0 rgba(0, 0, 0, .78), -10px 0 0 rgba(0, 0, 0, .78);
}

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

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

#primary .hentry {
    padding-bottom: 2em;
    border-bottom: 1px solid;
}

#primary .hentry:last-child, .single #primary .hentry, .page-template-default.page #primary .hentry {
    border: 0;
}

.hentry .entry-header {
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 1.1em;
}

.hentry .photo-grid .entry-header .entry-title {
    margin: 15px auto;
    font-size: 20px;
    font-weight: 400;
}

.hentry .photo-grid .entry-header .entry-title, .hentry .photo-grid .entry-header .entry-meta {
    text-align: left;
}

.hentry .photo-grid .entry-header .entry-meta > span {
    padding-left: 0;
}

.united-recommendation-block {
    padding-top: 40px;
    border-top: 1px solid;
}

.united-recommendation-block .entry-header {
    padding-right: 20px;
    padding-left: 20px;
}

.united-recommendation-block .photo-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single .hentry .entry-header, .single .hentry .entry-content, .single .hentry .entry-footer, .page-template-default.page .hentry .entry-header, .page-template-default.page .hentry .entry-content, .page-template-default.page .hentry .entry-footer {
    width: 100%;
    letter-spacing: 0;
    text-align: left;
}

.entry-meta, .entry-footer {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

.entry-meta > span {
    padding-right: 10px;
    padding-left: 0px;
}

.entry-footer .cat-links, .entry-footer .tags-links {
    padding-right: 5px;
    padding-left: 5px;
}

.entry-footer .cat-links {
    padding-left: 0;
}

.single .entry-footer .cat-links, .single .entry-footer .tags-links {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

.single .entry-meta {
    padding-bottom: 20px;
}

.single .entry-meta > span {
    float: left;
}

.single .entry-meta > span:first-child {
    padding-left: 0;
}

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

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

.page-links {
    margin: 0 0 1.5em;
    clear: both;
}

.excerpt, .entry-content {
    margin: 0 auto;
}

.excerpt .continue-link, .entry-content .continue-link {
    margin-left: 0;
}

.entry-content h2, .entry-content h3 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
}

.entry-content ul li + li, .entry-content ol li + li {
    margin-top: .75em;
}

.entry-title, .title-header {
    color: white;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}

/* --------------------------------------------------------------
# Infinite scroll
-------------------------------------------------------------- */

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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

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

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

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

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

.custom-logo-link {
    display: block;
    max-width: 300px;
}

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

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

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

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

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

/* --------------------------------------------------------------
## Galleries
-------------------------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 5px;
    float: left;
}

.wp-block-gallery.columns-1 {
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-caption {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 10px;
    left: 5px;
    padding: 15px;
    background: black;
    background: rgba(0, 0, 0, .74);
    color: white;
    font-size: 85%;
    line-height: 1.22857143;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    body .gallery:not(.gallery-columns-1) .gallery-item {
        width: 50%;
        clear: none !important;
    }

    body .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n+1) {
        clear: left !important;
    }
}

@media only screen and (max-width: 640px) {
    body .gallery:not(.gallery-columns-1) .gallery-item {
        width: 100%;
        max-width: 290px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}

/* --------------------------------------------------------------
## Footer
-------------------------------------------------------------- */

.site-footer {
    border-top: 1px solid;
}

.site-widget-area {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.footer-social-menu {
    padding: 25px 0;
    background: white;
    text-align: center;
}

.site-info {
    padding: 20px 0;
    background: #212121;
}

.social-navigation {
    font-size: 16px;
    font-size: 1rem;
}

.social-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.social-navigation li {
    display: inline;
}

.social-navigation a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 0.15em 0 0;
    border-radius: 45px;
    text-align: center;
}

.social-navigation .icon {
    top: 12px;
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.icon {
    display: inline-block;
    position: relative;
    top: -0.0625em;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}

.copyright-info {
    margin: 10px auto;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

.copyright-info a {
    color: #ffeb3b;
}

.photo-grid {
    margin: 0 0 35px;
    background-color: white;
}

.photo-grid header {
    border: 1px solid;
}

.photo-wrapper img {
    vertical-align: bottom;
}

/* --------------------------------------------------------------
## Slider
-------------------------------------------------------------- */

.slider {
    position: relative;
}

.slick-slider .prev, .slick-slider .next {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 15px;
    float: left;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
}

.slide-caption {
    position: absolute;
    z-index: 1;
    top: initial;
    right: 0;
    bottom: 100px;
    left: 0;
    text-align: center;
}

.slidernav {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.svg-icon {
    fill: currentColor;
}

.slidernav-inner {
    display: inline-block;
}

.overlay::before {
    position: absolute;
    right: 0;
    left: 0;
}

.overlay-enable::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    background: black;
    filter: alpha(opacity=35);
}

#secondary .widget, #masthead, .site #primary, .comments-title, .comments-area .comment-respond .comment-reply-title, #wp-calendar tbody td, .site .site-footer, .site .site-widget-area, #primary .hentry, .nav-previous, .nav-next, .site .united-recommendation-block, .photo-grid header {
    border-color: #e0e0e0;
}

.social-navigation a, button, input[type="button"], input[type="reset"], input[type="submit"], .navigation.pagination .page-numbers.current, .tagcloud > a:hover, .tagcloud > a:focus {
    background-color: black;
    color: white;
}

.social-navigation a:hover, .social-navigation a:focus, button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color: #b8b8b8;
}

.comment-form .submit:hover, .comment-form .submit:active, .comment-form .submit:focus {
    background: black;
}

.post-navigation a:hover, .post-navigation a:focus {
    border-color: black;
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }

    .slides-title {
        font-size: 28px;
    }
}

.error-404 {
    margin-right: auto;
    margin-left: auto;
}

.error-404 .search-form {
    margin-bottom: 30px;
}

.search-results .page-header, .archive .page-header .page-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
}

.search-results .page-header span, .archive .page-header span {
    color: black;
    font-weight: 700;
}

.tags-links a::before {
    content: "#";
    display: inline-block;
    margin-right: 4px;
}

.slick-dots {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slider-nav .slick-dots {
    top: 50px;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 20px 5px;
    padding: 0;
    line-height: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    border: 0;
    outline: none;
    background: transparent !important;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: transparent !important;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}

.slick-dots li button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 100%;
    opacity: .25;
    background: transparent;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    background: white;
    color: white;
}

.gallery-columns-1 .slick-dots li button::before, .wp-block-gallery.columns-1 .slick-dots li button::before {
    border-color: black;
}

.gallery-columns-1 .slick-dots li.slick-active button::before, .wp-block-gallery.columns-1 .slick-dots li.slick-active button::before {
    background: black;
}

.gallery-columns-1 .nav, .wp-block-gallery.columns-1 .nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 10px;
    background: white;
    line-height: 40px;
    text-align: center;
}

.gallery-columns-1 .icon-left, .wp-block-gallery.columns-1 .icon-left {
    right: inherit;
    left: 5px;
}

.gallery-columns-1 .icon-right, .wp-block-gallery.columns-1 .icon-right {
    right: 5px;
    left: inherit;
}

.gallery-columns-1 .nav::before, .wp-block-gallery.columns-1 .nav::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.gallery-columns-1 .icon-left::before, .wp-block-gallery.columns-1 .icon-left::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve'%3e%3cg%3e%3cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5S32.411,16.817,32.135,16.817z'/%3e%3cpath d='M13.037,29.353c-0.128,0-0.256-0.049-0.354-0.146L0.146,16.669C0.053,16.575,0,16.448,0,16.315s0.053-0.26,0.146-0.354L12.684,3.429c0.195-0.195,0.512-0.195,0.707,0s0.195,0.512,0,0.707L1.207,16.315l12.184,12.184c0.195,0.195,0.195,0.512,0,0.707C13.293,29.304,13.165,29.353,13.037,29.353z'/%3e%3c/g%3e%3c/svg%3e");
}

.gallery-columns-1 .icon-right::before, .wp-block-gallery.columns-1 .icon-right::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.635 32.635' style='enable-background:new 0 0 32.635 32.635;' xml:space='preserve'%3e%3cg%3e%3cpath d='M32.135,16.817H0.5c-0.276,0-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5h31.635c0.276,0,0.5,0.224,0.5,0.5S32.411,16.817,32.135,16.817z'/%3e%3cpath d='M19.598,29.353c-0.128,0-0.256-0.049-0.354-0.146c-0.195-0.195-0.195-0.512,0-0.707l12.184-12.184L19.244,4.136c-0.195-0.195-0.195-0.512,0-0.707s0.512-0.195,0.707,0l12.537,12.533c0.094,0.094,0.146,0.221,0.146,0.354s-0.053,0.26-0.146,0.354L19.951,29.206C19.854,29.304,19.726,29.353,19.598,29.353z'/%3e%3c/g%3e%3c/svg%3e");
}

.dark-scheme .main-navigation .menu > ul > li > a, .dark-scheme .site-branding * {
    color: #232323;
}

.dark-scheme .main-navigation .menu .menu-mobile li {
    border-color: #dcdcdc;
}

.dark-scheme .icon-search svg {
    fill: #232323;
}

.light-scheme .main-navigation .menu > ul > li > a, .light-scheme .site-branding * {
    color: white;
}

.dark-scheme .main-navigation .menu .menu-mobile li a i::before, .dark-scheme .main-navigation .menu .menu-mobile li a i::after {
    background: black;
}

.dark-scheme .main-navigation .menu .menu-mobile li a {
    color: white;
}

.dark-scheme .main-navigation .menu .menu-mobile li .icon-down::before,
.dark-scheme .main-navigation .menu .menu-mobile li .icon-down::after {
    background: white;
}

.dark-scheme .main-navigation .menu .menu-mobile li .sub-menu, .dark-scheme .main-navigation .menu .menu-mobile li .children {
    border-color: #dcdcdc;
}

.site .main-navigation div.menu > ul > li.current-menu-item > a, .site .main-navigation div.menu > ul > li:hover > a, .site .main-navigation div.menu > ul > li:focus > a {
    color: #ffeb3b;
}

.light-scheme .icon-search svg {
    fill: white;
}

.recommended-title {
    font-size: 42px;
    letter-spacing: 6px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .recommended-title {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

#masthead.header-image.light-scheme::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    background: black;
}

#masthead.header-image {
    position: relative;
}

#masthead.header-image.light-scheme .wrapper {
    position: relative;
    z-index: 999;
}

#masthead .menu-bg a {
    background: #FFEB3B !important;
    color: black !important;
}

.united-recommendation-block .col:nth-child(3n+1) {
    clear: both;
}

/* Gutenberg Fix */

.wp-block-gallery {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none;
}

.wp-block-quote {
    quotes: none;
    position: relative;
    box-sizing: border-box;
    margin: 30px 0 !important;
    padding: 50px !important;
    border-left: 0 !important;
    background: #f5f5f5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.wp-block-quote::before, .wp-block-quote::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 5px auto;
    padding: 0;
}

.wp-block-quote::before {
    top: 10px;
    left: 40px;
    background: #f5f5f5 url("../flash-blog/images/icon-quote-top.svg") no-repeat center;
    color: white;
}

.wp-block-quote::after {
    right: 40px;
    bottom: 0;
    background: #f5f5f5 url("../flash-blog/images/icon-quote-down.svg") no-repeat center;
}

.wp-block-quote cite {
    font-size: 12px;
    font-style: normal;
}

.wp-block-quote.is-style-large {
    margin-top: 0 !important;
    margin-bottom: 23px;
}

.wp-block-quote.is-style-large p {
    font-size: 24px !important;
    line-height: 1.5 !important;
}

.wp-block-quote p {
    line-height: 25px !important;
}

@media only screen and (min-width: 768px) {
    .alignfull {
        width: auto;
        max-width: 1000%;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .alignwide {
        width: auto;
        max-width: 1000%;
        margin-right: calc(25% - 25vw);
        margin-left: calc(25% - 25vw);
    }

    .alignwide img, .alignfull img {
        display: block;
        margin: 0 auto;
    }
}

.scroll-up {
    transition: none !important;
}

.scroll-up {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: black;
    text-align: center;
}

.scroll-up::before {
    content: "";
    display: block;
    width: 16px;
    height: 50px;
    margin: 0 auto;
    opacity: 1;
    background: url("../flash-blog/images/up-arrow.svg") no-repeat center;
    line-height: 50px;
}

.scroll-up span {
    display: none;
}

.site .zoom-gallery {
    position: relative;
}

.site .zoom-gallery img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}

@media only screen and (min-width: 992px) {
    .site .site-main .zoom-gallery img {
        height: 600px;
    }

    .site .photo-wrapper-medium img{
        height: 300px;
    }
}

.site .enlarge-icon-zoomer {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin:0;
    padding: 0;
    background: #333;
    background: rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.site .enlarge-icon-zoomer:hover, .site .enlarge-icon-zoomer:focus {
    background: black;
    background: rgba(0, 0, 0, 0.62);
}

.site .enlarge-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.667 490.667' fill='white' style='enable-background:new 0 0 490.667 490.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M423.531,67.136c-4.16-4.16-10.923-4.16-15.083,0L259.115,216.469c-4.16,4.16-4.16,10.923,0,15.083 c2.091,2.069,4.821,3.115,7.552,3.115c2.731,0,5.461-1.045,7.531-3.115L423.531,82.219 C427.691,78.059,427.691,71.296,423.531,67.136z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416,64c-5.888,0-10.667,4.779-10.667,10.667v128c0,5.888,4.779,10.667,10.667,10.667c5.888,0,10.667-4.779,10.667-10.667 v-128C426.667,68.779,421.888,64,416,64z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416,64H288c-5.888,0-10.667,4.779-10.667,10.667S282.112,85.333,288,85.333h128c5.888,0,10.667-4.779,10.667-10.667 S421.888,64,416,64z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M231.531,259.136c-4.16-4.16-10.923-4.16-15.083,0L67.115,408.469c-4.16,4.16-4.16,10.923,0,15.083 c2.091,2.069,4.821,3.115,7.552,3.115c2.731,0,5.461-1.045,7.531-3.115l149.333-149.333 C235.691,270.059,235.691,263.296,231.531,259.136z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.667,277.333C68.779,277.333,64,282.112,64,288v128c0,5.888,4.779,10.667,10.667,10.667S85.333,421.888,85.333,416V288 C85.333,282.112,80.555,277.333,74.667,277.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,405.333h-128C68.779,405.333,64,410.112,64,416c0,5.888,4.779,10.667,10.667,10.667h128 c5.888,0,10.667-4.779,10.667-10.667C213.333,410.112,208.555,405.333,202.667,405.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M458.667,0H32C14.357,0,0,14.357,0,32v426.667c0,17.643,14.357,32,32,32h426.667c17.643,0,32-14.357,32-32V32 C490.667,14.357,476.309,0,458.667,0z M469.333,458.667c0,5.867-4.8,10.667-10.667,10.667H32c-5.867,0-10.667-4.8-10.667-10.667 V32c0-5.867,4.8-10.667,10.667-10.667h426.667c5.867,0,10.667,4.8,10.667,10.667V458.667z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

article:not(:has(.zoom-gallery .post-thumbnail img)) .enlarge-icon-zoomer {
    display: none;
}

.united-related-post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.united-related-post::before, .united-related-post::after, .united-related-post .hentry::before, .united-related-post .hentry::after {
    content: "";
    display: table;
    clear: both;
}

.related-post-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.related-post-title {
    display: block;
    margin: 20px 0;
    color: black;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
}

.related-post-title::before {
    content: "";
    display: inline-block;
    position: relative;
    right: 10px;
    width: 30px;
    height: 2px;
    margin-left: 10px;
    background-color: black;
    vertical-align: middle;
}

#primary .united-related-post .hentry {
    padding-bottom: 1em;
}

.united-related-post .related-post-image {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
}

.united-related-post .related-post-details {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.united-related-post .entry-title.entry-title-small {
    font-size: 22px;
    line-height: 1.5;
}

body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
    width: 40px;
    height: 40px;
    background: transparent;
    line-height: 40px;
}

.rtl .gallery-columns-1 .icon-left::before, .rtl .wp-block-gallery.columns-1 .icon-left::before, .rtl .gallery-columns-1 .icon-right::before, .rtl .wp-block-gallery.columns-1 .icon-right::before {
    /* rtl:begin:ignore */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /* rtl:end:ignore */
}

.floating-post-navigation {
    position: fixed;
    z-index: 999;
    top: 50%;
    width: 340px;
    height: 200px;
    overflow: hidden;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    background: #000;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.floating-post-navigation,
.floating-post-navigation a {
    color: #fff !important;
}

@media (max-width: 575px) {
    .floating-post-navigation {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.floating-post-navigation img {
    filter: alpha(opacity=65);
    opacity: 0.65;
}

.floating-navigation-prev {
    right: calc(100% - 50px);
}

.floating-navigation-prev:hover {
    right: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.floating-navigation-next {
    left: calc(100% - 50px);
}

.floating-navigation-next:hover {
    left: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.floating-post-navigation img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-navigation-prev img {
    right: 50px;
}

.floating-navigation-next img {
    left: 50px;
}

.floating-post-navigation a {
    color: inherit;
}

.single .floating-post-navigation a:hover,
.single .floating-post-navigation a:focus {
    color: inherit !important;
}

.floating-post-navigation .floating-navigation-label {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.floating-navigation-next .floating-navigation-label {
    right: auto;
    left: 0;
}

.floating-post-navigation .floating-navigation-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px 60px 20px 20px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.floating-navigation-next .floating-navigation-title {
    padding: 20px 20px 20px 60px;
}

.error-404 .page-header {
    text-align: center;
}

.error-404 .page-title {
    font-size: clamp(4rem, 40vw, 20rem);
    font-weight: 200;
    line-height: 1;
}

.error-404 .page-subtitle {
    font-size: clamp(1.75rem, 3vw, 2.375rem);
}

.error-404 .page-content {
    margin: 100px 0;
}

.error-404 .page-content .search-title {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    font-weight: 100;
    text-align: center;
}