/*!
Theme Name: RITC
Author: Luova toimisto Ensemble Oy
Author URI: http://www.ensemble.fi
Version: 1.0.0
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "EvanstonAlehouseMed1858";
  src: url("fonts/EvanstonAlehouse-Medium1858.eot"); /* IE9 Compat Modes */
  src: url("fonts/EvanstonAlehouse-Medium1858.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/EvanstonAlehouse-Medium1858.woff") format("woff"),
    /* Modern Browsers */ url("fonts/EvanstonAlehouse-Medium1858.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("fonts/EvanstonAlehouse-Medium1858.svg#EvanstonAlehouse-Medium1858")
      format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "EvanstonAlehouseHvy1826";
  src: url("fonts/EvanstonAlehouse-Heavy1826.eot"); /* IE9 Compat Modes */
  src: url("fonts/EvanstonAlehouse-Heavy1826.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/EvanstonAlehouse-Heavy1826.woff") format("woff"),
    /* Modern Browsers */ url("fonts/EvanstonAlehouse-Heavy1826.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("fonts/EvanstonAlehouse-Heavy1826.svg#EvanstonAlehouse-Heavy1826")
      format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

html {
  min-height: 100vh;
}

body {
  background: url(img/bground.jpg);
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  font-family: EvanstonAlehouseMed1858;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  min-height: 100vh;
}

header {
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bground_div {
  position: fixed;
  width: 100%;
  height: 130vh;
  top: 0;
  left: 0;
  display: none;
}

.grey {
  color: #999999 !important;
}

.ticketswrapper h2 span {
  font-size: 0.6em;
}

.cancelled {
  width: 90vw;
  max-width: 1024px;
  text-align: center;
}

.cancelled p {
  font-size: 20px;
  line-height: 28px;
}

.cancelled h2 {
  color: #f4c937;
  font-weight: normal;
}

#logogroup {
  margin-top: 30px;
  width: 900px;
  max-width: 90vw;
}

.infolink {
  color: white;
  font-size: 24px;
  margin-bottom: 60px;
  text-decoration: none;
}

.infolink > span {
  color: #f4c937;
}

.infopagewrapper {
  width: 800px;
  max-width: 90vw;
  margin: 0 auto;
}

.infopagewrapper h2,
.infopagewrapper h1 {
  color: #f4c937;
}

.infopagewrapper p {
  line-height: 22px;
}

.wraphz {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 90vw;
  max-width: 940px;
}

.alawrap {
  display: flex;
  align-items: flex-end;
  width: 900px;
  max-width: 90vw;
  justify-content: space-between;
}

#header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.kiitoskoira {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  max-height: 60vh;
  max-width: 80vw;
  pointer-events: none;
}

#header_left {
  position: relative;
}

nav {
  font-size: 24px;
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
}

.front-logo-row {
  width: 65vw;
  max-width: 900px;
}

#raumavenue {
  font-size: 30px !important;
}

main {
  margin: 0;
  width: 100%;
  height: 100vh;
}

nav .yellowtext:hover {
  color: white !important;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 60px 20px;
  box-sizing: border-box;
  position: relative;
}

#katso-artistit {
  font-size: 16px;
  position: relative;
  left: 10px;
}

#logo {
  max-width: 80vw;
}

.flexwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vertical {
  flex-direction: column;
}

.yellowtext {
  color: #f4c937;
  transition: all 0.3s ease-out;
}

#koiraimg {
  width: 500px;
}

.logo_img {
  margin: 25px;
  max-width: 100%;
}

#empty {
  width: 500px;
  height: 2px;
}

.kaupunki-isanta-kuvat img {
  max-height: 270px;
  margin: 5px;
}

.kaupunki-isanta-kuvat {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kaupunki-isanta {
  text-align: center;
  margin-top: 60px;
}

.akkred {
  transition: all 0.2s ease-in-out;
  display: block;
  margin-top: 10px;
}

.akkred:hover {
  color: white;
}

.kaupunki-isanta h2 {
  margin-top: 0;
  line-height: 32px;
}

.isannat {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90vw;
  max-width: 1000px;
  margin: 50px 0 0 0;
}

.isannat img {
  max-width: 180px;
  margin: 15px;
  margin-bottom: 0;
}

.isannat h1 {
  font-size: 24px;
}

.item {
  min-width: 180px;
  max-width: 260px;
  margin: 0 10px;
}

.container {
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
}

.generalcontainer {
  margin: 0 5vw 30px 5vw;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
  max-width: 1240px;
}

.footerlogocontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.footerlogocontainer img {
  max-width: 100px;
  margin: 15px;
  max-height: 30px;
}

.content {
  width: 100%;
  transition: all 0.1s ease-out;
  position: relative;
}

.citylogo {
  min-width: 300px;
  max-width: 30vw;
  margin-bottom: 32px;
}

.bottom_text {
  text-align: center;
  max-width: 860px;
}

.bottom_text p {
  font-size: 20px;
  line-height: 28px;
}

.tickets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px 0;
}

