/*
 * Theme Name: Pixel Farm 2022 Theme
 * Description: Theme for Pixel Farm
 * Author: msummers
*/

/*
* {
  -webkit-backface-visibility: hidden;
}*/

iframe {
  vertical-align: bottom;
}

a {
  color: #B7B9BB;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;

  -webkit-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

a:hover {
  color: #231F20;

  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

/* container width ratios */
.ratio-50 {
    width: 50%;
    float: left;
}

.ratio-66 {
    width: 66.6666666667%;
    float: left;
}

.ratio-33 {
    width: 33.3333333333%;
    float: left;
}

/* 50% colum gutters */
.inner-gutter-half .ratio-50 {
  width: calc(50% - 20px);
}

.inner-gutter-half .ratio-50:first-child {
  margin-right: 20px;
}
.inner-gutter-half .ratio-50:nth-child(2) {
  margin-left: 20px;
}

/* 66% colum gutters */
.inner-gutter-half .ratio-66 {
  width: calc(66.6666666667% - 20px);
}
.inner-gutter-half .ratio-66:first-child {
  margin-right: 20px;
}

/* 33% colum gutters */
.inner-gutter-half .ratio-33 {
  width: calc(33.3333333333% - 80px / 3);
}

.inner-gutter-half .ratio-33:first-child {
  margin-right: 20px;
}
.inner-gutter-half .ratio-33:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.inner-gutter-half .ratio-33:nth-child(3) {
  margin-left: 20px;
}

/* 66% & 33% with large image */
.ratio-66.large-image.float-right:first-child {
  float: right !important;
}

.inner-gutter-half .ratio-66.large-image {
  width: 65.75%;
}
.inner-gutter-half .ratio-33.large-image {
  width: calc(33.25% - 40px);
}

.inner-gutter-half .ratio-66.large-image:first-child {
  margin-right: 40px;
}
.inner-gutter-half .ratio-33.large-image:nth-child(2) {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
.inner-gutter-half .ratio-33.large-image:nth-child(3) {
  margin-left: 0;
}

/* 66% & 33% with large image aligned right */
.inner-gutter-half .ratio-66.large-image.float-right:first-child {
  margin-right: 0;
  margin-left: 40px;
  float: right !important;
}

/* container aspect ratios */
.ratio-1x1 {
    aspect-ratio: 1 / 1;
}

.ratio-3x4 {
  aspect-ratio: 3 / 4;
}

.ratio-4x3 {
  aspect-ratio: 4 / 3;
}

.ratio-4x5 {
  aspect-ratio: 4 / 5;
}

.ratio-5x4 {
  aspect-ratio: 5 / 4;
}

.ratio-9x16 {
  aspect-ratio: 9 / 16;
}

.ratio-16x9 {
  aspect-ratio: 16 / 9;
}

.ratio-2x1 {
  aspect-ratio: 2 / 1;
}

.ratio-40x3 {
  aspect-ratio: 40 / 3;
}

.ratio-auto {
  aspect-ratio: auto;
}

.ratio-free {
    position: relative;
    width: 100%;
}

.ratio-free img {
    width: 100%;
}

.ratio-fit {
    width: 100%;
    height: 100%;
}

.grid-shadow {
  box-shadow: 0px 0px 2px 2px #e1e1e1dd;
  /*box-shadow: 0px 0px 2px 2px #00000018;*/
}

.container-padding {
  padding: 0;
    /*padding: 0 30px 0 30px;*/
}

.container-no-padding {
    padding: 0;
}

.divider1 {
    margin: 0 18% 0 18%;
    padding: 3.5px 0px;
}

.divider1 hr {
    border-top: 3px solid #000;
    margin: 0;
    padding: 0;
    opacity: 1.0;
}

.inner-margin  {
    margin: 0 80px 0 80px;
}

.inner-margin-what-we-do  {
    margin: 0 80px 0 80px;
}

.inner-margin-18 {
    margin: 0 18% 0 18%;
}

.inner-margin-22 {
    margin: 0 22% 0 22%;
}

/* block padding */

.inner-padding {
    padding: 80px 0 80px 0;
}

.inner-padding-top {
    padding: 80px 0 0 0;
}

.inner-padding-bottom {
    padding: 0 0 80px 0;
}

/* block half-padding */

.inner-padding-half {
    padding: 40px 0 40px 0;
}

.inner-padding-half-top {
    padding: 40px 0 0 0;
}

.inner-padding-half-bottom {
    padding: 0 0 40px 0;
}

.inner-padding-half-top-full-bottom {
    padding: 40px 0 80px 0;
}

.inner-padding-full-top-half-bottom {
    padding: 80px 0 40px 0;
}

/* no padding */

.inner-padding-none {
    padding: 0;
}


.home-header, .work-header {
    padding: 0;
    /*padding: 30px 30px 0 30px;*/
}

.work-cover-image {
    --bs-aspect-ratio: 50%;
    background-size: cover !important;
}

.header-logo {
    width: 120px;
    height: 40px;
}

a.navbar-brand {
  /*opacity: 1.0;*/

  /*-webkit-transition: transform .25s;
  transition: transform .25s;*/
  z-index: 100;
}

a.navbar-brand:hover {
  /*opacity: 0.5;*/

  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/

}

.navbar-nav {
  margin-right: 10px;
}

.navbar-nav-margin {
    margin: 30px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    /*font-weight: bold;*/
    padding: 0px 20px 0px 20px;
    opacity: 0.7;

    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    opacity: 1.0;

    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.nav-square {
    display: block;
    width: 8px;
    height: 8px;
    background: white;
    position: absolute;
    left: 47%;
    top: 150%;
    transform-origin: center;
    /*transform-origin: 50% 50% 0;*/
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
    margin-top: 20px;
    z-index: -1;
    opacity: 0.0;

    -webkit-transition: opacity .375s, top .375s, transform .375s ease-in-out;
    transition: opacity .375s, top .375s, transform .375s ease-in-out;
}

.nav-square--black {
    background: #191919;
}

.navbar-nav .nav-item .nav-link:hover + .nav-square {
    top: 50%;
    opacity: 1.0;
    /*transform-origin: 50% 50% 0;*/
    transform: rotate(135deg) scale(1.0);

    -webkit-transition: opacity .375s, top .375s, transform .375s ease-in-out;
    transition: opacity .375s, top .375s, transform .375s ease-in-out;
}

.navbar-nav .nav-item .nav-link.active + .nav-square {
    top: 50%;
    opacity: 1.0;
    /*transform-origin: 50% 50% 0;*/
    transform: rotate(135deg) scale(1.0);

    -webkit-transition: opacity .375s, top .375s, transform .375s ease-in-out;
    transition: opacity .375s, top .375s, transform .375s ease-in-out;
}

.navbar-nav .nav-item:hover + .nav-link.active + .nav-square {
    top: 100%;
    opacity: 0;
    background: red;
    /*transform-origin: 50% 50% 0;*/
    transform: rotate(135deg) scale(1.0);

    /*-webkit-transition: opacity .375s, top .375s, transform .375s ease-in-out;
    transition: opacity .375s, top .375s, transform .375s ease-in-out;*/

    transition-property: opacity, top, transform;
    transition-duration: .375s, .375s, .375s;
    transition-delay: 0s, 0s, 0s;
    transition-timing-function: ease-in-out ease-in-out ease-out;
}

.nav-link.active {
    opacity: 1.0 !important;
}

.nav-square-footer {
    display: block;
    width: 8px;
    height: 8px;
    background: white;
    position: relative;
    margin-top: -8px;
    left: -30px;
    top: -10px;
    transform-origin: 50% 50% 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
    z-index: 1;
    opacity: 0;

    -webkit-transition: opacity .375s, left .375s, transform .375s ease-in-out;
    transition: opacity .375s, left .375s, transform .375s ease-in-out;
}

.footer-social a:hover + .nav-square-footer,
.footer-nav a:hover + .nav-square-footer {
  left: -15px;
  opacity: 1.0;

  transform-origin: 50% 50% 0;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg) scale(1.0);

  transition-property: opacity, left, transform;
  transition-duration: .375s, .375s, .375s;
  transition-delay: 0s, 0s, 0s;
  transition-timing-function: ease-in-out ease-in-out ease-out;

  /*-webkit-transition: opacity .25s, left .25s, transform .25s ease-in-out;
  transition: opacity .25s, left .25s, transform .25s ease-in-out;*/
}

.inner-shadow {
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
    background: #F4F4F4; */
    background: url('images/bg-shadow.png'), #F4F4F4;
    background-repeat: repeat-y;
    background-size: 100%;
}

.work-main-title h1 {
  font-size: 2.3rem;
}

.work-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.8vw;
    color: #fff;
    font-weight: bold;
}

.work-tagline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    color: #fff;
}

.work-title-sm {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.work-caption {
    display: block;
    font-weight: bolder;
    font-size: 15px; /*20px*/
}

.work-capabilities {
    font-size: 15px; /*22px*/
    font-weight: 500;
    line-height: 23px; /*34px*/
}

.work-capabilities p {
    line-height: 34px;
}

.work-capabilities p:last-child {
    margin-bottom: 0;
}

.work-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}

.work-description a {
  color: #231F20;
  opacity: 0.5;
  text-decoration: underline;
}

.work-description a:hover {
  color: #000000;
  opacity: 1.0;
  text-decoration: underline;
}

.work-description h3 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 25px;
}

