@charset "UTF-8";
/*

Theme Name: X – Child Theme
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
/****************************************
  MIXINS
****************************************/
/****************************************
  FONTS
****************************************/
/****************************************
  COLOURS
****************************************/
/****************************************
  IMPORTS
****************************************/
/****************************************
  INDIVIDUAL CONTENT AREAS
****************************************/
/****************************************
  DISIR
****************************************/
.disir--logo {
  background: url(images/portfolio--disir--texture-900x506.jpg) no-repeat center;
  background-size: cover;
  padding: 2em 10%; }
  @media (min-width: 2000px) {
    .disir--logo {
      background: url(images/portfolio--disir--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .disir--logo {
      background: url(images/portfolio--disir--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .disir--logo {
      background: url(images/portfolio--disir--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }

.disir--postcard {
  padding: 5em 20% 4em 20%; }

.disir--poster {
  background: url(images/portfolio--disir--texture-900x506.jpg) no-repeat center;
  background-size: cover;
  padding: 6em 7%; }
  @media (min-width: 2000px) {
    .disir--poster {
      background: url(images/portfolio--disir--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .disir--poster {
      background: url(images/portfolio--disir--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .disir--poster {
      background: url(images/portfolio--disir--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }

.disir--display {
  padding: 5em 10% 1em 10%; }

/****************************************
  AWS
****************************************/
.aws--mobile {
  overflow: hidden;
  background: url(images/portfolio--aws--texture-900x506.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 2000px) {
    .aws--mobile {
      background: url(images/portfolio--aws--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .aws--mobile {
      background: url(images/portfolio--aws--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .aws--mobile {
      background: url(images/portfolio--aws--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  .aws--mobile:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1000; }

.aws--desktop .aws--animated-wrap {
  margin: 8em 5% 4em 5%;
  max-width: 800px;
  position: relative; }
  .aws--desktop .aws--animated-wrap img {
    position: relative;
    z-index: 100; }

.aws--desktop .aws--animated-window {
  background: #171f2b;
  position: absolute;
  top: 5.9%;
  left: 5%;
  right: 5.1%;
  bottom: 34.5%;
  overflow: hidden; }
  .aws--desktop .aws--animated-window img {
    top: 0;
    width: 100%;
    -webkit-animation-name: awsAnimation;
    animation-name: awsAnimation;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1; }

@-webkit-keyframes awsAnimation {
  0% {
    top: 0; }
  15% {
    top: -126%; }
  20% {
    top: -126%; }
  35% {
    top: -252%; }
  40% {
    top: -252%; }
  55% {
    top: -378%; }
  60% {
    top: -378%; }
  75% {
    top: -505%; }
  80% {
    top: -505%; }
  93% {
    top: 0; }
  100% {
    top: 0; } }

@keyframes awsAnimation {
  0% {
    top: 0; }
  15% {
    top: -126%; }
  20% {
    top: -126%; }
  35% {
    top: -252%; }
  40% {
    top: -252%; }
  55% {
    top: -378%; }
  60% {
    top: -378%; }
  75% {
    top: -505%; }
  80% {
    top: -505%; }
  93% {
    top: 0; }
  100% {
    top: 0; } }

/****************************************
  VERIFIED.BEST
****************************************/
.verified--logo {
  background: url(images/portfolio--verified--yellow@2x.jpg) no-repeat center;
  background-size: cover;
  padding: 8em 10%; }
  .verified--logo img {
    width: 100%;
    max-width: 700px; }

.verified--desktop .verified--animated-wrap {
  margin: 8em 5% 4em 5%;
  max-width: 800px;
  position: relative; }
  .verified--desktop .verified--animated-wrap img {
    position: relative;
    z-index: 100; }

.verified--desktop .verified--animated-window {
  background: #464643;
  position: absolute;
  top: 5.9%;
  left: 5%;
  right: 5.1%;
  bottom: 34.5%;
  overflow: hidden; }
  .verified--desktop .verified--animated-window img {
    top: 0;
    width: 100%;
    -webkit-animation-name: verifiedAnimation;
    animation-name: verifiedAnimation;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1; }

@-webkit-keyframes verifiedAnimation {
  0% {
    top: 0; }
  15% {
    top: -126%; }
  20% {
    top: -126%; }
  35% {
    top: -265%; }
  40% {
    top: -265%; }
  55% {
    top: -397%; }
  60% {
    top: -397%; }
  75% {
    top: -530%; }
  80% {
    top: -530%; }
  93% {
    top: 0; }
  100% {
    top: 0; } }

@keyframes verifiedAnimation {
  0% {
    top: 0; }
  15% {
    top: -126%; }
  20% {
    top: -126%; }
  35% {
    top: -265%; }
  40% {
    top: -265%; }
  55% {
    top: -397%; }
  60% {
    top: -397%; }
  75% {
    top: -530%; }
  80% {
    top: -530%; }
  93% {
    top: 0; }
  100% {
    top: 0; } }

.verified--webapp {
  background: url(images/portfolio--verified--webapp-900x506.jpg) no-repeat center;
  background-size: cover;
  height: 90vh;
  overflow: hidden; }
  @media (min-width: 2000px) {
    .verified--webapp {
      background: url(images/portfolio--verified--webapp-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .verified--webapp {
      background: url(images/portfolio--verified--webapp.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .verified--webapp {
      background: url(images/portfolio--verified--webapp-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-height: 600px) {
    .verified--webapp {
      background: url(images/portfolio--verified--webapp.jpg) no-repeat center;
      background-size: cover; } }
  .verified--webapp:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1000; }
  .verified--webapp:before {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1000; }

.verified--appstore {
  padding: 10em 5%; }
  .verified--appstore .verified--appstore-window {
    overflow: hidden;
    position: relative;
    height: 483px;
    width: 100%;
    overflow-x: auto; }
    .verified--appstore .verified--appstore-window img {
      position: absolute;
      top: 0;
      left: 0;
      width: 1652px;
      max-width: 1652px;
      height: 483px; }

.verified--printpromo {
  background: #F0EFE8;
  padding: 1em 5% .5em 5%; }

/****************************************
  DIATEC
****************************************/
.diatec--desktop .diatec--animated-wrap {
  margin: 4em 5% 4em 5%;
  max-width: 800px;
  position: relative; }
  .diatec--desktop .diatec--animated-wrap img {
    position: relative;
    z-index: 100; }

.diatec--desktop .diatec--animated-window {
  background: #028fbd;
  position: absolute;
  top: 5.9%;
  left: 5%;
  right: 5.1%;
  bottom: 34.5%;
  overflow: hidden; }
  .diatec--desktop .diatec--animated-window img {
    top: 0;
    width: 100%;
    -webkit-animation-name: diatecAnimation;
    animation-name: diatecAnimation;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1; }

@-webkit-keyframes diatecAnimation {
  0% {
    top: 0; }
  15% {
    top: -96%; }
  20% {
    top: -96%; }
  35% {
    top: -192%; }
  40% {
    top: -192%; }
  55% {
    top: -288%; }
  60% {
    top: -288%; }
  75% {
    top: -385%; }
  80% {
    top: -385%; }
  93% {
    top: 0; }
  100% {
    top: 0; } }

@keyframes diatecAnimation {
  0% {
    top: 0; }
  15% {
    top: -96%; }
  20% {
    top: -96%; }
  35% {
    top: -192%; }
  40% {
    top: -192%; }
  55% {
    top: -288%; }
  60% {
    top: -288%; }
  75% {
    top: -385%; }
  80% {
    top: -385%; }
  93% {
    top: 0; }
  100% {
    top: 0; } }

.diatec--responsive {
  background: url(images/portfolio--diatec--texture-900x506.jpg) no-repeat center;
  background-size: cover;
  padding: 6em 5%;
  overflow: hidden; }
  @media (min-width: 2000px) {
    .diatec--responsive {
      background: url(images/portfolio--diatec--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .diatec--responsive {
      background: url(images/portfolio--diatec--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .diatec--responsive {
      background: url(images/portfolio--diatec--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  .diatec--responsive:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1000; }

/****************************************
  PHOTODISC
****************************************/
.photodisc--cd {
  background: url(images/portfolio--photodisc--texture-900x506.jpg) no-repeat center;
  background-size: cover;
  padding: 4em 5%; }
  @media (min-width: 2000px) {
    .photodisc--cd {
      background: url(images/portfolio--photodisc--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .photodisc--cd {
      background: url(images/portfolio--photodisc--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .photodisc--cd {
      background: url(images/portfolio--photodisc--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }

.photodisc--poster {
  padding: 6em 10% 3em 10%; }

/****************************************
  WINKS
****************************************/
.winks--logo {
  padding: 3em 5% 6em 5%; }

.winks--menu {
  padding: 6em 10%; }
  .winks--menu img {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }

.winks--package {
  background: #E8E9E9;
  overflow: hidden; }
  .winks--package:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1000; }
  .winks--package:before {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1000; }

/****************************************
  BLUEMOON
****************************************/
.bluemoon--logo {
  padding: 5em 10%; }

.bluemoon--stationary {
  overflow: hidden;
  max-height: 100vh; }
  .bluemoon--stationary:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1000; }
  .bluemoon--stationary:before {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1000; }

/****************************************
  TOMATO
****************************************/
.tomato--booklet {
  max-height: 100vh;
  overflow: hidden; }

.tomato--promo {
  padding: 6em 5% 1em 5%; }

/****************************************
  CLEANING ERASERS
****************************************/
.cleaning--mockup {
  padding: 0 10%; }

.cleaning--package {
  padding: 6em 5% 2em 5%; }

/****************************************
  COVENT GARDEN MARKET
****************************************/
.market--logo {
  padding: 4em 10%; }

/****************************************
  ADVERTORIAL
****************************************/
.advertorial {
  max-height: 100vh;
  overflow: hidden; }

/****************************************
  DRACULA
****************************************/
.dracula--cover {
  max-height: 100vh;
  overflow: hidden; }

/****************************************
  WEDDING INVITATIONS
****************************************/
.invite--2,
.invite--4 {
  overflow: hidden; }
  .invite--2:after,
  .invite--4:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1000; }
  .invite--2:before,
  .invite--4:before {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1000; }

.invite--6 {
  overflow: hidden; }
  .invite--6:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1000; }

/****************************************
  KONGS JUNGLE JAVA
****************************************/
.kongs--logo {
  background: url(images/portfolio--kongs--texture-900x506.jpg) no-repeat center;
  background-size: cover;
  padding: 4em 10%; }
  @media (min-width: 2000px) {
    .kongs--logo {
      background: url(images/portfolio--kongs--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .kongs--logo {
      background: url(images/portfolio--kongs--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .kongs--logo {
      background: url(images/portfolio--kongs--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }

.kongs--poster {
  padding: 8em 10% 0 10%; }

/****************************************
  BUGS ANIMATIONS
****************************************/
.bug--1 .x-img,
.bug--2 .x-img,
.bug--3 .x-img,
.animation-section .x-img {
  position: relative;
  max-width: 550px;
  margin-bottom: 0; }
  .bug--1 .x-img:after,
  .bug--2 .x-img:after,
  .bug--3 .x-img:after,
  .animation-section .x-img:after {
    content: "";
    background: url(images/icon--play.svg) #FFFFFF no-repeat center;
    background-size: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    margin-top: -2.5em;
    margin-left: -2.5em;
    border-radius: 50%;
    opacity: .5; }
    @media (min-width: 350px) {
      .bug--1 .x-img:after,
      .bug--2 .x-img:after,
      .bug--3 .x-img:after,
      .animation-section .x-img:after {
        width: 10em;
        height: 10em;
        margin-top: -5em;
        margin-left: -5em; } }

.bug--3 .x-img,
.bug--2 .x-img {
  max-width: 700px; }

.bug--animations.x-line {
  width: 100%;
  max-width: none;
  margin: 4em 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgba(37, 44, 46, 0.2);
  font-size: 1em; }

/****************************************
  SONG 2
****************************************/
.blur--song2 .x-img {
  max-width: 600px; }

/****************************************
  PLAQUE MONSTER
****************************************/
.plaque {
  padding: 3em 10%;
  background: url(images/portfolio--plaque--texture-900x506.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 2000px) {
    .plaque {
      background: url(images/portfolio--plaque--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .plaque {
      background: url(images/portfolio--plaque--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .plaque {
      background: url(images/portfolio--plaque--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  .plaque .x-img {
    max-width: 600px;
    -webkit-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.1); }

/****************************************
  TUMBLEBOOKS
****************************************/
.tumblebooks--animation {
  padding: 6em 10%;
  background: url(images/portfolio--tumblebooks--texture-900x506.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 2000px) {
    .tumblebooks--animation {
      background: url(images/portfolio--tumblebooks--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .tumblebooks--animation {
      background: url(images/portfolio--tumblebooks--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .tumblebooks--animation {
      background: url(images/portfolio--tumblebooks--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  .tumblebooks--animation .x-img {
    max-width: 1000px; }

.tumblebooks--website .tumblebooks--animated-wrap {
  margin: 6em 5% 4em 5%;
  max-width: 800px;
  position: relative; }
  .tumblebooks--website .tumblebooks--animated-wrap img {
    position: relative;
    z-index: 100; }

.tumblebooks--website .tumblebooks--animated-window {
  background: #58a9d4;
  position: absolute;
  top: 5.9%;
  left: 5%;
  right: 5.1%;
  bottom: 34.5%;
  overflow: hidden; }
  .tumblebooks--website .tumblebooks--animated-window img {
    top: 0;
    width: 100%;
    -webkit-animation-name: tumblebooksAnimation;
    animation-name: tumblebooksAnimation;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1; }

@-webkit-keyframes tumblebooksAnimation {
  0% {
    top: 0; }
  15% {
    top: 0; }
  55% {
    top: -80%; }
  65% {
    top: -80%; }
  85% {
    top: 0; }
  100% {
    top: 0; } }

@keyframes tumblebooksAnimation {
  0% {
    top: 0; }
  15% {
    top: 0; }
  55% {
    top: -80%; }
  65% {
    top: -80%; }
  85% {
    top: 0; }
  100% {
    top: 0; } }

.tumblebooks--bookicons {
  padding: 8em 5%;
  background: url(images/portfolio--tumblebooks--texture-900x506.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 2000px) {
    .tumblebooks--bookicons {
      background: url(images/portfolio--tumblebooks--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }
  @media (min-width: 700px) and (max-width: 1999px) {
    .tumblebooks--bookicons {
      background: url(images/portfolio--tumblebooks--texture.jpg) no-repeat center;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    .tumblebooks--bookicons {
      background: url(images/portfolio--tumblebooks--texture-3840x2160.jpg) no-repeat center;
      background-size: cover; } }

.tumblebooks--appicons {
  padding: 6em 10% 0 10%; }

/****************************************
  BLURRED SERIES
****************************************/
.blurreds--gallery {
  max-height: 100vh;
  overflow: hidden; }

.blurreds--smallhands {
  padding: 10% 5%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }
  .blurreds--smallhands div {
    padding: 0 2%; }
    .blurreds--smallhands div:first-child {
      max-width: 534.5px; }
    .blurreds--smallhands div:last-child {
      max-width: 527px; }

.blurreds--smallface {
  padding: 10% 5% 0 5%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }
  .blurreds--smallface div {
    padding: 0 2%; }
    .blurreds--smallface div:first-child {
      max-width: 588px; }
    .blurreds--smallface div:last-child {
      max-width: 586px; }

/****************************************
  PORTFOLIO CONTENT STRUCTURE
  content-portfolio.php - portfolio item page
****************************************/
.single-x-portfolio .site > .x-container.max {
  max-width: none; }

.single-x-portfolio .site > .x-container.width {
  width: 100%; }

.single-x-portfolio .site > .x-container.offset {
  margin-top: 0;
  margin-bottom: 0; }

.single-x-portfolio .entry-content {
  margin-top: 0; }

.entry-header.portfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .entry-header.portfolio-item .portfolio-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .entry-header.portfolio-item a {
    font-size: 1rem;
    color: #FFFFFF;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #252C2E;
    border-radius: 50%;
    margin: 1em 1em 1em 1em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    .entry-header.portfolio-item a:hover {
      color: #FFFFFF;
      background: #475558; }
    .entry-header.portfolio-item a i {
      font-size: 16px; }
  .entry-header.portfolio-item p {
    font-size: 1rem;
    line-height: 1.3;
    color: #5A5A5A;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0; }
    .entry-header.portfolio-item p i {
      font-size: .9em;
      margin-right: .1em;
      margin-left: .2em; }
  .entry-header.portfolio-item .x-nav-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    margin-top: 0 !important;
    width: auto;
    position: relative;
    z-index: 100; }
    .entry-header.portfolio-item .x-nav-articles a {
      font-size: 1rem !important;
      color: #FFFFFF;
      width: 45px;
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #252C2E;
      border-radius: 50%;
      margin: 1em .25em; }
      .entry-header.portfolio-item .x-nav-articles a:last-child {
        margin-right: 1em; }
      .entry-header.portfolio-item .x-nav-articles a:hover {
        color: #FFFFFF;
        background: #475558; }
      .entry-header.portfolio-item .x-nav-articles a i {
        font-size: 16px; }

.portfolio-item-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6em; }
  @media (max-width: 768px) {
    .portfolio-item-footer-box {
      display: block; } }
  .portfolio-item-footer-box .portfolio-item-footer-title-category {
    margin-right: 5em;
    line-height: 1.5;
    width: 12em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    @media (max-width: 768px) {
      .portfolio-item-footer-box .portfolio-item-footer-title-category {
        width: auto;
        margin-right: 0; } }
    .portfolio-item-footer-box .portfolio-item-footer-title-category span {
      text-transform: capitalize; }
  .portfolio-item-footer-box h1 {
    font-family: "neris";
    font-weight: bold;
    color: #252C2E;
    font-size: 1.6em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    margin-top: .8em; }
  .portfolio-item-footer-box .portfolio--footer-text {
    position: relative;
    padding: 1em 0 1em 5em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .portfolio-item-footer-box .portfolio--footer-text:after {
      content: "";
      height: 100%;
      width: 2px;
      border-radius: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 0;
      display: block; }
    @media (max-width: 768px) {
      .portfolio-item-footer-box .portfolio--footer-text {
        padding-left: 0;
        padding-top: 1.5em;
        margin-top: 1.5em; }
        .portfolio-item-footer-box .portfolio--footer-text:after {
          width: 100%;
          max-width: 15em;
          height: 2px; } }

.portfolio-item-footer-arrows {
  padding: 2em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .portfolio-item-footer-arrows .x-nav-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    margin-top: 0 !important;
    width: auto;
    position: relative;
    z-index: 100; }
    .portfolio-item-footer-arrows .x-nav-articles a {
      font-size: 1rem !important;
      color: #FFFFFF;
      width: 45px;
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #252C2E;
      border-radius: 50%;
      margin: 1em .25em; }
      .portfolio-item-footer-arrows .x-nav-articles a:last-child {
        margin-right: 1em; }
      .portfolio-item-footer-arrows .x-nav-articles a:hover {
        color: #FFFFFF;
        background: #475558; }
      .portfolio-item-footer-arrows .x-nav-articles a i {
        font-size: 16px; }

.portfolio-item-footer-logo {
  text-align: center; }
  .portfolio-item-footer-logo img {
    width: 100%;
    max-width: 25em;
    margin: 3em auto 5em auto; }

.single-x-portfolio section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 4em; }

.single-x-portfolio .label {
  font-size: .8rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #252C2E;
  diplay: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .5em .75em .5em 3em;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 200; }
