.navbar .navbar-brand {
  display: none;
}
.navbar .navbar-toggler {
  margin: auto 0 auto auto;
}
/*-- Header --*/
.cw-header-info .container {
  max-width: 1000px;
}

.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif !important;
}

.header .cw-contact:before {
  display: block;
  font-family: FontAwesome;
  content: "\f0e6 ";
  color: var(--color-theme-secondary) !important;
  font-size: 1.75rem;
}

.header .cw-location {
  font-size: 0.9rem;
}

.header .cw-location:before {
  display: block;
  font-family: FontAwesome;
  content: "\f041";
  color: var(--color-theme-secondary) !important;
  font-size: 1.75rem;
}

.header .header-info {
  border-bottom: 1px solid rgb(255 255 255/30%);
}

.header .header-info-logo {
  z-index: 2;
}

.header .header-info-logo-img img {
  width: 445px;
}

section:not(.page-home) .cw-header-info {
  border-bottom: 3px solid #283e85;
}

/* Hero */
@media (max-width: 441px) {
  .card-block {
    padding: 20px !important;
  }
}

.hero-header {
  background: url("https://apihoard.webit.com/api/v1/Image/08A64C9CF4FAC3756A26A4B688BBB6BA/08A64C9CF4FAC3756A26A4B688BBB6BA.jpg?size=1920x1440")
    no-repeat;
  position: relative;
  background-size: cover;
  background-position: left;
}

.hero-container {
  padding-top: 18em;
  padding-bottom: 18em;
}

.card-section {
  position: relative;
  bottom: 60px;
}

.card-block {
  padding: 40px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.card-section .section-title h1 {
  text-transform: uppercase;
  font-size: 2.35rem;
}

@media (min-width: 280px){
  .card-section .section-title h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .card-section h2 {
    font-size: 1.5rem !important;
    text-transform: uppercase;
    font-style: italic;
    color: var(--color-theme-secondary);
    text-align: center;
  }
}

@media (min-width: 440px){
  .card-section .section-title h1 {
    text-transform: uppercase;
    font-size: 2.35rem;
  }

  .card-section h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-style: italic;
    color: var(--color-theme-secondary);
    text-align: center;
  }
}



.card-section h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
  color: var(--color-theme-secondary);
  text-align: center;
}

.card-section h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--color-theme-secondary);
  text-align: center;
  font-weight: 700;
}

.card-section p.lead {
  color: var(--color-theme-text);
  font-size: 1.15rem;
  text-align: center;
}

/* Hours and primary Care Section */
.cw-quote-section {
  background: linear-gradient(rgba(48, 91, 156, 0.85), rgba(139, 99, 177, 0.85)),
    url(https://apihoard.webit.com/api/v1/Image/9AC4F65FFA89037F1D583EDD809B4BC6/9AC4F65FFA89037F1D583EDD809B4BC6.jpg?size=1920x1440);
  background-size: cover;
  background-position: center;
  padding: 8em 0;
  text-shadow: 0px 0px 2px #000, 0px 0px 3px #683b93;
}
.cw-quote-section a {
  color: #fff;
}
.cw-quote-section a:hover {
  color: #9376b4;
}
.cw-quote-section h2 {
  font-size: 2rem;
}

@media (min-width: 576px) {
  .cw-quote-section h2 {
    font-size: 2.25rem;
  }
}

.cw-hours {
  color: #fff;
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  line-height: 27px;
  padding: 85px 60px 0;
  border: 14px solid #fff;
  border-bottom: 0;
}
.cw-quote {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 85px;
  text-align: center;
  border: 14px solid #fff;
  border-top: 0;
}

/* About Us Homepage */
.page-home .textwithimage {
  background: linear-gradient(
    180deg,
    var(--color-theme-primary),
    var(--color-theme-secondary)
  );
}

.page-home .textwithimage .textwithimage-text {
  color: #fff;
}

/* Footer Socials */
.cw-footer-social {
  margin-bottom: -1em;
}

.cw-footer-social .cw-social-link {
  width: 36px;
}

.cw-footer-social .cw-social-link:hover {
  opacity: 0.75;
}

/* Hide Shopping cart */
.navbar-cart {
  display: none !important;
}


/* Staff Page */

.cw-team-section {
  padding: 150px 0 60px;
}

.cw-staff-row {
  margin-bottom: 190px;
}

.cw-staff-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  padding: 40px 32px 35px;
  text-align: center;
}

.cw-img-wrapper {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 240px;
}

.cw-profile-circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #d9d9d9;
  overflow: hidden;
}

.cw-profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cw-accent-arc {
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #8355b5;
  transform: rotate(360deg);
  pointer-events: none;
}

.cw-card-body {
  margin-top: 125px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cw-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.85rem;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.cw-title-primary {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #33BAB5;
  margin-bottom: 4px;
}

.cw-title-secondary {
  font-size: 0.95rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 0;
}

.cw-contact {
  margin-top: auto;
  padding-top: 34px;
}

.cw-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 14px;
}

.cw-contact-item:last-child {
  margin-bottom: 0;
}

.cw-contact-icon {
  width: 20px;
  color: #595959;
  margin-right: 10px;
  text-align: center;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .cw-team-section {
    padding: 115px 0 40px;
  }

  .cw-img-wrapper {
    width: 180px;
    height: 180px;
    top: -95px;
  }

  .cw-profile-circle {
    border-width: 5px;
  }

  .cw-accent-arc {
    border-width: 5px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }

  .cw-card-body {
    margin-top: 95px;
  }

  .cw-staff-card {
    padding: 30px 24px 28px;
  }

  .cw-name {
    font-size: 1.5rem;
  }

  .cw-title-primary,
  .cw-title-secondary {
    font-size: 0.88rem;
  }

  .cw-contact-item {
    font-size: 0.88rem;
    text-align: left;
    justify-content: flex-start;
  }
}