/*
Nombre: JOSHUA JORDAN STUDIO 
Description: Web Site | JOSHUA JORDAN STUDIO
Author: Eduardo Esparza
Author URI: http://www.buenavibra.mx
Version: 1.0
*/
body{
  font-weight: 300;
  letter-spacing: 1px;
}
.msjErrorQuery{
  text-align: center;
  margin-top: 15%;
}
:focus {
  outline:none;
}
.content {
  margin-top: 38px;
  z-index: 2;
  position: relative;
  background: white;
  min-height: calc(100vh - 38px);
}
.content_index {
  margin-top: 38px;
  z-index: 2;
  position: relative;
  background: white;
  min-height: calc(100vh - 112px);
  overflow: hidden;
}
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  padding-bottom: 0px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.header li a:hover{
  text-decoration: underline;
}
.logo {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
  margin-top: 7px;
}
.logo a{
  color:black;
  text-decoration: none;
}
.logo a img{
  width: 55vw;
}
.logo a:hover{
  color:black;
  text-decoration: none;
}
/* menu */
.header .menu {
  max-height: 0;
  transition: max-height .2s ease-out;
  padding-left: 15px;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 17px 20px 10px 30px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 740px;
  width: 100%;
  height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.prev_img{
  width: 100%;
}
.list{
  padding-bottom: 10px;
}
.cover{
  transition: all 1.5s ease;
  height: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 1s ease-in-out;
  opacity: 1;
}
.caption{
  width: 100%;
  height: auto;
  position: absolute;
  padding: 5px;
  background: black;
  /* background: rgba(255,255,255,0.15);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); */
  pointer-events: none;
  overflow: hidden;
  transform: translateY(15px);
  /* transition: bottom .5s ease; */
  transition: .5s ease-in-out;
  min-height: 60px;
}
.cover:hover .caption {
  /* bottom: 15px; */
  transform: translateY(-60px);
}
.mask{
  overflow: hidden; 
  position:relative;
}
.titleCover{
  font-size: 16px;
  color:white;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 400;
}
.subtitleCover{
  font-size: 14px;
  color:white;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 300;
}
.boards{
  width: 100%;
  position: fixed;
  display: block;
  margin: 0 auto;
  top: 0px;
  background: white;
  height: 100vh;
  z-index: 0;
  opacity: 0;
}
.showSliderActive{
  pointer-events: all;
}
.showSliderInactive{
  pointer-events: none;
}
.showSlider{
  height: 100%;
  display: inline-block;
}
.controls_contain{
  width: 100vw;
  text-align: center;
  font-size: 1rem;
  background: white;
  position: fixed;
  z-index: 99;
  padding: 10px 0;
  bottom: 0;
}
.controls_contain a{
  color: black;
  cursor: pointer;
  padding: 0px 60px;
}
.controls_contain a:hover{
  color: black;
}
.prev, .next{
  display: inline-block;
}
.cerrar{
  float: right;
  cursor: pointer;
}
.cerrar img{
  position: relative;
  top: -2px;
  left: 0px;
  width: 93%;
}
.maskCovers{
  max-height: 380px;
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.creditos{
  font-size: 10px;
  margin-top: 25px;
  display: inline-block;
}
.image img, .images img{
  /* display: block;
  margin: 0 auto;
  height: calc(100vh - 112px); */

  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}
#next:hover ~ #theshow .cycle-next{display:block}
#prev:hover ~ #theshow .cycle-prev{display:block}
.slide-container{
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 50px;
  top: 0;
  text-align: center;
  z-index: 1;
  opacity: 0;
}
.cycle-slideshow{
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
  min-width: 2px;
}
#theshow{
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
  min-width: 2px;
}
.slide{
  width:100%;
  height: 95%;
}
/* .project-name{
  position: absolute;
  z-index: 9999;
  bottom: -25px;
  width: 100%;
  font-size: 13px;
  text-align: left;
  margin: -4px 0px;
  padding: 0 15px;
} */
.project-name{
  position: relative;
  z-index: 9999;
  bottom: 25px;
  width: 59%;
  font-size: 13px;
  text-align: left;
  margin: 0 auto;
}
.page-template-page-work-php .project-name{color:#000}
/* .portrait{width:50%;float:right;margin-right:-10px} */
.sola{
  max-width: 100%!important;
}
.portrait {
  height: 100%;
  width: auto;
  display: inline-block;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.portrait:first-of-type{

}
.portrait img{
  width: auto;
  height: 100%;
  max-width: 100%;
}
.landscape{
  height: 100%;
}
.landscape img{
  display: block;
  margin: 0 auto;
  height: initial;
  max-height: 100%;
  max-width: 100%;
}

#next {
  width: 45%;
  height: 100%;
  z-index: 998;
  position: absolute;
  display: block;
  right: 0;
  top: -30px;
  opacity: 0;
  cursor: url("//studiojordan.com/img/cursor_right.svg"),
  pointer;
}
.cycle-next {
  /* width: 30px;
  height: 30px;
  position: absolute;
  z-index: 997;
  top: 50%;
  margin-top: -50px;
  right: 7vw;
  background-image:url("../img/right.svg");
  background-size: 30px 30px;
  display: none; */
  width: 30px;
    height: 30px;
    z-index: 997;
    top: 50%;
    margin-top: -50px;
    float: right;
    background-image: url("../img/right.png");
    background-size: 30px 30px;
    

}
#prev {
  width: 45%;
  height: 100%;
  z-index: 998;
  position: absolute;
  display: block;
  left: 0;
  top: -30px;
  opacity: 0;
  cursor: url("//studiojordan.com/img/cursor_left.svg"),
  pointer;
}
.cycle-prev {
  /* width: 30px;
  height: 30px;
  position: absolute;
  z-index: 997;
  top: 50%;
  margin-top: -50px;
  left: 7vw;
  background-image:url("../img/left.svg");
  background-size: 30px 30px;
  display: none; */
  width: 30px;
  height: 30px;
  float: left;
  z-index: 997;
  top: 50%;
  margin-top: -50px;
  background-image: url(../img/left.png);
  background-size: 30px 30px;

}
/* .slide-container{
  display:none;
} */
.arrows{
  position: fixed;
  width: 100vw;
  top: 60%;
  padding: 0px 0%;
  text-align: center;
}
.center{
  display: block;
  margin: 0 auto;
  width: 100vw;
  display: none;
}
.mobileContainer{
  display: block;
}
.desktopContainer{
  display: none;
}

@media(min-width: 375px) {
  .logo {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
  }
  .image img, .images img{
    /* display: block;
    margin: 0 auto;
    height: calc(100vh - 170px); */
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;


  }
}
@media (min-width: 767px) {
  .mobileContainer{
    display: none;
  }
  .desktopContainer{
    display: block;
  }
  .image img, .images img{
    display: block;
    margin: 0 auto;
    height: calc(100vh - 38px);
    width: auto;
  }
  .content, .boards{
    margin-top: 47px;
  }
  .logo{
    margin-top: 0px;
  }
  .slide-container{
    opacity: 1;
  }
}

@media (min-width: 970px) {
  .content{
    min-height: calc(100vh - 113px);
    z-index: 0;
  }
  .content_index {
    min-height: calc(100vh - 113px);
    margin-top: 113px;
  }
  .image img, .images img{
    height: calc(100vh - 113px);
  }
  .content, .boards{
    margin-top: 113px;
  }
  .header li {
    float: left;
    width: 11%;
  }
  .header li a {
    padding: 0;
  } 

  .header .menu {
    max-height: none;
    text-align: center;
    padding-left: 0px;
  }
  .header .menu-icon {
    display: none;
  }

  .logo{
    width: 100vw;
    margin-left: 0px;
  }
  .logo a img{
    width: 33vw;
    max-width: 423px;
  }
  /* .image img, .images img{
    display: block;
    margin: 0 auto;
    height: calc(100vh - 38px);
  } */
  .boards{
    z-index: 1;
    opacity: 1;
  }
  .marginBottom{
    padding-bottom: 20px;
  }
  .marginBottomExtra{
    padding-bottom: 20px!important;
  }
  .marginTopExtra{
    padding-top: 25px!important;
  }
  .marginTop{
    padding-top: 20px;
  }
  .slide-container {
    padding-top: 113px;
    display: block;
  }
}



@media(min-width: 1024px) {
  /* .content, .boards {
    margin-top: 78px;
  } */
  /* .image img, .images img{
    height: 84vh;
  } */
}
@media(min-width: 1280px) {

  /* .image img, .images img{
    height: 80vh;
  } */


  /* .content, .boards {
    margin-top: 84px;
  } */
  /* .slide-container {
    padding-top: 113px;
  } */
  /* .cycle-slideshow {
    width: 58%;
  } */
}
@media(min-width: 1440px) {

  /* .image img, .images img{
    height: 88vh;
  } */


  /* .content, .boards {
    margin-top: 84px;
  } */
  /* .cycle-slideshow {
    margin: 0 auto;
    width: 58%;
    background: none;
    position: relative;
    height: 100%;
    max-width: 68%;
  } */
}

@media(min-width: 1920px) {
  /* .content, .boards {
    margin-top: 84px;
  } */

  /* .image img, .images img{
    height: 87.5vh;
  } */


  /* .cycle-slideshow {
    margin: 0 auto;
    width: 57%;
    background: none;
    position: relative;
    height: 100%;
  } */
}

@media (min-width: 1921px){
  .content {
      min-height: calc(99.9vh - 119.9px);
      z-index: 0;
  }
  /* .image img, .images img{
    height: 93vh;
  } */
  .project-name {
    position: relative;
    z-index: 9999;
    bottom: 45px;
    width: 59%;
    font-size: 13px;
    text-align: left;
    margin: 0 auto;
  }
}