/*
Theme Name: Annabel 75b theme
Theme URI: https://www.annabel.nu
Author: Martijn Wolfs
Author URI: https://www.howling.nl
Description: Annabel Wordpress theme naar design 75b
Version: 3
*/



/* ----------------------------
   ALGEMEEN */


body{
    color: #333332;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
}
* { outline: none !important; }



/* ----------------------------
   TEKSTUEEL */


h1, h2, h3, h4, h5, h6{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
}
a, a:active, a:visited{
    color: #979696;
}
a:hover{
    color: red;
}
form p{
    margin-bottom: 0;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select{
    border: 1px solid #333332;
    border-radius: 0;
}
span.wpcf7-not-valid-tip{
    font-size: 80% !important;
    margin-top: -1em;
    margin-bottom: 1em;
}
div.wpcf7-response-output{
    margin: 0 !important;
}

/* ----------------------------
   HEADER & MENU */


.header{
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #727272;
    top: 0;
    z-index: 4;
}
.menu a{
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #9d9d9c;
}
@media screen and (min-width: 40em) {
    .menu a{
        margin-top: 14px;
    }
}
.menu a:hover{
    color: red;
}
.menu .active{
    color: red;
}
.mobile-menu{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 15;
    background: #fff;
    padding: 1em;
    -webkit-overflow-scrolling: touch;
}
.mobile-menu .annabel{
    font-size: 1.8em;
}
@media screen and (max-width: 1400px) {
    .menu > li > a {
        padding: 0.7rem 0.5rem;   
    }
    .tagline{
        display: none;
    }
}



#menuToggle {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 25px;
  
  z-index: 12;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;
  z-index: 13;
  
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: red;
  border-radius: 3px;
  z-index: 11;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: red;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: fixed;
  width: 110%;
  margin-left: -30px;
  margin-bottom: -50px;
  padding: 30px;
  height: 100vh;
  top: 0;
  z-index: 10 !important;
  
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li{
  padding: 2px 0;
  font-size: 22px;
}
#menu a{
    color: #333332;
    font-weight: bold;
}
#menu .small{
    font-size: 90%;
}
#menu a:hover{
    color: red;
}
#menuToggle input:checked ~ ul{
  transform: scale(1.0, 1.0);
  opacity: 1;
}





/* ----------------------------
   ALGEMEEN */


.background{
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    min-height: 100vh;
    height: 100%;
    transition: opacity 0.75s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 5px #727272;
    padding-bottom: 20px;
}
@media screen and (min-width: 40em) {
    .background{
        padding-bottom: 90px;
    }
    .background.front{
        opacity: 0;
    }
}
@media only screen and (min-width: 90em) {
    .background{
        max-width: 900px;
    }
}


body:hover .background{
    opacity: 1;
}
.annabel-sign{
    font-size: 3em;
    text-align: right;
    position: absolute;
    bottom: 24px;
    right: 64px;
}



/* ----------------------------
   GRID */


.thisweek-back{
    padding: 4em 2.75em 0 2.75em;
}
.nextweek-back{
    background: #fff;
    padding: 1em 4em 0 4em;
}
@media screen and (min-width: 40em) {
    .thisweek-back{
        padding: 5.6em 4em 0 4em;
    }
}
.thisweek-back .columns, .nextweek-back .columns{
    padding-top: 0.3em;
}
h4{
    font-size: 16px;
    text-align: center;
    margin-top: 0.5em;
    padding: 1em 1em 0em 1em;
    border-top: 1px solid #ececec;
}


/* ----------------------------
   GRID ITEM */


.poster-container{
    position: relative;
}
.speaker{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
}
.poster{
    box-shadow: 0px 0px 10px rgba(114, 114, 114, 0.2);
    transition: box-shadow 0.2s ease;
}
.info{
    font-size: 0.85rem;
    padding: 0.6em 0.4em 0.4em 0.4em;
}
@media screen and (min-width: 40em) {
    .info{
        font-size: 1rem;
    }
}
.small.info{
    font-size: 0.8rem;
}
@media only screen and (max-width: 40em) {
    .info{
        padding: 0.6em 0.4em 0.4em 0.4em;
    }
}
.column, .columns{
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.info h1{
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0;
    color: #333332;
}
.info p{
    font-size: 95%;
    font-weight: 600;
    color: #333332;
}
.info .tickets{
    display: block;
    float: right;
    border: 1px solid red;
    color: red;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.2em 0.8em;
    font-size: 90%;
}
.month .column:hover h1, .month .column:hover p{
    color: red;
}
.item:hover .info p, .item:hover .info h1{
    color: red;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .info a{
        display: none;
    }
}


/* ----------------------------
   PAGE */


.container{
    padding: 4em 1em 3em 1em;
}
@media screen and (min-width: 40em) {
    .container{
        padding: 6em 4em 3em 4em;
    }
}
.container .annabel-sign{
    right: 64px;
}
.container h1{
    line-height: 1;
    padding: 0;
}
[type='submit'], .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus{
    display: inline-block;
    border: 1px solid red;
    margin-bottom: 1.5em;
    color: red;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em 2em;
    background: #fff;
    border-radius: 0;
}
[type='submit']:hover, [type='submit']:active, [type='submit']:visited, [type='submit']:focus{
    background: #fff !important;
    color: red;
}
h5{
    margin-top: 34px;
}
.inhetkort hr{
    margin: 0;
    margin-bottom: 1em;
}
.inhetkort p{
    margin: 0;
    padding: 0;
}
.single h1{
    padding-top: 0.6em;
}



/* ----------------------------
   MONTH VIEW */


h3{
    font-size: 35px;
    text-align: center;
    margin-top: 5px;
}
.month-view{
    padding-top: 4em;
    padding-bottom: 7em;
}
@media screen and (min-width: 40em) {
    h3{
        font-size: 50px;
        text-align: center;
        margin-top: 0;
    }
    .month-view{
        padding-top: 6em;
        padding-bottom: 7em;
    }
}
@media screen and (min-height: 850px) {
    .month-view{
        padding-top: 7.5em;
    }
}
.month{
    padding: 0 1.5em;
}
@media screen and (max-width: 40em) {
    .month{
        padding: 0 0.5em;
    }
    .month-view .poster{
        display: none;
    }
    .month-view .info h1{
        float: left;
        margin-top: 2px;
        font-size: 140% !important;
    }
    .month-view .info p{
        float: right;
        font-size: 120%;
        margin-bottom: 0;
    }
}
.selector-container{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.slider-nav{
    width: 300px;
    display: inline-block;
    cursor: pointer;
}
@media screen and (max-width: 40em) {
    .selector-container{
        bottom: 35px;
    }
    .slider-nav{
        width: 240px;   
    }
}
.slider-nav .slick-slide{
    color: #979696;
}
.slider-nav .slick-current{
    color: #333332;
}
.slider-nav h3:hover{
    color: red;
}