
/* ==========================================================================
   Age Gate
   ========================================================================== */

::-webkit-input-placeholder {
  color: #1c1c1c;
}

::-moz-placeholder {
  color: #1c1c1c;
}

:-ms-input-placeholder {
  color: #1c1c1c;
}

.age-gate {
  background: #1c1c1c;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.age-gate-wrapper {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-gate-content {
  color: white;
  text-align: center;
}

.age-title {
  font-size: 44px;
  margin-bottom: 5px;
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
}

.age-description {
  color: #4c4c4c;
  font-size: 22px;
  font-family: 'Adobe Garamond W01', serif;
  font-style: italic;
  margin: 0 10px;
}

.age-form {
  margin-top: 40px;
}

.age-form input {
  background: black;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  color: white;
  display: block;
  font-family: 'Adobe Garamond W01', serif;
  font-size: 40px;
  font-style: italic;
  margin: 0 auto 10px;
  padding: 5px 0;
  text-align: center;
  outline: none;
  width: 200px;

  -webkit-transition:   padding 200ms linear, border 200ms linear;
  -moz-transition:    padding 200ms linear, border 200ms linear;
  transition:       padding 200ms linear, border 200ms linear;
}

.age-form input:focus {
  background: black;
  border: 1px solid #ffffff;
  padding: 5px 20px;
}

.age-form button {
  background: white;
}


.styled-button {
  border: 1px solid transparent;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: 'ITC Avant Garde Gothic W01', sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 35px;
  outline: none;

  -webkit-transition:   padding 200ms linear, border 200ms linear;
  -moz-transition:    padding 200ms linear, border 200ms linear;
  transition:       padding 200ms linear, border 200ms linear;
}

.styled-button:hover{
  padding: 10px 45px;

}

.desgin-logo {
  background: url(../img/desgin-logo-2.svg) no-repeat center center;
  margin: 0 auto 20px;
  height: 38px;
  width: 120px;
  opacity: 1;
}

.wrapper-color{
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: -10;
}

.site-content {
  visibility: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


.kal_wrap{
  width:100%;
  height:100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
}

.kal_main{
  overflow:hidden;
  width:100%;
  height: 200%;
  top: -50%;
  position: absolute;
}

.kal_cont{
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  position: relative;
  margin: auto;
}

.kal_cont .ks{
  -webkit-transform-origin:right top;
  -moz-transform-origin:right top;
  -o-transform-origin:right top;
  transform-origin:right top;
  width:50%;
  height:50%;
  position:absolute;
  top:50%;
  left:0;
  z-index:10;
  overflow:hidden;
}

.kal_cont .ksc{
  height:100%;
  width:100%;
  -webkit-transform:rotate(30deg);
  -moz-transform:rotate(30deg);
  -o-transform:rotate(30deg);
  transform:rotate(30deg);
  position:relative;
  -webkit-transform-origin:left top;
  -moz-transform-origin:left top;
  -o-transform-origin:left top;
  transform-origin:left top;
  left:100%;
  top:0;
  background-image:url(../img/desgin-graphic1.png);
  opacity: 1;
}

/* styles for each sector */
.kal_cont .s1 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.kal_cont .s2 {
  -webkit-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  transform: rotate(30deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s3 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.kal_cont .s4 {
  -webkit-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  transform: rotate(90deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s5 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kal_cont .s6 {
  -webkit-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  transform: rotate(150deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s7 {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.kal_cont .s8 {
  -webkit-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  transform: rotate(210deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s9 {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.kal_cont .s10 {
  -webkit-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  transform: rotate(270deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s11 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.kal_cont .s12 {
  -webkit-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  transform: rotate(330deg) matrix(-1,0,0,1,0,0);
}

@media screen and (max-width: 980px) {

  .bottle-col {
    width: 50%;
  }

  .info-col {
    width: 50%;
  }


}

@media screen and (max-width: 620px) {

  .site-content {
    display: block;
  }

  .bottle-col {
    width: 100%;
  }

  .info-col {
    width: 70%;
    margin: 0 auto 100px;
    clear: both;
  }

  .info-col h2 {
    font-size: 34px;
    font-weight: normal;
    margin: 5px 0 2px;
    line-height: 1.1;
  }

  .preorder-button {
    margin-top: 10px;
  }

  .site-logo {
    background: url(../img/desgin-logo.svg) no-repeat center center;
    text-indent: -999em;
    height: 31px;
    width: 100px;
    opacity: 0.6;
    margin: 10px 0;
  }

  .age-gate-content {
    width: 90%;
  }

  .age-title {
    font-size: 34px;
    margin-bottom: 5px;
  }

  .age-description {
    font-size: 20px;
  }
  
  .kal_wrap{
   display: none; 
  }

}

@media screen and (max-height: 600px) {

  .age-gate-wrapper {
  }

  .site-content {
    padding: 0px 0;
    overflow-y: scroll;
  }
  
  .bottle-col img {
    margin-top: 0px;
  }

}

