/*---------------------------------------------------------------------------------
Theme Name: RePortfolio
Theme URI: https://wpinterface.com/themes/reportfolio/
Author: WPInterface
Author URI: https://wpinterface.com/
Description: RePortfolio is a clean, modern, and responsive free WordPress theme designed for personal portfolios and blogs. Ideal for creatives, freelancers, and professionals, it offers customizable layouts, minimalist design, and easy integration to showcase your work and tell your story effectively.
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reportfolio
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
/*---------------------------------------------------------------------------------
	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Site Header
	4.	Archive
	5.	Singular
	6.  Entry Content
	7.	Comments
	8.	Page Templates
	9.	Site Pagination
	10.	Site Footer
	11. Media Queries
----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	X. CSS Reset
/* -------------------------------------------------------------------------------- */
:root {
    --wpi-gutter-size: 6rem;
    --wpi--base-bg-color: #ffffff;
    --wpi--base-text-color: #2a2c29;
    --wpi--base-border-color: #E0E4E7;
    --wpi--link-color: #1C1D20;
    --wpi--link-hover-color: #CC2729;
    --wpi--alt-bg-color: #656565;
    --wpi--alt-text-color: #ffffff;
    --wpi-accent-bg-color: #ffde00;
    --wpi-accent-text-color: #2a2c29;
    --wpi--font-family-x-large: "Oswald", sans-serif;
    --wpi--font-size-x-large: 2.8rem;
    --wpi--font-weight-x-large: 500;
    --wpi--letter-spacing-x-large: 0rem;
    --wpi--line-height-x-large: 1.2;
    --wpi--text-transform-x-large: uppercase;
    --wpi--font-family-large: "Oswald", sans-serif;
    --wpi--font-size-large: 2.6rem;
    --wpi--font-weight-large: 400;
    --wpi--letter-spacing-large: 0rem;
    --wpi--line-height-large: 1.2;
    --wpi--text-transform-large: uppercase;
    --wpi--font-family-big: "Oswald", sans-serif;
    --wpi--font-size-big: 2.4rem;
    --wpi--font-weight-big: 400;
    --wpi--letter-spacing-big: 0.04rem;
    --wpi--line-height-big: 1.2;
    --wpi--text-transform-big: uppercase;
    --wpi--font-family-medium: "Oswald", sans-serif;
    --wpi--font-size-medium: 2.2rem;
    --wpi--font-weight-medium: 400;
    --wpi--letter-spacing-medium: 0rem;
    --wpi--line-height-medium: 1.2;
    --wpi--text-transform-medium: uppercase;
    --wpi--font-family-small: "Oswald", sans-serif;
    --wpi--font-size-small: 2rem;
    --wpi--font-weight-small: 400;
    --wpi--letter-spacing-small: 0rem;
    --wpi--line-height-small: 1.2;
    --wpi--text-transform-small: uppercase;
    --wpi--font-family-brand: "Oswald", sans-serif;
    --wpi--font-size-brand: 3.8rem;
    --wpi--font-weight-brand: 400;
    --wpi--letter-spacing-brand: 0;
    --wpi--line-height-brand: 1.2;
    --wpi--text-transform-brand: uppercase;
    --wpi--font-family-nav: "Oswald", sans-serif;
    --wpi--font-size-nav: 1.6rem;
    --wpi--font-weight-nav: 400;
    --wpi--letter-spacing-nav: 0.06rem;
    --wpi--line-height-nav: 1;
    --wpi--text-transform-nav: uppercase;
    --wpi--font-general: "TikTok Sans", sans-serif;
    --wpi--font-general-size: 1.6rem;
    --wpi--font-general-weight: 400;
    --wpi--letter-spacing-general: 0;
    --wpi--line-height-general: 1.6;
    --wpi--text-transform-general: inherit;
    --wpi--meta-font-family: "TikTok Sans", sans-serif;
    --wpi--meta-font-size: 1rem;
    --wpi--meta-font-weight: 300;
    --wpi--meta-letter-spacing: 0;
    --wpi--meta-line-height: 1;
    --wpi--meta-text-transform: uppercase;
    --swiper-navigation-size: 1.4rem;
    --swiper-navigation-sides-offset: 0;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: .7;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, figure, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote:before,
blockquote:after {
    content: "";
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/* Screen Reader Text */
.screen-reader-text {
    clip: rect(.1rem, .1rem, .1rem, .1rem);
    height: .1rem;
    overflow: hidden;
    position: absolute !important;
    width: .1rem;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: .3rem;
    box-shadow: 0 0 .2rem .2rem rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    height: auto;
    left: .5rem;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    text-decoration: none;
    top: .5rem;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Skip Link */
.skip-link {
    background: #232D37;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.4rem 1.6rem;
    position: absolute;
    left: -9999rem;
    top: 2.5rem;
    z-index: 999;
}
.skip-link:focus {
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}
body.scroll-locked .skip-link {
    display: none;
}
/* -------------------------------------------------------------------------------- */
/*	X. Document Setup
/* -------------------------------------------------------------------------------- */
html {
    font-size: 62.5%; /* 1rem = 10px */
}
html.html-locked.showing-admin-bar {
    margin: 0 !important;
}
@media ( max-width: 768px ) {
    html.html-locked.showing-admin-bar {
        padding-top: 46px !important;
    }
}
body {
    background: var(--wpi--base-bg-color);
    border: none;
    color: var(--wpi--base-text-color);
    font-family: var(--wpi--font-general);
    font-size: var(--wpi--font-general-size);
    font-weight: var(--wpi--font-general-weight);
    letter-spacing: var(--wpi--letter-spacing-general);
    line-height: var(--wpi--line-height-general);
    font-optical-sizing: auto;
}
body.customizer-preview {
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}
*:first-child {
    margin-top: 0;
}
*:last-child {
    margin-bottom: 0;
}
body a {
    color: var(--wpi--link-color);
    text-decoration: underline;
}
body a:hover,
body a:focus {
    color: var(--wpi--link-hover-color);
}
a:focus {
    text-decoration: underline;
}
.group:after,
.gallery:after {
    clear: both;
    content: "";
    display: block;
}
::selection {
    background: #232D37;
    color: #FFF;
}
*::-webkit-input-placeholder {
    color: #68717b;
}
*:-ms-input-placeholder {
    color: #68717b;
}
*::-moz-placeholder {
    color: #68717b;
}
/* Fonts ------------------------------------- */
.align-text-left {
    text-align: left;
}
.align-text-left .entry-meta {
    justify-content: left;
}
.align-text-center {
    text-align: center;
}
.align-text-center .entry-meta,
.align-text-center .entry-meta-wrapper {
    justify-content: center;
}
.align-text-right {
    text-align: right;
}
.align-text-right .entry-meta {
    justify-content: right;
}
.swiper-button-prev,
.swiper-button-next {
    background: var(--wpi-accent-bg-color);
    color: var(--wpi-accent-text-color);
    width: 4rem;
    height: 4rem;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.swiper-button-prev {
    transform: translateX(-20px) translateY(-50%);
}
.swiper-button-next {
    transform: translateX(20px) translateY(-50%);
}
.swiper:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}
.swiper:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}
.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-button-next:focus {
    background: var(--wpi--link-hover-color);
}
/* -------------------------------------------------------------------------------- */
/*	X.	Structure
/* -------------------------------------------------------------------------------- */
.section-inner {
    margin: 0 auto;
    width: calc(100% - 6rem);
}
/* -------------------------------------------------------------------------------- */
/*	X.	Element Base
/* -------------------------------------------------------------------------------- */
p {
    margin: 0 0 2rem 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: .75em 0 .4em;
    font-style: normal;
}
.section-title {
    margin-bottom: calc(var(--wpi-gutter-size) * .5);
    padding-bottom: calc(var(--wpi-gutter-size) * .5);
}
h1,
.section-title-x-large,
.widget-title-x-large,
.preview-title-x-large {
    font-family: var(--wpi--font-family-x-large);
    font-size: var(--wpi--font-size-x-large);
    font-weight: var(--wpi--font-weight-x-large);
    letter-spacing: var(--wpi--letter-spacing-x-large);
    line-height: var(--wpi--line-height-x-large);
    text-transform: var(--wpi--text-transform-x-large);
}
h2,
.section-title-large,
.widget-title-large,
.preview-title-large {
    font-family: var(--wpi--font-family-large);
    font-size: var(--wpi--font-size-large);
    font-weight: var(--wpi--font-weight-large);
    letter-spacing: var(--wpi--letter-spacing-large);
    line-height: var(--wpi--line-height-large);
    text-transform: var(--wpi--text-transform-large);
}
h3,
.section-title-big,
.widget-title-big,
.preview-title-big {
    font-family: var(--wpi--font-family-big);
    font-size: var(--wpi--font-size-big);
    font-weight: var(--wpi--font-weight-big);
    letter-spacing: var(--wpi--letter-spacing-big);
    line-height: var(--wpi--line-height-big);
    text-transform: var(--wpi--text-transform-big);
}
h4,
.section-title-medium,
.widget-title-medium,
.preview-title-medium {
    font-family: var(--wpi--font-family-medium);
    font-size: var(--wpi--font-size-medium);
    font-weight: var(--wpi--font-weight-medium);
    letter-spacing: var(--wpi--letter-spacing-medium);
    line-height: var(--wpi--line-height-medium);
    text-transform: var(--wpi--text-transform-medium);
}
h5,
.section-title-small,
.widget-title-small,
.preview-title-small {
    font-family: var(--wpi--font-family-small);
    font-size: var(--wpi--font-size-small);
    font-weight: var(--wpi--font-weight-small);
    letter-spacing: var(--wpi--letter-spacing-small);
    line-height: var(--wpi--line-height-small);
    text-transform: var(--wpi--text-transform-small);
}
em,
i,
q,
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: 700;
}
ins {
    text-decoration: underline;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
abbr,
acronym {
    cursor: help;
}
address {
    line-height: 1.5;
    margin: 0 0 2rem 0;
}
/* Separators ------------------------------------- */
hr {
    border: none;
    border-top: .2rem solid var(--wpi--base-border-color);
    margin: 2em auto;
}
/* Lists ------------------------------------- */
ul,
ol {
    margin: 0 0 1.25em 2em;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: square;
}
ol {
    list-style: decimal;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
li {
    line-height: 1.5;
    margin: 1rem 0;
}
li > ul,
li > ol {
    margin: 1rem 0 0 2rem;
}
.reset-list-style,
ul.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ul.reset-list-style ul,
ul.reset-list-style ol,
.reset-list-style,
ol.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ol.reset-list-style ul,
ol.reset-list-style ol {
    list-style: none;
    margin: 0;
}
.reset-list-style li {
    margin: 0;
}
dt {
    font-weight: 600;
}
dd + dt {
    margin-top: 1.5rem;
}
dd {
    line-height: 1.5;
}
/* Quotes ------------------------------------ */
blockquote {
    border-color: #DCDFE2;
    border-style: solid;
    border-width: 0 0 0 .2rem;
    margin: 0 0 1.25em 0;
    padding: .25em 0 .25em 1.5em;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}
cite {
    display: block;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 600;
    margin: 1em 0 0;
}
/* Code -------------------------------------- */
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, monospace;
}
kbd,
pre,
samp {
    background: #F0F1F2;
    border-radius: .2rem;
    font-size: .9em;
    padding: .4rem .6rem;
}
pre {
    border-radius: .4rem;
    line-height: 1.5;
    padding: 1em;
}
/* Media ------------------------------------- */
svg,
img {
    display: block;
}
svg,
img,
embed,
object {
    height: auto;
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
.wp-caption {
    display: block;
    margin-bottom: 3rem;
    max-width: 100%;
}
.wp-caption img,
.wp-block-image img {
    width: 100%;
}
.alignleft,
.alignright {
    margin: .4rem 0 2rem 0;
    max-width: 50%;
}
.alignleft {
    float: left;
    margin-right: 2.5rem;
}
.alignright {
    float: right;
    margin-left: 2.5rem;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
    width: 100%;
}
.aligncenter,
.alignnone,
.alignwide,
.alignfull {
    position: relative;
}
.alignfull {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}
.alignfull figcaption,
.alignfull .wp-caption-text {
    padding: 0 5%;
}
figcaption,
.entry-content figcaption,
.wp-caption-text {
    color: #68717b;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 1.5rem 0 0;
}
figcaption a,
.wp-caption-text a {
    display: inline;
}
/* GALLERIES */
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -.5rem 2rem;
    padding: 0;
}
.gallery + .gallery {
    margin-top: -2rem;
}
.gallery .gallery-item {
    display: block;
    float: left;
    margin: 0 0 1rem;
    padding: 0 .5rem;
    position: relative;
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery .wp-caption-text {
    display: none;
}
.gallery .gallery-item a {
    display: block;
    line-height: 0;
}
.gallery img {
    width: 100%;
}
/* Fieldset ------------------------------------ */
fieldset {
    border: .2rem solid #DCDFE2;
    padding: 1.5rem;
}
fieldset legend {
    color: #68717b;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 1rem;
}
/* Inputs ------------------------------------ */
label {
    color: #68717b;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 .8rem 0;
}
input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: .1rem solid #DCDFE2;
    border-radius: .4rem;
    box-shadow: none;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 1.6rem 1.8rem;
    transition: border-color .15s linear;
    width: 100%;
    word-break: normal;
}
input[type="file"] {
    font-size: 1.4rem;
    width: 100%;
}
textarea {
    height: 20rem;
    line-height: 1.5;
    width: 100%;
}
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
    border-color: #68717b;
    outline: none;
}
select {
    background: #fff url(./assets/images/icons/chevron-down.svg) no-repeat;
    background-position: calc(100% - 1.4rem) center;
    border-radius: .2rem;
    border: .1rem solid #e1e1e5;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.5rem 4rem 1.5rem 1.8rem;
    -webkit-appearance: none;
    width: 100%;
}
*::-webkit-input-placeholder {
    color: #68717b;
}
*:-ms-input-placeholder {
    color: #68717b;
}
*::-moz-placeholder {
    color: #68717b;
}
button,
.faux-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #4B555F;
    border: none;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 1.6rem 2.6rem 1.7rem;
    text-align: center;
    text-decoration: none;
    transition: opacity .15s linear;
}
input[type="button"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"],
input[type="submit"] + input[type="submit"],
input[type="submit"] + input[type="reset"],
input[type="reset"] + input[type="submit"] {
    margin-left: 1rem;
}
button:hover,
.faux-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
    opacity: .9;
}
button:focus,
.faux-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: underline;
}
button:disabled,
.button.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
    background: #99999E;
    cursor: default !important;
}
button:disabled:hover,
.button.disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
    opacity: 1;
}
/* Tables ------------------------------------ */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.85em;
    margin-bottom: 3rem;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
