@media only screen and (max-width: 1910px) {
  .band-photos .wrapper {
    width: 1350px;
  }
}

@media only screen and (max-width: 1880px) {
  .contact-section > .wrapper {
    width: 79%;
  }

  .contact-section .wrapper > img {
    width: 600px;
  }
}

@media only screen and (max-width: 1780px) {
}

@media only screen and (max-width: 1730px) {
  .contact-section > .wrapper {
    width: 85%;
  }
}

@media only screen and (max-width: 1680px) {
  .text-section .content-row {
    width: 85%;
  }
}

@media only screen and (max-width: 1630px) {
  .platforms .wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 1600px) {
  .contact-section > .wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 1570px) {
  .contact-section > .wrapper {
    width: 90%;
  }

  .reviews .review {
    width: 40%;
  }
}

@media only screen and (max-width: 1500px) {
  .contact-section .wpcf7 .row {
    flex-direction: column;
  }

  .contact-section .form {
    width: 50%;
  }

  .contact-section .wpcf7 .row > * {
    width: 100%;
    margin-block: 10px;
  }

  .contact-section input {
    width: 100%;
  }

  .contact-section .wpcf7 .row {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1490px) {
  .text-section .content-row > img {
    width: 400px;
  }

  .featured-news .wrapper {
    width: 85%;
  }

  .shop_table tr.cart_item .woocommerce-placeholder {
    width: 100px;
    height: auto;
  }
}

@media only screen and (max-width: 1400px) {
  .band-member {
    width: 241px;
  }

  .band-photos .wrapper {
    height: unset;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .band-photos .image-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: unset;
    width: 80%;
    justify-items: center;
    margin-block: 10px;
    row-gap: 20px;
  }

  .band-photos .image-section img {
    display: block;
    position: static;
    width: 95% !important;
    height: 300px !important;
  }

  .contact-section .wrapper {
    flex-direction: column;
    align-items: center;
    width: 85% !important;
    margin-block: 0;
  }

  .contact-section .wrapper > * {
    margin-top: 50px;
    margin-bottom: 25px;
    width: 100% !important;
  }

  .contact-section .form .row {
    flex-direction: column;
    width: 100%;
    margin-block: 0;
  }

  .contact-section input {
    width: 100%;
    margin-block: 20px;
  }

  .contact-section .form textarea {
    width: 100%;
  }

  .products-wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 1300px) {
  .text-section .content-row {
    width: 90%;
  }

  .events-section .post img {
    width: 500px;
    height: auto;
  }

  .platforms h1 {
    font-size: 25px;
    text-align: center;
  }
}

@media only screen and (max-width: 1240px) {
  .featured-news .wrapper {
    flex-direction: column;
    width: 70%;
    gap: 40px;
  }

  .featured-news .wrapper .main-image {
    width: 65%;
    align-self: start;
    height: 100%;
  }

  .featured-news .wrapper .text {
    width: 100%;
  }

  .band-members .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    row-gap: 50px;
  }

  .band-member {
    width: 270px;
  }

  .featured-news .wrapper {
    width: 90%;
  }

  footer .wrapper {
    flex-direction: column;
  }

  footer .wrapper {
    gap: 40px;
  }

  footer .wrapper #menu-navigation-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  footer .main-nav {
    width: 100%;
  }

  footer .nav-column ul {
    list-style-type: none;
  }

  footer .news-column {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  footer .nav-column {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 50px;
  }

  footer .logo-column {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  footer .logo-column p {
    align-self: end;
  }

  footer .logo {
    width: 600px;
  }

  .legal {
    flex-direction: column;
  }

  .legal > * {
    gap: 0;
    justify-content: space-evenly;
    margin-block: 10px;
  }

  footer .wrapper .news-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-block: 20px;
  }

  footer .nav-column .title {
    display: none;
  }
}

