/* ======== RESPONSIVE CSS ========= */

/* ===================================================
		MIN WIDTH 
=================================================== */
@media (min-width: 576px) {
}

@media (min-width: 641px) {
  .form-container #gform_1 .ginput_address_zip {
    inline-size: 100%;
  }
}

@media (min-width: 768px) {
  .profile-cutout {
    position: absolute;
    width: 550px;
    left: 50%;
    transform: translate(30%);
    z-index: 0;
    bottom: 0;
  }

  .form-container #gform_2 #field_2_9 .gfield_checkbox .gchoice {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  .navbar-collapse {
    justify-content: center;
  }

  .profile-cutout {
    width: 600px;
  }

  .form-container #gform_2 #field_2_9 .gfield_checkbox {
    display: block !important;
    column-count: 2 !important;
  }

  .page-template-page-home .take-action-section {
    background-image: linear-gradient(
        to right,
        rgba(5, 21, 65, 0) 25%,
        rgba(5, 21, 65, 1) 75%
      ),
      url("/jonusel/uploads/sites/240/2024/05/1_join.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 140px 0;
  }

  .page-template-page-about .supreme-court-section {
    background-image: linear-gradient(
        to left,
        rgba(5, 21, 65, 0) 40%,
        rgba(5, 21, 65, 1) 70%
      ),
      url("/wp-content/uploads/sites/240/2025/11/2_body.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 235px 0 208px 0;
  }

  .form-container #gform_2 .address_city#input_2_8_3_container {
    inline-size: 50%;
  }

  .form-container #gform_2 .address_state#input_2_8_4_container {
    inline-size: 25%;
  }

  .form-container #gform_2 .address_zip#input_2_8_5_container {
    inline-size: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .profile-cutout {
    width: 650px;
  }
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1400px) {
}

/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1199px) {
  .page-template-page-about .splash h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  ul.star-bullets {
    text-align: left;
    margin: 0 auto;
    width: fit-content;
  }

  ul.star-bullets li {
    font-size: 18px;
  }

  .nav-donate-btn {
    margin-left: auto;
  }

  #menu-menu .menu-item:first-child {
    padding-top: 20px;
  }

  .page-template-page-about .splash h1 {
    font-size: 50px;
    line-height: 1;
  }

  .page-template-page-action .main-content {
    padding-top: 40px;
  }

  .star-banner {
    font-size: 29px;
  }

  .tx-container {
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
  }

  .tx-container .tx-img {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 771px) {
  .page-template-page-home .splash {
    background-image: none;
    padding-top: 30px;
  }

  .page-template-page-about .splash h1 {
    font-size: 35px;
    line-height: 1;
  }

  h1,
  .h1 {
    font-size: 35px;
  }

  .page-template-page-home .splash h2 {
    color: #051541;
  }

  h2,
  .h2 {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 600px) {
  /* Reset for Mobile Admin bar */
  body {
    position: initial;
  }

  .star-banner {
    font-size: 21px;
  }
}

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

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

@media screen and (max-width: 450px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

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

@media screen and (max-width: 350px) {
  .star-banner {
    font-size: 18px;
  }
}

/* ===================================================
		MIN - MAX WIDTH 
=================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}
