/*
Theme Name: air
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: 18px;
  --lh: 1.6818rem;
}
@media all and (max-width: 768px) {
  :root {
    --fs: 18px * 1.1;
    --lh: 1.6818rem * 1.1;
  }
}
body {
  background-color: #000;
  font-family: 'Gantari', sans-serif;
  font-size: var(--fs);
  font-weight: 400;
  line-height: 1.6818rem;
  min-height: 100vh;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.dev * {
  box-shadow: 0 0 2px 2px pink;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* H design */
h1 {
  font-size: clamp(36.828px, 3.977vw, 92.07px);
  margin-bottom: 1.023rem;
  margin-left: -3.6828px;
  text-transform: uppercase;
  font-weight: 700;
}
h2 {
  font-size: clamp(32.724px, 4.091vw, 81.81px);
  margin-bottom: 0.909rem;
  margin-left: -3.2724px;
  text-transform: uppercase;
  font-weight: 700;
}
h3 {
  font-size: clamp(30.2724px, 4.1591vw, 75.681px);
  margin-bottom: 0.8409rem;
  margin-left: -3.02724px;
  text-transform: uppercase;
  font-weight: 700;
}
h4 {
  font-size: clamp(20.0556px, 4.4429vw, 50.139px);
  margin-bottom: 0.5571rem;
  margin-left: -2.00556px;
  text-transform: uppercase;
  font-weight: 700;
}
h5 {
  font-size: clamp(19.6056px, 4.4554vw, 49.014px);
  margin-bottom: 0.5446rem;
  margin-left: -1.96056px;
  text-transform: uppercase;
  font-weight: 700;
}
h6 {
  font-size: clamp(18px, 4.5vw, 45px);
  margin-bottom: 0.5rem;
  margin-left: -1.8px;
  text-transform: uppercase;
  font-weight: 700;
}
#top_menu a,
.eh {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.3rem, 2.7vw, 4.2rem);
  line-height: clamp(1rem, 2vw, 6rem);
  letter-spacing: 0.2rem;
  font-weight: 300;
  color: #fff;
}
.eh {
  line-height: clamp(2.5rem, 2.2vw, 6.4rem);
}
.side_content .eh {
  font-size: clamp(1.3rem, 1.5vw, 3.2rem);
  line-height: clamp(1.5rem, 1.7vw, 4.4rem);
}
#brand,
#m_brand {
  font-size: clamp(2rem, 4vw, 5rem);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}
