/*
Theme Name: tactic
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.21
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
:root {
  --fs: 16px;
  --lh: 22.4px;
  --base-color: #000;
  --contrast-filter: invert(1);
  --angle-height: 2rem;
  --tilt-rotate: -4deg;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
  font-family: [object Object],[object Object],[object Object],[object Object],[object Object];
  font-size: var(--fs);
  line-height: var(--lh);
}
#wrap {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
}
.kumbh-sans {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}
.archive #wrap {
  overflow: hidden;
}
.archive .head {
  margin-top: -5rem;
  color: #fff;
  background-color: var(--base-color);
  transform: rotate(var(--tilt-rotate));
  box-shadow: -80px 0 0 0 var(--base-color), 80px 0 0 0 var(--base-color);
  padding: 5rem 0 0 0;
}
.archive .date {
  font-weight: 100;
  display: inline-block;
  margin-right: 0.4rem;
}
.archive .item {
  transform: rotate(var(--tilt-rotate));
  margin-bottom: 0.6rem;
}
.archive .future .item {
  background-color: var(--base-color);
  box-shadow: -80px 0 0 0 var(--base-color), 80px 0 0 0 var(--base-color);
  padding: 1rem 0 0.5rem 0;
}
.archive .future .item a {
  color: #fff;
}
.archive .past .item {
  position: relative;
  margin-bottom: 0.8rem;
}
.archive .past .item::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 0.7rem;
  width: 110%;
  background-color: var(--base-color);
  left: -5%;
  bottom: 0;
}
/* H design */
h1 {
  font-size: 2.646rem;
  margin-bottom: 1.323rem;
  margin-left: -4.2336px;
  font-weight: 300;
}
h2 {
  font-size: 2.046rem;
  margin-bottom: 1.023rem;
  margin-left: -3.2736px;
  font-weight: 300;
}
h3 {
  font-size: 1.6818rem;
  margin-bottom: 0.8409rem;
  margin-left: -2.69088px;
  font-weight: 300;
}
h4 {
  font-size: 1.4142rem;
  margin-bottom: 0.7071rem;
  margin-left: -2.26272px;
  font-weight: 300;
}
h5 {
  font-size: 1.1892rem;
  margin-bottom: 0.5946rem;
  margin-left: -1.90272px;
  font-weight: 300;
}
h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-left: -1.6px;
  font-weight: 300;
}
img,
iframe {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
p a {
  text-decoration: underline;
}
p a:hover,
p a:active,
p a:focus {
  text-decoration: underline;
}
.edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: red;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.edit-link:hover {
  color: #fff;
  text-decoration: none;
}
._anchor {
  margin-top: -80px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
.anchor {
  margin-top: -80px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 16px;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  background: black;
  color: #fff;
  border-radius: 0 0 50% 50%;
}
.anchor:hover,
.anchor:active,
.anchor:focus {
  color: #fff;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim_ {
  transition: all 0.8s ease-out;
}
.aPeaceful {
  transition: all 1300ms cubic-bezier(0.315, 0.03, 0.465, 0.96);
}
.aNatural {
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.aAbrupt {
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
}
.logged-in .anchor {
  opacity: 1;
}
#logo {
  padding: 0.5rem 1rem;
}
.navbar-toggler {
  position: fixed;
  z-index: 10;
  top: 21px;
  right: 16px;
  border: 0;
  padding: 16px;
  width: 42px;
  height: 42px;
}
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  position: absolute;
  left: 8px;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  transform-origin: left center;
  display: block;
  width: 26px;
  border-bottom: 2px solid #fff;
  transition: all 0.4s;
}
.navbar-toggler span:nth-child(1) {
  transform: rotate(0deg);
  opacity: 1;
  top: 8px;
}
.navbar-toggler span:nth-child(2) {
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: left center;
  top: 16.4px;
}
.navbar-toggler span:nth-child(3) {
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: left center;
  top: 24.8px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25.8px;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tilted {
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  background: var(--base-color);
}
.tilted::before,
.tilted:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(var(--angle-height) * -0.98);
  left: 0;
  width: 100%;
  height: var(--angle-height);
  background: var(--base-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.tilted::after {
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  top: initial;
  bottom: calc(var(--angle-height) * -0.98);
}
.tail .bit {
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  background: var(--base-color);
  height: 1rem;
  margin-top: 5.5rem;
  background-color: var(--base-color);
}
.tail .bit::before,
.tail .bit:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(var(--angle-height) * -0.98);
  left: 0;
  width: 100%;
  height: var(--angle-height);
  background: var(--base-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.tail .bit::after {
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  top: initial;
  bottom: calc(var(--angle-height) * -0.98);
}
.tail .bit.b1 {
  height: 6rem;
}
.tail .bit.b2 {
  height: 3.6rem;
}
.tail .bit.b3 {
  height: 2.16rem;
}
.tail .bit.b4 {
  height: 1.296rem;
}
.navbar {
  display: block;
  position: absolute;
  z-index: 12;
  top: 1rem;
  right: 1.4rem;
}
.navbar .navbar-nav {
  display: block;
}
.navbar ul li {
  display: block;
  text-align: right;
}
.navbar a,
.navbar a:hover {
  color: var(--base-color);
  font-weight: 500;
  text-transform: lowercase;
  font-size: 1.4rem;
  filter: var(--contrast-filter);
}
.textBlock {
  background-color: var(--base-color);
  padding: clamp(3rem, 5vw, 8rem) 0;
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  background: var(--base-color);
}
.textBlock::before,
.textBlock:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(var(--angle-height) * -0.98);
  left: 0;
  width: 100%;
  height: var(--angle-height);
  background: var(--base-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.textBlock::after {
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  top: initial;
  bottom: calc(var(--angle-height) * -0.98);
}
.textBlock:before,
.textBlock:after {
  height: 5vw;
  top: -4.95vw;
}
.textBlock:after {
  bottom: -4.95vw;
  top: initial;
}
.textBlock p,
.textBlock a,
.textBlock ul,
.textBlock h1,
.textBlock h2 {
  color: #fff;
}
.textBlock .title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.textBlock .description {
  margin-top: 3rem;
}
.textBlock + .galleryBlock {
  border-top: 6rem solid var(--base-color);
}
.leadBlock {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  justify-content: left;
}
.leadBlock picture {
  width: 100%;
}
.leadBlock img {
  display: inline-block;
  padding-left: 9vw;
  filter: brightness(10);
  mix-blend-mode: difference;
  width: 50%;
}
.logoBlock {
  background-color: var(--base-color);
  padding: clamp(3rem, 5vw, 8rem) 0;
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  background: var(--base-color);
}
.logoBlock::before,
.logoBlock:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(var(--angle-height) * -0.98);
  left: 0;
  width: 100%;
  height: var(--angle-height);
  background: var(--base-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.logoBlock::after {
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  top: initial;
  bottom: calc(var(--angle-height) * -0.98);
}
.logoBlock.bw img {
  filter: grayscale(1) contrast(10) invert(1);
}
.logoBlock:before,
.logoBlock:after {
  height: 5vw;
  top: -4.95vw;
}
.logoBlock:after {
  bottom: -4.95vw;
  top: initial;
}
.logoBlock .items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: center;
}
.logoBlock .items > * {
  width: 100%;
  max-width: 200px;
  justify-self: center;
}
.projectsBlock .heading {
  text-transform: uppercase;
}
.projectsBlock .heading a {
  display: inline-block;
  overflow: hidden;
}
.projectsBlock .heading,
.projectsBlock .description {
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  background: var(--base-color);
  padding: 2.7rem 2rem 4.3rem 2rem;
  margin-bottom: -0.6rem;
  transition: all 1300ms cubic-bezier(0.315, 0.03, 0.465, 0.96);
}
.projectsBlock .heading::before,
.projectsBlock .description::before,
.projectsBlock .heading:after,
.projectsBlock .description:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(var(--angle-height) * -0.98);
  left: 0;
  width: 100%;
  height: var(--angle-height);
  background: var(--base-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.projectsBlock .heading::after,
.projectsBlock .description::after {
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  top: initial;
  bottom: calc(var(--angle-height) * -0.98);
}
.projectsBlock .heading .tbit,
.projectsBlock .description .tbit {
  transform: rotate(var(--tilt-rotate));
  position: relative;
}
.projectsBlock .heading a,
.projectsBlock .description p,
.projectsBlock .heading span {
  color: #fff;
}
.projectsBlock img {
  width: 100%;
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.projectsBlock .item:hover .heading {
  padding: 3.3rem 2rem 3.7rem 2rem;
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
}
.projectsBlock .item:hover .description {
  padding: 2.4rem 2rem 4.7rem 2rem;
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
}
.projectsBlock .item:hover img {
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
  filter: contrast(1.2);
}
.footer {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  background: var(--base-color);
  background-color: var(--base-color);
  margin-top: 30vh;
  padding: 5rem 5rem 4rem 5rem;
}
.footer::before,
.footer:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(var(--angle-height) * -0.98);
  left: 0;
  width: 100%;
  height: var(--angle-height);
  background: var(--base-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.footer::after {
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  top: initial;
  bottom: calc(var(--angle-height) * -0.98);
}
.footer::before {
  height: 5vw;
  top: -4.95vw;
}
.footer::after {
  display: none;
}
.footer .logo {
  width: 18ch;
}
.galleryBlock {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.galleryBlock .item {
  flex: 0 0 33.33%;
  position: relative;
  overflow: hidden;
  margin-top: -2.3rem;
}
.galleryBlock .item img {
  clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%);
}
.socials {
  align-self: flex-end;
  filter: invert(1);
  transform: translateY(-1.5rem);
}
.socials img {
  width: 30px;
  margin-left: 0.4rem;
}
.buy_link_container {
  margin-top: 4rem;
  z-index: 20;
  text-align: right;
  transform: rotate(-3.2deg);
}
.buy_link {
  background: var(--base-color);
  color: white;
  padding: 0.3rem 1.1rem 0.5rem 1.1rem;
  position: relative;
  display: inline-block;
  transform: translateY(-0.2rem);
  border-radius: 3rem;
  font-size: 1.6rem;
  margin-left: 0.4rem;
}
.buy_link:hover,
.buy_link:active,
.buy_link:focus {
  color: #fff;
  opacity: 0.9;
}
.madeby {
  position: fixed;
  z-index: 2046;
  bottom: 1.5rem;
  right: -0.5rem;
  transform: rotate(-90deg);
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0.8;
}
.madeby:hover,
.madeby:active,
.madeby:focus {
  color: #fff;
  opacity: 1;
}
.logged-in .madeby {
  bottom: 5rem;
}
@media all and (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
@media all and (max-width: 769px) {
  .container {
    width: 100%;
  }
  .nav-item {
    padding-left: 24px;
  }
}
@media all and (max-width: 769px) {
  .galleryBlock .item {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 578px) {
  .leadBlock {
    text-align: center;
    background-attachment: scroll;
  }
  .tail .bit.b1 {
    height: 2rem;
  }
  .tail .bit.b2 {
    height: 0.6rem;
  }
  .tail .bit.b3 {
    height: 0.18rem;
  }
  .tail .bit.b4 {
    height: 0.054rem;
  }
}
