/* //////////////////////////////////////////////////////////////////////////

   Maido 3.1.1

   //////////////////////////////////////////////////////////////////////////
    
   I. Customize
   |
   ├─ Global settings
   ├─ Fonts
   ├─ Arrow
   ├─ Colors
   ├─ Light version
   ├─ Dark version
   └─ Hide 'Portal' notifications

   II. 3rd party scripts
   |
   ├─ Normalize.css
   ├─ delicious-hamburgers
   └─ AOS, lightense-images.js, radialIndicator

   III. Theme
   |
   ├─ 1.Global
   ├─ 2.Header
   ├─ 3.Description
   ├─ 4.Pinned — Hero
   ├─ 5.Pinned
   ├─ 6.Loop — Default layout
   ├─ 7.Loop — Grid layout
   ├─ 8.Pagination & Load more
   ├─ 9.Archive — Author & Tag page
   ├─ 10.Post — Header
   ├─ 11.Post — Content
   ├─ 12.Post — Share
   ├─ 13.Post — Related
   ├─ 14.Post — Navigation
   ├─ 15.Comments
   ├─ 16.Search
   ├─ 17.Suggestion
   ├─ 18.Subscribe form
   ├─ 19.Members
   ├─ 20.Footer
   ├─ 21.Custom — Pages
   ├─ 22.Custom — Subscribe page
   ├─ 23.Custom — Error page
   ├─ 24.Custom — Contact page
   ├─ 25.Custom — Membership page
   ├─ 26.Custom — Account page
   ├─ 27.Custom — Tags page
   ├─ 28.Custom — Authors page
   ├─ 29.Colors
   ├─ 30.Modals
   └─ 31.Banners
   //////////////////////////////////////////////////////////////////////////

   I. Customize

   ////////////////////////////////////////////////////////////////////////// */

:root {

    /* Global settings
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */

    /* Border radius — always use with the unit "px", e.g "0px" */
    --border-radius: 16px;

    /* Logo (if image) — minimum height size is 35px / maximum width is 30% of the header */
    --max-height-logo: 35px;

    /* Margin under the heading */
    --margin-bottom-header: 40px;

    /* Margin under the pinned items and loop items */
    --margin-bottom-pinned-loop: 25px;

    /* Wrapper */
    --max-width-wrap: 1230px;
    --max-width-wrap-pinned: 1450px;

    /* Value for color label if activated */
    --width-color-label: 9px;

    /* Background overlay (search panel, zoom image, items) — RGB values */
    --overlay-global: 15, 15, 20;


    /* Fonts
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */

    /* Primary font */
    --font-family-primary: 'Gotham', serif;
    --font-weight-primary-regular: 400;
    --font-weight-primary-medium: 500;
    --font-weight-primary-bold: 700;
    --font-weight-primary-extra-bold: 800;

    /* Font scale for primary font — e.g "10%" to enlarge */
    --font-scale-primary: 0%;

    /* Arrow
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */

    /* Scale — e.g "0.8" to reduce the size or e.g "1.2" to enlarge */
    --scale-arrow: 1.0;

    /* Horizontal position "-" to left or "+" to right, e.g "-8%" or "+8%" */
    --translateX-arrow: 0%;

    /* Verstical position "-" to bottom or "+" to top, e.g "-8%" or "+8%" */
    --translateY-arrow: 0%;


    /* Colors
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */

    /* Default color of details */
    --ghost-accent-color: #ff9ed8;

    /* Colors background for dark text */
    --color-pear: #eeff88;
    --color-amber: #fed672;
    --color-apricot: #ffb469;
    --color-coral: #ff8383;
    --color-rose: #ffa5be;
    --color-cerise: #ff9ed8;
    --color-thistle: #eebeff;
    --color-lavender: #bfbcff;
    --color-sea: #46d7f5;
    --color-mint: #62e2cb;
    --color-palegreen: #a7fb93;

    /* Colors background for white text */
    --color-goldenrod: #c29500;
    --color-copper: #dd5e00;
    --color-carmine: #e6190a;
    --color-ruby: #dd196d;
    --color-fuchsia: #dc00e6;
    --color-eggplant: #77008f;
    --color-indigo: #631de1;
    --color-ultramarine: #1423ff;
    --color-turquoise: #0f657a;
    --color-applegreen: #1eb700;
    --color-ink: #14141e;

    /* Colors for pricing tables */

    /* Free */
    --color-bg-membership-card-free: #a7fb93;

    /* Paid */
    --color-bg-membership-card-paid: #fed672;


    /* Light version
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
    --color-font: #29292B;
    --color-font-loop-and-elements-one: #29292B;
    --color-font-loop-and-elements-two: #fff;
    --color-font-paragraph: #4b4b5a;
    --color-font-inverse: #fff;
    --color-elements-one: #ededf1;
    --color-elements-two: #d4d4dc;
    --color-elements-three: #29292B;
    --color-bg-body: #fff;
    --color-bg-one: #f7f8f9;
    --color-bg-two: #efeff2;
    --color-bg-three: #fff;

    /* Members */
    --color-font-alert-red: #F74856;
    --color-font-alert-orange: #ff970d;
    --color-font-members-button: #29292B;
    --color-font-members-cta-color-dark-button: #29292B;
    --color-bg-members-cta: #fafafa;
    --color-bg-members-cta-shadow: #d4d4dc;
    --color-bg-members-button: #fff;
    --color-bg-members-cta-color-dark-button: #fff;
    --color-bg-notification-success: #26cd3d;
    --color-bg-notification-false: #F74856;

    /* Scale opacity — e.g "1.0" — full visible, "0.0" — full hidden */
    --opacity-bg-site-image: 0.45;
    --opacity-bg-archive-image: 0.45;

    /* Scale opacity — e.g "1.0" — full visible, "0.0" — full hidden */
    --overlay-pinned-hero-image: 0.25;
    --overlay-pinned-image: 0.50;
    --overlay-grid-image: 0.35;
    --overlay-tags-page-image: 0.40;
    --overlay-navigation-image: 0.50;
    --overlay-color-light-image: 0.65;
    --overlay-color-dark-image: 0.60;

    /* Background overlay — RGB values from "--color-bg-body" */
    --overlay-bg-image: 255, 255, 255;
}

/* Dark version
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.dark-mode {

    --color-font: #ebebeb;
    --color-font-loop-and-elements-one: #333350;
    --color-font-loop-and-elements-two: #ebebeb;
    --color-font-paragraph: #cecece;
    --color-font-inverse: #333350;
    --color-elements-one: #363643;
    --color-elements-two: #545260;
    --color-elements-three: #ebebeb;
    --color-bg-body: #252530;
    --color-bg-one: #2a2a35;
    --color-bg-two: #31313d;
    --color-bg-three: #1e1e28;

    /* Members */
    --color-font-alert-red: #F74856;
    --color-font-alert-orange: #ff970d;
    --color-font-members-button: #ebebeb;
    --color-font-members-cta-color-dark-button: #333350;
    --color-bg-members-cta: #363643;
    --color-bg-members-cta-shadow: #161519;
    --color-bg-members-button: #333350;
    --color-bg-members-cta-color-dark-button: #ebebeb;

    /* Scale opacity, e.g "1.0" — full visible, "0.0" — full hidden */
    --opacity-bg-site-image: 0.20;
    --opacity-bg-archive-image: 0.20;

    /* Scale opacity, e.g "1.0" — full visible, "0.0" — full hidden */
    --overlay-pinned-hero-image: 0.25;
    --overlay-pinned-image: 0.50;
    --overlay-grid-image: 0.35;
    --overlay-tags-page-image: 0.40;
    --overlay-navigation-image: 0.50;
    --overlay-color-light-image: 0.65;
    --overlay-color-dark-image: 0.60;

    /* Background overlay — RGB values from --color-bg-body */
    --overlay-bg-image: 37, 37, 48;
}

/* Automatic dark version [duplicate dark version]
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (prefers-color-scheme: dark) {
    .auto-dark-mode {

        --color-font: #ebebeb;
        --color-font-loop-and-elements-one: #333350;
        --color-font-loop-and-elements-two: #ebebeb;
        --color-font-paragraph: #cecece;
        --color-font-inverse: #333350;
        --color-elements-one: #363643;
        --color-elements-two: #545260;
        --color-elements-three: #ebebeb;
        --color-bg-body: #252530;
        --color-bg-one: #2a2a35;
        --color-bg-two: #31313d;
        --color-bg-three: #1e1e28;

        /* Members */
        --color-font-alert-red: #F74856;
        --color-font-alert-orange: #ff970d;
        --color-font-members-button: #ebebeb;
        --color-font-members-cta-color-dark-button: #333350;
        --color-bg-members-cta: #363643;
        --color-bg-members-cta-shadow: #161519;
        --color-bg-members-button: #333350;
        --color-bg-members-cta-color-dark-button: #ebebeb;

        /* Scale opacity, e.g "1.0" — full visible, "0.0" — full hidden */
        --opacity-bg-site-image: 0.20;
        --opacity-bg-archive-image: 0.20;

        /* Scale opacity, e.g "1.0" — full visible, "0.0" — full hidden */
        --overlay-pinned-hero-image: 0.25;
        --overlay-pinned-image: 0.50;
        --overlay-grid-image: 0.35;
        --overlay-tags-page-image: 0.40;
        --overlay-navigation-image: 0.50;
        --overlay-color-light-image: 0.65;
        --overlay-color-dark-image: 0.60;

        /* Background overlay — RGB values from --color-bg-body */
        --overlay-bg-image: 37, 37, 48;
    }
}

/* Settings when it is #pinned-hero tag
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
:root .global-pinned-hero {
    --max-width-wrap: 1300px;
    --max-width-wrap-pinned: 1300px;
    --max-width-wrap-pinned-hero: 1610px;
}

/* Hide 'Portal' notifications
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
iframe[title="portal-notification"] {
    display: none
}

/* //////////////////////////////////////////////////////////////////////////

   II. 3rd party scripts

   ////////////////////////////////////////////////////////////////////////// */

/* Normalize.css
   ––––––––––––––––––––––––––––––––––––––––––––––––––––
   Version : 8.0.1
   Website : necolas.github.io/normalize.css
   Repo    : github.com/necolas/normalize.css
   Author  : Nicolas Gallagher
   License : MIT
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

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

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: -.25em
}

sup {
    top: -.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 {
    padding: 0;
    border-style: none
}

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

fieldset {
    padding: .35em .75em .625em
}

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

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'] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* delicious-hamburgers [with modifications]
   ––––––––––––––––––––––––––––––––––––––––––––––––––––
   Version : 0.3.5
   Website : kapoko.github.io/delicious-hamburgers
   Repo    : github.com/kapoko/delicious-hamburgers
   Author  : Kasper Koman
   License : MIT
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    transition: opacity .1s cubic-bezier(.645, .045, .355, 1), background .2s cubic-bezier(.645, .045, .355, 1);
    text-transform: none;
    opacity: 1;
    color: inherit;
    border: 0 solid transparent
}

.hamburger, .header-nav input:checked ~ label .hamburger {
    background: transparent
}

.hamburger-inner {
    position: relative;
    top: 50%;
    display: block;
    width: 100%;
    margin: -1px 0 0
}

.hamburger-bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    border-radius: 10px;
    background-color: var(--color-elements-three)
}

.hamburger-bar:first-child {
    top: -10px
}

.hamburger-bar:nth-child(3) {
    top: 10px
}

.hamburger:focus {
    outline: 0
}

.hamburger:hover {
    opacity: 1
}

.hamburger-bar {
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1) .2s
}

.header-nav input:checked ~ label .hamburger-bar {
    transition: transform .3s cubic-bezier(.645, .045, .355, 1) .3s, top .3s cubic-bezier(.645, .045, .355, 1)
}

.header-nav input:checked ~ label .hamburger-bar:first-child, .header-nav input:checked ~ label .hamburger-bar:nth-child(3) {
    top: 0
}

.header-nav input:checked ~ label .hamburger-bar:first-child, .header-nav input:checked ~ label .hamburger-bar:nth-child(2) {
    transform: rotate(45deg)
}

.header-nav input:checked ~ label .hamburger-bar:nth-child(3) {
    transform: rotate(-45deg)
}

/* Custom settings for AOS, lightense-images.js, radialIndicator
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.aos-init {
    transition: transform .65s ease-in-out
}

.global-aos, .aos-init, .pinned-hero-section + .global-aos, .pinned-hero-section + .aos-init {
    transform: translateY(120px)
}

.aos-init.aos-animate, .pinned-hero-section + .aos-init.aos-animate {
    transform: translateY(0)
}

.lightense-backdrop {
    z-index: 99998 !important;
    background-color: var(--color-bg-body) !important;
    -webkit-backdrop-filter: initial !important;
    backdrop-filter: initial !important
}

.lightense-wrap ~ br, .lightense-wrap ~ small {
    display: none
}

.lightense-wrap img {
    border-radius: 0 !important
}

.post-indicator {
    position: fixed;
    z-index: 99;
    bottom: 45px;
    left: 2%;
    transition: opacity .3s ease-in-out;
    color: var(--ghost-accent-color)
}

.post-indicator.is-start, .post-indicator.is-end {
    opacity: 0
}

@media (max-width: 768px) {
    .post-indicator {
        display: none
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

/* //////////////////////////////////////////////////////////////////////////

   III. Theme

   ////////////////////////////////////////////////////////////////////////// */

