/**
 * Theme Name: Avada Child Theme
 * Template:   Avada
 * Update URI: false
 */
.button-icon-divider-left {
  border-right: 0 !important;
}

.fusion-button-text-left {
  padding-left: 14.5px !important;
}

.fusion-secondary-menu > ul > li {
  border-left: 0 !important;
  margin-bottom: 1px;
}

.serviceSearchWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.serviceSearchWrapper form {
  width: 30rem;
  max-width: 100%;
  margin-bottom: 1em;
}
.serviceSearchWrapper form select {
  width: 100%;
  padding: 10px;
  font-size: 15px;
}
.serviceSearchWrapper form input[type=search] {
  font-size: 1rem !important;
}
.serviceSearchWrapper a.currentLocation {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.serviceSearchWrapper a.currentLocation svg {
  width: 1em;
  height: 1em;
}
.serviceSearchWrapper a.currentLocation svg path {
  fill: var(--link_color);
  transition-property: fill;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.serviceSearchWrapper a.currentLocation:hover svg path {
  fill: var(--link_hover_color);
}

.noSearchSpacer {
  height: 6rem;
  width: 100%;
}

.locationSearchResults {
  width: 100%;
}
.locationSearchResults .resultsText {
  margin: 2rem 0;
  text-align: center;
}
.locationSearchResults .resultsText h2 {
  margin: 0 0 0.5em;
}
.locationSearchResults .serviceResults {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.locationSearchResults .serviceResults .displayGroup {
  width: 100%;
}
.locationSearchResults .serviceResults .displayGroup:nth-child(n+2) {
  display: none;
}
.locationSearchResults .serviceResults .serviceResult {
  margin: 2.5rem 0;
  border: 1px solid #d2d2d2;
  padding: 1rem 1.5rem 0.5rem;
  border-radius: 0.5rem;
}
.locationSearchResults .serviceResults .serviceResult .topRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.locationSearchResults .serviceResults .serviceResult .topRow .titleAndType h3, .locationSearchResults .serviceResults .serviceResult .topRow .titleAndType h4 {
  margin: 0 0 0.2em;
}
.locationSearchResults .serviceResults .serviceResult .topRow a.fusion-button {
  margin-left: 1em;
}
.locationSearchResults .serviceResults .serviceResult .topRow a.fusion-button span {
  white-space: nowrap;
}
.locationSearchResults .serviceResults #serviceResultsLoadMore {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}
.locationSearchResults .serviceResults #serviceResultsLoadMore.visible {
  opacity: 1;
  pointer-events: auto;
}

.privatePracticeServices {
  position: relative;
  width: 100%;
}
.privatePracticeServices .content {
  position: relative;
  z-index: 2;
}
.privatePracticeServices .content .resultsText {
  margin: 3rem 0 2rem;
  text-align: center;
}
.privatePracticeServices .content .resultsText h2 {
  margin: 0 0 0.5em;
}
.privatePracticeServices .content .serviceResult {
  margin: 2.5rem 0;
  border: 1px solid #bbbbbb;
  padding: 1rem 1.5rem 0.5rem;
  border-radius: 0.5rem;
}
.privatePracticeServices .content .serviceResult .topRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.privatePracticeServices .content .serviceResult .topRow .titleAndType h3, .privatePracticeServices .content .serviceResult .topRow .titleAndType h4 {
  margin: 0 0 0.2em;
}
.privatePracticeServices .content .serviceResult .topRow a.fusion-button {
  margin-left: 1em;
}
.privatePracticeServices .content .serviceResult .topRow a.fusion-button span {
  white-space: nowrap;
}
.privatePracticeServices .background {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #d8d8d8;
  width: 100vw;
  left: calc(50% - 50vw);
}

@media (min-width: 768px) {
  .serviceDetailPage {
    display: flex;
  }
}
.serviceDetailPage .titleAndDescription {
  width: 100%;
}
.serviceDetailPage .titleAndDescription h1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .serviceDetailPage .titleAndDescription {
    width: 70%;
    padding-right: 2rem;
  }
}
.serviceDetailPage .titleAndDescription .servicesOffered h3 {
  margin-bottom: 0;
}
.serviceDetailPage .titleAndDescription .servicesOffered p {
  margin-top: 0;
}
.serviceDetailPage .contactDetails {
  width: 100%;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .serviceDetailPage .contactDetails {
    width: 30%;
  }
}
.serviceDetailPage .contactDetails h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.2em;
  background: no-repeat center left;
}
.serviceDetailPage .contactDetails h4.email {
  background-image: url(/wp-content/themes/avada-child/images/email-icon.svg);
}
.serviceDetailPage .contactDetails h4.phone {
  background-image: url(/wp-content/themes/avada-child/images/phone-icon.svg);
}
.serviceDetailPage .contactDetails h4.website {
  background-image: url(/wp-content/themes/avada-child/images/map-icon.svg);
}
.serviceDetailPage .contactDetails p {
  margin: 0 0 1em;
}
.serviceDetailPage .contactDetails h4, .serviceDetailPage .contactDetails p {
  padding-left: 40px;
}

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