@media only screen and (max-width: 1130px) {
  .band-photos .image-section {
    width: 60%;
  }

  .band-photos .image-section img {
    width: 70% !important;
    height: 200px !important;
  }

  .products-wrapper ul {
    grid-template-columns: 1fr 1fr;
  }

  .reviews {
    align-items: center;
    padding-block: 50px;
  }

  .text-section .text-column {
    gap: 20px;
  }

  .platforms .wrapper {
    flex-direction: column;
    width: 85%;
    gap: 25px;
  }

  .text-section .content-row {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }

  .text-section.left-image .content-row {
    flex-direction: column-reverse;
  }

  .text-section .content-row > img {
    width: 500px;
  }

  .text-section .content-row > .text-column > * {
    width: 100%;
  }

  .text-section .content-row .text-column {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .main-nav li {
    list-style-type: none;
  }

  .main-nav a {
    font-size: 16px !important;
  }

  .contact-section > .wrapper {
    margin-top: 50px;
  }

  .contact-section > .wrapper > img {
    height: 380px;
    margin-block: 0 !important;
  }

  .banner .image-1 {
    height: 75%;
  }

  .banner .wrapper > p {
    right: 109px;
  }

  .banner .links {
    right: 117px;
  }
}

@media only screen and (max-width: 900px) {
  .events-section .post {
    gap: 30px;
  }

  .shop_table thead {
    display: none;
  }

  .shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    row-gap: 20px;
  }

  .shop_table tr.cart_item > * {
    width: 100%;
  }

  .remove {
    display: block;
    font-size: 30px;
  }

  .product-thumbnail {
    width: 60%;
  }

  .shop_table tr.cart_item .woocommerce-placeholder {
    width: 60%;
  }

  .product-remove {
    width: fit-content !important;
  }

  .product-thumbnail {
    width: fit-content !important;
  }

  .product-name {
    position: relative;
  }

  .product-name::before {
    content: "Name:";
    left: 0;
    top: 0;
    width: fit-content;
    height: auto;
    font-size: 15px;
  }

  .product-price {
    position: relative;
  }

  .product-price::before {
    content: "Price:";
    left: 0;
    top: 0;
    width: fit-content;
    height: auto;
    font-size: 15px;
  }

  .product-quantity {
    position: relative;
    width: 150px !important;
  }

  .woocommerce-cart-form .product-quantity::before {
    content: "Quantity:";
    left: 0;
    top: 0;
    width: fit-content;
    height: auto;
    font-size: 15px;
    float: left;
  }

  .product-subtotal {
    position: relative;
  }

  .product-subtotal::before {
    content: "Subtotal:";
    left: 0;
    top: 0;
    width: fit-content;
    height: auto;
    font-size: 15px;
  }

  .product-total {
    position: relative;
  }

  .product-total::before {
    content: "Total:";
    left: 0;
    top: 0;
    width: fit-content;
    height: auto;
    font-size: 15px;
  }
}

@media only screen and (max-width: 850px) {
  .reviews .wrapper {
    width: 90%;
    flex-direction: column;
    gap: 75px;
    padding-block: 20px;
  }

  .reviews .review {
    width: 100%;
  }

  .band-members .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-section .wrapper {
    width: 90% !important;
  }
}

@media only screen and (min-width: 800px) {
  .burger-menu {
    display: none;
  }

  html {
    overflow-y: unset !important;
  }
}

@media only screen and (max-width: 800px) {
  #burger {
    display: flex;
  }

  .featured-news .wrapper .main-image {
    width: 100%;
  }

  .text-section .content-row > img {
    width: 100%;
  }

  .text-section .streaming-links {
    margin-bottom: 25px;
    gap: 25px;
    justify-content: start;
  }

  .text-section .streaming-links img {
    width: 30px;
  }

  header .main-nav {
    display: none;
  }

  .events-section .post {
    flex-direction: column;
  }

  .events-section .wrapper {
    width: 65%;
  }

  .events-section .wrapper .post > * {
    width: 100%;
  }

  .band-photos .wrapper {
    width: 1000px;
  }

  .band-photos .wrapper img {
    width: 95% !important;
  }

  .contact-section .contacts {
    flex-direction: column;
    align-items: start;
  }

  .products-wrapper ul {
    grid-template-columns: 1fr;
  }

  .products {
    margin-top: 0px;
  }

  .products-container .basket {
    right: 30px;
    top: -100px;
  }

  .products-container .basket img {
    width: 60px;
  }
}

@media only screen and (max-width: 650px) {
  .text-section .content-row > img {
    width: 100%;
  }

  .featured-news .wrapper {
    width: 90%;
  }

  .events-section .wrapper {
    width: 90%;
  }

  .legal a {
    font-size: 8px;
  }
}

@media only screen and (max-width: 600px) {
  .band-photos .wrapper {
    width: 90%;
  }

  .burger-menu .logo {
    left: 23px;
  }

  .band-photos .wrapper .image-section {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .band-photos .wrapper img {
    width: 100% !important;
    height: 400px !important;
  }

  .banner .links {
    right: 20px;
    bottom: 11px;
  }

  .banner .wrapper > p {
    bottom: 70px;
  }

  .banner {
    height: 500px;
  }

  .banner .image-1 {
    height: 100%;
    width: 85%;
    object-position: 40% 50%;
  }

  footer .wrapper .logo-column {
    flex-direction: column;
    align-items: center;
  }

  .band-members .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .band-members .band-member {
    width: 350px;
  }

  .cta {
    padding-inline: 5px;
  }

  .featured-news .text {
    gap: 10px;
  }

  h1 {
    font-size: 20px;
  }

  p {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  footer li {
    margin-block: 10px;
  }

  footer .main-nav a {
    font-size: 20px !important;
  }

  footer .wrapper .logo-column .logo {
    width: 100%;
  }

  footer .wrapper .news-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer #menu-navigation-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 520px) {
}

@media only screen and (max-width: 420px) {
}