/* --------------------------------------------------------------------------
   1.Global
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    src: url("../fonts/gothampro/GothamProLight.eot");
    src: url("../fonts/gothampro/GothamProLight.eot?#iefix") format("embedded-opentype"),
    url('../fonts/gothampro/GothamProLight.woff') format("woff"),
    url("../fonts/gothampro/GothamProLight.ttf") format("truetype"),
    url("../fonts/gothampro/GothamProLight.svg#gotham_prolight") format("svg");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    font-weight: 400;
    src: url('../fonts/gothampro/GothamProRegular.eot');
    src: url('../fonts/gothampro/GothamProRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothampro/GothamProRegular.woff') format('woff'),
    url('../fonts/gothampro/GothamProRegular.ttf') format('truetype'),
    url('../fonts/gothampro/GothamProRegular.svg#gotham') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    font-weight: 500;
    src: url("../fonts/gothampro/GothamProMedium.eot");
    src: url("../fonts/gothampro/GothamProMedium.eot?#iefix") format("embedded-opentype"),
    url('../fonts/gothampro/GothamProMedium.woff') format("woff"),
    url("../fonts/gothampro/GothamProMedium.ttf") format("truetype"),
    url("../fonts/gothampro/GothamProMedium.svg#gotham_problack") format("svg");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    font-weight: 700;
    src: url('../fonts/gothampro/GothamProBold.eot');
    src: url('../fonts/gothampro/GothamProBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothampro/GothamProBold.woff') format('woff'),
    url('../fonts/gothampro/GothamProBold.ttf') format('truetype'),
    url('../fonts/gothampro/GothamProBold.svg#gotham_probold') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    font-weight: 800;
    src: url("../fonts/gothampro/GothamProBlack.eot");
    src: url("../fonts/gothampro/GothamProBlack.eot?#iefix") format("embedded-opentype"),
    url('../fonts/gothampro/GothamProBlack.woff') format("woff"),
    url("../fonts/gothampro/GothamProBlack.ttf") format("truetype"),
    url("../fonts/gothampro/GothamProBlack.svg#gotham_problack") format("svg");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "petcube-web-icons";
    src: url("../fonts/icons/v31/fonts/petcube-web-icons.eot");
    src: url("../fonts/icons/v31/fonts/petcube-web-icons.eot#iefix") format("embedded-opentype"),
    url("../fonts/icons/v31/fonts/petcube-web-icons.woff") format("woff"),
    url("../fonts/icons/v31/fonts/petcube-web-icons.ttf") format("truetype"),
    url("../fonts/icons/v31/fonts/petcube-web-icons.svg#petcube-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "petcube-web-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "petcube-web-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e000";
}

.icon-minus-square:before {
    content: "\e001";
}

.icon-24:before {
    content: "\e002";
}

.icon-appstore:before {
    content: "\e003";
}

.icon-appstore-1:before {
    content: "\e004";
}

.icon-arrow-left:before {
    content: "\e005";
}

.icon-arrow-right:before {
    content: "\e006";
}

.icon-arrow-down:before {
    content: "\e007";
}

.icon-arrow-left-2:before {
    content: "\e008";
}

.icon-arrow-right-2:before {
    content: "\e009";
}

.icon-arrow-up:before {
    content: "\e00a";
}

.icon-arrow-round-left:before {
    content: "\e00b";
}

.icon-arrow-round-right:before {
    content: "\e00c";
}

.icon-award-winning:before {
    content: "\e00d";
}

.icon-ball:before {
    content: "\e00e";
}

.icon-bell:before {
    content: "\e010";
}

.icon-bites-play:before {
    content: "\e011";
}

.icon-burger:before {
    content: "\e012";
}

.icon-burger-v2:before {
    content: "\e013";
}

.icon-cards:before {
    content: "\e014";
}

.icon-cat:before {
    content: "\e015";
}

.icon-checked:before {
    content: "\e016";
}

.icon-clock:before {
    content: "\e017";
}

.icon-close:before {
    content: "\e018";
}

.icon-plus-v3:before {
    content: "\e019";
}

.icon-contact-info:before {
    content: "\e01a";
}

.icon-correct:before {
    content: "\e01b";
}

.icon-cross:before {
    content: "\e01c";
}

.icon-dog-paw:before {
    content: "\e01d";
}

.icon-dog:before {
    content: "\e01e";
}

.icon-drop-down:before {
    content: "\e020";
}

.icon-dropdown:before {
    content: "\e021";
}

.icon-emma-watson:before {
    content: "\e022";
}

.icon-eye-1:before {
    content: "\e023";
}

.icon-facebook:before {
    content: "\e024";
}

.icon-facebook-round:before {
    content: "\e025";
}

.icon-facebook-v2:before {
    content: "\e026";
}

.icon-google-play:before {
    content: "\e029";
}

.icon-heart-2:before {
    content: "\e02a";
}

.icon-home:before {
    content: "\e02b";
}

.icon-100:before {
    content: "\e02c";
}

.icon-arrow-circle:before {
    content: "\e02d";
}

.icon-ballon:before {
    content: "\e02e";
}

.icon-bone:before {
    content: "\e02f";
}

.icon-calendar:before {
    content: "\e030";
}

.icon-checked-1:before {
    content: "\e031";
}

.icon-cloud:before {
    content: "\e032";
}

.icon-dimension:before {
    content: "\e034";
}

.icon-eye:before {
    content: "\e035";
}

.icon-laser:before {
    content: "\e037";
}

.icon-laser-v2:before {
    content: "\e038";
}

.icon-lens:before {
    content: "\e039";
}

.icon-paw:before {
    content: "\e03a";
}

.icon-phone-1:before {
    content: "\e03b";
}

.icon-phone-2:before {
    content: "\e03c";
}

.icon-pic:before {
    content: "\e03d";
}

.icon-play-circle:before {
    content: "\e03e";
}

.icon-share:before {
    content: "\e03f";
}

.icon-sound:before {
    content: "\e040";
}

.icon-speaker:before {
    content: "\e041";
}

.icon-speaker-mic:before {
    content: "\e042";
}

.icon-thunder:before {
    content: "\e043";
}

.icon-video-camera:before {
    content: "\e044";
}

.icon-video-camera-1:before {
    content: "\e045";
}

.icon-website:before {
    content: "\e046";
}

.icon-instagram-round:before {
    content: "\e047";
}

.icon-instagram:before {
    content: "\e048";
}

.icon-letter:before {
    content: "\e049";
}

.icon-location:before {
    content: "\e04a";
}

.icon-location-light:before {
    content: "\e04b";
}

.icon-lock:before {
    content: "\e04c";
}

.icon-login:before {
    content: "\e04d";
}

.icon-2y-warranty:before {
    content: "\e04e";
}

.icon-minus-round:before {
    content: "\e04f";
}

.icon-money-back:before {
    content: "\e050";
}

.icon-paw-v2:before {
    content: "\e051";
}

.icon-payment-shipment:before {
    content: "\e052";
}

.icon-phone:before {
    content: "\e054";
}

.icon-pinterest:before {
    content: "\e055";
}

.icon-pinterest-round:before {
    content: "\e056";
}

.icon-pinterest-v2:before {
    content: "\e057";
}

.icon-plus:before {
    content: "\e059";
}

.icon-plus-round:before {
    content: "\e05a";
}

.icon-plus-square:before {
    content: "\e05b";
}

.icon-plus-v2:before {
    content: "\e05c";
}

.icon-question:before {
    content: "\e05d";
}

.icon-quote:before {
    content: "\e05e";
}

.icon-search:before {
    content: "\e05f";
}

.icon-heart:before {
    content: "\e060";
}

.icon-shipping:before {
    content: "\e061";
}

.icon-shopping-cart:before {
    content: "\e062";
}

.icon-shopping-cart-2:before {
    content: "\e063";
}

.icon-smile:before {
    content: "\e064";
}

.icon-star:before {
    content: "\e065";
}

.icon-star-2:before {
    content: "\e066";
}

.icon-stars:before {
    content: "\e067";
}

.icon-stats:before {
    content: "\e068";
}

.icon-articles:before {
    content: "\e069";
}

.icon-play-circle-2:before {
    content: "\e06a";
}

.icon-tag:before {
    content: "\e06b";
}

.icon-time-history:before {
    content: "\e06c";
}

.icon-timer:before {
    content: "\e06d";
}

.icon-topics:before {
    content: "\e06e";
}

.icon-treat:before {
    content: "\e06f";
}

.icon-twitter:before {
    content: "\e070";
}

.icon-twitter-round:before {
    content: "\e071";
}

.icon-error:before {
    content: "\e072";
}

.icon-vine:before {
    content: "\e073";
}

.icon-warning:before {
    content: "\e074";
}

.icon-warranty:before {
    content: "\e075";
}

.icon-youtube:before {
    content: "\e076";
}

.icon-youtube-round:before {
    content: "\e077";
}

.icon-zoomin:before {
    content: "\e078";
}

.icon-zoomout:before {
    content: "\e079";
}

.icon-bites:before {
    content: "\e07a";
}

.icon-services:before {
    content: "\e07b";
}

.icon-info:before {
    content: "\e07c";
}

.icon-settings:before {
    content: "\e00f";
}

.icon-chip:before {
    content: "\e07e";
}

.icon-video-history:before {
    content: "\e07f";
}

.icon-film-1:before {
    content: "\e080";
}

.icon-money-back-v2:before {
    content: "\e027";
}

.icon-cube:before {
    content: "\e033";
}

.icon-download:before {
    content: "\e01f";
}

.icon-info-light:before {
    content: "\e081";
}

.icon-filters:before {
    content: "\e082";
}

.icon-download-2:before {
    content: "\e083";
}

.icon-add:before {
    content: "\e084";
}

.icon-film:before {
    content: "\e085";
}

.icon-star-3:before {
    content: "\e036";
}

.icon-profile:before {
    content: "\e086";
}

.icon-play:before {
    content: "\e087";
}

.icon-camera-play:before {
    content: "\e028";
}

.icon-plus-1:before {
    content: "\e089";
}

.icon-bark-alerts:before {
    content: "\e058";
}

.icon-alerts:before {
    content: "\e088";
}

.icon-petcube-play:before {
    content: "\e053";
}

.icon-pet-face:before {
    content: "\e07d";
}

.icon-people:before {
    content: "\e08a";
}

.icon-download-3:before {
    content: "\e08b";
}

.icon-motion:before {
    content: "\e08c";
}

.icon-sounds:before {
    content: "\e08d";
}

.icon-video-laptop:before {
    content: "\e08e";
}

.icon-send:before {
    content: "\e08f";
}

.icon-attach-file:before {
    content: "\e090";
}

html,
body {
    height: 100%;
    max-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: var(--font-family-primary);
    font-size: 19px;
    font-weight: var(--font-weight-primary-regular);
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
    color: var(--color-font);
    background-color: var(--color-bg-body);
}

body.noscroll {
    overflow: hidden;
}

/* Preload
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
body:not(.is-loaded) .global-button,
body:not(.is-loaded) .search-section,
body:not(.is-loaded) .global-svg {
    transition-duration: 0 !important;
}

/* Typography
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3 {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-primary-bold);
}

/* Links
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    text-decoration: none;
    color: var(--color-font);
}

/* input & textarea
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-input {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-primary-extra-bold);
    display: block;
    transition: width .5s ease .2s;
    color: var(--color-font);
    border-top: none;
    border-right: none;
    border-bottom: 2px solid var(--color-elements-three);
    border-left: none;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
}

.global-input::-webkit-input-placeholder,
.global-textarea::-webkit-input-placeholder {
    font-weight: var(--font-weight-primary-extra-bold);
    color: var(--color-elements-two);
}

.global-input::-moz-placeholder,
.global-textarea::-moz-placeholder {
    font-weight: var(--font-weight-primary-extra-bold);
    color: var(--color-elements-two);
}

.global-input::-ms-input-placeholder,
.global-textarea::-ms-input-placeholder {
    font-weight: var(--font-weight-primary-extra-bold);
    color: var(--color-elements-two);
}

.global-input::placeholder,
.global-textarea::placeholder {
    font-weight: var(--font-weight-primary-extra-bold);
    color: var(--color-elements-two);
}

.petcube-input {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #F1F1F1;
    height: 52px;
    font-size: 16px;
    line-height: 24px;
    color: #29292B;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    padding: 16px 18px 12px 18px;
    border: 2px solid #F1F1F1;
    -webkit-transition: border .3s ease, padding .3s ease;
    -moz-transition: border .3s ease, padding .3s ease;
    -ms-transition: border .3s ease, padding .3s ease;
    -o-transition: border .3s ease, padding .3s ease;
    transition: border .3s ease, padding .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.petcube-input:focus {
    border: 2px solid #FFB731;
    outline: none;
}

.petcube-input::placeholder {
    color: #6E6E6F !important;
    opacity: 1;
}

/* Checkbox */
.petcube-checkbox {
    vertical-align: top;
    margin: 0 8px 0 0;
    width: 17px;
    height: 17px;
}

.petcube-checkbox + label {
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    color: #606060;
}

.petcube-checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.petcube-checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 26px;
}

.petcube-checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 2px solid #BFBFC1;
    border-radius: 6px;
    -webkit-transition: border .2s, background .2s;
    transition: border .2s, background .2s;
}

.petcube-checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='13' viewBox='0 0 16 13'%3E%3Cdefs%3E%3Cpath id='a' d='M18.464 6c-.431 0-.817.18-1.098.471l-6.852 6.289a.336.336 0 0 1-.442.002L6.85 10.261a1.768 1.768 0 0 0-2.41 2.567l4.958 5.643a1.28 1.28 0 0 0 1.926.033l8.224-9.828C19.827 8.392 20 8 20 7.567 20 6.702 19.312 6 18.464 6'/%3E%3C/defs%3E%3Cuse fill='%23FFF' xlink:href='%23a' fill-rule='evenodd' transform='translate(-4 -6)'/%3E%3C/svg%3E") no-repeat 0 0 / contain;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.petcube-checkbox:focus + label:before {
    border-color: #FFB731;
}

.petcube-checkbox:checked + label:before {
    background: #FFB731;
    border-color: #FFB731;
}

.petcube-checkbox:checked + label:after {
    opacity: 1;
}

.petcube-checkbox.right + label {
    padding: 0 26px 0 0;
}

.petcube-checkbox.right + label:before,
.petcube-checkbox.right + label:after {
    left: auto;
}

.petcube-checkbox.right + label:before {
    right: 0;
}

.petcube-checkbox.right + label:after {
    right: 3px;
}

/* svg
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-svg {
    transition: fill .2s ease;
    fill: var(--color-font);
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-heading {
    font-family: var(--font-family-primary);
    font-size: 11px;
    font-weight: var(--font-weight-primary-extra-bold);
    display: block;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.global-heading:not(.nextprev-heading) {
    color: var(--color-font);
}

/* Small question
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-question {
    font-size: 13px;
    display: block;
}

.global-question a {
    font-weight: var(--font-weight-primary-extra-bold);
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-image img {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.global-bg-image {
    background: no-repeat center center/cover;
}

/* Cover
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-cover {
    z-index: -3;
    width: 100%;
    height: 400px;
    opacity: var(--opacity-bg-site-image);
}

.global-cover,
.global-cover::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.global-cover::before {
    z-index: 1;
    content: '';
    background-image: linear-gradient(to top, rgb(var(--overlay-bg-image)), rgba(var(--overlay-bg-image), .94505) 7.9%, rgba(var(--overlay-bg-image), .88294) 15.3%, rgba(var(--overlay-bg-image), .81522) 22.2%, rgba(var(--overlay-bg-image), .7426) 28.7%, rgba(var(--overlay-bg-image), .66692) 34.8%, rgba(var(--overlay-bg-image), .58891) 40.6%, rgba(var(--overlay-bg-image), .50925) 46.2%, rgba(var(--overlay-bg-image), .42866) 51.7%, rgba(var(--overlay-bg-image), .34817) 57.2%, rgba(var(--overlay-bg-image), .2693) 62.8%, rgba(var(--overlay-bg-image), .19309) 68.7%, rgba(var(--overlay-bg-image), .12126) 75.2%, rgba(var(--overlay-bg-image), .05882) 82.6%, rgba(var(--overlay-bg-image), .01457) 91.2%, rgba(var(--overlay-bg-image), 0));
}

/* Button
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-button {
    font-size: 12px;
    font-weight: var(--font-weight-primary-extra-bold);
    box-sizing: border-box;
    height: auto;
    margin: 5px 0 0 0;
    padding: 32px 35px 31px;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: .15s;
    transition-property: background-color, padding-left, padding-right, color, width;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-elements-three);
    border: none;
    border-radius: var(--border-radius);
    outline: 0;
    background-color: var(--color-elements-one);
}

.global-button:hover {
    padding-right: 40px;
    padding-left: 40px;
    color: var(--color-font-loop-and-elements-one);
    background-color: var(--ghost-accent-color);
}

.petcube-button {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    font-weight: var(--font-weight-primary-extra-bold);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    padding: 15px 25px 13px 25px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: no-repeat 25px center #FFB731;
    border: 2px solid #FFB731;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.petcube-button:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #FFC55A;
    border-color: #FFC55A;
}

.petcube-button:disabled {
    cursor: default;
    background-color: #C7C7C7;
    border-color: #C7C7C7;
}

.petcube-button.small {
    padding: 9px 16px 7px 16px;
}

.petcube-button.short {
    padding-left: 14px;
    padding-right: 14px;
}

.petcube-button.wide {
    padding-left: 44px;
    padding-right: 44px;
}

.petcube-button.small.wide {
    padding-left: 32px;
    padding-right: 32px;
}

.petcube-button.disabled.pulse {
    -webkit-animation: button-pulse 1s infinite alternate;
    -moz-animation: button-pulse 1s infinite alternate;
    -o-animation: button-pulse 1s infinite alternate;
    animation: button-pulse 1s infinite alternate;
}

/* Label
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-label {
    font-size: 8px;
    font-weight: var(--font-weight-primary-extra-bold);
    line-height: 1;
    position: absolute;
    top: 23px;
    left: 29px;
    display: inline-block;
    margin: 0;
    padding: 5px 7px 5px 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-font-inverse);
    border-radius: 25px;
    background-color: var(--color-elements-three);
}

/* Color label
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-labels .global-color-label {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--width-color-label);
    -webkit-animation: colorLabel .25s ease-in-out;
    animation: colorLabel .25s ease-in-out;
    z-index: 1;
}

@-webkit-keyframes colorLabel {
    from {
        transform: translateX(-50px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes colorLabel {
    from {
        transform: translateX(-50px)
    }
    to {
        transform: translateX(0)
    }
}

/* Tags
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-tags {
    font-weight: var(--font-weight-primary-extra-bold);
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: 25px;
}

.global-tags a {
    font-size: 10px;
    line-height: 1.3;
    display: inline-block;
    margin: 6px 4px 0 0;
    padding: 5px 8px 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: color, background-color;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1.5px solid rgba(0, 0, 0, 0.24);
    border-radius: 50px;
}

.global-tags a:hover {
    color: var(--color-font-inverse);
    background-color: var(--color-elements-three);
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-meta {
    font-size: 16px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.4;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.global-meta a {
    pointer-events: auto;
}

.global-meta a,
.global-meta time {
    display: inline-block;
}

.global-meta time::first-letter {
    text-transform: capitalize;
}

/* Link overlay
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-link {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Flexbox
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-flex {
    display: flex;
    flex-wrap: wrap;
}

/* Members — Notifications
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-notification div {
    font-size: 15px;
    font-weight: var(--font-weight-primary-bold);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    visibility: hidden;
    padding: 15px;
    transform: translateY(-130%);
    -webkit-animation: slideDownNotification 5s cubic-bezier(.19, 1, .22, 1) forwards;
    animation: slideDownNotification 5s cubic-bezier(.19, 1, .22, 1) forwards;
    text-align: center;
    color: var(--color-font-loop-and-elements-two);
    background-color: var(--color-bg-notification-success);
}

.global-notification .expired {
    background-color: var(--color-bg-notification-false);
}

.global-notification.is-subscribe .subscribe,
.global-notification.is-signin .signin,
.global-notification.is-signup .signup,
.global-notification.is-update-email .update-email,
.global-notification.is-expired .expired,
.global-notification.is-checkout-success .checkout-success {
    display: block;
}

@-webkit-keyframes slideDownNotification {
    15% {
        transform: translateY(0)
    }
    85% {
        transform: translateY(0)
    }
    100% {
        visibility: visible
    }
}

@keyframes slideDownNotification {
    15% {
        transform: translateY(0)
    }
    85% {
        transform: translateY(0)
    }
    100% {
        visibility: visible
    }
}

/* Wrap
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-section {
    padding: 0 55px;
}

.global-wrap {
    max-width: var(--max-width-wrap);
    margin: 0 auto;
}

/* Sticky Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.global-main {
    flex: 1 0 auto;
}

.global-footer {
    flex-shrink: 0;
}

/* RWD — Global
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .global-cover {
        height: 300px;
    }

    .global-button {
        padding: 25px;
    }

    .global-color-label {
        display: none;
    }

    .global-section {
        padding-right: 5px;
        padding-left: 5px;
    }

    .global-meta {
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .global-cover {
        height: 450px;
    }

}

@media (min-width: 481px) and (max-width: 1024px) {
    .global-section {
        padding-right: 30px;
        padding-left: 30px;
    }

}

@media (max-width: 768px) {
    .global-label {
        top: 16px;
        left: 15px;
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    .global-label {
        top: 18px;
        left: 20px;
    }

}

@media (max-width: 1024px) {
    .global-tags {
        margin-bottom: 15px;
    }
}

@media (max-width: 1280px) {
    .global-label {
        font-size: 7px;
        letter-spacing: 1px;
    }

}

/* Animations
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/* --------------------------------------------------------------------------
   2.Header
   -------------------------------------------------------------------------- */
.header-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: var(--margin-bottom-header);
}

.header-wrap {
    padding-right: 13px;
    padding-left: 13px;
}

.header-logo {
    flex: 0 0 25%;
}

.header-logo,
.header-nav {
    align-self: center;
}

.header-nav {
    position: relative;
    z-index: 3;
    flex: 0 0 75%;
    justify-content: flex-end;
    text-align: right;
}

.header-section,
.header-wrap,
.header-nav {
    box-sizing: border-box;
}

/* Logo
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-logo .is-logo {
    line-height: 0;
    margin: 0;
}

.header-logo img {
    max-width: 100%;
    min-height: 20px;
    max-height: var(--max-height-logo);
}

.header-logo .no-logo {
    font-family: var(--font-family-primary);
    font-size: 32px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.1;
    margin: 0;
}

/* Navigation
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-nav label,
.header-nav input,
.header-nav input:checked {
    display: none;
}

.header-nav ul,
.header-nav li,
.header-nav a {
    display: inline-block;
}

.header-nav label {
    z-index: 9999;
    width: 20px;
    height: 25px;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background-color, transform;
    outline: none;
    background-color: none;
}

.header-nav nav {
    font-size: 15px;
    font-weight: var(--font-weight-primary-medium);
    width: 100%;
    padding: 0;
}

.header-nav ul {
    z-index: 999;
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav a {
    line-height: 1.4;
    position: relative;
    margin: 0 7px;
    padding: 2px;
    text-decoration: none;
}

/* Dot
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-nav a::before {
    position: absolute;
    top: 1px;
    right: -6px;
    width: 6px;
    height: 6px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background-color, opacity;
    border-radius: 7px;
    background-color: transparent;
}

.header-nav a:hover::before,
.header-nav a.is-active::before,
.header-nav a.is-active:hover::before {
    background-color: var(--ghost-accent-color);
}

.header-nav a:hover::before {
    opacity: .3;
    background-color: var(--color-elements-three);
}

.header-nav a.is-active:hover::before {
    opacity: 1;
}

/* Toggle
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-nav input:checked ~ .nav-toggle {
    position: absolute;
    z-index: 999;
    top: -10px;
    right: -10px;
}

.header-nav input:checked ~ .nav-toggle nav {
    max-width: 300px;
}

.header-nav input:checked ~ .nav-toggle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 60px 0 60px 15px;
    list-style: none;
    border-radius: var(--border-radius);
    background-color: var(--color-bg-one);
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, .4);
}

/* RWD — Header
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .header-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-nav input:checked ~ .nav-toggle {
        top: -5px;
        right: -5px;
    }

}

@media (max-width: 768px) {
    .header-logo .no-logo {
        font-size: 25px;
    }

    .header-logo img {
        max-height: calc(var(--max-height-logo) / 1.1);
    }

}

@media (min-width: 481px) and (max-width: 1024px) {
    .header-section {
        padding-bottom: 40px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .header-logo .no-logo {
        font-size: 28px;
    }

}

@media (max-width: 1100px) {
    .header-logo,
    .header-nav {
        flex-basis: 50%;
    }

    .header-nav label {
        display: inline-block;
    }

    .header-nav nav > ul {
        display: none;
    }

    .header-nav nav > ul > li {
        display: block;
    }

    .header-nav a {
        line-height: 1.3;
        padding: 7px 10px 7px 20px;
    }

    .header-nav a::before {
        top: 4px;
        right: 2px;
    }

}

@media (max-width: 1280px) {
    .header-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

}

/* --------------------------------------------------------------------------
   3.Description
   -------------------------------------------------------------------------- */
