/* CSS Document */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - PORTFOLIO PALAROID */
/* 02 - TILE MASONRY */
/* 03 - ASIDE MENU VERTICAL LOGO */
/* 04 - ADJUSTED PORTFOLIO */
/* 05 - LEFT ALIGN MENU */
/* 06 - DISORTION PORTFOLIO */
/* 07 - INSTAGRAM GALLERY */
/* 08 - PIXPROOF GALLERY STYLES */
/*------------------------------------------------------*/
/*---------------------- 01 .PORTFOLIO PALAROID ----------------------*/
/*------------------------------------------------------*/
/*---------------------- 02 .TILE MASONRY ----------------------*/
.portfolio.tile_masonry .item-link {
  margin-bottom: 0 !important;
  overflow: hidden; }
  .portfolio.tile_masonry .item-link img {
    transition: all 450ms ease; }
  .portfolio.tile_masonry .item-link:hover img {
    transform: scale(1.1); }
  .portfolio.tile_masonry .item-link .item-img,
  .portfolio.tile_masonry .item-link .images-one {
    position: static; }
.portfolio.tile_masonry .item-overlay {
  display: none; }
.portfolio.tile_masonry .item-portfolio-content .portfolio-title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 25px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 45px; }
.portfolio.tile_masonry .item-portfolio-content {
  margin: 0;
  max-height: 100%; }

/*------------------------------------------------------*/
/*---------------------- 03 .ASIDE MENU VERTICAL LOGO ----------------------*/
@media only screen and (min-width: 992px) {
  header.aside-menu {
    padding: 0; }

  .aside-menu.vertical .logo {
    position: fixed;
    top: auto;
    bottom: 15px;
    left: 0;
    transform-origin: left top 0;
    transform: rotate(-90deg);
    padding: 0;
    height: 58px; }
    .aside-menu.vertical .logo span, .aside-menu.vertical .logo img {
      max-height: 58px;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
/*------------------------------------------------------*/
/*---------------------- 04 .ADJUSTED PORTFOLIO ----------------------*/
.portfolio-wrapper.adjusted .item-single {
  text-align: center; }
.portfolio-wrapper.adjusted .item-link {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }
  .portfolio-wrapper.adjusted .item-link .span-img-wrapper {
    padding: 10px;
    background-color: #1b1b1b; }
  .portfolio-wrapper.adjusted .item-link img {
    width: auto;
    max-width: 100%;
    max-height: 360px; }
  .portfolio-wrapper.adjusted .item-link:hover .info-content {
    opacity: 1; }
.portfolio-wrapper.adjusted .span-img-wrapper {
  position: relative;
  display: block; }
.portfolio-wrapper.adjusted .info-content {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: #fff;
  transition: all 450ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .portfolio-wrapper.adjusted .info-content h5 {
    padding: 0 15px;
    text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .portfolio-wrapper.adjusted .item-single {
    width: 100% !important; }

  .portfolio-wrapper.adjusted .item-link {
    top: 0;
    transform: none; }

  .portfolio-wrapper.adjusted .portfolio {
    margin: auto !important; } }
/*------------------------------------------------------*/
/*---------------------- 05 .LEFT ALIGN MENU ----------------------*/
@media only screen and (min-width: 992px) {
  .right-menu.left .logo span {
    margin-top: 2px; }
  .right-menu.left #topmenu {
    padding-left: 23px;
    text-align: left; }
  .right-menu.left #topmenu > ul > li > a {
    margin: 0 18px 0 0; } }
@media only screen and (max-width: 991px) {
  #topmenu ul.menu {
    max-height: 300000px !important; } }
/*------------------------------------------------------*/
/*---------------------- 06 .DISORTION PORTFOLIO ----------------------*/
canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b1b1b; }

.canvas-wrap {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  top: 0;
  width: 100%;
  left: 0; }

.disortion-wrap {
  /* Icons */ }
  .disortion-wrap .scene-nav {
    font-size: 40px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: 0;
    right: 0;
    width: 100px;
    padding: 1.5em;
    color: #fff; }
  .disortion-wrap .scene-nav:focus {
    outline: none; }
  .disortion-wrap .scene-nav--prev {
    left: 0; }
  .disortion-wrap .slide-wrapper {
    display: none; }
  .disortion-wrap .icon--arrow-nav-next {
    transform: rotate(-180deg); }
  .disortion-wrap .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none; }
  .disortion-wrap .icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor; }
  .disortion-wrap main {
    position: relative;
    width: 100%; }
  .disortion-wrap .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0 auto; }
  .disortion-wrap .content--fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.5em;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto 4em;
    grid-template-areas: 'header ...'; }
  .disortion-wrap .content--fixed a {
    pointer-events: auto; }

/*------------------------------------------------------*/
/*---------------------- 07 .INSTAGRAM GALLERY ----------------------*/
.insta-wrapper .insta-item {
  display: block; }
  .insta-wrapper .insta-item:hover {
    opacity: 1; }
  .insta-wrapper .insta-item:hover .info-hover {
    opacity: 1;
    width: calc(100% - 20px);
    height: calc(100% - 20px); }
.insta-wrapper .info-hover {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all 400ms ease;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .insta-wrapper .info-hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .insta-wrapper .info-hover i::before, .insta-wrapper .info-hover i::after {
      content: '';
      background-color: #fff;
      height: 2px;
      width: 20px;
      display: block; }
    .insta-wrapper .info-hover i::after {
      transform: rotate(-90deg); }

@media only screen and (max-width: 767px) {
  .insta-wrapper .insta-item img {
    width: 100%; } }
/*------------------------------------------------------*/
/*---------------------- 08 .PIXPROOF GALLERY STYLES ----------------------*/
.single-proof_gallery #pixproof_gallery.masonry .proof-photo .img-wrap {
  height: auto; }

/*# sourceMappingURL=style-2.css.map */
