/*!
Theme Name: blackoid
Theme URI: http://blackoid.invertpro.site/
Author: l Dissanayake
Author URI: https://github.com/lDissanayake/
Description: Next Generation WordPress Theme
Version: 2.0.5
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blackoid
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
  - Site header
  - Site Main
  - Site Footer
  - Sidebar
# Components
  - Off canvas contact
  - Off Canvas menu
  - Navigation
  - WebGL Canvas
	- Posts and pages
	- Comments
  - Single Case
  - Page Template - Project Wall
  - Page Template - Slider Fly
	- Widgets
	- Media
	- Captions
	- Galleries
  - WP blocks
  - Search form
  - Mouse Pointer
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Mix
# Device
# Media Query

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-line;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500;
  color: var(--invt-c-text);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* root */
:root {
  --vw100: calc(100vw - (100vw - 100%));
  --site-width: calc(calc(var(--vw100) / 100) * 90);
  --wide-width: min(var(--site-width), 1022px);
  --content-width: min(var(--site-width), 790px);
  --font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --site-top-pad: 200px;
}

/* Typography
--------------------------------------------- */
body {
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--invt-c-text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  font-family: var(--invt-title);
  color: var(--invt-c-text);
}

h1 {
  font-size: 52px;
  line-height: 1.576;
}

h2 {
  font-size: 41px;
  line-height: 1.27;
}

h3 {
  font-size: 32px;
  line-height: 1.625;
}

h4 {
  font-size: 25px;
  line-height: 1.68;
}

h5 {
  font-size: 20px;
  line-height: 1.7;
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 24px;
  font-style: italic;
  border-left: 2px solid var(--invt-c-text);
  padding: 20px 20px 20px 40px;
  letter-spacing: 0.01em;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

pre {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  display: inline-block;
  padding: 4px 8px;
  margin: 1em 0;
  border-radius: 3px;
  background: #1e1e1e;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted rgba(102, 102, 102, 0.1);
  cursor: help;
}

mark,
ins {
  background: none repeat scroll 0 0 #111;
  text-decoration: none;
  color: var(--invt-c-text);
  padding: 0px 10px;
  display: inline-block;
  border-radius: 2px;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #000;
  opacity: 0;
}

body[data-barba-enter] main {
  opacity: 0 !important;
}

hr {
  background-color: #666;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

li {
  margin-bottom: 10px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

figcaption {
  font-size: 13px;
  line-height: 1.2;
  margin: 8px 0 24px;
}

table,
th,
td {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  padding: 10px;
}

td {
  border-width: 0 1px 1px 0;
  padding: 10px;
}

/* Links
--------------------------------------------- */
a,
a:visited,
a:hover,
a:focus,
a:active {
  color: var(--invt-c-text);
}

.entry-content a:not(.wp-block-button__link) {
  color: var(--invt-c-link);
  transition: all ease 0.6s;
}

.entry-content a:not(.wp-block-button__link):visited {
  color: var(--invt-c-link);
  opacity: 0.4;
}

.entry-content a:not(.wp-block-button__link):hover,
.entry-content a:not(.wp-block-button__link):focus,
.entry-content a:not(.wp-block-button__link):active {
  color: var(--invt-c-link-hover);
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:focus-visible {
  outline: 1px solid #1919ff;
  outline-offset: 0;
}

.link-button {
  display: inline-block;
  border-radius: 22px;
  border: 2px solid var(--invt-c-text);
  padding: 8px 18px;
  text-decoration: none;
  transition: all ease 0.6s;
}

.link-button:hover {
  color: #111;
  background: var(--invt-c-text);
  cursor: pointer;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: var(--invt-c-text);
  background: transparent;
  color: var(--invt-c-text);
  line-height: 1;
  border-radius: 100px;
  font-weight: 500;
  padding: 12px 24px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all ease 0.6s;
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: var(--invt-c-text);
}

input[type="submit"]:hover {
  border-color: var(--invt-c-title-bg);
  background: var(--invt-c-title-bg);
  color: var(--invt-c-title-text);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--invt-c-text);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--invt-c-text);
  border: 1px solid var(--invt-c-text);
  background: transparent;
  border-radius: 3px;
  padding: 3px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--invt-c-text);
  border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  outline: 0;
}

::placeholder {
  color: var(--invt-c-content-text);
  font-size: 14px;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 3px;
  padding: 4px 8px;
  background: #111;
  margin-bottom: 24px;
}

textarea {
  width: 100%;
}

label {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* site width*/
.site-footer,
.site-main {
  width: var(--site-width);
  margin: auto;
}

.single-invt-project .site-main,
.single-post .site-main {
  width: 100%;
}

/* Site header
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  padding: 0 calc(calc(100% - var(--site-width)) / 2);
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.site-header:before {
  position: absolute;
  top: 0;
  bottom: -32px;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 1) 30%,
    rgba(10, 10, 10, 0.10407913165266103) 86%,
    rgba(10, 10, 10, 0) 100%
  );
  display: block;
  content: "";
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.4s;
}

[data-scroll-in] .site-header:before {
  opacity: 1;
}

@media (min-width: 1025px) {
  [data-caseopen] .site-header:before,
  .single-invt-project .site-header:before,
  .single-post .site-header:before,
  .page-template-default .site-header:before {
    opacity: 0 !important;
  }
}

.site-title {
  display: block;
  font-size: 1.2em;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.site-title a {
  color: var(--invt-c-text);
  text-decoration: none;
}

.page-title {
  font-size: 136px;
  font-family: var(--invt-title);
  font-weight: 400;
  background: var(--invt-c-title-bg);
  text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.8);
  color: var(--invt-c-title-text);
  line-height: 1.2;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.marquee-text {
  white-space: nowrap;
}

.marquee {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee calc((var(--width) / 1000) * 1.5s) linear infinite;
  animation: marquee calc((var(--width) / 1000) * 1.5s) linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.marquee span {
  white-space: nowrap;
}

.marquee ._sep {
  padding: 0 24px;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

/* Site Main
--------------------------------------------- */
main {
  z-index: 1;
  min-height: 60vh;
}

.page-header {
  margin-top: var(--site-top-pad);
}

/* Site Footer
--------------------------------------------- */
.site-footer {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 0;
}

.site-info,
.site-info a {
  font-size: 14px;
  color: var(--invt-c-text);
  text-decoration: none;
  font-weight: 500;
}

.site-info {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
  text-transform: uppercase;
}

.site-footer .to-top {
  cursor: pointer;
  display: none;
}

[data-caseopen] .to-top,
.invt-scrollable .to-top {
  display: inherit;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Off canvases
--------------------------------------------- */
.off-canvases {
  position: fixed;
  z-index: 11;
}

/* Off canvas contact
--------------------------------------------- */
.off-canvas-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  transform: translateY(100%);
  transition: all ease 0.6s;
  visibility: hidden;
}

.off-canvas-contact[data-inview] {
  visibility: visible;
  transform: translateY(0);
}

.off-canvas-contact__content {
  background-color: rgb(0, 0, 0);
  padding: 4vh 10vw;
  max-height: 80vh;
  overflow-y: scroll;
}

.off-canvas-contact .off-canvas-close {
  flex: 1;
  color: transparent;
  background: transparent;
}

/* Off Canvas menu
--------------------------------------------- */
.off-canvas-menu {
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  padding: 20vh 0 0;
  min-height: 100vh;
  position: relative;
  flex-wrap: wrap;
}

[data-view="off-canvas-menu"] .site-main,
[data-view="off-canvas-menu"] .site-footer {
  display: none;
}

[data-view="off-canvas-menu"] .off-canvas-menu {
  display: flex;
  align-items: center;
  pointer-events: all;
  width: var(--site-width);
  margin: auto;
}

.off-canvas-menu__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.off-canvas-menu__content a {
  color: var(--invt-c-text);
}

#off-menu {
  padding: 0;
  margin: 0;
}

#off-menu > ul {
  padding: 0;
  margin: 0;
}