.description-section {
    font-size: 13px;
    font-weight: var(--font-weight-primary-extra-bold);
    line-height: 1.4;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    max-width: 90vh;
    height: 115px;
    margin: auto;
    cursor: default;
    transform: rotate(-90deg) translate(-50%, 32px);
    transform-origin: 0 50%;
    text-align: center;
    letter-spacing: 1.5px;
}

/* RWD — Description
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1024px) {
    .description-section {
        display: none;
    }

}

/* --------------------------------------------------------------------------
   4.Pinned — Hero
   -------------------------------------------------------------------------- */
.pinned-hero-section {
    z-index: -1;
    width: 100%;
    margin-bottom: -7vh;
}

.pinned-hero-wrap {
    max-width: var(--max-width-wrap-pinned-hero);
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: var(--border-radius);
}

.pinned-hero-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 21vh 0;
    transition: transform .2s ease;
    border-radius: var(--border-radius);
    background-color: var(--color-bg-two);
    box-shadow: inset 0 -18vh 90px -80px rgba(var(--overlay-global), .06);
}

.pinned-hero-content-wrap {
    justify-content: center;
}

.pinned-hero-content-wrap,
.pinned-hero-content {
    width: 100%;
}

.pinned-hero-content {
    position: relative;
    width: var(--max-width-wrap);
    padding-right: 15%;
    padding-left: 15px;
}

.pinned-hero-section,
.pinned-hero-wrap,
.pinned-hero-item,
.pinned-hero-content {
    box-sizing: border-box;
}

/* Label
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-hero-label {
    top: -50px;
    left: 15px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-hero-title {
    font-size: calc(48px + var(--font-scale-primary));
    line-height: 1.4;
    position: relative;
    width: 100%;
    margin: 10px 0 30px;
    pointer-events: none;
}

.pinned-hero-title a {
    pointer-events: auto;
}

/* Arrow
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-hero-title span {
    position: absolute;
}

.pinned-hero-title svg {
    overflow: visible;
    width: 35px;
    margin: 21px 0 0 2px;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: margin-left, fill;
    transform: scale(var(--scale-arrow)) translate(var(--translateX-arrow), var(--translateY-arrow));
    fill: transparent;
}

.pinned-hero-title a:hover ~ span svg {
    margin-left: 12px;
    fill: var(--color-font);
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-hero-meta {
    font-size: 16px;
    margin-left: 2px;
}

/* Image overlay
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-hero-image::before,
.pinned-hero-image::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
}

.pinned-hero-image::before {
    top: 0;
    content: '';
    background-color: rgba(var(--overlay-global), var(--overlay-pinned-hero-image));
}

.pinned-hero-image::after {
    height: 18vh;
    content: '';
    background-image: linear-gradient(to top, rgba(var(--overlay-global), .1), transparent);
}

/* Link
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-hero-link {
    display: none;
}

/* RWD — Pinned — Hero
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 320px) {
    .pinned-hero-title {
        font-size: calc(17px + var(--font-scale-primary));
    }

}

@media (min-width: 321px) and (max-width: 480px) {
    .pinned-hero-title {
        font-size: calc(20px + var(--font-scale-primary));
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .pinned-hero-title {
        font-size: calc(22px + var(--font-scale-primary));
    }

}

@media (max-width: 600px) {
    .pinned-hero-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .pinned-hero-content {
        padding-top: 60px;
    }

}

@media (max-width: 768px) {
    .pinned-hero-item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pinned-hero-item:hover {
        transform: translateY(0);
    }

    .pinned-hero-label {
        top: 16px;
    }

    .pinned-hero-title {
        margin-bottom: 15px;
    }

}

@media (min-width: 601px) and (max-width: 1024px) {
    .pinned-hero-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pinned-hero-content {
        padding-top: 120px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .pinned-hero-title {
        font-size: calc(30px + var(--font-scale-primary));
    }

    .pinned-hero-item:hover {
        transform: translateY(-3px);
    }

    .pinned-hero-label {
        top: 18px;
    }

}

@media (max-width: 1024px) {
    .pinned-hero-wrap {
        padding-right: 0;
        padding-left: 0;
    }

    .pinned-hero-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pinned-hero-title svg,
    .pinned-hero-meta {
        display: none;
    }

    .pinned-hero-content {
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .pinned-hero-title svg,
    .pinned-hero-meta {
        display: none;
    }

    .pinned-hero-link {
        display: block;
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    .pinned-hero-item {
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .pinned-hero-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .pinned-hero-item {
        padding: 12vh 50px;
    }

    .pinned-hero-title {
        font-size: calc(40px + var(--font-scale-primary));
    }

    .pinned-hero-title svg {
        margin-top: 13px;
    }

}

@media (max-width: 1280px) {
    .pinned-hero-section {
        margin-bottom: 5px;
    }

}

@media (min-width: 1281px) and (max-width: 1460px) {
    .pinned-hero-section {
        margin-bottom: 8px;
    }

    .pinned-hero-wrap {
        padding-right: 13px;
        padding-left: 13px;
    }

    .pinned-hero-item {
        padding: 15vh 60px;
    }

}

@media (min-width: 1025px) and (max-width: 1460px) {
    .pinned-hero-label {
        top: -25px;
    }

    .pinned-hero-content {
        padding-right: 10%;
    }

}

@media (max-width: 1460px) {
    .pinned-hero-label {
        left: 0;
    }

    .pinned-hero-content {
        padding-left: 0;
    }

    .pinned-hero-item {
        box-shadow: none;
    }

    .pinned-hero-image::after {
        background-image: none;
    }

}

/* --------------------------------------------------------------------------
   5.Pinned
   -------------------------------------------------------------------------- */
.pinned-section {
    flex-direction: column-reverse;
    transform: translateY(0);
}

.pinned-wrap {
    width: 100%;
    max-width: var(--max-width-wrap-pinned);
    margin: 0 auto var(--margin-bottom-pinned-loop);
    padding-right: 5px;
    padding-left: 5px;
}

.pinned-wrap,
.pinned-item {
    box-sizing: border-box;
}

/* Item
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    flex: 1 0 305px;
    min-height: 200px;
    margin: 8px;
    padding: 70px 30px 25px;
    transition: transform .2s ease;
    border-radius: var(--border-radius);
    background-color: var(--color-bg-two);
}

.pinned-item:hover {
    transform: translateY(-3px);
}

/* Content
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-content {
    align-self: flex-end;
    width: 100%;
}

/* Width relations
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-pages,
.pinned-section > .pinned-items-1,
.pinned-section > .pinned-items-2,
.pinned-section > .pinned-items-3 {
    max-width: var(--max-width-wrap);
}

.pinned-items-4-or-more + .pinned-pages {
    max-width: var(--max-width-wrap-pinned);
}

.pinned-posts + .pinned-pages {
    margin-bottom: 0;
}

/* Flex
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-items {
    flex: 1 0 50%;
}

.pinned-items-4 .pinned-item {
    flex-basis: 130px;
}

.pinned-items-5 .pinned-item-1,
.pinned-items-6 .pinned-item-1,
.pinned-items-7 .pinned-item-1 {
    flex-basis: 40%;
}

.pinned-items-8 .pinned-item-1 {
    flex-basis: calc(33.333% - 16px);
}

.pinned-items-5-or-more .pinned-item-1 {
    flex-grow: 0;
}

.pinned-items-5-or-more .pinned-item-1 .pinned-title {
    font-size: calc(30px + var(--font-scale-primary));
    width: 90%;
    margin-bottom: 4px;
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-meta {
    font-size: 13px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-title {
    font-size: calc(19px + var(--font-scale-primary));
    line-height: 1.4;
    display: inline-block;
    margin: 0 20px 2px 0;
}

/* Image overlay
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pinned-image img {
    border-radius: var(--border-radius);
}

.pinned-image::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(var(--overlay-global), var(--overlay-pinned-image));
}

/* RWD — Pinned
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 320px) {
    .pinned-item {
        flex-basis: calc(50% - 10px);
    }

    .pinned-title,
    .pinned-items-5-or-more .pinned-item-1 .pinned-title {
        font-size: calc(13px + var(--font-scale-primary));
    }

}

@media (min-width: 321px) and (max-width: 600px) {
    .pinned-item {
        flex-basis: 150px;
    }

    .pinned-title,
    .pinned-items-5-or-more .pinned-item-1 .pinned-title {
        font-size: calc(14px + var(--font-scale-primary));
    }

}

@media (max-width: 600px) {
    .pinned-section {
        padding-right: 5px;
        padding-left: 5px;
    }

    .pinned-item {
        min-height: 120px;
    }

    .pinned-items-4 .pinned-item,
    .pinned-items-5-or-more .pinned-item-1 {
        flex-basis: calc(50% - 10px);
    }

}

@media (min-width: 601px) and (max-width: 768px) {
    .pinned-item {
        flex-basis: 177px;
    }

    .pinned-items-5-or-more .pinned-item-1 .pinned-title {
        font-size: calc(17px + var(--font-scale-primary));
        margin-top: 60px;
    }

}

@media (min-width: 601px) and (max-width: 1024px) {
    .pinned-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pinned-item {
        min-height: 140px;
    }

    .pinned-items-5-or-more .pinned-item-1 {
        flex-basis: calc(33.333% - 10px);
    }

    .pinned-title {
        font-size: calc(14px + var(--font-scale-primary));
    }

}

@media (max-width: 768px) {
    .pinned-item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pinned-item:hover {
        transform: translateY(0);
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .pinned-items-5-or-more .pinned-item-1 .pinned-title {
        font-size: calc(20px + var(--font-scale-primary));
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    .pinned-item {
        flex-basis: 220px;
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media (max-width: 1024px) {
    .pinned-wrap {
        margin-bottom: 5px;
        padding: 0;
    }

    .pinned-meta {
        display: none;
    }

}

@media (min-width: 1025px) {
    .pinned-item {
        will-change: transform;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .pinned-wrap {
        margin-bottom: calc(var(--margin-bottom-pinned-loop) / 2);
    }

    .pinned-items-8 .pinned-item-1 {
        flex-basis: calc(33.333% - 10px);
    }

    .pinned-title {
        font-size: calc(17px + var(--font-scale-primary));
    }

    .pinned-items-5-or-more .pinned-item-1 .pinned-title {
        font-size: calc(25px + var(--font-scale-primary));
    }

}

@media (max-width: 1280px) {
    .pinned-item {
        margin: 5px;
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .pinned-meta {
        font-size: 12px;
    }

    .pinned-title,
    .pinned-items-5-or-more .pinned-item-1 .pinned-title {
        width: 95%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

}

/* --------------------------------------------------------------------------
   6.Loop — Default layout
   -------------------------------------------------------------------------- */
.loop-section {
    position: relative;
    z-index: 1;
}

.loop-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    flex: 0 0 calc(100% - 26px);
    min-width: 200px;
    min-height: 400px;
    margin: 15px auto calc(var(--margin-bottom-pinned-loop) + 10px);
    border-radius: var(--border-radius);
    background-color: var(--color-bg-one);
}

.loop-item,
.loop-heading {
    box-sizing: border-box;
}

.loop-content-wrap {
    flex-direction: column;
    width: 100%;
}

.loop-content {
    padding: 25px;
    background: var(--color-bg-one);
    flex: 1;
}

.global-item.is-color-light .loop-content,
.global-item.is-color-dark .loop-content {
    background: transparent;
}

.loop-tags {
    margin-bottom: 10px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-title {
    display: block;
    font-size: calc(24px + var(--font-scale-primary));
    line-height: 1.4;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 0 15px;
    pointer-events: none;
}

.loop-title a {
    pointer-events: auto;
}

/* Arrow
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-title span {
    position: absolute;
}

.loop-title svg {
    overflow: visible;
    width: 20px;
    margin: 6px 0 0 2px;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: margin-left, fill;
    transform: scale(var(--scale-arrow)) translate(var(--translateX-arrow), var(--translateY-arrow));
    fill: transparent;
}

.loop-title a:hover ~ span svg {
    margin-left: 12px;
    fill: var(--color-font);
}

/* Excerpt
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-excerpt {
    font-size: 16px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.35;
    position: relative;
    max-width: 850px;
    margin: 15px 0;
    padding: 12px 0 0;
}

.loop-excerpt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    content: '';
    border-top: 2px solid;
}

/* Image overlay
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-image,
.loop-image::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loop-image::before {
    content: '';
}

.loop-content-image {
    position: relative;
    height: 360px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .loop-content-image {
        height: 220px;
    }
}

@media (max-width: 601px) {
    .loop-content-image {
        height: 300px;
    }
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loop-heading {
    display: none;
    margin: 30px 0;
    padding: 0 20px;
    text-align: center;
}

.loop-meta {
    font-weight: var(--font-weight-primary-medium);
    opacity: 0.5;
}

/* RWD — Loop — Default layout
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .loop-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .loop-title {
        font-size: calc(20px + var(--font-scale-primary));
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .loop-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .loop-title {
        font-size: calc(20px + var(--font-scale-primary));
    }
}

@media (max-width: 1024px) {
    .loop-item {
        min-height: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .loop-item {
        min-height: 350px;
        margin-bottom: calc((var(--margin-bottom-pinned-loop) / 2) + 5px);
    }
}

@media (min-width: 1025px) {
    .loop-item,
    .loop-tags {
        will-change: transform;
    }

    .loop-image img {
        transition: transform .3s ease-in-out;
        transform: translateZ(0) scale(1);
        -webkit-backface-visibility: hidden;
    }

    .loop-item:hover .loop-image img {
        transform: translateZ(0) scale(1.02);
    }

}

@media (max-width: 1280px) {
    .loop-item {
        flex-basis: calc(100% - 20px);
    }
}

/* --------------------------------------------------------------------------
   7.Loop — Grid layout
   -------------------------------------------------------------------------- */
.global-grid .loop-section {
    margin-bottom: 10px;
}

/* RWD — Loop — Grid layout
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 601px) {
    .global-grid-hero .pinned-hero-section + .pinned-section + .loop-section {
        margin-top: 5px;
    }

    .global-grid-hero .pinned-hero-section + .pinned-section .pinned-wrap {
        margin-bottom: 0;
    }

    .global-grid .loop-item.is-archive,
    .global-grid-hero .loop-item:not(.is-archive) {
        flex-grow: 1;
        flex-shrink: 0;
        min-width: 285px;
    }

    .global-grid .loop-item.is-archive a:hover ~ span svg,
    .global-grid-hero .loop-item:not(.is-archive) a:hover ~ span svg {
        margin-left: 8px;
    }

    .global-grid .loop-heading,
    .global-grid-hero .loop-heading {
        display: block;
    }

    .global-grid-hero.global-grid .loop-heading {
        display: none;
    }

}

@media (min-width: 601px) and (max-width: 1280px) {
    .global-grid .loop-item.is-archive,
    .global-grid-hero .loop-item:not(.is-archive) {
        flex-basis: calc(33.333% - 20px);
        margin: 10px;
    }

}

@media (min-width: 1281px) {
    .global-grid .loop-item.is-archive,
    .global-grid-hero .loop-item:not(.is-archive) {
        flex-basis: calc(33.333% - 26px);
        margin: 13px;
    }

}

/* RWD — Loop — Large item
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1024px) and (max-width: 1280px) {
    .global-grid .loop-item.is-archive.tag-hash-large,
    .global-grid-hero .loop-item:not(.is-archive).tag-hash-large {
        flex-basis: calc(66.666% - 20px);
    }

}

@media (min-width: 1281px) {
    .global-grid .loop-item.is-archive.tag-hash-large,
    .global-grid-hero .loop-item:not(.is-archive).tag-hash-large {
        flex-basis: calc(66.666% - 26px);
    }

}

/* RWD — Loop — Double item
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1024px) and (max-width: 1280px) {
    .global-double .loop-archive .loop-item.is-double,
    .global-double .loop-archive .loop-item.is-double + article,
    .global-double.global-grid:not(.global-grid-hero) .loop-item.is-double,
    .global-double.global-grid:not(.global-grid-hero) .loop-item.is-double + article,
    .global-double.global-grid-hero .loop-item:not(.is-archive):nth-child(-n+2) {
        flex-basis: calc(50% - 20px);
    }

}

@media (min-width: 1281px) {
    .global-double .loop-archive .loop-item.is-double,
    .global-double .loop-archive .loop-item.is-double + article,
    .global-double.global-grid:not(.global-grid-hero) .loop-item.is-double,
    .global-double.global-grid:not(.global-grid-hero) .loop-item.is-double + article,
    .global-double.global-grid-hero .loop-item:not(.is-archive):nth-child(-n+2) {
        flex-basis: calc(50% - 26px);
    }

}

/* --------------------------------------------------------------------------
   8.Pagination & Load more
   -------------------------------------------------------------------------- */
.pagination-section {
    margin: 0 auto;
}

.pagination-wrap {
    justify-content: center;
}

/* Button
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.loadmore-button {
    width: calc(80% - 40px);
    margin-top: 10px;
}

.loadmore-button:hover {
    width: calc(80% - 26px);
}

/* Fixes rendering error
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* RWD — Pagination & Load more
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1280px) {
    .loadmore-button {
        flex-basis: calc(100% - 20px);
    }

}

/* --------------------------------------------------------------------------
   9.Archive — Author & Tag page
   -------------------------------------------------------------------------- */
.archive-section + .loop-section {
    margin-top: 8vh;
}

.archive-wrap {
    padding-right: 12px;
    padding-left: 12px;
}

.archive-wrap > div {
    overflow: hidden;
    border-radius: var(--border-radius);
    background-color: var(--color-bg-three);
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, .2);
}

.archive-section,
.archive-wrap,
.archive-title-wrap {
    box-sizing: border-box;
}

