/*
Theme Name: JM Custom 2024
Theme URI: https://junglist-movement.com
Description: Custom Template for Junglist Movement
Author: Robert Pentha
Author URI: http://www.pentha.co.nz
*/
@font-face {
  font-family: "Aerosoul";
  src: url("fonts/aerosoul-font.woff2") format("woff2"), url("fonts/aerosoul-font.woff") format("woff");
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  overflow-x: hidden;
  color: #717171;
  width: 100%;
}

p {
  padding: 0px;
  color: white;
}

h1 {
  color: white;
  text-transform: uppercase;
}

h2 {
  /* font: 60px/55px 'Roboto Condensed',Helvetica,Arial; */
  font-family: "Aerosoul", Helvetica, Arial;
  color: black;
  font-size: 22px;
  line-height: 18px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Video embedd*/
#megavideo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  z-index: 50;
  overflow: hidden;
}

#hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#bgvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#junglist-movement {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 130px;
}

#junglist-movement2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 130px;
  z-index: 9999;
}

#as-logo {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 175px;
  z-index: 9999;
}

#audiobutton {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 35px;
  height: 35px;
  /* background-color: #0000004d; */
  padding: 10px;
  border-radius: 30px;
  border: 1px solid white;
}

#audioon, #audiooff {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

#audioon {
  display: none;
}

#audiooff {
  display: block;
}

/*
  -ms-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
*/
.navi {
  position: absolute;
  bottom: 25px;
  left: 57%;
  transform: translate(-50%, 0%);
  width: 680px;
}

.navi li {
  position: relative;
  float: left;
}

.navi li a {
  font-family: "Aerosoul", Helvetica, Arial;
  color: white;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-left: 30px;
  border-left: 1px solid white;
  padding-left: 26px;
}

#downbuttonmain {
  margin-top: -10px;
  display: block;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.sociallinks {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.sociallinks li {
  float: left;
}

.sociallinks li a {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 15px;
  /* margin-top: -60px; */
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

.sociallinks li:nth-child(1) a {
  background-image: url(svg/social-facebook.svg);
}

.sociallinks li:nth-child(2) a {
  background-image: url(svg/social-twitter.svg);
}

.sociallinks li:nth-child(3) a {
  background-image: url(svg/social-instagram.svg);
}

.sociallinks li:nth-child(4) a {
  background-image: url(svg/social-pintrest.svg);
}

.sociallinks li:nth-child(5) a {
  background-image: url(svg/social-tumblr.svg);
}

.sociallinks li:nth-child(6) a {
  background-image: url(svg/social-youtube.svg);
}

/*Imageblocks*/
.megacontent {
  position: relative;
  width: 100%;
  float: left;
  background-color: white;
}

.productgrid {
  width: 90%;
  position: relative;
  float: left;
  margin-left: 5%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.daproduct {
  width: 33.33%;
  position: relative;
  float: left;
  opacity: 1;
}

.daproduct:hover .mainproduct {
  opacity: 0;
  transform: scale(1.1);
}

.daproduct:hover .mainroll {
  opacity: 1;
  transform: scale(0.8);
}

.daproduct:hover .infobox h2 {
  color: #00a9ff;
}

.daproduct:hover .buybuttonz {
  /* background-color: black;
   color:white; */
  padding: 7px 60px 5px;
}

/*
@keyframes mymove {
   0% {opacity: 1;}
   100% {opacity: 0;}
}
*/
.imagebox {
  position: relative;
  width: 80%;
  height: 80%;
  margin-left: 10%;
  margin-top: 10%;
}

.imageboxinner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}

.mainproduct {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mainroll {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.7);
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.infobox {
  position: relative;
  float: left;
  width: 100%;
  height: 49px;
  margin-top: 10px;
  overflow: hidden;
  padding-top: 3px;
}

.infobox h2 {
  width: 70%;
  text-align: center;
  margin-left: 15%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.buttonbox {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}

.buybuttonz {
  font-family: "Teko", Helvetica, Arial;
  font-size: 15px;
  padding: 7px 30px 5px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 5px;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #737373;
}

.bigclick {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.soldout {
  position: absolute;
  /* width: 100px; */
  /* height: 100px; */
  background-color: #828282;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-family: "Teko", Helvetica, Arial;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding-top: 15px;
  left: 30px;
  top: 30px;
}

#artistsgallery {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 80px;
  background-color: #f7f7f7;
  padding-bottom: 80px;
}

#eventgallery {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 160px;
  background-color: #f7f7f7;
  padding: 160px 4% 80px;
}

#videogallery {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 160px;
  background-color: #232323;
  padding: 160px 4% 160px;
}

.videoblock {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
}

.videoblockinner {
  position: relative;
  width: 96%;
  padding-bottom: 56%;
  height: 0;
  padding: 0 3% 56%;
}

.bgvideo2 {
  width: 100%;
  height: auto;
}

.videoblockinner h2 {
  color: white;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 300px;
  background-color: #363636;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
}

.footerblock {
  width: 25%;
  position: relative;
  float: left;
}

.footerblock h2 {
  color: white;
  width: 80%;
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding: 0 10%;
}

#junglist-movement-footer {
  width: 80px;
  margin-left: 10%;
  margin-bottom: 10px;
}

#as-logo-footer {
  width: 100px;
  margin-left: 7%;
  margin-bottom: 10px;
}

