@font-face {
  font-family: 'reviews';
  src: url("http://drifterz28.github.io/makergeeks/fonts/reviews.eot?t1cae4");
  src: url("http://drifterz28.github.io/makergeeks/fonts/reviews.eot?#iefixt1cae4") format("embedded-opentype"), url("http://drifterz28.github.io/makergeeks/fonts/reviews.woff?t1cae4") format("woff"), url("http://drifterz28.github.io/makergeeks/fonts/reviews.ttf?t1cae4") format("truetype"), url("http://drifterz28.github.io/makergeeks/fonts/reviews.svg?t1cae4#reviews") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'reviews';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "\e600"; }

.icon-camera:before {
  content: "\e601"; }

.icon-location:before {
  content: "\e602"; }

.icon-clock:before {
  content: "\e603"; }

.icon-disk:before {
  content: "\e604"; }

.icon-cog:before {
  content: "\e605"; }

.icon-remove:before {
  content: "\e606"; }

.icon-menu:before {
  content: "\e607"; }

.icon-star:before {
  content: "\e608"; }

.icon-star2:before, .stars.rating_1_5 span:nth-child(-n+2):before, .stars.rating_2_5 span:nth-child(-n+3):before, .stars.rating_3_5 span:nth-child(-n+4):before, .stars.rating_4_5 span:nth-child(-n+5):before {
  content: "\e609"; }

.icon-star3:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before, .rating > input:checked ~ label:before, .rating > input:checked ~ label:hover:before, .rating > input:checked ~ label:hover ~ label:before, .rating > label:hover ~ input:checked ~ label:before, .stars.rating_1_0 span:nth-child(-n+1):before, .stars.rating_1 span:nth-child(-n+1):before, .stars.rating_1_5 span:nth-child(-n+1):before, .stars.rating_2_0 span:nth-child(-n+2):before, .stars.rating_2 span:nth-child(-n+2):before, .stars.rating_2_5 span:nth-child(-n+2):before, .stars.rating_3_0 span:nth-child(-n+3):before, .stars.rating_3 span:nth-child(-n+3):before, .stars.rating_3_5 span:nth-child(-n+3):before, .stars.rating_4_0 span:nth-child(-n+4):before, .stars.rating_4 span:nth-child(-n+4):before, .stars.rating_4_5 span:nth-child(-n+4):before, .stars.rating_5_0 span:nth-child(-n+5):before, .stars.rating_5 span:nth-child(-n+5):before {
  content: "\e60a"; }

.icon-mail:before {
  content: "\e60b"; }

.icon-googleplus:before {
  content: "\e60c"; }

.icon-facebook:before {
  content: "\e60d"; }

.icon-twitter:before {
  content: "\e60e"; }

.icon-youtube:before {
  content: "\e60f"; }

.icon-vimeo2:before {
  content: "\e610"; }

.icon-flickr:before {
  content: "\e611"; }

.icon-thumbsup:before {
  content: "\e612"; }

.icon-thumbsdown:before {
  content: "\e613"; }

.review_modal_blackout[data-state=hide] {
  display: none; }
.review_modal_blackout[data-state=show] {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000; }

.review_modal[data-state=hide] {
  display: none; }
.review_modal[data-state=show] {
  background: #fff;
  border-radius: 6px;
  display: block;
  min-height: 90%;
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 5%;
  width: 80%;
  z-index: 10000; }
.review_modal .close_modal {
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }
  .review_modal .close_modal::before {
    content: 'X';
    font-size: 18px;
    display: block; }