#brand:hover,
#m_brand:hover,
#brand:active,
#m_brand:active,
#brand:focus,
#m_brand:focus {
  color: #fff;
}
.this_cat_name {
  text-transform: lowercase;
}
img,
iframe {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 1rem;
}
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;
}
.work_meta {
  color: rgba(255, 255, 255, 0.6);
}
.heading {
  opacity: 0.9;
}
._text {
  padding-right: 20.0556px;
}
.textBlock {
  color: #fff;
}
.textBlock.layout_1 .heading .lr {
  text-align: right;
}
.textBlock ._text {
  margin-top: 9px;
}
.side_textBlock a {
  color: #fff;
  text-decoration: underline;
}
.edit-link {
  position: fixed;
  bottom: 0;
  left: 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: -90px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
.anchor {
  margin-top: -90px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 18px;
  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;
}
@keyframes loading-fade {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 2046px;
  }
}
@keyframes flyin {
  0% {
    right: -46vw;
  }
  100% {
    right: 0;
  }
}
@keyframes hoverOver {
  0% {
    bottom: 3px;
  }
  100% {
    bottom: 33px;
  }
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.2s;
}
.anim2 {
  transition: all 0.4s ease-out;
}
.anim3 {
  transition: all 800ms ease-out;
}
.logged-in .anchor {
  opacity: 1;
}
#wrap {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.26);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  background-attachment: fixed;
  opacity: 1;
}
#brand,
#m_brand {
  padding: 60.1668px 0 0 30.0834px;
  display: inline-block;
}
#top_menu {
  padding: 60.1668px 0 0 40.1112px;
}
#top_menu ul {
  margin-left: 0;
}
#top_menu ul li {
  display: inline-block;
  list-style: none;
}
#top_menu ul li.current-menu-item a {
  position: relative;
}
#top_menu ul li.current-menu-item a:hover:before,
#top_menu ul li.current-menu-item a:active:before,
#top_menu ul li.current-menu-item a:focus:before {
  transition: all 0.2s;
  margin-left: -5.2rem;
}
#top_menu ul li.current-menu-item a:before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  width: 5rem;
  height: 1.8px;
  background: #fff;
  margin-left: -9rem;
  transition: all 0.2s;
}
#top_menu ul li.current-menu-item a:before {
  margin-left: -5.2rem;
}
#top_menu ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: first baseline;
  flex-flow: column;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  position: relative;
}
#top_menu ul li a:hover:before,
#top_menu ul li a:active:before,
#top_menu ul li a:focus:before {
  transition: all 0.2s;
  margin-left: -5.2rem;
}
#top_menu ul li a:before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  width: 5rem;
  height: 1.8px;
  background: #fff;
  margin-left: -9rem;
  transition: all 0.2s;
}
#top_menu ul li a:hover:before,
#top_menu ul li a:active:before,
#top_menu ul li a:focus:before,
#top_menu ul li a.current-menu-parent:before {
  margin-left: -5.2rem;
}
#top_menu ul li a[aria-expanded="true"]:before {
  display: none;
}
#top_menu ul li ul.dropdown-menu {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0 transparent;
  padding-bottom: 20.0556px;
}
#top_menu ul li ul.dropdown-menu.show {
  position: static !important;
  transform: translate3d(0, 0, 0) !important;
  animation: loading-fade 0.4s 1 linear both;
}
#top_menu ul li ul.dropdown-menu li {
  margin-left: 1.2rem;
  display: block;
}
#top_menu ul li ul.dropdown-menu li.current-menu-item a:before,
#top_menu ul li ul.dropdown-menu li.current-post-parent a:before {
  margin-top: 0.31em;
  margin-left: -5.2rem;
}
#top_menu ul li ul.dropdown-menu li a {
  text-transform: lowercase;
  position: relative;
}
#top_menu ul li ul.dropdown-menu li a:hover:before,
#top_menu ul li ul.dropdown-menu li a:active:before,
#top_menu ul li ul.dropdown-menu li a:focus:before {
  transition: all 0.2s;
  margin-left: -5.2rem;
}
#top_menu ul li ul.dropdown-menu li a:before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  width: 5rem;
  height: 1.8px;
  background: #fff;
  margin-left: -9rem;
  transition: all 0.2s;
}
#top_menu ul li ul.dropdown-menu li a:before {
  margin-top: 0.3em;
}
#top_menu ul li ul.dropdown-menu li a:hover:before,
#top_menu ul li ul.dropdown-menu li a:active:before,
#top_menu ul li ul.dropdown-menu li a:focus:before {
  margin-top: 0.3em;
  margin-left: -5.2rem;
}
.cmi {
  position: relative;
}
.cmi:hover:before,
.cmi:active:before,
.cmi:focus:before {
  transition: all 0.2s;
  margin-left: -5.2rem;
}
.cmi:before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  width: 5rem;
  height: 1.8px;
  background: #fff;
  margin-left: -9rem;
  transition: all 0.2s;
}
.dropdown-toggle::after {
  display: none;
}
.w {
  padding-bottom: 40.1112px;
}
.page-template-default .w {
  padding-bottom: 0;
}
.page-template-default:not(.home) .side_content {
  padding-top: 96.26688px;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
}
.single .curtain {
  background: rgba(0, 0, 0, 0.5);
}
.hamburger {
  position: fixed;
  z-index: 1200;
  bottom: 0;
  right: 0;
  border: 0;
  width: 60px;
  height: 60px;
  background: #000;
  display: inline-flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.hamburger:hover,
.hamburger:active,
.hamburger:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #fff;
  transition: all 0.2s;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.acf-map,
#map {
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
}
.marker-cluster {
  background: black;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.slick-initialized {
  position: relative;
}
.slick-initialized .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
  z-index: 2;
  width: 60px;
  height: 120px;
  color: transparent;
  border: 0;
  background: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 0.8;
  transition: all 0.2s;
}
.slick-initialized .slick-arrow.slick-next {
  right: -80.2224px;
  left: initial;
  transform: rotate(0deg);
}
.slick-initialized .slick-arrow:hover,
.slick-initialized .slick-arrow:active,
.slick-initialized .slick-arrow:focus {
  opacity: 1;
  transition: all 0.2s;
}
#items {
  column-count: 2;
  column-gap: 0;
}
#items .item {
  display: block;
  background-size: 120%;
  background-position: center 0%;
  transition: all 0.4s ease-out;
}
#items .item:hover {
  background-size: 125%;
  background-position: 45% 20%;
  transition: all 0.2s;
}
#items .item img {
  width: 100%;
}
.catname {
  margin-left: 40.1112px;
}
.in {
  padding: 60.1668px;
  max-width: 78ch;
}
.this_cat_parent_name {
  margin-bottom: 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
#fancybox-wrap,
#fancybox-content {
  box-sizing: content-box;
}
body.error404,
body.nobanana {
  overflow-x: hidden;
}
body.error404 #wrap:after,
body.nobanana #wrap:after {
  will-change: right, bottom;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: -20px;
  right: 0;
  width: 55vw;
  height: 60vh;
  background: url("img/okeye.png") no-repeat right bottom;
  background-size: contain;
  animation: flyin 30s ease-out both, hoverOver 3s ease-in-out infinite alternate;
}
.soc_img {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.page-id-1713 #wrap {
  background: #000;
  background-image: url() !important;
  color: #fff;
}
@media all and (min-width: 769px) {
  body:not(.home) nav {
    transform: scale(80%);
    transform-origin: left top;
  }
  body:not(.single-post) nav,
  body:not(.single-post) #brand {
    position: fixed;
  }
  body:not(.single-post) #brand {
    top: 0;
  }
  body:not(.single-post) nav {
    top: 120.3336px;
  }
  .hamburger {
    display: none;
  }
  .m_show {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  body.home .hamburger {
    display: none;
  }
  body.page:not(.home) .brand_holder {
    background: #000;
  }
  body.dailymenu .hamburger span {
    transform-origin: center;
    transform: rotate(45deg) translate(-5px, -4.5px);
    transition: all 0.2s;
  }
  body.dailymenu .hamburger span:first-child {
    transform: rotate(-45deg) translate(0, 0);
    transition: all 0.2s;
  }
  body.dailymenu .hamburger span:last-child {
    transform: scale(0);
    margin-bottom: 0;
  }
  body.dailymenu nav {
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    max-height: 20460px;
    transition: all 0.4s ease-out;
  }
  body.home #m_brand {
    display: none;
  }
  body.home nav {
    position: static;
    width: auto;
    height: auto;
    max-height: initial;
    max-width: initial;
  }
  body nav {
    transform: scale(100%);
    position: absolute ;
    z-index: 1199;
    left: 100vw;
    top: 100vh;
    max-height: 0;
    max-width: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    transition: all 0.2s;
  }
  #wrap {
    background-position-x: 16%;
  }
  #brand,
  #m_brand {
    padding-top: 40.1112px;
  }
  #top_menu {
    padding-left: 36.10008px;
  }
  .in {
    padding: 38.10564px;
  }
  body.error404 #wrap:after,
  body.nobanana #wrap:after {
    right: 0;
    animation: hoverOver 3s ease-in-out infinite alternate;
  }
  .single #featured_image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: all 0.4s ease-out;
  }
  .single #brand {
    padding-top: 20.0556px;
    position: fixed;
  }
  .single.unstick #brand {
    position: absolute;
  }
  .single .slick-arrow {
    display: none;
  }
  .single .row {
    margin-left: 0;
    margin-right: 0;
  }
  .single .row > * {
    padding: 0;
  }
  .single .carousel img {
    width: 100%;
  }
  .single .work_meta,
  .single ._text {
    display: block;
    padding-left: 40.1112px;
    padding-right: 40.1112px;
  }
  .single .work_meta {
    padding-top: 10.0278px;
  }
  .single .heading,
  .single .eh {
    text-align: left;
    padding-left: 20.0556px;
    padding-right: 20.0556px;
  }
  .single .eh {
    line-height: 1.4rem;
  }
  .single .catname {
    margin-left: 0;
  }
}
@media all and (max-width: 576px) {
  .page-id-1076 .brand_holder #brand {
    display: none;
  }
}
