#tourSection {
  padding-top: 93px;
  width: 100%;
  display: block;
  vertical-align: top;
  padding-bottom: 11%;
  min-height: 103vh;
}
#tour {
  background: url("../images/tournewBg.png") no-repeat top center;
  background-size: cover;
  position: relative;
}
.bottomWrapper{
  background: url("../images/tourBgMob2.png") no-repeat top center;
  background-size: cover;
  position: relative;
  font-size: 0;
}
#tour .tourSection .link_background {
  background: transparent;
}
#tour .link_background:hover {
  opacity: 0.5;
}
.tourbg1,
.tourbg2 {
  width: 38%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-top: 5%;
}
#tourSection .tourSection {
  max-width: 530px;
  margin: 0 auto;
}

#tourSection .tourHeader {
  padding-bottom: 30px;
}

#tourSection .tourHeader .title {
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-style: normal;
  text-transform: lowercase;
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.tourbg1 li,
.tourbg2 li {
  padding: 15px;
  max-width: 200px;
}

#wsk-widget .event_date {
  flex-direction: unset;
  float: none;
  color: #fff;
  font-size: 12px;
}

#wsk-widget .widget_row {
  display: block;
  border: 0;
  padding: 0;
  padding-bottom: 30px;
}

#wsk-widget .widget_row > div {
  font-family: "Roboto Mono", monospace;
  font-style: normal;
  text-transform: lowercase;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  line-height: 1.45;
  padding: 0;
  margin: 0;
  letter-spacing: 0.6px;
}

#wsk-widget .widget_row > div.event_links {
  padding: 0;
  margin: 10px 0;
  line-height: normal;
}

#wsk-widget .widget_row > div.event_links a {
  width: 12%;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 0;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Roboto Mono", monospace;
  font-style: normal;
  text-transform: lowercase;
  text-decoration: underline;
}

#wsk-widget .widget_row > div.event_links a:last-child {
  margin-left: 3%;
}

#wsk-widget .widget_row > div.event_links a.ticket_link {
  color: #fff;
  text-decoration: underline;
}

#wsk-widget .widget_row > div.featuring-artists {
  margin-top: 8px;
  font-size: 12px;
}

#wsk-widget .widget_row > div.event_links a.no-link {
  display: none;
}

#wsk-widget .widget_row > div.event_links a.ticket_link:hover {
  color: #fff;
}

#wsk-widget .widget_row > div.event_links a.additional_link:hover,
#wsk-widget a.view_more:hover {
  color: #fff;
}

#wsk-widget a.view_more {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  width: 256px;
  height: 40px;
  line-height: 40px;
  margin: 6px auto 0;
  font-size: 0;
  text-transform: lowercase;
  font-family: "Roboto Mono", monospace;
  font-style: normal;
  color: #fff;
  border: 1px solid #fff;
}
#wsk-widget a.view_more:hover {
  background: #fff;
  color: #000;
}

#wsk-widget a.view_more::after {
  content: "Load More";
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .total-wrapper .bottomWrapper{
    background: url(../images/tourBgMob2.png) no-repeat top center;
    background-size: cover;
  }
  #tourSection{
    min-height: 130vh;
  }
  #wsk-widget .widget_row > div.event_links a {
    width: 22.5%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  #wsk-widget a.view_more {
    width: 82.5%;
    height: 40px;
    line-height: 40px;
  }
  #wsk-widget .widget_row .event_links {
    position: static;
    transform: none;
  }
  #wsk-widget .widget_row > div.featuring-artists {
    margin-top: 4px;
    font-size: 12px;
  }
  #tourSection .tourSection {
    max-width: 95%;
  }
  #tourSection .tourHeader .title {
    font-size: 18px;
  }
  #wsk-widget .widget_row > div {
    font-size: 20px;
  }
  #tour {
    background: url("../images/tourBgMob.png") no-repeat top center;
    background-size: cover;
  }
  #tourSection {
    padding-top: 12%;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #tourSection .tourSection {
    max-width: 52%;
  }
  #tourSection {
    min-height: 175vh;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  div#tourSection {
    min-height: 50vh;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
  #tourSection {
    min-height: 50vh;
}
}