/* Profile image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-image {
    position: relative;
    z-index: 0;
    flex: 1 0 270px;
    min-height: 200px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-title-wrap {
    align-items: center;
    flex: 999 0 200px;
    padding: 30px 50px 30px 40px;
}

.archive-title-wrap.is-author {
    min-width: 250px;
}

.archive-title {
    font-size: calc(32px + var(--font-scale-primary));
    line-height: 1.2;
    margin: 5px 0;
}

/* Location
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-location {
    font-size: 14px;
    margin: 0;
}

/* Description/bio
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-description {
    font-size: 16px;
    line-height: 1.3;
    display: block;
    width: 95%;
    margin: 30px 0 15px;
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-meta {
    flex-direction: column;
    max-width: 270px;
}

/* Counter
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-counter {
    line-height: 1;
    display: flex;
    align-items: center;
    flex: 1 0 180px;
    justify-content: center;
    width: 100%;
    min-width: 180px;
    text-align: center;
}

.archive-counter span {
    font-family: var(--font-family-primary);
    font-size: 50px;
    font-weight: var(--font-weight-primary-bold);
    display: block;
    padding-bottom: 5px;
}

.archive-counter.is-author span {
    padding-top: 15px;
}

.archive-counter small {
    padding-top: 4px;
}

/* Social icons
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-icons a {
    display: flex;
    align-items: center;
    flex: 1 0 30%;
    justify-content: center;
    width: 90px;
    height: 90px;
    transition: background-color .15s ease;
}

.archive-icons a:hover {
    background-color: var(--ghost-accent-color);
}

.archive-icons a:hover svg {
    fill: var(--color-font-loop-and-elements-one);
}

.archive-icons svg {
    width: 24px;
    height: 24px;
}

/* Background cover
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-cover {
    opacity: var(--opacity-bg-archive-image);
}

/* RWD — Archive — Author & Tag page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .archive-image {
        flex-basis: 100%;
    }

    .archive-title-wrap {
        padding: 20px;
    }

    .archive-title-wrap.is-author {
        min-width: 100%;
    }

    .archive-title {
        font-size: calc(20px + var(--font-scale-primary));
        margin-top: 5px;
    }

    .archive-description {
        font-size: 15px;
        line-height: 1.2;
    }

    .archive-meta {
        max-width: 70px;
    }

    .archive-counter {
        flex-basis: 70px;
        min-width: 70px;
    }

    .archive-counter {
        display: none;
    }

}

@media (min-width: 481px) and (max-width: 960px) {
    .archive-title {
        font-size: calc(23px + var(--font-scale-primary));
    }

    .archive-meta {
        max-width: 120px;
    }

    .archive-counter {
        flex-basis: 120px;
        min-width: 120px;
    }

    .archive-counter span {
        font-size: 40px;
    }

    .archive-counter small {
        letter-spacing: 0;
    }

}

@media (min-width: 481px) and (max-width: 1400px) {
    .archive-image {
        flex-basis: 210px;
    }

    .archive-title-wrap {
        padding: 30px;
    }

}

@media (max-width: 768px) {
    .archive-meta.is-author {
        flex: 1 0 100%;
        flex-direction: row;
        max-width: 100%;
    }

    .archive-counter.is-author {
        display: none;
    }

    .archive-icons {
        width: 100%;
    }

    .archive-icons a {
        background-color: var(--color-bg-one);
    }

}

@media (min-width: 769px) and (max-width: 960px) {
    .archive-icons a {
        flex-basis: 100%;
    }

}

@media (max-width: 960px) {
    .archive-icons a {
        height: 50px;
    }

    .archive-icons svg {
        width: 20px;
        height: 20px;
    }

}

@media (min-width: 961px) and (max-width: 1400px) {
    .archive-title {
        font-size: calc(30px + var(--font-scale-primary));
    }

    .archive-meta {
        max-width: 210px;
    }

    .archive-counter {
        flex-basis: 210px;
        min-width: 210px;
    }

    .archive-counter span {
        font-size: 45px;
    }

    .archive-icons a {
        height: 70px;
    }

    .archive-icons svg {
        width: 20px;
        height: 20px;
    }

}

@media (max-width: 1280px) {
    .archive-section + .loop-section {
        margin-top: 5vh;
    }

    .archive-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

}

@media (max-width: 1400px) {
    .archive-description {
        margin-top: 20px;
    }

}

/* --------------------------------------------------------------------------
   10.Post — Header
   -------------------------------------------------------------------------- */
.post-header {
    max-width: 1550px;
    margin: 0 auto 100px;
    padding: 0 100px 0 70px;
}

.post-header:not(.is-image) {
    max-width: 950px;
    min-height: 25vh;
    padding-right: 80px;
    padding-left: 80px;
    text-align: center;
}

/* Image wrap
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-image-wrap {
    position: relative;
    overflow: hidden;
    flex: 1 0 calc(50% - 5%);
    min-height: 66vh;
    margin-right: 5%;
}

.post-image-wrap::before {
    background-color: transparent;
}

.post-image-wrap img {
    border-radius: var(--border-radius);
}

/* Title wrap
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-title-wrap {
    align-items: center;
    flex: 1 0 calc(50% - 30px);
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 100px;
}

.post-title-content {
    width: 100%;
}

/* Tags
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-header:not(.is-image) .post-tags {
    justify-content: center;
    max-width: 100%;
}

.post-header:not(.is-image) .post-tags a {
    margin-right: 3px;
    margin-left: 3px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-title {
    font-size: calc(48px + var(--font-scale-primary));
    line-height: 1.3;
    margin: 5px 0 15px;
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-meta {
    max-width: 100%;
    padding-top: 15px;
}

/* RWD — Post — Header
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .post-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .post-header:not(.is-image) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .post-image-wrap {
        min-height: 250px;
        margin-top: 5px;
        margin-right: 0;
    }

    .post-title-wrap {
        padding-right: 5px;
        padding-left: 5px;
    }

    .post-title {
        font-size: calc(23px + var(--font-scale-primary));
        margin-bottom: 5px;
    }

}

@media (max-width: 600px) {
    .post-image-wrap,
    .post-title-wrap {
        flex-basis: 100%;
    }

    .post-title-wrap {
        padding-top: 20px;
        padding-bottom: 10px;
    }

}

@media (min-width: 481px) and (max-width: 600px) {
    .post-title-wrap {
        padding-left: 20px;
    }

    .post-header:not(.is-image) .post-title-wrap {
        padding-left: 0;
    }

    .post-title {
        font-size: calc(30px + var(--font-scale-primary));
    }

}

@media (min-width: 601px) and  (max-width: 768px) {
    .post-header.is-image .post-title {
        font-size: calc(25px + var(--font-scale-primary));
    }

    .post-header:not(.is-image) .post-title {
        font-size: calc(38px + var(--font-scale-primary));
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .post-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .post-header:not(.is-image) {
        padding-right: 35px;
        padding-left: 35px;
    }

}

@media (max-width: 768px) {
    .post-header {
        margin-bottom: 6vh;
    }

    .post-header:not(.is-image) {
        margin-bottom: 10vh;
    }

}

@media (min-width: 481px) and (max-width: 1024px) {
    .post-image-wrap {
        min-height: 450px;
    }

    .post-title-wrap {
        flex-basis: 50%;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .post-header {
        padding-right: 40px;
        padding-left: 40px;
    }

    .post-header.is-image .post-title {
        font-size: calc(30px + var(--font-scale-primary));
    }

    .post-header:not(.is-image) .post-title {
        font-size: calc(38px + var(--font-scale-primary));
    }

}

@media (min-width: 1025px) and (max-width: 1366px) {
    .post-image-wrap {
        min-height: 550px;
    }

    .post-title {
        font-size: calc(34px + var(--font-scale-primary));
    }

    .post-header:not(.is-image) .post-title {
        font-size: calc(38px + var(--font-scale-primary));
    }

}

/* --------------------------------------------------------------------------
   11.Post — Content
   -------------------------------------------------------------------------- */
.post-content {
    position: relative;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 80px 12vh;
}

/* Typography
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content th,
.post-content blockquote,
.post-content .kg-bookmark-title,
.post-content .kg-bookmark-metadata {
    color: var(--color-font);
}

.post-content,
.post-content .kg-bookmark-description {
    color: var(--color-font-paragraph);
}

.post-content h1,
.post-content h2,
.post-content blockquote {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-primary-bold);
}

.post-content h1,
.post-content h2 {
    margin-bottom: 20px;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-primary-extra-bold);
    line-height: 1.4;
    margin-bottom: 15px;
}

.post-content h1 {
    font-size: calc(43px + var(--font-scale-primary));
    margin-top: 60px;
}

.post-content h2 {
    font-size: calc(32px + var(--font-scale-primary));
    margin-top: 55px;
}

.post-content h3 {
    font-size: 28px;
    margin-top: 45px;
}

.post-content h4 {
    font-size: 21px;
    margin-top: 40px;
}

.post-content h5 {
    font-size: 17px;
    margin-top: 35px;
}

.post-content h6 {
    font-size: 12px;
    margin-top: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Margin elements
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content p,
.post-content iframe,
.post-content ol,
.post-content ul,
.post-content table,
.post-content p img {
    margin-top: 0;
    margin-bottom: 30px;
}

.post-content hr {
    margin-top: 60px;
    margin-bottom: 80px;
}

.post-content blockquote {
    margin-top: 75px;
    margin-bottom: 75px;
}

.post-content pre,
.post-content .kg-code-card {
    margin-top: 40px;
    margin-bottom: 40px;
}

.post-content .kg-card {
    margin-top: 50px;
    margin-bottom: 70px;
}

.post-content p,
.post-content table,
.post-content hr,
.post-content blockquote,
.post-content pre,
.post-content p img,
.post-content .kg-card {
    margin-right: 0;
    margin-left: 0;
}

.post-content iframe,
.post-content .kg-embed-card > div,
.post-content .kg-embed-card > iframe,
.post-content .kg-embed-card > .fb-post,
.post-content .kg-embed-card > .twitter-tweet {
    margin-right: auto !important;
    margin-left: auto !important;
}

.post-content .kg-embed-card > .twitter-tweet > iframe {
    margin-bottom: 0;
}

/* Links
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content a {
    color: var(--ghost-accent-color); /* custom */
    padding-bottom: 2px;
    transition: box-shadow .1s ease-out;
    /*box-shadow: inset 0 -2px var(--color-elements-two);*/
}

.post-content a:hover {
    box-shadow: inset 0 -2px var(--ghost-accent-color);
}

.post-content h1 a,
.post-content h2 a,
.post-content blockquote a {
    padding-bottom: 0;
    box-shadow: inset 0 -3px var(--color-elements-two);
}

.post-content h1 a:hover,
.post-content h2 a:hover,
.post-content blockquote a:hover {
    box-shadow: inset 0 -3px var(--ghost-accent-color);
}

/* Disable styling for image when is a link */
.post-content .image-link,
.post-content .image-link:hover {
    box-shadow: none;
}

.post-content .image-link img {
    margin: 0;
    padding: 0;
}

/* Paragraph
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content p {
    line-height: 1.6;
    position: relative;
}

/* blockquote
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content blockquote {
    font-size: calc(25px + var(--font-scale-primary));
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 0 80px;
}

.post-content blockquote::before {
    font-size: calc(95px + var(--font-scale-primary));
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 0;
    content: '"';
    color: var(--color-elements-two);
}

.post-content blockquote cite {
    font-family: var(--font-family-primary);
    font-size: 90%;
    font-weight: var(--font-weight-primary-bold);
    font-style: normal;
}

/* blockquote — Markdown
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content blockquote p {
    line-height: 1.6;
    margin-bottom: 0;
}

/* hr
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content hr {
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    text-align: right;
    border: 0;
    background-color: var(--color-elements-two);
}

/* mark
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content mark {
    color: var(--color-font-loop-and-elements-one);
}

/* kbd
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content kbd {
    font-size: 70%;
    font-weight: var(--font-weight-primary-extra-bold);
    display: inline-block;
    padding: 1px 8px;
    border: 1px solid var(--color-elements-two);
    border-radius: 3px;
    background-color: var(--color-bg-body);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 0 var(--color-bg-body) inset;
    text-shadow: var(--color-bg-body) 0 1px 0;
}

/* iframe
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content iframe {
    display: block;
}

/* Lists
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content ul,
.post-content ol {
    margin-right: 0;
    margin-left: 15px;
}

.post-content ol {
    padding-left: 20px;
}

.post-content ul {
    padding-left: 15px;
    list-style: disc outside;
}

.post-content ul li ul {
    list-style: circle outside;
}

.post-content ol,
.post-content ol li ol {
    list-style: decimal outside;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ol,
.post-content ol ul {
    font-size: 90%;
    margin: 15px 0;
}

.post-content li {
    margin-bottom: 10px;
}

.post-content dl dt {
    font-weight: var(--font-weight-primary-extra-bold);
    float: left;
    clear: left;
    overflow: hidden;
    width: 180px;
    margin-bottom: 1em;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-content dl dd {
    margin-bottom: 1em;
    margin-left: 200px;
}

/* Table
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content table {
    font-size: 16px;
    display: table;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    background-color: transparent;
}

.post-content th {
    font-weight: var(--font-weight-primary-bold);
    border-top: 1px solid var(--color-elements-two);
}

.post-content th,
.post-content td {
    display: table-cell;
    padding: 10px 12px;
    border-bottom: 1px solid var(--color-elements-two);
}

.post-content th:first-child,
.post-content td:first-child {
    padding-left: 5px;
}

.post-content th:last-child,
.post-content td:last-child {
    padding-right: 5px;
}

/* Responsive */
.post-content .responsive-table {
    overflow-x: auto;
    word-break: normal;
}

/* Footnotes
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content .footnotes {
    padding: 10px 0 0;
}

.post-content .footnotes-list {
    padding-left: 20px;
    list-style: decimal;
}

.post-content .footnotes-sep {
    margin: 50px 0 10px;
}

.post-content .footnotes p,
.post-content .footnote-item {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* Koenig card
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content .kg-card {
    width: 100%;
}

/* Cardmas
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content .kg-card,
.post-content .kg-card * {
    box-sizing: border-box;
}

.post-content .kg-audio-card,
.post-content .kg-callout-card,
.post-content .kg-file-card .kg-file-card-container,
.post-content .kg-nft-card .kg-nft-card-container,
.post-content .kg-product-card .kg-product-card-container,
.post-content .kg-toggle-card {
    border-radius: calc(var(--border-radius) / 2);
}

.post-content .kg-audio-card .kg-audio-thumbnail,
.post-content .kg-file-card .kg-file-card-icon::before,
.post-content .kg-product-card .kg-product-card-image {
    border-radius: calc(var(--border-radius) / 4);
}

/* Audio card */
.post-content .kg-audio-card .kg-audio-thumbnail {
    width: 80px;
    min-width: 80px;
    margin: 8px;
}

.post-content .kg-audio-card .kg-audio-volume-slider {
    width: 55px;
}

.post-content .kg-audio-card svg {
    fill: var(--color-font);
}

.post-content .kg-audio-card .kg-audio-playback-rate {
    color: var(--color-font);
}

/* Button card & Product card */
.post-content .kg-button-card .kg-btn {
    height: 5em;
    padding: 2.5em 2em;
}

.post-content .kg-product-card .kg-product-card-button {
    padding: 2em;
}

.post-content .kg-button-card .kg-btn,
.post-content .kg-product-card .kg-product-card-button {
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-weight: var(--font-weight-primary-extra-bold);
    box-sizing: border-box;
    transition: opacity .2s ease-in-out;
    text-decoration: none;
    text-indent: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-font-loop-and-elements-one);
    border-radius: calc(var(--border-radius) / 2);
    box-shadow: none;
}

.post-content .kg-product-card-button:hover {
    opacity: .85;
}

.post-content .kg-product-card .kg-product-card-title {
    font-family: var(--font-family-primary);
}

/* Callout card */
.post-content .kg-callout-card .kg-callout-emoji {
    flex-shrink: 0;
}

/* File card */
.post-content .kg-file-card .kg-file-card-container {
    box-shadow: none;
}

/* NFT card */
.post-content .kg-nft-card a {
    text-decoration: none;
}

.post-content .kg-nft-card .kg-nft-opensea-logo {
    width: 100px;
}

.post-content .kg-nft-card .kg-nft-image {
    border-radius: calc(var(--border-radius) / 2) calc(var(--border-radius) / 2) 0 0;
}

.post-content .kg-nft-card .kg-nft-card-container {
    box-shadow: inset 0 0 0 1px rgb(124 139 154/25%);
}

/* Video card */
.post-content .kg-video-card.kg-width-full {
    right: 50%;
    left: 50%;
    width: calc(100vw - 65px - 65px);
    margin: 0 calc(-50vw + 65px);
}

/* RWD — Video card */
@media (max-width: 1024px) and (min-width: 481px) {
    .post-content .kg-video-card.kg-width-full {
        width: calc(100vw - 25px - 25px);
        margin-right: calc(-50vw + 25px);
        margin-left: calc(-50vw + 25px);
    }

}

