html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Founders Grotesk';
  src: url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Regular.eot");
  src: url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Regular.woff") format("woff"), url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Founders Grotesk';
  src: url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Medium.eot");
  src: url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Medium.woff") format("woff"), url("https://www.kaleido.tv/wp-content/themes/kaleido/fonts/subset-FoundersGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
body {
  font-family: "Founders Grotesk", Georgia, Serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: white; }

h1, .h1 {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 46px;
  font-weight: 500; }

h3, .h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500; }

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

p {
  line-height: 28px;
  font-weight: normal; }

.logo {
  position: absolute;
  top: 50px;
  left: 120px;
  z-index: 998; }

:focus {
  outline: -webkit-focus-ring-color 0px; }

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */ }

.intrinsic {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%; }
  .intrinsic.intrinsic--square {
    padding-top: 100%; }
  .intrinsic.intrinsic--4x3 {
    padding-top: 75%; }
  .intrinsic.intrinsic--16x9 {
    padding-top: 56.25%; }
  .intrinsic.intrinsic--18x3 {
    padding-top: 60%; }
  .intrinsic.intrinsic--85x63 {
    padding-top: 74.117647059%; }
  .intrinsic .intrinsic-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

footer {
  color: #7D7D7D;
  display: block;
  padding: 200px 0 40px 60px; }

.studio footer {
  padding-left: 0px; }

.hamburger:hover {
  opacity: 1 !important; }

.hamburger {
  position: fixed;
  top: 78px;
  left: 10px;
  z-index: 9999;
  font-family: serif !important;
  line-height: 0px !important; }

.hamburger-box {
  padding: 15px;
  margin: -15px; }

.black_bar {
  height: 100%;
  background-color: black;
  width: 60px;
  z-index: 998;
  top: 0;
  left: 0;
  position: fixed;
  transition: 0.3s all linear; }

.hidden {
  display: none; }

.visuallyhidden {
  opacity: 0; }

#main_nav, #main_nav a {
  transition: 0.3s all linear; }

#main_nav a:hover {
  color: white; }

.flyout_bottom a {
  transition: 0.3s color linear; }

.flyout_bottom a:hover {
  color: #7D7D7D; }

.hiding_layer {
  width: 50%;
  height: 100vh;
  visibility: hidden;
  position: absolute;
  z-index: 9999; }

.hiding_layer:after {
  content: "";
  position: absolute;
  top: 120px;
  right: 0px;
  height: 100vh;
  background-color: black;
  width: 100%; }

.open_drawer {
  width: 50%; }

nav {
  position: fixed;
  top: 105px; }

nav ul {
  padding-left: 120px;
  padding-top: 15px;
  color: white;
  top: 200px;
  color: #7D7D7D;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden; }

nav a {
  text-decoration: none;
  color: #7D7D7D; }

.open_drawer nav ul {
  opacity: 1;
  visibility: visible; }

.flyout_bottom, .flyout_bottoms_up {
  transition: all 0.3s linear; }

html.menu_lock {
  overflow: hidden; }

.flyout_bottom {
  position: fixed;
  bottom: 15px;
  left: 120px;
  color: white; }

.flyout_bottoms_up {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-right: -80px;
  color: white; }

#stamp-menu {
  position: absolute;
  top: 50px;
  left: 120px; }

#stamp-menu {
  opacity: 0;
  transition: opacity 0.3s linear; }

.open_drawer #stamp-menu {
  opacity: 1;
  transition: opacity 0.3s linear; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 2px;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

#fidget-spinner {
  height: 10vh;
  max-height: 220px;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.fidget_spin_wrap {
  /*	width: 300px;
  	margin: 0 auto;*/ }

#flexbox-container {
  display: flex;
  align-items: center;
  height: 100vh;
  margin-top: -120px;
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.2s linear; }

.flexbox-vert-item {
  width: 100%; }

#flexbox-container.hideit {
  opacity: 0;
  z-index: 9999; }