.footerblock p {
  font-family: "Teko", Helvetica, Arial;
  width: 80%;
  padding: 0 10%;
  margin-bottom: 3px;
  color: #ccc;
}

.footerblock p a {
  color: white;
  /* text-decoration: none; */
}

.footerblock p {
  font-family: "Teko", Helvetica, Arial;
  width: 80%;
  padding: 0 10%;
  margin-bottom: 7px;
}

.footerblock .sociallinks {
  position: relative;
  width: 50%;
  float: left;
  left: auto;
  top: auto;
  padding: 0 10%;
  margin-top: 20px;
  display: block !important;
}

.footerblock .sociallinks li {
  margin-bottom: 10px;
}

#burgericon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 11px;
  /* border: 1px solid white; */
  display: none;
}

#menuoff, #menuon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menuoff {
  display: none;
}

.blocksolid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0vh;
  background-color: black;
}

#remixgallery {
  width: 100%;
  position: relative;
  float: left;
  background-color: #b9b9b9;
  padding-top: 120px;
  padding-bottom: 120px;
  padding: 160px 4%;
}

.leftremix, .rightremix {
  width: 44%;
  position: relative;
  float: left;
  padding: 0 3%;
}

.leftremix {
  text-align: right;
}

.rightremix {
  text-align: left;
}

.leftremix img {
  max-height: 80vh;
  cursor: pointer;
}

.rightremix h2 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 20vh;
}

.rightremix h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Aerosoul", Helvetica, Arial;
}

.rightremix p {
  color: black;
  margin-top: 20px;
}

.rightremix a {
  color: white;
  background-color: black;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 20px;
}

/*Slideshow*/
#remixshow {
  position: fixed;
  width: 0%;
  height: 100vh;
  background-color: black;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
}

/*arrow colour

*/
.thearrows {
  position: absolute;
  width: 73px;
  height: 73px;
  background-color: rgba(0, 197, 255, 0.5);
  top: 50%;
  margin-bottom: -37px;
  border-radius: 15px;
  opacity: 0;
  z-index: 100;
}

.thearrows:hover {
  background-color: rgb(0, 197, 255);
}

#remixright {
  right: 20px;
}

#remixleft {
  left: 20px;
}

.thearrows img {
  width: 60%;
  left: 11px;
  position: absolute;
  top: 7px;
}

#remixright img {
  left: 17px;
}

.dasslides {
  height: 100vh;
  /* width: 90vh;*/
  width: 110vw;
}

.catimage {
  height: 90vh;
  width: 60vh;
  position: absolute;
  left: 50%;
  top: 5vh;
  transform: translate(-50%, 0);
}

#zoominer {
  display: block;
}

#zoomouter {
  display: none;
}

.zoomImg {
  cursor: zoom-in;
}

.bigsta .zoomImg {
  cursor: zoom-out;
}

#closeremix {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 100;
}

#playmain {
  z-index: 9999;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: none;
}

.description.nGEvent {
  display: none !important;
}

.sectionheaderz {
  width: 100%;
  position: relative;
  float: left;
  /* height: 100px; */
  margin: 0px 0 80px;
  text-align: center;
  z-index: 200;
}

.backtotop {
  color: #545454;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 15px 15px 40px;
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.1em;
  background-image: url("svg/fatup.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px 13px;
}

.sectionheaderz h2 {
  font-size: 46px;
  margin-top: 20px;
  color: #7d7d7d;
}

#videogallery .backtotop {
  color: #989898;
  border: 1px solid #777;
}

#videogallery .sectionheaderz h2 {
  color: #b6b6b6;
}

/*Events page*/
.logoinvert {
  z-index: 100;
}

#bigevents {
  position: relative;
  width: 100%;
  background-color: black;
  min-height: 100vh;
  z-index: 1;
  margin-top: 0px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapperouter {
  width: auto;
  height: auto;
  /* margin-left: 150%; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  position: relative;
  /* object-fit: cover; */
  left: auto;
  transform: none;
  top: auto;
}

.bigeventsinner {
  width: 100%;
  position: relative;
  display: inline-block;
}

.bigeventsleft {
  width: 41.68%;
  position: relative;
  float: left;
}

.bigeventsright {
  position: relative;
  float: left;
  width: 58.32%;
}

.bigeventsinner img {
  width: 100%;
  height: auto;
  position: relative;
}

#specialhead {
  position: absolute;
  top: 60px;
  color: black;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Aerosoul", Helvetica, Arial;
  color: black;
  font-size: 22px;
  line-height: 18px;
  display: none;
}

#extraevents {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.extrainner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.leftextra {
  position: relative;
  width: calc(50% - 1px);
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
}

.leftextra:nth-child(2) {
  margin-right: 0;
}

.leftextrainner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.leftextrainner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doublelinks {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: grey;
}

