.ewd-urp-hidden {
  display:none !important;
}

.ewd-urp-clear {
  clear:both;
}

.ewd-urp-review-div {
	margin-top: 48px;
}

.urp-required {
	display: block;
	color: red;
}

.ewd-urp-review-score {
	float:left;
	width: auto;
	min-height: 23px;
	padding-right: 10px;
}
.ewd-urp-review-score-number {
	float: left;
	width: auto;
	font-size: 1.3em;
	font-weight:600;
}
.ewd-urp-review-title {
	display: inline;
	min-width: 200px;
    font-size: 1.2em;
    font-weight: 600;
    color: #111;
}

.ewd-urp-author-date-categories {
	    margin: 5px 0;
	    color: #555;
}

.ewd-urp-review-body {
 color: #111;
   font-size: 1em;
}

.ewd-urp-form-hidden form {
    display: none;
}
.ewd-urp-content-hidden {
    display: none;
}

.ewd-urp-review-format-expandable .ewd-urp-review-header {
    cursor: pointer;
}

.ewd-urp-summary-score-value {
    width: auto;
    float: left;
    padding-right: 6px;
}

.ewd-urp-summary-score-count {
    width: auto;
    float: left;
    padding-left: 6px;
}

.ewd-urp-login-option {
    margin-top: 4px;
    margin-bottom: 10px;
}

#ewd-urp-facebook-login {
    margin-left: -6px;
}

.ewd-urp-woocommerce-tab-divider {
    border-bottom:4px solid #1a1a1a;
    width: 100%;
    padding-top: 1.8em;
    clear: both;
}
.ewd-urp-wc-tab {
	display: none;
}
.ewd-urp-wc-active-tab {
	display: block;
}
.ewd-urp-wc-tab-title {
	width: auto;
	float: left;
	cursor: pointer;
	clear: none;
	margin-right: 36px;
}

.ewd-urp-submit-review-toggle {
	cursor: pointer;
}

/*************FILTERING*************************/

.ewd-urp-filtering-label {
	margin-right: 12px;
}
.ewd-urp-review-score-filter {
	height: 16px;
	width: 400px;
}

/**************SUBMIT REVIEW FORM **************/
.ewd-urp-review-form .form-field, .ewd-urp-review-form .ewd-urp-meta-field, .ewd-urp-submit, .ewd-urp-captcha-response, .ewd-urp-captcha-div{
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    float: left; /*PChanges*/
    width: 100%; /*PChanges*/
}
.ewd-urp-submit{
	text-align: center; /*PChanges*/
}

.button-primary{
	margin: 0px;
	float: none;

}

.ewd-urp-captcha-div {
    padding: 0 10px;
}

.ewd-urp-review-form label{
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    padding: 10px;

}

