/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "SF Pro Display";
  font-weight: 100;
  src: url("../fonts/SF-Pro-Display-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 200;
  src: url("../fonts/SF-Pro-Display-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 300;
  src: url("../fonts/SF-Pro-Display-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 400;
  src: url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 500;
  src: url("../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 600;
  src: url("../fonts/SF-Pro-Display-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 700;
  src: url("../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 900;
  src: url("../fonts/SF-Pro-Display-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 950;
  src: url("../fonts/SF-Pro-Display-Black.woff2") format("woff2");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: #d14634;
  color: #fff;
}
::-moz-selection {
  background: #d14634;
  color: #fff;
}
* {
  text-transform: lowercase;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  color: #d14634;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: #d14634;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "SF Pro Display", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.30208333vw;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.0625vw;
  direction: ltr;
  background: #e4e4e4;
  color: #000;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background-color 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 100;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 1.30208333vw;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
strong,
b {
  font-weight: 500;
}
.container,
.container-fluid {
  padding-left: 1.15561458vw;
  padding-right: 1.15561458vw;
}
.row {
  margin-left: -1.15561458vw;
  margin-right: -1.15561458vw;
}
.row > div {
  padding-left: 1.15561458vw;
  padding-right: 1.15561458vw;
}
.row.v-gutters {
  margin-top: -1.15561458vw;
  margin-bottom: -1.15561458vw;
}
.row.v-gutters > div {
  padding: 1.15561458vw;
}
.row.sm-gutters {
  margin-left: -0.577807292vw;
  margin-right: -0.577807292vw;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 0.577807292vw;
  padding-right: 0.577807292vw;
}
.row.sm-gutters.v-gutters {
  margin-top: -0.577807292vw;
  margin-bottom: -0.577807292vw;
}
.row.sm-gutters.v-gutters > div {
  padding: 0.577807292vw;
}
.row.lg-gutters {
  margin-left: -2.31122917vw;
  margin-right: -2.31122917vw;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 2.31122917vw;
  padding-right: 2.31122917vw;
}
.row.lg-gutters.v-gutters {
  margin-top: -2.31122917vw;
  margin-bottom: -2.31122917vw;
}
.row.lg-gutters.v-gutters > div {
  padding: 2.31122917vw;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 3.125rem 0 0;
  text-align: center;
  background: rgb(204, 213, 214);
  padding: 2.5rem;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 1.30208333vw;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1470px;
  max-width: 100vw;
}
.section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 4vw;
}
.section .section-wrapper {
  padding: 4vw 0;
}
.section:not(.section-covered) + .section .section-wrapper {
  padding-top: 0;
}
.section-header {
  text-align: center;
}
.section-cover {
  position: relative;
}
.section-cover svg,
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg {
  width: 100%;
}
.section-divider {
  display: block;
  margin: 0 auto;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin: 0;
}
.section-title > strong {
  color: #d14634;
}
.section-subtitle {
  font-size: 1rem;
  font-weight: 100;
  margin: 0;
}
.section-title + .section-subtitle {
  margin-top: 0.5rem;
}
.section-desc {
  font-size: 1.6rem;
  font-weight: 100;
}
.section-desc > p:last-child {
  margin-bottom: 0;
}
.subsection {
  position: relative;
  z-index: 1;
}
.subsection + .subsection {
  margin-top: 2.813rem;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 2.5rem;
}
.subsection-header {
  text-align: center;
}
.subsection-title {
  font-size: 1.563rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.tbutton {
  border: 0.063rem solid transparent;
  height: 3.667rem;
  border-radius: 1.25rem;
  padding: 0 2.5rem;
  font-size: 1.075rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-primary-fill {
  background: #d14634;
  color: #fff;
}
.tbutton-primary-fill:hover {
  background: #000;
  border-color: #d14634;
  color: #d14634;
}
.tbutton-primary-outline {
  background: none;
  border-color: #d14634;
  color: #d14634;
}
.tbutton-primary-outline:hover {
  background: #d14634;
  border-color: #d14634;
  color: #000;
}
.tbutton-dark-fill {
  background: #000;
  color: #fff;
}
.tbutton-dark-fill:hover {
  background: none;
  border-color: #000;
  color: #000;
}
.tbutton-dark-outline {
  background: none;
  border-color: #000;
  color: #000;
}
.tbutton-dark-outline:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.tbutton-light-fill {
  background: #fff;
  color: #000;
}
.tbutton-light-fill:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
.tbutton-light-outline {
  background: none;
  border-color: #fff;
  color: #fff;
}
.tbutton-light-outline:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
#preload {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  opacity: 1;
  visibility: visible;
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
body.page-loaded #preload {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.preload-img {
  width: 34.965vw;
  animation: pulse 1500ms infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.2;
  }
}
#header {
  background: #e4e4e4;
  border-bottom: 1px solid #000;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
#header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.9 43.9'%3E%3Cpolygon points='38.9 0 38.9 35.36 4.85 1.32 1.32 4.85 35.36 38.9 0 38.9 0 43.9 43.9 43.9 43.9 0 38.9 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  font-size: 0;
  border: none;
  padding: 0;
}
.page-nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1;
}
#sidebar {
  background: #d14634;
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 600ms ease-in-out;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
#navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
#navigation > ul > li {
  position: relative;
}
#navigation > ul > li::before,
#navigation > ul > li::after {
  width: 200vw;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: "";
}
#navigation > ul > li::before {
  left: 0;
}
#navigation > ul > li::after {
  right: 0;
}
#navigation > ul > li > a {
  color: #000;
}
#navigation > ul > li > a:hover {
  color: #fff;
}
.sidebar-top {
  position: relative;
  overflow: hidden;
}
.sidebar-bottom {
  margin-top: auto;
  color: #fff !important;
}
.sidebar-bottom a {
  color: #fff !important;
}
.contact-social,
.sidebar-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  height: 100%;
}
.contact-social > li,
.sidebar-social > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.contact-social > li > a,
.sidebar-social > li > a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.contact-social > li > a {
  color: #d14634;
}
.contact-social > li > a::before,
.sidebar-social > li > a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.56 23.53'%3E%3Cpath fill='%23fff' d='m0,23.53L6.87,0h1.69L1.69,23.53H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.contact-social > li > a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.56 23.53'%3E%3Cpath fill='%23d14634' d='m0,23.53L6.87,0h1.69L1.69,23.53H0Z'/%3E%3C/svg%3E");
}
.contact-social > li > a:hover,
.sidebar-social > li > a:hover {
  color: #000;
}
.contact-info,
.sidebar-contact {
  line-height: 1;
  font-weight: 100;
  color: #fff;
}
.contact-info {
  color: #d14634;
}
.contact-info > strong,
.sidebar-contact > strong {
  font-weight: 600;
  display: block;
}
body.sidebar-opened #sidebar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.sidebar-opened #header {
  background: #d14634;
}
body.sidebar-opened .nav-toggle {
  transform: scaleY(-1);
}
body.home .page-tab {
  color: #d14634;
}
.page-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}
.page-cover > img,
.page-cover > svg {
  width: 100%;
  overflow: unset;
}
.page-slideshow {
  border-bottom: 1px solid #000;
}
.page-slide-card-img {
  width: 100%;
}
.project-card {
  position: relative;
}
.project-list > .project-card:not(:last-child) {
  border-bottom: 1px solid #000;
}
.project-card-header {
  position: relative;
}
.project-card-img {
  width: 100%;
  transition: all 0.25s;
}
.project-card:not(:hover) .project-card-img:nth-child(2),
.project-card:hover .project-card-img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.project-card .project-card-img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-body {
  display: flex;
  flex-direction: column;
}
.project-card-body::before {
  content: attr(data-id);
  font-weight: 500;
  color: #000;
  margin-left: auto;
}
.project-card:hover .project-card-body::before {
  color: #d14634;
}
.project-card-body::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.9 43.9'%3E%3Cpolygon points='38.9 0 38.9 35.36 4.85 1.32 1.32 4.85 35.36 38.9 0 38.9 0 43.9 43.9 43.9 43.9 0 38.9 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  margin-top: auto;
  margin-left: auto;
  content: "";
}
.project-card:hover .project-card-body::after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(68%) saturate(1487%)
    hue-rotate(336deg) brightness(83%) contrast(96%);
}
.project-card-title {
  font-weight: 500;
  color: #000;
  margin: 0;
}
.project-card:hover .project-card-title {
  color: #d14634;
}
.project-card-cat {
  font-weight: 300;
  color: #000;
}
.project-card-cat::before {
  content: "/";
}
.project-card:hover .project-card-cat {
  color: #d14634;
}
.project-card-desc {
  color: #949598;
}
#footer {
  background: #d14634;
  margin-top: auto;
}
.copyright {
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
.footer-contact {
  line-height: 1;
  font-weight: 100;
  color: #fff;
}
.footer-contact > strong {
  font-weight: 600;
}
.page-title {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.project-header {
  border-bottom: 1px solid #000;
}
.project-title {
  font-weight: 500;
  margin: 0;
}
.project-breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-breadcrumb > li:not(:last-child)::after {
  content: "|";
}
.project-desc {
  color: #949598;
}
.project-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.project-info > li > span,
.project-info > li > strong {
  font-weight: 300 !important;
}
.project-info > li > strong {
  display: block;
}
.project-info > li > strong::before {
  content: "|";
  display: block;
}
.project-gallery-col-embed,
.project-gallery-col-img,
.project-gallery-col-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.project-gallery-col-text > P:last-child {
  margin-bottom: 0;
}
.project-gallery-col-img > img,
.project-gallery-col-img > svg,
.project-gallery-col-img > video {
  width: 100%;
}
.project-gallery-col-embed {
  position: relative;
}
.project-gallery-col-embed::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.project-gallery-col-embed > iframe,
.project-gallery-col-embed > video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.project-footer {
  border-top: 1px solid #000;
}
.project-nav {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.project-nav-prev {
  border-right: 1px solid #000;
}
.project-nav::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.9 43.9'%3E%3Cpolygon points='38.9 0 38.9 35.36 4.85 1.32 1.32 4.85 35.36 38.9 0 38.9 0 43.9 43.9 43.9 43.9 0 38.9 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.project-nav.project-nav-prev::after {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.project-nav:hover::after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(68%) saturate(1487%)
    hue-rotate(336deg) brightness(83%) contrast(96%);
}
.service-list {
  border-bottom: 1px solid #000;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin: 0;
}
.service-list:first-child {
  border-top: 1px solid #000;
}
.service-card {
  display: inline-flex !important;
  align-items: center;
}
.service-list .service-card::after {
  transform: rotate(-77.43deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.87 73.54'%3E%3Crect x='-29.18' y='36.52' width='75.23' height='.5' /%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-flex;
  content: "";
}
.section-about-intro .section-subtitle {
  font-weight: 500;
}
.section-about-intro .section-desc {
  font-weight: 100;
}
.section-about-intro .section-footer .section-desc {
  text-align: center;
}
.member-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.member-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.member-list > li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.member-list > li:last-child:before,
.member-list > li:last-child:after {
  width: 100vw;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  bottom: 0;
}
.member-list > li:last-child:before {
  left: 0;
}
.member-list > li:last-child:after {
  right: 0;
}
.member-list > li > strong {
  font-weight: 500;
}
.member-list > li > span {
  font-weight: 100;
  display: inline-flex;
  align-items: center;
}
.member-list > li > span::before {
  transform: rotate(-77.37deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.87 73.54'%3E%3Crect x='-29.18' y='36.52' width='75.23' height='.5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 1;
  content: "";
}
.section-about-contact {
  text-align: center;
}
.section-about-contact .section-wrapper {
  padding-top: 0;
}
.about-email {
  white-space: nowrap;
  line-height: 1;
  font-weight: 100;
  color: #d14634;
}
.about-email > strong {
  font-weight: 600;
}
.section-contact-info .section-wrapper {
  padding-top: 0;
}
.section-contact-info .section-body {
  padding: 2.56927604vw 0;
  border-top: 1px solid #000;
  fill: #d14634 !important;
}
.section-contact-info .section-body a {
  fill: #d14634 !important;
}
.section-title-svg > svg {
  width: 100%;
}
.section-title-svg + .section-title {
  display: none;
}
.about-email-svg > svg {
  width: 100%;
  fill: #d14634;
}
.about-email-svg + .about-email {
  display: none;
}
body.page-template-page-about-php #footer > div,
body.page-template-page-contact-php #footer > div {
  justify-content: center;
}
body.page-template-page-about-php .footer-contact,
body.page-template-page-contact-php .footer-contact {
  display: none;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 2.5rem;
}
.entry-title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.entry-subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}
.gallery-card {
  height: 100%;
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-video {
  max-width: 60vw;
  margin: 0 auto;
  position: relative;
}
.entry-video::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.entry-video > iframe,
.entry-video > video {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*Animation*/
body.page-loaded .logomotion > path {
  position: relative;
}
body.page-loaded .logomotion > path:nth-child(1),
body.page-loaded .logomotion > path:nth-child(4) {
  transform-origin: center center;
  perspective: 10000px;
}
body.page-loaded .logomotion > path:nth-child(1) {
  -webkit-animation: logomotion_1 3000ms ease-out forwards 200ms;
  animation: logomotion_1 3000ms ease-out forwards 200ms;
  -webkit-transform: rotateY(90deg) translateX(38.41%);
  transform: rotateY(90deg) translateX(38.41%);
}
body.page-loaded .logomotion > path:nth-child(4) {
  -webkit-animation: logomotion_4 3000ms ease-out forwards 200ms;
  animation: logomotion_4 3000ms ease-out forwards 200ms;
  -webkit-transform: rotateY(90deg) translateX(-38.41%);
  transform: rotateY(90deg) translateX(-38.41%);
}
body.page-loaded .logomotion > path:nth-child(2),
body.page-loaded .logomotion > path:nth-child(3) {
  -webkit-animation: logomotion_a 1500ms ease-out forwards 3400ms;
  animation: logomotion_a 1500ms ease-out forwards 3400ms;
  opacity: 0;
  visibility: hidden;
}
body.page-loaded .logomotion > path:nth-child(2) {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}
body.page-loaded .logomotion > path:nth-child(3) {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}
@-webkit-keyframes logomotion_1 {
  0% {
    -webkit-transform: rotateY(90deg) translateX(38.41%);
    transform: rotateY(90deg) translateX(38.41%);
  }
  50% {
    -webkit-transform: rotateY(0) translateX(38.41%);
    transform: rotateY(0) translateX(38.41%);
  }
  100% {
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
  }
}
@keyframes logomotion_1 {
  0% {
    -webkit-transform: rotateY(90deg) translateX(38.41%);
    transform: rotateY(90deg) translateX(38.41%);
  }
  50% {
    -webkit-transform: rotateY(0) translateX(38.41%);
    transform: rotateY(0) translateX(38.41%);
  }
  100% {
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
  }
}
@-webkit-keyframes logomotion_4 {
  0% {
    -webkit-transform: rotateY(90deg) translateX(-38.41%);
    transform: rotateY(90deg) translateX(-38.41%);
  }
  50% {
    -webkit-transform: rotateY(0) translateX(-38.41%);
    transform: rotateY(0) translateX(-38.41%);
  }
  100% {
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
  }
}
@keyframes logomotion_4 {
  0% {
    -webkit-transform: rotateY(90deg) translateX(-38.41%);
    transform: rotateY(90deg) translateX(-38.41%);
  }
  50% {
    -webkit-transform: rotateY(0) translateX(-38.41%);
    transform: rotateY(0) translateX(-38.41%);
  }
  100% {
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
  }
}
@-webkit-keyframes logomotion_a {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes logomotion_a {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.appear-on-scroll {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 600ms ease-in-out 0s;
}
.appear-on-scroll.come-in,
.appear-on-scroll.already-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cursor {
  z-index: 1010;
  position: fixed;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  mix-blend-mode: difference;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.25s, height 0.25s, 0.08s;
}
.cursor--zoom {
  width: 60px;
  height: 60px;
  transition: width 0.25s, height 0.25s;
}
.cursor-close {
  background-color: #110f10;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before,
.cursor-close::after {
  content: "";
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: cursorClose 0.6s 0.1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}
.open .cursor {
  mix-blend-mode: lighten;
}
body.is-mobile .cursor,
.touch .cursor {
  display: none !important;
}
.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #d14634;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #d14634;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}
/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.063rem solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*Shop*/
/*CMS*/
.entry-content h6 {
  font-size: 1.333;
}
.entry-content h5 {
  font-size: 1.5rem;
}
.entry-content h4 {
  font-size: 1.667rem;
}
.entry-content h3 {
  font-size: 1.833rem;
}
.entry-content h2 {
  font-size: 2rem;
}
.entry-content h1 {
  font-size: 2.167rem;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 0.5rem;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 2rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 2rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/
@media (orientation: portrait) {
  body {
    font-size: calc(1.30208333vw * 3);
    letter-spacing: calc(0.0625vw * 3);
  }
  #header {
    padding: calc(0.686703125vw * 3) 0 calc(0.593020833vw * 3);
  }
  .logo > img {
    height: calc(1.36884375vw * 4);
  }
  .nav-toggle {
    width: calc(2.28632812vw * 3);
    height: calc(2.28632812vw * 3);
  }
  .page-nav {
    padding: calc(1.19791667vw * 2) 0;
  }
  #sidebar {
    padding: calc(4.6vw * 3) 0 calc(4.6vw * 6);
  }
  #navigation {
    padding-bottom: calc(1.19791667vw * 3);
  }
  #navigation > ul {
    line-height: 0.55;
    font-size: calc(8.85416667vw * 3);
  }
  #navigation > ul > li {
    padding: calc(1.5vw * 3) 0 calc(3vw * 3);
  }
  .sidebar-top::before,
  .sidebar-top::after {
    width: calc(1.15561458vw * 3);
  }
  .contact-social,
  .sidebar-social {
    font-size: calc(1.40625vw * 3);
    letter-spacing: calc(0.028125vw * 3);
  }
  .contact-social > li > a::before,
  .sidebar-social > li > a::before {
    width: calc(0.445833333vw * 3);
    height: calc(1.22552083vw * 3);
    margin-right: calc(0.412625vw * 3);
  }
  .contact-info,
  .sidebar-contact {
    font-size: calc(2.70833333vw * 2);
    letter-spacing: calc(0.078125vw * 2);
  }
  .page-tab {
    font-size: calc(1.35416667vw * 3);
    flex-direction: column;
    row-gap: 2vw;
  }
  body.home #page-header .page-cover {
    padding: calc(1.18442187vw * 3) 0;
  }
  .page-slideshow {
    padding: calc(1.15608333vw * 3) 0;
  }
  .project-card {
    padding: calc(1.15608333vw * 3) 0;
  }
  .project-card-body {
    padding-top: calc(1.15608333vw * 3);
    padding-top: 0;
  }
  .project-card-body::before {
    font-size: calc(5.45827604vw * 3);
    line-height: calc(4vw * 3);
    display: none;
  }
  .project-card-body::after {
    width: calc(2.28632812vw * 3);
    height: calc(2.28632812vw * 3);
  }
  .project-subheader {
    display: block;
  }
  .project-card-title {
    font-size: calc(4.6875vw * 3);
  }
  .project-card-cat {
    font-size: calc(1.82291667vw * 3);
    line-height: 1;
    letter-spacing: calc(0.0729166667vw * 3);
    margin-top: calc(1.40115104vw * 3);
  }
  .project-card-cat::before {
    margin-right: calc(0.520833333vw * 3);
  }
  .project-card-desc {
    font-size: calc(1.30208333vw * 3);
    margin-top: calc(2.53875521vw * 3);
    letter-spacing: calc(0.0390625vw * 3);
  }
  #footer {
    padding: calc(1.25vw * 3) 0;
  }
  .copyright {
    font-size: calc(1.09290104vw * 3);
  }
  .footer-contact {
    font-size: calc(6.521125vw * 1.5);
    margin-top: 1vw;
  }
  .page-title {
    font-size: calc(18.7767396vw * 1.5);
  }
  .project-header {
    padding: calc(3.60502083vw * 3) 0;
  }
  .project-title {
    font-size: calc(4.6875vw * 3);
    line-height: 1;
  }
  .project-breadcrumb {
    font-size: calc(1.25vw * 3);
    margin-top: 1vw;
  }
  .project-breadcrumb > li:not(:last-child)::after {
    padding: 0 calc(1.15608333vw * 3);
  }
  .project-desc {
    font-size: calc(1.30208333vw * 3);
    margin-top: calc(2.44791667vw * 3);
    letter-spacing: calc(0.0390625vw * 3);
  }
  .project-info {
    margin-top: 3.85416667vw;
  }
  .project-info > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .project-info > li > span,
  .project-info > li > strong {
    font-size: calc(1.35416667vw * 3);
    letter-spacing: calc(0.040625vw * 3);
  }
  .project-info > li > strong::before {
    margin: calc(1.22645833vw * 3) 0;
  }
  .project-gallery-grid {
    margin: calc(3.60502083vw * 3) calc(-0.578041665vw * 3) 0;
  }
  .project-gallery-grid > div > div:not(.project-gallery-col-empty) {
    padding: calc(0.578041665vw * 3) !important;
  }
  .project-gallery-col-text {
    padding-top: calc(0.578041665vw * 3);
    padding-bottom: calc(0.578041665vw * 3);
  }
  .project-footer {
    padding: calc(1.79755729vw * 3) 0;
    margin-left: calc(1.15561458vw * 3);
    margin-right: calc(1.15561458vw * 3);
  }
  .project-nav {
    font-size: calc(4.6875vw * 1.5);
    padding: calc(3.44427604vw * 3);
  }
  .project-nav::after {
    width: calc(2.28632812vw * 3);
    height: calc(2.28632812vw * 3);
  }
  .service-list {
    padding: calc(0.84448958vw * 1.5) 0 calc(1.84448958vw * 1.5);
    font-size: calc(4.16666667vw * 1.5);
  }
  .service-list .service-card::after {
    width: calc(3.91822917vw * 1.5);
    height: calc(0.0260416667vw * 1.5);
    margin: calc(1vw * 1.5) calc(4.06682813vw * 1.5) 0;
  }
  .section-about-intro .section-subtitle {
    font-size: calc(6.64vw * 3);
  }
  .section-about-intro .section-desc {
    font-size: calc(2.08333333vw * 2);
  }
  .section-about-member .section-title {
    font-size: calc(18.7767396vw * 1);
  }
  .member-list > li {
    padding: calc(1.77590104vw * 1.5) 0;
  }
  .member-list > li > strong {
    font-size: calc(4.6875vw * 1.5);
  }
  .member-list > li > span {
    font-size: calc(2.08333333vw * 1.5);
  }
  .member-list > li > span::before {
    width: calc(3.91822917vw * 1.5);
    height: calc(0.0260416667vw * 1.5);
    margin-right: calc(0.5vw * 1.5);
  }
  .about-email {
    font-size: calc(12.542875vw * 3);
  }
  .section-contact-info .section-title {
    font-size: calc(18.7767396vw * 3);
  }
  .section-contact-info .section-body {
    padding: calc(2.56927604vw * 3) 0;
  }
  .section-title-svg {
    padding: calc(2.56927604vw * 3) 0;
  }
  .preload-img {
    width: calc(34.965vw * 2);
  }
  .page-tab.slick-slider .slick-slide {
    margin-right: 60px;
  }
  #footer {
    text-align: center;
  }
  .sidebar-bottom .row > div:nth-child(1),
  .section-contact-info .section-body .row > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-bottom .row > div:nth-child(2),
  .sidebar-bottom .row > div:nth-child(3),
  .section-contact-info .section-body .row > div:nth-child(2),
  .section-contact-info .section-body .row > div:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sidebar-bottom .row > div:nth-child(2) {
    display: none;
  }
}
@media (orientation: landscape) {
  #header {
    padding: 0.686703125vw 0 0.593020833vw;
  }
  .logo > img {
    height: 1.36884375vw;
  }
  .nav-toggle {
    width: 2.28632812vw;
    height: 2.28632812vw;
  }
  .page-nav {
    padding: 1.19791667vw 0;
  }
  #sidebar {
    padding: 4.6vw 0;
  }
  #navigation {
    padding-bottom: 1.19791667vw;
  }
  #navigation > ul {
    line-height: 0.55;
    font-size: 8.85416667vw;
    font-size: 7vw;
  }
  #navigation > ul > li {
    padding: 2vw 0 3vw;
  }
  .sidebar-top::before,
  .sidebar-top::after {
    width: 1.15561458vw;
  }
  .contact-social,
  .sidebar-social {
    font-size: 1.40625vw;
    letter-spacing: 0.028125vw;
  }
  .contact-social > li > a::before,
  .sidebar-social > li > a::before {
    width: 0.445833333vw;
    height: 1.22552083vw;
    margin-right: 0.412625vw;
  }
  .contact-info,
  .sidebar-contact {
    font-size: 2.70833333vw;
    letter-spacing: 0.078125vw;
  }
  .page-tab {
    font-size: 1.35416667vw;
  }
  body.home #page-header .page-cover {
    padding: 1.18442187vw 0;
  }
  .page-slideshow {
    padding: 1.15608333vw 0;
  }
  .project-card {
    padding: 1.15608333vw 0;
  }
  .project-card {
    display: flex;
  }
  .project-card-header,
  .project-card-body {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .project-card-body {
    padding-left: 1.15608333vw;
  }
  .project-card-body::before {
    font-size: 5.45827604vw;
    line-height: 4vw;
  }
  .project-card-body::after {
    width: 2.28632812vw;
    height: 2.28632812vw;
  }
  .project-subheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .project-card-title {
    font-size: 4.6875vw;
  }
  .project-card-cat {
    font-size: 1.82291667vw;
    line-height: 1;
    letter-spacing: 0.0729166667vw;
    margin-top: 1.40115104vw;
  }
  .project-card-cat::before {
    margin-right: 0.520833333vw;
  }
  .project-card-desc {
    font-size: 1.30208333vw;
    margin-top: 2.53875521vw;
    letter-spacing: 0.0390625vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 300ms ease-in-out;
  }
  .project-card:hover .project-card-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #footer {
    padding: 1.25vw 0;
  }
  .copyright {
    font-size: 1.09290104vw;
  }
  .footer-contact {
    font-size: 6.521125vw;
  }
  .page-title {
    font-size: 18.7767396vw;
  }
  .project-header {
    padding: 3.60502083vw 0;
  }
  .project-title {
    font-size: 4.6875vw;
    line-height: 1;
  }
  .project-breadcrumb {
    font-size: 1.25vw;
  }
  .project-breadcrumb > li:not(:last-child)::after {
    padding: 0 1.15608333vw;
  }
  .project-desc {
    font-size: 1.30208333vw;
    margin-top: 2.44791667vw;
    letter-spacing: 0.0390625vw;
  }
  .project-info {
    margin-top: 3.85416667vw;
  }
  .project-info > li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .project-info > li > span,
  .project-info > li > strong {
    font-size: 1.35416667vw;
    letter-spacing: 0.040625vw;
  }
  .project-info > li > strong::before {
    margin: 1.22645833vw 0;
  }
  .project-gallery-grid {
    margin: 3.60502083vw -0.578041665vw 0;
  }
  .project-gallery-grid > div > div:not(.project-gallery-col-empty) {
    padding: 0.578041665vw !important;
  }
  .project-gallery-col-text {
    padding-top: 0.578041665vw;
    padding-bottom: 0.578041665vw;
  }
  .project-footer {
    padding: 1.79755729vw 0;
    margin-left: 1.15561458vw;
    margin-right: 1.15561458vw;
  }
  .project-nav {
    font-size: 4.6875vw;
    padding: 3.44427604vw;
  }
  .project-nav::after {
    width: 2.28632812vw;
    height: 2.28632812vw;
  }
  .service-list {
    padding: 0.84448958vw 0 1.84448958vw;
    font-size: 4.16666667vw;
  }
  .service-list .service-card::after {
    width: 3.91822917vw;
    height: 0.0260416667vw;
    margin: 1vw 4.06682813vw 0;
  }
  .section-about-intro .section-subtitle {
    font-size: 6.64vw;
  }
  .section-about-intro .section-desc {
    font-size: 2.08333333vw;
  }
  .section-about-member .section-title {
    font-size: 18.7767396vw;
  }
  .member-list > li {
    padding: 1.77590104vw 0;
  }
  .member-list > li > strong {
    font-size: 4.6875vw;
  }
  .member-list > li > span {
    font-size: 2.08333333vw;
  }
  .member-list > li > span::before {
    width: 3.91822917vw;
    height: 0.0260416667vw;
    margin-right: 0.5vw;
  }
  .about-email {
    font-size: 12.542875vw;
  }
  .section-contact-info .section-title {
    font-size: 18.7767396vw;
  }
  .section-contact-info .section-body {
    padding: 2.56927604vw 0;
  }
  .section-title-svg {
    padding: 2.56927604vw 0;
  }
  #footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar-top::before,
  .sidebar-top::after {
    height: 100%;
    background: #d14634;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  .sidebar-top::after {
    left: auto;
    right: 0;
  }
}
