@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   }

* {
  box-sizing: border-box; }

.small {
  color: grey;
  font-weight: normal;
  font-style: normal;
  font-size: small; }

a {
  color: inherit;
  text-decoration: none; }

.panel, .summery, .review, .nav {
  background-color: white;
  margin-top: 1px;
  padding: 12px; }

.star-red {
  background-color: #e22027 !important; }

.star-orange {
  background-color: #f47324 !important; }

.star-yellow {
  background-color: #f8cc18 !important; }

.star-green {
  background-color: #73b143 !important; }

.star-darkgreen {
  background-color: #007f4e !important; }

.widget-wrapper {
  color: #333;
  line-height: 1.3em;
  max-width: 500px;
  margin: auto; }

.summery {
  text-align: center; }
  .summery .tp-widget-logo img {
    vertical-align: text-top; }
  .summery .star-rating {
    display: inline-block;
    margin-top: 5px; }
    .summery .star-rating .star {
      float: left;
      border-radius: 2px;
      margin-right: 2px;
      padding: 3px 4px 1px;
      background-color: #c8c8c8;
      transition: background-color 0.3s; }
  .summery .footer {
    margin-top: 10px; }

.review .card .col-1 {
  width: 75px;
  float: left; }
.review .card .col-2 {
  max-width: 80%;
  float: left;
  margin-left: 12px; }
  .review .card .col-2 div {
    margin: 5px 0; }
.review .card:after {
  content: "";
  clear: both;
  display: block; }
.review .card .review-title {
  font-style: italic;
  color: dimgray;
  font-weight: bold; }
.review .card .review-body {
  font-style: italic;
  font-size: 80%;
  line-height: 1.3em;
  overflow: hidden;
  max-height: 3.75em;
  position: relative; }
  .review .card .review-body:before {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "…"; }
  .review .card .review-body:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1; }
.review .card .link {
  float: right; }
.review .card .img-rating {
  width: 100px; }
.review .card .img-circle {
  border-radius: 500px; }

.nav {
  padding: 5px 0 0 0;
  text-align: center; }

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