/*
Theme Name: Unison Studio
Theme URI:  https://unisonstudio.com.au/
Author:     Unison Studio
Author URI: https://unisonstudio.com.au
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: unisonstudio
*/
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('assets/fonts/HelveticaNowDisplay-Lt.eot');
  src: url('assets/fonts/HelveticaNowDisplay-Lt.eot?#iefix') format('embedded-opentype'), url('assets/fonts/HelveticaNowDisplay-Lt.woff2') format('woff2'), url('assets/fonts/HelveticaNowDisplay-Lt.woff') format('woff'), url('assets/fonts/HelveticaNowDisplay-Lt.ttf') format('truetype'), url('assets/fonts/HelveticaNowDisplay-Lt.svg#HelveticaNowDisplay-Lt') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('assets/fonts/HelveticaNowDisplay-Regular.eot');
  src: url('assets/fonts/HelveticaNowDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'), url('assets/fonts/HelveticaNowDisplay-Regular.woff') format('woff'), url('assets/fonts/HelveticaNowDisplay-Regular.ttf') format('truetype'), url('assets/fonts/HelveticaNowDisplay-Regular.svg#HelveticaNowDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Helvetica Now Display';
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  font-style: normal;
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
a {
  transition: all 0.3s ease 0s;
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  font-weight: normal;
  font-size: 13px;
  line-height: 9px;
  letter-spacing: 0.33px;
}
h2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 0.3px;
}
h3 {
  font-weight: normal;
  font-size: 11px;
  line-height: 9px;
  letter-spacing: 0.28px;
}
h4 {
  font-weight: 300;
  font-size: 11px;
  line-height: 9px;
  letter-spacing: 0.28px;
}
h5 {
  font-weight: 300;
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 0.28px;
}
h6 {
  font-weight: 300;
  font-size: 13px;
  line-height: 9px;
  letter-spacing: 0.28px;
}
.container-fluid {
  max-width: 1920px;
  padding: 0 20px;
}
.container {
  max-width: 100%;
  padding: 0 22px;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
body.dark {
  padding-top: 90px;
}
/* ===================================
          Landing page
======================================*/
body.intro-active {
  overflow: hidden;
}
.intro-screen {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #000;
  cursor: none; /* Hide normal cursor */
  z-index: 9999;
}
/* Videos full-screen */
.intro-screen video {
  width: 100%;
  height: 100%;
  max-width: 393px;
  margin: 0 auto;
}
/* Desktop video default visible */
.video-desktop {
  display: block;
}
/* Mobile video hidden default */
.video-mobile {
  display: none;
}
/* Media Query for Mobile Portrait */
@media (orientation: portrait) and (max-width: 768px) {
  .video-desktop {
    display: none;
  }
  .video-mobile {
    display: block;
  }
}
/* Custom cursor “ENTER” */
.cursor-enter {
  position: fixed;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.15s linear;
  mix-blend-mode: difference;
}
/* ===================================
          Header
======================================*/
.page-template-template-studio header, .page-template-template-services header, .page-template-template-contact header {
  background: #fff;
}
header {
  padding: 22px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
header .flex-box {
  justify-content: space-between;
}
header .menu-area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 19.4%;
  transition: all 0.5s ease 0s;
}
header .logo {
  width: 37.54%;
}
header .logo p {
  margin: 0;
  font-family: 'Helvetica Now Display';
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.3px;
  text-decoration: none;
}
header .logo a:hover {
  text-decoration: none;
}
header .right-box {
  width: 62.46%;
}
header .menu-area ul {
  margin: 0;
  padding: 0 250px 0 0;
  list-style: none;
  transition: all 0.5s ease 0s;
}
header .menu-area ul:nth-child(2) {
  padding: 0 205px 0 0;
}
header .menu-area ul.layout-switch {
  padding: 0;
}
header .menu-area ul li a {
  position: relative;
  padding-left: 18px;
  font-weight: 400;
}
header .menu-area ul li:hover a {
  color: #000;
  text-decoration: underline;
}
header .menu-area ul li a::before {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 4px;
}
header .menu-area ul li.active a::after, header .menu-area ul li.current_page_item a::after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 6px;
}
body.full-screen header ul li a, body.full-screen header .menu-area ul li:hover a {
  color: #fff;
}
body.full-screen header .menu-area ul li a::before {
  border: 1px solid #fff;
}
body.full-screen header .menu-area ul li.active a::after, body.full-screen header .menu-area ul li.current_page_item a::after {
  background: #fff;
}
body.full-screen .logo svg path {
  fill: #fff;
}
/* ===================================
          Selected Work
======================================*/
.work-box.coming-soon-box a {
  pointer-events: none;
  cursor: default;
}
.selected-work {
  position: relative;
  /*padding: 240px 0 76px;*/
}
.selected-work .inner-fold {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 73px;
  box-sizing: border-box;
}
.selected-work .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selected-work .content .left-box {
  width: 100%;
}
.selected-work .content p {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.33px;
  display: flex;
  justify-content: space-between;
}
.selected-work .work-box .content p u {
  text-decoration: none;
}
.selected-work .work-box:hover .content p u {
  text-decoration: underline;
}
.selected-work .content p span {
  color: #00000080;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.image-video {
  position: relative;
  overflow: hidden;
}
.image-video .image {
  width: 100%;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.image-video .image a {
  display: block;
  z-index: 1;
}
.image-video .hover {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.image-video .work-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 11px 0 0;
  list-style: none;
  gap: 14px;
}
.image-video .work-list li a {
  position: relative;
  font-weight: 400;
  padding-left: 18px;
  font-size: 13px;
  line-height: 9px;
  letter-spacing: 0.33px;
}
.image-video .work-list li:hover a {
  color: #000;
  text-decoration: underline;
}
.image-video .work-list li a::before {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 4px;
}
.image-video .work-list li a::after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 6px;
}
.image-video .image img, .image-video .unison-video img {
  width: 100%;
  height: 100%;
}
.selected-work.fold .image-video .image img, .selected-work.fold .image-video .unison-video img {
  /*width: 438px;
  height: 561px;*/
	max-height: 561px;
	height: 62.5vh;
	width: auto;
}
.unison-video {
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.unison-video img {
  opacity: 0;
}
.unison-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.works .flex-box .box:hover .hover {
  opacity: 1;
}
.works .flex-box .box:hover .image {
  opacity: 1;
}
.works .flex-box .box.coming-soon-box a {
  /*pointer-events: none;
  cursor: default;*/
  text-decoration: none;
}
.works.full-screen .image-video a {
  cursor: none;
}
.work-box:hover .hover {
  opacity: 1;
}
.work-box:hover .hd {
  opacity: 0;
}
body.full-screen .selected-work {
  padding: 0;
  height: 100vh;
  display: none;
}
body.full-screen .selected-work .splide, body.full-screen .selected-work .splide__track {
  height: 100%;
}
.page-template-template-selected-works-new .selected-work.full-screen {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -9;
  top: 0;
}
.page-template-template-selected-works-new.full-screen .selected-work.full-screen {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.selected-work.full-screen {
  display: none;
}
body.full-screen .selected-work.full-screen {
  display: block;
  overflow: hidden;
}
body.full-screen .selected-work.full-screen .work-box {
  height: 100vh
}
body.full-screen .selected-work.full-screen .work-box .image-video, body.full-screen .selected-work.full-screen .work-box .image-video .image, body.full-screen .selected-work.full-screen .work-box .unison-video, body.full-screen .selected-work.full-screen .work-box .hover {
  height: 100%;
}
body.full-screen .selected-work.full-screen .work-box .image-video .image img, body.full-screen .selected-work.full-screen .work-box .unison-video img, body.full-screen .selected-work.full-screen .work-box .unison-video video {
  object-fit: cover;
  width: 720px;
}
.client-name {
  position: absolute;
  pointer-events: none;
  color: #fff;
  font-size: 16px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  white-space: nowrap;
  z-index: 9;
}
.client-name a {
  color: #fff;
  pointer-events: auto;
  text-decoration: none;
}
body.full-screen .client-name a, body.full-screen .client-name a *, body.full-screen .client-name a:hover, body.full-screen .client-name a:hover * {
  cursor: none !important;
}
body.full-screen .selected-work.full-screen .work-box {
  cursor: none !important;
}
body.full-screen .client-name {
  font-size: 13px;
  opacity: 0;
}
body.full-screen .work-box:hover .client-name {
  opacity: 1;
}
/* ===================================
          All Work
======================================*/
.page-template-template-works.full-screen {
  background: #000;
}
.work-filter {
  padding-top: 204px;
  padding-bottom: 76px;
}
.work-filter span.filter {
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-left: 18px;
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}
body.full-screen .work-filter span.filter {
  padding: 20px;
  margin: 0;
}
body.full-screen .work-filter span.filter::before {
  top: 23px;
}
body.full-screen .work-filter span.filter.active::after {
  top: 25px;
}
.work-filter span.filter:hover {
  text-decoration: underline;
}
.work-filter span.filter:before {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 3px;
}
.work-filter span.filter.active:after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 5px;
}
.filter-list {
  margin: 0 0 37px;
}
.filter-list ul {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 721px;
}
.filter-list ul li a {
  position: relative;
}
.filter-list ul li {
  width: 33.3333%;
  margin: 0 0 1px;
}
.filter-list ul li a {
  position: relative;
  padding-left: 18px;
  font-weight: 400;
  color: #000;
}
.filter-list ul li:hover a {
  text-decoration: underline;
}
.filter-list ul li a:before {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 3px;
}
.filter-list ul li.active a:after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 5px;
}
.works .flex-box {
  margin: 0 -7px;
  row-gap: 35px;
}
.works .flex-box .box {
  width: 33.3333%;
  padding: 0 7px;
}
.works .flex-box .box p {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 13px;
  line-height: 9px;
  letter-spacing: 0.33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.works .flex-box .box p span {
  color: #00000080;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.image-video span {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 9;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.work-filter .works.full-screen, body.full-screen .work-filter .works {
  display: none;
}
body.full-screen .work-filter .works.full-screen {
  display: block;
}
body.full-screen .work-filter {
  padding: 0;
}
body.full-screen .work-filter .container {
  padding: 0;
}
body.full-screen .works .flex-box {
  margin: 0;
  row-gap: 0;
}
body.full-screen .works .flex-box .box {
  padding: 0;
  margin: 0;
  position: relative;
}
body.full-screen .works .box.no-works {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.full-screen .works .flex-box .box .content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease 0s;
  text-align: center;
}
body.full-screen .works .flex-box .box:hover .content {
  opacity: 1;
}
body.full-screen .works .flex-box .box .content .right-box {
  display: none;
}
body.full-screen .works .flex-box .box p, body.full-screen .works .flex-box .box p a {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0;
}
body.full-screen .filter-outer {
  position: fixed;
  /*top: 203px;*/
  top: 184px;
  z-index: 99;
  left: 22px;
}
body.full-screen .work-filter span.filter, body.full-screen .work-filter .filter-list ul li a {
  color: #fff;
}
body.full-screen .work-filter span.filter::before {
  border: 1px solid #fff;
}
body.full-screen .work-filter span.filter.active::after {
  background: #fff;
}
body.full-screen .filter-list ul li a::before {
  border: 1px solid #fff;
}
body.full-screen .filter-list ul li.active a::after {
  background: #fff;
}
/* ===================================
          Services
======================================*/
/*.services {
  position: relative;
  margin-top: 189px;
  padding-bottom: 76px;
}*/
.services {
  position: relative;
}
.services .flex-box {
  align-items: flex-end;
}
.services .flex-box .left-box {
  width: 37.54%;
}
.services .flex-box .left-box .image, .studio .flex-box .left-box .image {
  max-width: 524px;
}
.studio .flex-box .left-box .image img {
  height: calc(100dvh - 216px);
  max-height: 608px;
  object-fit: cover;
  width: 100%;
}
.services .flex-box .left-box .image img {
  height: calc(100dvh - 266px);
  max-height: 608px;
  object-fit: cover;
  width: 100%;
}
.services .flex-box .right-box {
  width: 62.46%;
}
.services .tab-outer {
  width: 62.46%;
  margin-left: auto;
}
.services ul.nav {
  padding-left: 19.4%;
  display: block;
  position: relative;
  top: 51px;
}
.services ul.nav button.nav-link {
  padding: 0;
  background: none;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 18px;
}
.services ul.nav button.nav-link:hover {
  text-decoration: underline;
}
.services ul.nav li {
  position: relative;
  margin: 0 0 5px;
}
.services ul.nav li .nav-link::before {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 2px;
}
.services ul.nav li .nav-link.active::after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 4px;
}
.services .content {
  padding-left: 19.4%;
}
.services .content ul {
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
}
.services .content ul.custom-service {
  display: block;
}
.services .content ul li {
  width:353px;
  margin: 0 0 1px;
}
.services .content ul li:nth-child(2n) {
  width: auto;
}
.services .content ul li a {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  font-weight: 400;
}
.services .content ul li:hover a {
  color: #000000;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.services .content p {
  margin: 0 0 18px;
}
.services .content p:last-child {
  margin: 0;
}
/* ===================================
            Studio
======================================*/
/*.studio  {
  position: relative;
  margin-top: 240px;
  padding-bottom: 76px;
}*/
.studio {
  position: relative;
}
.studio .fold, .services .fold {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 76px;
  box-sizing: border-box;
}
.studio .flex-box {
  align-items: initial;
}
.studio .flex-box .left-box {
  width: 37.54%;
}
.studio .flex-box .right-box {
  width: 62.46%;
}
.studio .content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 19.4%;
}
.studio .content h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 440px;
  margin: 0 0 19px;
}
.studio .content .top-content p {
  max-width: 95%;
}
.studio .content p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  margin: 0 0 18px;
}
.studio .content p:last-child {
  margin: 0;
}
.studio .content .bottom-content {
  margin-top: auto;
  width: 100%;
}
.head-area {
  margin-bottom: 23px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.head-area h2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  width: 47%;
}
.head-area .inline {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 21px;
}
.head-area .swiper-button-prev, .head-area .swiper-button-next {
  font-family: 'Helvetica Now Display';
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
}
.head-area .swiper-pagination {
  position: relative;
  top: 0;
  bottom: auto;
  font-family: 'Helvetica Now Display';
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  width: auto;
  margin-left: 43%;
}
.head-area .swiper-button-prev, .head-area .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  position: relative;
  top: 0;
  transform: none;
  margin: 0;
  height: auto;
  width: auto;
}
.head-area .swiper-button-next, .head-area .swiper-rtl .swiper-button-prev {
  right: auto;
  width: auto;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  transform: none;
  margin: 0;
}
.head-area .swiper-button-prev {
  padding: 0 0 0 9px;
  display: none !important;
}
.head-area .swiper-button-next {
  padding: 0 9px 0 0;
}
.head-area .swiper-button-next:hover {
  text-decoration: underline;
}
.head-area .swiper-button-prev::after, .head-area .swiper-rtl .swiper-button-next::after {
  content: '<';
  font-family: 'Helvetica Now Display';
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  position: absolute;
  left: 0;
  top: 2px;
}
.head-area .swiper-button-next::after, .head-area .swiper-rtl .swiper-button-prev::after {
  content: '>';
  font-family: 'Helvetica Now Display';
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  position: absolute;
  right: 0;
  top: 0px;
}
.testimonials .box:first-child {
  width: 47%;
  padding: 0;
}
.testimonials .box {
  width: 50%;
  padding-left: 21px;
}
.studio .testimonials p {
  margin: 0 0 16px;
}
.testimonial-carousel {
  position: relative;
  overflow: hidden;
}
/* ===================================
          Contact
======================================*/
.contact {
  position: relative;
  margin-top: 235px;
  padding-bottom: 144px;
}
.contact .flex-box {
  align-items: initial;
}
.contact .flex-box .left-box {
  width: 37.54%;
}
.contact .flex-box .right-box {
  width: 62.46%;
}
.contact .content p {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.3px;
  margin: 0 0 17px;
  font-weight: 400;
}
.contact .content p:hover a {
  color: #000;
  text-decoration: underline;
}
.contact .flex-box .right-box .content {
  /*max-width: 698px;*/
  max-width: 80.1%;
  margin-left: auto;
}
.contact h1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  max-width: 440px;
  margin: 0 0 21px;
}
.unison-form-outer .flex-box {
  margin: 0 -13px;
}
.unison-form-outer .box {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 20px;
  position: relative;
}
.unison-form-outer .box.send {
  margin-bottom: 0;
  margin-top: 1px;
}
.unison-form-outer .box.full {
  width: 100%;
  padding: 0 13px;
}
.unison-form-outer .box label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  margin: 0 0 22px;
}

