/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.contact-review .phone a {
  font-weight: 500;
  font-size: 24px;
  margin-top: .5em;
  display: inline-block;
  font-family: "Bitter", Helvetica, Arial, sans-serif;
  transition: color .3s ease-in-out; }
  .contact-review .phone a:hover {
    text-decoration: none;
    color: var(--gold); }

.contact-review .review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  color: var(--white);
  background-color: var(--dark-blue); }
  .contact-review .review .number {
    flex-basis: 37px; }
    .contact-review .review .number .review-overall {
      position: relative;
      font-family: "Bitter", Helvetica, Arial, sans-serif;
      font-size: 32px;
      z-index: 2; }
      .contact-review .review .number .review-overall:after {
        content: '\e915';
        font-family: Icomoon;
        position: absolute;
        font-size: 58px;
        top: 3px;
        left: -20px;
        color: var(--gold);
        z-index: -1; }

.contact-review .footer-navigation {
  margin-top: 2em; }
  .contact-review .footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .contact-review .footer-navigation ul {
        font-size: 12px; } }
    .contact-review .footer-navigation ul li:after {
      content: '|';
      display: inline-block;
      margin: 0 1em; }
    .contact-review .footer-navigation ul li:last-child:after {
      display: none; }

/*# sourceMappingURL=contact-review.css.map */
