/*
 Theme Name:   Sandy child
 Theme URI:    http://sulivannguyen.fr
 Description:  Sandy theme child
 Author:       Sulivan
 Author URI:   http://sulivannguyen.fr
 Template:     sandy
 Version:      1.0.0
*/

.portfolioSlider__item {
  height: calc(100vh - 190px);
  display: block;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.portfolioSlider__content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.portfolioSlider__title {
  color: #fff;
  font-size: 2.5rem;
}

.portfolioSlider__content a {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  background-color: #000;
  padding: 15px 40px;
}

.portfolioSlider__content a:hover {
  background-color: #fff;
  color: #000;
}

.portfolioSlider__layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
}

.portfolioSlider + .footer {
  margin-top: 0;
}

.menu-item {
  color: #000;
  margin-right: 25px;
  display: inline-block;
  transition: color 0.4s ease-out;
}

.menu-item:hover {
  color: #808080;
}

.current-menu-item {
  text-decoration: underline;
}

.next {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 1;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.prev {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 1;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.menu-toggle {
  display: none!important;
}

.gallery .entry.work-entry .entry-thumb {
  padding-top: 55%;
}

.header .logo {
  position: relative;
}

.header .logo img {
  max-height: 70px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}


.project-single .gallery {
  display: none;
}

.project-single p {
  line-height: 1.5;
  font-size: 18px;
  color: #111111;
  font-weight: 300;
}

.wpb_content_element h4 {
  line-height: 1.5;
}

.team-entry .img {
  width: 70%;
}

.slick-slider .slick-track {
  max-height: calc(100vh - 190px);
  overflow: hidden;
}

.wp-video {
  margin: 0 auto;
}

.portfolio .gallery .entry {
  padding-bottom: 30px;
  box-sizing: content-box;
}

.gallery .entry .title {
  font-size: 18px;
}

@media screen and (max-width: 800px) {
  .menu-toggle {
    display: block!important;
  }

  .portfolioSlider__content {
    bottom: 25%;
    width: 100%;
  }

  .portfolioSlider__title {
    font-size: 1.5rem;
  }

  .menuDesktop .menu {
    display: none;
  }

  .header .logo img {
    max-height: 50px;
  }

  .header .header-actions .action {
    top: 70px;
  }

  .header .header-actions .menu li a {
    font-size: 14px;
  }

  .slick-slider .slick-track {
    max-height: calc(100vh - 140px);
  }

  .portfolioSlider__item {
    height: calc(100vh - 140px);
  }
}