/*
    Theme Name: Mary Katrantzou
    Description: Mary Katrantzou WordPress Theme
    Version: 2.0.0
    Author: http://diffusion.digital/
*/

.vjs-big-play-button {
  top: 50vh !important;
  left: 50vw !important;
  transform: translateX(-50%) translateY(-50%);
  height: 3em !important;
  line-height: 3em !important;
  border-radius: 50% !important;
  display: none !important;
}

.vjs-poster {
  max-height: 110vh !important;
  background-size: cover !important;
}

.home-page-custom-slider {
  max-height: 100vh;
  overflow: hidden;
}

@media(max-width: 480px){
  .home-page-custom-slider{
    max-height: none;
  }
}

.page-hero .image,
.page-hero .desc {
  max-height: 100vh;
}

.home-page-custom-slider .slick-arrow {
  display: none !important;
}

.page-hero-mobile .desc {
  position: absolute !important;
  z-index: 99999;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.page-hero-mobile .image {
  background-position: center center;
  height: 100%;
  background-size: cover;
}

.page-hero-mobile .desc h1 {
  padding-bottom: 20px;
}

.page-hero-mobile .desc a {
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.slide {
  position: relative;
}

.slide .scroll-down {
  width: 40px;
  height: 40px;
  background: url(img/down-arrow.svg) no-repeat center transparent;
  background-size: cover;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
}

iframe.vjs-tech {
  width: 177vh !important;
}
.page-hero-mobile {
    display: none !important;
  }

@media (min-width: 768px) {
  /*     .projects a.logo img {
        filter: invert(1);
    } */
  .projects .projects-list {
    padding-top: 130px !important;
  }
}

@media (max-width: 768px) {
  .editorial-list,
  .brand-story-container {
    margin-top: 70px;
  }
  .posts-list {
    margin-top: 20px;
  }
	.page-hero-mobile {
		display: block !important;
	}
	.page-hero-mobile .image {
		
		    background-position: top center;
		padding-bottom: 125%;
	}
	.page-hero {
		display: none;
	}
}

@media (max-width: 480px) {
/*   .home-page-custom-slider .slick-slide > div:not(.page-hero-mobile) {
    display: none !important;
  } */
  .page-hero-mobile,
  .page-hero-mobile .image,
  .page-hero-mobile .desc {
    position: relative;
  }
  .page-hero-mobile .desc {
    position: relative !important;
    color: #000;
    height: 20%;
	margin: 15px 0 0px;
    display: block;
    padding: 40px 0;
	      
  }
/*   .page-hero-mobile .image {
    height: 72%;
  } */
  .page-hero-mobile .desc h4 {
    color: #000;
    margin-bottom: 15px;
  }
  .page-hero-mobile .desc a {
    border-color: #000;
    color: #000;
  }
}


/* @media (min-width: 480px) {
  .page-hero-mobile {
    display: none !important;
  }
} */

.alick-list,
.slick-slide {
  height: 100% !important;
}

.slick-slide > div {
  height: 100vh !important;
  overflow: hidden !important;
}

.slick-slide video.vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: unset;
  min-height: 100%;
  cursor: pointer;
}

.video-js.vjs-fluid {
  display: flex !important;
  justify-content: center !important;
}

.logo-wrap {
  transition: unset !important;
}

body .single-project-container .slideshow .project-slideshow .slide {
  background-size: contain;
}

@media (max-width: 500px) {
  .products-list.product-list-a .product-item {
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  .products-list.product-list-a .product-item {
    width: 50% !important;
  }
  .slick-slide > div {
    height: auto !important;
    margin: 0 0 30px;
  }
}
.white-nav.home .header .desktop .main-nav a {
    color: #000;
}

/*Test styles
.zoom_img_link {
    display: block;
    max-height: 75vh;
    margin-top: 0;
}
.mz-figure.mz-no-zoom, 
.mz-figure.mz-click-zoom, 
.mz-figure.mz-active {
	max-height: 75vh;
}
.mz-figure.mz-no-zoom img, 
.mz-figure.mz-click-zoom img, 
.mz-figure.mz-active img {
	display: block;
    width: auto !important;
    margin: 0px auto !important;
    max-width: 100%;
    max-height: 75vh;
}*/