.tickets:last-of-type {
  margin-top: 0;
}

.tickets:first-of-type {
  margin-top: 16px !important;
}

.buyticketsbutton {
  margin: 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #f4c937;
  padding: 22px 24px 16px 24px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 24px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.buyticketsbutton:hover .yellowtext {
  color: black;
}

.buyticketsbutton:hover {
  background-color: #f4c937;
  color: black;
}

.front-city-btn {
  display: block;
  background: rgba(0, 0, 0, 0.65);
  padding: 16px 18px 10px 18px;
  text-decoration: none;
  margin: 5px;
  color: white;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.front-city-btn:hover {
  background: rgba(244, 201, 55, 0.65);
  color: black;
}

.front-city-btn:hover .yellowtext {
  color: black;
}

.citydate {
  font-size: 32px;
  margin: 0;
  align-self: flex-start;
  line-height: 1;
}

.cityheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.gatearrow {
  margin-left: -8px;
  height: 84px;
  width: 179px;
  background: url("img/gates-arrow.png");
  display: none !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0f0f0f;
  font-size: 24px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 7px;
}

.datearrow {
  margin-right: -8px;
  height: 69px;
  width: 133px;
  background: url("img/weekday-arrow.png");
  display: none !important;
  align-items: center;
  justify-content: center;
  color: #0f0f0f;
  font-size: 24px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 7px;
}

.lesser {
  text-align: center;
  margin-bottom: 60px;
}

.gates-p {
  margin: 2px;
  margin-left: -10px;
  line-height: 1;
}

#mobilemenu {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  background: url(img/bground.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: 24px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 100px;
}

.mob-open {
  left: 0;
}

#mobilemenulogo {
  max-width: 80vw;
  margin-bottom: 60px;
  margin-top: 30px;
}

#mobilemenu a {
  text-decoration: none;
  color: inherit;
}

#front {
  cursor: pointer;
}

#paikkakunnat-button {
  display: none;
  height: 30px;
  width: auto;
  margin-right: 40px;
}

#paikkakunnat-button:hover {
  cursor: pointer;
}

.show {
  left: 0 !important;
}
.rtr__wrap {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: -100;
}

#rtr-logo {
  margin-bottom: 60px;
  width: 300px;
}

#closebutton {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
  height: 30px;
}

.city {
  font-size: 84px;
  margin: 0;
  text-align: center;
  margin-bottom: 36px;
}

.venue {
  font-size: 52px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding-top: 8px;
  position: relative;
  bottom: 12px;
  color: #f4c937;
  display: inline-block;
}

.ticketswrapper h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
}

.dateheader {
  margin-top: 0;
  text-align: center;
}

.dateheader h3 {
  font-size: 32px;
  margin: 0;
  color: #f4c937;
}

.dateheader p {
  margin-top: 0;
}

.front-h1 {
  text-align: center;
  font-weight: 300;
  margin-top: 60px;
}

.isannat-teksti h1 {
  text-align: center;
  margin: 5px;
  font-weight: 400;
}

#isannat-kuvat {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-text {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

#footer-text a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

#footer-text a:hover {
  color: #f4c937;
}

#ensemble-logo {
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 64px;
}

.close-desktop {
  display: none;
}

.vip-selite-mobile {
  display: none;
}

.vip-selite-desktop {
  display: block;
  line-height: 20px;
}

.kultalippu {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px !important;
}

.kultalippuh2 {
  color: #f4c937;
  margin-top: 0px !important;
}

.kultalippuimg {
  margin: 0 auto;
  width: 180px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.kultalippup {
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

.kultalippuyellow {
  color: #f4c937;
}

.kultalippup a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.kultalippup a:hover {
  color: #f4c937;
}

#paidat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

#paidat img {
  width: 90vw;
  max-width: 390px;
  margin-top: 20px;
}

#paidat p {
  width: 90vw;
  font-size: 24px;
  text-align: center;
  margin: 0;
}

