@media (max-width: 1230px) {
}

@media (min-width: 1200px) {
  .takeoverleft h2 {
    max-width: 480px;
  }
}
@media (max-width: 1200px) {
  #takeover .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer-logo img {
    width: 240px;
  }
}

@media (max-width: 1000px) {
  .hamburger {
    display: inline-block !important;
    position: relative;
    right: 10px;
    top: 6px;
  }

  .header-donate {
    margin-top: 10px;
  }

  .header-donate a:hover {
    text-decoration: none !important;
  }

  .mobile-nav li {
    list-style: none;
    text-transform: uppercase;
  }
  .mobile-nav {
    display: none; /* Hide it initially */
    position: absolute;
    max-height: 0;
    z-index: 1000;
    padding-bottom: 30px;
    transition: max-height 0.3s ease-in-out;
    background-color: #fff;
    border-bottom: 1px solid #808080d9;
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
  }

  .nav-mobile {
    flex-direction: column;
    gap: 15px;
  }
  .mobile-nav .social-icons {
    margin-top: 20px;
    max-width: 210px;
    gap: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-top .menu-wrap {
    display: none;
  }
  .hero-section .container {
    flex-direction: column;
    gap: 20px;
  }

  .donation-container {
    flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 0;
  }

  .header-top {
    width: 95%;
  }
  .header-top #menu-header a {
    font-size: 14px;
  }

  .footer-disclaimer {
    margin-top: 30px;
  }
  footer .social-icons {
    width: 100%;
    justify-content: center;
  }

  .footer-disclaimer {
    width: fit-content;
  }

  .privacy {
    width: 100%;
    justify-content: center;
  }

  .meet-bottom-content {
    padding-bottom: 0px;
  }

  .container.meet-container {
    flex-direction: column-reverse;
  }

  .meet-content,
  .large-text .container h1 {
    width: 100%;
  }

  .about-logo {
    width: 80%;
    display: flex;
    justify-content: center;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-left,
  .donate-img-container,
  .meet-bottom-image,
  .meet-top-image,
  .meet-img-container,
  .meet-middle-image,
  .meet-block-4-image,
  .meet-block-5-image {
    align-self: center;
  }

  img.meet-section-image,
  .donation-image,
  .meet-top-image img,
  .meet-bottom-image img,
  .meet-middle-image img,
  .meet-block-4-image img,
  .meet-block-5-image img {
    max-width: 600px;
  }

  .meet-hero-left {
    width: unset;
    text-align: center;
  }

  .hero-form {
    max-width: unset;
  }

  .donate-content {
    width: 100%;
  }

  .donate-title {
    width: 100%;
    text-align: center;
  }

  .donate-disclaimer {
    align-items: center;
    justify-content: center;
  }

  .footer-bottom {
    padding-top: 0px;
    margin-top: 0px;
  }

  .footer-contact-container {
    margin-top: 0px;
    flex-direction: column;
  }

  .footer-content-container,
  .footer-top,
  #menu-header-2 {
    flex-direction: column;
  }

  .footer-top {
    align-items: center;
    gap: 20px;
  }

  .footer-logo {
    padding-left: 0;
    margin-left: auto;
  }
  .footer-links {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .footer-links p {
    padding-right: 0px;
  }
  .footer-address {
    padding-left: 0px;
  }

  footer .menu-wrap {
    max-width: 220px;
  }

  .footer-left {
    align-items: center;
  }

  .footer-address p {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
  }
  .footer-links p {
    margin: 0 auto;
  }
  footer .social-icons a {
    width: fit-content;
    margin-top: 15px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .contact-icon-group {
    justify-content: center;
  }

  .footer-top .menu-wrap {
    justify-content: center;
    gap: 10px;
  }

  .email-address,
  .address {
    margin: 5px 0px !important;
    text-align: center;
  }

  .footer-bottom {
    border-top: unset;
    padding-bottom: 40px;
  }

  .container {
    width: 90%;
  }

  .donation-buttons {
    flex-wrap: wrap;
    width: 100%;
  }

  .menu-wrap .donate-footer-btn {
    display: inline-block;
    padding: 12px 20px;
  }

  img.tk-logo {
    width: 250px;
  }
}

@media (max-width: 950px) {
}

@media (max-width: 900px) {
  .home .header-top #menu-header a,
  .home .header-top #menu-header a {
    font-size: 14px !important;
  }

  .header-top #menu-header a {
    padding: 7.5px 10px;
  }

  .meet-section-image {
    max-height: 500px;
  }

  .why-image img {
    max-height: 500px;
    object-position: 20% 15%;
  }
  .container.why-container {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .why-content h2 {
    margin-top: 15px;
  }
}

@media (max-width: 850px) {
  .issues-list {
    flex-direction: column;
  }

  .qr-section-content {
    width: 100%;
    text-align: center;
  }

  .qr-section .container {
    flex-direction: column;
    border-radius: 50px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .takeoverright {
    display: none;
  }

  .takeoverright.mobile-only {
    display: block;
    margin-bottom: 40px;
  }

  .takeoverleft h1 {
    text-align: center;
  }

  .header-top #menu-header a {
    display: inline-block;
    padding: 7.5px 10px;
    font-size: 14px;
  }

  .header-top .menu-wrap .donate-footer-btn {
    font-size: 14px;
  }

  .hero-section h1,
  .donation-section h2,
  .meet-content h2,
  .meet-hero-container h1 {
    font-size: 33px;
    line-height: 42px;
  }

  .hero-form {
    padding: 20px 0px !important;
  }

  .hero-form {
    max-width: 100%;
    padding: 20px;
  }

  .hero-form input {
    width: 100%;
  }

  .donation-buttons {
    gap: 10px;
  }

  .donate-btn,
  .donate-btn.btn-donate,
  .donate-title {
    width: 100%;
  }

  .footer-links a {
    margin-bottom: 10px;
  }

  .meet-bottom-gallery .container img:nth-of-type(1),
  .meet-bottom-gallery .container img:nth-of-type(2) {
    width: 49%;
  }

  .meet-bottom-gallery .container img:nth-of-type(3) {
    width: 100%;
  }

  .donate-disclaimer {
    width: 90%;
  }

  .header-top .header-logo {
    width: 80px;
  }

  .site-header {
    height: unset;
  }

  #header-logo-link {
    top: 10px;
    left: 10px;
  }

  .meet-top-content-text h2,
  .meet-bottom-content-text h2,
  .meet-middle-content-text h2,
  .meet-block-4-content-text h2,
  .meet-block-5-content-text h2 {
    font-size: 22px;
  }

  .basic-content {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .second-hero .container {
    padding: 30px 0px;
  }

  .second-hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .endorsement-item {
    flex-direction: column;
    align-items: center;
    flex: 1 1 calc(50% - 7.5px);
    min-width: 0;
    justify-content: flex-start;
  }

  .endorsement-item-content h4 {
    font-size: 18px;
    text-align: center;
  }

  .endorsement-item-content {
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 615px) {
  .header-hero-wrapper.meet-page-hero {
    background-image: unset;
    min-height: unset;
  }

  .header-hero-wrapper.meet-page-hero .mobile-img-container {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .meet-top-images img {
    width: 100%;
  }

  .meet-section {
    padding: 40px 0 60px;
  }

  .mobile-hero-image {
    height: auto;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
  }

  .mobile-hero-content {
    display: block;
  }

  .hero-section h1 {
    text-align: center;
  }

  .SmsSubscribeMobilePhone {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  html #wpadminbar {
    margin-top: -46px;
  }

  .donation-section .donation-buttons a {
    min-width: 100%;
  }

  .at-row.EmailAddress {
    margin-top: 0px;
  }

  .at-form .SmsLegalDisclaimer {
    text-align: center;
    margin: 0px auto;
    width: 90%;
  }
  .at-form-submit.clearfix {
    width: 100%;
  }

  .header-top .menu-wrap {
    display: none;
  }
}

@media (max-width: 570px) {
  .meet-bottom-gallery .container {
    flex-direction: column;
  }

  .meet-bottom-gallery .container img:nth-of-type(1),
  .meet-bottom-gallery .container img:nth-of-type(2) {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .footer-logo img {
    width: 200px;
  }
  #takeover .inner {
    padding: 30px 20px;
  }

  .takeoverleft .left-content h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}

@media (max-width: 450px) {
  .mobile-nav {
    padding: 150px 5px 20px;
  }
  .large-text .container h1 {
    font-size: 33px;
    line-height: 42px;
  }
  .footer-disclaimer {
    padding: 10px 5px;
  }
  .basic-page-wrapper h1 {
    font-size: 36px;
  }
  .at-row > [class^="at-"] {
    margin: 0 auto !important;
  }
  .at-form-submit:hover:after {
    left: 75%;
  }

  .tk-bg {
    width: 90%;
    bottom: -150px;
  }

  .takeoverleft h1 {
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .error-container h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .pre-footer-content h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .endorse-section h2 {
    text-align: center;
  }

  .endorsement-item-content p,
  .endorsement-item-content h4 {
    text-align: center;
  }

  .privacy-policy h1 {
    font-size: 30px;
  }

  .basic-page-wrapper h2 {
    font-size: 28px;
  }

  .second-hero-content h1 {
    font-size: 35px;
  }
}

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