/*
	Theme Name: First Day of Summer
	Description: Website voor First Day of Summer Festival
	Author: Wiebe Nieuwenhuis
	Author URI: http://wiebenieuwenhuis.nl
	Version: 1.0
*/

@font-face {
    font-family: Cubano-Regular;
    src: url(fonts/Cubano-Regular.woff);
}

.img_thumb {
  max-width: 200px;
  height: auto;
}

table td {
  padding-right: 5px;
  padding-bottom: 3px;
}

.header {
  position: fixed;
  background: #101010;
  color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  font-family: 'Cubano-Regular', sans-serif;
}

.headerSmall {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.headerSmall .logo {
  width: 100px;
  padding: 15px;
}

.headerSmall .social {
  margin-top: 28px;
}

.headerSmall .nav {
  margin-top: 28px;
}

.headerSmall .mobIcon {
  margin-top: 25px;
}

h1 {
  font-family: 'Cubano-Regular', sans-serif;
  font-size: 32px;
}

h1 span {
  color: #f84506;
}

h2 {
  font-family: 'Cubano-Regular', sans-serif;
  font-size: 26px;
}

h3 {
  font-family: 'Cubano-Regular', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

b, strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

.social {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  font-weight: bold;
  float: right;
  margin-top: 60px;
  margin-left: 24px;
  margin-right: 24px;
}

.social p {
  display: block;
  float: left;
  margin-right: 6px;
   font-size: 18px;
  font-family: 'Cubano-Regular', sans-serif;
}

.social a {
  display: block;
  float: left;
  height: 19px;
  width: 21px;
  margin-top: -2px;
  margin-left: 6px;
  background: #fba013;
}

.social img {
  display: block;
  position: absolute;
  width: 21px;
  margin-top: 3px;
  margin-left: 3px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.social a:hover img {
  margin-top: 2px;
  margin-left: 2px;
}

.logo {
  width: 190px;
  height: auto;
  display: block;
  float: left;
  padding: 25px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.mobIcon {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  display: none;
  float: right;
  width: 32px;
  margin-top: 56px;
  margin-right: 24px;
  cursor: pointer;
}

.nav {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  float: right;
  margin-top: 60px;
  font-size: 18px;
}

.nav li {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
}

.nav li a {
  text-decoration: none;
  margin: 0 10px;
  letter-spacing: .2px;
  color: #f84506;
}

.nav li a:hover {
  color: #d13a05;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.sliderContainer {
  margin: 0 auto;
  margin-top: 120px;
  padding: 10px;
  max-width: 940px;
  width: calc(100% - 20px);
}

.sliderContainer h1 {
  display: inline-block;
  background: #fba013;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  padding-left: 25px;
  float: left;
}

.sliderContainer .corner {
  display: inline-block;
  float: left;
  background-color: transparent;
  background-image: url(images/cornerBlue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 62px;
  width: 70px;
}

.headSlider {
  padding: 25px;
  background-color: #222;
  background-size:cover;
  background-position: center center;
}

#hoofdslider {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: -5px;
  margin-right: -5px;
}

.headSlider .slider {
  background: #fba013;
  padding: 24px;
  position: relative;
}

.sliderBorder {
  border: 2px solid #000;
  position: absolute;
  left: 5px;
  right: -5px;
  top: 5px;
  bottom: -5px;
}

.instagram {
  background-image: url(images/cornerBlue2.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 65px;
  padding-left: 10px;
  padding-right: 0px;
  max-width: 930px;
  min-height: 300px;
  overflow: hidden;
}

.followInsta a {
  padding-left: 15px;
  font-family: 'Cubano-Regular', sans-serif;
  color: #4DB05B;
  font-size: 32px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;

}

.followInsta a span {
  color: #f84506;
}

.instagram h1 {
  background-color: #4DB05B;
  color: #FFED00;
  display: inline-block;
  float: left;
  margin-left: -10px;
  padding: 15px;
  width: calc(100% - 90px);
  max-width: 500px;
}
.instagram .corner {
  display: inline-block;
  float: left;
  background-color: transparent;
  background-image: url(images/cornerGreen.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 62px;
  width: 70px;

}

.instagramItems {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 30px;
}

.instagramItem {
  float: left;
  width: calc(24.5% - 60px);
  padding: 15px;
  background: #f84506;
  margin: 15px;
  position: relative;
}

.instagramYellow {
  background: #FFED00 !important;
}

.instagramItem .border {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: -5px;
  right: -5px;
  border: 2px solid #000;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.instagramItem img {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 5px;
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: -5px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.instagramItem:hover .border {
  left: 3px;
  top: 3px;
  bottom: -3px;
  right: -3px;
}

.instagramItem:hover img {
  margin-top: 3px;
  margin-bottom: -3px;
  margin-left: 3px;
  margin-right: -3px;
}

.nieuws {
  /*background: url(images/meloenBg.svg);*/
  background-size: cover;
  background-color: #333;
  background-position: center center;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
}

.nieuws h1 {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nieuws a {
  color: #FFED00;
}

.nieuws .container {
  position: relative;
  background: #fba013;
  padding: 15px;
  max-width: 910px;
  min-height: 200px;
}

.nieuwsItem {
  float: left;
  width: calc(33% - 30px);
  padding: 15px;
}

.nieuwsItem h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  color: #FFED00;
}

.nieuwsItem p {
  padding-top: 10px;
  word-break: normal;
  -webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

.nieuwsImg {
  padding: 15px;
  background: #FFED00;
  position: relative;
}

.nieuwsImg img {
  margin-top: 5px;
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: -5px;
}

.nieuwsBorder {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: -5px;
  right: -5px;
  border: 2px solid #000;
}

.nieuws2 {
  display: none;
}

.nieuwsCorner {
  display: inline-block;
  float: left;
  transform: rotate(90deg);
  margin-left: -15px;
  background-color: transparent;
  background-image: url(images/cornerBlue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 82px;
  width: 65px;
}

.locatie {
  background: url(/map.jpg);
  background-size: cover;
  background-position: center center;
}

.locatie .container {
  max-width: 550px;
}

.locatieItem {
  float: right;
  position: relative;
  background: #333;
  color: #fff;
  padding: 25px;
  padding-bottom: 35px;
  margin: 25px;
  margin-top: 30%;
  margin-bottom: 30%;
  width: calc(100% - 100px);
  max-width: 250px;
  font-family: 'Cubano-Regular', sans-serif;
}

.locatieItem h2 {
  color: #FFED00;
}

.locatieItem p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: 'Cubano-Regular', sans-serif;
}

.locatieItem .mapsUrl {
  color: #f84506;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  text-align: right;
  background: #FFED00;
  text-decoration: none;
  padding: 10px;
  font-size: 12px;
}
.locatieItem .mapsUrl span {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  line-height: 5px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.locatieItem .mapsUrl:hover span {
  margin-right: 15px;
}

.locatieItem .mapsUrl img {
  display: block;
  float: right;
  padding-right: 5px;
  height: 14px;

}

.locatieItem .corner {
  position: absolute;
  z-index: 2;
  left: 0;
  background-image: url(images/cornerGreen.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 60px;
  width: 60px;
}

.tickets, .page {
  /*background: url(images/annanasBg.svg);*/
  background-size: cover;
  background-color: #222;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -1px;
}

.page a {
  color: #FFED00;
  text-decoration: none;
}

.page a:hover {
  text-decoration: underline;
}

.page .container p {
  padding: 10px 0;
}

.tickets .container, .page .container {
  background: #f84506;
  color: #fff;
  padding: 25px;
  max-width: 910px;
  position: relative;
}

.page .container {
  margin-top: 150px;
}

.tickets .corner, .page .corner {
  position: absolute;
  right: 0;
  top: -60px;
  background-image: url(images/cornerPink.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 60px;
  width: 60px;
}

.tickets h1, .page h1 {
  margin-bottom: 25px;
}

.ticketShowContainer {
  padding: 20px;
  background-color: #fba013;
  float: left;
  width: calc(100% - 320px);
  min-height: 450px;
  position: relative;

}

.ticketShowContainer .border {
  position: absolute;
  border: 2px solid #000;
  left: 5px;
  top: 5px;
  bottom: -5px;
  right: -5px;

}

.ticketShowContainer iframe {
  position: relative;
  width: 100%;
  min-height: 450px;
  z-index: 2;
z-index:99;
  overflow: scroll !important;
}

.tickets .infoRight {
  float: right;
  max-width: 250px;
}

.tickets .infoRight i {
  font-size: 13px;
}

.tickets p {
  padding: 10px 0;
}

.tickets h2 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.tickets ul li {
  font-size: 14px;
  margin-left: 20px;
  list-style-type: disc;
  padding: 3px 0;
}

.tickets .corner2 {
  position: absolute;
  left: 0;
  bottom: -65px;
  transform: rotate(180deg);
  background-image: url(images/cornerPink.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 70px;
  width: 72px;
}

.media {
  background: #fff;
}

.media .container {
  max-width: 960px;
  background: #4DB05B;
  padding: 0;
}

.media h1 {
  color: #fff;
  padding: 15px !important;
  padding-left: 80px !important;
  font-size: 36px;
}

.mediaItems {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 35px;
}

.mediaItem {
  float: left;
  width: calc(33% - 30px);
  margin: 15px;
}

.mediaImg {
  padding: 10px;
  background: #4DB05B;
  position: relative;
}

.mediaImg .border {
  position: absolute;
  left: 5px;
  top: 5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #000;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.mediaItem:hover .border {
  left: 3px;
  top: 3px;
  right: -3px;
  bottom: -3px;
}

.mediaImg img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-top: 5px;
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: -5px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.mediaItem:hover .mediaImg img {
  margin-top: 3px;
  margin-bottom: -3px;
  margin-left: 3px;
  margin-right: -3px;
}

.media h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #4DB05B;
}

.mediaPink .mediaImg {
  background: #f84506;
}

.mediaPink h3 {
  color: #f84506;
}

.contact {
  /*background-image: url(images/citroenBg.svg);*/
  background-size: cover;
  background-color: #333;
  background-position: center center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contactPage {
  background: none;
}

.contact .container {
  max-width: 940px;
  position: relative;
}

.contactItem {
  float: left;
  width: calc(33% - 50px);
  padding: 25px;
}

.contactItem h3 {
  padding-bottom: 10px;
  color: #fff;
}

.contactItem {

}

.contactItem p, .contactItem table {
  padding: 10px 0;
  color: #aaa;
  font-size: 14px;
}

.contactItem a {
  color: #fba013;
}

.contactItem .social {
  float: none;
  margin-top: 5px;
  margin-left: -5px;
}

.contactItem .social a {
  background: #fba013;
  width: 28px;
  height: 25px;
}

.contactItem .social a img {
  width: 28px;
}

.contact .corner {
  position: absolute;
  right: 0;
  top: -60px;
  background-image: url(images/cornerWhite.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 62px;
  width: 70px;
}

.contactForm input, .contactForm textarea {
  background: transparent;
  color: #000;
  padding: 10px;
  border: 2px solid #000;
  display: block;
  margin-left: 4px;
  right: -5px;
  width: calc(100% - 20px);
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}

.contactForm .wpcf7-submit {
  font-family: 'Cubano-Regular', sans-serif;
  cursor: pointer;
  font-size: 12px;
  width: 100px;
}

.contactForm .wpcf7-submit:hover {
  right: -2px;
  margin-left: 2px;
  margin-top: 0px;
}

.contactForm .bg {
  background: #FFED00;
  padding-top: 2px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 33px;
}

.contactForm .sendBg {
  width: 98px;
}

.contactForm .textBg {
  height: 100px;
}

.contactForm .textBg textarea {
  height: 83px;
  resize: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
@media only screen and (max-width:980px){
  .nav {
    position: absolute;
    right: -200px;
    background: #fff;
    top: 135px;
    margin-top: 0;
    padding: 15px 15px;
    z-index: -1;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
  }

  .headerSmall .nav {
    top: 44px;
  }
  .mobIcon {
    display: block;
  }
  .nav li {
    display: block;
    text-align: center;
  }
  .nav li a {
    padding: 10px 15px;
    display: block;
  }
  .navShow {
    right: 25px;
  }

  .contact .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contactItem {
    float: left;
    width: calc(100% - 50px);

  }
  .contactPage {
    padding-top: 0 !important;
  }
  .contactPage .corner {
    display: none;
  }
  .followInsta a {
    padding-left: 30px;
  }
}

@media only screen and (max-width:850px){
  .logo {
    width: 100px;
    padding: 15px;
  }
  .social {
    margin-top: 28px;
  }
  .mobIcon {
    margin-top: 25px;
    margin-left: 20px;
  }
  .sliderContainer {
    margin-top: 75px;
  }
  .nav {
    top: 74px;
  }
  .nieuwsItem {
    width: calc(100% - 40px);
  }
  .nieuwsItem h2 {
    padding-top: 0;
  }
  .nieuwsImg {
    width: 150px;
    float: left;
    margin-right: 15px;
  }
  .page {
    padding-top:10px;
  }

}
@media only screen and (max-width:800px){
 .mediaItem {
    width: calc(50% - 30px);
  }
}

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

  .nieuwsItem h2 {
    padding-top: 0;
  }
  .nieuwsImg {
    width: 150px;
    margin-right: 25px;
    margin-bottom: 8px;
    float: left;
  }
  .ticketShowContainer {
    width: calc(100% - 40px);
  }
  .tickets .infoRight {
    max-width: 700px;
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width:580px){
  h1 {
    font-size: 28px;
  }
  .sliderContainer .corner, .instagram .corner {
    height: 58px;
  }
  .headSlider .slider {
    padding: 15px;
  }
  .instagramItem {
    width: calc(50% - 70px);
  }
}
@media only screen and (max-width:500px){
  .social p {
    display: none;
  }
   h1 {
    font-size: 20px;
  }
  .media h1 {
    font-size: 24px;
    padding-left: 70px !important;
  }
  .tickets .corner2 {
    height: 66px;
    width: 66px;
    bottom: -55px;
  }
  .sliderContainer h1 {
    padding: 10px;
    padding-left: 15px;
  }
  .instagram .corner {
    height: 50px;
  }
  .sliderContainer .corner {
    height: 40px;
    width: 40px;
  }
  .nieuws1 {
    display: none;
  }
  .nieuws2 {
    display: block;
  }

  .nieuwsImg {
    width: 100px;
    padding: 10px;
    margin-right: 15px;
  }
   .mediaItem {
    width: calc(100% - 60px);
    margin: 15px 30px;
  }
  .mediaItem {
    text-align: center;
  }
  .followInsta a {
    font-size: 24px;
  }
}
@media only screen and (max-width:400px){
  .sliderContainer {
    padding: 0;
    width: 100%;
  }
  .sliderContainer h1 {
    font-size: 22px;
    padding: 5px;
    padding-left: 10px;
  }
  .sliderContainer .corner {
    height: 32px;
    width: 32px;
  }
  .headSlider {
    padding: 15px;
  }
  .headerSmall .logo {
    padding-left: 5px;
  }
  .logo {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mobIcon {
    margin-left: 5px;
    margin-right: 5px;
  }
  .social {
    margin-left: 0;
  }
  .nieuwsImg {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ticketShowContainer {
    padding: 10px;
    width: calc(100% - 20px);
  }
  .followInsta a {
    font-size: 20px;
  }
}

@media only screen and (max-width:350px){
  .sliderContainer h1 {
    font-size: 18px;
  }
  .sliderContainer .corner {
    height: 28px;
    width: 28px;
  }
}
