/** Admin event */
.evore_star_rating em.rating_data{font-size: 22px;opacity: 0.4; padding-left: 20px;
	font-family: 'roboto';
	font-weight: bold
}
body.post-type-evo-review .wp-list-table .column-rating{width: 100px;}
body.post-type-evo-review .wp-list-table .column-status{width: 120px;}
body.post-type-evo-review .wp-list-table .review_post_status.nobueno{
	border: 1px solid #FFA48B;
	background-color: #FFA48B;
	color: #fff;
}
body.post-type-evo-review .wp-list-table .review_post_status{
	border: 1px solid #D6D6D6;
	color: #949494;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 5px;
}

/* event post */
	.evore_star_data .fa-star-half:after{
		content: "\f005";
	    font-family: 'evo_FontAwesome';
	    font-weight: 400;
	    position: absolute;
	    left: 0;
	}
	.evore_star_data{
		display: flex;
	    padding: 8px 20px;
	    background-color: #efefef;
	    border-radius: 20px;
	    margin: 15px 0;
	}
	.evore_star_data em{font-style: normal}
	.evore_stars{padding-top: 3px;}
	.evore_stars span{margin-right: 5px; font-size: 16px; position: relative;}
	.evore_reviews_list .evore_review.show{display: block;}
	.evore_reviews_list .evore_review.show{display: block;}
	.evore_reviews_list .evore_review p span.description{display: block;}
	.evore_reviews_list .evore_review p span.reviewer{display: block; opacity: 0.5;}
	.evore .evcal_rep { margin: 15px -25px -15px;}

	#evore_view_reviews_list p.review span.description, .evore_list p.review span.description{display: block;}
	#evore_view_reviews_list p.review span.reviewer, .evore_list p.review span.reviewer{display: block; opacity: 0.5;}
	#evore_view_reviews_list{border-top: 1px dashed #DCDCDC}
	#evore_view_reviews.loading{opacity: 0.6;}
	#evore_view_reviews.loading:before{
		background: url(evo-loader.gif) center center no-repeat;
		position: absolute;
		height: 100%; width: 100%;
		content:"";
		top: 0; left: 0;z-index: 5;
	}
