* {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  background-image: url('../img/pattern-min.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 14px;
}

h1 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 45px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 25px;
  }
}

h1.content-title {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 31px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  text-shadow:
    1px 1px 0 #952723,
    2px 2px 0 #952723,
    3px 3px 0 #952723,
    4px 4px 0 #952723,
    5px 5px 0 #952723;
  transform: skew(-7.914428deg, 0.86501deg);
}

p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.copyrights {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.copyrights > p {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}

.menu-wrapper {
  position: relative;
  margin: 0 auto -30px auto;
  max-width: 1200px;
  padding: 0 20px;
  border-bottom: 2px solid #212121;
}

.menu {
  margin-bottom: -7px;
  text-align: right;
}

@media (max-width: 768px) {
  .menu {
    text-align: center;
  }
}

.menu-item {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #a8a8a8;
  margin: 15px 0px 5px 0px;
}

.menu-item.active,
.menu-item:hover {
  color: #e1e1e1;
  border-bottom: 2px solid #5f5f5f;
}

.textlink {
  color: #000000;
  display: inline-block;
  background: #ffffff;
  margin-left: 5px;
  padding: 3px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.align-center {
  position: relative;
  text-align: center;
}

.contentbox {
  position: relative;
  margin: 50px auto;
  padding: 0 20px;
  max-width: 1200px;
}

.contentbox-smalll {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
}

.headerlogo {
  width: 100%;
  max-width: 550px;
}

.half-width {
  display: inline-block;
  text-align: left;
}

.distorted-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 5px;
  z-index: -1;
}

.padding-5 {
  padding: 5px;
}

.button {
  display: inline-flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border: 2px dashed #952723;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  line-height: normal;
}

.button > i {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
}

.button.footer-button {
  color: #FFFFFF;
  margin: 5px;
  padding: 10px 20px;
}

.button.header-button {
  color: #FFFFFF;
  padding: 10px 20px;
}

.button:hover {
  color: #FFFFFF;
  background: #952724;
}

.socials {
  position: relative;
  text-align: center;
}

.socialblock {
  position: relative;
  padding: 10px;
  margin: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  .socialblock {
    padding: 5px;
  }
}

.socialblock i {
  color: #952724;
  font-size: 40px;
}

@media (max-width: 768px) {
  .socialblock i {
    font-size: 30px;
  }
}

.socialblock h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #000000;
}

.footer {
  position: relative;
  background: #0f0f0f;
  padding: 30px 0;
}

.footer-links {
  text-align: center;
}

.footer-links .button {
  display: inline-block;
}

.contact {
  text-align: center;
}

.solid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 5px;
  z-index: -1;
}

.intotext {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gothic A1", sans-serif;
  padding: 20px 0;
  text-shadow: 1px 1px 0 #e6e6e6, -2px -2px 0 #e5cac9;
}

.intotext > span {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

.divider {
  position: relative;
  height: 2px;
  background: #ffffff;
  width: 70%;
  max-width: 800px;
  margin: 130px auto;
  transform: skew(0deg, -3.13499deg);
}

.shows-container {
  display: grid;
  width: 100%;
}

.show {
  display: grid;
  grid-template-columns: 3fr 4fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}

.show-bottom-row {
  display: contents; /* acts like it's not there */
}

.show .show-column:last-child {
  position: relative;
  background-color: #952723;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.show .show-column:last-child::before {
  content: "";
  position: absolute;
  top: 0; left: -20%;
  width: 140%;
  height: 100%;
  background-color: #952723;
  transform: skew(-15deg);
  z-index: 0;
  pointer-events: none;
}

.show-column {
  display: inline-block;
}

.show-column.button {
  margin: 10px;
}

.show-name {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  transform: skew(-7.914428deg, 0.86501deg);
  padding: 5px 0 5px 20px;
}

.show-venue {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 2px;
}

.show-location {
  font-size: 12px;
  line-height: 12px;
}

.show-date {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-weight: 700;
}

.show-time {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-weight: 700;
}

.show-ticket {
  display: inline-block;
  background: #952723;
  transform: skew(0deg, -3.13499deg);
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 3px;
  margin: 20px;
}

.show-link {
  text-align: right;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.show-link a {
  display: flex;              /* make it flex container */
  align-items: center;        /* vertical center */
  justify-content: flex-end;  /* right align content horizontally */
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 25px;
  text-decoration: none;
  padding-right: 20px;
}

.show-divider {
  position: relative;
  height: 2px;
  background: #262626;
  width: 70%;
  max-width: 800px;
  margin: 10px auto;
}

@media (max-width: 768px) {

  .show {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px;
  }

  .show-name {
    padding: 0;
  }

  /* 1. Full width name */
  .show-column:nth-child(1) {
    width: 100%;
  }

  /* 2. Full width venue/address button */
  .show-column.button {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
  }

  /* 3. Bottom row: three equal columns */
  .show-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .show-bottom-row > div {
    flex: 1;
  }

  .show-date,
  .show-time {
    text-align: left;
  }

  .show-ticket {
    margin: 0 auto;
    transform: none; /* remove skew on mobile */
  }

  .show > .show-column:last-child::before {
    display: none; /* remove skewed red background */
  }

  .show-bottom-row .show-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .show-bottom-row .show-link a {
    display: flex;
    background: #952723;
    color: #FFFFFF;
    width: 40px;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    height: 40px;
    text-decoration: none;
    font-size: 18px;
  }

  .show-bottom-row > .show-column:last-child > .show-link {
    justify-content: flex-end;
  }

}
