.mb-2 {
  margin-bottom: 0.5rem;
}

header .header-logo img {
  height: 100px;
}

.home-slider {
  padding: 8%;
  background-image: url(/images/slika_za_web_32_ZKLJ_1920px_x_900_px.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  background-attachment: fixed;
  background-position: center;
}
.mt-3 {
  margin-top: 1rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.intro-wrapper {
  background: rgba(248, 248, 255, 0.92);
  padding: 2.5vh 40px;
}

.intro-wrapper h1 {
  text-transform: capitalize;
  font-size: 26px;
  display: block;
  margin-bottom: 2.5vh;
}

.intro-wrapper p {
  font-size: 16px;
  text-align: justify;
}

.home-events .hes-box .grayscale {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: none;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.home-events .hes-box .grayscale {
  background-position: center;
  background-size: cover;
}

.home-events .hes-box .hes-description {
  color: ghostwhite;
}

.home-events .hes-box .hes-description h3 {
  font-family: league_gothicregular !important;
  font-size: 48px;
}

.home-events .hes-box .hes-artist {
  color: ghostwhite;
}

.home-events .hes-box .hes-description .hes-time-date span {
  background: ghostwhite;
}

.swiper-slide a {
  position: relative;
  z-index: 0;
}

.swiper-slide a::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.jazz-img {
  object-fit: cover;
  object-position: center;
  height: 160px;
  max-width: 100%;
  width: 100%;
}
.swiper-slide a::after {
  background: #17606840;
}
.hide-mobile {
  display: block;
}
.hide-desktop {
  display: none;
}
.swiper-slide a:hover::after {
  background: rgba(255, 255, 255, 0);
}

.show-more.sm-blue .show-more-after {
  background: #009eaf;
}

.show-more.sm-blue {
  border: 1px solid #009eaf;
}

#mapid {
  height: 360px;
  width: 100%;
}

.home-slider.schedule-jumbotron {
  background-image: url(/images/slika_za_web_32_ZKLJ_1920px_x_900_px.jpg);
  position: relative;
  left: 0;
  height: auto;
  overflow-y: auto;
}
.schedule-info-bottom {
  text-align: left;
}
a.schedule-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "league_gothicregular";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.schedule-item .popup-gallery {
  margin-bottom: 1rem;
}
.home-slider.schedule-jumbotron .home-share {
  position: fixed;
}

.home-slider.schedule-jumbotron .home-share i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin: 5px 0;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  background: #009eaf;
}

.schedule-wrapper {
  padding: 2vh 5px;
}

.schedule-wrapper h1 {
  text-transform: capitalize;
  font-size: 26px;
  display: block;
  margin-bottom: 2.5vh;
}

.schedule-wrapper p {
  font-size: 16px;
  text-align: justify;
}

.schedule-wrapper time {
  text-align: center;
  background: rgba(248, 248, 255, 0.92);
  display: block;
  padding: 15px 0;
}

.schedule-wrapper time > span:first-child {
  display: block;
  color: #000;
  font-family: league_gothicregular;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.schedule-wrapper time > span:last-child {
  display: block;
  font-family: league_gothicregular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #009eaf;
}

.schedule-item {
  margin-bottom: 15px;
}

.schedule-item:last-child {
  margin-bottom: 0;
}

.schedule-info {
  background: rgba(248, 248, 255, 0.92);
  display: block;
  padding: 15px 20px;
}

.schedule-info h3 {
  color: #000;
  font-family: league_gothicregular;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.5px;
}
.schedule-info-top .mb-2 {
  text-transform: uppercase;
}
.schedule-info-top a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.schedule-info-top h3 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.schedule-info-top a:hover h3 {
  color: rgba(0, 0, 0, 0.65);
}

.schedule-info-bottom figure img {
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 15px;
}
.schedule-info-bottom figure {
  display: inline-block;
}

.schedule-info-bottom a {
  font-family: league_gothicregular;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #009eaf;
}
.schedule-info-bottom span {
  font-family: league_gothicregular;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #000;
}

.schedule-info-bottom i {
  margin-right: 15px;
  color: #009eaf;
  font-size: 18px;
}

a.schedule-ticket {
  background: rgba(248, 248, 255, 0.92);
  display: block;
  padding: 27px 15px;
  border-bottom: 18px solid rgba(0, 0, 0, 0.65);
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.schedule-ticket:hover {
  border-bottom: 18px solid #009eaf;
}

a.schedule-ticket span {
  color: #000;
  font-family: league_gothicregular;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.locations-map-wrapper {
  background: rgba(248, 248, 255, 0.92);
  padding: 15px;
}
.schedule-info-bottom div > strong {
  color: #009eaf;
  margin-bottom: 5px;
  font-size: 22px;
}

.all-plays.home-events .hes-box {
  border-left: 0;
  margin-bottom: 15px;
}
.all-plays.home-events .hes-box a {
  border: 10px solid rgba(248, 248, 255, 0.92);
}
.home-slider.home-events.all-plays.schedule-jumbotron {
  overflow: initial;
}

.all-plays.home-events .hes-box .hes-description h3 {
  font-family: league_gothicregular !important;
  font-size: 36px;
  font-weight: 400;
}

.all-plays.home-events .hes-box a {
  height: 400px;
}

.all-plays.home-events .hes-box a::after {
  content: "";
  background: #17606840;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

.all-plays.home-events .hes-box a:hover::after {
  background: rgba(255, 255, 255, 0);
}

.jazz-title {
  border-bottom: solid 5px #009eaf;
  margin-bottom: 15px;
}

.jazz-wrapper .schedule-wrapper time {
  border-bottom: solid 5px #009eaf;
}
.black-line-box .black-line {
}
.jazz-big-title {
  font-size: 3rem;
  color: ghostwhite;
  text-shadow: 2px 2px 2px black;
}
.jazz-big-subtitle {
  margin-bottom: 15px;
  font-size: 2rem;
  color: ghostwhite;
  text-shadow: 2px 2px 2px black;
}
.jazz-wrapper .schedule-wrapper p {
  text-align: left;
}
.play-date-location {
  text-transform: uppercase;
}
.play-date-location span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 10px 3px;
  background: rgb(0, 0, 0);
}
.all-plays aside {
  border: 5px solid rgba(248, 248, 255, 0.92);
  background: #5c5cfe;
  color: ghostwhite;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.all-plays aside a {
  color: white;
}
.single-play-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  background-image: -o-linear-gradient(319deg, #1b31d6 0%, #742765 100%);
  background-image: linear-gradient(131deg, #1b31d6 0%, #742765 100%);
  z-index: 9;
}

.single-play-wrapper .hs-share {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
}

.single-play-wrapper .hs-share img {
  margin-left: 5px;
}

.single-play-wrapper .hs-share-box {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  z-index: 10;
}

.single-play-wrapper .hs-share-box ul {
  text-align: center;
}

.single-play-wrapper .hs-share-box ul li {
  float: left;
  border-right: 1px solid #000;
  font-size: 16px;
}

.single-play-wrapper .hs-share-box ul li a {
  display: inline-block;
  padding: 5px;
}

.single-play-wrapper .hs-share-box ul li:last-child {
  border: none;
}

.single-play-wrapper .hs-artist {
  display: inline-block;
  position: absolute;
  top: 150px;
  left: -50px;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 10;
}
