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

/* ===================================================
		MIN WIDTH 
=================================================== */
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-column-gap: 8px !important;
  }
}

@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: 180px 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) {

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

@media screen and (max-width: 1199px) {
  .lp-dove-modal .modal-dialog {
    max-width: 920px;
  }

  .lp-dove-modal-body {
    padding: 0 40px 48px;
  }

  .lp-dove-modal-logo {
    max-width: 320px;
    margin-top: -156px;
  }

  .mobile-nav-button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px;
    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;
    display: block;
  }

  .main-navigation a {
    padding: 10px 20px;
  }

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

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

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

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

  .lp-hero {
    min-height: 560px;
  }

  .splash h1 {
    /* margin-top: -50px; */
    margin-top: -30px;
  }

  .lp-signup-form {
    max-width: 640px;
  }

  .lp-mission-image {
    min-height: 360px;
  }

  .lp-why {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.75) 100%), url("/wp-content/themes/rdrc-ok-lp/assets/images/1_why.jpg") no-repeat 78% center;
  }

  .lp-dove-modal .modal-dialog {
    max-width: calc(100% - 24px);
    margin: 96px auto 16px;
  }

  .lp-footer {
    padding-top: 72px;
  }
}

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

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

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

  .lp-hero {
    min-height: 500px;
  }

  .splash .container {
    padding-top: 100px;
  }

  .splash h1 {
    /* margin-top: -44px; */
    /* margin-top: -24px; */
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px !important;
  }

  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1 / -1 !important;
  }

  .gform_wrapper.gravity-theme #field_submit {
    justify-content: center !important;
  }

  .gform-button {
    font-size: 1rem;
    width: 261px;
  }

  .gform_confirmation_message {
    height: 230px;
  }

  .lp-signup-form .col-auto {
    width: 100%;
  }

  .lp-arrow-btn {
    width: 100%;
  }

  .lp-why-item {
    align-items: flex-start !important;
  }

  .lp-dove-modal-close {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .lp-dove-modal-body {
    padding: 0 20px 28px;
  }

  .lp-dove-modal-logo {
    max-width: 210px;
    margin-top: -98px;
    margin-bottom: 4px;
  }

  .lp-dove-modal-tiers p {
    font-size: 15px;
  }

  .lp-dove-modal-btn {
    min-width: 100%;
    font-size: 15px;
    white-space: normal;
    line-height: 1.35;
  }

  .lp-footer-logo {
    max-width: 300px;
  }
}

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

  .lp-hero {
    min-height: 460px;
  }

  .gform_confirmation_message {
    height: 254px;
  }

  .lp-title {
    line-height: 0.95;
  }

  .lp-signup-label {
    letter-spacing: 0.03em;
  }

  .lp-script {
    line-height: 1;
  }

  .lp-why-icon-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding: 10px;
  }

  .lp-why-icon {
    width: 42px;
    height: 42px;
  }

  .lp-footer {
    padding-top: 56px;
    padding-bottom: 20px;
  }

  .lp-footer-logo {
    max-width: 240px;
    margin-bottom: 24px !important;
  }

  .lp-footer-headline p {
    margin-top: -2px;
  }

  .lp-footer-legal {
    gap: 6px;
  }
}

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

  /* Reset for Mobile Admin bar */
  body {
    position: initial;
  }
}

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

  h1,
  .h1 {
    font-size: 13vw;
  }

  h2,
  .h2 {
    font-size: 12vw;
  }

  .splash h1 {
    margin-top: -6% !important;
  }
}

@media screen and (max-width: 475px) {
  header .site-logo img {
    bottom: -190px;
  }

  .btn-container {
    width: 100%;
  }

  .btn-secondary {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 450px) {
  .lp-script {
    font-size: clamp(11vw, 7vw, 100px);
  }

  .d-450-block {
    display: block;
  }

  .page-template-page-privacypolicy h3 {
    font-size: 43px;
  }
}

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

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

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