@media (max-width: 480px) {
    .post-content .kg-video-card.kg-width-full {
        right: 0;
        left: 0;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

@media (min-width: 1281px) {
    .post-content .kg-video-card.kg-width-wide {
        width: calc(100% + 180px + 180px);
        margin-left: -180px;
    }

}

@media (max-width: 1280px) and (min-width: 1025px) {
    .post-content .kg-video-card.kg-width-wide {
        position: relative;
        right: 50%;
        left: 50%;
        width: calc(100vw - 140px - 140px);
        margin-right: calc(-50vw + 140px);
        margin-left: calc(-50vw + 140px);
    }

}

/* Temporarily disable the alternative Blockquote */
.post-content .kg-blockquote-alt {
    position: relative;
}

/* Code
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content code {
    font-size: 85%;
    padding: 2px 5px;
    background-color: var(--color-bg-two);
}

.post-content pre > code {
    display: block;
    padding: 10px 15px;
    white-space: pre-wrap;
    border-radius: calc(var(--border-radius) / 2);
}

/* Inline*/
.post-content p code {
    border-radius: 3px;
    background-color: var(--color-elements-one);
}

/* Code Koenig
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content pre,
.post-content .kg-code-card {
    min-width: 100%;
}

.post-content .kg-code-card pre,
.post-content .kg-code-card code {
    margin: 0;
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content img,
.post-content p img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: calc(var(--border-radius) / 2);
}

/* Image Koenig
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content .kg-card img {
    margin: 0;
}

.post-content .kg-image-card {
    line-height: 0;
}

.post-content .kg-image-card.kg-width-full img {
    position: relative;
    right: 50%;
    left: 50%;
    width: calc(100vw - 65px - 65px);
    margin: 0 calc(-50vw + 65px);
}

/* Gallery Koenig
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content .kg-gallery-image img {
    display: block;
    margin: 0;
    border-radius: 0;
}

.post-content .kg-gallery-container,
.post-content .kg-gallery-row {
    display: flex;
}

.post-content .kg-gallery-container {
    position: relative;
    flex-direction: column;
    margin: 15px auto;
}

.post-content .kg-gallery-row {
    flex-direction: row;
    justify-content: center;
}

.post-content .kg-gallery-row:first-of-type .kg-gallery-image:first-of-type img {
    border-top-left-radius: calc(var(--border-radius) / 2);
}

.post-content .kg-gallery-row:first-of-type .kg-gallery-image:last-of-type img {
    border-top-right-radius: calc(var(--border-radius) / 2);
}

.post-content .kg-gallery-row:last-of-type .kg-gallery-image:first-of-type img {
    border-bottom-left-radius: calc(var(--border-radius) / 2);
}

.post-content .kg-gallery-row:last-of-type .kg-gallery-image:last-of-type img {
    border-bottom-right-radius: calc(var(--border-radius) / 2);
}

.post-content .kg-gallery-row:not(:first-of-type) {
    margin: 15px 0 0 0;
}

.post-content .kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 15px;
}

/* Bookmark Koenig
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content .kg-bookmark-card + .kg-bookmark-card {
    margin-top: -45px;
}

.post-content .kg-bookmark-container {
    overflow: hidden;
    min-height: 140px;
    padding-bottom: 0;
    transition: transform .2s ease-in-out;
    text-decoration: none;
    border: none;
    border-radius: calc(var(--border-radius) / 2);
    background-color: var(--color-bg-one);
    box-shadow: none;
}

.post-content .kg-bookmark-container,
.post-content .kg-bookmark-container:hover {
    box-shadow: none;
}

.post-content .kg-bookmark-container:hover {
    transform: translateY(-3px);
}

.post-content .kg-bookmark-container,
.post-content .kg-bookmark-content,
.post-content .kg-bookmark-metadata {
    display: flex;
}

.post-content .kg-bookmark-title,
.post-content .kg-bookmark-metadata {
    font-weight: var(--font-weight-primary-extra-bold);
}

.post-content .kg-bookmark-description,
.post-content .kg-bookmark-metadata {
    display: -webkit-box;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
}

/* Content */
.post-content .kg-bookmark-content {
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    justify-content: start;
    padding: 20px;
}

/* Title */
.post-content .kg-bookmark-title {
    font-size: 17px;
    line-height: 1.3;
}

/* Description */
.post-content .kg-bookmark-description {
    font-size: 14px;
    font-weight: var(--font-weight-primary-regular);
    line-height: 1.3;
    max-height: 40px;
    margin-top: 12px;
    -webkit-line-clamp: 2;
}

/* Meta */
.post-content .kg-bookmark-metadata {
    font-size: 13px;
    align-items: center;
    flex-wrap: wrap;
    height: 22px;
    margin-top: 18px;
    -webkit-line-clamp: 1;
}

.post-content .kg-bookmark-metadata .kg-bookmark-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: -5px;
    border-radius: 0;
}

.post-content .kg-bookmark-author,
.post-content .kg-bookmark-publisher {
    height: 19px;
}

.post-content .kg-bookmark-metadata span:nth-of-type(2)::before {
    margin-right: 6px;
    margin-left: 6px;
    content: '•';
}

/* Image */
.post-content .kg-bookmark-thumbnail {
    position: relative;
    min-width: 28%;
    max-height: 100%;
}

.post-content .kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Figcaption
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content img ~ small,
.post-content p img ~ small {
    font-size: 11px;
    line-height: 1.2;
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    letter-spacing: .5px;
    opacity: .8;
}

/* Figcaption Koenig
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-content figcaption {
    font-size: 11px;
    line-height: 1.2;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    letter-spacing: .5px;
    opacity: .8;
}

/* RWD — Post — Content
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 320px) {
    .post-content .kg-bookmark-container {
        flex-direction: column;
    }

    .post-content .kg-bookmark-content {
        order: 2;
        padding: 15px;
    }

    .post-content .kg-bookmark-thumbnail {
        order: 1;
        width: 100%;
        min-height: 120px;
    }

}

@media (max-width: 480px) {
    .post-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .post-content h1,
    .post-content h2 {
        margin-bottom: 15px;
    }

    .post-content h1 {
        font-size: calc(30px + var(--font-scale-primary));
        margin-top: 35px;
    }

    .post-content h2 {
        font-size: calc(23px + var(--font-scale-primary));
        margin-top: 35px;
    }

    .post-content h3 {
        font-size: 22px;
        margin-top: 25px;
    }

    .post-content h4 {
        font-size: 18px;
        margin-top: 25px;
    }

    .post-content h5 {
        font-size: 15px;
        margin-top: 25px;
    }

    .post-content h6 {
        font-size: 11px;
        margin-top: 25px;
        letter-spacing: 1px;
    }

    .post-content blockquote {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 45px;
    }

    .post-content blockquote::before {
        font-size: 55px;
    }

    .post-content .kg-gallery-container {
        margin-bottom: 8px;
    }

    .post-content .kg-gallery-container,
    .post-content .kg-gallery-row:not(:first-of-type) {
        margin-top: 8px;
    }

    .post-content .kg-gallery-image:not(:first-of-type) {
        margin-left: 8px;
    }

    .post-content .kg-bookmark-container:hover {
        transform: translateY(0);
    }

    .post-content .kg-bookmark-title {
        font-size: 14px;
    }

    .post-content .kg-bookmark-description {
        font-size: 12px;
    }

    .post-content .kg-image-card.kg-width-full img {
        right: 0;
        left: 0;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 768px) {
    .post-content table {
        font-size: 14px;
    }

    .post-content p,
    .post-content iframe,
    .post-content ol,
    .post-content ul,
    .post-content table {
        margin-bottom: 20px;
    }

    .post-content hr {
        margin-top: 40px;
    }

    .post-content .kg-card {
        margin-top: 30px;
    }

    .post-content .kg-bookmark-card + .kg-bookmark-card {
        margin-top: -20px;
    }

    .post-content hr,
    .post-content .kg-card {
        margin-bottom: 40px;
    }

    .post-content p img {
        margin-bottom: 5px;
    }

    .post-content img ~ small,
    .post-content p img ~ small {
        bottom: -10px;
    }

    .post-content blockquote::before {
        top: -2px;
    }

}

@media (max-width: 960px) {
    .post-content {
        font-size: 16px;
        margin-top: 0;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .post-content {
        padding-right: 40px;
        padding-left: 40px;
    }

    .post-content h1 {
        font-size: calc(38px + var(--font-scale-primary));
        margin-top: 50px;
    }

    .post-content h2 {
        font-size: calc(28px + var(--font-scale-primary));
        margin-top: 45px;
    }

    .post-content h3 {
        font-size: 26px;
        margin-top: 35px;
    }

    .post-content h4 {
        font-size: 21px;
        margin-top: 30px;
    }

    .post-content h5 {
        font-size: 17px;
        margin-top: 25px;
    }

    .post-content h6 {
        font-size: 11px;
        margin-top: 25px;
    }

    .post-content blockquote {
        font-size: calc(20px + var(--font-scale-primary));
        margin-top: 60px;
        margin-bottom: 60px;
        padding-left: 50px;
    }

    .post-content blockquote::before {
        font-size: calc(60px + var(--font-scale-primary));
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .post-content blockquote {
        margin-top: 70px;
        margin-bottom: 70px;
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    .post-content blockquote {
        padding-left: 60px;
    }

    .post-content blockquote::before {
        font-size: calc(75px + var(--font-scale-primary));
        top: -2px;
    }

}

@media (min-width: 481px) and (max-width: 1024px) {
    .post-content .kg-gallery-container {
        margin-bottom: 10px;
    }

    .post-content .kg-gallery-container,
    .post-content .kg-gallery-row:not(:first-of-type) {
        margin-top: 10px;
    }

    .post-content .kg-gallery-image:not(:first-of-type) {
        margin-left: 10px;
    }

    .post-content .kg-image-card.kg-width-full img {
        width: calc(100vw - 25px - 25px);
        margin-right: calc(-50vw + 25px);
        margin-left: calc(-50vw + 25px);
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .post-content .kg-image-card.kg-width-wide img,
    .post-content .kg-gallery-container {
        position: relative;
        right: 50%;
        left: 50%;
        width: calc(100vw - 140px - 140px);
        margin-right: calc(-50vw + 140px);
        margin-left: calc(-50vw + 140px);
    }

}

@media (min-width: 1281px) {
    .post-content .kg-image-card.kg-width-wide img,
    .post-content .kg-gallery-container {
        width: calc(100% + 180px + 180px);
        margin-left: -180px;
    }

}

/* --------------------------------------------------------------------------
   12.Post — Share
   -------------------------------------------------------------------------- */
.share-section {
    width: 100%;
    padding-top: 30px;
    display: none;
}

.share-wrap {
    position: relative;
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.share-heading {
    box-sizing: border-box;
    padding: 6px 20px 10px;
}

/* Icons
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.share-icons {
    display: inline-flex;
    overflow: hidden;
    border-radius: calc(var(--border-radius) / 2);
}

.share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    transition: background-color .15s ease;
    border: none;
    background-color: var(--color-bg-one);
}

.share-icons a,
.share-icons a:hover {
    box-shadow: none;
}

.share-icons a:hover {
    background-color: var(--ghost-accent-color);
}

.share-icons a:hover svg {
    fill: var(--color-font-loop-and-elements-one);
}

.share-icons svg {
    width: 23px;
    height: 23px;
}

/* Copy
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.share-copy {
    cursor: pointer;
}

.share-copy svg {
    width: 27px;
    height: 27px;
}

.share-alert {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    color: var(--color-font);
}

.share-copy:not(:active) + .share-alert {
    transition: opacity 10s step-end;
}

.share-copy:active + .share-alert {
    opacity: .6;
}

.share-input {
    display: block;
    cursor: default;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
}

.share-scrollable {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    transform: translateX(100%);
    float: right;
}

.share-scrollable .share-section {
    padding-left: 48px;
    display: block;
    width: auto;
}

.share-scrollable .share-wrap {
    display: inline-block;
}

.share-scrollable .share-icons {
    flex-direction: column;
}

.share-scrollable .share-heading {
    display: none;
}

.share-scrollable .share-alert {
    text-align: center;
    left: 0;
}

.share-scrollable .share-input {
    width: 90px;
    height: 40px;
    padding: 0;
}

/* RWD — Post — Share
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .share-heading {
        padding-left: 5px;
    }

    .share-icons a {
        width: 60px;
        height: 60px;
    }

    .share-icons svg {
        width: 18px;
        height: 18px;
    }

    .share-alert {
        left: 5px;
    }

}

@media (min-width: 481px) and (max-width: 960px) {
    .share-icons a {
        width: 70px;
        height: 70px;
    }

    .share-icons svg {
        width: 20px;
        height: 20px;
    }

}

@media (max-width: 1016px) {
    .share-section {
        display: block;
    }

    .share-scrollable .share-section {
        display: none;
    }
}

/* --------------------------------------------------------------------------
   13.Post — Related
   -------------------------------------------------------------------------- */
.related-wrap {
    max-width: var(--max-width-wrap);
    margin-bottom: 40px;
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.related-heading {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: center;
}

/* RWD — Post — Related
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .related-wrap {
        margin-bottom: 15px;
    }

}

@media (min-width: 481px) and (max-width: 1024px) {
    .related-wrap {
        margin-bottom: 20px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .related-wrap {
        margin-bottom: 30px;
    }

}

/* --------------------------------------------------------------------------
   14.Post navigation
   -------------------------------------------------------------------------- */
.nextprev-section {
    margin-right: 13px;
    margin-left: 13px;
}

.nextprev-wrap {
    flex-wrap: nowrap;
    max-width: calc(var(--max-width-wrap) - 26px);
    margin: 0 auto;
}

.next-wrap,
.prev-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
    flex: 1 0 50%;
    min-width: 50%;
    background-color: var(--color-bg-two);
}

.next-wrap {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.prev-wrap {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.nextprev-wrap.is-one .next-wrap,
.nextprev-wrap.is-one .prev-wrap {
    border-radius: var(--border-radius);
}

/* Link
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.next-link,
.prev-link {
    z-index: 3;
}

/* Section
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.nextprev-wrap section {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    min-height: 190px;
    transition: background-color .15s ease;
}

.prev-wrap section {
    padding: 55px 10% calc(60px + var(--border-radius)) 18%;
    text-align: right;
}

.next-wrap section {
    padding: 55px 18% calc(60px + var(--border-radius)) 10%;
    text-align: left;
}

.nextprev-wrap.is-one .next-wrap section,
.nextprev-wrap.is-one .prev-wrap section {
    padding-bottom: calc(60px + var(--border-radius));
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.nextprev-heading {
    position: relative;
}

.nextprev-heading svg {
    position: absolute;
    top: 0;
    width: 14px;
    height: 14px;
    transition-timing-function: ease-in-out;
    transition-duration: .15s;
}

.next-heading {
    transform: translateX(20px);
}

.next-heading svg {
    left: -20px;
    transition-property: left;
    transform: rotate(180deg);
}

.next-wrap:hover svg {
    left: -25px;
}

.prev-heading {
    transform: translateX(-20px);
}

.prev-heading svg {
    right: -20px;
    transition-property: right;
}

.prev-wrap:hover svg {
    right: -25px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.nextprev-title {
    font-size: calc(30px + var(--font-scale-primary));
    margin: 10px 0 20px;
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.nextprev-image,
.nextprev-image::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.nextprev-image::before {
    content: '';
    background-color: rgba(var(--overlay-global), var(--overlay-navigation-image));
}

/* RWD — Post navigation
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .nextprev-wrap section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .nextprev-title {
        font-size: calc(20px + var(--font-scale-primary));
        margin-bottom: 5px;
    }

}

@media (min-width: 481px) and (max-width: 600px) {
    .nextprev-wrap section {
        padding-right: 40px;
        padding-left: 40px;
    }

    .nextprev-title {
        font-size: calc(25px + var(--font-scale-primary));
    }

}

@media (max-width: 600px) {
    .nextprev-wrap {
        flex-direction: column;
    }

    .next-wrap {
        border-top-right-radius: var(--border-radius);
        border-bottom-left-radius: 0;
    }

    .prev-wrap {
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--border-radius);
    }

    .nextprev-wrap section {
        min-height: 130px;
        padding-top: 40px;
    }

    .next-wrap section {
        padding-bottom: 40px;
    }

    .prev-wrap section {
        padding-bottom: calc(40px + var(--border-radius));
    }

}

@media (min-width: 601px) and (max-width: 768px) {
    .prev-wrap section {
        padding-right: 30px;
    }

    .next-wrap section {
        padding-left: 30px;
    }

    .nextprev-title {
        font-size: calc(20px + var(--font-scale-primary));
        margin-bottom: 0;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .prev-wrap section {
        padding-right: 40px;
    }

    .next-wrap section {
        padding-left: 40px;
    }

    .nextprev-title {
        font-size: calc(25px + var(--font-scale-primary));
    }

}

@media (min-width: 1025px) {
    .nextprev-wrap section {
        will-change: transform;
    }

    .nextprev-wrap .nextprev-image {
        transition: transform .3s ease-in-out;
        transform: translateZ(0) scale(1);
        -webkit-backface-visibility: hidden;
    }

    .next-wrap:hover .nextprev-image,
    .prev-wrap:hover .nextprev-image {
        transform: translateZ(0) scale(1.02);
    }

}

@media (max-width: 1280px) {
    .nextprev-section {
        margin-right: 10px;
        margin-left: 10px;
    }

}

/* --------------------------------------------------------------------------
   15.Comments
   -------------------------------------------------------------------------- */
.comments-section {
    position: relative;
    z-index: 2;
    margin: calc(0px - var(--border-radius)) 13px 0;
}

.comments-wrap {
    max-width: calc(var(--max-width-wrap) - 26px);
    margin: 0 auto;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    background-color: var(--color-bg-one);
}

.comments-content {
    max-width: 740px;
    margin: 0 auto;
}

.comments-content > div {
    padding-right: 40px;
    padding-left: 40px;
}

.comments-content > div:first-of-type {
    padding-top: 8vh;
}

.comments-content > div:last-of-type {
    padding-bottom: 8vh;
}

/* RWD — Comments
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .comments-content > div {
        padding-right: 25px;
        padding-left: 25px;
    }

    .comments-content > div:first-of-type {
        padding-top: 20px;
    }

    .comments-content > div:last-of-type {
        padding-bottom: 0;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .comments-content > div:first-of-type {
        padding-top: 50px;
    }

    .comments-content > div:last-of-type {
        padding-bottom: 20px;
    }

}

@media (max-width: 1280px) {
    .comments-section {
        margin-right: 10px;
        margin-left: 10px;
    }

}

/* --------------------------------------------------------------------------
   16.Search
   -------------------------------------------------------------------------- */
.search-section,
.search-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
}

.search-section {
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    max-width: 742px;
    height: 100%;
    padding: 60px 55px;
    transition: transform .6s ease-in-out;
    transform: translateX(100%);
    background-color: var(--color-bg-body);
    -webkit-overflow-scrolling: touch;
}

.search-overlay {
    width: 100%;
    height: 100%;
    transition: background-color .4s ease-in-out;
    pointer-events: none;
}

.search-wrap {
    width: 100%;
    padding: 5vh 0 0;
}

/* Opened
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-opened {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

.search-opened .search-section {
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-opened .global-container {
    overflow-x: hidden;
    overflow-y: scroll;
}

.search-opened .search-overlay {
    pointer-events: auto;
    background-color: rgba(var(--overlay-global), .6);
}

/* Icon
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-open svg,
.search-close svg {
    cursor: pointer;
}

.search-open svg {
    width: 17px;
    height: 17px;
    margin: 0 0 -3px 5px;
    list-style: none;
}

.search-open span {
    display: none;
}

.search-close {
    position: absolute;
    z-index: 999;
    top: 40px;
    right: 40px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
}

.search-close svg {
    width: 25px;
    height: 25px;
    transition: transform .2s ease;
}

.search-close svg:hover {
    transform: scale(.8);
}

/* Form
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-form input {
    font-size: 30px;
    width: 80%;
    height: 40px;
    padding: 0 0 10px;
    text-align: left;
}

.search-form input:focus {
    width: 100%;
}

/* Meta
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-meta {
    font-size: 10px;
    font-weight: var(--font-weight-primary-regular);
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: .8;
}

.search-meta .is-hide {
    display: none;
}

/* Results
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-results {
    line-height: 1.4;
}

.search-results span {
    font-size: 12px;
    font-weight: var(--font-weight-primary-regular);
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 3px;
    letter-spacing: .5px;
    opacity: .8;
}

.search-results a {
    font-family: var(--font-family-primary);
    font-size: 24px;
    font-weight: var(--font-weight-primary-extra-bold);
}

/* RWD — Search function
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .search-section {
        padding: 40px 20px;
    }

    .search-form input {
        font-size: 20px;
        padding-bottom: 0;
    }

    .search-results {
        line-height: 1.3;
    }

    .search-results span {
        margin-bottom: 0;
    }

    .search-results a {
        font-size: 16px;
    }

    .search-close {
        top: 30px;
        right: 30px;
    }

}

@media (max-width: 1100px) {
    .search-open {
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        padding: 12px 15px 15px 0;
        cursor: pointer;
        border-bottom-right-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
        background-color: var(--color-elements-three);
    }

    .search-open span {
        display: inline-block;
        margin-right: 3px;
        color: var(--color-font-inverse);
    }

    .search-open svg {
        fill: var(--color-font-inverse);
    }

}

/* --------------------------------------------------------------------------
   17.Suggestion
   -------------------------------------------------------------------------- */
.suggestion-section {
    width: 100%;
    margin: 6vh 0 0;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.suggestion-title {
    font-size: calc(26px + var(--font-scale-primary));
    line-height: 1.4;
    width: 90%;
    margin: 20px 10% 35px 0;
}

/* Tags
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.suggestion-tags {
    max-width: 100%;
    margin-bottom: 30px;
}

.suggestion-tags a {
    font-size: 9px;
    padding: 7px 9px 7px 11px;
}

/* Authors
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.suggestion-item {
    position: relative;
    overflow: hidden;
    width: 143px;
    margin: 0 15px 15px 0;
    transition: transform .2s ease;
    border-radius: var(--border-radius);
    background-color: var(--color-bg-one);
}

.suggestion-item:hover {
    transform: translateY(-3px);
}

.suggestion-content {
    width: 100%;
    height: 100%;
}

.suggestion-image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 90px;
}

.suggestion-name {
    font-family: var(--font-family-primary);
    font-size: calc(14px + var(--font-scale-primary));
    font-weight: var(--font-weight-primary-bold);
    align-self: center;
    box-sizing: border-box;
    margin: 0;
    padding: 17px 15px 20px;
}

.suggestion-name.is-image {
    align-self: baseline;
}

/* RWD — Suggestion
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .suggestion-item {
        flex: 1 0 40%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .suggestion-item:nth-child(2n+0):not(.is-last) {
        margin-right: 10px;
    }

    .suggestion-item:hover {
        transform: translateY(0);
    }

    .suggestion-item.is-last {
        max-width: 100%;
    }

    .suggestion-content {
        height: 100%;
    }

    .suggestion-title {
        font-size: calc(20px + var(--font-scale-primary));
    }

    .suggestion-image {
        height: 90px;
    }

    .suggestion-name {
        font-size: calc(12px + var(--font-scale-primary));
        padding-top: 10px;
        padding-bottom: 12px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .suggestion-tags a {
        font-size: 8px;
        padding: 6px 8px 6px 10px;
    }

}

/* --------------------------------------------------------------------------
   18.Subscribe form
   -------------------------------------------------------------------------- */
.subscribe-section {
    position: relative;
    margin: 8vh auto -10vh;
    padding: 0;
}

.subscribe-wrap {
    margin: 0 auto;
    text-align: center;
}

/* Form
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 50px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-title {
    font-size: calc(38px + var(--font-scale-primary));
    line-height: 1.45;
    max-width: 650px;
    margin: 0 auto;
    padding: 15px 0;
}

/* input
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-input {
    font-size: 18px;
    width: 65%;
    height: 30px;
    margin: 20px auto 30px;
    padding: 6px 9px;
    text-align: center;
    word-break: normal;
}

.subscribe-input:focus {
    width: 85%;
}

/* Button
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-button {
    margin-top: 20px;
}

/* iTyped
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-ityped {
    font-size: 20px;
    font-weight: var(--font-weight-primary-extra-bold);
    max-width: 450px;
    margin: 0 auto 40px;
}

.ityped-cursor {
    margin-left: 3px;
    -webkit-animation: .6s blink infinite;
    animation: .6s blink infinite;
}

@-webkit-keyframes blink {
    from, to {
        color: transparent
    }
    50% {
        color: var(--color-font)
    }
}

@keyframes blink {
    from, to {
        color: transparent
    }
    50% {
        color: var(--color-font)
    }
}

/* Alerts
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-alert {
    display: none;
}

.subscribe-form.loading ~ .subscribe-alert-loading,
.subscribe-form.error ~ .subscribe-alert-error {
    font-size: 10px;
    font-weight: var(--font-weight-primary-bold);
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 3vh auto 0;
    padding: 8px 15px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.subscribe-form.loading ~ .subscribe-alert-loading {
    color: var(--color-font-alert-orange);
}

.subscribe-form.error ~ .subscribe-alert-error {
    color: var(--color-font-alert-red);
}

/* Sucess info
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-form.success,
.subscribe-form ~ .subscribe-success {
    display: none;
}

.subscribe-form.success ~ .subscribe-success {
    display: inline-block;
}

.subscribe-form.success ~ .subscribe-success p {
    font-size: 19px
}

/* Question about the account
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-form.loading + .subscribe-question,
.subscribe-form.success + .subscribe-question,
.subscribe-form.error + .subscribe-question {
    display: none;
}

.subscribe-form + .subscribe-question {
    margin-top: 3vh;
}

.footer-subscribe {
    z-index: 0;
}

.footer-subscribe .subscribe-wrap {
    background: url("../images/footer-subscribe/subscribe-background.jpg") no-repeat top center / auto 311px;
    min-height: 315px;
}

.footer-subscribe .subscribe-content {
    padding: 54px 0 53px;
}

.footer-subscribe .subscribe-title {
    font-size: calc(32px + var(--font-scale-primary));
    line-height: 1.25;
    max-width: 450px;
    padding: 0 0 32px;
}

.footer-subscribe .agree {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 20px;
}

.footer-subscribe .petcube-input {
    width: 419px;
    margin-right: 10px;
}

/* RWD — Subscibe
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .subscribe-content {
        padding: 40px 20px;
    }

    .subscribe-title {
        font-size: calc(23px + var(--font-scale-primary));
    }

    .subscribe-input {
        font-size: 16px;
    }

    .subscribe-ityped {
        font-size: 16px;
    }

    .subscribe-button {
        margin-top: 10px;
    }

    .subscribe-form.success ~ .subscribe-success p {
        font-size: 17px
    }

    .footer-subscribe .subscribe-title {
        font-size: calc(24px + var(--font-scale-primary));
    }
}

@media (max-width: 624px) {
    .footer-subscribe .petcube-input,
    .footer-subscribe .petcube-button {
        width: 100%;
    }

    .footer-subscribe .petcube-input {
        margin: 0 0 16px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .subscribe-content {
        padding: 50px;
    }

    .subscribe-title {
        font-size: calc(25px + var(--font-scale-primary));
    }

    .footer-subscribe .subscribe-title {
        font-size: calc(24px + var(--font-scale-primary));
    }

    .subscribe-ityped {
        font-size: 18px;
    }

}

@media (max-width: 768px) {
    .subscribe-input,
    .subscribe-ityped {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-subscribe {
        margin-bottom: -2vh;
    }

    .footer-subscribe .subscribe-wrap {
        background-image: none;
    }

    .footer-subscribe .subscribe-content {
        padding: 45px 12px;
    }

    .footer-subscribe .subscribe-title {
        max-width: 320px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-subscribe .subscribe-wrap {
        background-image: url("../images/footer-subscribe/subscribe-background@tablet.jpg");
    }

    .footer-subscribe .subscribe-title {
        font-size: calc(30px + var(--font-scale-primary));
    }
}

/* --------------------------------------------------------------------------
   19.Members
   -------------------------------------------------------------------------- */

/* Login section
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.members-login-panel-section {
    display: inline-block;
    margin: 0;
    padding: 0 3px 0 0;
}

a.members-signup,
a.members-signout {
    font-size: 13px;
    font-weight: var(--font-weight-primary-extra-bold);
    line-height: 1;
    position: relative;
    top: -1px;
    margin: 0 0 0 3px;
    padding: 5px 10px 6px 11px;
    transition-timing-function: ease-in-out;
    transition-duration: .15s;
    transition-property: background-color, color;
    text-decoration: none;
    color: var(--color-font);
    border: 2px solid var(--color-elements-three);
    border-radius: 50px;
    outline: none;
}

.members-signup:hover,
.members-signout:hover {
    color: var(--color-font-inverse);
    background-color: var(--color-elements-three);
}

.members-signup::before,
.members-signout::before {
    display: none;
}

a.members-signin,
a.members-account {
    position: relative;
    margin-left: 25px;
}

a.members-signin::after,
a.members-account::after {
    font-size: 13px;
    position: absolute;
    left: -21px;
    content: '•';
    pointer-events: none;
}

body.is-account .members-account::before,
body.is-account .members-account:hover::before {
    background-color: var(--ghost-accent-color);
}

body.is-account .members-account:hover::before {
    opacity: 1;
}

/* Teaser
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.members-teaser {
    position: relative;
    margin-bottom: 20px;
}

.members-teaser::after {
    position: absolute;
    right: 50%;
    bottom: -20px;
    left: 50%;
    width: calc(100vw - 40px);
    height: 80%;
    max-height: 340px;
    margin: 0 calc(-50vw + 20px);
    content: '';
    pointer-events: none;
    background-color: var(--color-bg-body);
    -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .013) 8.1%, rgba(0, 0, 0, .049) 15.5%, rgba(0, 0, 0, .104) 22.5%, rgba(0, 0, 0, .175) 29%, rgba(0, 0, 0, .259) 35.3%, rgba(0, 0, 0, .352) 41.2%, rgba(0, 0, 0, .45) 47.1%, rgba(0, 0, 0, .55) 52.9%, rgba(0, 0, 0, .648) 58.8%, rgba(0, 0, 0, .741) 64.7%, rgba(0, 0, 0, .825) 71%, rgba(0, 0, 0, .896) 77.5%, rgba(0, 0, 0, .951) 84.5%, rgba(0, 0, 0, .987) 91.9%, black);
    mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .013) 8.1%, rgba(0, 0, 0, .049) 15.5%, rgba(0, 0, 0, .104) 22.5%, rgba(0, 0, 0, .175) 29%, rgba(0, 0, 0, .259) 35.3%, rgba(0, 0, 0, .352) 41.2%, rgba(0, 0, 0, .45) 47.1%, rgba(0, 0, 0, .55) 52.9%, rgba(0, 0, 0, .648) 58.8%, rgba(0, 0, 0, .741) 64.7%, rgba(0, 0, 0, .825) 71%, rgba(0, 0, 0, .896) 77.5%, rgba(0, 0, 0, .951) 84.5%, rgba(0, 0, 0, .987) 91.9%, black);
}

/* CTA
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.members-cta {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 620px;
    margin: 60px auto 10vh;
    padding: 40px 60px;
    text-align: center;
    border-radius: var(--border-radius);
    background-color: var(--ghost-accent-color);
    box-shadow: 0 10px 45px 0 var(--color-bg-members-cta-shadow);
}

.members-content .members-cta h2 {
    font-family: var(--font-family-primary);
    font-size: 37px;
    font-weight: var(--font-weight-primary-extra-bold);
    line-height: 1.3;
    margin-top: 20px;
    padding: 0 20px;
}

.members-content .members-cta p {
    font-size: 17px;
    margin-bottom: 30px;
}

.members-content .members-cta-text-color {
    color: var(--color-font-loop-and-elements-one)
}

.members-content .members-cta-button {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    transition-timing-function: ease-in-out;
    transition-duration: .15s;
    transition-property: padding-left, padding-right, width;
}

.members-content .members-cta-button,
.members-content .members-cta-button:hover {
    color: var(--color-font-members-button);
    background-color: var(--color-bg-members-button);
}

.members-content .members-cta-button,
.members-content .members-cta-button:hover,
.members-cta-question a,
.members-cta-question a:hover {
    box-shadow: none;
}

/* RWD — Members
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .members-teaser::after {
        width: 100vw;
        margin-right: -50vw;
        margin-left: -50vw;
    }

    .members-cta {
        margin-top: 15px;
        margin-bottom: 0;
        padding: 25px 15px;
        border-radius: var(--border-radius);
    }

    .members-content .members-cta h2 {
        font-size: 22px;
    }

    .members-content .members-cta p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .members-content .members-cta-button {
        padding-bottom: 23px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .members-cta {
        padding: 30px;
    }

    .members-content .members-cta h2 {
        font-size: 28px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .members-content .members-cta h2 {
        font-size: 32px;
    }

}

@media (max-width: 1100px) {
    .members-login-panel-section {
        padding-right: 0;
    }

    a.members-signin,
    a.members-account {
        display: block;
        padding: 7px 10px 7px 20px;
    }

    a.members-signup,
    a.members-signout {
        font-size: 14px;
        margin-top: 9px;
        margin-right: 7px;
        margin-bottom: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    a.members-signin::after,
    a.members-account::after {
        display: none;
    }

}

/* --------------------------------------------------------------------------
   20.Footer
   -------------------------------------------------------------------------- */
.footer-section {
    padding-top: 12vh;
}

.footer-wrap {
    align-items: center;
    margin: 2vh auto 0;
}

.footer-nav,
.footer-icons,
.footer-copyright {
    box-sizing: border-box;
}

/* Navigation
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-nav {
    flex: 0 0 60%;
    padding: 0 0 5px 15px;
}

.footer-nav,
.footer-nav li {
    line-height: 1.4;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav li {
    font-size: 13px;
    font-weight: var(--font-weight-primary-bold);
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.footer-nav a {
    display: inline-block;
    position: relative;
}

/* Dot
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-nav a::before {
    position: absolute;
    top: -1px;
    right: -6px;
    width: 5px;
    height: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background-color, opacity;
    border-radius: 7px;
    background-color: transparent;
}

.footer-nav a:hover::before,
.footer-nav a.is-active::before,
.footer-nav a.is-active:hover::before {
    background-color: var(--ghost-accent-color);
}

.footer-nav a:hover::before {
    opacity: .3;
    background-color: var(--color-elements-three);
}

.footer-nav a.is-active:hover::before {
    opacity: 1;
}

/* Social icons
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-icons {
    flex: 0 0 40%;
    justify-content: flex-end;
    padding-right: 15px;
}

.footer-icons a {
    line-height: 1;
    margin: 0 0 0 30px;
    padding: 2px 0;
}

.footer-icons svg {
    width: 19px;
    height: 19px;
}

.footer-icons svg:hover {
    fill: var(--ghost-accent-color);
}

/* Copyright
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-copyright {
    font-size: 10px;
    line-height: 1.3;
    display: inline-block;
    padding: 10px 30px 30px 15px;
    text-align: left;
    letter-spacing: .7px;
    text-transform: uppercase;
    opacity: .8;
}

/* RWD — Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
    .footer-section {
        padding-top: 8vh;
    }

    .footer-wrap {
        max-width: 450px;
    }

    .footer-nav {
        order: 2;
        padding-left: 0;
    }

    .footer-nav,
    .footer-icons {
        flex-basis: 100%;
        justify-content: center;
    }

    .footer-nav,
    .footer-copyright {
        text-align: center;
    }

    .footer-nav li {
        margin-right: 5px;
        margin-left: 5px;
    }

    .footer-icons {
        max-width: 80%;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 2vh;
    }

    .footer-icons a {
        margin: 0 15px 0;
    }

    .footer-copyright {
        order: 3;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    .footer-nav,
    .footer-copyright {
        padding-left: 10px;
    }

    .footer-icons {
        padding-right: 10px;
    }

}

/* --------------------------------------------------------------------------
   21.Custom — Pages
   -------------------------------------------------------------------------- */
.custom-wrap {
    width: 100%;
    height: 100%;
}

.custom-flex {
    flex: 1 0 57%;
    flex-direction: column;
    flex-wrap: nowrap;
}

.custom-content {
    align-items: center;
    flex: 1 0 auto;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 6vh auto 8vh;
    padding: 0;
}

.custom-heading,
.custom-footer {
    box-sizing: border-box;
}

/* Header
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-header {
    flex-shrink: 0;
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
}

.custom-heading {
    line-height: 1.4;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 10px;
    text-align: center;
}

.custom-heading svg {
    position: absolute;
    top: 0;
    left: -22px;
    width: 14px;
    height: 14px;
    margin-left: 0;
    transition: left .15s ease-out;
    transform: rotate(180deg);
}

.custom-heading svg,
.custom-heading svg:hover {
    fill: var(--color-font);
}

.custom-heading:hover svg {
    left: -26px;
}

/* Image & Cover
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-image {
    flex: 1 0 calc(43% - 4%);
    margin: 45px 0 45px 4%;
    border-radius: var(--border-radius);
}

.custom-cover {
    display: none;
}

/* Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-footer {
    line-height: 1.1;
    flex-shrink: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px 45px;
    text-align: center;
}

.custom-footer a {
    font-weight: var(--font-weight-primary-extra-bold);
}

.custom-footer a,
.custom-footer span {
    font-size: 13px;
    display: inline;
    letter-spacing: .5px;
}

/* RWD — Custom — Pages
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .custom-content {
        margin-top: 20px;
    }

}

@media (max-width: 1400px) {
    .custom-wrap {
        box-sizing: border-box;
        padding: 0 20px;
    }

    .custom-image {
        display: none;
    }

    .custom-cover {
        display: initial;
    }

}

/* --------------------------------------------------------------------------
   22.Custom — Subscribe page
   -------------------------------------------------------------------------- */
.custom-subscribe .subscribe-content {
    position: relative;
    padding: 0;
    text-align: center;
}

.custom-subscribe .subscribe-content p {
    padding-bottom: 30px;
}

/* Gallery
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-gallery {
    flex-direction: column;
    flex-wrap: nowrap;
    height: calc(100vh - 90px);
}

.custom-gallery-row,
.custom-gallery-image {
    height: 100%;
}

.custom-gallery-image {
    flex-grow: 1;
    flex-shrink: 0;
    height: auto;
    border-radius: var(--border-radius);
}

.custom-gallery-row.is-one .custom-gallery-image,
.custom-gallery-row.is-two .custom-gallery-image,
.custom-gallery-row.is-three .custom-gallery-image + .custom-gallery-image {
    flex-basis: 55%;
}

.custom-gallery-row.is-one .custom-gallery-image,
.custom-gallery-row.is-two .custom-gallery-image + .custom-gallery-image,
.custom-gallery-row.is-three .custom-gallery-image {
    flex-basis: calc(45% - 16px);
}

.custom-gallery-row.is-two .custom-gallery-image + .custom-gallery-image,
.custom-gallery-row.is-three .custom-gallery-image + .custom-gallery-image {
    margin-left: 16px;
}

.custom-gallery-row.is-one + .custom-gallery-row.is-two,
.custom-gallery-row.is-three {
    margin-top: 16px;
}

/* --------------------------------------------------------------------------
   23.Custom — Error page
   -------------------------------------------------------------------------- */
.custom-error .error-message {
    position: relative;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.custom-error .error-message h1 {
    font-size: 150px;
    line-height: 1;
    margin: 0;
}

.custom-error .error-message h3 {
    font-family: var(--font-family-primary);
    font-size: 25px;
    font-weight: var(--font-weight-primary-extra-bold);
    margin: 0 0 20px;
    padding-top: 25px;
    padding-bottom: 40px;
}

/* RWD — Custom — Error page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
    .custom-error .error-message h1 {
        font-size: 90px;
    }

    .custom-error .error-message h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

}

/* --------------------------------------------------------------------------
   24.Custom — Contact page
   -------------------------------------------------------------------------- */
.custom-contact .contact-name {
    margin-bottom: 0;
}

.custom-contact .contact-email {
    margin-top: 20px;
}

/* input
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-input {
    font-size: 18px;
    width: 65%;
    height: 30px;
    margin: 20px auto 30px;
    padding: 6px 9px;
    text-align: center;
}

.contact-input:focus {
    width: 85%;
}

/* textarea
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-contact .contact-message {
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    width: calc(70% - 4px);
    max-width: 473px;
    min-height: 110px;
    margin: 40px auto;
    padding: 15px 9px;
    resize: vertical;
    text-align: center;
    color: var(--color-font);
    border: 2px solid var(--color-elements-three);
    border-radius: calc(var(--border-radius) / 2);
    outline: none;
    background-color: var(--color-bg-body);
}

/* --------------------------------------------------------------------------
   25.Custom — Membership page
   -------------------------------------------------------------------------- */
.membership-section > div {
    max-width: 800px;
    text-align: center;
}

.membership-content {
    padding-right: 25px;
    padding-left: 25px;
}

.membership-heading,
.membership-card,
.membership-footer {
    box-sizing: border-box;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-title {
    font-size: calc(45px + var(--font-scale-primary));
}

.membership-subtitle {
    font-family: var(--font-family-primary);
    font-size: 25px;
    font-weight: var(--font-weight-primary-extra-bold);
    margin-bottom: 7vh;
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-heading {
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

/* Switch
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-cards[data-active-price="yearly"] [data-monthly],
.membership-cards[data-active-price="monthly"] [data-yearly] {
    display: none;
}

.membership-cards[data-active-price="monthly"] .membership-switch-wrap::before {
    transform: translateX(-100%);
}

.membership-cards[data-active-price="monthly"] button:first-of-type,
.membership-cards[data-active-price="yearly"] button:first-of-type + button {
    transition: color .15s ease-in-out;
    color: var(--color-font-inverse);
}

.membership-switch {
    display: none;
    flex-basis: 100%;
    width: 100%;
}

.membership-switch-wrap,
.membership-switch-wrap button {
    position: relative;
}

.membership-switch-wrap {
    border-radius: var(--border-radius);
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
    min-height: 50px;
    margin: 1vh auto 4vh;
    will-change: transform;
    background-color: var(--color-elements-one);
}

.membership-switch-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 50%;
    content: "";
    transition: transform .15s ease-in-out;
    background-color: var(--color-elements-three);
}

.membership-switch-wrap button {
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: var(--font-weight-primary-extra-bold);
    line-height: 1;
    width: 50%;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out;
    color: var(--color-font);
    border: 0;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

/* Pricing tables
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-cards {
    justify-content: center;
    padding-bottom: 10px;
}

.membership-card {
    position: relative;
    flex: 1 0 calc(33.333% - 15px * 2);
    min-width: 250px;
    max-width: 384px;
    margin: 13px;
    padding-bottom: 70px;
    transition: transform .2s ease;
    text-align: center;
    color: var(--color-font-loop-and-elements-one);
    border-radius: var(--border-radius);
    will-change: transform;
}

.membership-card:hover {
    transform: translateY(-3px);
}

.membership-card-content {
    margin: 0 auto;
    padding: 40px 30px;
}

.membership-card.free-tier {
    background-color: var(--color-bg-membership-card-free);
}

.membership-card.paid-tier {
    background-color: var(--color-bg-membership-card-paid);
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-title {
    font-family: var(--font-family-primary);
    font-size: 15px;
    font-weight: var(--font-weight-primary-extra-bold);
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Price
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-price {
    font-family: var(--font-family-primary);
    font-size: calc(65px + var(--font-scale-primary));
    font-weight: var(--font-weight-primary-bold);
    margin: 0 0 0 -18px;
    padding: 2vh 0 4vh;
}

.membership-card-price sup {
    font-family: var(--font-family-primary);
    font-size: 60%;
    font-weight: var(--font-weight-primary-regular);
    margin-right: 3px;
}

.membership-card-price span,
.membership-card-description {
    font-family: var(--font-family-primary);
    font-size: 19px;
    font-weight: var(--font-weight-primary-extra-bold);
}

.membership-card-description {
    line-height: 1.5;
    margin: -1.5vh 0 3vh;
}

/* Options
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-options ul {
    margin: 0;
    padding: 0 0 4vh;
}

.membership-card-options ul li {
    font-size: 16px;
    font-weight: var(--font-weight-primary-bold);
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

/* Button
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-card-button-wrap {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
}

.membership-card-button {
    display: inline-block;
}

.membership-card-button,
.membership-card-button:hover {
    color: var(--color-font-members-button);
    background-color: var(--color-bg-members-button);
}

/* Footer
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.membership-footer {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px 5vh;
    text-align: center;
}

/* RWD — Custom — Membership page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .membership-title {
        font-size: calc(23px + var(--font-scale-primary));
    }

    .membership-subtitle {
        font-size: 16px;
    }

    .membership-card {
        margin: 0 15px 15px;
    }

    .membership-card-content {
        padding: 30px 15px;
    }

    .membership-card-title {
        font-size: 24px;
    }

    .membership-card-price {
        font-size: 50px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .membership-title {
        font-size: calc(30px + var(--font-scale-primary));
    }

    .membership-subtitle {
        font-size: 18px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .membership-title {
        font-size: calc(38px + var(--font-scale-primary));
    }

    .membership-subtitle {
        font-size: 22px;
    }

}

@media (max-width: 1024px) {
    .membership-card-title {
        font-size: 12px;
    }

    .membership-card-price {
        font-size: calc(45px + var(--font-scale-primary));
    }

    .membership-card-options ul li {
        font-size: 14px;
    }

}

@media (min-width: 481px) and (max-width: 1280px) {
    .membership-card {
        max-width: initial;
        margin: 10px;
    }

}

/* --------------------------------------------------------------------------
   26.Custom — Account page
   -------------------------------------------------------------------------- */
.account-subtitle {
    font-family: var(--font-family-primary);
    font-size: 20px;
    font-weight: var(--font-weight-primary-extra-bold);
}

.account-subtitle span {
    color: var(--color-font-alert-red)
}

.account-subtitle,
.account-excerpt {
    max-width: 850px;
    padding-right: 10%;
}

/* Subscriber details
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscriber-details {
    margin: 30px 0 10px;
    padding: 20px 30px;
    border-radius: calc(var(--border-radius) / 2);
    background-color: var(--color-bg-one);
}

.subscriber-detail-column {
    flex-basis: 30%;
    flex-shrink: 0;
}

.subscriber-detail-column.one {
    flex-grow: 50;
    min-width: 300px;
}

.subscriber-detail-column.two {
    flex-grow: 999;
    min-width: 230px;
}

.subscriber-detail-column > div {
    box-sizing: border-box;
    padding: 15px 30px 15px 0;
}

.subscriber-content {
    font-family: var(--font-family-primary);
    font-size: 18px;
    font-weight: var(--font-weight-primary-extra-bold);
    display: inline-block;
    margin-top: 5px;
}

.subscriber-cancel {
    align-self: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.subscriber-cancel-button {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 25px 20px;
}

.subscriber-cancel-button:hover {
    padding: 25px 20px;
}

.subscriber-cancel-error {
    font-size: 11px;
    display: none;
    max-width: 240px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.subscriber-cancel-button.error + .subscriber-cancel-error {
    display: block;
    color: var(--color-font-alert-red);
}

.subscriber-detail-buttons {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.subscriber-detail-buttons span {
    display: inline-block;
    transition: transform .2s ease;
}

.subscriber-detail-buttons a:hover span {
    transform: translateX(3px);
}

.subscriber-detail-buttons a {
    margin-left: 10px;
}

.subscriber-detail-buttons a:hover:first-child {
    text-decoration: underline;
}

/* RWD — Custom — Account page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .account-subtitle {
        font-size: 15px;
    }

    .subscriber-details {
        padding: 10px 20px;
    }

    .subscriber-detail-column.one,
    .subscriber-detail-column.two {
        min-width: 100%;
    }

    .subscriber-detail-column > div {
        padding-right: 0;
    }

    .subscriber-content {
        font-size: 16px;
    }

    .subscriber-cancel-button {
        margin-left: 0;
    }

    .subscriber-cancel-button,
    .subscriber-cancel-error {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .subscriber-cancel {
        width: 100%;
    }

}

@media (max-width: 960px) {
    .subscriber-detail-buttons {
        text-align: left;
    }

    .subscriber-detail-buttons a {
        margin-right: 10px;
        margin-left: 0;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .account-loop .loop-item.is-archive.tag-hash-large {
        flex-basis: calc(33.333% - 20px);
    }

}

@media (min-width: 1281px) {
    .account-loop .loop-item.is-archive.tag-hash-large {
        flex-basis: calc(33.333% - 26px);
    }

}

/* --------------------------------------------------------------------------
   27.Custom — Tags page
   -------------------------------------------------------------------------- */
.custom-tags {
    margin: 0 auto 8vh;
}

.tags-item,
.tags-content {
    position: relative;
    overflow: hidden;
}

.tags-content,
.tags-heading {
    box-sizing: border-box;
}

/* Item
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-item {
    align-content: center;
    flex: 1 0 auto;
    flex-wrap: nowrap;
    max-width: calc(100% - 26px);
    margin: 0 13px 26px;
    transition: transform .2s ease;
    border-radius: var(--border-radius);
    background-color: var(--color-bg-three);
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, .2);
    will-change: transform;
}

.tags-item:hover {
    transform: translateY(-3px);
}

.tags-item-double {
    flex-basis: calc(50% - 26px);
}

/* Content
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-content {
    z-index: 0;
    min-width: calc(100% - 100px);
    margin: 0;
    padding-right: 50px;
    padding-left: 30px;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.tags-content-double {
    padding-top: 45px;
    padding-bottom: 50px;
}

.tags-content-archive {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-content h2 {
    line-height: 1.3;
}

.tags-content-double h2 {
    font-size: calc(32px + var(--font-scale-primary));
}

.tags-content-archive h2 {
    font-size: calc(20px + var(--font-scale-primary));
}

.tags-image + h2 a {
    color: var(--color-font-loop-and-elements-two);
}

/* Description
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-description {
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: var(--font-weight-primary-bold);
    line-height: 1.4;
}

.tags-image ~ .tags-description {
    color: var(--color-font-loop-and-elements-two);
}

/* Counter
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-counter {
    font-family: var(--font-family-primary);
    font-size: calc(28px + var(--font-scale-primary));
    font-weight: var(--font-weight-primary-bold);
    align-self: center;
    min-width: 100px;
    margin: 0;
    text-align: center;
}

/* Image
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-image::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(var(--overlay-global), var(--overlay-tags-page-image));
}

/* Small heading
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-heading {
    display: block;
    margin: 35px 0 30px;
    padding: 0 20px;
    text-align: center;
}

/* RWD — Custom — Tags page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .custom-tags {
        margin-bottom: 4vh;
    }

    .tags-content {
        min-width: 100%;
        padding-right: 30px;
    }

    .tags-content-double h2 {
        font-size: calc(20px + var(--font-scale-primary));
    }

    .tags-content-archive h2 {
        font-size: calc(17px + var(--font-scale-primary));
    }

    .tags-heading {
        margin-top: 18px;
        margin-bottom: 15px;
    }

    .tags-counter {
        display: none;
    }

}

@media (min-width: 481px) and (max-width: 1024px) {
    .tags-content {
        min-width: calc(100% - 80px);
    }

    .tags-content-double h2 {
        font-size: calc(25px + var(--font-scale-primary));
    }

    .tags-counter {
        font-size: calc(22px + var(--font-scale-primary));
        min-width: 80px;
    }

}

@media (max-width: 1024px) {
    .tags-item:hover {
        transform: translateY(0);
    }

    .tags-item-double {
        flex-basis: calc(100% - 20px);
    }

    .tags-content-double {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .tags-content-archive {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tags-description {
        line-height: 1.2;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .tags-item-double {
        flex-basis: calc(50% - 20px);
    }

}

@media (max-width: 1280px) {
    .tags-item {
        max-width: calc(100% - 20px);
        margin: 0 10px 20px;
    }

}

/* --------------------------------------------------------------------------
   28.Custom — Authors page
   -------------------------------------------------------------------------- */
.custom-authors {
    margin: 0 auto 8vh;
}

.authors-wrap {
    padding-right: 0;
    padding-left: 0;
}

.authors-item,
.authors-content {
    position: relative;
    overflow: hidden;
}

/* Item
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.authors-item {
    flex: 1 0 calc(50% - 26px);
    max-width: calc(50% - 26px);
    margin: 0 13px 26px;
    transition: transform .2s ease;
}

.authors-item:hover {
    transform: translateY(-3px);
}

/* Content
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.authors-content {
    box-sizing: border-box;
    min-width: 100%;
    padding: 30px 35px 15px 30px;
}

/* Title
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.authors-title-wrap {
    align-items: initial;
    padding: 0;
}

/* Social icons
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.authors-icons {
    align-self: flex-end;
    flex: 1 0 100%;
}

.authors-icons a {
    z-index: 1;
    width: 100%;
    height: 70px;
    background-color: var(--color-bg-one);
}

.authors-icons svg {
    width: 20px;
    height: 20px;
}

/* RWD — Custom — Authors page
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 480px) {
    .authors-content {
        padding: 20px;
    }

}

@media (min-width: 769px) and (max-width: 960px) {
    .archive-icons a {
        flex-basis: 33%;
    }

}

@media (min-width: 961px) {
    .archive-title {
        font-size: calc(26px + var(--font-scale-primary));
    }

}

@media (max-width: 1024px) {
    .authors-item {
        flex-basis: calc(100% - 20px);
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    .authors-item {
        flex-basis: calc(50% - 20px);
    }

}

@media (max-width: 1280px) {
    .authors-item {
        max-width: calc(100% - 20px);
        margin: 0 10px 20px;
    }

    .authors-icons a {
        height: 50px;
    }

}

/* --------------------------------------------------------------------------
   29.Colors
   -------------------------------------------------------------------------- */

/* Item — is image, color or image with color
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-item.is-image {
    background-color: transparent
}

.global-item.is-image, .global-item.is-image a, .global-item.is-color-dark, .global-item.is-color-dark a {
    color: var(--color-font-loop-and-elements-two)
}

.global-item.is-color-light, .global-item.is-color-light a, .global-item.is-image .loop-tags a:hover, .global-item.is-image .global-label {
    color: var(--color-font-loop-and-elements-one)
}

.global-item.is-image a:hover ~ span svg, .global-item.is-color-dark a:hover ~ span svg, .global-item.is-image .nextprev-heading svg, .global-item.is-color-dark .nextprev-heading svg {
    fill: var(--color-font-loop-and-elements-two)
}

.global-item.is-color-light a:hover ~ span svg, .global-item.is-color-light .nextprev-heading svg {
    fill: var(--color-font-loop-and-elements-one)
}

.global-item.is-image .loop-tags a, .global-item.is-color-dark .loop-tags a {
    border-color: var(--color-font-loop-and-elements-two)
}

.global-item.is-color-light .loop-tags a {
    border-color: var(--color-font-loop-and-elements-one)
}

.global-item.is-image .loop-tags a:hover, .global-item.is-image .global-label, .global-item.is-color-dark .loop-tags a:hover, .global-item.is-color-dark .global-label {
    background-color: var(--color-font-loop-and-elements-two)
}

.global-item.is-color-light .loop-tags a:hover, .global-item.is-color-light .global-label {
    background-color: var(--color-font-loop-and-elements-one)
}

.global-item.is-color-light .color-image::before {
    opacity: var(--overlay-color-light-image)
}

.global-item.is-color-dark .color-image::before {
    opacity: var(--overlay-color-dark-image)
}

/* Details — white elements when color is dark */
.global-white-text .members-cta-button, .global-white-text .members-cta-button.global-button:hover {
    color: var(--color-font-members-cta-color-dark-button);
    background-color: var(--color-bg-members-cta-color-dark-button)
}

.global-white-text .global-button:not(.membership-card-button):not(.members-cta-button):hover, .global-white-text .members-cta-text-color {
    color: var(--color-font-loop-and-elements-two)
}

.global-white-text .share-icons a:hover svg, .global-white-text .archive-icons a:hover svg {
    fill: var(--color-font-loop-and-elements-two)
}

/* Backgrounds — for dark text
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tag-hash-color-pear:not(body), .tag-hash-color-pear.global-item.is-color .color-image::before, .tag-hash-color-pear .global-color-label {
    background-color: var(--color-pear)
}

.tag-hash-color-pear.global-item .global-label, .tag-hash-color-pear.loop-item .loop-tags a:hover {
    color: var(--color-pear)
}

.tag-hash-color-amber:not(body), .tag-hash-color-amber.global-item.is-color .color-image::before, .tag-hash-color-amber .global-color-label {
    background-color: var(--color-amber)
}

.tag-hash-color-amber.global-item .global-label, .tag-hash-color-amber.loop-item .loop-tags a:hover {
    color: var(--color-amber)
}

.tag-hash-color-apricot:not(body), .tag-hash-color-apricot.global-item.is-color .color-image::before, .tag-hash-color-apricot .global-color-label {
    background-color: var(--color-apricot)
}

.tag-hash-color-apricot.global-item .global-label, .tag-hash-color-apricot.loop-item .loop-tags a:hover {
    color: var(--color-apricot)
}

.tag-hash-color-coral:not(body), .tag-hash-color-coral.global-item.is-color .color-image::before, .tag-hash-color-coral .global-color-label {
    background-color: var(--color-coral)
}

.tag-hash-color-coral.global-item .global-label, .tag-hash-color-coral.loop-item .loop-tags a:hover {
    color: var(--color-coral)
}

.tag-hash-color-rose:not(body), .tag-hash-color-rose.global-item.is-color .color-image::before, .tag-hash-color-rose .global-color-label {
    background-color: var(--color-rose)
}

.tag-hash-color-rose.global-item .global-label, .tag-hash-color-rose.loop-item .loop-tags a:hover {
    color: var(--color-rose)
}

.tag-hash-color-cerise:not(body), .tag-hash-color-cerise.global-item.is-color .color-image::before, .tag-hash-color-cerise .global-color-label {
    background-color: var(--color-cerise)
}

.tag-hash-color-cerise.global-item .global-label, .tag-hash-color-cerise.loop-item .loop-tags a:hover {
    color: var(--color-cerise)
}

.tag-hash-color-thistle:not(body), .tag-hash-color-thistle.global-item.is-color .color-image::before, .tag-hash-color-thistle .global-color-label {
    background-color: var(--color-thistle)
}

.tag-hash-color-thistle.global-item .global-label, .tag-hash-color-thistle.loop-item .loop-tags a:hover {
    color: var(--color-thistle)
}

.tag-hash-color-lavender:not(body), .tag-hash-color-lavender.global-item.is-color .color-image::before, .tag-hash-color-lavender .global-color-label {
    background-color: var(--color-lavender)
}

.tag-hash-color-lavender.global-item .global-label, .tag-hash-color-lavender.loop-item .loop-tags a:hover {
    color: var(--color-lavender)
}

.tag-hash-color-sea:not(body), .tag-hash-color-sea.global-item.is-color .color-image::before, .tag-hash-color-sea .global-color-label {
    background-color: var(--color-sea)
}

.tag-hash-color-sea.global-item .global-label, .tag-hash-color-sea.loop-item .loop-tags a:hover {
    color: var(--color-sea)
}

.tag-hash-color-mint:not(body), .tag-hash-color-mint.global-item.is-color .color-image::before, .tag-hash-color-mint .global-color-label {
    background-color: var(--color-mint)
}

.tag-hash-color-mint.global-item .global-label, .tag-hash-color-mint.loop-item .loop-tags a:hover {
    color: var(--color-mint)
}

.tag-hash-color-palegreen:not(body), .tag-hash-color-palegreen.global-item.is-color .color-image::before, .tag-hash-color-palegreen .global-color-label {
    background-color: var(--color-palegreen)
}

.tag-hash-color-palegreen.global-item .global-label, .tag-hash-color-palegreen.loop-item .loop-tags a:hover {
    color: var(--color-palegreen)
}

/* Backgrounds — for light text
   –––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tag-hash-color-goldenrod:not(body), .tag-hash-color-goldenrod.global-item.is-color .color-image::before, .tag-hash-color-goldenrod .global-color-label {
    background-color: var(--color-goldenrod)
}

.tag-hash-color-goldenrod.global-item .global-label, .tag-hash-color-goldenrod.loop-item .loop-tags a:hover {
    color: var(--color-goldenrod)
}

.tag-hash-color-copper:not(body), .tag-hash-color-copper.global-item.is-color .color-image::before, .tag-hash-color-copper .global-color-label {
    background-color: var(--color-copper)
}

.tag-hash-color-copper.global-item .global-label, .tag-hash-color-copper.loop-item .loop-tags a:hover {
    color: var(--color-copper)
}

.tag-hash-color-carmine:not(body), .tag-hash-color-carmine.global-item.is-color .color-image::before, .tag-hash-color-carmine .global-color-label {
    background-color: var(--color-carmine)
}

.tag-hash-color-carmine.global-item .global-label, .tag-hash-color-carmine.loop-item .loop-tags a:hover {
    color: var(--color-carmine)
}

.tag-hash-color-ruby:not(body), .tag-hash-color-ruby.global-item.is-color .color-image::before, .tag-hash-color-ruby .global-color-label {
    background-color: var(--color-ruby)
}

.tag-hash-color-ruby.global-item .global-label, .tag-hash-color-ruby.loop-item .loop-tags a:hover {
    color: var(--color-ruby)
}

.tag-hash-color-fuchsia:not(body), .tag-hash-color-fuchsia.global-item.is-color .color-image::before, .tag-hash-color-fuchsia .global-color-label {
    background-color: var(--color-fuchsia)
}

.tag-hash-color-fuchsia.global-item .global-label, .tag-hash-color-fuchsia.loop-item .loop-tags a:hover {
    color: var(--color-fuchsia)
}

.tag-hash-color-eggplant:not(body), .tag-hash-color-eggplant.global-item.is-color .color-image::before, .tag-hash-color-eggplant .global-color-label {
    background-color: var(--color-eggplant)
}

.tag-hash-color-eggplant.global-item .global-label, .tag-hash-color-eggplant.loop-item .loop-tags a:hover {
    color: var(--color-eggplant)
}

.tag-hash-color-indigo:not(body), .tag-hash-color-indigo.global-item.is-color .color-image::before, .tag-hash-color-indigo .global-color-label {
    background-color: var(--color-indigo)
}

.tag-hash-color-indigo.global-item .global-label, .tag-hash-color-indigo.loop-item .loop-tags a:hover {
    color: var(--color-indigo)
}

.tag-hash-color-ultramarine:not(body), .tag-hash-color-ultramarine.global-item.is-color .color-image::before, .tag-hash-color-ultramarine .global-color-label {
    background-color: var(--color-ultramarine)
}

.tag-hash-color-ultramarine.global-item .global-label, .tag-hash-color-ultramarine.loop-item .loop-tags a:hover {
    color: var(--color-ultramarine)
}

.tag-hash-color-turquoise:not(body), .tag-hash-color-turquoise.global-item.is-color .color-image::before, .tag-hash-color-turquoise .global-color-label {
    background-color: var(--color-turquoise)
}

.tag-hash-color-turquoise.global-item .global-label, .tag-hash-color-turquoise.loop-item .loop-tags a:hover {
    color: var(--color-turquoise)
}

.tag-hash-color-applegreen:not(body), .tag-hash-color-applegreen.global-item.is-color .color-image::before, .tag-hash-color-applegreen .global-color-label {
    background-color: var(--color-applegreen)
}

.tag-hash-color-applegreen.global-item .global-label, .tag-hash-color-applegreen.loop-item .loop-tags a:hover {
    color: var(--color-applegreen)
}

.tag-hash-color-ink:not(body), .tag-hash-color-ink.global-item.is-color .color-image::before, .tag-hash-color-ink .global-color-label {
    background-color: var(--color-ink)
}

.tag-hash-color-ink.global-item .global-label, .tag-hash-color-ink.loop-item .loop-tags a:hover {
    color: var(--color-ink)
}

/* --------------------------------------------------------------------------
   30.Modals
   -------------------------------------------------------------------------- */

.modal-container {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000000;
    background-color: rgb(149, 149, 149);
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-overflow-scrolling: touch;
}

.modal-container .modal-box {
    position: relative;
    color: #000000;
    background-color: #FFFFFF;
    padding: 27px 29px;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    max-width: 600px;
}

.modal-container .modal-box.middle {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-container .modal-box.top {
    opacity: 1;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 3% auto;
}

.modal-container.sticky-bottom {
    top: auto;
    height: auto;
    background: none;
}

.modal-container.sticky-bottom .modal-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
    max-width: none;
    width: 100%;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.13);
}

.modal-container .modal-box button,
.modal-container .modal-box .button,
.modal-container .modal-box input {
    text-align: center;
    width: 100%;
}

.modal-container .icon-close {
    display: block;
    position: absolute;
    top: 0;
    right: -35px;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    color: #f1f1f1;
}

.modal-container .icon-close:hover {
    color: #c7c7c7;
}

.modal-container .icon-close.inside {
    color: #9A9A9C;
    font-size: 16px;
    line-height: 16px;
    top: 16px;
    right: 16px;
    z-index: 2;
}

#alert .modal-box {
    max-width: 600px;
    padding: 50px 40px 40px 40px;
}

#alert .title,
#alert .text {
    margin: 0 0 20px;
}

#alert .title {
    font-weight: 300;
    font-size: 36px;
    line-height: 38px;
}

#alert button {
    width: auto;
    min-width: 170px;
}

#alert .title.success {
    color: #70CA7B;
}

#alert .title.error {
    color: #FF7768;
}

/* Mobile */
@media only screen and (max-width: 640px) {
    .modal-container .modal-box {
        max-width: 90%;
    }
}

@media only screen and (max-width: 581px) {
    #alert .modal-box {
        min-width: inherit;
        max-width: 96%;
    }
}

