/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */

.slogan-section {
  background-color: unset;

  .bg-image {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .logo-holder .logo {
    width: 15.5rem;
  }
  .members-holder {
    font-size: 1.125rem;
  }
}

.page-search .search-form-toggle {
  background-color: #1576B7;
}

.slogan-section:before {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}


.about-section {
  .info-text {
    margin-bottom: 0;
  }

  @media (min-width: 768px) {
    padding: 3.5rem 0;

    .info-text {
      font-size: 1.125rem;
    }

    .info-text p:last-of-type {
      margin-bottom: 0;
    }
  }
}

@media (min-width: 992px) {
  .services-section,
  .team-section,
  .blog-section {
    padding: 3.5rem 0;
  }
  .team-section {
    padding-bottom: 0;
  }
  .menu-drop .main-nav>li>a,
  .menu-drop .main-nav>li>span {
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .testimonials-section {
    padding: 3.5rem 0;
  }
}
.main-content p a {
  font-weight: 700;
}

#sidebar a {
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .members-holder .card-img {
    margin: auto;
  }
}