.ewd-urp-review-form input[type='text'], .ewd-urp-review-form input[type='email'], .ewd-urp-review-form input[type='URL'] {
    width: 45%;
    /* padding: .5em .6em; */
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.ewd-urp-review-form textarea{
    width: 45%;
    /* padding: .5em .6em; */
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.ewd-urp-review-explanation {
	font-style:italic;
	margin:2px 0;
}
.ewd-urp-dropdown-score-input {
	max-width: 60px;
}

@media only screen and (max-width: 550px){
.ewd-urp-review-form label{
	margin-bottom: .1em;
    text-align: left;
    display: block;
    width: 100%;
   
}
	.ewd-urp-review-form input[type='text'], .ewd-urp-review-form input[type='email'], .ewd-urp-review-form input[type='URL'], .ewd-urp-review-form textarea{
    margin-bottom: .3em;
    display: inline-block;
    width: 75%;
		}
.ewd-urp-review-explanation {
	text-align: left;
	}
}


/*******************************************
THUMBNAIL VIEW STYLING
*******************************************/
.ewd-urp-review-format-thumbnail,
.ewd-urp-review-format-thumbnail_masonry {
	position: relative;
	float: left;
	width: 270px;
	margin-right: 30px;
	min-height: 480px;
}
.ewd-urp-review-format-thumbnail_masonry {
	min-height: 0;
}

.ewd-urp-review-format-thumbnail .ewd-urp-review-score,
.ewd-urp-review-format-thumbnail .ewd-urp-review-link,
.ewd-urp-review-format-thumbnail .ewd-urp-review-title,
.ewd-urp-review-format-thumbnail_masonry .ewd-urp-review-score,
.ewd-urp-review-format-thumbnail_masonry .ewd-urp-review-link,
.ewd-urp-review-format-thumbnail_masonry .ewd-urp-review-title {
	width: 100%;
}
.ewd-urp-review-format-thumbnail .ewd-urp-review-score-number,
.ewd-urp-review-format-thumbnail_masonry .ewd-urp-review-score-number {
	width: auto;
}
.ewd-urp-review-format-thumbnail .ewd-urp-category-field,
.ewd-urp-review-format-thumbnail_masonry .ewd-urp-category-field {
	display: none;
}

/* CLEARING SO SUMMARY DOESN'T FLOAT UP */
.ewd-urp-summary-statistics-div {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0;
	clear: both;
}


/*******************************************
IMAGE REVIEW STYLING
*******************************************/
.ewd-urp-review-format-image,
.ewd-urp-review-format-image_masonry {
	position: relative;
	float: left;
	width: 270px;
	margin-right: 30px;
	height: auto;
}

.ewd-urp-review-format-image img.ewd-urp-review-image,
.ewd-urp-review-format-image_masonry img.ewd-urp-review-image {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.ewd-urp-review-format-image .ewd-urp-review-score,
.ewd-urp-review-format-image_masonry .ewd-urp-review-score {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  padding: 0 10px !important;
  line-height: 1.85;
  background: #34ADCF;
}
.ewd-urp-review-format-image .ewd-urp-review-score.imageStyleScoreBelow,
.ewd-urp-review-format-image_masonry .ewd-urp-review-score.imageStyleScoreBelow {
  clear: both;
  position: relative;
  float: left;
  top: auto;
  right: auto;
  height: auto;
  width: 100%;
  padding: 8px 0 !important;
  margin-bottom: 3px;
  line-height: 1;
  text-align: center;
}
.ewd-urp-review-format-image .ewd-urp-review-score-number,
.ewd-urp-review-format-image_masonry .ewd-urp-review-score-number {
  font-size: .9em;
  margin-left: 12px;
}
.ewd-urp-review-format-image .ewd-urp-review-score.imageStyleScoreBelow .ewd-urp-review-score-number,
.ewd-urp-review-format-image_masonry .ewd-urp-review-score.imageStyleScoreBelow .ewd-urp-review-score-number {
  width: 100%;
  text-align: center;
}
.ewd-urp-review-format-image .ewd-urp-review-graphic,
.ewd-urp-review-format-image_masonry .ewd-urp-review-graphic {
  margin-top: 4px;
  width: auto;
  color: #fff;
  margin-right: 0;
}
.ewd-urp-review-format-image .ewd-urp-review-link,
.ewd-urp-review-format-image_masonry .ewd-urp-review-link {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 8px 0;
  text-align: center;
  background: #34ADCF;
  box-shadow: none;
}
.ewd-urp-review-format-image .ewd-urp-review-title,
.ewd-urp-review-format-image_masonry .ewd-urp-review-title {
	width: 100%;
}
.ewd-urp-review-format-image .ewd-urp-author-date-categories,
.ewd-urp-review-format-image_masonry .ewd-urp-author-date-categories {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}
.ewd-urp-review-format-image .ewd-urp-review-body,
.ewd-urp-review-format-image_masonry .ewd-urp-review-body {
  margin-top: 8px;
}

.ewd-urp-review-format-image .ewd-urp-category-field,
.ewd-urp-review-format-image_masonry .ewd-urp-category-field {
	display: none;
}



/*******************************************
REVIEW SCORE BARS
*******************************************/
.ewd-urp-summary-score-value {
	width: 24px;
}
.ewd-urp-standard-summary-graphic-sub-group {
	position: relative;
	float: left;
	width: 160px;
	height: 16px;
	margin-top: 6px;
	background: #ececec;
}
.ewd-urp-standard-summary-graphic-full-sub-group {
	position: relative;
	float: left;
	background: #ffc733;
	width: 0px;
	height: 100%;
}
.ewd-urp-summary-percentage-graphic {
	position: relative;
	float: left;
	width: 160px;
	height: 16px;
	margin-top: 6px;
	background: #ececec;
}
.ewd-urp-summary-percentage-graphic-full {
	position: relative;
	float: left;
	background: #ffc733;
	width: 0px;
	height: 100%;
}

.ewd-urp-summary-clickable,
.ewd-urp-remove-score-filter {
	cursor: pointer;
}


.ewd-urp-review-graphic {
	margin-top: 8px;
}


/*******************************************
PAGINATION
*******************************************/
.ewd-urp-infinite-scroll .ewd-urp-reviews-nav {
	visibility: hidden;
}
.ewd-urp-reviews .next-page, .ewd-urp-reviews .prev-page, .ewd-urp-reviews .last-page, .ewd-urp-reviews .first-page {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 2px 7px;
	margin: 0 1px;
	box-shadow: none;
	color: #999;
	transition: background-color .25s, color .25s;
}
.ewd-urp-reviews .next-page:hover, .ewd-urp-reviews .prev-page:hover, .ewd-urp-reviews .last-page:hover, .ewd-urp-reviews .first-page:hover {
	background-color: #ccc;
	color: #fff;
}
.ewd-urp-page-control {
	cursor: pointer;
}

.ewd-urp-reviews-nav {
	position: relative;
	float: left;
	width: 100%;
}


/*******************************************
IMAGES and VIDEO
*******************************************/
.ewd-urp-review-image img{
	max-height: 160px;
	width: auto;
}

.ewd-urp-review-image.ewd-urp-image-Thumbnail img{
	max-height: 120px;
}

.ewd-urp-review-image iframe {
	margin-top: 16px;
	margin-bottom: 16px !important;
}
.ewd-urp-review-format-thumbnail iframe,
.ewd-urp-review-format-thumbnail_masonry iframe {
	margin-top: 4px;
	margin-bottom: 0 !important;
}


/*******************************************
STAR INPUTS
*******************************************/
.ewd-urp-stars-input {
	position: relative;
	float: left;
	margin-top: 8px;
}
.ewd-urp-star-input {
	width: 20px;
	float: left;
	height: 20px;
	margin-right: 10px;
	background: none;
	color: #e6b800;
	font-size: 1.2em;
	cursor: pointer;
}
.ewd-urp-star-input:before {
	content: "\f154";
	font-family: "dashicons";
}

.ewd-urp-star-input-filled:before {
	content: "\f155";
	font-family: "dashicons";
}

.ewd-urp-submit-review-label {
	position: relative;
	float: left;
}
.ewd-urp-meta-field, .ewd-urp-captcha-div, .ewd-urp-captcha-response {
	clear: both;
	width: 100%;
}


/*******************************************
CHARACTERS REMAINING TEXT SUBMIT REVIEW FORM
*******************************************/
.ewd-urp-review-character-count {
	font-style: italic;
}
.charactersRemainingNumber {
	font-size: 1.2rem;
	font-weight: 700;
}


/*******************************************
KARMA
*******************************************/
.ewd-urp-karma-control {
	position: relative;
	float: left;
	cursor: pointer;
	color: #666;
}
.ewd-urp-karma-control:hover {
	color: #000;
}
.ewd-urp-karma-score {
	position: relative;
	float: left;
	margin: 0 4px;
}
.ewd-urp-review-link {
	margin-left: 12px;
}
.ewd-urp-karma-up::before {
	content: '\f343';
	font-family: "dashicons";
}
.ewd-urp-karma-down::before {
	content: '\f347';
	font-family: "dashicons";
}



/*******************************************
RESTYLING and FILTERING
*******************************************/
.ewd-urp-category-field {
	margin-bottom: 4px;
	clear: both;
	position: relative;
	float: left;
	width: 100%;
}
.ewd-urp-category-field:nth-of-type(2n+1) {
	background: transparent;
}
.ewd-urp-reviews-background-alternating .ewd-urp-category-field:nth-of-type(2n+1),
.ewd-urp-review-background-alternating .ewd-urp-category-field:nth-of-type(2n+1) {
	background: #f1f1f1;
}
.ewd-urp-reviews-background-alternating .ewd-urp-category-field,
.ewd-urp-review-background-alternating .ewd-urp-category-field {
	padding: 8px;
}
.ewd-urp-category-score-label, .ewd-urp-category-explanation-label {
	float: left;
	font-weight: bold;
	margin-right: 6px;
	clear: both;
}
.ewd-urp-category-explanation-text {
	clear: both;
}
.ewd-urp-summary-statistics-header {
	margin-top: 48px;
	margin-bottom: 12px;
	border-top: none;
	padding-top: 0;
}
.ewd-urp-summary-product-name {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
}
.ewd-urp-author {
	font-weight: bold;
}
.ewd-urp-review-body {
	color: #353535;
	margin-top: 16px;
}

.ewd-urp-filtering {
	display: inline-block;
	clear: both;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 32px;
}
.ewd-urp-filtering-toggle {
	width: 100px;
	min-width: 120px;
	background: #353535;
	color: #fff;
	padding: 4px 10px 4px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 2;
}
.ewd-urp-filtering-toggle:hover {
  background: #555;
}
.ewd-urp-filtering-toggle-downcaret:after {
	font-size: .8em;
	content: " ▼";
}
.ewd-urp-filtering-toggle-upcaret:after {
	font-size: .8em;
	content: " ▲";
}

.ewd-urp-filtering-controls {
	position: relative;
	width: 100%;
	clear: both;
	top: -1px;
	padding: 16px;
	border: 1px solid #ccc;
}
.ewd-urp-filtering-product-name-div {
	/*margin-top: 15px;*/
}
.ewd-urp-filtering-product-name-div:first-of-type {
	margin-top: 0;
}

.ewd-urp-review-score-filter .ui-slider-handle {
	cursor: pointer;
}
.ewd-urp-review-score-filter {
	left: 10px;
	margin-top: 8px;
}

.ewd-rup-reviews-nav {
	position: relative;
	clear: both;
}


/*******************************************
SUMMARY SHORTCODE
*******************************************/
.ewd-urp-review-summaries div.ewd-urp-summary-product-name {
	float: left;
	width: 33%;
	max-width: 350px;
	margin-right: 12px;
}


/*******************************************
REVIEW COMMENTS
*******************************************/
.ewd-urp-review-content li.comment {
	clear: both;
	position: relative;
	float: left;
	list-style-type: none;
	margin-top: 32px;
}


/*******************************************
SUBMIT REVIEW RADIOS AND CHECKBOXES
*******************************************/
.ewd-urp-submit-review-radio-checkbox-container {
  position: relative;
  float: left;
  margin-bottom: 6px;
}
.ewd-urp-submit-review-radio-checkbox-each {
  clear: both;
  position: relative;
  margin-bottom: 4px;
}



/*******************************************
INAPPROPRIATE FLAGS
*******************************************/
.ewd-urp-flag-inappropriate {
	display: none;
	height:18px;
	width: 18px;
	background-color: transparent;
	background-image: url(../img/exclamation_mark_green.png); 
	background-size: 18px 18px;
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	margin-left: 8px;
	margin-top: 10px;
}
.ewd-urp-flag-inappropriate:hover,
.ewd-urp-flag-inappropriate.ewd-urp-content-flagged {
	background-color: transparent;
	background-image: url(../img/exclamation_mark_red.png); 
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.ewd-urp-review-format-image .ewd-urp-flag-inappropriate,
.ewd-urp-review-format-image_masonry .ewd-urp-flag-inappropriate {
    position: relative;
    margin-left: 0;
    margin-top: 6px;
}
.ewd-urp-review-format-image .ewd-urp-review-product-name,
.ewd-urp-review-format-image_masonry .ewd-urp-review-product-name {
    position: relative;
    float: left;
}


/*******************************************
vertical align text to circle graph
*******************************************/
.ewd-urp-review-link {
position: relative;
float: left;
}

.form-field input[type="file"]{ /*PChanges*/
display: inline-block !important;
}

.ewd-urp-submit label{
	display: none;
}

/*******************************************
verified buyer badge
*******************************************/
.ewd-urp-verified-buyer-badge-container {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 16px;
}
.ewd-urp-verified-buyer-badge-image {
	position: relative;
	float: left;
	width: 32px;
	padding: 2px;
	height: 32px;
	margin: 0 8px 0 0;
	background: green;
	color: #fff;
	text-align: center;
	border-radius: 1000px;
}
.ewd-urp-verified-buyer-badge-text {
	position: relative;
	float: left;
	width: calc(100% - 48px);
	top: 2px;
}


/*******************************************
MISC NEW STYLING
*******************************************/
.ewd-urp-karma-down {
	margin-right: 6px;
}


/*******************************************
NEW SKIN STYLING
*******************************************/

.ewd-urp-review-graphic {
	position: relative;
	float: left;
	margin-right: 12px;
}

/* Simple Stars Dashicons */
.ewd-urp-review-skin-simplestars .ewd-urp-graphic-full,
.ewd-urp-review-skin-simplestars .ewd-urp-graphic-empty {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}
.ewd-urp-review-skin-simplestars .ewd-urp-graphic-full::before {
	font-family: dashicons;
	content: "\f155";
}
.ewd-urp-review-skin-simplestars .ewd-urp-graphic-empty::before {
	font-family: dashicons;
	content: "\f154";
}

/* Thumbs */
.ewd-urp-review-skin-thumbs .ewd-urp-graphic-full {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADwElEQVRIS8XVW2gcVRgH8P85c9ud2Us2dNtEEVNNFSG2kG1p1T7ESh6CUrT0RRB8EaEVkSBemmgJ2MZa9MkHC2J9SMUiYgUDlUqxom0SMUGSxjaNJrS5bzbpbjI7u7NzLjKNCU3cTROhOHAYmBm+3/nO/8wMwV0+yF2uj/8PcA5hP6hyUoKMcML2RY5g4L90W7SD+TfxiGqFe7TdLwZE+ob0etpTwhU14Q+RXC9SHHgbe9SK6jP69mcikBLsei9jV3++bGbYLvIx3PUgRQH7DVTQgDak178ahP0XSPQheL1n83z8ynlT4XtJC8RakZIhO+/Sj5SqHQfVLdsDcm4YJFYDt+u0I1NjbWYrP0AAuRakJJBpQbnGlBt6/SsW7GFA0YHQZhR+aXMwPzMqOHstdAzf3wkpCUiA5JrpF0pV4jl1SyIgM4OAWQFi3Qcx0gM20GlLN5uUkKckE1+HPkBfMax4Bk2op1BOoqwyptU8ZdGACmlfB4gCqBaIdS+ghyEyU+CTg54c6fOEOzcuOT8YasUPt0P/ArJNtJkEI01aYq9JY5WQ9hjgTACELgD+oP5ZBdEjgBYCtDDE9BC8X8+4slB4wDqO8UVkGSAbEXQsbc5oeF1FbhSwRxeeWyy8VPx2yAc1EOseeB1fzXmp4WfDrfixKOBfzDbTDN/5ciR56TtU7XywyMwXi6vLOiKBONi1jjy71tloHcOJkoBzWOtOle+ptUwb0fiKmS4t0fLifofEiIFPDsH7/ewJ6yg/sEoHyqfatoaXCoqBya6fUPXE1iJL9A9wK4uFQfzQsw68S6c6zPe8x0sC8014UjXL22c21Zsh/InQxrIV4RZZfz16K2g+OQCv+9ukdURsKgn4N5zDape27ekdrmKSqa4LuP+xR5d2zsIO8oPVQYwooMcg0xPwLp+zRWZqlnDeaL6Pb1YFxt8K7i4z6bnZeH0wuoEgGMwBagBQgiCqCfjbkxrg00Ngg51ZfnMsm3bpO5/95n3ecgFs1fegrq5OnWEsfLq2+4XNG7Tj2q7nAzS6EdJ1IHMZyOws2MSgKyaukjlP6fvjZuDLo/3V7ckCySiuO9/b25tdEyBdN/RJ7cC+rXH3kAoRZ0LkHalNp3Pq6JCt9bUNV56/kg5PMipsyVWbKMxeE+Dr1Q0NhpFOW4oQps659XC8EOtPGZwTokopCeVUgJACodwVQE4ADtP17MDFizZWfGVX/ScnEgktn88biER0MKYrlKr+BLgQzCLEmyXEM2w739/f760svGrId/oEr+f+32xflCh2m0EpAAAAAElFTkSuQmCC');
	width: 22px;
	height: 20px;
	margin-right: 0px;
	float: left;
}
.ewd-urp-review-skin-thumbs .ewd-urp-graphic-empty {
	width: 0px;
	height: 20px;
	margin-right: 22px;
	float: left;
}

/* Thumbs */
.ewd-urp-review-skin-hearts .ewd-urp-graphic-full {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD7UlEQVRIS7WWW0hcRxjH/zNz9uxdjZdEIsFsCCbGTWVpdIuhxhJilUBCgw1JpGlKmpYgbelDKS0U7FOh9KEU85CHGAtZJdAkSKBSt7QaMEb3QUzWRmFLtbS1asDq2cvZc5kpa7tW3TWagufxm/83v4/vNodgiz+yxfdjXcC3gHUY0FsBvl4QAv/4E0Csp8kA3ACaJEo/NoXwUsCghEwYnH/QDHyfviQAvGyh9HNDiLKUjRLy2OT802agey1oFaCL0jab2/368/X1rrydO5e0f83MINTTE1cXFlqagY4A8JYtN/fLqsZGe+6OHRCcY3F6GqFgMKYrSvsZzt9dCVkG3ADqHTk5d45euOBgkgSQf4+EgJpIIHjtWszUtJckWe47evGiw263r9Jww0Dw+vVYXFFeeQ0IpiHLgJuSNFh94sQLRbt3/+eYVnGOX8JhfTQYROWxY/B4vRZQujobQmBuchKh7u77p03zcAagk5BoY0uL02K1Zq2XME2ER0aE1+cjhLGsGi2ZxHdXrkTPCuHODrh82SnpOmCamRekIk7Bk0mAZ28sw+lET1tb7JwQrswUUfro8PHj3tzCQvD5+WceD2K3Q5EkDAQCY6c592YAuihtLS0r+/DgkSM2c3z8mQHM48FPY2NqJBT6ohn4JAPwNVAgMzZVf+mSU4pEwGdnNw0hBQUwy8rQ296eFLpeeg6YyQCkDJ2UvpOzfftntU1NTj48DKEoG0OcTjC/H/du3Yors7MfneX8q6xzkDZ2UdpRsn//q766OocxMABo2voQiwVSTQ1G+vsTf0xMfHOG8/NPneTU4VXAksvY/X1VVZV7fT6LEQoBsVgmxOGAdOgQIuGwMT44+GiRc//bgL4hICVI1cNGaW/JgQPlz9XV2fnoKMSTJ8u+pLAQtLIS4f5+9dexsSmN89rzQNairbtNWwHbPkICOcXFDTUnTzro5CT41BRoaSm4x4MHd+8m5v6ceXBzj+fNuby8BVXNUx8+7E1gzfbNBqB7/X4XkyQXSyQcLY/H3y+W2Bsvnjplt8syErqOe7dvJ38zzTsd5eVXOWcqB+Icety02+OmYUQjQ0PRNGgtgPj9frdKqZtrmltw5mIycTdEfm6oXFx4z1tdbQ0PD2vD27Z1/rBrzwAIjwE0RphQTE0ohJpRKsuKjXNlaGgo1YJiUwBhErdvZvpg7fTvLT+W7AqMFhVNEUHV/wNYej9WpojC4qCAQzBuFULIlFiWNh0XukkI0YhJkytTlGcY0XT0Kd3T3mRSUVFhcblctnnDkJ2cy0JYZYPpjDLGLebSRtQZY5qqqmp+fn6yr6/P2FSbbjy+m1ds+V/F34HQwShKV5m1AAAAAElFTkSuQmCC');
	width: 22px;
	height: 22px;
	margin-right: 0px;
	float: left;
}
.ewd-urp-review-skin-hearts .ewd-urp-graphic-empty {
	width: 0px;
	height: 22px;
	margin-right: 22px;
	float: left;
}

/* Simple Bar */
.ewd-urp-reviews-simplebar .ewd-urp-review-graphic,
.ewd-urp-reviews-colorbar .ewd-urp-review-graphic {
	width: 110px;
	height: 23px;
}
.ewd-urp-color-bar {
	height: 16px;
	margin-top: 3px;
	float: left;
}
.ewd-urp-blue-bar {
	background: #3333DD;
}
.ewd-urp-red-bar {
	background: #FF0011;
}
.ewd-urp-yellow-bar {
	background: #FFBB00;
}
.ewd-urp-green-bar {
	background: #339900;
}

/***********
NEW CSS
***********/
.ewd-urp-individual-reviews-container {
	display: inline-block;
	width: 100%;
	clear: both;
}

/***************
BLOCK PATTERNS
***************/
.ewd-urp-pattern-reviews,
.ewd-urp-pattern-featured-reviews {
	display: flex;
	width: 100%;
	min-height: 150px;
}
.ewd-urp-pattern-featured-reviews .ewd-urp-filtering,
.ewd-urp-pattern-featured-reviews .ewd-urp-summary-statistics-div,
.ewd-urp-pattern-featured-reviews .ewd-urp-flag-inappropriate,
.ewd-urp-pattern-featured-reviews .ewd-urp-review-karma,
.ewd-urp-pattern-featured-reviews .comment-respond {
	display: none !important;
}
.ewd-urp-pattern-featured-reviews .ewd-urp-reviews-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.ewd-urp-pattern-featured-reviews .ewd-urp-review-div,
.ewd-urp-pattern-featured-reviews .ewd-urp-review-format-thumbnail,
.ewd-urp-pattern-featured-reviews .ewd-urp-review-format-thumbnail_masonry {
	width: 100%;
	float: none;
	min-height: 0;
	margin: 48px 0 0;
	box-sizing: border-box;
}
.ewd-urp-pattern-featured-two .ewd-urp-review-div,
.ewd-urp-pattern-featured-two .ewd-urp-review-format-thumbnail,
.ewd-urp-pattern-featured-two .ewd-urp-review-format-thumbnail_masonry {
	width: 47%;
}
.ewd-urp-pattern-featured-three .ewd-urp-review-div,
.ewd-urp-pattern-featured-three .ewd-urp-review-format-thumbnail,
.ewd-urp-pattern-featured-three .ewd-urp-review-format-thumbnail_masonry {
	width: 29%;
}
.ewd-urp-pattern-featured-four .ewd-urp-review-div,
.ewd-urp-pattern-featured-four .ewd-urp-review-format-thumbnail,
.ewd-urp-pattern-featured-four .ewd-urp-review-format-thumbnail_masonry {
	width: 21%;
}
.ewd-urp-pattern-featured-reviews .ewd-urp-review-link {
	margin-left: 0;
}
