/* 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 */
/* 09 - COMPACT MENU */
/* 10 - BLOG SQUARES */
/* 11 - PRODUCT SLIDER */
/*------------------------------------------------------*/
/*---------------------- 01 .PORTFOLIO PALAROID ----------------------*/
/*------------------------------------------------------*/
/*---------------------- 02 .TILE MASONRY ----------------------*/
.portfolio.tile_masonry .item-link {
  margin-bottom: 0 !important;
  overflow: hidden; }
  .portfolio.tile_masonry .item-link img {
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease; }
  .portfolio.tile_masonry .item-link:hover img {
    -webkit-transform: scale(1.1);
    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%; }

/*------------------------------------------------------*/
/*---------------------- 04 .ADJUSTED PORTFOLIO ----------------------*/
.portfolio-wrapper.adjusted .item-single {
  text-align: center; }
.portfolio-wrapper.adjusted .item-link {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: all 450ms ease;
  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;
    -webkit-transform: none;
    transform: none; }

  .portfolio-wrapper.adjusted .portfolio {
    margin: auto !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; }

.ugm-map-wrapper canvas {
  background-color: transparent; }

.disortion-wrap {
  /* Icons */ }
  .disortion-wrap .scene-nav {
    font-size: 40px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-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 {
    -webkit-transform: rotate(-180deg);
    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: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px); }
.insta-wrapper .info-hover {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  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%;
    -webkit-transform: translate(-50%, -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 {
      -webkit-transform: rotate(-90deg);
      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; }

/*------------------------------------------------------*/
/*---------------------- 09 .INTERACTIVE LINKS ----------------------*/
.interactive-slider.tabs {
  position: relative; }
  .interactive-slider.tabs .tabs-header {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 50px 0;
    z-index: 90; }
  .interactive-slider.tabs li {
    list-style: none; }

.tabs.interactive-slider a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 1;
  padding: 10px 0;
  font-family: "ArcaMajora3 Bold", sans-serif;
  color: #fff;
  position: relative; }
  .tabs.interactive-slider a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .tabs.interactive-slider a:hover::before {
    width: 100%; }

.tabs.interactive-slider .tabs-header li.active a::before {
  width: 100%; }

.interactive-slider .tabs-content {
  position: relative;
  height: 100vh; }
.interactive-slider .tabs-item.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1; }
.interactive-slider .tabs-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease; }
  .interactive-slider .tabs-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }

/*------------------------------------------------------*/
/*---------------------- 10 .SPLITTED INFO ----------------------*/
.splitted_info .multiscroll-slider-left {
  width: 60%; }
.splitted_info .multiscroll-slider-right {
  width: 40%; }

.splitted_info .multiscroll-slider-right .info-wrap {
  position: absolute;
  top: 50%;
  max-width: 600px;
  padding: 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1b1b1b; }
  .splitted_info .multiscroll-slider-right .info-wrap .text {
    text-transform: uppercase;
    font-size: 70px;
    margin-bottom: 20px;
    letter-spacing: 8px;
    line-height: 1.2; }
  .splitted_info .multiscroll-slider-right .info-wrap .descr {
    color: #1b1b1b;
    position: static;
    transform: none;
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 30px;
    opacity: .8; }
  .splitted_info .multiscroll-slider-right .info-wrap .a-btn-2 {
    font-size: 14px;
    padding: 14px 25px; }

.splitted_info .multiscroll-slider-right .ms-inner {
  background: #f1f1f1; }

.splitted_info .multiscroll-slider-right .info-wrap .text {
  word-break: break-all; }

@media only screen and (max-width: 1390px) {
  .splitted_info .multiscroll-slider-left {
    width: 55%; }
  .splitted_info .multiscroll-slider-right {
    width: 45%; }

  .splitted_info .multiscroll-slider-right .info-wrap .text {
    font-size: 60px;
    letter-spacing: 7px; } }
@media only screen and (max-width: 1024px) {
  .splitted_info .multiscroll-slider-right .info-wrap {
    padding: 40px; } }
@media only screen and (max-width: 991px) {
  .splitted_info .multiscroll-slider-right,
  .splitted_info .multiscroll-slider-left {
    height: 50% !important;
    width: 100%;
    overflow: hidden; }

  .splitted_info .multiscroll-slider-right .info-wrap .text {
    font-size: 40px;
    letter-spacing: 5px; }

  .splitted_info .multiscroll-slider-right .info-wrap {
    top: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .splitted_info .multiscroll-slider-right .info-wrap {
    padding: 15px 30px; } }
@media only screen and (max-width: 767px) {
  .splitted_info .multiscroll-slider-right .info-wrap {
    padding: 15px; }

  .splitted_info .multiscroll-slider-right .info-wrap .text {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 15px; } }
/*------------------------------------------------------*/
/*---------------------- 10 .BLOG SQUARES ----------------------*/
.post.squares {
  margin-bottom: 0; }
  .post.squares .post-wrap-item .post-media,
  .post.squares .post-slider-img,
  .post.squares .post-wrap-item .post-media iframe {
    height: 300px; }
  .post.squares > .post-wrap-item {
    background-color: #000; }

@media only screen and (max-width: 1199px) {
  .post.squares .post-wrap-item .post-media,
  .post.squares .post-slider-img,
  .post.squares .post-wrap-item .post-media iframe {
    height: 250px; } }
@media only screen and (max-width: 991px) {
  .post.squares .post-wrap-item .post-media,
  .post.squares .post-slider-img,
  .post.squares .post-wrap-item .post-media iframe {
    height: 390px; } }
@media only screen and (max-width: 767px) {
  .post.squares .post-wrap-item .post-media,
  .post.squares .post-slider-img,
  .post.squares .post-wrap-item .post-media iframe {
    height: 300px; } }
/*------------------------------------------------------*/
/*---------------------- 11 .PRODUCT SLIDER ----------------------*/
.WHIZZ-product-swiper .WHIZZ-prod-list-image {
  height: 90vh;
  background-size: cover;
  background-position: top center;
  position: relative; }
  .WHIZZ-product-swiper .WHIZZ-prod-list-image::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.WHIZZ-product-swiper .info {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  color: #fff; }
.WHIZZ-product-swiper .title h2 {
  font-size: 60px;
  font-family: "ArcaMajora3 Bold", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.WHIZZ-product-swiper .price {
  display: block;
  margin-bottom: 30px; }
.WHIZZ-product-swiper .a-btn-2 {
  font-size: 12px;
  padding: 15px 30px; }

.grid_center.filter ul {
  margin: 0; }

.portfolio.grid.grid_center .item-portfolio-content .portfolio-title {
  font-size: 13px;
  margin-top: 5px;
  text-align: center; }

.portfolio.grid.grid_center .item-portfolio-content {
  margin-bottom: 0 !important; }

.vc_custom_1515056794831 {
  background-image: url(../images/pexels-photo-212938.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

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