/*--------------------------------------------------------------
HIDE ELEMENTS
--------------------------------------------------------------*/

.page-id-630 {
  .header-middle-row-mobile,
  .header-bottom-row,
  #footer-widgets {
    display: none;
  }
  .header-top-row {
    justify-content: center;
  }
  .title-in-blue {
    text-align: center;
  }
  .cah-cust-nav-bar-wrapper {
    /* background-color: #004854;
    #logo-mobile,
    #logo-desktop {
      filter: brightness(0) invert(1);
    } */
  }
}

.page-id-2527 .cah-cust-nav-bar-wrapper,
.page-id-2527 .title-in-blue,
.page-id-2527 .cah-cust-nav-bar-floating-nav-inner-wrapper,
.page-id-2527 #right-sidebar,
.page-id-2527 #footer-widgets,
.page-id-2576 .cah-cust-nav-bar-wrapper,
.page-id-2576 .title-in-blue,
.page-id-2576 .cah-cust-nav-bar-floating-nav-inner-wrapper,
.page-id-2576 #right-sidebar,
.page-id-2576 #footer-widgets,
.page-id-661 .cah-cust-nav-bar-wrapper,
.page-id-661 .title-in-blue,
.page-id-661 .cah-cust-nav-bar-floating-nav-inner-wrapper,
.page-id-661 #right-sidebar,
.page-id-661 #footer-widgets,
.page-id-663 .cah-cust-nav-bar-wrapper,
.page-id-663 .title-in-blue,
.page-id-663 .cah-cust-nav-bar-floating-nav-inner-wrapper,
.page-id-663 #right-sidebar,
.page-id-663 #footer-widgets {
  display: none;
}

.page-id-2527 .just-logo-header,
.page-id-2576 .just-logo-header,
.page-id-661 .just-logo-header,
.page-id-663 .just-logo-header {
  display: flex;
  justify-content: center;
}

.page-id-2527 .header-bottom-bar,
.page-id-2576 .header-bottom-bar,
.page-id-661 .header-bottom-bar,
.page-id-663 .header-bottom-bar {
  height: 50px;
}

.page-id-2527 .cah-cust-nav-bar-floating-nav-wrapper,
.page-id-2576 .cah-cust-nav-bar-floating-nav-wrapper,
.page-id-661 .cah-cust-nav-bar-floating-nav-wrapper,
.page-id-663 .cah-cust-nav-bar-floating-nav-wrapper {
  padding: 0;
}

.page-id-2527 .grid-75,
.page-id-2576 .grid-75,
.page-id-661 .grid-75,
.page-id-663 .grid-75 {
  width: 100%;
}

.page-id-2527 {
  background-color: white;
  #page {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  #main {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .page,
  .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .site-footer,
  .header-bottom-bar,
  .just-logo-header {
    display: none;
  }
}

.page-id-2576 {
  background-color: white;
  #page {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  #main {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .page,
  .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .site-footer,
  .header-bottom-bar,
  .just-logo-header {
    display: none;
  }
}

/* lp css */

.page-id-2527,.page-id-2576,
.page-template-landing {
  #sticky-header {
    display: none;
  }
  .page {
    margin: 0;
  }
  .entry-content {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .inside-footer {
    display: none !important;
  }
}
.page-id-2527, .page-id-2576 {
  .copyright-bar {
    display: none;
  }
  #main-header-wrapper,
  .sticky-header {
    display: none;
  }
}
.content-wrapper {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.new-lp {
  font-size: 18px;
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #004854;
  }
}
.fifty-percent {
  width: 50%;

  &:first-of-type {
    padding-right: 5%;
  }
  &:last-of-type {
    padding-left: 5%;
  }
}
#gform_submit_button_9 {
  padding: 10px 20px !important;
}

