@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  font-family: "Space Mono", monospace;
  margin: 100px;
  text-align: center;
  line-height: 2;
  font-feature-settings: "liga"0;
}
a {
  color: initial;
  text-decoration: none;
}
.latest {
  font-size: 20px;
  margin: 5px 0 60px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9;
  cursor: wait;
}
.logo {
  font-size: 50px;
}
h1 {
  font-weight: initial;
  font-size: 30px;
  text-wrap: balance;
}
.tj {
  width: 100%;
  padding: 0 0 30px;
  box-sizing: border-box;
}
form {
  background: #2a3f40;
  color: white;
  display: block;
  padding: 50px 100px 70px;
  margin: 50px 0;
}
label {
  margin: 10px 0;
  display: block;
}
input, textarea {
  font: inherit;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  background: white;
  color: black;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  margin-top: 0;
}
.wpcf7-spinner {
  display: none;
}
i {
  margin-right: 10px;
}
.top-songs form {
  background: #d67866;
}
input[type="submit"] {
  border-radius: 10px;
  margin-top: 20px;
  width: 50%;
  padding: 15px;
}
.wpcf7-not-valid {
  border: solid red 1px;
}
.wpcf7-not-valid-tip {
  display: none;
}
.footer {
  display: inline-block;
  padding: 15px;
}
.reserve form {
  background: #07455a;
}
.reserve form a {
  color: white;
}
.wpcf7-list-item {
  width: 50%;
  font-size: 0;
  box-sizing: border-box;
}
.wpcf7-list-item label {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px rgb(255 255 255 / 30%);
  width: 100%;
  box-sizing: border-box;
  font-size: initial;
}
label:has(input:checked), .wpcf7-not-valid label:has(input:checked) {
  border-color: white;
}
.wpcf7-list-item input {
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}
.wpcf7-radio .first {
  padding-right: 5px;
}
.wpcf7-radio .last {
  padding-left: 5px;
}
.sent input, .sent label {
  display: none;
}
.grecaptcha-badge {
  display: none;
}
@media (max-width: 500px) {
  body {
    margin: 50px 0 100px;
    font-size: 14px;
  }
  .logo {
    font-size: 30px;
  }
  form {
    padding: 30px 0;
    margin-bottom: 0;
  }
  input, textarea {
    width: 90%;
    font-size: initial;
  }
  h1 {
    font-size: 20px;
    padding: 0 10px;
  }
  .wpcf7-list-item, .wpcf7-radio .first, .wpcf7-radio .last {
    width: 90%;
    padding: 0;
  }
  .wpcf7-checkbox {
    display: inline-block;
    width: 90%;
  }
  .intro {
    font-size: 14px;
    padding: 0 15px;
    text-wrap: balance;
  }
  .latest {
    font-size: 16px;
  }
  input[type="submit"], .wpcf7-list-item label {
    font-size: 14px;
  }
}