.work-description.title h3 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 0;
}

.work-description p {
    line-height: 34px;
    margin-bottom: 40px;
}

.work-description p:last-child {
    margin: 0;
}

.work-image-caption, .work-video-caption {
    height: 40px;
    /*margin: 0;
    padding: 0;
    line-height: revert;*/
}

.work-image-caption h3, .work-video-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 16px; /*1.5rem*/
    line-height: revert;
}

.footer-container {
    background: #191919;
}

.footer-body {
    font-family: "Titling Gothic FB Nrm Reg";
    padding-bottom: 60px;
    padding-top: 60px;

    color: #fff;
    font-size: 16px;
}

.footer-address {
    font-family: "Titling Gothic FB Nrm Med";
    /*padding: 0;
    width: 520px;*/
    line-height: 27px;
}

.footer-social {
    /*width: 280px;
    padding: 0;*/
}

.footer-social a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    opacity: 50%;

    -webkit-transition: opacity .33s ease-in-out;
    transition: opacity .33s ease-in-out;
}

.footer-social a:hover {
  opacity: 100%;

  -webkit-transition: opacity .33s ease-in-out;
  transition: opacity .33s ease-in-out;
}

.footer-nav {
    /*width: 280px;
    padding: 0;*/
}

.footer-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    opacity: 50%;

    -webkit-transition: opacity .33s ease-in-out;
    transition: opacity .33s ease-in-out;
}