.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.11111rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding: 0.88889rem 1.77778rem 0.94444rem 1.77778rem;
  font-size: 16px;
  transition: background-color 300ms ease-out;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF; }
  .button:hover {
    background-color: #007095; }
  .button.live {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    .button.live:hover {
      background-color: #b9b9b9; }
  .button.pending {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    .button.pending:hover {
      background-color: #368a55; }

.review_form {
  margin: 20px 0; }
  .review_form .form_inline {
    float: left;
    margin-bottom: 10px;
    width: 100%; }
  .review_form .inline_input {
    float: left;
    margin-left: 10px;
    width: 80%; }
  .review_form label {
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: right;
    vertical-align: top;
    width: 100px; }
  .review_form input {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%; }
  .review_form input[type="file"] {
    display: none; }
  .review_form textarea {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    margin-left: 10px;
    padding: 6px 12px;
    width: 80%;
    height: 150px; }
  .review_form .button_align {
    text-align: center; }
  .review_form .image_group {
    padding-left: 20px;
    text-align: center; }
    .review_form .image_group img {
      max-width: 64px;
      margin-right: 10px;
      height: auto;
      border: 1px solid #ccc; }

.icon {
  height: 32px;
  width: 32px;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .icon_menu {
    background-image: url(img/menu.svg); }

.rating {
  float: left; }
  .rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
    visibility: hidden; }
  .rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd; }
  .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold; }
  .rating > input:checked ~ label {
    color: #f70; }
  .rating > label:active {
    position: relative;
    top: 2px;
    left: 2px; }
  .rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #ea0; }

.stars.rating_1_0 span:nth-child(-n+1), .stars.rating_1 span:nth-child(-n+1) {
  color: #f70; }
.stars.rating_1_5 span:nth-child(-n+1) {
  color: #f70; }
.stars.rating_1_5 span:nth-child(-n+2) {
  color: #f70; }
.stars.rating_2_0 span:nth-child(-n+2), .stars.rating_2 span:nth-child(-n+2) {
  color: #f70; }
.stars.rating_2_5 span:nth-child(-n+2) {
  color: #f70; }
.stars.rating_2_5 span:nth-child(-n+3) {
  color: #f70; }
.stars.rating_3_0 span:nth-child(-n+3), .stars.rating_3 span:nth-child(-n+3) {
  color: #f70; }
.stars.rating_3_5 span:nth-child(-n+3) {
  color: #f70; }
.stars.rating_3_5 span:nth-child(-n+4) {
  color: #f70; }
.stars.rating_4_0 span:nth-child(-n+4), .stars.rating_4 span:nth-child(-n+4) {
  color: #f70; }
.stars.rating_4_5 span:nth-child(-n+4) {
  color: #f70; }
.stars.rating_4_5 span:nth-child(-n+5) {
  color: #f70; }
.stars.rating_5_0 span:nth-child(-n+5), .stars.rating_5 span:nth-child(-n+5) {
  color: #f70; }

.review_helpful {
  padding-top: 10px;
  font-size: 12px; }

.helpful_review {
  font-size: 12px;
  padding-top: 5px; }

.vote_twice {
  font-size: 12px;
  color: #de770f; }

.review-snippet {
  float: left;
  clear: both;
  width: 100%; }
  .review-snippet .stars {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    float: left; }
    .review-snippet .stars span {
      line-height: 1; }
  .review-snippet .star_avg {
    display: inline-block;
    float: left;
    background: #ccc;
    padding: 0 5px;
    color: #000;
    font-weight: bold;
    margin-right: 5px; }
  .review-snippet > span {
    vertical-align: bottom;
    line-height: 1.8;
    display: inline-block;
    float: left; }
  .review-snippet a {
    line-height: 28px;
    vertical-align: bottom;
    margin-left: 5px; }

.e-comm_reviews {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.reviews_wrapper {
  width: 90%;
  margin: 0 auto; }
  .reviews_wrapper .review_header {
    border-bottom: 1px solid #333;
    padding: 10px;
    float: left;
    width: 100%; }

.review {
  border-bottom: 1px solid #333;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #333;
  position: relative; }
  .review .review_title {
    font-weight: bold; }
    .review .review_title .stars {
      display: inline-block;
      margin-right: 20px; }
  .review .review_title,
  .review .product_review {
    font-size: 16px; }
  .review .review_info {
    color: #777;
    padding: 10px 0; }
    .review .review_info span {
      color: #000; }
  .review .helpful {
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    color: #333; }
  .review .helpful:hover,
  .review .helpful.active {
    color: #008CBA; }
  .review .image_wrapper {
    margin: 10px 0; }
    .review .image_wrapper img {
      max-width: 100px;
      height: auto;
      margin-right: 10px; }

.pr_review_summary {
  float: left;
  width: 100%; }

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