/* Frontend CSS Stylesheet for Rich Snippet Reviews */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	left: -2000px;
}
.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.rsr-reviews .rsr-review { margin: 0 0 40px 0; }
.rsr-reviews .post-edit-link {
  margin: 0 0 0 10px;
  padding: 2px 5px;
  color: #999; 
  font-size: 11px;
  background: #f0f0f0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
  .rsr-reviews .post-edit-link:hover {
    color: #888;
    text-decoration: none; 
    background: #ddd;
  }
.rsr-review blockquote {
	font-style: normal;
	font-size: 1em;
	border-left: none;
	padding: 0;
  background: none;
}
.rsr-content {
	position: relative;
	padding: 20px;
	background: #f0f0f0;
	border: 4px solid #f0f0f0;
}
  .rsr-content:after,
  .rsr-content:before {
  	top: 100%;
  	right: 12%;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  }
  .rsr-content:after {
  	border-color: rgba(240, 240, 240, 0);
  	border-top-color: #f0f0f0;
  	border-width: 10px;
  	margin-left: -10px;
  }
  .rsr-content:before {
  	border-color: rgba(240, 240, 240, 0);
  	border-top-color: #f0f0f0;
  	border-width: 16px;
  	margin-left: -16px;
  }
  .rsr-content h4 { 
    font-size: 18px;
    color: #000;
    margin: 0 0 15px 0;
  }
  .rsr-content p { margin: 0 0 15px 0; } 
    .rsr-content p:last-child { margin: 0; }
  .rsr-content .rsr-review-answer {
    padding: 10px 15px;
    border: 2px solid #f0f0f0;
  }
  .rsr-review-answer span {
    display: block;
	  font-size: 85%;
    opacity: 0.6;
  }
.rsr-review-meta {
  margin: 20px 0 0 0;
  padding: 0 20px;
	font-size: 85%;
  text-align: right;
} 
  .rsr-review-meta .left { float: left; }
  .rsr-review-meta .right { float: right; }
  .rsr-review-meta .rating-source { opacity: 0.5; }
  .rsr-review-meta img { 
    margin: 0 0 0 20px;
    opacity: 1;
  }

/* Hide cycled reviews on load */
.rsr-reviews-cycle .rsr-review { display: none; }

/* Star Rating */
.rsr-review .rating { margin: -10px 0 0 0; }
.icon-rsr-star { 
  color: #ffc122;
  font-size: 18px;
}
.icon-rsr-star-empty { 
  color: #cbcbcb;
  font-size: 18px;
}

/* Aggregate Reviews Seal */
.rsr-aggregate-seal {
  padding: 20px 20px 0 20px;
  max-width: 400px; 
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dadada 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 0%,#dadada 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%,#dadada 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #dadada;
}
  .rsr-aggregate-seal .review-top { overflow: hidden; }
  .rsr-aggregate-seal .review-top .left {
    float: left;
    width: 60%;
    color: #333;
  }
  .rsr-aggregate-seal .review-top .right { 
    float: right;
    width: 35%;
  }
    .rsr-aggregate-seal .review-top img {
      max-width: 100%;
      height: auto;
    }
  .rsr-aggregate-seal .rsr-visual-rating { display: block; }
    .rsr-aggregate-seal .rsr-visual-rating .icon-rsr-star,
    .rsr-aggregate-seal .rsr-visual-rating .icon-rsr-star-empty { 
      margin: 0 0 0 -5px;
    }
  .rsr-rating-txt {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }
  .rsr-aggregate-seal .vcard {
    margin: 10px 0;
    padding: 10px 0 0 0;
    color: #666;
    font-size: 11px;
    line-height: 14px;
    border-top: 1px dotted #b0b0b0;
  }
  .rsr-aggregate-seal .rsr-review-us { 
    display: block;
    margin: 0;
    padding: 5px 0 10px 0; 
    color: #444;
    font-size: 14px;
    border-top: 1px dotted #b0b0b0;
  }