.footer-nav a:hover {
  opacity: 100%;

  -webkit-transition: opacity .33s ease-in-out;
  transition: opacity .33s ease-in-out;
}

.footer-copyright {
    color: #fff;
    /*width: 100%;
    padding: 0;*/
    margin-top: 50px;
}

.footer-copyright-text {
    opacity: 50%;
    margin-right: -6px;
}

.footer-logo {
    display: inline-block;
    width: 132px;
    height: 42px;
}

.footer-copyright a .footer-logo {
  /*-webkit-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;*/
}

.footer-copyright a:hover .footer-logo {
  /*transform: scale(1.1);
  -webkit-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;*/
}

.grid-overlay img {
    z-index: 100;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 0px !important;
    pointer-events: none;
}


/* Start AMC */

/* Home */
.home-banner {
    background-size: cover;

    /* Hide banner overflow until we get mobile styles */
    overflow: hidden;
}

.home-banner-text {
    color: white;
    /*font-size: 60px;
    line-height: 90px;
    max-width: 78%;*/

    /* Just for translucent bg overlay */
    z-index: 1;
    position: relative;

    font-size: 45px;
    line-height: 70px;
    max-width: 60%; /*78%*/
    text-align: center;
    font-family: "Titling Gothic FB Nrm Med";
    text-shadow: 1px 1px 2px #231F20;
}

.home-studio-text {
    font-family: "Titling Gothic FB Nrm Med";
    font-size: 19px;
    line-height: 35px;
    margin: 100px 15%;
    text-align: center;
}

/* What we do boxes w/ header and text */
.c-what-we-do {
  margin-bottom: 100px;
}

.c-what-we-do--black {
    /*color: white;*/
    padding-top: 60px;
}

.c-what-we-do--black .c-what-we-do__line {
    border-top: 2px solid white;
}

.c-what-we-do--black .c-what-we-do__box {
    margin-bottom: 40px;
}

.c-what-we-do__line {
    /* $default-black */
    /*border-top: 2px solid #231F20;*/
    /*margin-top: 7rem;*/
    /*padding-bottom: 50px;*/
    border-top: 2px solid #231F20;
    margin-top: 10px;
    padding-bottom: 40px;
}

.c-what-we-do__line-dark {
    /* $default-black */
    /*border-top: 2px solid #231F20;*/
    /*margin-top: 7rem;*/
    /*padding-bottom: 50px;*/
    border-top: 2px solid #ffffff;
    margin-top: 10px;
    padding-bottom: 40px;
}

.c-what-we-do__headline {
    font-family: "Titling Gothic FB Nrm Med";
    font-size: 45px;
    margin-bottom: 30px !important;
}

.c-what-we-do__header {
    font-family: "Titling Gothic FB Nrm Med";
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.c-what-we-do__text {
    font-family: "Titling Gothic FB Nrm Reg";
    font-size: 15px;
    line-height: 26.25px;
    /*font-weight: 400;
    letter-spacing: -0.4px;*/
}

.c-top-page-spacer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  height: 30px;
  background-color: #fff;
}

.c-footer-spacer {
  display: none;
  height: 30px;
  width: 100%;
  background-color: #fff;
}

/* Main navigation - rename once functionality is settled */
.c-temp-navbar {
    position: fixed;
    height: 80px;
    z-index: 6;
    /*left: 30px;
    right: 30px;*/
    left: 0;
    right: 0;
    color: white;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/* To get around an overly aggressive style in forms.css */
.c-temp-navbar__menu_button,
.c-temp-navbar__menu_text {
    /*color: white !important;*/
    z-index: 100;
}

.c-temp-navbar.c-temp-navbar--white {
    color: #191919;
    /*background-color: #f4f4f4;
    background-image: none;*/

    background: url('images/bg-shadow-header-solid.png'), url('images/bg-shadow.png'), #F4F4F4;
    /*background-image: linear-gradient(to bottom, rgba(244, 244, 244, 1), rgba(244, 244, 244, 1), rgba(244, 244, 244, 1), rgba(244, 244, 244, 1), rgba(244, 244, 244, 1), rgba(244, 244, 244, 0.5), rgba(244, 244, 244, 0));*/
    background-repeat: no-repeat, repeat-y;
    background-size: 100%;
}

/* See if these can not be overrides  */
.c-temp-navbar--white.c-temp-navbar .navbar-nav .nav-item .nav-link,
.c-temp-navbar--white.c-temp-navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
    background-color: transparent;
}

/* Work/Reel collections */
.c-collection {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #191919;
}

