/* ======== 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) {
  .display-1 {
    font-size: 180px;
  }
  .hero-fg {
    right: -2%;
  }

  .page-template-page-contact .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .volunteer-image {
    height: 450px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-fg {
    transform: scale(1);
    transform-origin: bottom right;
    right: -15%;
  }

  .gform_wrapper {
    width: 100%;
    min-width: unset;
  }

  .display-1 {
    font-size: 150px;
  }

  .about-hero .bg-primary {
    padding: 60px 40px;
  }

  .issues-body .first-grid,
  .issues-body .second-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .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(--primary);
    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(--secondary);
    height: 100vh;
    border-left: 1px solid var(--primary);
    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(--primary);
    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);
  }

  .menu-item:last-child a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .h-420 img,
  .h-284 img {
    height: auto;
  }

  .hero-fg {
    position: relative;
    bottom: -99.5px;
    transform: scale(1);
    right: 0%;
  }

  .volunteer-image {
    height: 710px;
  }

  .volunteer-form {
    position: relative;
    top: 0;
  }

  .page-template-page-contact .splash .bg-img {
    height: 400px;
  }

  .contact-form {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .display-1 {
    font-size: 19vw;
  }

  .page-template-page-contact .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

  .mobile {
    display: block !important;
  }

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

  .page-template-page-home .name_first {
    padding-bottom: 0px;
  }

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

  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full) {
    margin-bottom: 0 !important;
  }

  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span.name_first:not([style*="display:none"]):not(.ginput_full) {
    margin-bottom: 10px !important;
  }
}

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

@media screen and (max-width: 576px) {
  .main-content-section .bg-quaternary,
  .volunteer-content-section .bg-quaternary,
  .contact-content-section .bg-quaternary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-hero .bg-primary,
  .issues-hero .bg-primary {
    padding: 30px 15px;
  }

  .issues-body .first-grid,
  .issues-body .second-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .volunteer-content-section .gform_button,
  .contact-content-section .gform_button {
    max-width: none;
  }

  .volunteer-image {
    height: auto;
  }

  .text-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  footer .footer-logo img {
    width: auto;
  }

  .page-template-page-home .hero-section [src*="logo"] {
    width: auto;
  }

  .volunteer-hero .bg-primary {
    padding: 30px 15px;
  }

  .volunteer-form,
  .contact-form {
    padding-top: 30px;
  }
}

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

@media screen and (max-width: 400px) {
  .page-template-page-issues h1 {
    font-size: 54px;
  }

  .page-template-page-contact .splash .bg-img {
    height: 250px;
  }
}

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

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