#newsletter .modal-box {
    background: url("../images/newsletter-popup/background.jpg") no-repeat center / cover;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.154637);
    border-radius: 12px;
    padding: 45px 40px 40px;
    box-sizing: border-box;
    min-width: 619px;
    margin: 0 15px;
}

#newsletter .icon-close.inside {
    color: #BFBFC1;
    font-size: 14px;
    top: 35px;
    right: 35px;
}

#newsletter .modal-box-content header {
    margin-bottom: 263px;
}

#newsletter .modal-box-content header h4 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 10px;
}

#newsletter .modal-box-content header p {
    color: #6E6E6F;
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    margin: 0 auto;
}

#newsletter .modal-box-content footer,
#newsletter .modal-box-content footer input {
    text-align: left;
}

#newsletter .modal-box-content footer button[type=submit] {
    margin: 10px 0 25px;
}

#newsletter .modal-box-content footer .agree label,
#newsletter .modal-box-content footer .recaptcha {
    font-size: 13px;
}

#newsletter .modal-box-content footer .recaptcha {
    margin: 15px 0 0;
    color: #6E6E6F;
    max-width: 440px;
    line-height: 20px;
}

#newsletter .modal-box-content footer .recaptcha a {
    color: #29292B;
}

#newsletter .modal-box-content footer .agree a {
    color: var(--ghost-accent-color);
}