#off-menu > li {
  overflow: hidden;
  list-style: none;
  line-height: 0;
  margin: 0;
  max-height: 1000px;
}

.off-navigation li {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

[data-scroll-y-was-in] .off-navigation li.hide-min-1024 {
  display: inherit;
}

.off-navigation .menu-item-hidden {
  max-height: 0px !important;
  opacity: 0;
}

.off-navigation a {
  cursor: none;
}

.off-navigation .menu-item-expand > a {
  display: none;
}

.off-navigation .menu-item-has-children > ul {
  overflow: hidden;
  margin: 0;
  display: none;
}

.off-navigation .menu-item-has-children > ul._expand {
  display: block;
}

.off-navigation ._icon {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 32px;
}

.off-navigation ._icon svg {
  pointer-events: none;
  fill: var(--invt-c-text);
  width: 32px;
}

.off-navigation a {
  display: inline-block;
  font-size: 66px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  transition: padding ease 0.6s;
  padding-right: 0.8em;
}

.off-navigation a:focus-visible {
  margin-left: 1px;
}

.off-navigation .sub-menu {
  margin: 0;
  padding: 0;
}

.off-canvas-menu__info {
  display: flex;
  align-items: flex-end;
}

/* Sidebar
--------------------------------------------- */
.sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 0;
  cursor: pointer;
  height: 84px;
  width: 84px;
  border-radius: 3px 0 0 3px;
  max-width: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all ease 1s;
}

.blog-area ._classic-only + .sidebar-toggle {
  margin-left: 32px;
  margin-right: -30px;
}

.sidebar-toggle * {
  pointer-events: none;
}

.sidebar-toggle ._icon {
  position: relative;
}

.sidebar-toggle ._icon:before {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 2px;
}

.sidebar-toggle ._icon:after {
  content: "";
  width: 5px;
  height: 16px;
  position: absolute;
  display: block;
  background: var(--invt-c-text);
  top: 0;
  right: 0;
  border-radius: 0 2px 2px 0;
}

.sidebar-toggle ._icon span {
  top: -12px;
  left: -12px;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  border: 2px solid transparent;
  border-radius: 40px;
  transition: all ease 0.6s;
}

[data-scroll-in] .sidebar-toggle ._icon span {
  border-color: inherit;
}

.sidebar-toggle:hover ._icon span {
  border-color: transparent;
  top: -15px;
  left: -15px;
  width: 46px;
  height: 46px;
}

.blog-area .sidebar-toggle {
  max-width: 84px;
  opacity: 1;
}

body[data-view="off-canvas-menu"] .sidebar-toggle {
  max-width: 0;
  opacity: 0;
}

#sidebar {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  transition: all ease 1s;
  transform: translateX(100%);
  color: var(--invt-c-content-text);
}

.sidebar-toggle-off {
  flex: 1;
  pointer-events: none;
  cursor: pointer;
}

.widget-area {
  height: 100%;
  width: 400px;
  background: #111;
  overflow-y: scroll;
  padding: 64px 42px;
}

.sidebar-on #sidebar {
  transform: translateX(0);
}

[data-view="off-canvas-menu"].sidebar-on #sidebar {
  transform: translateX(100%);
}

.sidebar-on .sidebar-toggle-off {
  pointer-events: all;
}

#sidebar > ul,
.wp-widget-group__inner-blocks > ul {
  margin: 0;
  padding: 0;
}

#sidebar section > ul,
#sidebar section > ol {
  margin: 0;
  padding: 0;
}

.widget h2 {
  font-size: 32px;
  line-height: 1.53;
}

.widget h3 {
  font-size: 25px;
  line-height: 1.56;
}

.widget h4 {
  font-size: 20px;
  line-height: 1.6;
}

.widget h5 {
  font-size: 18px;
  line-height: 1.625;
}

#sidebar .wp-block-columns {
  width: 100%;
}

#sidebar .wp-block-group {
  padding-top: 0;
  transition: opacity ease 0.6s;
}

#sidebar li a {
  text-decoration: none;
  transition: all ease 0.6s;
}

#sidebar li a:hover {
  opacity: 1;
}

.widget_recent_comments li {
  list-style: none;
}

.widget-area .wp-block-calendar tbody td,
.widget-area .wp-block-calendar th {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-area .wp-block-search__button {
  font-size: 12px;
  padding: 12px 24px;
}

/* Navigation
--------------------------------------------- */
#primary-menu {
  transition: all ease 1s;
}

[data-view="off-canvas-menu"][data-scroll-y-was-in] #primary-menu,
[data-scroll-direction="down"][data-scroll-in] #primary-menu,
[data-scroll-in] [data-type="hybrid"] #primary-menu {
  transform: translateY(-100px);
}

#primary-menu > li:last-child {
  margin-right: 0;
}

.main-navigation {
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  align-items: center;
}

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation-inner > ul {
  margin-right: 32px;
}

._classic-only > ul {
  margin-right: 0;
}

.main-navigation .sub-menu {
  display: block;
  background: rgb(240, 240, 240);
  color: #000;
  border-radius: 3px;
  padding: 0.8em 0;
}

.main-navigation .sub-menu li {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 16px;
}

.main-navigation .sub-menu .sub-menu {
  top: 0;
  transform: translateX(-100%);
}

.main-navigation .sub-menu {
  float: left;
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.6s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}

.sub-menu._focus,
.menu-item-has-children > a:focus-visible ~ .sub-menu,
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}

.main-navigation .sub-menu a {
  padding: 0;
  color: #000;
  white-space: nowrap;
  line-height: 2;
  padding: 4px 16px;
}

.main-navigation li {
  position: relative;
  margin: 0 32px;
}

.main-navigation a {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--invt-c-text);
  transition: opacity ease 0.6s;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .sub-menu .current-menu-item > a,
.main-navigation .sub-menu .current_page_item > a {
  opacity: 0.4;
}

/* Small menu. */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: no-repeat;
  border: 0;
  cursor: pointer;
  height: 84px;
  width: 84px;
  margin-right: -30px;
}

.menu-toggle ._icon {
  position: relative;
  width: 24px;
  pointer-events: none;
}

.menu-toggle ._icon span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #f6f6f6;
  transform: translateY(4px);
  transition: all ease 0.6s;
  left: 0;
}

.menu-toggle ._icon span:first-child {
  transform: translateY(-4px);
}

[data-view="off-canvas-menu"] .menu-toggle span {
  transform: translateY(0) rotateZ(45deg) rotateY(-180deg);
}

[data-view="off-canvas-menu"] .menu-toggle span:first-child {
  transform: translateY(0) rotateZ(-45deg) rotateY(-180deg);
}

