a {
  color: white;
  text-decoration: none;
}

a:hover {
  animation-name: blibb;
  animation-duration: 1s;
}

@keyframes blibb {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: white !important;
}

.lg-caption {
  margin-top: 15px;
}

html, * {
  margin: 0px;
  padding: 0px;
}

body {
  background: black;
  color: white;
  height: 100vh;
  font-family: sans-serif;
}

.wrapper {
  min-height: 100vh;
}

.lg-desktop-grid {
  padding-top: 70px !important;
}

@media screen and (max-width: 600px) {
  .lg-column-wrap {
    display: block !important;
  }
}

.fake-scroll .lg-desktop-grid {
  margin-top: 80vh !important;
  transition: 2s;
}

.header {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.mobil-logo {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobil-logo {
    display: block;
    position: fixed;
    width: 100%;
    top: 275.5px;
    text-align: center !important;
    color: white !important;
    z-index: 100;
    transition: top 1000s;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
}
@media screen and (max-width: 600px) {
  .logo {
    width: 100%;
    pointer-events: none;
  }
}

.studio-name,
.studio-info {
  color: white;
  cursor: default;
  pointer-events: all;
  text-align: center;
  position: fixed;
}
@media screen and (max-width: 600px) {
  .studio-name,
.studio-info {
    display: none !important;
  }
}

.studio-name span {
  color: white;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.03);
}

.name-list {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  .name-list {
    display: none;
  }
}

.fade-in .name-list {
  opacity: 1;
}

.row {
  display: flex;
}

.col {
  width: 33.333%;
  display: inline-table;
  text-align: center;
  height: 100%;
}

.vertical-helper {
  display: table;
  height: 100%;
  width: 100%;
}

.object {
  display: table-cell;
  vertical-align: middle;
}

.name {
  pointer-events: none;
}

.page-template-about .name-list {
  display: none;
}

.table-hidden {
  display: none;
}

.text-visible .table-hidden {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .text-visible .table-hidden {
    display: none;
  }
}

.text-visible .studio-name {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .text-visible .studio-name {
    opacity: 1;
  }
}

.table-hidden {
  pointer-events: none;
}

.page-template-work .lg-desktop-grid {
  margin-top: 100vh;
}
@media screen and (max-width: 600px) {
  .page-template-work .lg-desktop-grid {
    margin-top: 0px;
  }
}

.page-template-work.scroll-block {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .home .wrapper,
.page-template-about .wrapper {
    margin-top: 80vh;
  }
}

.touch.page-template-work .lg-desktop-grid {
  margin-top: 0px;
}

.page-template-work ._small {
  margin-right: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .page-template-work ._small {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .page-template-work p {
    text-align: left !important;
  }
}

@media screen and (max-width: 600px) {
  .page-template-work .lg-contains-text {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .page-template-work .lg-contains-img {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1800px) {
  .text p {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 600px) {
  .lg-type-img {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 600px) {
  .date {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .lg-desktop-grid .lg-col {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .hide-this-mobile {
    display: none;
  }
}

.footer {
  background: white;
  display: flex;
  padding: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .footer {
    display: block;
  }
}

.footer-inside {
  width: 33%;
}
@media screen and (max-width: 600px) {
  .footer-inside {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .footer-left {
    margin-bottom: 20px;
  }
}

.footer-middle {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer-middle {
    text-align: left;
  }
}

.footer-right {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .footer-right {
    text-align: left;
  }
}

.footer a,
.footer p {
  color: black !important;
}

/* SPACEBIRTH - FOOTER HIDE */
.postid-486 .footer {
  margin-top: 0px;
}

.headline {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .headline {
    display: none;
  }
}

.next-project {
  color: rgba(0, 0, 0, 0) !important;
  position: fixed;
  top: 20px;
  right: 247px;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .next-project {
    right: 200px;
  }
}

.next-project a {
  color: white !important;
}
@media screen and (max-width: 600px) {
  .next-project a {
    padding: 10px;
  }
}

.cross {
  display: none;
}
@media screen and (max-width: 600px) {
  .cross {
    display: block;
    position: fixed;
    left: 1px;
    top: 9.5px;
    z-index: 20;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .cross a {
    padding: 10px;
  }
}

.indent .lg-col {
  margin-left: 20px !important;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 900px) {
  .indent .lg-col {
    margin-left: -18px !important;
  }
}
@media screen and (max-width: 600px) {
  .indent .lg-col {
    position: relative;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  .page-template-about .lg-grid {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 600px) {
  .page-template-about .lg-grid {
    width: 100%;
    margin-left: 0%;
  }
}

.grid {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 70px;
  display: none;
}
@media screen and (max-width: 600px) {
  .grid {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}

.grid-item {
  width: calc(25% - 15px);
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .grid-item {
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%;
  }
}

.grid-item img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.grid a:hover {
  filter: blur(0px) !important;
}

.navigation {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 20;
}

.navigation li {
  float: left;
  list-style: none;
  display: inline-block;
}

.navigation a {
  padding: 10px;
}

#menu-item-76 {
  display: none;
}

#menu-item-72 {
  display: block;
}
/* @media screen and (max-width: 600px) {
  #menu-item-72 {
    display: none;
  }
} */

.page-template-team .logo {
  display: none !important;
}

.page-template-team .header {
  position: relative;
}

.page-template-team .wrapper {
  min-height: 0px;
}

.page-template-team .name-list {
  display: block;
  margin-top: 80px;
}

.page-template-team .touch .name-list {
  display: block;
}

.page-template-team .name-list {
  opacity: 1 !important;
}

.page-template-team .row {
  display: block;
}

.page-template-team .col {
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
}

.page-template-team .vertical-helper {
  display: table;
  height: auto;
  width: 100%;
}

.page-template-team .object {
  display: block;
  vertical-align: inherit;
}

.page-template-team .name {
  pointer-events: all;
  padding-bottom: 50px;
}

.page-template-team .footer {
  display: none;
}

/*# sourceMappingURL=combine.min.css.map */