#newsletter .modal-box-content footer .agree a:hover,
#newsletter .modal-box-content footer .recaptcha a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    #newsletter .modal-box {
        background-image: url("../images/newsletter-popup/background@tablet.jpg");
        padding: 40px 30px;
        max-width: 448px;
        min-width: auto;
    }

    #newsletter .icon-close.inside {
        top: 25px;
        right: 25px;
    }

    #newsletter .modal-box-content header {
        margin-bottom: 197px;
    }

    #newsletter .modal-box-content header h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 640px) {
    #newsletter .modal-box {
        background-image: url("../images/newsletter-popup/background@mobile.jpg");
        padding: 35px 25px 54px;
        max-width: 100%;
        min-width: auto;
    }

    #newsletter .icon-close.inside {
        top: 20px;
        right: 20px;
    }

    #newsletter .modal-box-content header {
        margin-bottom: 205px;
    }

    #newsletter .modal-box-content header h4 {
        font-size: 24px;
        line-height: 32px;
    }

    #newsletter .modal-box-content footer .agree label,
    #newsletter .modal-box-content footer .recaptcha {
        max-width: 240px;
    }
}

#ef-trial-popup .modal-box {
    background: url("../images/ef-trial-popup/background.jpg") no-repeat center / cover;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.154637);
    border-radius: 12px;
    padding: 45px 40px 40px;
    box-sizing: border-box;
    min-width: 619px;
    margin: 0 15px;
}