.site-main .post-navigation {
  margin-bottom: -32px;
  padding: 48px calc(calc(var(--vw100) - var(--site-width)) / 2);
  width: var(--vw100);
  margin-left: calc((var(--content-width) - var(--vw100)) / 2);
}

.post-navigation .nav-links {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.post-navigation a {
  font-size: 25px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 24px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-navigation a * {
  pointer-events: none;
}

.nav-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.posts-navigation {
  padding-top: 64px;
  margin: 0 0 100px;
  display: block;
}

.posts-navigation .nav-links a {
  display: inline-block;
  padding: 0 24px 0 16px;
  border: 3px solid var(--invt-c-text);
  border-radius: 4em;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--invt-c-text);
  box-sizing: border-box;
  white-space: pre;
}

.posts-navigation .nav-links svg {
  display: inline;
  vertical-align: middle;
  fill: var(--invt-c-text);
  width: 20px;
  height: 38px;
  margin: 0;
  pointer-events: none;
}

.posts-navigation .nav-links a {
  padding: 0 24px;
}

.posts-navigation .nav-next:is(:nth-child(2)) {
  width: 100%;
}

.page-info {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: auto !important;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.page-info span {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: -1px 8px 0 8px;
  display: inline-block;
  vertical-align: middle;
}

.comment-navigation {
  margin-bottom: 52px;
  text-align: center;
}

.comment-navigation a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 3px solid #111;
  border-radius: 2em;
  padding: 12px 16px;
  transition: all ease 0.6s;
}

.comment-navigation a:hover {
  background: #111;
  color: #f6f6f6;
}

.comment-navigation .nav-links > div {
  width: 100%;
  margin-bottom: 12px;
}

/* WebGL Canvas
--------------------------------------------- */
[data-il-render] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

/* Posts and pages
--------------------------------------------- */
.updated:not(.published) {
  display: none;
}

/* blog list*/
.blog-list a {
  color: var(--invt-c-text);
  text-decoration: none;
}

.blog-list article {
  min-height: 60px;
  position: relative;
  margin: 0;
  padding: 0.2em 0;
  transition: all ease 0.6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-list article:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-list .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 1.2em;
  bottom: 0;
  cursor: none;
}

.blog-list .entry-header {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list .entry-meta {
  display: flex;
  flex: 1;
  align-items: center;
  width: 30%;
}

.blog-list article:hover .entry-meta {
  opacity: 1;
}

.blog-list .entry-meta .posted-on {
  flex-shrink: 0;
  opacity: 0.4;
}

.blog-list .cat-link-shrink,
.blog-list .cat-links {
  flex: 1;
}

.blog-list .cat-link-shrink span {
  margin: 4px;
  margin-left: 0;
  padding: 0 8px;
  border: 2px solid var(--invt-c-text);
  border-radius: 20px;
  flex: 1;
  opacity: 0;
  transition: all ease 1s;
  display: inline-block;
  text-transform: uppercase;
}

.blog-list article:hover .cat-link-shrink span {
  opacity: 1;
}

.blog-list .cat-link-shrink__more {
  border: none !important;
}

.blog-list .entry-meta svg {
  min-width: 24px;
  fill: #f6f6f6;
  vertical-align: sub;
  border: 2px solid #f6f6f6;
  border-radius: 6em;
}

.blog-list .entry-title {
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--invt-body);
  line-height: 1.4;
  letter-spacing: normal;
  margin: 1em 8px 1em 0;
  transition: all ease 0.6s;
  max-width: 60%;
}

.blog-list .entry-title span {
  display: inline-block;
  width: 32px;
  height: 24px;
  vertical-align: sub;
}

.blog-list .sticky .entry-title svg {
  position: absolute;
  fill: var(--invt-c-text);
}

.blog-list .entry-thumb {
  pointer-events: none;
  position: fixed;
  width: 60vh;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 0.6s;
}

.blog-list .entry-thumb img {
  transform-origin: center;
  transform: scale(0.2);
  transition: all ease 0.6s;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-footer,
.entry-content {
  width: var(--content-width);
  margin: auto;
  line-height: 1.75;
  color: var(--invt-c-content-text);
}

.post-thumbnail + .entry-content {
  padding-top: 64px;
}

.entry-content:after {
  content: "";
  display: block;
  clear: both;
}

.page-links {
  clear: both;
  margin: 32px 0;
}

.page-links > * {
  text-decoration: none;
  width: 3em;
  height: 3em;
  display: inline-flex;
  color: var(--invt-c-text);
  border: 2px solid var(--invt-c-text);
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  margin: 0 0.2em;
  transition: all ease 0.6s;
}

.page-links a:hover {
  color: #000 !important;
  background: var(--invt-c-text);
}

.page-links span {
  color: #111;
  background: var(--invt-c-text);
}

/* single post
---------------------------- */
.single-post .post-wrap {
  margin: auto;
  width: var(--content-width);
}

.single-post .post:not(.has-post-thumbnail) {
  margin-top: 100px;
}

.single-post .post p {
  font-size: 16px;
  line-height: 1.75;
}

.single-post .entry-header {
  margin-top: 124px;
}

.single-post .entry-meta-header {
  font-size: 14px;
}

.single-post .meta-author-link {
  font-weight: 600;
}

.single-post .entry-meta a {
  text-decoration: none;
}

.meta-second-line {
  display: table;
  margin-bottom: 16px;
}

.single-post .cat-links {
  color: transparent;
}

.single-post .cat-links a {
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid var(--invt-c-text);
  display: inline-block;
  margin-bottom: 4px;
  color: var(--invt-c-text);
  text-decoration: none;
  letter-spacing: 0.06em;
}

.single-post .posted-on a {
  font-size: 14px;
  opacity: 0.6;
  line-height: 24px;
  pointer-events: none;
}

.single-post .posted-on:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  display: inline-block;
  position: relative;
  margin: 0 16px;
  vertical-align: middle;
}

.single-post .entry-title {
  font-size: 41px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
}

.single-post .entry-content {
  margin-top: 100px;
}

.entry-meta-footer {
  display: flex;
  flex-direction: column;
}

.entry-meta-footer a {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.entry-meta-footer [rel="tag"] {
  margin: 0 8px 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 8px 2px 24px;
  border-radius: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.entry-meta-footer [rel="tag"]:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  left: 4px;
  top: 4px;
}

.entry-meta-footer svg {
  margin-left: -32px;
  position: absolute;
  width: 20px;
  fill: transparent;
  stroke: var(--invt-c-text);
}

.single-post .tags-links {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 64px;
}

.off-comments .tags-links {
  margin-bottom: 64px;
}

.single-post .entry-thumbnail {
  display: grid;
  justify-content: center;
  width: var(--vw100);
  margin: auto;
  margin-left: calc((var(--content-width) - var(--vw100)) / 2);
}

.single-post .entry-thumbnail img {
  max-height: 70vh;
}

.post-password-form {
  background: #222;
  padding: 24px 64px;
  border-radius: 3px;
  margin: 32px 0;
}

.post-password-form label {
  color: var(--invt-c-text);
}

.post-password-form label,
.post-password-form input {
  display: block;
}

.post-password-form input {
  width: 100%;
  margin-top: 24px !important;
  border-width: 2px;
}

.post-password-form input:focus {
  border-width: 2px;
}

.post-password-form input[type="submit"] {
  width: 100px;
}

/* Search result page
--------------------------------------------- */
.invt-blog-search-list article {
  margin: 0 !important;
}

.search-result-text {
  background: var(--invt-c-title-bg);
  color: #111;
  display: inline-block;
  border-radius: 3px;
  padding: 8px 12px;
  margin: 32px 0;
  font-weight: 600;
}

/* Comments
--------------------------------------------- */
.comments-info {
  display: block;
  margin: 32px 0 96px;
}

.comment-button {
  cursor: pointer;
  border: 2px solid var(--invt-c-text);
  border-radius: 32px;
  padding: 6px 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.comments-leave-title {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0.6;
  cursor: pointer;
  transition: all ease 0.6s;
}

.comments-leave-title:hover {
  opacity: 1;
}

.comments-sidebar {
  --invt-c-text: #111;
  --invt-c-link: #111;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  overflow-y: scroll;
  color: var(--invt-c-title-text);
  background: var(--invt-c-title-bg);
  z-index: 99;
  padding: 48px 12px 0 24px;
  transform: translateX(100%);
  transition: all ease 0.6s;
}

.comments-sidebar-view {
  transform: translateX(0);
}

.comments-header {
  display: flex;
  justify-content: space-between;
}

.comments-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 33px;
  color: #111;
}

.comments-sidebar-x {
  width: 16px;
  opacity: 0.4;
  cursor: pointer;
}

#reply-title {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.comment-list #reply-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

#cancel-comment-reply-link {
  display: inline-block;
  color: #fd0505;
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 2em;
  padding: 0 10px;
  line-height: 2;
  margin: 12px 0;
  font-size: 13px;
}

#comments:not(.post-wrap #comments) {
  width: var(--content-width);
  margin: auto;
}

