/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Gallery */
.wkGoogleReviews {
  padding: 3rem 1.5rem !important;
}
.wkGoogleReviews__wrapper {
  margin: 0 auto;
  background-color: var(--white);
}
@media (min-width: 576px) {
  .wkGoogleReviews__wrapper {
    border: 0.1rem solid var(--primary);
    padding: 2rem 2rem 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .wkGoogleReviews__wrapper {
    max-width: 120rem;
  }
}
@media (min-width: 1366px) {
  .wkGoogleReviews__wrapper {
    max-width: 120rem;
  }
}
@media (min-width: 1920px) {
  .wkGoogleReviews__wrapper {
    max-width: 136.6rem;
  }
}
.wkGoogleReviews__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 3rem auto;
  max-width: 120rem;
}
@media (min-width: 576px) {
  .wkGoogleReviews__header {
    margin: 0 auto 5rem auto;
  }
}
.wkGoogleReviews__title {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .wkGoogleReviews__title {
    border-right: 0.3rem solid var(--grey--xlite);
    margin-bottom: 0;
    padding-right: 3rem;
    text-align: right;
    width: 38.195302843%;
  }
}
.wkGoogleReviews__title .headline {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .wkGoogleReviews__title .headline {
    font-size: 3rem;
  }
}
.wkGoogleReviews__title .subline {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .wkGoogleReviews__title .subline {
    font-size: 1.8rem;
  }
}
.wkGoogleReviews__total {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .wkGoogleReviews__total {
    text-align: left;
    width: calc(61.804697157% - 3rem);
  }
}
.wkGoogleReviews__total div,
.wkGoogleReviews__total p,
.wkGoogleReviews__total a {
  margin-bottom: 0.5rem;
  width: 100%;
}
.wkGoogleReviews__total div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  .wkGoogleReviews__total div {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.wkGoogleReviews__total div span {
  line-height: normal;
}
@media (min-width: 576px) {
  .wkGoogleReviews__total div span {
    margin-right: 1rem;
  }
}
.wkGoogleReviews__total a {
  font-weight: bold;
}
.wkGoogleReviews__total a:hover, .wkGoogleReviews__total a:focus, .wkGoogleReviews__total a:active {
  text-decoration: underline;
}
.wkGoogleReviews__total a i {
  color: var(--primary);
  font-size: 1.2rem;
}
.wkGoogleReviews__content {
  display: grid;
  font-size: 1.5rem;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.wkGoogleReviews__head {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
.wkGoogleReviews__head span {
  color: #202124;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wkGoogleReviews__rating {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
.wkGoogleReviews__rating span {
  color: #70757a;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wkGoogleReviews__stars {
  display: flex;
  gap: 0.2rem;
  margin: 0 1rem 0.2rem 0 !important;
  position: relative;
  width: 7rem;
}
.wkGoogleReviews__stars i {
  color: var(--ibe-tt-star);
  font-size: 1.2rem;
}
.wkGoogleReviews__stars__background {
  display: flex;
  gap: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.wkGoogleReviews__stars__background i {
  color: #f1f3f4;
}
.wkGoogleReviews__image {
  height: 3.2rem;
  margin-right: 1rem;
  width: 3.2rem;
}
.wkGoogleReviews__text {
  color: #202124;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wkGoogleReviews__text.collapsible {
  height: 13rem;
  overflow: hidden;
  position: relative;
}
.wkGoogleReviews__text.collapsible .readMore {
  display: block;
}
.wkGoogleReviews__text.collapsible .readMore.inactive {
  height: 4rem;
  position: relative;
}
.wkGoogleReviews__text.expanded {
  height: auto;
  max-height: none;
  overflow: visible;
}
.wkGoogleReviews__text .readMore {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
  bottom: 0;
  height: 4rem;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.wkGoogleReviews__text .readMore .circle {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  bottom: 1rem;
  box-shadow: var(--box-shadow--readMore);
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 50%;
  margin: 0 0 0 -1.5rem;
  position: absolute;
  text-align: center;
  width: 3rem;
}
.wkGoogleReviews__text .readMore .circle i {
  color: var(--grey);
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: 0.1rem;
}
.wkGoogleReviews__text .readMore .circle:focus {
  outline: none;
}
.wkGoogleReviews__text .readMore.readMoreOn {
  background: none;
  height: 0;
}
/*# sourceMappingURL=wkGoogleReviews.css.map */
