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

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

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

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

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

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

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

/* ------------------------------ 
	768px SMALL
------------------------------ */
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }

  .show-mobile {
    display: none;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
    margin: 6.75rem auto;
  }
}

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

/* ------------------------------ 
	768px - 991px MEDIUM
------------------------------ */
@media (min-width: 641px) and (max-width: 991px) {
}

/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1399px) {
}

@media screen and (max-width: 1199px) {
  .body-2-img {
    max-height: none;
    height: auto !important;
    width: 100%;
  }
  .letter-spacing-50 {
    letter-spacing: 0.25vw;
  }
}

@media screen and (max-width: 991px) {
  body.page-template-page-join .join-form-wrap {
    grid-template-columns: 1fr;
  }

  body.page-template-page-join #gform_wrapper_2 .gfield_checkbox {
    grid-template-columns: 1fr 1fr;
  }
  .px-custom-2 {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .meet-subtitle {
    font-style: italic;
  }
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full),
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0% !important;
  }
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full)
    ~ span:not(.ginput_full),
  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full)
    ~ span:not(.ginput_full) {
    padding-left: 0% !important;
  }
  .mobile-menu-toggle,
  .mobile-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
  }

  .main-navigation,
  .social-icons,
  .donate-btn {
    display: none !important;
  }

  .header-logo {
    grid-column: 2;
    justify-self: center;
  }

  .header-right {
    grid-column: 3;
    justify-self: end;
  }

  .mobile-menu-toggle {
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  .mobile-menu-toggle span {
    display: block !important;
    width: 24px !important;
    height: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #002e6d !important;
    border-radius: 99px !important;
  }

  .mobile-nav {
    display: none;
    text-align: center;
    background: #002e6d;
    padding: 24px 0;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .mobile-nav .menu {
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-actions {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .mobile-social-icons {
    display: flex !important;
    justify-content: center;
    gap: 14px;
  }

  .mobile-social-icons a {
    display: inline-flex !important;
  }

  .mobile-social-icons img {
    width: 24px;
    height: 24px;
  }

  .mobile-donate-btn {
    display: inline-block !important;
    color: white !important;
  }

  .mobile-social-icons {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  .mobile-social-icons a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  .mobile-social-icons img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) invert(1);
  }

  .mobile-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    padding-bottom: 50px !important;
    background: #002e6d;
    z-index: 9999;
  }

  .mobile-nav.is-open {
    display: block !important;
  }

  .mobile-nav .menu {
    margin: 0 !important;
    padding: 60px 0 24px !important;
  }

  .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;

    width: 40px;
    height: 40px;

    border: 0 !important;
    background: transparent !important;

    color: #d02c2f !important;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 !important;
    cursor: pointer;
  }

  .page-template-page-home .splash {
    background: url("/wp-content/themes/bittner/assets/images/1_hero_bg.jpg")
      no-repeat center center;
    background-size: cover;
    padding-top: 30%;
    padding-bottom: 5%;
    height: auto;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .gform_wrapper.gravity-theme .gfield--type-name,
  .gform_wrapper.gravity-theme .gfield--type-email,
  .gform_wrapper.gravity-theme .gfield--type-phone,
  .gform_wrapper.gravity-theme .gfield--type-consent,
  .gform_wrapper.gravity-theme .gfield--type-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent,
  .gform_wrapper .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    width: 100% !important;
    max-width: 100% !important;
  }

  .gform_wrapper .gfield_consent_label {
    font-size: clamp(11px, 2.5vw, 13px);
    line-height: 1.5;
    text-align: left;
  }

  .form-wrapper {
    padding: 20px 16px;
  }

  .gform_wrapper .gform_footer {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 8px auto 0;
  }

  .gform_wrapper.gravity-theme .ginput_complex {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .gform_wrapper.gravity-theme .name_first,
  .gform_wrapper.gravity-theme .name_last,
  .gform_wrapper.gravity-theme .ginput_container_email {
    width: 100% !important;
    margin: 0 !important;
  }

  /* .gform_wrapper.gravity-theme input {
    width: 100% !important;
  } */

  .gform_wrapper.gravity-theme .gfield--type-submit {
    display: flex !important;
    justify-content: center !important;
  }

  .gform_wrapper.gravity-theme .gfield--type-submit .gform-button,
  .gform_wrapper.gravity-theme .gfield--type-submit input[type="submit"] {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }
  section.join-form-section.bg.pt-5 {
    max-height: 720px;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-join #gform_wrapper_2 .ginput_container_address {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_address_line_1,
  body.page-template-page-join #gform_wrapper_2 .ginput_address_line_2,
  body.page-template-page-join #gform_wrapper_2 .ginput_address_city {
    grid-column: 1 / 3 !important;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_address_state {
    grid-column: 1 / 2 !important;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_address_zip {
    grid-column: 2 / 3 !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .gform_wrapper.gravity-theme .ginput_complex {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  body.page-template-page-join #gform_wrapper_2 .ginput_container_address {
    grid-template-columns: 1fr;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_container_address span {
    grid-column: auto;
  }
  body.page-template-page-issues .issue-card {
    min-height: auto;
  }

  body.page-template-page-issues .issue-card-icon {
    width: 92px;
  }

  body.page-template-page-issues .issue-card-icon img {
    width: 58px;
    height: 58px;
  }

  body.page-template-page-issues .issue-card-title {
    font-size: 14px;
    padding: 12px 14px;
    min-height: auto;
  }

  body.page-template-page-issues .issue-card ul {
    padding: 12px 14px;
  }

  body.page-template-page-issues .issue-card li {
    font-size: 12px;
    gap: 7px;
  }

  body.page-template-page-issues .issue-card li img {
    width: 15px;
    height: 15px;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_container_address {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_address_line_1,
  body.page-template-page-join #gform_wrapper_2 .ginput_address_line_2,
  body.page-template-page-join #gform_wrapper_2 .ginput_address_city {
    grid-column: 1 / 3 !important;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_address_state {
    grid-column: 1 / 2 !important;
  }

  body.page-template-page-join #gform_wrapper_2 .ginput_address_zip {
    grid-column: 2 / 3 !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .gform_wrapper.gravity-theme .ginput_complex {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .gform_wrapper.gravity-theme .gfield--type-phone,
  .gform_wrapper.gravity-theme .gfield--type-consent {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .gform_wrapper .gfield_consent_label {
    font-size: 12px;
    line-height: 1.5;
  }

  .form-wrapper {
    padding: 16px 12px;
  }

  section.join-form-section.bg.pt-5 {
    max-height: 820px;
  }
}

@media screen and (max-width: 640px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .name_first {
    margin-bottom: 1em !important;
  }

  .name_last {
    margin-bottom: 0 !important;
  }
}

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

@media screen and (max-width: 576px) {
  .page-template-page-home .splash {
    height: auto;
    /* min-height: 900px; */
  }

  .gform_wrapper .gfield_consent_label {
    font-size: 11px;
    line-height: 1.55;
  }

  .form-wrapper {
    padding: 14px 10px;
  }

  section.join-form-section.bg.pt-5 {
    max-height: 860px;
  }
  .mobile-nav-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mobile-nav-button span {
    display: block;
    width: 100%;
    height: 5px;
    background: var(--blue);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all cubic-bezier(0.68, -0.55, 0.27, 1.55);
    position: absolute;
    left: 0;
  }

  .mobile-nav-button span:nth-child(1) {
    top: 4px;
  }

  .mobile-nav-button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-nav-button span:nth-child(3) {
    bottom: 4px;
  }

  .mobile-nav-button.active-nav span:nth-child(1) {
    top: 0;
    transform: rotate(45deg) translate(9px, 9px);
  }

  .mobile-nav-button.active-nav span:nth-child(2) {
    opacity: 0;
    transform: translate(-10px, -50%);
  }

  .mobile-nav-button.active-nav span:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -8px);
    bottom: 0;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    right: -201px;
    padding-top: 50px;
    background: var(--red);
    height: 100vh;
    border-left: 1px solid var(--blue);
    z-index: 99;
    transition: 0.25s all;
    display: block;
  }

  .main-navigation ul {
    flex-wrap: wrap;
    width: 200px;
    margin-top: 40px;
    padding: 0;
    list-style: none;
  }

  .main-navigation li {
    float: none;
    border-bottom: 1px solid var(--blue);
    padding: 10px !important;
    width: 100%;
  }

  .main-navigation li,
  .main-navigation a {
    color: white !important;
    width: 200px;
    margin: 0;
  }

  .main-navigation a {
    padding: 10px 20px;
  }
  .main-navigation.active-main {
    right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 575px) {
  body.page-template-page-join #gform_wrapper_2 {
    padding: 26px 18px;
  }

  body.page-template-page-join #gform_wrapper_2 .gfield_checkbox {
    grid-template-columns: 1fr;
  }

  body.page-template-page-join #gform_wrapper_2 .gform_button {
    min-width: 100%;
  }
}

@media screen and (max-width: 469px) {
  section.join-form-section.bg.pt-5 {
    max-height: 860px;
  }
}

@media screen and (max-width: 375px) {
  section.join-form-section.bg.pt-5 {
    max-height: 970px;
  }

  .page-template-page-home .splash {
    padding-top: 50%;
  }
}

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

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