.comment-list {
  margin: 0;
  padding: 32px 0;
}

.comment-list:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
}

.comment-list,
.comment-list ul {
  list-style: none;
}

.comments-sidebar a {
  word-wrap: break-word;
  text-decoration: none;
  color: #111;
}

.comment:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

.comment.depth-1:not(.comment.depth-1:last-of-type),
.comment.parent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-body {
  position: relative;
  padding: 0;
  margin: 34px 0 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.76);
  overflow: hidden;
}

.bypostauthor .comment-body {
  background: white;
  padding: 6px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.071);
  border-radius: 3px;
}

.comment-body .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.bypostauthor .comment-body .avatar {
  left: 8px;
  top: 10px;
}

.comments-sidebar .children .comment {
  margin-left: 24px;
}

.comments-sidebar .children {
  display: none;
  margin: 0 0 32px 12px;
  padding: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.comments-sidebar .children .avatar {
  width: 32px;
}

.fn {
  font-size: 16px;
}

.says {
  display: none;
}

.view-reply,
.reply {
  font-weight: 500;
  cursor: pointer;
}

.view-reply svg {
  vertical-align: middle;
  opacity: 0.79;
  margin-right: 8px;
}

.view-reply-show + .children {
  display: block;
}

.reply {
  float: right;
}

.comment-meta {
  margin-left: 46px;
}

.comment-metadata {
  opacity: 0.8;
  font-size: 11px;
  font-weight: 400;
}

.comment-content {
  margin: 0;
}

.comment-content ul {
  list-style: disc;
}

.comment-content code {
  background: #e5e5e5;
}

.comment-content mark,
.comment-content ins {
  color: #fff;
  background: #929292;
}

.comment-content table,
.comment-content th,
.comment-content td {
  border-color: rgba(0, 0, 0, 0.1);
}

.comment-content a {
  color: var(--invt-c-link);
}

/* comment form*/

.comment-list .comment-respond {
  margin: 32px 0;
}

#commentform
  > p:not(.comment-notes, .comment-form-cookies-consent, .form-submit, .logged-in-as) {
  display: flex;
  flex-direction: column;
}

.comment-respond label:not(.comment-form-cookies-consent label) {
  display: none;
}

#commentform {
  font-size: 14px;
  position: relative;
}

#commentform:not(.logged-in #commentform) {
  padding-bottom: 60px;
}

#commentform p {
  margin: 6px 0 0;
}

#commentform .logged-in-as {
  margin-bottom: 24px;
}

#commentform .logged-in-as a {
  font-weight: 500;
}

.required-field-message {
  display: block;
}

#commentform input,
#commentform textarea {
  color: #111;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 16px;
  line-height: 32px;
  border-radius: 8px;
}

#commentform textarea {
  padding: 24px 16px;
  height: 200px;
}

#commentform .form-submit {
  text-align: right;
  margin-top: 20px;
}

#commentform input.submit {
  cursor: pointer;
  border: 2px solid #111;
  line-height: 1;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: 4em;
  font-size: 12px;
  text-transform: uppercase;
  transition: all ease 0.6s;
}

#commentform input.submit:hover {
  background: #111;
  color: #fff;
}

#commentform .comment-notes {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all ease 0.6s;
}

#commentform .comment-notes._show {
  opacity: 1;
  max-height: 100px;
  margin-bottom: 24px;
}

.comment-form-cookies-consent {
  display: flex;
  position: absolute;
  bottom: 0;
}

.comment-form-cookies-consent input {
  height: 20px;
  width: 24px;
  padding: 0;
  margin-right: 10px;
}

.comment-form-cookies-consent label {
  font-size: 13px;
  line-height: 18px;
}

/* Single Case
--------------------------------------------- */
.invt-singlecase {
  display: none;
  background: transparent;
  --content-width: min(var(--site-width), 900px);
}

.single-invt-project .invt-singlecase {
  display: block;
}

.invt-singlecase article {
  min-height: 100vh;
}

.single-case-trans article {
  min-height: 200vh;
}

.invt-singlecase .post-bg-image {
  width: var(--vw100);
  margin: 0;
}

.invt-singlecase .post-bg-image img {
  width: var(--vw100);
  height: 100vh;
  max-height: 100vh;
}

.invt-singlecase .entry-title-wrap {
  z-index: 1;
  height: 100vh;
  width: var(--vw100);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
}

.invt-singlecase .entry-title {
  width: var(--content-width);
}

.invt-singlecase .entry-content {
  padding-top: 64px;
  padding-bottom: 20vh;
}