.unison-form-outer input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  padding: 0 0 8px;
  background: transparent;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.3px;
  box-shadow:none;
}
.unison-form-outer textarea {
  color: #000;
  width: 100%;
  background: transparent;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid #000000;
  resize: none;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.3px;
  margin-top: 38px;
  height: 25px;
}
.unison-form-outer input::placeholder, .unison-form-outer textarea::placeholder {
  color: #919191;
  opacity: 1;
}
.unison-form-outer .submit-btn {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.3px;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #000;
}
.unison-form-outer .submit-btn:hover {
  text-decoration: underline;
}
.unison-form-outer .form-check {
  padding-left: 23px;
  font-size: 11px;
  min-height: auto;
  margin-bottom: 5px;
}
.unison-form-outer .form-check-input[type="checkbox"] {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  margin-left: -23px;
  margin-top: 3px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked[type="checkbox"] {
  background-color: #000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}
.unison-form-outer .form-check:hover .form-check-label {
  text-decoration: underline;
}
.wpcf7-spinner {
  position: absolute;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #000;
  padding: 7px 10px;
  margin: 15px 0 0;
  border: 1px solid #000;
}
.wpcf7-response-output {
  padding: 7px 10px !important;
  margin: 15px 0 0 !important;
  border: 1px solid #000 !important;
}
.unison-form-outer select{
  width: 100%!important;
  border: 0!important;
  border-bottom: 1px solid #000000!important;
  border-radius: 0px!important;
  padding: 0 0 8px!important;
  color: #000!important;
  font-size: 11px!important;
  line-height: 11px!important;
  letter-spacing: 0.3px!important;
  box-shadow:none!important;
}
.gform_wrapper {
  padding-top: 1px;
}
.gform_heading, .gfield_required {
  display: none !important;
}
.unison-form-outer .gform_fields input {
  height: auto !important;
}
.gform-theme--foundation .gform_fields {
    column-gap: 26px!important;
	row-gap: 20px!important;
}
.gfield_label.gform-field-label {
  font-size: 12px !important;
  line-height: 12px !important;
  letter-spacing: 0.3px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.unison-form-outer .gfield_label.gform-field-label.gfield_label_before_complex {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  margin: 0 0 22px;
  color: #000;
}
.gform-theme--framework input[type="checkbox"] {
  border-radius: 100% !important;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #000!important;
  margin-left: 0;
  margin-top: 3px;
  box-shadow: none !important;
}
.gfield_checkbox label {
  font-size: 11px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor:pointer;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
  gap: 5px!important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background: #000;
  height: 6px !important;
  width: 6px !important;
  border-radius: 100% !important;
  content: "" !important;
}
.gfield_checkbox .gchoice {
  display: flex !important;
  align-items: center;
  column-gap: 13px !important;
}
.gform_fields .margin-top {
  margin-top: 40px;
}
.gform_footer.top_label {
  margin: 20px 0 0;
}
.gform_button {
  background: #fff !important;
  color: #000 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: auto !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 17px !important;
  letter-spacing: 0.3px !important;
  border: 0 !important;
}
.gform_button:focus{
	box-shadow:none!important;
	outline:none!important;
}
.gform_button:hover {
  text-decoration: underline !important;
}
/* ===================================
           Single Work
======================================*/
.work-outer {
  /*padding-top: 235px;
  padding-bottom: 79px;*/
}
.work-outer .inner-fold {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 75px;
  box-sizing: border-box;
}
.work-outer .work-tab {
  height: 65.1vh;
  max-height: 586px;
}
.work-outer.full-screen .work-tab {
  min-height: auto;
  height:auto;
}
.work-outer.full-screen .image.portrait img, .work-outer.full-screen .unison-video.portrait img {
  width: 50vw;
} {
  width: 50vw !important;
}
.work-outer.full-screen .image.landscape img, .work-outer.full-screen .unison-video.landscape img {
  width: 100vw;
}
body.full-screen .work-outer.full-screen {
  cursor: auto;
}
.selected-work.work-outer.full-screen .marquee, .selected-work.work-outer.full-screen .marquee-inner {
  height: 100%;
}



.work-outer.h-full {
  /*height: calc(100vh - 76px);*/
}
.work-outer .nav-pills {
  padding: 0 22px 8px;
}
.work-outer .nav-pills li:nth-child(1) {
  width: 25%;
}
.work-outer .nav-pills li:nth-child(2) {
  width: 24.65%;
  transition: all 0.5s ease 0s;
}
.work-outer .nav-pills li:nth-child(3) {
  width: 353px;
	transition: all 0.5s ease 0s;
}
.work-outer .nav-pills li, .work-outer .nav-pills li a {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 400;
}
.work-outer .nav-pills li button {
  padding: 0 0 0 18px;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2.5%;
  color: #000000;
}
.work-outer .nav-pills li button:before {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 3px;
}
.work-outer .nav-pills li:nth-child(1) button::after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 5px;
}
.work-outer .nav-pills li button.active {
  background: none;
  color: #000000;
}
.work-outer .nav-pills li button:hover, .work-outer .nav-pills li a:hover {
  text-decoration: underline;
}
.work-outer .nav-pills li button.active:after {
  background: #000;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 2px;
  top: 5px;
}
.work-outer .nav-pills li .swiper-pagination {
  position: relative;
  top: auto;
  transform: none;
  bottom: auto;
}
.work-tab .swiper-pagination-lock {
  display: block;
}
.work-outer .image-video-slide {
  padding: 0 20px;
}
.work-carousel {
  position: relative;
  overflow: hidden;
}
.work-carousel .swiper-slide, .work-carousel1 .swiper-slide {
  width: auto;
}
.work-carousel .image img, .work-carousel .unison-video img {
  display: block;
  width: 100%;
  height: 62.5vh;
  max-height: 561px;
}
.work-carousel1 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.project-information {
  padding: 11px 22px;
}
.project-information .left-box {
  width: 25%;
}
.project-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-information ul li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
  max-width: 204px;
}
.project-information ul li.year {
  padding-top: 8px;
}
.project-information .left-box ul li {
  font-weight: 400;
}
.project-information .center-box {
  width: 25%;
}
.project-information .right-box {
  width: 50%;
}
.project-information .right-box p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
}
body.full-screen .work-outer {
  padding: 0;
  height: 100vh;
}
body.full-screen .work-outer.full-screen .work-tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 235px;
  z-index: 9;
}
.work-outer.full-screen .nav-pills li button.active, .work-outer.full-screen .nav-pills li button, .work-outer.full-screen .nav-pills li, .work-outer.full-screen .nav-pills li a, .work-outer.full-screen .project-information ul li, .work-outer.full-screen .project-information .right-box p {
  color: #fff;
}
.work-outer.full-screen .nav-pills li button::before {
  border: 1px solid #fff;
}
.work-outer.full-screen .nav-pills li:nth-child(1) button::after {
  background: #fff;
}
.work-outer.full-screen .nav-pills li button.active::after {
  background: #fff;
}
body.full-screen .work-outer {
  display: none;
}
.work-outer.full-screen {
  display: none;
}
body.full-screen .work-outer.full-screen {
  display: block;
}
.work-outer.full-screen .image-video-slide {
  height: 100vh;
  padding:0;
}
.work-outer.full-screen .work-carousel1 {
  position: relative;
  overflow: hidden;
}
.work-outer.full-screen .work-carousel1, .work-outer.full-screen .image, .work-outer.full-screen .unison-video {
  height: 100%;
}
.work-outer.full-screen .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.form-check-label {
  cursor: pointer;
}
/* ===================================
          Footer
======================================*/
footer {
  background: #fff;
  border-top: 1px solid #000;
  padding: 18px 0 19px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
footer ul li, footer ul li a {
  font-weight: 400;
}
footer ul li:hover a {
  color: #000;
  text-decoration: underline;
}
footer ul li:first-child {
  width: 50%;
}
footer ul li:nth-child(2) {
  width: 25%;
}
body.full-screen footer {
  border-top: 1px solid #fff;
  background: transparent;
  position: fixed;
}
body.full-screen footer li, body.full-screen footer li a {
  color: #fff;
}
.not-found-outer a:hover {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width:1439px) {
  .contact .flex-box .right-box .content {
    max-width: 100%;
  }
  header .menu-area ul {
    padding: 0 180px 0 0;
  }
  header .menu-area ul:nth-child(2) {
    padding: 0 180px 0 0;
  }
	.work-outer .nav-pills li:nth-child(3) {
		width: 284px;
	}
		.services .content ul {
		max-width: 550px;
	}
	.services .content ul li {
		width: 283px;
	}
}
@media screen and (max-width:1289px) {
  header .menu-area ul {
    padding: 0 150px 0 0;
  }
  header .menu-area ul:nth-child(2) {
    padding: 0 150px 0 0;
  }
	.services .content ul {
		max-width: 480px;
	}
	.services .content ul li {
		width: 254px;
	}
	.work-outer .nav-pills li:nth-child(3) {
		width: 254px;
	}
	
}
@media screen and (max-width:1199px) {
.work-outer .nav-pills li:nth-child(2) {
  width: 17.65%;
}	
  header .menu-area {
    padding-left: 50px;
  }
  header .menu-area ul {
    padding: 0 150px 0 0;
  }
  header .menu-area ul:nth-child(2) {
    padding: 0 150px 0 0;
  }
  .studio .content {
    padding-left: 50px;
  }
  .services .content, .services ul.nav {
    padding-left: 50px;
  }
  .works .flex-box .box {
    width: 50%;
  }
}
@media (max-height: 760px) {
	
	.image-video .work-list{
	 row-gap: 5px;
	}
	

	.image-video {
  display: inline-block;
}
	
	
	.work-outer .work-tab {
		/*height: calc(100vh - 163px);*/
		overflow: hidden;
		/*min-height: auto;*/
	}
	.work-outer .work-tab .image img, .work-outer .work-tab .unison-video img {
		/*height: calc(100vh - 163px);*/
	}
	
	
}



@media screen and (max-width:1023px) {
  header .logo {
    width: 35%;
  }
  header .right-box {
    width: 65%;
  }
  header .menu-area {
    padding-left: 22px;
  }
  header .menu-area ul {
    padding: 0 70px 0 0;
  }
  header .menu-area ul:nth-child(2) {
    padding: 0 70px 0 0;
  }
  .studio .content {
    padding-left: 22px;
  }
  .studio .flex-box .left-box, .studio .flex-box .right-box {
    width: 50%;
  }
  .testimonials .box:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .testimonials .box {
    width: 100%;
    padding: 0;
  }
  .studio .content .bottom-content {
    margin-top: 19px;
  }
  .services .tab-outer {
    width: 100%;
  }
  .services ul.nav {
    padding-left: 0;
    top: 0;
    margin: 0 0 50px;
  }
  .services .flex-box .left-box {
    display: none;
  }
  .services .flex-box .right-box {
    width: 100%;
  }
  .services .content {
    padding-left: 0;
  }
	.work-outer .nav-pills li:nth-child(2), .work-outer .nav-pills li:nth-child(3) {
		width: 25%;
	}
}
@media screen and (max-width:767px) {
  .container {
    padding: 0 13px;
  }
  header {
    padding: 13px 0;
    background: #fff;
    background: transparent;
    z-index: 9;
  }
  .work-outer .inner-fold {
    justify-content: flex-start;
    min-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .page-template-template-studio header, .page-template-template-services header, .page-template-template-contact header {
    background: transparent;
  }
  header .logo {
    max-width: 169px;
    margin-top: -4px;
  }
	header .logo p {
		line-height: 16px;
	}
  header .menu-area, footer ul.desktop {
    display: none;
  }
  header .copy-mobile {
    display: flex !important;
    font-weight: 400;
    margin-top: -4px;
    justify-content: flex-end;
	  max-width: 110px;
	  margin-left: auto;
	  text-align: right;
  }
  .image-video .work-list li a {
    font-size: 12px;
  }
  .selected-work .inner-fold {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    align-items: flex-start;
    overflow: hidden;
    flex-direction: column-reverse;
  }
  .work-outer .nav-pills li button.active {
    text-decoration: underline;
  }
  .selected-work.fold .image-video .image img, .selected-work.fold .image-video .unison-video img {
    width: 364px;
    height: calc(100dvh - 266px);
    object-fit: cover;
    max-height: 467px;
  }
  .selected-work .marquee-box, .selected-work .image-video .hover, .selected-work .image-video .hover .image, .selected-work.fold .image-video .unison-video, .selected-work.fold .image-video .unison-video video {
    width: 364px !important;
  }
  .selected-work .content p {
    margin: 0 0 14px;
  }
  .selected-work .image-video .hover, .selected-work .unison-video {
    line-height: 0;
    width: 100%;
  }
  .selected-work {
    padding: 79px 13px 0;
  }
  .selected-work .image-video .work-list {
    padding: 2px 0 0;
  }
  .selected-work .marquee-box .image-video .work-list {
    padding: 10px 0 0;
  }
  .work-outer {
    padding: 113px 13px 87px;
    height: auto;
    display: block;
  }
  .work-outer .image-video-slide {
    padding: 0;
  }
  .work-carousel {
    display: none;
  }
  .work-outer .nav-pills {
    position: fixed;
    left: 0;
    right: 0;
    padding: 21px 13px 16px;
    top: 58px;
    /*background: #fff;*/
    z-index: 9;
  }
  .work-outer .nav-pills li:nth-child(1) {
    width: 45%;
  }
  .work-outer .nav-pills li:nth-child(2) {
    width: 37%;
  }
  .work-outer .nav-pills li:nth-child(3) {
    width: 18%;
    text-align: right;
  }
  .work-outer .nav-pills li:last-child {
    display: none !important;
  }
  .work-outer .nav-pills li button .desktop {
    display: none;
  }
  .work-outer .nav-pills li button .mobile {
    display: flex !important;
  }
  .project-information .left-box {
    width: 45%;
  }
  .project-information .center-box {
    width: 55%;
  }
  .project-information .right-box {
    width: 100%;
    padding-top: 3px;
  }
  .project-information {
    padding: 0;
    margin: -4px 0 0;
  }
  .project-information .center-box ul {
    padding: 0 0 0 18px;
  }
  .image-video-slide .mobile {
    display: block !important;
  }
  .image-video-slide .mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .image-video-slide .mobile ul li {
    margin-bottom: 13px;
  }
  .services {
    margin-top: 82px;
    padding-bottom: 120px;
  }
  .services .tab-outer {
    width: 100%;
  }
  .services ul.nav {
    width: auto;
    margin: 0 0 29px;
    padding-left: 0;
    display: block;
    position: relative;
    top: 0;
  }
  .filter-list ul li.active a {
    text-decoration: underline;
  }
  .services .flex-box .left-box {
    display: none;
  }
  .services .flex-box .right-box {
    width: 100%;
  }
  .services .content {
    padding-left: 0;
  }
  .services .content ul {
    margin: 0 0 27px;
  }
  .services .content p {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 17px;
  }
  .studio {
    margin-top: 82px;
    height: auto;
    padding-bottom: 106px;
  }
  .studio .fold, .services .fold {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }
  .services ul.nav li {
    margin: 0 0 8px;
  }
  .studio .flex-box .left-box, .studio .flex-box .right-box {
    width: 100%;
  }
  .studio .content {
    padding: 17px 0 0;
  }
  .studio .content h1 {
    margin: 0 0 14px;
  }
  .studio .content .bottom-content {
    margin-top: 85px;
  }
  .testimonials .box:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .testimonials .box {
    width: 100%;
    padding-left: 0;
  }
  .contact {
    margin-top: 80px;
    padding-bottom: 117px;
  }
  .contact .desktop {
    display: none;
  }
  .contact-mobile {
    display: block !important;
  }
  .studio .flex-box .left-box .image img, .services .flex-box .left-box .image img {
    height: auto;
  }
  .contact .tab-outer {
    margin: 0 0 16px;
  }
  .contact .tab-outer li.nav-item:first-child {
    width: 45%;
  }
  .contact .tab-outer li button.nav-link {
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.3px;
    position: relative;
    padding: 0 0 0 18px;
  }
  .contact .tab-outer li button.nav-link::before {
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 2px;
  }
  .contact .tab-outer li .nav-link.active::after {
    background: #000;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 2px;
    top: 4px;
  }
  .contact h1 {
    display: none;
  }
  .unison-form-outer .box:nth-child(1), .unison-form-outer .box:nth-child(2) {
    width: 100%;
  }
  .unison-form-outer textarea {
    margin-top: 31px;
  }
  .work-filter {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .work-filter span.filter {
    padding-left: 18px;
    margin-bottom: 15px;
  }
  .filter-list {
    margin: 0 0 28px;
  }
  .filter-list ul li {
    width: 50%;
  }
  .works .flex-box .box {
    width: 100%;
  }
  .head-area {
    margin-bottom: 13px;
  }
  .head-area .inline {
    padding-left: 10px;
  }
  .head-area .swiper-pagination {
    margin-left: auto;
  }
  .cursor-enter {
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    transform: none !important;
    bottom: 60px !important;
    top: auto !important;
  }
  .image-video .work-list {
    gap: 14px;
    row-gap: 4px;
  }
  .filter-list ul {
    padding: 0 0 0px;
  }
  .filter-list ul li {
    margin: 0 0 4px;
  }
	.work-outer .work-tab {
		height: auto;
		max-height: inherit;
	}
  footer {
    padding: 14px 0 16px;
  }
  .footer-mobile {
    display: block !important;
  }
  .footer-mobile .menu-area {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-mobile .menu-area ul {
    width: 10%;
    display: block;
  }
  .footer-mobile .menu-area ul:nth-child(1) {
    width: 45%;
  }
  .footer-mobile .menu-area ul:nth-child(2) {
    width: 45%;
  }
  .footer-mobile .menu-area ul li {
    width: 100%;
    margin-bottom: 4px;
  }
  .footer-mobile .menu-area ul li:last-child {
    margin-bottom: 0;
  }
  .footer-mobile .menu-area ul li a {
    position: relative;
    padding-left: 18px;
    font-weight: 400;
  }
  .footer-mobile .menu-area ul li a::before {
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 4px;
  }
  .footer-mobile .menu-area ul li.active a::after {
    background: #000;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 2px;
    top: 6px;
  }
  .footer-mobile .menu-area ul:last-child li a {
    padding: 0;
  }
  .footer-mobile .menu-area ul:last-child li a:before {
    display: none;
  }
	.contact.not-found-outer .flex-box .left-box, .contact.not-found-outer .flex-box .right-box {
		width: 100%;
	}
 .contact.not-found-outer h1 {
    display: block;
  }

.work-box:hover .hd {
  opacity: 1;
}	
.work-box:hover .hover, .works .flex-box .box:hover .hover {
  opacity: 0;
}	
.work-box:hover .hover, .works .flex-box .box:hover .hover {
  opacity: 0;
  display:none;
}	
.gform-haf {
  grid-column: span 6 !important;
}
	
	
	
	
}