/*!
 * 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 {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkGoogleReviews {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkGoogleReviews {
    padding: 0;
  }
}
.wkGoogleReviews__wrapper {
  background: var(--hl-icelight);
  border-radius: 0.7rem;
  margin: 0 auto;
  max-width: 111rem;
  padding: 2rem;
}
.wkGoogleReviews__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 2rem auto;
}
.wkGoogleReviews__header--right {
  display: flex;
  flex-wrap: wrap;
}
.wkGoogleReviews h2 {
  align-self: center;
  color: var(--Black, #1A1A1A);
  font-family: var(--thomasheadline);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 2rem 1rem 0;
}
.wkGoogleReviews__title {
  font-family: var(--roboto);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin: 0 0 2rem 0;
  padding-right: 2rem;
}
@media (min-width: 867px) {
  .wkGoogleReviews__title {
    border-right: 0.1rem solid var(--hl-berlin);
    margin: 0 2rem 0 0;
    text-align: right;
  }
}
.wkGoogleReviews__ratings {
  font-family: var(--roboto);
  font-size: 1.6rem;
}
.wkGoogleReviews__ratings div {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .wkGoogleReviews__ratings div {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .wkGoogleReviews__ratings div {
    flex-wrap: wrap;
  }
}
.wkGoogleReviews__content {
  display: flex;
  font-size: 1.5rem;
  gap: 1.8rem;
  overflow-x: auto;
  padding-bottom: 2rem;
}
.wkGoogleReviews__content::-webkit-scrollbar {
  height: 0.5rem;
}
.wkGoogleReviews__content::-webkit-scrollbar-thumb {
  background: var(--hl-primary);
  border-radius: 0.4rem;
}
.wkGoogleReviews__content::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 0.4rem;
}
.wkGoogleReviews__container {
  background: var(--hl-white);
  border-radius: 0.7rem;
  flex-shrink: 0;
  padding: 1rem;
  width: 25rem;
}
.wkGoogleReviews__head {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
.wkGoogleReviews__head span {
  color: #202124;
  font-family: var(--roboto);
}
.wkGoogleReviews__rating {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
.wkGoogleReviews__rating span {
  font-family: var(--roboto);
}
.wkGoogleReviews__stars {
  align-items: center;
  display: flex;
  gap: 0.2rem;
  margin-left: 0.5rem;
  position: relative;
  width: 7rem;
}
.wkGoogleReviews__stars i {
  color: var(--hl-sunny);
  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__image img {
  width: 100%;
}
.wkGoogleReviews__text {
  color: #202124;
  font-family: var(--roboto);
}
.wkGoogleReviews__text.collapsible {
  height: 15rem;
  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;
}
.wkGoogleReviews__linkall {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
/*# sourceMappingURL=wkGoogleReviews.css.map */