.mfp-preloader #flexbox-container {
  transition: opacity 0.2s linear;
  transition-delay: 0.1s; }

#flexbox-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  height: auto; }

.mfp-container #flexbox-container {
  margin-top: -40px !important; }

#fidget-spinner {
  height: 80px; }

#spinner {
  fill: #fff;
  -webkit-animation: tick-tock 3.8s steps(6, end) infinite;
          animation: tick-tock 3.8s steps(6, end) infinite;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  transition-timing-function: ease-in-out; }

@-webkit-keyframes tick-tock {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes tick-tock {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
body.home {
  background-color: black; }

.home footer {
  display: none; }

body.home .logo {
  z-index: 999; }

body.home .wrapper {
  overflow: visible; }

a.h1 {
  text-decoration: underline !important; }

body.home #stamp-menu {
  display: none; }

#blurb {
  margin-top: 120px;
  margin-left: 60px;
  width: 53%;
  max-width: 700px;
  color: #7D7D7D;
  text-decoration: none;
  position: absolute; }

#blurb a {
  text-decoration: none;
  color: inherit; }

.copy.h3 {
  text-transform: uppercase; }

#projects {
  height: 100%;
  width: 100%; }

#projects .slide:nth-child(1) {
  z-index: 10; }

#projects .slide:nth-child(2) {
  z-index: 9; }

#projects .slide:nth-child(3) {
  z-index: 8; }

#projects .slide:nth-child(4) {
  z-index: 7; }

#projects .slide:nth-child(5) {
  z-index: 6; }

#projects .slide:nth-child(6) {
  z-index: 5; }

#projects .slide:nth-child(7) {
  z-index: 4; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: height 0.9s ease-in-out; }

.active.slide {
  height: 100%; }

.homepage.gallery #projects .slide.active {
  height: 100%; }

.homepage.gallery #projects .slide {
  position: absolute;
  background-attachment: fixed;
  height: 0;
  transition: height 0.9s cubic-bezier(0.63, 0.64, 0.3, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-position: center;
  will-change: transform;
  background-size: cover; }

#homewrap {
  top: 0;
  width: 100%;
  height: 100%;
  transition: top 0.9s cubic-bezier(0.7, 0.01, 0.3, 1); }

#homewrap, body.home .to_fade {
  opacity: 0; }

#homewrap.showit, body.home .to_fade.showit{
  opacity: 1;
  transition: opacity 0.2s linear;
  transition-delay: 0.3s; } 

.homepage.gallery #projects .slide.no-animation {
  transition: none !important; }

.hidden_bg {
  opacity: 0; }

#project-3 {
  height: 100% !important; }

body.home {
  overflow: hidden; }

.homepage #projects .slide {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 100%;
  margin-left: 60px; }

.homepage.gallery {
  overflow: hidden;
  height: 100%; }

.slide .copy {
  padding-left: 60px;
  position: fixed;
  bottom: 30px;
  opacity: 0;
  color: white;
  transition: opacity 0.2s linear; }

.slide.active .copy {
  opacity: 1;
  transition: opacity 0.2s linear;
  transition: color 0.3s linear; }

.slide a.project-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none; }

.slide.active .h3.copy span.pl-link:hover {
/*   cursor: pointer; */
  color: #7D7D7D; }

.hidden_wrapper {
  opacity: 0; }

.hidden_wrapper .h3 {
  text-transform: uppercase; }

.hidden_left {
  width: 29%;
  padding-right: 1%;
  float: left; }
  
.hidden_left a{
	color: #7D7D7D!important;
}

.hidden_left a:hover{
	color: #FFFFFF!important;
}

.hidden_right {
  width: 70%;
  float: right;
  line-height: 1em; }

.dark_grey {
  color: #7D7D7D;
  padding-bottom: 20px; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }
#down {
  position: absolute;
  right: 100px;
  width: 51px;
  bottom: 10px;
  background-image: url("https://www.kaleido.tv/wp-content/themes/kaleido/img/down.svg");
  height: 41px;
  z-index: 997; }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