.invt-singlecase h1 {
  padding: 0;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

[data-caseopen] .invt-singlecase h1 {
  letter-spacing: 0.04em;
}

.invt-singlecase h1 span {
  display: inline-block;
}

.next-case {
  width: var(--content-width);
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  margin: auto;
}

.the-cover {
  width: 100%;
}
.the-cover .next-case-title-wrap {
  width: var(--content-width);
  padding: 0 calc(calc(100% - var(--site-width)) / 2);
}

.next-case-title-wrap {
  z-index: 1;
  position: absolute;
}

.next-case a {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  font-family: var(--invt-title);
  color: var(--invt-c-text);
  overflow: hidden;
  width: 100%;
  display: block;
}

.next-case a span {
  display: inline-block;
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.next-case .wp-post-image {
  display: block;
  max-height: 80%;
  max-width: 80%;
  height: 60%;
  width: auto;
  margin: 0 auto;
}

.next-case img[data-mouse]{
  cursor: pointer;
}

.the-cover .wp-post-image {
  max-height: 100vh;
  max-width: 100%;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.next-case-hint {
  display: block;
  overflow: hidden;
}

.next-case-hint span {
  display: block;
  font-size: 20px;
}

.scroll-hint-wrap {
  position: absolute;
  padding: 0 calc(calc(100% - var(--site-width)) / 2);
  width: 100%;
  bottom: 32px;
  transition: all ease .6s;
}

.scroll-hint {
  cursor: pointer;
  display: inline-block;
}

.scroll-hint svg {
  width: 18px;
  vertical-align: -6px;
  margin-right: 0.4em;
  fill: #fff;
}

[data-scroll-in] .scroll-hint-wrap {
  opacity: 0;
  bottom: 64px;
}

/* Page Template - Project Wall
------------------------------------------------- */

.project-wall-item {
  position: relative;
  margin-bottom: 20vh;
}

.project-wall-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.project-wall-item__title {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

.project-wall-item__numb {
  background: var(--invt-c-title-bg);
  color: var(--invt-c-title-text);
  padding: 0 0.2em;
  font-weight: 600;
  font-size: 0.8rem;
}

/* Page Template - Slider Fly
--------------------------------------------- */
.page-template-page-slider-fly main {
  width: 100%;
}

.page-template-page-slider-fly:not([data-caseopen]) .site-footer {
  position: fixed;
  top: 100%;
}

.slider-fly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider-fly-item {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.slider-fly-item[data-current] {
  z-index: 1;
}

.slider-fly-thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.slider-fly-item img {
  max-height: 74%;
  max-width: 80%;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  position: fixed;
  z-index: 0;
  opacity: 0;
}

.slider-fly-item img[data-planeid] {
  width: inherit;
  max-height: inherit;
}

.slider-titles {
  z-index: 1;
  height: 100%;
  width: var(--site-width);
  position: fixed;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  padding: 14vh 0;
  left: calc(calc(100% - var(--site-width)) / 2);
}

.slider-title_wrap {
  position: relative;
  width: 100%;
  font-family: var(--invt-title);
  display: flex;
  pointer-events: none;
  z-index: 3;
}

.slider-title_wrap[data-align="center"] {
  justify-content: center;
}

.slider-title_wrap[data-align="right"] {
  justify-content: flex-end;
}

.invt-letter-wrap {
  display: inline-block;
  overflow: hidden;
  margin-left: -0.04em;
}

.invt-letter-wrap:first-child {
  margin-left: 0;
}

.slider-title_wrap,
.slider-title_wrap div a {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.slider-title_wrap .invt-letter {
  transform: translateX(-120%);
}

.slider-title_wrap div a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.slider-title_current {
  position: relative;
  pointer-events: all;
}

.slider-title_current span {
  pointer-events: none;
}

.slider-title_current a {
  display: inline-block;
  transition: all ease 0.6s;
}

.slider-title_current a:hover {
  padding-left: 0.2em;
}

.slider-title_next {
  position: absolute;
  top: 0;
  pointer-events: none;
}

.slider-nav-title_text {
  display: inline-block !important;
  padding: 0px 0.4em;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60%;
}

.slider-nav-title_text span {
  font-weight: 600;
}

.slider-nav-title_text > * {
  pointer-events: none;
}

.slider-nav-title_wrap {
  width: var(--site-width);
  z-index: 1;
}

.slider-nav-title_wrap div {
  position: relative;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
}

.slider-titles:hover .slider-nav-title_text {
  cursor: pointer;
}

.slider-nav-title_prev {
  padding-left: 4em;
}

.slider-fly-item__title {
  display: none;
}

.slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: calc(calc(100% - var(--site-width)) / 2);
  z-index: 10;
  width: var(--site-width);
}

.slider-footer > div {
  width: 33%;
}

.slider-info {
  text-align: center;
  overflow: hidden;
}

.slider-info span {
  display: inline-block;
  font-size: 1em;
}

.slider-info ._space {
  width: 46px;
  height: 1px;
  background: rgb(240, 240, 240);
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}

.nav span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
  width: 15vh;
  margin-left: -6vh;
  transition: all ease 0.3s;
  cursor: pointer;
}

.nav svg {
  pointer-events: none;
  fill: rgb(240, 240, 240);
  width: 2.5vh;
  height: 2.5vh;
}

.nav span:last-child {
  margin-left: 0;
}

.slider-image-link {
  position: fixed;
  display: block;
  z-index: 2;
}

.load-case .slider-image-link,
.slider-image-link.lock {
  pointer-events: none;
}

/* slider footer styles*/
.slider-footer[data-style="space"] ._span {
  display: none;
}

.slider-footer[data-style="space"] .slider-info {
  text-align: right;
}

/* Page Template - Search page
--------------------------------------------- */
.invt-ajax-search {
  width: 60vw;
  border-radius: 6px;
  background-color: #f6f6f6;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20vh;
}

.invt-ajax-search-box {
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.invt-ajax-search-input {
  color: #000;
  border: none;
  background: transparent;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
}

.invt-ajax-search-input:focus {
  outline: none;
}

.invt-ajax-search-input::placeholder,
.invt-ajax-search-input::-webkit-input-placeholder {
  color: #c2c2c2;
}

.invt-ajax-search-result {
  padding: 0;
  margin: 0;
}

.invt-ajax-search-numb {
  color: #000;
  font-weight: 500;
  padding: 12px 1em;
  display: block;
}

.search-post {
  display: flex;
  padding: 1em;
  position: relative;
  background: rgba(255, 255, 255, 0);
  transition: all ease 0.6s;
  list-style: number;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-post:hover {
  background: rgba(255, 255, 255, 1);
}

.search-post a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.search-post-type {
  width: 20%;
}

.search-post-type span {
  color: #000000;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 0.6em;
  border-radius: 3px;
  text-transform: uppercase;
}

.search-post-title {
  color: #000;
  flex: 1;
  width: 75%;
  font-weight: 500;
}

.page-template-search-page .site-footer {
  position: fixed;
  top: 100%;
}

/* 404
--------------------------------------------- */
body.error404 .site {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
  align-content: space-around;
  justify-content: space-evenly;
}

body.error404 .site-main {
  min-height: auto;
}

body.error404 h1 {
  text-align: center;
  font-size: 180px;
  line-height: 0;
}

body.error404 .page-content {
  max-width: 400px;
  margin: auto;
  text-align: center;
}

/* Widgets
--------------------------------------------- */
.widget:not(.widget:last-child) {
  margin: 0 0 80px;
}

.widget label {
  font-size: 16px;
  font-weight: 600;
}

.widget select {
  width: 100%;
  max-width: 100%;
}

.widget ul {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.wp-block-categories-list ul {
  counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before,
.wp-block-categories-list ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond,
    "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

/* archive list */
.widget_archive li,
.wp-block-archives-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 0;
  transition: color ease 0.6s;
}

.widget_archive li a,
.wp-block-archives-list li a {
  flex: 1;
  margin-right: -32px;
  z-index: 1;
  text-decoration: none;
  transition: all ease 0.6s;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.widget_archive li,
.wp-block-archives-list li,
.widget_archive li a,
.wp-block-archives-list li a {
  color: var(--invt-c-content-text);
}

.widget_archive li:hover,
.wp-block-archives-list li:hover,
.widget_archive li:hover a,
.wp-block-archives-list li:hover a {
  color: var(--invt-c-text) !important;
}

/* categories list */
.widget_categories li,
.wp-block-categories-list li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: all ease 0.6s;
}

.widget_categories a,
.wp-block-categories-list a {
  flex: 1;
  margin-right: -24px;
  z-index: 1;
  transition: all ease 0.6s;
  line-height: 2;
}

.widget_categories li a,
.wp-block-categories-list li a,
.widget_categories li,
.wp-block-categories-list li {
  color: var(--invt-c-content-text);
}

.widget_categories li:hover a,
.wp-block-categories-list li:hover a,
.widget_categories li:hover,
.wp-block-categories-list li:hover {
  color: var(--invt-c-text);
}

.widget_categories .children,
.wp-block-categories-list .children {
  width: 100%;
  margin-bottom: -8px;
}

.widget_categories a:hover,
.wp-block-categories-list a:hover {
  padding-left: 1em;
  opacity: 1;
}

/* latest comments*/
.widget_recent_comments .recentcomments,
.wp-block-latest-comments__comment {
  margin-bottom: 42px;
}

.widget_recent_comments .comment-author-link,
.wp-block-latest-comments__comment-author {
  color: var(--invt-c-content-text);
}

.widget_recent_comments .recentcomments > a,
.wp-block-latest-comments__comment-link {
  display: block;
  font-weight: 500;
}

.wp-block-latest-comments__comment-link {
  margin-top: 8px;
  font-size: 20px;
}

.wp-block-latest-comments__comment-date {
  font-size: 13px;
  opacity: 0.6;
  line-height: 32px;
}

/* latest post list */
.wp-block-latest-posts__list li {
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
}

.wp-block-latest-posts__featured-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
  margin-bottom: 24px;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 10px;
}

.wp-block-latest-posts__featured-image a {
  line-height: 0;
}

.wp-block-latest-posts__list li > a,
.wp-block-latest-posts__featured-image
  + a:not(.wp-block-latest-posts__post-author) {
  font-size: 20px;
  font-weight: 500;
}

.wp-block-latest-posts__post-author {
  margin-top: 8px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  opacity: 0.6;
  color: var(--invt-c-text);
}

.wp-block-rss__item {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wp-block-rss__item-title {
  font-size: 20px;
  margin-bottom: 16px;
}

.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  opacity: 0.6;
}

.wp-block-rss__item-excerpt {
  margin-top: 32px;
}

/* page list */
.widget_pages li,
.wp-block-pages-list__item {
  margin: 0;
}

.widget_pages li a,
.wp-block-pages-list__item a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  opacity: 0.6;
}

/* search widget */
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 8px;
  border-radius: 3px;
  border-color: rgba(255, 255, 255, 0.1);
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  padding: 8px 16px;
}

.wp-block-search__no-button input {
  padding: 12px 0;
}

.wp-block-search__button {
  transition: all ease 0.6s;
}

.wp-block-search__button:hover {
  color: #111;
  background: var(--invt-c-text);
}

/* tag cloud*/

.widget_tag_cloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 6px 18px;
  border: 2px solid;
  border-radius: 20px;
  text-decoration: none;
  margin: 2px 0;
  transition: all ease 0.6s;
  opacity: 0.6;
}

.wp-block-tag-cloud a:nth-child(1n + 11),
.tagcloud a:nth-child(1n + 11) {
  display: none;
}

.wp-block-tag-cloud._show-all a:nth-child(1n + 11),
.tagcloud._show-all a:nth-child(1n + 11) {
  display: inline-block;
}

.wp-block-tag-cloud ._all,
.tagcloud ._all {
  font-weight: 500;
  display: inline-block !important;
  cursor: pointer;
}

.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
  color: #111;
  background: var(--invt-c-text);
  border-color: var(--invt-c-text);
  opacity: 1;
}

/* nav menu */
.widget_nav_menu li a {
  opacity: 0.6;
  transition: all ease 0.6s;
}

.widget_nav_menu li:hover > a {
  opacity: 1;
}

/* widget calender*/

.widget_calendar table th,
.wp-block-calendar table th {
  font-weight: 400;
  background: #0a0a0a;
}

.wp-block-calendar tbody td,
.wp-block-calendar th,
.widget_calendar tbody td,
.widget_calendar th {
  padding: 0.25em;
  border: 1px solid rgba(255, 255, 255, 0.1) in !important;
  color: var(--invt-c-content-text);
  padding: 12px;
  text-align: center;
}

.wp-block-calendar table caption,
.widget_calendar caption {
  color: var(--invt-c-content-text);
  margin-bottom: 8px;
  text-align: center;
  line-height: 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 8px;
}

.wp-block-calendar nav a,
.widget_calendar nav a {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  padding: 4px 8px;
  border-radius: 26px;
}

/* widget utility */
.widget_meta a,
.widget_recent_entries a {
  opacity: 0.6;
  transition: all ease 0.6s;
}

.widget_meta a:hover,
.widget_recent_entries a:hover {
  opacity: 1;
}

.textwidget img {
  margin: 12px 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.custom-logo-link img {
  max-height: 60px;
  width: auto;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
  clear: left;
}

.gallery-item {
  position: relative;
  box-sizing: border-box;
}

.gallery-caption,
.wp-caption-text {
  display: block;
  font-size: 12px;
  padding: 8px 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}

/* WP blocks
--------------------------------------------- */
.wp-block-image:not(.alignleft):not(.alignright) {
  margin: 96px 0;
}

.wp-block-image:not(.alignleft):not(.alignright)
  + .wp-block-image:not(.alignleft):not(.alignright) {
  margin-top: 82px;
}

img.alignleft,
.wp-block-image .alignleft {
  margin: 0.5em 1.5em 1em 0;
}

img.alignright,
.wp-block-image .alignright {
  margin: 0.5em 0 1em 1.5em;
}

.wp-block-search__button {
  background: transparent;
  border: 2px solid var(--invt-c-text);
  color: var(--invt-c-text);
}

.wp-block-button.alignright a {
  float: right;
}

.wp-block-columns:not(.alignwide, .alignfull) {
  margin: auto;
}

.wp-block-columns:is(.alignfull) .wp-block-column p {
  padding: 0 2vw;
}

.wp-block-group
  .wp-block-group__inner-container:not(#sidebar
    .wp-block-group
    .wp-block-group__inner-container) {
  width: var(--content-width);
  margin: auto;
}

.wp-block-pullquote {
  border-left: 6px solid rgba(255, 255, 255, 0.2);
  padding: 1em 1em;
}

.wp-block-pullquote blockquote {
  border: none;
}

.wp-block-quote {
  border-left: 6px solid rgba(255, 255, 255, 0.2);
  padding: 1em 2em 2em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 26px;
  line-height: 38px;
}

.wp-block-image {
  position: relative;
}

.wp-block-image figcaption {
  background: #111;
  padding: 12px;
  border-radius: 2px;
  float: right;
  position: absolute;
  bottom: 8px;
  right: 8px;
  margin: 0;
  max-width: calc(100% - 16px);
}

/* block button*/
.wp-block-button__link {
  padding: 1em 2em;
  margin: 8px 0;
  color: var(--invt-c-text);
  background-color: #282828;
  transition: all ease 0.6s;
}

.wp-block-button__link:hover {
  color: var(--invt-c-title-text);
  background-color: var(--invt-c-title-bg);
}

.is-style-outline .wp-block-button__link {
  color: var(--invt-c-text);
  border-color: var(--invt-c-text);
  transition: all ease 0.6s;
}

.is-style-outline .wp-block-button__link:hover {
  color: var(--invt-c-title-text);
  background-color: var(--invt-c-title-bg);
}

/* Custom block style */
.is-style-invt-g-d {
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.is-style-invt-g-d-b:not(article) {
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.is-style-invt-h-section {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}

.is-style-invt-s-clean {
  border: 0;
  background: rgb(240, 240, 240);
  height: 1px;
  opacity: 0.4;
}

.is-style-invt-t-b-none,
.is-style-invt-t-b-none table,
.is-style-invt-t-b-none td,
.is-style-invt-t-b-none th {
  border: none;
  padding: 0;
  font-weight: 500;
  color: var(--invt-c-text);
  font-size: 16px;
}

.is-style-invt-t-b-none tr:last-child a,
.is-style-invt-t-b-none tr:last-child td {
  color: rgba(255, 255, 255, 0.4);
  transition: color ease 0.6s;
}

.is-style-invt-t-b-none tr:last-child a:hover,
.is-style-invt-t-b-none tr:last-child td:hover {
  color: var(--invt-c-text);
}

.is-style-invt-c-align-baseline {
  align-items: baseline;
}

/* Search form
--------------------------------------------- */
.search-form:not(.no-results .search-form) {
  display: flex;
}

.search-form input {
  margin-top: 20px;
}

.search-form label {
  flex: 1;
  margin-right: 1em;
}

.search-form .search-field {
  width: 100%;
  font-size: 20px;
}

/* Mouse Pointer
--------------------------------------------- */
.invt-mouse {
  display: flex;
  top: -100px;
  left: -100px;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  background: transparent;
  z-index: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: hard-light;
}

.invt-mouse-in {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--invt-c-mouse-bg);
  position: absolute;
  transition: all ease 0.6s;
}

.invt-mouse-icon {
  display: flex;
  opacity: 0;
  padding: 2vh;
  position: absolute;
  transition: opacity ease 0.6s 0.2s;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  align-items: center;
  justify-content: center;
}

.invt-mouse[data-mode="mini-btn"] .invt-mouse-in {
  width: 6.5vh;
  height: 6.5vh;
}

.invt-mouse[data-mode="nav-dot"] {
  z-index: 20;
}

.invt-mouse[data-mode="nav-dot"] .invt-mouse-in,
.invt-mouse[data-mode="nav-dot-dark"] .invt-mouse-in {
  width: 6px;
  height: 6px;
}

.invt-mouse[data-mode="nav-dot-dark"] .invt-mouse-in {
  background: #000000;
}

.invt-mouse[data-mode="arrow-right"],
.invt-mouse[data-mode="arrow-right-min"],
.invt-mouse[data-mode="nav-invert+"],
.invt-mouse[data-mode="nav-invert"],
.invt-mouse[data-mode="x"] {
  z-index: 9999;
  mix-blend-mode: unset;
}

.invt-mouse[data-mode="nav-invert+"] .invt-mouse-in,
.invt-mouse[data-mode="nav-invert"] .invt-mouse-in {
  width: 10vh;
  height: 10vh;
}

.invt-mouse[data-mode="clip"] {
  mix-blend-mode: unset;
}

.invt-mouse[data-mode="clip"] .invt-mouse-in {
  width: inherit;
  height: inherit;
  border-radius: 4em;
  background-color: #f6f6f6;
}

.invt-mouse[data-mode="arrow-right-min"] .invt-mouse-in {
  width: 8vh;
  height: 8vh;
}

.invt-mouse[data-mode="arrow-right"] .invt-mouse-in,
.invt-mouse[data-mode="hint"] .invt-mouse-in,
.invt-mouse[data-mode="scroll"] .invt-mouse-in,
.invt-mouse[data-mode="x"] .invt-mouse-in {
  width: 14vh;
  height: 14vh;
}

.invt-mouse[data-mode="nav-invert+"] .invt-mouse-icon_plus,
.invt-mouse[data-mode="nav-invert"] .invt-mouse-icon_arrow-right,
.invt-mouse[data-mode="arrow-right-min"] .invt-mouse-icon_arrow-right,
.invt-mouse[data-mode="arrow-right"] .invt-mouse-icon_arrow-right,
.invt-mouse[data-mode="x"] .invt-mouse-icon_big-x {
  opacity: 1;
}

.invt-mouse-icon_plus,
.invt-mouse-icon_arrow-right {
  fill: var(--invt-c-mouse);
  width: 90%;
  height: 90%;
}

.invt-mouse-icon_big-x {
  fill: var(--invt-c-mouse);
  width: 60%;
  height: 60%;
}

.invt-mouse span {
  opacity: 0;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignfull,
.alignwide {
  margin: auto;
}

.alignfull:not(.alignfull .alignfull) {
  width: var(--vw100);
  margin-left: calc((var(--content-width) - var(--vw100)) / 2);
  padding: 0 calc(calc(var(--vw100) - var(--site-width)) / 2);
}

.alignwide:not(.alignfull .alignwide) {
  width: var(--wide-width);
  margin-left: calc((var(--content-width) - var(--wide-width)) / 2);
}

.alignwide .alignfull {
  margin-left: calc((var(--wide-width) - var(--vw100)) / 2) !important;
}

/*--------------------------------------------------------------
# Mix
--------------------------------------------------------------*/
.c-white-mode:not([data-scroll-in]) .site-header,
.c-white-mode:not([data-scroll-in]) .slider-fly,
.c-white-mode:not([data-scroll-in]) .case-cover {
  --invt-c-text: #000 !important;
  color: #000 !important;
}

.c-white-mode:not([data-scroll-in]) .slider-info ._space,
.c-white-mode:not([data-scroll-in]) .menu-toggle ._icon span:not([data-view="off-canvas-menu"] span) {
  background: #000;
}

.c-white-mode:not([data-scroll-in]) .nav svg {
  fill: #000;
}

.is-admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .is-admin-bar .site-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .is-admin-bar .site-header {
    position: absolute;
  }

  .is-admin-bar .site-header:before {
    opacity: 0 !important;
  }
}

.invt-letter {
  display: inline-block;
}

/* Scrollbar customizations */
[data-invt-smooth-scroll]::-webkit-scrollbar,
[data-invt-smooth-scroll] *::-webkit-scrollbar {
  width: 14px;
  background-color: #000;
}

[data-invt-smooth-scroll]::-webkit-scrollbar-thumb,
[data-invt-smooth-scroll] *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid #000;
  background: rgb(37, 37, 37);
}

[data-invt-smooth-scroll]::-webkit-scrollbar-thumb:hover,
[data-invt-smooth-scroll] *::-webkit-scrollbar-thumb:hover {
  background: #f6f6f6;
}

[data-invt-smooth-scroll] .comments-sidebar::-webkit-scrollbar {
  background-color: var(--invt-c-title-bg);
}

[data-invt-smooth-scroll] .comments-sidebar::-webkit-scrollbar-thumb {
  border-width: 4px;
  border-color: var(--invt-c-title-bg);
  background: #c4c4c4;
}

[data-invt-smooth-scroll] .widget-area::-webkit-scrollbar,
[data-invt-smooth-scroll] .off-canvas-contact__content::-webkit-scrollbar {
  display: none;
}

._shallow-hidden {
  opacity: 0;
  pointer-events: none;
}

/* dat gui */

.dg {
  z-index: 9999 !important;
  display: none;
}

.dg li {
  margin: 0;
}

.page-template-page-slider-fly .dg {
  display: block;
}

/*--------------------------------------------------------------
# Device
--------------------------------------------------------------*/
/* device */
.hide-min-1024 {
  display: none;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (hover) {
  .off-navigation a:hover {
    padding-left: 24px;
  }

  .button-mouse-fill * {
    pointer-events: none;
  }

  .button-mouse-fill:hover,
  .button-mouse-fill:hover a,
  .button-mouse-fill:hover svg {
    fill: #000 !important;
    color: #000 !important;
    transition: all ease 0.6s;
  }

  .blog-list .cat-link-shrink__more {
    opacity: 0;
  }

  .blog-list article:hover .cat-link-shrink__more {
    opacity: 1;
  }

  article:hover .entry-thumb {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-50%) scaleY(1);
  }

  .blog-list article:hover .entry-thumb img {
    transform: scale(1);
  }

  .nav span:hover svg {
    -webkit-animation-name: arrow_move_down;
    animation-name: arrow_move_down;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .nav span:last-child:hover svg {
    -webkit-animation-name: arrow_move_up;
    animation-name: arrow_move_up;
  }
}

@media (pointer: coarse) {
  .off-navigation .menu-item-has-children > a:before,
  .off-navigation .menu-item-has-children > a:after {
    content: "";
    width: 32px;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 50%;
    margin-left: 42px;
    background: var(--invt-c-text);
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.6s;
    transform-origin: center;
  }

  .off-navigation .menu-item-has-children > a:before {
    transform: rotateZ(90deg);
  }

  .off-navigation .menu-item-has-children[data-expanded] > a:before {
    transform: rotateZ(0);
  }

  .off-navigation .menu-item-has-children[data-expanded] > a:after {
    transform: rotateZ(-180deg);
  }

  .comments-sidebar {
    padding-right: 24px;
  }
}

@media (max-width: 1024px) {
  :root {
    --site-top-pad: 18vh;
  }

  .main-navigation ul {
    display: none;
  }

  .blog-area ._classic-only + .sidebar-toggle {
    margin: 0;
  }  

  .page-title {
    font-size: 107px;
  }

  .off-canvas-menu__content {
    flex-direction: column;
  }

  .posts-navigation {
    margin: 0 0 60px;
  }

  .post-thumbnail + .entry-content,
  .invt-singlecase .entry-content {
    padding-top: 32px;
  }

  .blog-list article:first-of-type {
    margin-top: 10vh;
  }

  .blog-list article {
    margin: 0;
  }

  .blog-list .cat-link-shrink {
    display: none;
  }

  .blog-list .entry-meta {
    justify-content: flex-end;
  }

  /* slider */
  .slider-footer > div,
  .slider-footer > div {
    width: 50%;
  }

  .slider-footer ._span,
  .slider-footer ._span {
    display: none;
  }

  .slider-info,
  .slider-info {
    text-align: right;
  }

  /* footer */
  .single-invt-project .site-footer,
  [data-caseopen] .site-footer {
    margin-top: 0;
  }

  /* device */
  .hide-min-1024 {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .project-wall-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project-wall-col {
    width: 40%;
  }

  .project-wall-item:last-child {
    margin-bottom: 0;
  }

  .project-wall-item__title {
    font-size: 34px;
  }

  .project-wall-item__numb {
    position: absolute;
    transform: rotateZ(90deg) translate(0%, -60%);
    display: block;
    right: 0;
    bottom: 0;
    transform-origin: right;
  }
}

@media (max-width: 767.98px) and (orientation: portrait) {
  :root {
    --site-width: calc(calc(var(--vw100) / 100) * 80);
  }

  .is-admin-bar .sidebar-toggle {
    max-width: 84px;
    opacity: 1;
  }

  .page-title {
    font-size: 84px;
  }

  .slider-fly-item img {
    max-width: 100%;
    max-height: 100%;
  }

  .slider-title_wrap,
  .slider-title_wrap div a {
    font-size: 32px;
  }

  .slider-nav-title_wrap div {
    margin-top: 4px;
  }

  .slider-nav-title_prev {
    padding-left: 0;
  }

  .off-canvas-menu {
    align-items: flex-start !important;
  }

  .off-navigation a {
    font-size: 20px;
    margin: 8px 0;
    letter-spacing: normal;
  }

  .off-navigation .menu-item-has-children > a:before,
  .off-navigation .menu-item-has-children > a:after {
    width: 10px;
    height: 2px;
  }

  .off-navigation ._icon {
    margin-bottom: 8px;
  }

  .posts-navigation {
    margin: 0;
    padding: 32px 0;
  }

  .page-info {
    font-size: 20px;
    font-weight: 400;
  }

  .page-info span {
    width: 18px;
    margin: -1px 0 0 0;
  }

  figcaption {
    text-indent: 0;
    font-size: 1rem;
  }

  .blog-list article {
    padding: 32px 0;
  }

  .blog-list .entry-header {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .blog-list .entry-meta,
  .blog-list .entry-title {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .blog-list .entry-title {
    margin: 0;
  }

  .single-post .entry-header {
    margin-top: 48px;
  }

  .single-post .entry-content {
    margin-top: 68px;
  }

  .single-post .posted-on {
    display: block;
    margin-top: 4px;
  }

  .single-post .posted-on:before {
    display: none;
  }

  .wp-block-image:not(.alignleft):not(.alignright) {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .comments-info {
    margin: 32px 0 48px;
  }

  .comments-leave-title {
    display: none;
  }

  .invt-singlecase h1,
  .the-cover a,
  .next-case a {
    font-size: 41px;
  }

  .site-footer,
  .single-post .site-footer {
    margin-top: 0;
  }

  .invt-ajax-search {
    width: 90%;
  }

  .search-post {
    flex-direction: column;
  }

  .search-post > * {
    flex: 1;
    width: 100%;
  }

  #sidebar {
    z-index: 1;
  }

  .sidebar-on .site-header:before {
    opacity: 1 !important;
  }

  .widget-area {
    padding: 100px 64px 64px;
    width: 100%;
  }

  img.alignleft,
  .wp-caption.alignleft,
  .wp-block-image .alignleft {
    margin: 0.5em 2em 1em 0;
  }

  img.alignright,
  .wp-caption.alignright,
  .wp-block-image .alignright {
    margin: 0.5em 0 1em 2em;
  }

  body.error404 h1 {
    font-size: 100px;
  }
}

@media (max-width: 480px) {
  .slider-titles {
    justify-content: space-between;
  }

  .is-admin-bar .slider-titles {
    padding-top: calc(14vh + 46px);
  }

  .nav span {
    height: 10vh;
    width: 10vh;
    margin-left: calc(((100% - var(--site-width)) / 2) + 6vh);
  }

  .widget-area {
    padding: 100px 24px 64px;
  }
}

@-webkit-keyframes arrow_move_down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(100%);
    opacity: 0;
  }

  51% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrow_move_down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(100%);
    opacity: 0;
  }

  51% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes arrow_move_up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-100%);
    opacity: 0;
  }

  51% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrow_move_up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-100%);
    opacity: 0;
  }

  51% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