.c-collection__type-toggles {
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.c-collection__filter-toggles {
    flex: 0 1 auto;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    align-items: start;
}

.c-collection__filter-toggle {
    flex: 0 1 auto;
}

.c-collection__group,
.c-collection__slash,
.c-collection__link {
    /* $default-gray */
    color: #B7B9BB;
    text-decoration: none;

    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out;
}

.c-collection__group.active {
  color: #231F20;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.c-collection__group:hover {
    color: #231F20;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;

  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.c-collection__link.active,
.c-collection__link:hover {
    /* $default-black */
    color: #231F20;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;

  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

/*.work-underline {
  width: 0;
  opacity: 0;

  -webkit-transition: width .33s, opacity .33s ease-in-out;
  transition: width .33s, opacity .33s ease-in-out;
}

a:hover .work-underline {
  width:100%;
  opacity: 1.0;

  -webkit-transition: width .33s, opacity .33s ease-in-out;
  transition: width .33s, opacity .33s ease-in-out;
}*/


.c-collection__group.active,
.c-collection__link.active {
}

.c-collection__link {
    margin-left: 30px;
    margin-right: 0;
    margin-bottom: 5px;

    text-decoration: none;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.c-collection-item {
}

.c-collection-item__title:hover,
.c-collection-item__client:hover,
.c-collection-item__title,
.c-collection-item__client {
    /* $grid-black */
    color: #292A2C;
    text-decoration: none;
}

.c-collection-item__client {
    font-family: "Titling Gothic FB Nrm Med";
    font-size: 20px;
    /*font-weight: 900;*/
    /*margin: 3px 0 2px 0;*/
}

.c-collection-item__title {
    font-family: "Titling Gothic FB Nrm Reg";
    margin-top: 2px;
    font-size: 20px;
    line-height: 20px;
}

/*
font-family: "Titling Gothic FB Nrm Med";
font-family: "Titling Gothic FB Nrm Reg";
*/

.c-all-work__container {
  margin-bottom: 50px;
}

/* Boxes of 6 mini-squares that appear */
.c-squares {
    width: 40px;
    height: 36px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.c-square {
    flex: 0 0 50%;
    background: #191919;
    border: 2px solid #f4f4f4;
    opacity: 1.0;

    -webkit-transition: opacity .25s ease-in-out;
  	transition: opacity .25s ease-in-out;
}

/* Homepage header video */
.c-header-video {
    width: 2300px;
    max-width: none;
    pointer-events: none;
    /*-webkit-transform: translateX(-50%) translateY(-50%) scale(1.75);
    transform: translateX(-50%) translateY(-50%) scale(1.75);*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}

/* Toggles */
.c-toggle__text,
.c-toggle__slash,
.c-toggle__link {
    /* $default-gray */
    color: #B7B9BB;
    text-decoration: none;
    font-size: 25px;

    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out;
}

.c-toggle--active {
    color: #191919;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.c-toggle__text.active,
.c-toggle__text:hover {
    color: #191919;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;

    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.c-toggle--active:hover {
    color: #b7b9bb;
}

/* Careers intro */
.c-career-intro {
}

.c-career-intro:first {
  margin-top: 0 !important;
}

.c-career-intro__link {
  text-decoration: none;

  -webkit-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.c-career-intro__link:hover {
  color: #B7B9BB !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;

  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.c-career-intro__body {
    padding: 10px 0;
}

.c-career-intro__title {
  font-size: 30px;
  text-decoration: none;

  -webkit-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.c-career-intro__title:hover {
  /*color: #B7B9BB;*/
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;

  -webkit-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.c-career-posting {

}

.c-career-posting__details > * {
    margin: 20px 0;
}

.c-career-posting__details li {
  margin-bottom: 15px;
}

.c-career-posting__details li:last-child {
  margin-bottom: 50px;
}

.c-career-posting__details p {
  margin-bottom: 30px;
}

/* CSS arrow used for play button overlay */
.c-arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid white;
    border-radius: 2px;
}

/* Video button overlay */
.c-play-button {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0.9);
    /*pointer-events: none;*/
}

/*.c-play-button:hover {
    color: gray;
}*/

.c-play-button__control {
    padding: 20px 50px; /*20px*/
    background-color: rgba(0, 0, 0, 0.8);
    /*border: 2px solid #f4f4f450;*/
    /*box-shadow: 0 0 0 4px #00000033;*/
    border-radius: 8px;
    transition: background-color 0.33s ease-in-out;
}

a:hover .c-play-button__control {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.33s ease-in-out;
}

/* These only override mobile styles for Gutenberg blocks */
.c-work-detail {}


/* Utility styles */
.pf-body {
    /*font-family: "Titling Gothic FB Nrm Med", system-ui, -apple-system, "Segoe UI";*/
    font-family: "Titling Gothic FB Nrm Reg";
    font-display: swap;
    font-style: normal;
    color: #231F20;
    /*background-color: #fff;*/
    background-color: #231F20;
}


/* Dark page modifiers */
.pf--dark {
    /*background-color: #191919;*/
    color: white;
}


.pf--dark .c-toggle__text:hover {
    color: white;
}

.pf--dark .c-toggle--active:hover {
    color: #b7b9bb;
}

.pf--dark .c-toggle--active {
    color: white;
    padding-bottom: 1px;
}

/* Specificity to overcome gravity forms */
.pf--dark .gform_wrapper ul.gform_fields input::placeholder,
.pf--dark .gform_wrapper ul.gform_fields textarea::placeholder {
    font-weight: 500;
    color: white;
    opacity: 1; /* Firefox */
}

.pf--dark .gform_wrapper ul.gform_fields input:-ms-input-placeholder,
.pf--dark .gform_wrapper ul.gform_fields textarea:-ms-input-placeholder {
    color: white;
    font-weight: 500;
}

.pf--dark .gform_wrapper ul.gform_fields input::-ms-input-placeholder,
.pf--dark .gform_wrapper ul.gform_fields textarea::-ms-input-placeholder {
    color: white;
    font-weight: 500;
}

.pf--dark .gform_wrapper ul.gform_fields #field_2_3 textarea {
    color: white;
}

.pf--dark .gform_wrapper ul.gform_fields li input,
.pf--dark .gform_wrapper ul.gform_fields li textarea {
    background-color: transparent;
}

.pf--dark .gform_wrapper ul.gform_fields li input,
.pf--dark .gform_wrapper ul.gform_fields li textarea {
    color: white;
}

.pf--dark .gform_wrapper ul.gform_fields li input,
.pf--dark .gform_wrapper ul.gform_fields li textarea {
    border-color: white;
}

.pf--dark .gform_wrapper div.charleft.ginput_counter {
    color: #191919;
}

.pf--dark .gform_wrapper ul.gform_fields li input,
.pf--dark .gform_wrapper ul.gform_fields li select,
.pf--dark .gform_wrapper ul.gform_fields li textarea,
.pf--dark .gform_wrapper ul.gform_fields li input,
.pf--dark .gform_wrapper ul.gform_fields li textarea {
    border-color: white;
}

.pf--dark .inner-shadow {
    background-color: #191919;
    background-image: none;
}

/* End dark page modifiers */

.pf-wrapper {
    min-height: 100%;
    padding-bottom: 260px;
    background-color: #f4f4f4;
    /*margin-top: 30px;*/
    /*margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;*/
    max-width: 1440px;
    margin: auto;
}

.pf-wrapper .work-nav-container {
  padding-top: 120px;
}

.pf-text-white:hover,
.pf-text-white {
    color: white;
}

.pf-text-gray:hover,
.pf-text-gray {
    /* $default-gray */
    color: #B7B9BB;
}

.pf-bg-black {
    background-color: #191919;
}

.pf-font-size-15 {
    font-size: 15px;
    line-height: 18px;
}

.pf-font-size-20 {
    font-size: 15px;
    line-height: 24px;
}

.pf-font-size-30 {
    font-size: 30px;
    line-height: 43.5px;
}

.pf-font-size-48 {
    font-size: 48px;
    line-height: 56px;
}

.pf-link {
    /* $default-black */
    font-family: "Titling Gothic FB Nrm Med";
    color: #231F20;
    text-decoration: none;
}

.pf-link.active,
.pf-link.active,
.pf-link:hover {
    /* $default-black */
    color: #231F20;
    text-decoration: none;
    /*border-bottom: 2px solid black;
    padding-bottom: 3px;*/
}

.all-work {
  width: 100px;
  margin: auto;
}

.all-work a.pf-link {
  display: inline-block;
  width: 100%;
}

.all-work a.pf-link .pf-link-text {
  opacity: 0.75;

  -webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.all-work a.pf-link:hover .pf-link-text{
  opacity: 1.0;

  -webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.all-work-squares {
  display: inline-block;
  padding: 0 17px 0 17px;
  border-top: 2px solid #f4f4f4;

  -webkit-transition: border-color .25s ease-in-out;
	transition: border-color .25s ease-in-out;
}

.all-work a.pf-link:hover .all-work-squares {
  border-color: #000000;

  -webkit-transition: border-color .25s ease-in-out;
	transition: border-color .25s ease-in-out;
}

.all-work a.pf-link:hover .c-square {
  opacity: 0.5;

  -webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.pf-navbar-padding {
    padding-top: 80px;
}

.error404 .pf-wrapper {
  /*background-color: #191919;*/
  background-color: #1b1b1b;
}

.render-failed {
  color: #ffffff;
  margin-top: 150px;
}

.pf-careers {
  margin-top: 50px;
}

figure {
  display: inline-block;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  vertical-align: bottom;
  /*border: 1px solid #d3d3d3;*/
}

.hover01 {
  /*box-shadow: 0px 0px 2px 2px #e1e1e1dd;*/
}

.hover01 figure {
  background-color: #f4f4f4; /*#191919*/
}

/* Zoom In */
a .hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .33s ease-in-out;
	transition: .33s ease-in-out;
}
a:hover .hover01 figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.work-underline {
  background-color: #000;
  width: 0;
  height: 2px;
  padding: 0;
  margin-top: 0px;
  opacity: 0;

  -webkit-transition: width .33s, opacity .33s ease-in-out;
  transition: width .33s, opacity .33s ease-in-out;
}

a:hover .work-underline {
    -webkit-transition: width .33s, opacity .33s ease-in-out;
    transition: width .33s, opacity .33s ease-in-out;

    width:100%;
    opacity: 1.0;
}

#gform_2 {
    font-weight: 500;
}

.gform_wrapper #gform_1 ul.gform_fields,
.gform_wrapper #gform_2 ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.gform_wrapper #gform_1 ul.gform_fields li,
.gform_wrapper #gform_2 ul.gform_fields li {
    flex: 0 0 50%;
    /*color: white;*/
    padding-bottom: 20px;
}

.gform_wrapper #gform_2 ul.gform_fields li {
    color: white;
}

.gform_wrapper #gform_1 ul.gform_fields #field_1_3 textarea {
    height: 100px;
}

.gform_wrapper #gform_2 ul.gform_fields #field_2_3 textarea {
    height: 40px;
}

.gform_wrapper #gform_1 ul.gform_fields #field_1_3,
.gform_wrapper #gform_2 ul.gform_fields #field_2_5,
.gform_wrapper #gform_2 ul.gform_fields #field_2_3 {
    flex: 0 0 100%;
}


.gform_wrapper ul.gform_fields li input,
.gform_wrapper ul.gform_fields li select,
.gform_wrapper ul.gform_fields li textarea,
.gform_wrapper ul.gform_fields li input,
.gform_wrapper ul.gform_fields li textarea {
    box-shadow: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #191919;
}


.gform_wrapper #gform_1 ul.gform_fields li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/caret-up.png) 95% no-repeat transparent;
    outline: none;
    /*border: 0;*/
    color: #000;
    padding: 11px 0px;
    width: 100%;
}

.gform_wrapper ul.gform_fields input::placeholder,
.gform_wrapper ul.gform_fields textarea::placeholder {
    font-weight: 500;
    color: #191919;
    opacity: 1; /* Firefox */
}

.gform_wrapper ul.gform_fields input:-ms-input-placeholder,
.gform_wrapper #gform_2 ul.gform_fields textarea:-ms-input-placeholder {
    color: #191919;
    font-weight: 500;
}

.gform_wrapper ul.gform_fields input::-ms-input-placeholder,
.gform_wrapper ul.gform_fields textarea::-ms-input-placeholder {
    color: #191919;
    font-weight: 500;
}

.gform_wrapper div.charleft.ginput_counter {
    color: #191919;
}

.gform_wrapper input, .gform_wrapper textarea {
  background-color: #f4f4f4;
}

.gform_wrapper input, .gform_wrapper select,  {
  -webkit-appearance: none;
  -webkit-border-radius: none;
  border-radius: 0;
}

.gform_wrapper input  {
  border-color: #000;
  color: #000;
  border-radius: 0;
}

.pf-map-container {
  box-shadow: 0 0 5px 0px #cfcfcf;
}

.pf-map-container img {
  width: 100%;
  height: auto;
}

/*.gform_fields {*/
/*}*/
/**/
/*.g_form_fields_2 li {*/
/*    flex: 0 0 50%;*/
/*}*/

/* AMC */


/* Font recommend classes */
.pf-regular,
.titlinggothicfbnormalregular {
    font-family: "Titling Gothic FB Nrm Reg";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.pf-medium,
.titlinggothicfbwidemedium {
    font-family: "Titling Gothic FB Wd Med";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbnormalmedium {
    font-family: "Titling Gothic FB Nrm Med";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbwidebold {
    font-family: "Titling Gothic FB Wd Bd";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbnormallight {
    font-family: "Titling Gothic FB Nrm Lt";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.col-md-3 .c-play-button__control {
    transform: scale(0.6);
}

.col-md-3 .c-collection-item__client,
.col-md-3 .c-collection-item__title {
    font-size: 14px;
}

.back-to-top {
  background-color: #191919;
  padding: 10px;
  height: 45px;
  width:45px;
  position: absolute;
  bottom: 260px;
  right: 15px;
  display: inline-block;
  z-index: 10;

  -webkit-transition: bottom 0.25s, transform 0.25s ease-in-out;
  transition: bottom 0.25s, transform 0.25s ease-in-out;
}

.back-to-top img.arrow-icon {
  width: 25px;
  height: auto;

  -webkit-transition: bottom 0.25s, transform 0.25s ease-in-out;
  transition: bottom 0.25s, transform 0.25s ease-in-out;
}

.back-to-top:hover {
  bottom: 269px;
  transform: rotate(45deg);

  -webkit-transition: bottom 0.25s, transform 0.25s ease-in-out;
  transition: bottom 0.25s, transform 0.25s ease-in-out;
}

.back-to-top:hover .arrow-icon {
  transform: rotate(-45deg);

  -webkit-transition: bottom 0.25s, transform 0.25s ease-in-out;
  transition: bottom 0.25s, transform 0.25s ease-in-out;
}

.asset-loading {
  opacity: 0;
}

.asset-loaded {
  opacity: 1.0;
  -webkit-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}

.delay-1 {
  transition-delay: 1.0s !important;
}

.delay-2 {
  transition-delay: 1.5s !important;
}

.delay-3 {
  transition-delay: 2.0s !important;
}

.delay-grid-1 {
  /*transition-delay: 0.5s !important;*/
  transition-delay: 0.25s !important;
}

.delay-grid-2 {
  transition-delay: 1.0s !important;
}

.c-more-work {
  margin-top: 80px;
  margin-bottom: 80px;
}

.c-more-work-padding {
  padding: 2.0rem;
}

@media screen {
  .single-work .work-compare .ratio::before {
    padding-top: 0;
  }

  .single-work .work-compare .ratio > * {
    height: auto !important;
  }
}

/*@media only screen and (max-width: 991.98px) {
    .home-banner-text {
        font-size: 50px;
        line-height: 60px;
    }
}*/

/*@media only screen and (max-width: 991.98px) {
    .c-collection {
        display: block;
    }
}*/

/*@media only screen and (max-width: 991.98px) {
    .c-collection__filter-toggles {
        justify-content: start;
        margin-bottom: 20px;
    }
}*/

/*@media only screen and (max-width: 991.98px) {
    .c-collection__link {
        margin-right: 45px;
        margin-left: 0;
    }
}*/

/*@media only screen and (max-width: 991.98px) {
    .c-work-detail .container-fluid.container-padding {
        margin: 0;
        padding: 0;
    }

    .c-work-detail .inner-padding-top.inner-margin {
        margin: 0;
        padding-top: 80px;
    }

    .c-work-detail .inner-padding.inner-margin-18 {
        padding: 0;
        margin: 0;
    }

    .c-work-detail .inner-padding-bottom.inner-margin-22,
    .c-work-detail .inner-padding.inner-margin-22 {
        margin: 0;
    }

    .c-work-detail .inner-padding-bottom.inner-margin {
        margin: 0;
    }

    .c-work-detail .work-header {
        padding: 0;
    }
}*/

@media only screen and (max-width: 991.98px) {
    .gform_wrapper #gform_1 ul.gform_fields li,
    .gform_wrapper #gform_2 ul.gform_fields li {
        flex: 0 0 100%;
    }
}

.pf-wrapper .navbar-our-reels {
  display: none;
}

@media (max-width: 767.98px) {
    .pf-wrapper .home-banner-text {
      text-align: left;
    }

    .pf-wrapper .navbar-collapse.show {
        position: fixed;
        padding: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 5px solid white;
    }

    .pf-wrapper .navbar-nav {
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
        padding-top: 120px;
    }

    .pf-wrapper .navbar-nav li {
        flex: 0 0 80px; /*100px*/
        font-size: 50px;
        font-family: "Titling Gothic FB Nrm Med", system-ui, -apple-system, "Segoe UI"
    }

    .pf-wrapper .navbar-nav .nav-square {
        display: none;
        /*width: 8px;
        height: 8px;
        background: white;
        position: absolute;
        left: 50%;
        top: 100%;*/
    }

    .pf-wrapper .navbar-our-reels {
      display: block;
      padding: 70px 20px 0px 20px;
    }

    .pf-wrapper .navbar-our-reels a {
      text-decoration: none;
      color: #191919;
      font-size: 20px;
    }

    .pf-wrapper .navbar-collapse.light-menu {
        background: white;
        border: 5px solid #191919;
    }

    .pf-wrapper .navbar-collapse.dark-menu {
        background: #191919;
    }

    .pf-wrapper .navbar-collapse.dark-menu .navbar-our-reels a {
      color: white;
    }

    .pf-wrapper .work-nav-container {
      padding-top: 90px;
      margin-bottom: 30px;
    }

    .pf-wrapper .c-collection {
      display: block;
    }

    .pf-wrapper .c-collection__type-toggles {

    }

    .pf-wrapper .c-collection__filter-toggles {
      margin-top: 20px;
      justify-content: start;
    }

    .pf-wrapper .c-collection__link {
      margin-left: 0;
      margin-right: 20px;
    }

    .c-temp-navbar--white.c-temp-navbar .navbar-nav .nav-item .nav-link,
    .c-temp-navbar--white.c-temp-navbar .navbar-nav .nav-item .nav-link.active {
        /*color: white;*/
    }

    .work-image-caption h3, .work-video-caption h3 {
        font-size: 15px;
    }
}

.c-temp-navbar__menu_button .dark-menu {
  color: #231F20;
}

.c-temp-navbar__menu_button .light-menu {
  color: white;
}

.footer-address a[href^="tel"]{
    color: #fff;
    text-decoration: none;
}

.footer-address a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
    .pf-wrapper {
        padding-bottom: 450px;
    }

    .pf-wrapper .back-to-top {
        bottom: 420px;
    }

    .pf-wrapper .footer-body {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .inner-margin {
      margin: 0 40px 0 40px;
    }

    .inner-margin-what-we-do {
      margin: 0 0 0 0;
    }

    .c-what-we-do__header {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1677px) {
  /*.inner-margin {
      margin: 0 auto 0 auto;
      max-width: 1440px;
  }*/
}

@media (max-width: 575.98px) {
  .pf-wrapper {
    margin-top: 0px;
    /*margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 630px;*/
    padding-bottom: 550px;
  }

  .c-top-page-spacer {
    height: 20px;
  }

  .c-temp-navbar {
    /*left: 20px;
    right: 20px;*/
  }

  .inner-margin {
    margin: 0 20px 0 20px;
  }

  .c-more-work {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-more-work.row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-more-work-padding {
    padding: 1.5rem;
  }

  .inner-margin-what-we-do {
    margin: 0 0 0 0;
  }

  .c-collection-item__client {
    font-size: 15px;
  }

  .c-collection-item__title {
    font-size: 15px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .home-banner-text {
    font-size: 40px;
    line-height: 70px;
    max-width: 85%;
  }

  .home-studio-text {
    font-size: 16px;
    line-height: 35px;
    margin: 30px 0;
  }

  .c-what-we-do__headline {
    font-size: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-what-we-do .row {
    --bs-gutter-x: 0;
  }

  .c-what-we-do .row .col {
    flex: none;
    margin-bottom: 20px;
  }

  .footer-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-address {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-social {
    width: 50%;
    margin: 0 !important;
    text-align: center;
  }

  .footer-nav {
    width: 50%;
    margin: 0 !important;
    text-align: center;
  }

  .footer-copyright.text-end {
    text-align: center !important;
  }

  .back-to-top {
    display: none;
  }

  .pf-about-welcome, .pf-career-title {
    font-size: 26px;
  }

  .pf-text-gray {
    font-size: 18px;
  }

  .page-id-5504 .inner-padding, .page-id-5506 .inner-padding,
  .page-id-1060 .inner-padding, .single-career .inner-padding {
    padding: 40px 0 40px 0;
  }
  .page-id-5504 .inner-margin-18, .page-id-5506 .inner-margin-18 ,
  .page-id-1060 .inner-margin-18, .single-career .inner-margin-18 {
    margin: 0 20px 0 20px;
  }t

  .pf-contact-hello {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .pf-regular {
    margin-bottom: 20px !important;
  }

  .work-cover-image {
    aspect-ratio: 5 / 4;
    background-position: center;
  }

  .single-work .inner-padding-top,
  .single-work .inner-padding-half-top {
    padding: 0;
    padding-top: 20px;
  }

  .single-work .inner-margin-18 {
    margin: 0 20px 0 20px;
  }

  .single-work .inner-margin-22 {
    margin: 0 20px 0 20px;
  }

  .single-work .work-main-title h1 {
    font-size: 1.9rem;
  }

  .single-work .divider1 {
    margin: 0 40px 0 40px;
  }

  .single-work .inner-padding-full-top-half-bottom {
    padding: 20px 0 20px 0;
  }

  .single-work .inner-padding-half-bottom {
    padding: 0 0 20px 0;
  }

  .single-work .inner-gutter-half .ratio-50 {
    width: 100%;
  }

  .single-work .inner-gutter-half .ratio-50:first-child {
    margin-right: 0;
  }

  .single-work .inner-gutter-half .ratio-50:nth-child(2) {
    margin-left: 0;
  }

  .single-work .inner-padding-bottom {
    padding: 0 0 0 0;
  }

  .single-work .inner-padding {
    padding: 20px 0 20px 0;
  }

  .single-work .ratio-50 {
    width: 100%;
  }

  .single-work .ratio-50:first-child {
    margin-right: 0;
  }

  .single-work .ratio-50.two-videos {
    margin-bottom: 20px;
  }

  .single-work .one-image {
    padding-bottom: 20px;
  }

  .single-work .two-images {
    padding-bottom: 20px;
  }

  .single-work .three-images {
    padding-bottom: 20px;
  }

  .single-work .one-video {
    padding-bottom: 20px;
  }

  .single-work .three-videos {
    padding-bottom: 20px;
  }

  .single-work .large-image {
    padding-bottom: 20px;
  }

  .single-work .work-compare {
    padding-bottom: 20px;
  }

  .single-work .ratio-16x9 {
    --bs-aspect-ratio: none;
    aspect-ratio: 16 / 9;
  }

  .single-work .ratio-2x1 {
    --bs-aspect-ratio: none;
    aspect-ratio: 2 / 1;
  }

  .single-work .ratio-66 {
    width: 100%;
  }

  .single-work .ratio-33 {
    width: 100%;
  }

  .single-work .inner-padding-none .inner-margin .inner-gutter-half {
    padding: 20px 0 20px 0;
    margin: 0 20px 0 20px;
  }

  .inner-gutter-half .ratio-33:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .inner-gutter-half .ratio-33:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-item .pe-0  {
    padding-left: 0 !important;
  }

  .cta-item .ps-5  {
    padding-left: 0 !important;
  }

  .cta-item .d-inline-block  {
    padding: 15px;
  }
}

@media (min-width: 1440px) {
  .c-temp-navbar {
    width: 1440px;
    left: inherit;
    right: inherit;
  }
}

/*.c-header-video {
    width: 100%;
    pointer-events: none;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    margin: 0 auto;
    height: auto;
    display: block;
}*/

/*--- Bootstrap Mobile Gutter Fix --*/
/*.row, .container-fluid {
  margin-left: 0px!important;
  margin-right: 0px!important;
}*/

/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap #video {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  /*z-index: -1000;*/
}
.video-wrap video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.video-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 1.0);
}

img.work-reel {
  height: auto;
  top: 0;
}

.txt-shadow {
  text-shadow: 1px 1px 2px #231f20;
}

#field_2_4 {
  flex: 0 0 100% !important;
}