body.studio {
  background-color: #E6E6E6; }

body.studio #stamp {
  fill: black; }

body.studio {
  color: black; }

body.studio h1 {
  color: #7D7D7D; }

.follow a {
  color: #7D7D7D; }

.studio .wrapper {
  padding-right: 60px;
  padding-left: 120px;
  padding-top: 120px;
  overflow: auto;
  max-width: 1440px; }

.feat_img_wrap {
  margin-left: 30%; }

#details_wrap p {
  font-weight: 500 !important;
  line-height: 18.33333px; }

#details_wrap {
  float: left;
  color: #7D7D7D;
  margin-top: 40px; }

.phone {
  color: #7D7D7D !important; }

.phone a {
  color: #7D7D7D !important; }

.dark {
  color: black; }

.studio .hentry {
  float: right;
  width: 70%;
  margin-top: 40px; }

.feat_img {
  margin-left: 30%;
  width: 100%; }

.inner_single {
  overflow: scroll; }

#open-popup {
  padding: 20px; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center; }

.black-popup {
  width: 500px;
  background-color: black;
  margin: 0 auto;
  height: 300px; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -65px !important; }

.mfp-counter {
  right: -65px !important; }

.mfp-title {
  font-size: 20px;
  text-transform: uppercase; }

.mfp-arrow-right:before {
  border-left: none !important; }

.mfp-arrow-left:before {
  border-right: none !important; }

.mfp-s-ready .mfp-preloader {
  display: none; }

img.mfp-img {
  padding: 80px 0 80px !important;
  max-width: 2100px; }

.mfp-figure:after {
  background: black !important; }

.mfp-inlineGallery-holder .mfp-close {
  right: 33px !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  z-index: 9999; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer !important;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px; }

.mfp-close:active {
  top: 1px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  font-size: 20px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -26px;
  padding: 0;
  width: 41px;
  height: 52px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow-left {
  left: 0;
  background-image: url("https://www.kaleido.tv/wp-content/themes/kaleido/img/left.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-left: 20px;
  border: 10px solid transparent !important; }

.mfp-arrow-right {
  right: 0;
  background-image: url("https://www.kaleido.tv/wp-content/themes/kaleido/img/right.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-right: 20px;
  border: 10px solid transparent !important; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 69%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  position: fixed;
  left: 33px;
  bottom: 35px;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-close {
  position: fixed;
  top: 35px !important;
  right: 40px !important; }

.mfp-counter {
  position: fixed !important;
  right: 33px !important;
  bottom: 45px !important; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 33px !important; }
  
.mfp-container.mfp-iframe-holder{
		padding: 0px!important;
	}

.mfp-close.special, .mfp-arrow {
  opacity: 0.7;
  transition: opacity 0.2s linear; }

.mfp-close.special:hover, .mfp-arrow:hover {
  opacity: 1; }

.inlineGallery-content {
  width: 800px; }

.wrapper-with-intrinsic-ratio {
  position: relative;
  padding-bottom: 60%;
  height: 0; }

.element-to-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: teal; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.1s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
  transition-delay: 0.1s; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-s-ready img {
  opacity: 1; }

.mfp-s-loading img {
  opacity: 0; }

.mfp-container #flexbox-container {
  margin-top: -100vh; }

.lockbod {
  position: fixed;
  width: 100%; }

.mfp-fade.mfp-bg.mfp-ready {
  position: fixed; }

.special {
  display: block;
  height: 30px !important;
  width: 30px !important;
  background-image: url("https://www.kaleido.tv/wp-content/themes/kaleido/img/cross.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mfp-open .mfp-figure {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.wrapper {
  padding-left: 60px;
  padding-top: 116px; }

body.post-type-archive-work img {
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden; }

body.post-type-archive-work img.lazyload, body.post-type-archive-work img.lazyloading {
  opacity: 0; }

body.post-type-archive-work img.lazyloaded {
  opacity: 1; }

body.post-type-archive-work {
  background-color: #E6E6E6; }

body.mfp-zoom-out-cur {
  overflow: hidden; }

body.post-type-archive-work #stamp {
  fill: black; }

#stamp.make_white {
  fill: white !important; }

#stamp {
  transition: all 0.3s linear; }

.thumb-container {
  position: relative; }

h1.page_heading {
  line-height: 56px;
  color: #7D7D7D; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black; }

.thumb-container:hover .overlay {
  opacity: 1; }

.thumb-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 5%;
  left: 5%;
  text-transform: uppercase; }

article.work {
  width: 31.833333333%;
  float: left;
  margin: 0.75%; }

#work_wrap {
  margin-left: -0.75%;
  margin-right: -0.75%;
  margin-top: 77px; }

.thumblink {
  display: block; }

.outer {
  margin: 0 60px; }

.filter-button-group {
  line-height: 22px;
  margin-top: -50px;
  position: absolute;
  left: 67.6%;
  color: #7D7D7D;
  text-transform: uppercase; }

.filter-button-group li:hover {
  color: #646464;
  cursor: pointer; }

.is-checked {
  color: #575757; }

.filter-button-group li:active {
  color: #4a4a4a; }

.black, .black:hover, .black:active {
  color: black !important;
  cursor: default !important; }

@media (min-width: 1279px) {
  .homepage #projects .slide {
    background-size: cover; } }
@media (max-width: 1500px) {
  #blurb.hide_if_slim {
    opacity: 0 !important;
    transition: all 0.2s linear; } }
@media (max-width: 699px) {
  .black_bar {
    transition: 0.2s all linear; }

  .black_bar {
    right: 0;
    left: auto; }

  .hamburger {
    right: 18px;
    left: auto;
    top: 28px; }

  .archive .hamburger-inner, .archive .hamburger-inner::before, .archive .hamburger-inner::after,
  .studio .hamburger-inner, .studio .hamburger-inner::before, .studio .hamburger-inner::after {
    background-color: black; }

  .archive .is-active .hamburger-inner, .archive .is-active .hamburger-inner::before, .archive .is-active .hamburger-inner::after,
  .studio .is-active .hamburger-inner, .studio .is-active .hamburger-inner::before, .studio .is-active .hamburger-inner::after {
    background-color: white; }

  .black_bar {
    width: 0px;
    height: 100%; }

  .fullscreen-bg__video {
    display: none !important; }

  .open_drawer {
    width: 100%; }

  body {
    font-size: 19.04762px;
    line-height: 22.22222px; }

  h1, .h1, h1.page_heading {
    line-height: 27.38095px;
    font-size: 32.14286px; }

  h3, .h3 {
    font-size: 15.03759px;
    line-height: 17.88618px; }

  .flyout_bottom {
    left: 28px; }

  .flyout_bottoms_up {
    margin-right: -54px; }

  .flyout_bottom, .flyout_bottoms_up {
    transition: visibility 0s linear 0.2s,opacity 0.2s linear;
    transition-delay: 0.1s; }

  .slide .copy {
    padding-left: 20px; }

  nav {
    top: 93px; }

  nav ul {
    padding-left: 20px;
    padding-top: 0px; }

  .homepage #projects .slide {
    margin-left: 0px; }

  #blurb {
    margin-left: 20px;
    width: 85%;
    margin-top: 93px; }

  #blurb > h1, #different.h1, nav .h1 {
    font-size: 31.76471px;
    line-height: 27.05882px; }

  .homepage.gallery #projects .slide {
    background-size: 100% auto;
    background-position: top center; }

  #down {
    right: 20px;
    width: 27px;
    height: 15px;
    bottom: 30px;
    background-size: cover; }

  .logo, #stamp-menu {
    top: 50px;
    left: 18px; }

  .studio .wrapper {
    padding-top: 93px; }

  .logo #stamp, #stamp-menu, .logo a {
    width: 143px;
    height: 35px;
    display: block; }

  footer {
    padding-left: 20px; }

  article.work {
    width: 100% !important;
    margin: 0 0 40px 0 !important; }

  .hentry p {
    font-size: 19px;
    line-height: 22px; }

  .outer {
    margin: 0 20px; }

  .wrapper {
    padding: 93px 0 0 0; }

  .studio .wrapper {
    padding-left: 20px;
    padding-right: 20px; }

  .feat_img_wrap {
    margin-left: 0; }

  .mfp-image-holder .mfp-close {
    right: 24px !important; }

  .mfp-title {
    left: 20px !important; }

  .mfp-counter {
    right: 20px !important; }

  .filter-button-group {
    left: 0px;
    top: 200px;
    z-index: 98;
    width: calc(100% - 20px);
    background-color: #E6E6E6;
    padding-left: 20px;
    overflow: hidden;
    height: 10px;
    transition: height 0.2s linear; }

  .filter-button-group.pushdown {
    height: 105px;
    transition: height 0.2s linear; }

  .inlineGallery-content {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 14px; }

  .hidden_left {
    width: 100%; }

  .hidden_right {
    width: 100%;
    font-size: 19px;
    line-height: 22px; }

  .hidden_right p {
    line-height: 22px; }

  .mfp-arrow-left {
    margin-left: 0px;
    margin-left: -5px; }

  .mfp-arrow-right {
    margin-right: 0px;
    margin-right: -3px; }

  #flexbox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    height: auto; }

  .mfp-container #flexbox-container {
    margin-top: -30px !important; }

  #fidget-spinner {
    height: 60px; } }
