@media screen and (max-width: 1250px) {
  .wrapper {
    width: auto;
  }
  .single {
    padding: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .footer-bungkus {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .article_bungkus_2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .article_bungkus_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 850px) {
  .menu-icon-mobile {
    display: block;
    width: 200px;
    padding: 15px;
    background-color: #eee;
    text-align: center;
  }

  .primary_menu_container {
    position: absolute;
    background-color: #f1fffb;
    width: 100%;
    z-index: 9999;
    border-top: 3px solid #ddd;
    display: none;
  }

  .primary_menu_ul li.current_page_item a {
    background-color: #dff7f0;
  }

  .primary_menu_ul li a:before {
    border-bottom: 3px solid #cae4ff;
  }

  ul.primary_menu_ul {
    flex-direction: column;
  }

  ul.primary_menu_ul li {
    width: 100%;
  }
  ul.primary_menu_ul li a {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .info-single {
    flex-direction: column;
  }
  .thumbnail-single {
    text-align: center;
  }

  .thumbnail-single {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 780px) {
  .search-form-wrapper {
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .flex-search-field {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .search-term {
    width: 100%;
  }

  .search-term select {
    width: 100%;
  }

  .search-form {
    width: 100%;
    position: relative;
  }

  .search-form .searchfield {
    height: 70px;
    width: 95%;
  }

  .search-form .searchsubmit {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 700px) {
  .article_bungkus_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .footer-bungkus {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 475px) {
  .footer-review {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }

  .footer-review .sukai,
  .footer-review .laporkan-review {
    width: 90%;
  }
}

@media screen and (max-width: 440px) {
  .article_bungkus_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) {
}
