@charset "UTF-8";
/* CSS Document */

:root {
  --colours--blue: #33474f;
  --fonts--header: "Rodfat Two", Arial, sans-serif;
  --colours--black: #000;
  --fonts--paragraph: "Rodfat Two Webfont", Arial, sans-serif;
  --colours--orange: #f15652;
  --colours--white: white;
  --colours--light-yellow: #f4de81;
  --colours--yellow: #ffdc2f;
  --colours--green: #a2ce4b;
  --colours--pink: #f171ab;
  --fonts--sub-header: "Rodfat Two Webfont", Arial, sans-serif;
  --colours--red: #f15652;
  --colours--brown: #9e773f;
  --colours--caramel: #c1a984;
  --colours--2023--blue: white;
}

@font-face {
  font-family: "RodFat Two";
  src: url("../fonts/rodfat-two.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* Set default cursor globally */
body,
html {
  cursor: url("../images/gtf25-mouse-pointer.png") 4 0, auto;
  font-family: "RodFat Two";
}

/* Override cursor for anything interactive that uses pointer */
*[style*="cursor: pointer"],
button,
a,
input[type="button"],
input[type="submit"],
label,
.select,
[role="button"],
.clickable,
.w-button {
  cursor: url("../images/gtf25-hand-pointer.png") 4 0, pointer !important;
}

html {
  background: url("../images/gtf25-bg.png") top center no-repeat,
    linear-gradient(#33474f, #47708c 31%, #93c2c4 69%, #d9eddd);
  background-size: 100% auto;
  background-position: 50% 101%, 0 0;
  height: 100%;
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background: none;
  background-color: transparent;
  font-family: var(--fonts--paragraph);
  font-style: normal;
  font-weight: 400;
}

html,
body {
  margin: 0;
  padding: 0;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.pick-venue-heading {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  /* flex: 1;
  -webkit-flex: 1; */
}

/* client site */
.venue-button-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  /* padding: 4rem 2rem; */
  display: flex;
}

.date-wrapper {
  /* grid-column-gap: 3rem; */
  grid-row-gap: 3rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0px 10px 0 10px;
}

.city-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 230px;
  display: flex;
}

.date-svg-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* min-width: 510px; */
  display: flex;
}

.date-svg-container.melb {
  /* margin: auto; */
}
.date-svg-container.syd {
  /* margin: auto; */
}
.date-svg-container.bne {
  /* margin: auto; */
}

.date-svg {
  width: auto;
  height: 120px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border: 0;
}

.venue-button {
  border: 3px solid var(--colours--black);
  background-color: var(--colours--white);
  font-family: var(--fonts--header);
  color: var(--colours--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  transition: box-shadow 0.2s, background-color 0.2s, transform 0.2s;
  box-shadow: 3px 3px #000;
  line-height: inherit;
  border-radius: 0;
  padding: 10px 15px 7px 15px;
  text-decoration: none;
  display: inline-block;
}

.venue-button:hover {
  background-color: var(--colours--light-yellow);
  color: var(--colours--black);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px #000;
  text-decoration: none;
}

#event-info button {
  background-color: var(--colours--blue);
  color: var(--colours--white);
  border: 3px solid var(--colours--black);
  font-family: var(--fonts--header);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  transition: box-shadow 0.2s, background-color 0.2s, transform 0.2s;
  box-shadow: 3px 3px #000;
  line-height: inherit;
  border-radius: 0;
  padding: 10px 15px 7px 15px;
  text-decoration: none;
  display: inline-block;
}
#event-info button:hover {
  background-color: var(--colours--yellow);
  color: var(--colours--black);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px #000;
}

.venue-wrap {
  width: 100%;
}

#logo-bg {
  position: absolute;
  z-index: -1;
  margin: 0 auto 0;
  top: 36px;
  left: 0;
  right: 0;
  text-align: center;
}
#logo-bg img {
  width: 18%;
}
#logo {
  position: relative;
  z-index: 1;
  margin: 25px auto 0;
  padding: 0 30px 0;
  text-align: center;
}
#logo img {
  width: 50%;
  max-width: 600px;
}
.pick-venue-heading p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  color: #fff230;
  text-shadow: 1px 1px 3px #000000;
  text-transform: uppercase;
}

footer {
  background-color: #000;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  padding: 0;
  width: 100%;
}

#footer-img {
  position: absolute;
  left: 0;
  right: 0;
}
#footer-img img {
  width: 100%;
}

#socials-terms-bar {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}

#socials-terms {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
#socials {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
#socials a,
#socials a:visited,
#socials a:link {
  color: var(--colours--blue);
}
#socials a:hover,
#socials a:focus {
  color: #f4de81;
}

.footer-terms {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  background-color: #000000;
  width: 100%;
}

#event-info-btn-cont {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: 40px;
}

.line-up {
  text-align: center;
}

.line-up img {
  max-width: 800px;
}

@media screen and (max-width: 1500px) {
  .date-svg {
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 992px) {
  #socials-terms {
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  .date-wrapper {
    /* grid-column-gap: 1rem; */
    grid-row-gap: 1rem;
    padding: 0px 10px 0 10px;
  }
  .date-svg {
    max-height: 75px;
  }
  #logo img {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .date-wrapper {
    flex-direction: row;
    justify-content: center;
  }
  .city-border {
    margin-bottom: 0;
  }
  .city-border.bne-brdr {
    margin-right: 0;
  }
}

@media screen and (max-width: 769px) {
  #logo img {
    width: 75%;
  }
  .date-section {
    padding: 0;
    background-color: transparent;
    border-top: 0;
  }
  .date-wrapper {
    padding: 7px;
    flex-direction: column;
    place-items: center;
    width: auto;
  }
  .date-section {
    padding: 2rem;
  }

  .date-wrapper {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .pick-venue-heading p {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .venue-button,
  #event-info button {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .date-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  header {
    padding: 10px;
  }
  #logo {
    padding: 0 0 0 0;
    margin-top: 0;
  }
  #logo-bg img {
    width: 30%;
  }
  #logo img {
    width: 85%;
  }
  #event-info img {
    width: 40%;
  }
  .pick-venue-heading p {
    font-size: 0.9em;
    margin-top: auto;
    margin-bottom: 0;
  }
  #socials {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px;
    line-height: 3em;
  }
  .line-up img {
    width: 98%;
    padding-bottom: 20px;
  }
  .fa-2x {
    font-size: 1.5em !important;
  }
  .footer-terms {
    padding-top: 20px;
  }
  .date-section {
    background-color: transparent;
    border-top: none;
    padding: 0;
    display: flex;
    flex: 1;
  }
  .date-wrapper {
    padding: 3px;
    flex-direction: column;
    place-items: center;
    width: auto;
  }
  .city-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 auto;
    width: 100%;
    padding: 5px;
  }
  .pick-venue-heading {
    margin-bottom: 0;
  }

  #event-info-btn-cont {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