th,
td {
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 2.5%;
}
caption {
    border-bottom: .1rem solid var(--wpi--base-border-color);
    font-weight: 700;
    padding-bottom: 2.5%;
    text-align: center;
}
thead {
    vertical-align: bottom;
    white-space: nowrap;
}
th {
    border-bottom: .1rem solid var(--wpi--base-border-color);
    font-weight: 600;
}
tbody > tr:nth-child(even) {
    background-color: #EFF1F3;
}
/* Transitions ------------------------------------ */
a {
    transition: color .15s linear, background-color .15s linear, opacity .15s linear;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Helper Classes
/* -------------------------------------------------------------------------------- */
/* Toggles ----------------------------------- */
button.toggle {
    background-color: transparent;
}
.toggle {
    color: #232D37;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Typography Classes ----------------------------- */
.lining-numerals {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}
.hanging-quotes {
    hanging-punctuation: first;
}
.slashed-zero {
    font-feature-settings: "zero";
    font-variant-numeric: slashed-zero;
}
.transform-uppercase {
    text-transform: uppercase;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Social Icons ----------------------------- */
ul.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.social-icons a,
.social-icons button {
    align-items: center;
    background: #E6E9EC;
    border-radius: 50%;
    color: #5F6973;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    transition: color .15s linear, background-color .15s linear, box-shadow .15s linear, transform .15s linear;
    width: 4.4rem;
}
.social-icons button:hover,
.social-icons a:hover,
.social-icons button:focus,
.social-icons a:focus {
    transform: scale(1.15);
    text-decoration: none;
}
.social-icons button.active {
    background-color: #68717b;
    color: #fff;
}
/* Entry Meta ----------------------------- */
.entry-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.entry-meta-top {
    margin-bottom: 1rem;
}
.entry-meta-wrapper .entry-meta {
    display: flex;
    font-family: var(--wpi--meta-font-family);
    font-size: var(--wpi--meta-font-size);
    font-weight: var(--wpi--meta-font-weight);
    letter-spacing: var(--wpi--meta-letter-spacing);
    line-height: var(--wpi--meta-line-height);
    align-items: center;
    gap: 1rem 0.5rem;
    flex-wrap: wrap;
}
.entry-meta-wrapper .entry-meta a {
    font-weight: 700;
    text-decoration: none;
    text-transform: var(--wpi--meta-text-transform);
}
.entry-meta-wrapper .entry-meta-categories a {
    background: var(--wpi-accent-bg-color);
    color: var(--wpi-accent-text-color);
    padding: 0.8rem 1rem;
}
.entry-meta-sticky {
    background: var(--wpi-accent-bg-color);
    color: var(--wpi-accent-text-color);
    position: absolute;
    top: 0;
    left: 2rem;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Cover Modals ------------------------------- */
.cover-modal {
    background: #fff;
    display: none;
    opacity: 1;
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
@media ( max-width: 782px ) {
    .showing-admin-bar .cover-modal {
        top: 46px;
    }
}
@media ( min-width: 782px ) {
    .showing-admin-bar .cover-modal {
        top: 32px;
    }
}
.cover-modal.active {
    display: block;
}
/* Loading Animation ------------------------------- */
.loader {
    animation: spin 1.4s linear infinite;
    border: .5rem solid #DCDFE2;
    border-radius: 50%;
    border-top: .5rem solid #68717b;
    height: 4.4rem;
    margin: auto;
    width: 4.4rem;
}
.loader.small {
    height: 3rem;
    width: 3rem;
}
/* Animations ------------------------------- */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinQuarter {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@keyframes spinHalf {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
@keyframes pop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes popIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    70% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
    }
}
@keyframes side_shake {
    0% {
        transform: translate(.8rem);
    }
    20% {
        transform: translate(-.8rem);
    }
    40% {
        transform: translate(.6rem);
    }
    60% {
        transform: translate(-.4rem);
    }
    80% {
        transform: translate(.2rem);
    }
    100% {
        transform: translate(0);
    }
}
/* Spotted Animations ------------------------------- */
/* PULL */
.spot-animation-fade-pull-up.will-be-spotted:not(.spotted) {
    opacity: 0;
    transform: translateY(10vh);
    transition: none;
}
.spot-animation-fade-pull-up.will-be-spotted.spotted {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-out, transform .5s ease-out;
}
/* SCALE */
.spot-animation-scale-up.will-be-spotted:not(.spotted) {
    transform: scale(0);
    transition: none;
}
.spot-animation-scale-up.will-be-spotted.spotted {
    animation: popIn .4s 1 linear;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Site Header
/* -------------------------------------------------------------------------------- */
#site-header {
    background-color: var(--wpi--base-bg-color);
    overflow: auto;
    position: relative;
    z-index: 999;
}
.header-top a {
    text-decoration: none;
}
.header-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 3.3rem 0;
    position: relative;
}
.custom-logo-link {
    display: block;
}
.site-title {
    font-family: var(--wpi--font-family-brand);
    font-size: var(--wpi--font-size-brand);
    font-weight: var(--wpi--font-weight-brand);
    letter-spacing: var(--wpi--letter-spacing-brand);
    line-height: var(--wpi--line-height-brand);
    text-transform: var(--wpi--text-transform-brand);
    margin: 0;
}
.site-title a:hover,
.site-title a:focus {
    color: #4B555F;
}
.header-inner {
    display: none;
}
.site-description {
    color: #4B555F;
    font-family: var(--wpi--font-family-brand);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-menu-wrapper {
    margin-top: 6rem;
}
.no-js .search-toggle-wrapper {
    display: none;
}
.social-icons .search-toggle:before {
    content: none;
}
.social-icons .search-toggle {
    background-image: url(./assets/images/icons/spyglass-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
}
.social-icons .search-toggle.active {
    background-image: url(./assets/images/icons/spyglass-white.svg);
}
/* Sidebar Widgets ------------------------------- */
.sidebar-widgets {
    margin-top: 5rem;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Site Navigation
/* -------------------------------------------------------------------------------- */
/* Navigation Toggle ------------------------------- */
.nav-toggle {
    height: 5rem;
    padding: 0;
    min-width: 10rem;
}
.no-js .nav-toggle {
    display: none;
}
.nav-toggle label {
    cursor: pointer;
    display: block;
    font-weight: 600;
    position: absolute;
    right: 3.3rem;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}
.nav-toggle:not(.active) .hide {
    display: none;
}
.nav-toggle.active .show {
    display: none;
}
.nav-toggle .bars {
    height: 1.4rem;
    position: absolute;
    right: 0;
    top: calc(50% - .7rem);
    width: 1.9rem;
}
.nav-toggle .bar {
    background: #232D37;
    border-radius: .2rem;
    display: block;
    height: .2rem;
    position: absolute;
    right: 0;
    top: calc(50% - .1rem);
    transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
    width: 100%;
}
.nav-toggle .bar:nth-child(1) {
    margin-top: -.6rem;
}
.nav-toggle .bar:nth-child(3) {
    margin-top: .6rem;
}
.nav-toggle:focus label {
    text-decoration: underline;
}
.nav-toggle.active .bar {
    transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}
.nav-toggle.active .bar:nth-child(1) {
    margin-top: -0.1rem;
    transform: rotate(45deg);
}
.nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active .bar:nth-child(3) {
    margin-top: -0.1rem;
    transform: rotate(-45deg);
}
/* Mobile Menu ----------------------------- */
.mobile-menu-wrapper {
    background: #fff;
    display: none;
    overflow: auto;
    padding: 9.2rem 0 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
    z-index: 99;
}
@media ( max-width: 782px ) {
    .admin-bar .mobile-menu-wrapper {
        top: 46px;
    }
}
.mobile-menu-wrapper.active {
    display: flex;
}
.mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-menu-wrapper .mobile-menu-top,
.mobile-menu-wrapper .social-menu-wrapper {
    padding-bottom: 4rem;
}
/* NO-JS FALLBACK */
.no-js .mobile-menu-wrapper {
    opacity: 1;
    padding: 0 0 3rem;
    position: static;
}
/* Primary Menu ----------------------------- */
ul.site-nav ul {
    margin: 2rem 0 0 2rem;
}
.site-nav li {
    font-family: var(--wpi--font-family-nav);
    font-size: var(--wpi--font-size-nav);
    font-weight: var(--wpi--font-weight-nav);
    letter-spacing: var(--wpi--letter-spacing-nav);
    line-height: var(--wpi--line-height-nav);
    text-transform: var(--wpi--text-transform-nav);
    margin: 2rem 0 0 0;
}
.site-nav a {
    text-decoration: none;
}
.site-nav a:hover,
.site-nav .current-menu-item > a {
    text-decoration: underline;
}
/* Search Overlay ------------------------------- */
.search-overlay.active,
.search-overlay-form-wrapper,
.search-overlay form {
    align-items: center;
    display: flex;
    justify-content: center;
}
.search-overlay {
    align-items: stretch;
}
.search-untoggle {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
}
.search-overlay label {
    flex-shrink: 0;
    margin: 0;
}
.search-overlay img {
    height: 2.4rem;
    width: 2.4rem;
}
.search-overlay label img {
    margin-right: 1.2rem;
}
.search-overlay .search-field {
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
    width: 20rem;
}
.search-overlay .search-field::-webkit-input-placeholder {
    color: inherit;
}
.search-overlay .search-field:-ms-input-placeholder {
    color: inherit;
}
.search-overlay .search-field::-moz-placeholder {
    color: inherit;
}
.section-panel {
    position: relative;
}
.intro-wrapper {
    margin-bottom: calc(var(--wpi-gutter-size) * 1);
}
/* -------------------------------------------------------------------------------- */
/*	X.	Post: Archive
/* -------------------------------------------------------------------------------- */
.posts {
    opacity: 0;
}
.no-js .posts {
    opacity: 1;
}
/* Archive Header ----------------------------- */
.preview.archive-header a {
    text-decoration: underline;
}
.preview.archive-header a:hover,
.preview.archive-header a:focus {
    text-decoration: none;
}
.archive-header-mobile {
    padding: 4rem 0;
}
/* ARCHIVE HEADER */
.preview.archive-header-desktop {
    width: 100%;
}
.preview.archive-header-desktop .preview-inner {
    padding: 4rem;
}
.archive-header-desktop {
    display: none;
}
.archive-header .subheading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8rem;
}
.archive-title {
    margin: 0;
}
.archive-description {
    font-size: 1.5rem;
    margin: 1.3rem 0 0;
}
.archive-description p {
    line-height: 1.4;
}
/* Preview ----------------------------- */
.grid-sizer,
.preview {
    width: 100%;
}
.no-js .grid-sizer {
    display: none;
}
.preview {
    margin-bottom: calc(var(--wpi-gutter-size) * .5);
}
.posts-wrapper .preview {
    margin-top: calc(var(--wpi-gutter-size) * .5);
}
.preview-wrapper {
    position: relative;
}
.preview.will-be-spotted:not(.spotted) .preview-wrapper {
    opacity: 0;
    transform: translateY(10vh);
    transition: none;
}
.preview.will-be-spotted.spotted .preview-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-out, transform .5s ease-out;
}
.preview a {
    text-decoration: none;
}
.preview-image {
    display: block;
    position: relative;
    transition: opacity .15s linear;
}
.preview-image:focus {
    opacity: .75;
}
.preview-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.preview-post .preview-inner {
    margin-left: calc(var(--wpi-gutter-size) * .5);
    padding: 1.5rem 0 0;
}
.preview-title {
    margin-bottom: 1rem;
}
.preview-title:last-child {
    margin-bottom: 0;
}
.preview-title a:hover,
.preview-title a:focus {
    color: #232D37;
}
.preview-post .entry-meta-top {
    margin-bottom: 0;
    margin-top: 4px;
    opacity: 0;
    padding-bottom: 12px;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
    pointer-events: none;
}
.preview-post:hover .entry-meta-top,
.preview-post:focus .entry-meta-top {
    opacity: 1;
    transform: translateY(-100%);
    z-index: 1;
    pointer-events: auto;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Post: Single
/* -------------------------------------------------------------------------------- */
.featured-media {
    padding-top: calc(var(--wpi-gutter-size) * .5);
}
.featured-media img {
    width: 100%;
}
.post-inner {
    max-width: 56rem;
    padding: 0 0 6rem;
}
.has-post-thumbnail .post-inner {
    padding-top: 4rem;
}
.post-header {
    margin-bottom: 2rem;
}
/* Pagination ----------------------------- */
.pagination-single {
    margin-top: 6rem;
}
.pagination-single a {
    align-items: center;
    display: flex;
    font-family: var(--wpi--font-family-small);
    font-size: var(--wpi--font-size-small);
    font-weight: var(--wpi--font-weight-small);
    letter-spacing: var(--wpi--letter-spacing-small);
    line-height: var(--wpi--line-height-small);
    text-transform: var(--wpi--text-transform-small);
    text-decoration: none;
}
.pagination-single a + a {
    margin-top: 1.5rem;
}
.pagination-single .arrow {
    align-items: center;
    background: #E6E9EC;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 3.6rem;
    justify-content: center;
    margin-right: 1.5rem;
    transition: background-color .15s linear;
    width: 3.6rem;
}
.pagination-single .arrow img {
    transition: fill .15s linear;
}
.pagination-single a:hover,
.pagination-single a:focus {
    text-decoration: underline;
}
/* Related Posts ----------------------------- */
.related-posts {
    position: relative;
}
.related-posts .preview-image img {
    display: block;
    height: 22rem;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Comments
/* -------------------------------------------------------------------------------- */
/* Comment Headers ----------------------------- */
.comments-wrapper {
    margin-top: 6rem;
}
.comments-header,
.comment-reply-title {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.comment-reply-title {
    margin: 0 0 3rem 0;
}
.leave-comment-link,
.comment-reply-title small a {
    color: #68717b;
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 1rem;
    text-decoration: none;
}
.leave-comment-link:hover,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #4B555F;
    text-decoration: underline;
}
/* Comment Item ----------------------------- */
/* COMMENT HEADER */
.comment,
.pingback,
.trackback {
    margin-top: 3.5rem;
}
.comments-header + div {
    margin-top: 0;
}
.comment-body {
    position: relative;
}
.comment a {
    color: inherit;
}
.comment .comment {
    margin-left: 5%;
}
.comment-meta {
    margin-bottom: 2rem;
    min-height: 4rem;
    padding: 0 6.7rem 0 5.5rem;
    position: relative;
}
.comment-meta .avatar {
    border-radius: .4rem;
    display: block;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
}
.comment-meta a {
    border-bottom: .1rem solid transparent;
    text-decoration: none;
    transition: border-color .15s linear;
}
.comment-meta a:hover,
.comment-meta a:focus {
    border-bottom-color: #68717b;
    text-decoration: none;
}
.comment-author b {
    font-weight: 600;
}
.comment-author b a {
    border-bottom: .1rem solid #DCDFE2;
}
.comment-author b a:hover,
.comment-author b a:focus {
    border-bottom-color: #232D37;
    text-decoration: none;
}
.comment-author .says {
    display: none;
}
.comment-metadata {
    font-size: 1.4rem;
    margin-top: .3rem;
}
.comment-metadata {
    color: #68717b;
    font-weight: 500;
}
.comment-metadata .edit-link:before {
    content: " • ";
}
.comment-body .reply {
    position: absolute;
    right: 0;
    top: .8rem;
}
.comment-reply-link {
    align-items: center;
    border: .1rem solid #68717b;
    border-radius: .2rem;
    color: #68717b;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    height: 2.4rem;
    line-height: 1;
    padding: 0 .7rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .15s linear;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    background: #68717b;
    border-color: #68717b;
    color: #fff;
    text-decoration: none;
}
/* COMMENT CONTENT */
.comment-content,
.comment-content p,
.comment-content li {
    line-height: 1.4;
}
.comment-content a {
    text-decoration: underline;
}
.comment-content a:hover {
    text-decoration: none;
}
.bypostauthor .by-post-author-wrapper {
    color: #68717b;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
/* Pingbacks & Trackbacks ------------------------- */
.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}
/* Comments Pagination ---------------------------- */
.comments-pagination {
    display: flex;
    font-size: 1.6rem;
    justify-content: space-between;
    margin-top: 6rem;
    position: relative;
    text-align: center;
}
.comments-pagination.only-next {
    justify-content: flex-end;
}
.comments-pagination .page-numbers {
    color: #68717b;
    display: none;
    font-weight: 600;
    text-decoration: none;
}
.comments-pagination a.page-numbers:hover,
.comments-pagination a.page-numbers:focus {
    color: #232D37;
}
.comments-pagination ul.page-numbers.dots {
    color: rgba(0, 0, 0, .35);
}
.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}
.comments-pagination .prev {
    left: 0;
}
.comments-pagination .next {
    right: 0;
}
/* Comment Respond ---------------------------- */
.comment-respond:not(:first-child) {
    padding-top: 6rem;
}
.comment-respond .comment-reply-title {
    margin-bottom: 0;
}
.comment-form {
    margin-top: 2.2rem;
}
.comment-form p.logged-in-as {
    color: #68717b;
    line-height: 1.25;
    margin: -1.2rem 0 2.8rem 0;
}
.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}
.comment-respond .logged-in-as a:last-child {
    text-decoration: underline;
}
.comment-respond .logged-in-as a:hover,
.comment-respond .logged-in-as a:focus {
    color: #232D37;
}
.comment-form p {
    margin-bottom: 2rem;
}
.comment-form > p:last-of-type {
    margin-bottom: 0;
}
.comment-respond label {
    display: block;
}
.comment-respond input[type="checkbox"] + label {
    display: inline;
    margin: 0 0 0 .5rem;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}
.comment-respond #submit {
    display: block;
    margin-left: auto;
}
/* Reply Respond ---------------------------- */
.comments .comment-respond {
    padding: 3rem 0 0;
}
.entry-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.entry-image-highlight img {
    height: 50rem;
}
.entry-image-medium img {
    height: 25rem;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Entry Content
/* -------------------------------------------------------------------------------- */
.entry-content {
    position: relative;
}
:root .entry-content > *:first-child {
    margin-top: 0;
}
:root .entry-content > *:last-child {
    margin-bottom: 0;
}
.entry-content a:hover {
    text-decoration: none;
}
/* Typography --------------------------------------- */
.entry-content p.has-background {
    margin-left: -2rem;
    padding: 2rem;
    width: calc(100% + 4rem);
}
.entry-content p.has-drop-cap:first-letter {
    font-size: 7.35em;
    font-weight: 300;
}
.entry-content hr {
    margin: 4rem auto;
    max-width: 50%;
}
.entry-content hr:not(.wp-block-separator),
.entry-content hr.is-style-wide {
    max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
    color: inherit;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Blocks
/* -------------------------------------------------------------------------------- */
/* Block Editor Accent Colors ---------------- */
:root .has-background {
    background-color: #232D37;
}
:root .has-black-color {
    color: #232D37;
}
:root .has-black-background-color {
    background-color: #232D37;
}
:root .has-darkest-gray-color {
    color: #4B555F;
}
:root .has-darkest-gray-background-color {
    background-color: #4B555F;
}
:root .has-darker-gray-color {
    color: #68717b;
}
:root .has-darker-gray-background-color {
    background-color: #68717b;
}
:root .has-gray-color {
    color: #68717b;
}
:root .has-gray-background-color {
    background-color: #68717b;
}
:root .has-light-gray-color {
    color: #DCDFE2;
}
:root .has-light-gray-background-color {
    background-color: #DCDFE2;
}
:root .has-lightest-gray-color {
    color: #E6E9EC;
}
:root .has-lightest-gray-background-color {
    background-color: #E6E9EC;
}
:root .has-white-color {
    color: #fff;
}
:root .has-white-background-color {
    background-color: #fff;
}
/* Block Editor Font Sizes ------------------- */
:root .has-small-font-size {
    font-size: .842em;
}
:root .has-regular-font-size,
:root .has-normal-font-size {
    font-size: 1em;
}
:root .has-large-font-size,
:root .has-larger-font-size {
    line-height: 1.45;
}
:root .has-large-font-size {
    font-size: 1.333em;
}
:root .has-larger-font-size {
    font-size: 1.777em;
}
/* Block: Base Margins ----------------------- */
:root *[class*="_inner-container"] > *:first-child {
    margin-top: 0;
}
:root *[class*="_inner-container"] > *:last-child {
    margin-bottom: 0;
}
.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
/* Block: Audio ------------------------------ */
.wp-block-audio audio {
    width: 100%;
}
/* Block: Button ----------------------------- */
.entry-content .wp-block-file__button,
.entry-content .wp-block-button__link {
    border-radius: .4rem;
    font-weight: 500;
    padding: .8em 1.4em;
}
.entry-content .wp-block-file__button:hover,
.entry-content .wp-block-button__link:hover {
    opacity: .85;
}
/* Block: Buttons ---------------------------- */
.wp-block-buttons .wp-block-button {
    margin-top: 0;
}
/* Block: Column ----------------------------- */
.wp-block-column {
    padding: 0 .5rem;
}
/* Block: Cover Image ------------------------ */
.wp-block-cover-image p {
    font-weight: 300;
}
/* Block: File ------------------------------- */
.entry-content .wp-block-file {
    align-items: center;
    background: #E6E9EC;
    border-radius: .4rem;
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
    padding: 1.5rem 2rem;
}
.entry-content .wp-block-file a:not(.wp-block-file__button) {
    font-weight: 600;
    text-decoration: none;
}
.entry-content .wp-block-file__button {
    flex-shrink: 0;
}
/* Block: Gallery ---------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    margin: 0;
    padding-bottom: 1rem;
}
/* Block: Image ------------------------------ */
:root .wp-block-image.alignleft,
:root .wp-block-image .alignleft {
    margin-right: 2.5rem;
}
:root .wp-block-image.alignright,
:root .wp-block-image .alignright {
    margin-left: 2.5rem;
}
/* Block: Pull Quote ------------------------- */
.entry-content .wp-block-pullquote {
    border: none;
    min-width: 18rem;
    padding: 0;
}
.entry-content .wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
}
.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
    width: 50%;
}
.entry-content .wp-block-pullquote.alignleft {
    text-align: left;
}
.entry-content .wp-block-pullquote.alignright {
    text-align: right;
}
.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote cite {
    text-align: inherit;
}
.entry-content .wp-block-pullquote p {
    font-size: inherit;
    font-weight: 500;
    line-height: 1.4;
}
/* STYLE: SOLID COLOR */
.wp-block-pullquote.has-background {
    padding: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: inherit;
}
/* Block: Quote ------------------------------ */
.entry-content blockquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
    margin-bottom: 1.25em;
}
.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
blockquote.has-text-align-center {
    border-width: 0;
    padding: .25em 0;
}
blockquote.has-text-align-right {
    border-width: 0 .2rem 0 0;
    padding: .25em 1.5em .25em 0;
}
/* STYLE: LARGE */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border-width: 0;
    padding: .25em 0;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.33em;
    font-style: inherit;
    line-height: 1.5;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: .9em;
    text-align: inherit;
}
/* Block: Social ----------------------------- */
.wp-social-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    max-width: none;
}
/* Page Break -------------------------------- */
.post-nav-links {
    background: #E6E9EC;
    border-radius: .4rem;
    color: #5F6973;
    font-weight: 600;
    padding: 1.5rem 2rem;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Site Pagination
/* -------------------------------------------------------------------------------- */
#pagination {
    padding: 4rem 0;
    position: relative;
    text-align: center;
}
#load-more,
#pagination .out-of-posts,
#pagination .loading-icon,
#pagination .out-of-posts {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .2s linear, opacity .2s linear, transform .2s ease-out;
}
#pagination:not(.last-page) .out-of-posts,
#pagination.loading #load-more,
#pagination.last-page #load-more,
#pagination:not(.loading) .loading-icon {
    left: -9999rem;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: opacity .2s linear, transform .2s ease-out, left 0s .2s, right 0s .2s;
}
body:not(.pagination-type-button) #load-more {
    display: none;
}
#load-more {
    white-space: nowrap;
}
html.js body:not(.pagination-type-links) .link-pagination {
    display: none;
}
.no-js #load-more,
.no-js #pagination .loading-icon {
    display: none;
}
#pagination .out-of-posts {
    color: #68717b;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 100%;
}
/* LINK PAGINATION */
.link-pagination {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.link-pagination.only-next {
    justify-content: flex-end;
}
.link-pagination a {
    color: #68717b;
    font-weight: 600;
    text-decoration: none;
}
.link-pagination a:hover,
.link-pagination a:focus {
    color: #232D37;
}
/* -------------------------------------------------------------------------------- */
/*	X.	404 Page
/* -------------------------------------------------------------------------------- */
.error404 .single-container {
    padding: 5rem 0;
}
.error404 .go-home {
    color: #68717b;
    font-size: .95em;
    font-weight: 600;
    text-decoration: none;
}
.error404 .go-home:hover {
    text-decoration: underline;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Site Footer
/* -------------------------------------------------------------------------------- */
#site-footer {
    position: relative;
}
/* Footer Widgets ------------------------------- */
.footer-widgets-outer-wrapper {
    padding-bottom: 6rem;
}
.widget {
    margin-top: 3rem;
}
.widget:first-child {
    margin-top: 0;
}
/* Footer Credits ------------------------------- */
.credits {
    color: #68717b;
    font-size: 1.4rem;
    font-weight: 500;
}
.credits a {
    text-decoration: none;
}
.credits a:hover,
.credits a:focus {
    text-decoration: underline;
}
/* -------------------------------------------------------------------------------- */
/*	X.	Widgets
/* -------------------------------------------------------------------------------- */
/* Widget Base ------------------------------- */
.widget-content {
    position: relative;
}
.widget-content a {
    text-decoration: none;
}
.widget-content a:hover,
.widget-content a:focus {
    text-decoration: underline;
}
.widget-title {
    color: #68717B;
    margin-bottom: 1.5rem;
}
.textwidget a {
    text-decoration: underline;
}
.widget ul,
.widget ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Base List Widget ------------------------------- */
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget .wp-block-categories-list .cat-item,
.widget .no-comments.wp-block-latest-comments,
.widget .wp-block-latest-posts__list li,
.widget .wp-block-latest-comments li,
.widget .wp-block-archives-list li,
.widget .wp-block-page-list li,
.widget_meta ul li {
    font-family: var(--wpi--font-family-small);
    font-size: calc(var(--wpi--font-size-small) - 0.4rem);
    font-weight: var(--wpi--font-weight-small);
    letter-spacing: var(--wpi--letter-spacing-small);
    line-height: var(--wpi--line-height-small);
    text-transform: var(--wpi--text-transform-small);
    margin: 0 0 2rem !important;
}
/* Widget: Recent Comments ------------------------------- */
.widget_recent_comments .comment-author-link {
    font-weight: 600;
}
/* Widget: Gallery ------------------------------- */
.widget_media_gallery .gallery {
    margin: 0 -.4em -.8em -.4em;
    width: calc(100% + .8em);
}
.widget_media_gallery .gallery-item {
    margin: 0 0 .8em 0;
    padding: 0 .4em;
}
/* Widget: Nav Menu ------------------------------- */
.widget_nav_menu .widget-content > div > ul {
    margin-left: 0;
}
/* Widget: Recent Posts ------------------------------- */
.widget_recent_entries .post-date {
    display: block;
}
/* Widget: RSS ------------------------------- */
.widget_rss .rss-widget-icon {
    display: none;
}
.widget_rss .rsswidget {
    font-weight: 600;
    text-decoration: none;
}
.widget_rss .rss-date {
    display: block;
}
.widget_rss cite:before {
    content: "— ";
}
/* Widget: Search ------------------------------- */
.widget_search label,
.widget_search img {
    display: none;
}
.widget_search .search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -.8rem -.8rem;
    position: relative;
}
.widget_search .search-field,
.widget_search .search-submit {
    margin: 0 0 .8rem .8rem;
}
.widget_search .search-field {
    max-width: 100%;
    width: 30rem;
}
/* Widget: Tag Cloud ------------------------------- */
.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -.4rem -.4rem;
}
.widget_tag_cloud a {
    background: #68717b;
    border-radius: .3rem;
    color: #fff;
    display: block;
    font-size: 1.3rem !important;
    font-weight: 600;
    margin: 0 0 .4rem .4rem;
    padding: .4rem .7rem .5rem;
    text-decoration: none;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    background: #232D37;
    color: #fff;
}
.widget-post {
    position: relative;
}
.widget-post-wrapper {
    position: relative;
}
.widget-post-list {
    margin-top: 3rem;
}
.widget-post-list:first-child {
    margin-top: 0;
}
.widget-post-list .widget-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0;
}
.widget-post-list .widget-post-wrapper .preview-image {
    overflow: hidden;
    position: relative;
    width: calc(100% * 1 / 3);
    margin: 0;
}
.widget-post-list .widget-post-wrapper .preview-inner {
    flex: 1;
    min-width: 1px;
}
.wpi-post-counter {
    background: var(--wpi-accent-bg-color);
    color: var(--wpi-accent-text-color);
    display: block;
    font-family: var(--wpi--meta-font-family);
    font-size: var(--wpi--meta-font-size);
    font-weight: 700;
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    text-align: center;
    top: 0;
    width: 2rem;
    z-index: 1;
}
.wpi-post-counter:before,
.wpi-post-counter:after {
    border-right: 1rem solid transparent;
    border-top: 1rem solid var(--wpi-accent-bg-color);
    bottom: -1rem;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.wpi-post-counter:after {
    border-left: 1rem solid transparent;
    border-right: none;
    left: auto;
    right: 0;
}
.wpi-slider-widget .wpi-post-swiper .preview-inner {
    padding: calc(var(--wpi-gutter-size) * .5);
}
.wpi-carousel-widget .wpi-post-swiper .preview-inner {
    padding: 1.25rem 0;
}
.wpi-carousel-widget .wpi-slides-card .preview-inner {
    padding: 1.25rem;
}
.wpi-slides-card {
    margin: 0;
}
.wpi-slides-card,
.wpi-slides-card a:not(:hover, :focus) {
    color: #fff;
}
.wpi-slides-card .entry-image {
    margin-bottom: 0;
}
.wpi-slides-card .preview-inner {
    padding: 2.5rem 1.25rem;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.vertical-align-top .wpi-slides-card .preview-inner {
    top: 0;
}
.vertical-align-middle .wpi-slides-card .preview-inner {
    top: 50%;
    transform: translateY(-50%);
}
.vertical-align-bottom .wpi-slides-card .preview-inner {
    bottom: 0;
}
.widget-post-card {
    background: var(--wpi--alt-bg-color);
    margin: 0;
    overflow: hidden;
}
.widget-post-card,
.widget-post-card a:not(:hover, :focus) {
    color: var(--wpi--alt-text-color);
}
.widget-post-card .preview-image {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.71%, #0c0b11), color-stop(72.11%, rgba(12, 11, 17, 0)));
    background: -webkit-linear-gradient(bottom, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    background: -o-linear-gradient(bottom, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    background: linear-gradient(0deg, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
    display: block;
}
.widget-post-card .preview-image img {
    mix-blend-mode: overlay;
}
.widget-post-card.has-post-thumbnail .preview-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.widget-post-card .preview-inner {
    padding: 1.25rem;
}
.author-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    margin-bottom: calc(var(--wpi-gutter-size) * .5);
}
.author-widget-wrapper .author-widget-image {
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
    height: 12rem;
    width: 12rem;
    margin: 0;
}
.has-border-radius .author-widget-wrapper .author-widget-image {
    border-radius: 100%;
}
.author-widget-wrapper .author-widget-image img {
    display: block;
    object-fit: cover;
    height: 12rem;
    width: 12rem;
}
@media ( min-width: 1600px ) {
    .intro-wrapper .author-widget-wrapper .author-widget-image {
        height: 20rem;
        width: 20rem;
    }

    .intro-wrapper .author-widget-wrapper .author-widget-image img {
        height: 20rem;
        width: 20rem;
    }
}
.author-widget-wrapper .author-widget-content {
    flex: 1;
    min-width: 1px;
}
.author-widget-description {
    --wpi--base-bg-color: #fbe9f1;
}
.author-widget-description {
    border-radius: .4rem;
    border: 0.1rem solid rgba(255, 0, 113, 0.2);
    background: var(--wpi--base-bg-color);
    padding: calc(var(--wpi-gutter-size) * .25);
}
.author-widget-position {
    background: #e8fbf3;
    border: 0.1rem solid rgba(0, 157, 81, 0.15);
    border-radius: 3rem;
    color: #009d51;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0 2rem;
    padding: 0.35rem 1.5rem;
}
.author-widget-position:before {
    content: "";
    background-color: #009d51;
    display: flex;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}
@media ( max-width: 768px ) {
    .author-widget-wrapper {
        flex-direction: column;
    }
    .widget_reportfolio_author_widget {
        text-align: center;
    }
    .author-widget-wrapper .author-widget-image {
        margin: 0 auto 3rem;
    }
    .widget_reportfolio_author_widget .social-icons {
        justify-content: center;
    }
}
.widget .tabbed-widget-header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.625rem, 1fr));
    padding: 0 0 calc(var(--wpi-gutter-size) * .5);
    text-align: center;
}
.widget .tabbed-widget-header .tabbed-header-item a {
    background: var(--wpi--alt-bg-color);
    color: var(--wpi--alt-text-color);
    display: block;
    font-family: var(--wpi--font-family-medium);
    font-size: var(--wpi--font-size-medium);
    font-weight: var(--wpi--font-weight-medium);
    letter-spacing: var(--wpi--letter-spacing-medium);
    line-height: var(--wpi--line-height-medium);
    text-transform: var(--wpi--text-transform-medium);
    text-decoration: none;
    padding: 1.25rem 0.313rem;
    position: relative;
}
.widget .tabbed-widget-header .tabbed-header-item.active a {
    background: var(--wpi-accent-bg-color);
    color: var(--wpi-accent-text-color);
}
.widget .tabbed-widget-header .tabbed-header-item.active a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 50%;
    margin-right: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--wpi-accent-bg-color);
}
.widget .tabbed-widget-content .tabbed-content-item {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.widget .tabbed-widget-content .tabbed-content-item.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.site-youtube-widget {
    --site--youtube-widget-background: #000;
    --site--youtube-widget-color: #fff;
    --site--youtube-widget-background-hover: #333;
    --site--dark-youtube-widget-background: #111;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--site--youtube-widget-background);
    text-align: center
}
[data-theme=dark] .site-youtube-widget {
    background-color: var(--site--dark-youtube-widget-background)
}
.site-youtube-channel, .site-youtube-subscribe {
    display: block;
    text-align: center
}
.site-youtube-subscribe {
    background-color: #c00;
    font-weight: 700;
    padding: 1.5rem;
    text-transform: uppercase;
    font-size: var(--site--font-size-tiny)
}
.site-youtube-subscribe:hover, .site-youtube-subscribe:focus {
    background-color: var(--site--youtube-widget-background-hover)
}
.site-youtube-channel,
.site-youtube-subscribe,
.site-youtube-subscribe:hover,
.site-youtube-subscribe:focus {
    color: var(--site--youtube-widget-color) !important
}
.wpi-metro-widget {
    display: grid;
    gap: 2px;
}
.wpi-metro-widget .wpi-post-metro-1 {
    grid-area: item1;
}
.wpi-metro-widget .wpi-post-metro-2 {
    grid-area: item2;
}
.wpi-metro-widget .wpi-post-metro-3 {
    grid-area: item3;
}
.wpi-metro-widget .wpi-post-metro-4 {
    grid-area: item4;
}
.wpi-metro-widget .wpi-post-metro-5 {
    grid-area: item5;
}
.wpi-metro-widget .wpi-post-metro-6 {
    grid-area: item6;
}
.metro-layout-style .wpi-metro-widget {
    grid-template-areas:
    "item1"
    "item2"
    "item3"
    "item4"
    "item5";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
.metro-layout-4 .wpi-metro-widget {
    grid-template-areas: "item1 item2 item5" "item3 item4 item5";
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 1fr;
}
.metro-layout-5 .wpi-metro-widget {
    grid-template-areas: "item1 item2 item3";
    grid-template-columns: 45% 1fr 1fr;
    grid-template-rows: 1fr;
}
.metro-layout-style .wpi-tile-post .entry-image-medium img {
    height: 22.9rem;
}
@media screen and (min-width: 750px) {
    .metro-layout-1 .wpi-metro-widget {
        grid-template-areas: "item1 item1" "item2 item3" "item4 item5";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr;
    }
    .metro-layout-2 .wpi-metro-widget {
        grid-template-areas: "item1 item1" "item2 item3" "item4 item4";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr;
    }
    .metro-layout-3 .wpi-metro-widget {
        grid-template-areas: "item1 item3" "item2 item2" "item4 item5";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 2fr 1fr;
    }
    .metro-layout-4 .wpi-metro-widget {
        grid-template-areas: "item1 item2" "item3 item4" "item5 item5";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 2fr;
    }
    .metro-layout-5 .wpi-metro-widget {
        grid-template-areas: "item1 item1" "item2 item3" "item2 item3";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr;
    }
}
/* -------------------------------------------------------------------------------- */
/*	X.	Media Queries
/* -------------------------------------------------------------------------------- */
@media ( min-width: 375px ) {
    /* Site Navigation ------------------------------- */
    .search-overlay label img {
        height: 3.2rem;
        margin-right: 2rem;
        width: 3.2rem;
    }
    .search-overlay .search-field {
        font-size: 2.4rem;
        width: 25.5rem;
    }
}
@media ( min-width: 600px ) {
    /* INPUTS */
    label {
        font-size: 1.6rem;
        margin-bottom: .8rem;
    }
    /* FIELDSET */
    fieldset {
        padding: 3rem;
    }
    fieldset legend {
        margin-left: -1rem;
    }
    /* Structure ------------------------------- */
    .section-inner {
        width: calc(100% - 10rem);
    }
    /* Site Header ------------------------------- */
    .header-top {
        padding: 4rem 0;
    }
    /* Site Navigation ------------------------------- */
    .mobile-menu-wrapper {
        padding-top: 11.6rem;
    }
    .search-overlay label img {
        height: 4.8rem;
        margin-right: 2.5rem;
        width: 4.8rem;
    }
    .search-overlay .search-field {
        font-size: 3.2rem;
        width: 35rem;
    }
    .search-untoggle {
        padding: 5rem;
    }
    /* Post: Archive ------------------------------- */
    .archive-header .subheading {
        margin-bottom: 10rem;
    }
    .posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% + calc(var(--wpi-gutter-size) * .5));
    }
    /* PREVIEW */
    .grid-sizer,
    .preview {
        width: 33.33%;
    }
    body:has(.intro-wrapper) .grid-sizer,
    body:has(.intro-wrapper) .preview {
        width: 50%;
    }
    .preview-wrapper {
        width: calc(100% - calc(var(--wpi-gutter-size) * .5));
    }
    /* Post: Single ------------------------------- */
    .post-inner {
        padding: 0 0 8rem;
    }
    .has-post-thumbnail .post-inner {
        padding-top: 6rem;
    }
    .post-header {
        margin-bottom: 4.5rem;
    }
    .pagination-single {
        margin-top: 9.5rem;
    }
    .comments-wrapper {
        margin-top: 9.5rem;
    }
    /* PAGINATION SINGLE */
    .pagination-single {
        display: flex;
        justify-content: space-between;
    }
    .pagination-single.only-next {
        justify-content: flex-end;
    }
    .pagination-single a {
        min-width: 33.3%;
    }
    .pagination-single .arrow {
        height: 4.4rem;
        margin-right: 2rem;
        width: 4.4rem;
    }
    .pagination-single .arrow img {
        height: 1.6rem;
        width: 1.6rem;
    }
    .pagination-single a + a {
        margin: 0 0 0 3rem;
    }
    .pagination-single .next-post {
        flex-direction: row-reverse;
        text-align: right;
    }
    .pagination-single .next-post .arrow {
        margin: 0 0 0 2rem;
    }
    /* Comments ------------------------------- */
    .comment-reply-title {
        font-size: 3.2rem;
        margin-bottom: 4.2rem;
    }
    .comment,
    .pingback,
    .trackback {
        margin-top: 5rem;
    }
    .comment-body {
        min-height: 6rem;
        padding-left: 8rem;
    }
    .comment-meta {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        margin: -.5rem 0 1em -1.6rem;
        min-height: auto;
        padding-left: 0;
        position: static;
    }
    .comment-meta .avatar {
        border-radius: .4rem;
        height: 6rem;
        width: 6rem;
    }
    .comment-author,
    .comment-metadata {
        margin: .5rem 0 0 1.6rem;
    }
    .comment-metadata {
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .comment-body .reply {
        top: .2rem;
    }
    .comments-pagination {
        margin-top: 8rem;
    }
    /* PINGBACKS & TRACKBACKS */
    .pingback .comment-body {
        padding: 0;
    }
    /* COMMENT RESPOND */
    .comment-respond:not(:first-child) {
        padding-top: 7rem;
    }
    .comment-form {
        margin-top: 4rem;
    }
    .comment-form p {
        margin-bottom: 2.5rem;
    }
    .comment-form p.logged-in-as {
        margin: -2.5rem 0 4.4rem 0;
    }
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        float: left;
        width: calc(50% - 1rem);
    }
    .comment-respond .comment-form-email {
        margin-left: 2rem;
    }
    .comments .comment-respond {
        padding: 5rem 0 0;
    }
    /* Blocks -------------------------------- */
    .entry-content .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 2.4rem;
    }
    /* Entry Content ------------------------------- */
    .entry-content p.has-background {
        margin-left: -3rem;
        padding: 3rem;
        width: calc(100% + 6rem);
    }
    .entry-content hr {
        margin: 5.5rem auto;
    }
    .entry-content .wp-block-file {
        margin: 4rem 0;
        width: 100%;
    }
    .entry-content .gallery {
        margin: 5rem 0 3rem;
        position: relative;
        left: calc(50% - 50vw + 1rem);
        width: calc(100vw - 2rem);
    }
    .entry-content .gallery + .gallery {
        margin-top: -3rem;
    }
    .entry-content .gallery .gallery-item {
        margin: 0 0 2rem;
        padding: 0 1rem;
    }
    .entry-content .gallery-columns-1 .gallery-item {
        width: 100%;
    }
    .entry-content .gallery-columns-2 .gallery-item {
        width: 50%;
    }
    .entry-content .gallery-columns-3 .gallery-item {
        width: 33.3%;
    }
    .entry-content .gallery-columns-4 .gallery-item {
        width: 25%;
    }
    .entry-content .gallery-columns-5 .gallery-item {
        width: 20%;
    }
    .entry-content .gallery-columns-6 .gallery-item {
        width: 16.6%;
    }
    .entry-content .gallery-columns-7 .gallery-item {
        width: 14.158%;
    }
    .entry-content .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }
    .entry-content .gallery-columns-9 .gallery-item {
        width: 11.1%;
    }
    figcaption,
    .entry-content figcaption,
    .wp-caption-text {
        font-size: 1.6rem;
    }
}
@media ( min-width: 750px ) {
    .footer-widgets-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-right: calc(-.5 * var(--wpi-gutter-size));
        margin-left: calc(-.5 * var(--wpi-gutter-size));
    }
    .footer-widgets {
        flex: 0 0 auto;
        width: 50%;
        padding-right: calc(var(--wpi-gutter-size) * .5);
        padding-left: calc(var(--wpi-gutter-size) * .5);
    }
}
@media ( min-width: 1000px ) {
    /* Structure ------------------------------- */
    .section-inner {
        width: 100%;
    }
    #site-wrapper {
        padding-left: 30.5rem;
        position: relative;
    }
    #site-header {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        width: 30.5rem;
    }
    #site-content {
        display: block;
        padding: 0 calc(var(--wpi-gutter-size) * .5);
        width: 100%;
    }
    .search-overlay.active {
        left: calc(34.5rem - 4rem);
    }
    /* Site Header ------------------------------- */
    #site-header {
        --wpi--base-bg-color: #f6f8f9;
        background: var(--wpi--base-bg-color);
        border-right: 0.1rem solid var(--wpi--base-border-color);
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        padding: calc(var(--wpi-gutter-size) * .5);
    }
    .admin-bar #site-header {
        padding-top: 5rem;
    }
    .header-top {
        flex-grow: 0;
        padding: 0;
    }
    .header-inner {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }
    ul.site-nav {
        margin-top: 6rem;
    }
    /* Site Navigation ---------------------------- */
    .nav-toggle,
    .mobile-menu-wrapper {
        display: none;
    }
    .search-overlay {
        background: #E6E9EC;
        padding-left: 4rem;
    }
    /* Post: Archive ------------------------------- */
    .archive-header-mobile {
        display: none;
    }
    .archive-header-desktop {
        display: block;
    }
    .archive-header-desktop .preview-wrapper {
        background: #232D37;
        color: #fff;
        display: flex;
    }
    .archive-header-desktop .preview-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 3rem;
    }
    .archive-header .preview-inner {
        min-height: 30.1rem;
    }
    /* Post: Single ------------------------------- */
    .post-inner,
    .has-post-thumbnail .post-inner {
        padding: 8rem 0;
    }
    /* Entry Content ------------------------------- */
    .alignwide, .entry-content .gallery {
        left: calc(50% - 36.95rem);
        right: auto;
        width: 73.9rem;
    }
    .alignfull {
        left: auto;
        max-width: none;
        right: calc(((100vw - 6rem - 30.5rem) - 56rem) / 2);
        width: calc(100vw - 6rem - 30.5rem);
    }
    #site-footer {
        border-top: 0.1rem solid var(--wpi--base-border-color);
        padding: calc(var(--wpi-gutter-size) * .5);
    }
}
@media ( min-width: 1200px ) {
    body:has(.intro-wrapper) .section-panel {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .section-panel .intro-wrapper {
        border-right: 0.1rem solid var(--wpi--base-border-color);
        margin: 0 calc(var(--wpi-gutter-size) * .5) 0 0;
        padding: calc(var(--wpi-gutter-size) * .5) calc(var(--wpi-gutter-size) * .5) calc(var(--wpi-gutter-size) * .5) 0;
    }
    .section-panel .posts-wrapper {
        padding: calc(var(--wpi-gutter-size) * .5) 0;
    }
    /* Post: Single ------------------------------- */
    .related-posts .preview:nth-child(4) {
        display: none;
    }
    /* Entry Content ------------------------------- */
    .entry-content .wp-block-pullquote.alignleft,
    .entry-content .wp-block-pullquote.alignright,
    .entry-content .alignleft,
    .entry-content .alignright {
        max-width: calc(50% + 5.475rem);
    }
    .entry-content .wp-block-image .alignleft,
    .entry-content .alignleft {
        margin-left: -10.95rem;
    }
    .entry-content .wp-block-image .alignright,
    .entry-content .alignright {
        margin-right: -10.95rem;
    }
    .footer-widgets {
        flex: 0 0 auto;
        width: 33%;
    }
    .widget-title {
        margin-bottom: 1.8rem;
    }
}
@media ( min-width: 1600px ) {
    /* Post: Archive ------------------------------- */
    /* ARCHIVE HEADER */
    .archive-header .subheading {
        margin-bottom: 16rem;
    }
    /* RELATED POST PREVIEWS */
    .related-posts .grid-sizer,
    .related-posts .preview {
        width: 25%;
    }
    /* Post: Single ------------------------------- */
    .related-posts .preview:nth-child(4) {
        display: block;
    }
}
.social-icons.has-brand-color a {
    background: transparent;
}
.social-icons.has-brand-background a {
    color: #fff;
}
.social-icons.has-brand-background a[href*="amazon"] {
    background: #f90;
}
.social-icons.has-brand-color a[href*="amazon"] {
    color: #f90;
}
.social-icons.has-brand-background a[href*="bandcamp"] {
    background: #1ea0c3;
}
.social-icons.has-brand-color a[href*="bandcamp"] {
    color: #1ea0c3;
}
.social-icons.has-brand-background a[href*="behance"] {
    background: #0757fe;
}
.social-icons.has-brand-color a[href*="behance"] {
    color: #0757fe;
}
.social-icons.has-brand-background a[href*="codepen"] {
    background: #1e1f26;
}
.social-icons.has-brand-color a[href*="codepen"] {
    color: #1e1f26;
}
.social-icons.has-brand-background a[href*="deviantart"] {
    background: #02e49b;
}
.social-icons.has-brand-color a[href*="deviantart"] {
    color: #02e49b;
}
.social-icons.has-brand-background a[href*="dribbble"] {
    background: #e94c89;
}
.social-icons.has-brand-color a[href*="dribbble"] {
    color: #e94c89;
}
.social-icons.has-brand-background a[href*="dropbox"] {
    background: #4280ff;
}
.social-icons.has-brand-color a[href*="dropbox"] {
    color: #4280ff;
}
.social-icons.has-brand-background a[href*="etsy"] {
    background: #f45800;
}
.social-icons.has-brand-color a[href*="etsy"] {
    color: #f45800;
}
.social-icons.has-brand-background a[href*="facebook"] {
    background: #1778f2;
}
.social-icons.has-brand-color a[href*="facebook"] {
    color: #1778f2;
}
.social-icons.has-brand-background a[href*="500"] {
    background: #000;
}
.social-icons.has-brand-color a[href*="500"] {
    color: #000;
}
.social-icons.has-brand-background a[href*="flickr"] {
    background: #0461dd;
}
.social-icons.has-brand-color a[href*="flickr"] {
    color: #0461dd;
}
.social-icons.has-brand-background a[href*="foursquare"] {
    background: #e65678;
}
.social-icons.has-brand-color a[href*="foursquare"] {
    color: #e65678;
}
.social-icons.has-brand-background a[href*="github"] {
    background: #24292d;
}
.social-icons.has-brand-color a[href*="github"] {
    color: #24292d;
}
.social-icons.has-brand-background a[href*="goodreads"] {
    background: #382110;
}
.social-icons.has-brand-color a[href*="goodreads"] {
    color: #382110;
}
.social-icons.has-brand-background a[href*="google"] {
    background: #ea4434;
}
.social-icons.has-brand-color a[href*="google"] {
    color: #ea4434;
}
.social-icons.has-brand-background a[href*="instagram"] {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    border: 0;
}
.social-icons.has-brand-color a[href*="instagram"] {
    color: #9b36b7;
}
.social-icons.has-brand-background a[href*="lastfm"] {
    background: #e21b24;
}
.social-icons.has-brand-color a[href*="lastfm"] {
    color: #e21b24;
}
.social-icons.has-brand-background a[href*="linkedin"] {
    background: #0d66c2;
}
.social-icons.has-brand-color a[href*="linkedin"] {
    color: #0d66c2;
}
.social-icons.has-brand-background a[href*="mastodon"] {
    background: #3288d4;
}
.social-icons.has-brand-color a[href*="mastodon"] {
    color: #3288d4;
}
.social-icons.has-brand-background a[href*="medium"] {
    background: #02ab6c;
}
.social-icons.has-brand-color a[href*="medium"] {
    color: #02ab6c;
}
.social-icons.has-brand-background a[href*="meetup"] {
    background: #f6405f;
}
.social-icons.has-brand-color a[href*="meetup"] {
    color: #f6405f;
}
.social-icons.has-brand-background a[href*="patreon"] {
    background: #ff424d;
}
.social-icons.has-brand-color a[href*="patreon"] {
    color: #ff424d;
}
.social-icons.has-brand-background a[href*="pinterest"] {
    background: #e60122;
}
.social-icons.has-brand-color a[href*="pinterest"] {
    color: #e60122;
}
.social-icons.has-brand-background a[href*="pocket"] {
    background: #ef4155;
}
.social-icons.has-brand-color a[href*="pocket"] {
    color: #ef4155;
}
.social-icons.has-brand-background a[href*="reddit"] {
    background: #fe4500;
}
.social-icons.has-brand-color a[href*="reddit"] {
    color: #fe4500;
}
.social-icons.has-brand-background a[href*="skype"] {
    background: #0478d7;
}
.social-icons.has-brand-color a[href*="skype"] {
    color: #0478d7;
}
.social-icons.has-brand-background a[href*="snapchat"] {
    background-color: #fefc00;
    stroke: #000;
}
.social-icons.has-brand-color a[href*="snapchat"] {
    stroke: #000;
}
.social-icons.has-brand-background a[href*="soundcloud"] {
    background: #ff5600;
}
.social-icons.has-brand-color a[href*="soundcloud"] {
    color: #ff5600;
}
.social-icons.has-brand-background a[href*="spotify"] {
    background: #1bd760;
}
.social-icons.has-brand-color a[href*="spotify"] {
    color: #1bd760;
}
.social-icons.has-brand-background a[href*="telegram"] {
    background: #2aabee;
}
.social-icons.has-brand-color a[href*="telegram"] {
    color: #2aabee;
}
.social-icons.has-brand-background a[href*="threads"] {
    background: #000000;
}
.social-icons.has-brand-color a[href*="threads"] {
    color: #000000;
}
.social-icons.has-brand-background a[href*="tiktok"] {
    background: #000;
}
.social-icons.has-brand-color a[href*="tiktok"] {
    color: #000;
}
.social-icons.has-brand-background a[href*="tumblr"] {
    background: #011835;
}
.social-icons.has-brand-color a[href*="tumblr"] {
    color: #011835;
}
.social-icons.has-brand-background a[href*="twitch"] {
    background: #6440a4;
}
.social-icons.has-brand-color a[href*="twitch"] {
    color: #6440a4;
}
.social-icons.has-brand-background a[href*="twitter"],
.social-icons.has-brand-background a[href*="x"] {
    background: #000;
    color: #fff
}
.social-icons.has-brand-color a[href*="twitter"],
.social-icons.has-brand-color a[href*="x"] {
    color: #000;
}
.social-icons.has-brand-background a[href*="vimeo"] {
    background: #1eb7ea;
}
.social-icons.has-brand-color a[href*="vimeo"] {
    color: #1eb7ea;
}
.social-icons.has-brand-background a[href*="vk"] {
    background: #4680c2;
}
.social-icons.has-brand-color a[href*="vk"] {
    color: #4680c2;
}
.social-icons.has-brand-background a[href*="wordpress"] {
    background: #3499cd;
}
.social-icons.has-brand-color a[href*="wordpress"] {
    color: #3499cd;
}
.social-icons.has-brand-background a[href*="wa.me"],
.social-icons.has-brand-background a[href*="whatsapp"] {
    background: #075e54;
}
.social-icons.has-brand-color a[href*="wa.me"],
.social-icons.has-brand-color a[href*="whatsapp"] {
    color: #075e54;
}
.social-icons.has-brand-background a[href*="yelp"] {
    background: #d32422;
}
.social-icons.has-brand-color a[href*="yelp"] {
    color: #d32422;
}
.social-icons.has-brand-background a[href*="youtube"] {
    background: #ff0000;
}
.social-icons.has-brand-color a[href*="youtube"] {
    color: #ff0000;
}