/* ======== 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
------------------------------ */
.d-lg-block-only {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .d-lg-block-only {
    display: block !important;
  }
}

/* ------------------------------ 
	768px - 991px MEDIUM
------------------------------ */
@media (min-width: 641px) and (max-width: 767px) {
  .d-lg-block-only {
    display: block !important;
  }
}

/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1399px) {
  .image-gallery img {
    top: -436px;
  }

  [src*="2_gallery_1a"],
  [src*="2_gallery_2a"],
  [src*="2_gallery_3a"],
  [src*="2_gallery_4a"],
  [src*="2_gallery_5a"] {
    width: 337px;
    height: 337px;
  }

  .page-template-page-issues .col-lg-8 {
    margin-top: -470px;
  }

  .page-template-page-issues .splash hr.bg-secondary {
    width: 150px;
  }

  .gform_wrapper.gravity-theme .ginput_address_state {
    margin: 0 10.9px !important;
  }
}

@media screen and (max-width: 1199px) {
  .page-template-page-home .home-intro {
    padding: 282px 0 80px 0;
  }

  .image-gallery img {
    top: -366px;
  }

  [src*="2_gallery_1a"],
  [src*="2_gallery_2a"],
  [src*="2_gallery_3a"],
  [src*="2_gallery_4a"],
  [src*="2_gallery_5a"] {
    width: 284px;
    height: 284px;
  }

  .page-template-page-issues .col-lg-8 {
    margin-top: -480px;
  }

  .page-template-page-issues .splash h4 {
    margin: 0 130px 0 200px;
  }

  .page-template-page-issues .splash hr.bg-secondary {
    width: 90px;
  }

  .gform_wrapper.gravity-theme .ginput_address_state {
    margin: 0 9.1px !important;
  }
}

@media screen and (max-width: 991px) {
  .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(--secondary);
    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 {
    background: var(--primary);
  }

  .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;
  }

  .page-template-page-home .home-intro {
    padding: 153px 0 80px 0;
  }

  .image-gallery img:not([src*="horiz_1"]) {
    position: relative;
  }

  .image-gallery [src*="square_1"],
  .image-gallery [src*="square_2"],
  .image-gallery [src*="square_3"],
  .image-gallery [src*="square_4"],
  .image-gallery [src*="square_5"],
  .image-gallery [src*="horiz_2"] {
    top: 0;
  }

  .image-gallery [src*="square_2"],
  .image-gallery [src*="square_5"] {
    left: unset;
    right: -50px;
  }

  .image-gallery [src*="square_1"],
  .image-gallery [src*="square_4"] {
    left: -50px;
  }

  .image-gallery [src*="square_3"] {
    left: 0;
    transform: none;
    margin: -10px 0;
  }

  .image-gallery [src*="horiz_1"] {
    left: 50%;
    transform: translateX(-50%) rotate(-3.86deg);
    top: -208px;
  }

  .image-gallery [src*="horiz_2"] {
    right: unset;
  }

  .home-for-section h2:nth-child(2),
  .home-for-section h2:nth-child(3) {
    padding-left: 0;
  }

  [src*="2_gallery_1a"],
  [src*="2_gallery_2a"],
  [src*="2_gallery_3a"],
  [src*="2_gallery_4a"],
  [src*="2_gallery_5a"] {
    width: 390px;
    height: 390px;
  }

  .page-template-page-issues .col-lg-8 {
    margin-top: 30px;
  }

  .page-template-page-issues .bg-white {
    margin-left: 0;
  }

  .page-template-page-issues .splash hr.bg-secondary {
    width: 66px;
  }

  .page-template-page-issues .splash h4 {
    margin: 0 130px;
  }

  .page-template-page-issues
    .issues-content-section
    hr.bg-secondary:last-child {
    width: -webkit-fill-available;
  }

  .page-template-page-media h2 {
    font-size: 75px;
  }

  .page-template-page-media .d-grid,
  .grid-one,
  .grid-two {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .gform_wrapper.gravity-theme .ginput_address_state {
    margin: 0 13.9px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-home .gform_wrapper {
    width: 100%;
  }

  .gform_wrapper.gravity-theme .ginput_complex {
    flex-flow: column !important;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-third.gfield--type-name,
  .gform_wrapper.gravity-theme .gfield.gfield--width-third,
  .gform_wrapper.gravity-theme .gfield.gfield--width-third.gfield--type-submit,
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: 1 / -1 !important;
  }

  .name_first {
    margin-bottom: 10px !important;
    padding-right: 0 !important;
  }

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

  .gform-button {
    width: 100%;
  }

  .home-for-section h2 {
    font-size: 7.75vw;
  }

  .gallery-1 {
    width: 100%;
  }

  [src*="2_gallery_1a"],
  [src*="2_gallery_2a"],
  [src*="2_gallery_3a"],
  [src*="2_gallery_4a"],
  [src*="2_gallery_5a"],
  .page-template-page-meet img {
    display: flex;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .page-template-page-issues .splash h4 {
    margin: 0 40px;
  }

  .gform_wrapper.gravity-theme .ginput_container_address .address_city,
  .gform_wrapper.gravity-theme .ginput_container_address .address_state {
    margin: 0 0 10px 0 !important;
  }

  .ginput_address_state select {
    height: 42px;
  }
}

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

  .mobile {
    display: block !important;
  }

  .page-template-page-home .home-intro {
    padding: 48px 0 80px 0;
  }

  .image-gallery [src*="horiz_1"] {
    position: relative;
    left: 50%;
    transform: translateX(-50%) rotate(-3.86deg);
    top: 0;
  }

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

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

  .ginput_address_state select {
    height: 48px;
  }

  .gfield_checkbox {
    display: block;
  }

  .gfield_html {
    text-align: left !important;
  }

  .gform_button {
    width: 100%;
  }
}

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

@media screen and (max-width: 576px) {
  .image-gallery [src*="square_1"],
  .image-gallery [src*="square_4"] {
    left: -75px;
  }

  .image-gallery [src*="square_2"] {
    right: -75px;
  }

  .image-gallery [src*="square_5"] {
    right: -50px;
  }

  .page-template-page-issues .splash img {
    height: auto;
  }

  .page-template-page-issues .splash h4 {
    margin: 0 16px;
  }

  .page-template-page-media .splash img {
    width: 100%;
    height: auto;
  }

  footer .site-logo img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  [src*="horiz_1"] {
    left: unset;
    right: 0;
  }

  .home-for-section h2 {
    font-size: 10vw;
  }
}

@media screen and (max-width: 450px) {
  .page-template-page-home .home-intro h2 {
    font-size: 20vw;
  }

  .image-gallery img {
    max-width: 100%;
    height: auto !important;
  }

  .image-gallery [src*="square_3"] {
    width: 100%;
    height: auto;
  }

  .page-template-page-issues h2 {
    font-size: 75px;
  }

  .gfield_checkbox {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .image-gallery [src*="square_1"],
  .image-gallery [src*="square_4"] {
    left: -15px;
  }

  .image-gallery [src*="square_2"],
  .image-gallery [src*="square_5"] {
    right: -15px;
  }

  .page-template-page-meet h2,
  .page-template-page-media h2 {
    font-size: 70px;
  }

  .page-template-page-issues h2 {
    font-size: 64px;
  }
}

@media screen and (max-width: 350px) {
  .page-template-page-meet h2 {
    font-size: 60px;
  }

  .page-template-page-issues h2 {
    font-size: 57px;
  }

  .page-template-page-media h2 {
    font-size: 64px;
  }

  .page-template-page-media h3 {
    font-size: 34px;
  }
}

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