#ef-trial-popup .icon-close.inside {
    color: #BFBFC1;
    font-size: 14px;
    top: 35px;
    right: 35px;
}

#ef-trial-popup .modal-box-content header {
    margin-bottom: 272px;
}

#ef-trial-popup .modal-box-content header h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 10px;
    max-width: 360px;
}

#ef-trial-popup .modal-box-content header p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 360px;
}

#ef-trial-popup .modal-box-content footer,
#ef-trial-popup .modal-box-content footer input {
    text-align: left;
}

#ef-trial-popup .modal-box-content footer input {
    background-color: #E0E0E2;
    border-color: #E0E0E2;
}

#ef-trial-popup .modal-box-content footer button[type=submit] {
    margin: 10px 0 15px;
}

#ef-trial-popup .modal-box-content footer .agree label {
    font-size: 16px;
    line-height: 24px;
}

#ef-trial-popup .modal-box-content footer .recaptcha {
    margin: 25px 0 0;
    color: #979798;
    max-width: 440px;
    font-size: 13px;
    line-height: 20px;
}

#ef-trial-popup .modal-box-content footer .recaptcha a {
    color: #6E6E6F;
}

#ef-trial-popup .modal-box-content footer .agree a {
    color: var(--ghost-accent-color);
}

#ef-trial-popup .modal-box-content footer .agree a:hover,
#ef-trial-popup .modal-box-content footer .recaptcha a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    #ef-trial-popup .modal-box {
        background-image: url("../images/ef-trial-popup/background@tablet.jpg");
        padding: 40px 30px;
        max-width: 448px;
        min-width: auto;
    }

    #ef-trial-popup .icon-close.inside {
        top: 25px;
        right: 25px;
    }

    #ef-trial-popup .modal-box-content header {
        margin-bottom: 209px;
    }

    #ef-trial-popup .modal-box-content footer .agree label {
        font-size: 13px;
        line-height: 20px;
    }

    #ef-trial-popup .modal-box-content footer .recaptcha {
        font-size: 11px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 640px) {
    #ef-trial-popup .modal-box {
        background-image: url("../images/ef-trial-popup/background@mobile.jpg");
        padding: 35px 25px 45px;
        max-width: 100%;
        min-width: auto;
    }

    #ef-trial-popup .icon-close.inside {
        top: 20px;
        right: 20px;
    }

    #ef-trial-popup .modal-box-content header {
        margin-bottom: 215px;
    }

    #ef-trial-popup .modal-box-content header h4 {
        font-size: 24px;
        line-height: 28px;
        max-width: 270px;
    }

    #ef-trial-popup .modal-box-content header p {
        font-size: 16px;
        line-height: 20px;
        max-width: none;
    }

    #ef-trial-popup .modal-box-content footer .agree label {
        max-width: 200px;
    }
}

/* --------------------------------------------------------------------------
   31.Banners
   -------------------------------------------------------------------------- */

.emergency-trial-banner {
    position: relative;
    background: #BFBFC1;
    border-radius: 16px;
    padding: 72px 328px 76px 47px;
    cursor: pointer;
}

.emergency-trial-banner .banner-title {
    font-size: 47px;
    line-height: 108.5%;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.emergency-trial-banner .banner-subtitle {
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 76px;
}

.emergency-trial-banner.background-yellow {
    background: radial-gradient(212.86% 144.43% at -37.92% -70.74%, #FBFF2F 0%, #FFB731 100%), #FFB731;
}

.emergency-trial-banner.background-pink {
    background: radial-gradient(135.54% 173.83% at -1.08% -1.16%, #FFB9EB 0%, rgba(255, 185, 235, 0) 100%), #E095B9;
}

.emergency-trial-banner.background-violet {
    background: radial-gradient(135.54% 173.83% at -1.08% -1.16%, #B2AEDD 0%, rgba(172, 165, 216, 0) 100%), #8178B1;
}

.emergency-trial-banner.background-green {
    background: radial-gradient(135.54% 173.83% at -1.08% -1.16%, #AEDDCF 0%, rgba(212, 216, 165, 0) 100%), #78B192;
}

.emergency-trial-banner > * {
    position: relative;
    z-index: 1;
}

.emergency-trial-banner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.emergency-trial-banner.picture-dog-1:before {
    background: url("../images/ef-trial-banner/dog-1.png") no-repeat right 18px bottom 70px / 310px 219px;
}

.emergency-trial-banner.picture-dog-2:before {
    background: url("../images/ef-trial-banner/dog-2.png") no-repeat right 18px bottom 44px / 339px 204px;
}

.emergency-trial-banner.picture-dog-3:before {
    background: url("../images/ef-trial-banner/dog-3.png") no-repeat right 37px center / 344px 241px;
}

.emergency-trial-banner.picture-cat-1:before {
    background: url("../images/ef-trial-banner/cat-1.png") no-repeat right 22px bottom 52px / 320px 206px;
}

.emergency-trial-banner.picture-cat-2:before {
    background: url("../images/ef-trial-banner/cat-2.png") no-repeat right 56px bottom 66px / 278px 180px;
}

.emergency-trial-banner.picture-cat-3:before {
    background: url("../images/ef-trial-banner/cat-3.png") no-repeat right 37px center / 328px 252px;
}

@media (max-width: 900px) {
    .emergency-trial-banner {
        padding: 265px 20px 20px;
    }

    .emergency-trial-banner .banner-title {
        font-size: 36px;
        text-align: center;
    }

    .emergency-trial-banner .banner-subtitle {
        text-align: center;
        margin-bottom: 24px;
    }

    .emergency-trial-banner:before {
        background-position: center !important;
        height: 265px !important;
        background-size: auto 70% !important;
    }
}

.header-footer-banner {
    display: block;
    background-color: #FAFAFB;
    padding: 20px 33px 23px;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

.header-footer-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.header-footer-banner picture img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.header-footer-banner .banner-content {
    position: relative;
    max-width: 200px;
}

.header-footer-banner p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.header-footer-banner p.title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 11px;
}

.header-footer-banner .petcube-button {
    margin-top: 18px;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 1.23753px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    border: none;
}

.post-template .header-banner,
.post-template .footer-banner {
    max-width: 1270px;
    margin-top: 16px;
    margin-bottom: 32px;
}

@media (max-width: 1100px) {
    .post-template .header-banner {
        margin-bottom: 64px;
    }
}

@media (max-width: 700px) {
    .header-footer-banner {
        background-position: center;
        padding: 256px 32px 32px;
        background-size: cover;
    }

    .header-footer-banner .banner-content {
        max-width: none;
    }

    .header-footer-banner p.title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .header-footer-banner p {
        font-size: 16px;
        line-height: 24px;
    }

    .header-footer-banner .petcube-button {
        margin-top: 36px;
    }

    .post-template .header-banner {
        margin-top: 0;
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    .post-template .header-footer-banner {
        margin: 0 10px;
    }
}

.in-article-banner {
    padding: 37px 39px 32px;
    border-radius: var(--border-radius);
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.in-article-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.in-article-banner picture img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.in-article-banner .banner-content {
    position: relative;
    max-width: 273px;
}

.in-article-banner p {
    color: #171716;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    max-width: 203px;
}

.in-article-banner p.title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    max-width: none;
}

.in-article-banner .petcube-button {
    font-size: 11px;
    line-height: 10.313px;
    letter-spacing: 1.238px;
    margin-top: 59px;
    padding-top: 17px;
    padding-bottom: 15px;
    border: none;
    min-width: 211px;
}

@media (max-width: 768px) {
    .in-article-banner {
        padding: 31px 29px 34px;
        margin: 20px 0;
    }

    .in-article-banner .banner-content {
        max-width: none;
        text-align: center;
    }

    .in-article-banner p {
        max-width: 154px;
        text-align: left;
    }

    .in-article-banner p.title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
        max-width: none;
    }

    .in-article-banner .petcube-button {
        margin: 190px auto 0;
    }
}

.in-feed-banner-1 {
    position: relative;
}

.in-feed-banner-1 picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.in-feed-banner-1 picture img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.in-feed-banner-1 .banner-content {
    position: relative;
    text-align: center;
    padding: 0 13%;
    height: 100%;
}

.in-feed-banner-1 p {
    font-size: 17px;
    line-height: 21px;
    margin: 0 auto;
}

.in-feed-banner-1 p.title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 auto 19px;
}

.in-feed-banner-1 .petcube-button {
    display: block;
    background-color: #171716;
    padding: 15px 46px 13px;
    border: none;
    font-size: 14.451px;
    line-height: 13.548px;
    letter-spacing: 2.087px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .global-double.global-grid-hero .loop-item:nth-child(-n+2) .in-feed-banner-1 p {
        font-size: 20px;
        line-height: 24px;
    }

    .global-double.global-grid-hero .loop-item:nth-child(-n+2) .in-feed-banner-1 p.title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1024px) {
    .in-feed-banner-1 p {
        font-size: 13px;
        line-height: 16px;
    }

    .in-feed-banner-1 p.title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 16px;
    }
}

@media (max-width: 669px) {
    .in-feed-banner-1 {
        min-height: 420px;
    }
}

.in-feed-banner-2 {
    position: relative;
}

.in-feed-banner-2 picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.in-feed-banner-2 picture img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.in-feed-banner-2 .banner-content {
    position: relative;
    text-align: center;
    max-width: 304px;
    margin: 0 auto;
    height: 100%;
}

.in-feed-banner-2 p {
    font-size: 17px;
    line-height: 21px;
    margin: 0 auto;
}

.in-feed-banner-2 p.title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 auto 19px;
}

.in-feed-banner-2 .petcube-button {
    display: block;
    background-color: #171716;
    padding: 15px 46px 13px;
    border: none;
    font-size: 14.451px;
    line-height: 13.548px;
    letter-spacing: 2.087px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .global-double.global-grid-hero .loop-item:nth-child(-n+2) .in-feed-banner-2 p {
        font-size: 20px;
        line-height: 24px;
    }

    .global-double.global-grid-hero .loop-item:nth-child(-n+2) .in-feed-banner-2 p.title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1024px) {
    .in-feed-banner-2 p {
        font-size: 13px;
        line-height: 16px;
    }

    .in-feed-banner-2 p.title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 16px;
    }
}

@media (max-width: 669px) {
    .in-feed-banner-2 {
        min-height: 420px;
    }
}

/* --------------------------------------------------------------------------
   32.Custom stuff
   -------------------------------------------------------------------------- */

.was-helpful-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 256px;
    margin: 30px 0;
}

.was-helpful-container h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 8px;
}

.was-helpful-container p {
    color: #6E6E6F;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
}

.was-helpful-container .wrap {
    margin: auto 0;
}

.was-helpful-container .buttons-container .petcube-button {
    margin: 0 6px;
    background: #FFFFFF;
    border-color: #CBCBCD;
    padding: 18px 19px 14px 69px;
    color: #171716;
    transition: all .3s;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 10px;
}

.was-helpful-container .buttons-container .petcube-button::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.was-helpful-container .buttons-container .petcube-button.yes::before {
    background-image: url("../images/helpful-button-yes.png");
}

.was-helpful-container .buttons-container .petcube-button.no::before {
    background-image: url("../images/helpful-button-no.png");
}

.was-helpful-container .buttons-container .petcube-button:hover {
    border-color: #272727;
    box-shadow: none;
}

.was-helpful-container .helpful-thanks img {
    width: 180px;
    height: 180px;
    margin-bottom: 8px;
}

.was-helpful-container .helpful-thanks h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

@media (max-width: 480px) {
    .was-helpful-container {
        min-height: 280px;
    }

    .was-helpful-container h3 {
        font-size: 24px;
        line-height: 32px;
    }
}