/*General*/
@media (min-device-width: 2000px) {
  /*section[id^="project-"]{
      background-size: cover!important;
  }*/ }
@media only screen and (max-width: 768px) {
  .mfp-container {
    position: fixed !important; }

  .mfp-inlineGallery-holder .mfp-close {
    right: 24px !important; }

  .thumb-text {
    color: black;
    bottom: 0%;
    top: auto;
    margin-bottom: -25px;
    z-index: 98;
    left: 0px; }

  .overlay {
    background-color: transparent;
    opacity: 1; }

  .feat_img_wrap {
    margin-left: 0; }

  .studio .hentry {
    width: 100%; }

  .homepage.gallery #projects .slide {
    background-size: 100% auto;
    background-position: top center; }

  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 24px !important; } 
 
 .mfp-iframe-holder .mfp-content {

  max-width: 100%; }   
 
    }
    
@media only screen and (min-width: 700px){

	#hide_dt{
		display: none;
	}
	.mfp-container{
		padding-left:70px!important;
		padding-right:70px!important;
	}	


}

/*
@media only screen and (min-width: 1900px){
	.mfp-iframe-holder .mfp-content {
  max-width: 1200px; }
}
*/

@media only screen and (min-width: 700px){

}

    
@media only screen and (min-width: 700px) and (max-width: 768px) {
  #work_wrap {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  article.work, article.work:nth-child(3n+1), article.work:nth-child(3n+3) {
    width: 49.25%;
    margin-bottom: 50px !important; }

  article.work:nth-child(odd) {
    margin-left: 0px; }

  article.work:nth-child(even) {
    margin-right: 0px; }

  .open_drawer {
    width: 75% !important; }

  .thumb-text {
    margin-bottom: -30px; }

  .filter-button-group {
    left: 100px;
    top: 300px;
    z-index: 98;
    width: calc(100% - 20px);
    background-color: #E6E6E6;
    padding-left: 20px;
    overflow: hidden;
    height: 15px;
    transition: height 0.2s linear; }

  .filter-button-group.pushdown {
    height: 146px;
    transition: height 0.2s linear; }

  #work_wrap {
    margin-top: 110px; } }