.doublelinkser {
  width: 50%;
  position: relative;
  float: left;
  height: 300px;
}

.doublelinkser a {
  display: inline-block;
  color: black;
  border: 3px solid black;
  border-radius: 5px;
  padding: 20px 40px;
  text-decoration: none;
  font-weight: bold;
  background-color: #ffcd02;
}

#ngy4p {
  margin-top: -3px;
}

.smallfree {
  width: 80%;
  margin: 0 10%;
  position: relative;
}

.smallfree img {
  width: 100%;
  height: auto;
}

/* Large screen */
@media screen and (min-width: 1200px) {
  .navi {
    width: 740px;
  }
  .navi li a {
    font-size: 22px;
  }
  #downbuttonmain {
    margin-top: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .navi {
    width: 780px;
  }
  .navi li a {
    font-size: 24px;
  }
  #downbuttonmain {
    margin-top: -7px;
  }
}
@media screen and (max-width: 1100px) {
  .navi li a {
    font-family: "Aerosoul", Helvetica, Arial;
    font-size: 20px;
    margin-left: 20px;
    padding-left: 20px;
  }
  #downbuttonmain {
    margin-top: -10px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .navi {
    left: 69%;
  }
  #audiobutton {
    bottom: 70px;
  }
}
/*M O  B I L E*/
@media screen and (max-width: 900px) {
  .smallfree {
    margin-top: 40px;
    width: 100%;
    margin: 40px 0 0;
  }
  .doublelinkser {
    width: 100%;
    height: 200px;
  }
  .bigeventsleft {
    width: 100%;
  }
  .bigeventsright {
    width: 100%;
  }
  #junglist-movement2 {
    top: 10px;
    right: 10px;
    width: 84px;
  }
  #bigevents {
    margin-top: 80px;
  }
  #specialhead {
    top: 34px;
    font-size: 16px;
  }
  .dasslides {
    height: 70vh;
    width: 100vw;
  }
  .catimage {
    height: 60vh;
    width: 43vh;
  }
  .thearrows {
    width: 50px;
    height: 50px;
    top: auto;
    margin-bottom: 0;
    bottom: 30px;
    z-index: 100;
  }
  .thearrows img {
    width: 60%;
    left: 8px;
    position: absolute;
    top: 5px;
  }
  #remixright img {
    left: 12px;
  }
  #audiobutton {
    bottom: 20px;
  }
  #megavideo {
    background-color: black;
  }
  #hero {
    width: 100%;
    height: 40vh;
    top: 50%;
    margin-top: -20vh;
  }
  #remixgallery {
    padding: 60px 4%;
  }
  .leftremix, .rightremix {
    width: 80%;
    padding: 0 10%;
  }
  .leftremix img {
    max-height: none;
    width: 100%;
  }
  .rightremix h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .rightremix h3 {
    font-size: 20px;
    line-height: 20px;
    font-family: "Aerosoul", Helvetica, Arial;
  }
  .rightremix p {
    margin-top: 10px;
  }
  .rightremix a {
    margin-top: 10px;
  }
  .rightremix, .leftremix {
    text-align: center;
  }
  #burgericon {
    display: block;
  }
  .navi {
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    top: 30vh;
    display: none;
  }
  .navi li {
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
  }
  .navi li a {
    font-family: "Aerosoul", Helvetica, Arial;
    font-size: 24px;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  #downbuttonmain {
    margin-top: 0px;
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #downbuttonmain span {
    display: none;
  }
  .sociallinks {
    position: absolute;
    left: 53%;
    bottom: 140px;
    transform: translate(-50%, 0%);
    width: 245px;
    display: none;
  }
  #as-logo {
    position: absolute;
    top: 3px;
    left: 7px;
    width: 115px;
  }
  #junglist-movement {
    top: auto;
    right: auto;
    width: 90px;
    left: 10px;
    bottom: 24px;
  }
  #audiobutton {
    bottom: 26px;
    right: 12px;
    width: 25px;
    height: 25px;
  }
  .daproduct {
    width: 100%;
  }
  .videoblock {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  #videogallery {
    padding: 80px 4% 80px;
  }
  .footerblock {
    width: 50%;
    position: relative;
    float: left;
    margin-bottom: 40px;
  }
  #junglist-movement-footer {
    width: 60px;
    margin-left: 10%;
    margin-bottom: 10px;
  }
  #as-logo-footer {
    width: 80px;
    margin-left: 7%;
    margin-bottom: 10px;
  }
  .footerblock p {
    font-family: "Teko", Helvetica, Arial;
    width: 80%;
    padding: 0 10%;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 0;
  }
  .footerblock .sociallinks {
    position: relative;
    width: 100%;
    float: left;
    left: auto;
    top: auto;
    padding: 0 10%;
    margin-top: 0px;
    display: block !important;
    transform: none;
    bottom: auto;
  }
}
@media screen and (max-width: 600px) {
  .leftextra {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 0px 0px 10px;
    margin: 0;
  }
}
.nGY2 .nGY2viewerGallery .nGY2VThumbnail {
  display: none !important;
}/*# sourceMappingURL=style.css.map */