/*
Theme Name: Love & Company Web Designs Theme
Theme URI: https://design.loveandcompany.com
Template: starter-theme
Author: Love &amp; Company Inc.
Author URI: https://loveandcompany.com
Description: L&C Web Designs Theme
Version: 2023.08.15
*/
.pill-list, .pill-list-container ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.pill-list li, .pill-list-container ul li {
  padding: 7px;
  text-align: center;
  background-color: #F2F2F2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.pill-list li:nth-child(even), .pill-list-container ul li:nth-child(even) {
  background-color: #fff;
}
@media (min-width: 992px) {
  .pill-list, .pill-list-container ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pill-list li, .pill-list-container ul li {
    width: 23%;
    margin: 1%;
  }
}

.pill-list-container .accordion-body {
  padding: 0;
}
.pill-list-container ul {
  margin-top: 1rem;
}

.page-header .navbar-primary .navbar-collapse {
  align-items: center;
}

blockquote {
  position: relative;
  padding-top: 90px;
  font-size: 20pt;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  height: 71px;
  width: 90px;
  background-image: url(./img/quote.svg);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 22pt;
  }
  blockquote cite {
    font-size: 22pt;
  }
}
blockquote cite {
  font-size: 20pt;
}

.gform_wrapper .gform-body .gfield--type-html, .gform_wrapper .gform-body .gform-field-label {
  font-size: 16px !important;
}
.gform_wrapper .gform-body .gfield--type-html {
  font-style: italic;
}

form.search input[type=search] {
  border-right: none !important;
}
form.search button {
  width: 60px;
  border-left: none;
}

.maxw-small {
  max-width: 568px;
}

.maxw-medium {
  max-width: 768px;
}

.maxw-large {
  max-width: 1152px;
}

.maxw-xlarge {
  max-width: 1440px;
}

.team-member-bio-content {
  max-height: none !important;
}

.block--card img.icon {
  align-self: flex-start;
  margin-bottom: 25px;
}

/*# sourceMappingURL=style.css.map */
