/*
Theme Name: Jazz Cafe
Author: Kota Creative
Author URI: http://www.kotacreative.co.uk
Version: 1.0.0
Text Domain: jazz-cafe

jazz-cafe is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import "fonts/jazzCafeFestival/styles.css";

.whats-on-banner-hero {
  margin-top: 55px;
  width: 100%;
  min-height: 810px;
  max-height: 810px;
  position: relative;
  height: 100%;
}

.whats-on-banner-images {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.whats-on-banner-icon {
  max-width: 100px;
  margin-bottom: 8px;
}

.hero-slide-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  height: 100%;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-top: calc(78px + 100px);

  p {
    font-size: 20px;
    margin: 0 0 12px 0 !important;
  }
}

.whats-on-banner-hero .hero-slide-content {
  justify-content: initial;
  padding-top: 20px;
}

.hero-slide-left {
  display: flex;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  flex: 0 0 auto;
}

.hero-logo {
  max-width: 161px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.hero-slide-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 380px;
  padding-left: 40px;
}

.hero-slide-right .hero-btn-link {
  background-image: none !important;
}

.hero-event-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: -2.4px;
  margin-bottom: 0;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.36);
}

.hero-event-title > span:first-child {
  display: block;
  font-size: 35px;
}

.hero-event-caption {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: -2.4px;
  margin-bottom: 0;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.36);
}

.hero-slide-right p,
.hero-slide-right .line-up {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -1px;
  text-shadow: 0 1px 11px rgba(0, 0, 0, 0.47);
  max-width: 269px;
  margin: 0 !important;
}

.hero-event-date {
  margin-top: 0 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: -1px;
  text-align: right;
  white-space: pre-wrap;
}

.hero-btn-link {
  display: inline-block;
  padding: 15px !important;
  margin-top: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  box-sizing: border-box;
  transition: 0.3s ease all;

  &:hover {
    color: #000;
    background: #fff;
    transform: scale(1.05);
  }
}

.hero-desktop-img,
.hero-mobile-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-desktop-img {
  display: block;
}

.hero-mobile-img {
  display: none;
}

@media (max-width: 767px) {
  .hero-event-title {
    font-size: 22px;
    margin-bottom: 0;
  }

  .hero-event-title > span:first-child {
    font-size: 28px;
  }

  .hero-event-caption {
    font-size: 20px;
    margin-bottom: 0;
  }

  .whats-on-banner-icon {
    max-width: 75px;
  }

  .hero-slide-content {
    padding-top: calc(58px + 20px);

    p {
      font-size: 16px;
      margin: 0 0 12px 0 !important;
    }
  }

  .hero-event-date {
    font-size: 22px;
    margin-top: 0;
    text-align: left;
  }

  .hero-logo {
    max-width: 136px;
    margin: 0 0 16px;
  }

  .hero-btn-link {
    padding: 15px !important;
    font-size: 14px;
  }

  .hero-desktop-img {
    display: none;
  }
  .hero-mobile-img {
    display: block;
  }
}

@media (max-width: 439px) {
  .hero-event-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .hero-event-title > span:first-child {
    font-size: 24px;
  }

  .hero-event-caption {
    font-size: 17px;
    margin-bottom: 0;
  }

  .whats-on-banner-icon {
    max-width: 68px;
  }

  .hero-slide-content {
    padding-top: calc(58px + 20px);

    p {
      font-size: 12px;
      margin: 0 0 12px 0 !important;
    }
  }

  .hero-event-date {
    font-size: 18px;
    margin-top: 0;
    text-align: left;
  }

  .hero-logo {
    max-width: 110px;
    margin: 0 0 12px;
  }

  .hero-desktop-img {
    display: none;
  }
  .hero-mobile-img {
    display: block;
  }
}

@media (max-width: 700px) {
  .hero-slide-content {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 60px !important;
    padding: 60px 20px !important;
    width: 100%;
    max-width: none;
  }

  .hero-slide-left {
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-event-date {
    text-align: center;
  }

  .hero-slide-right {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    gap: 22px;
  }

  .hero-slide-right p,
  .hero-slide-right .line-up {
    max-width: 100%;
  }
}