#whiteaccent {
  text-decoration: none;
  cursor: pointer;
  color: white;
}

.crop {
  position: relative;
  margin: 0 -17px;
}

.crop:nth-last-child(2) {
  margin-right: 0;
}

.klost {
  background: #f4c937;
  position: absolute;
  top: 5px;
  right: 11px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  padding: 14px 12px 11px 12px;
  color: black;
  display: none;
}

.showklost .klost {
  display: flex;
}

.bandit {
  margin-top: 120px;
  width: 80vw;
  max-width: 1400px;
}

.bandit-mob {
  display: none;
}

.artistilisays {
  margin-top: 120px;
  margin-bottom: 0;
  font-size: 36px;
  color: #f4c937;
  text-align: center;
}

.paikkakuntawrapper a {
  color: inherit;
}

.vendorwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vendorwrapper > img {
  max-height: 28px;
}

.ticketswrapper h2 {
  color: #f4c937;
  font-size: 42px;
}

.vendorwrapper {
  margin-top: 16px;
}

.bottom_text p:first-of-type {
  margin-top: 0;
}

.dateheader {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1750px) {
  nav {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1580px) {
  header {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  nav {
    font-size: 18px;
  }

  #katso-artistit {
    font-size: 16px;
    top: -14px;
  }

  .mobile-close {
    display: none;
  }

  footer > div {
    margin: 10px;
  }

  footer img {
    max-width: 80vw;
  }

  .logo_img {
    margin: 10px;
  }

  main {
    min-height: calc(80vh - 200px);
  }
}

@media only screen and (max-width: 1460px) {
  #header_left,
  #arrowright {
    display: none;
  }

  header {
    justify-content: center;
  }
}

@media only screen and (max-width: 1340px) {
  nav {
    display: none;
  }

  #paikkakunnat-button {
    display: block;
  }

  #katso-artistit {
    display: none;
  }

  .close-desktop {
    display: flex;
  }

  header {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 950px) {
  .alawrap {
    flex-direction: column;
    align-items: center;
    width: 900px;
    max-width: 90vw;
    justify-content: center;
  }

  .alawrap > a {
    margin-top: 30px;
  }

  #logogroup {
    width: unset;
  }

  body {
    background-attachment: unset;
  }
}

@media only screen and (max-width: 595px) {
  #arrowright,
  #arrowleft {
    display: none;
  }

  #front {
    max-width: 60vw;
  }

  .bandit {
    display: none;
  }

  .bandit-mob {
    display: block;
    max-width: 75vw;
    margin-top: 60px;
  }

  .generalcontainer {
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 583px) {
  .remove {
    display: none;
  }

  .venue {
    bottom: 25px;
    margin: 30px 0;
    margin-top: 10px;
    display: block;
  }

  .citydate {
    align-self: center;
  }

  .city {
    margin-bottom: -30px;
  }

  .front-h1 {
    font-size: 24px;
  }

  .front-city-btn {
    font-size: 16px;
  }

  .front-logo-row {
    width: 95vw;
  }
}

@media only screen and (max-width: 540px) {
  .item {
    width: 190px;
    min-width: initial;
  }

  .crop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 5px;
  }

  .klost {
    top: 2px;
    right: 0;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .long .city {
    font-size: 52px;
  }

  .pori .city {
    display: flex;
    flex-direction: column;
  }

  .long .venue {
    font-size: 34px;
    bottom: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .vip-selite-mobile {
    display: block;
  }

  .vip-selite-desktop {
    display: none;
  }

  footer {
    justify-content: center;
    align-items: center;
  }

  main {
    width: 95vw;
  }

  .isannat-teksti h1 {
    font-size: 24px;
  }

  .isannat img {
    margin: 5px;
  }

  .smallercity {
    font-size: 52px;
    margin-bottom: 0;
  }

  .smallervenue {
    font-size: 28px;
    padding-top: 5px;
    bottom: 16px !important;
  }

  #rauma {
    bottom: 46px !important;
    margin: 0 !important;
  }

  #koiralogo {
    max-width: 70vw;
    margin: 0 auto;
  }

  #front {
    height: 35px;
    margin-left: 40px;
  }

  .logo_img {
    max-width: 40%;
  }

  .bottom_text {
    max-width: 90vw;
  }
}

@media only screen and (max-width: 710px) {
  #front {
    max-width: 60vw;
  }
}