#gform_submit_button_9,
.lp-btn {
  background-color: #E29F6D !important;
  color: white !important;
  text-transform: capitalize;
  padding: 20px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
  border-radius: 100px;
  font-weight: 700;
}
#gform_submit_button_9:visited,
.lp-btn:visited {
  color: white !important;
}
#gform_submit_button_9:hover,
.lp-btn:hover {
  background-color: #E29F6D !important;
  color: white !important;
}
.lp-hero {
  width: 100%;
  background-color: #004854;
  color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;

  .lp-hero-content {
    display: flex;
    padding-bottom: 80px;
  }
  .lp-logo {
  }
  & h1 {
    font-size: 40px;
    line-height: 120%;
    color: #fff;
  }
  & p {
    margin-bottom: 0;
    color: #fff;
  }
  .logo-ctn {
    margin-bottom: 80px;

    .lp-btn {
      display: none;
    }
  }
}
.hero-card {
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;

  & img {
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .lp-btn {
    margin-bottom: 16px;

    &:last-of-type {
      margin-bottom: 0;
    }
  }
  button {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
#lp-popover {
  overflow: visible;
  background-color: transparent;
  margin: 50vh auto 0;
  transform: translateY(-50%);
  width: fit-content;
  max-width: 90vw;

  & img {
    border-radius: 16px;
  }

  &::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }

  button {
    color: #fff;
    background-color: #004854;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -18px;
    right: -18px;
    border: 2px solid #E29F6D;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.lp-hero-sub {
  border-top: 2px solid rgba(238, 248, 247, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 24px 0 0 0;

  & p {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
  }
  & a {
    color: #fff;
    text-transform: capitalize;
  }
  & a:visited {
    color: #fff;
  }
}
.lp-services-section {
  padding: 80px 0;

  .services-img {
    border-radius: 8px;
  }
  .lp-services-content {
    display: flex;
  }
}

.lp-sub-title {
  font-size: 40px;
}

.lp-services {
  & p:last-of-type {
    color: #004854;
    padding-top: 24px;
    margin-bottom: 0;
    border-top: 2px solid rgba(24, 56, 99, 0.2);

    & a {
      font-weight: bold;
      color: #004854;
    }
    & a:visited {
      color: #004854;
    }
  }
}

.lp-check-ctas {
  display: flex;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  gap: 16px;
  margin: 0;
  list-style-type: none;
  padding: 0 0 40px 0;
}

.check-cta {
  padding: 16px 24px;
  border-radius: 30px;
  background-color: #E3FFFC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #004854;
  list-style-type: none;
  width: fit-content;
  font-weight: 700;
}

& svg {
  width: 18px;
  margin-right: 10px;
}

.lp-hours {
  padding: 80px 0;
  background-color: #004854;

  .lp-sub-title {
    display: none;
  }

  .hours {
    max-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .day {
    display: flex;
    flex-direction: column;
    max-width: 250px;

    & p:first-of-type {
      font-weight: bold;
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid rgba(238, 248, 247, 0.2);
      padding-left: 20px;
      padding-right: 20px;
    }

    & p {
      color: #fff;
      text-align: center;
      margin-bottom: 0;
    }
  }
  .intro-hours-day {
    display: flex;
    flex-direction: column;
    color: #fff !important;
    max-width: 250px;
    padding: 0;
    border: none;

    & h4 {
      font-weight: bold;
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid rgba(238, 248, 247, 0.2);
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
    }

    & p {
      text-align: center;
      margin-bottom: 0;
    }
  }
}

.lp-team-section {
  padding: 80px 0;
  height: 600px;
  display: flex;
  justify-content: center;

  .lp-team-content {
    display: flex;
  }

  & img {
    border-radius: 8px;
  }
  .lp-team-content-upper {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(24, 56, 99, 0.2);
  }
  .lp-sub-title {
    margin-bottom: 0;
  }
}

.lp-footer {
  background-color: #004854;
  padding: 48px 0;

  .lp-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp-footer-btns-ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;

    .lp-btn {
      width: 185px;

      &:hover {
        background-color: #E29F6D;
      }
    }
  }
}

/* slider css */

.sl-lp-wrapper {
}
.sl-lp-container {
  /* display: flex;
  width: 1360px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row; */
}
.sl-lp-header {
  font-weight: bold;
  color: #E29F6D;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.sl-lp-arrow-container {
  max-height: 48px;
  max-width: 48px;
}
.sl-lp-arrow-container:hover {
  cursor: pointer;
}
.sl-lp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.sl-lp-content {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.sl-lp-content .sl-lp-text {
  & > *:first-child {
    display: block;
    margin-bottom: 0;
  }
  & > * {
    display: none;
  }
}
.sl-lp-content .sl-lp-name {
  text-transform: capitalize;
  font-weight: bold;
  color: #004854;
  font-size: 24px;
  margin-bottom: 10px;
}
.sl-lp-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sl-lp-side {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  background-color: #E29F6D;
  border: 2px solid #E29F6D;
  box-sizing: border-box;
  font-size: 20px;
  color: #E29F6D;
  transition: all 0.6s ease;
  color: #fff;
}
.sl-lp-side:hover {
  background-color: #004854;
  border-color: #004854;
  color: white;
  cursor: pointer;
}

/*appointment form*/

/* .page-id-1989 {
  background-color: #004854;

  .site-content {
    margin-top: 0;
  }

  .footer-bottom-container {
    justify-content: center;
  }

  .footer-top,
  .footer-socials {
    display: none;
  }
  .hero-banner-caption > h1 {
    color: #fff;
  }
  .subpage-body {
    padding: 0;
    background-color: #004854;
  }
}
.page-id-1989 .entry-content {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  padding: 0;
}
.page-id-1989 header.entry-header h1.entry-title {
  text-align: center;
  padding: 0;
  color: #fff !important;
  margin: 0px auto 80px auto;
  width: 90%;
}

.page-id-1989 {
  .gform_wrapper {
    background-color: white;
    box-sizing: border-box;
    padding: 0 0 50px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0px;
    width: 90%;
    max-width: 600px;

    .gform_fields {
      padding: 50px 0;
    }

    .gform-body {
      width: 100%;
    }

    .gform_heading {
      display: none;
    }

    .gfield:not(#field_13_2) {
      padding: 0 50px;
    }

    .gfield textarea,
    .gfield input:not(.gfield-choice-input) {
      background-color: #fafafa;
      border: 1px solid #444;
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      padding: 5px 10px !important;
      color: #444;
      width: 100% !important;
    }

    .gform-footer,
    .gform_page_footer {
      border-top: none !important;
      padding: 0 50px !important;
      margin: 25px 0 0 0 !important;
    }

    .gform_next_button,
    .gform_previous_button,
    .gform_button {
      border-radius: 100px;
      box-shadow: none;
      margin-right: 0 !important;
      width: 100% !important;
      background-color: #E29F6D;
      color: white;
      text-align: center;
      text-transform: uppercase;
      box-sizing: border-box !important;
      padding: 10px;
      font-size: 20px !important;
      transition: all 0.6s ease;
      font-weight: bold;
      margin-left: 0px;
      padding: 20px !important;
    }

    .gform_next_button:hover,
    .gform_previous_button:hover,
    .gform_button:hover {
      background-color: #004854;
      color: #fff;
      cursor: pointer;
    }

    .gfield select {
      background-color: #fafafa;
      border: 1px solid #444;
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      padding: 5px 10px !important;
      color: #444;
      width: 100% !important;
    }
  }
} */

/* media query */

@media screen and (max-width: 1024px) {
  .fifty-percent {
    width: 100%;
    &:first-of-type {
      padding: 0 0 48px 0;
    }
    &:last-of-type {
      padding: 0;
    }
  }
  .content-wrapper {
    flex-direction: column;
  }
  .lp-hero {
    padding: 48px 0;

    .lp-hero-content {
      padding-bottom: 48px;
    }
    .logo-ctn {
      display: flex;
      justify-content: space-between;

      .lp-logo {
        max-width: 200px;
      }
      .lp-btn {
        display: inline-block;
        height: fit-content;

        &:hover {
          background-color: #E29F6D;
        }
      }
    }
    & h1 {
      font-size: 30px;
    }
  }
  .hero-card {
    padding: 24px;
  }
  .lp-hero-sub {
    & p {
      display: flex;
      flex-direction: column;
    }
    & p,
    a {
      margin-bottom: 20px;
      text-align: center;
    }
    & a {
      margin-bottom: 0;
      max-width: 215px;
      margin: auto;
    }
  }
  .lp-services-section {
    padding: 48px 0;

    .lp-sub-title {
      padding-bottom: 24px;
      border-bottom: 2px solid rgba(24, 56, 99, 0.2);
    }
  }
  .lp-hours {
    padding: 48px 0;

    .hours {
      gap: 12px;
      justify-content: space-between;
      width: 100%;
    }

    .day {
      flex-direction: row;
      justify-content: space-between;
      max-width: none;
      width: 100%;

      & p,
      p:first-of-type {
        font-size: 16px;
        font-weight: normal;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0;
      }
    }
    .lp-sub-title {
      display: block;
      color: #fff;
      padding-bottom: 24px;
      border-bottom: 2px solid rgba(238, 248, 247, 0.2);
    }
  }
  .lp-team-section {
    padding: 48px 0;
  }
  .lp-footer-logo {
    margin-bottom: 48px;
  }
  .sl-lp-btns {
    align-items: flex-start;
  }
  .lp-team-section {
    padding: 48px 0;
    height: 975px;
    max-width: none;
  }
  /* .page-id-1989 .gform_wrapper {
    .gfield:not(#field_13_2),
    .gform-footer,
    .gform_page_footer {
      padding: 0 20px !important;
    }
  } */
}
