/*
Theme Name: Meda Child Ratings Theme
Theme URI: https://eqlab.pp.ua
Author: LCGreyAngel
Author URI: https://eqlab.pp.ua
Description: Meda Child Ratings Theme 
Template: meda
Version: 1.0

*/

/*
@import url("../meda-child-ratings/theme-style.css");
*/


.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    /*display: none; */
    display: initial;
}

.rating-container > input + label {
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
    width: .5em;
}

.rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}






.rating-container > input[type="radio"] {
	margin-right: -1px;
	z-index: -1;
	width: 1px;
	opacity: 0;
	float: left;
}



















.post-rating {
	/*float: right;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.post-rating.single-post-rating {
	float: right;
}
.post-rating .rating {
	padding: 0;
}
.post-rating .rating .star-image {
	position: relative;
	display: inline-block;
}
.post-rating .rating .star-image span {
	display: inline-block;
	white-space: nowrap;
}
.post-rating .rating .star-image span i {
	width: auto;
	height: auto;
}
.post-rating .rating .star-image span i:before {
	font-size: 1.3em;
}
.post-rating.single-post-rating .rating .star-image span i:before {
	font-size: 1.3em;
}

.post-rating .rating .star-image-value {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fed500;
	overflow: hidden;
	/*text-shadow: 0 0 1px #333;*/
}
.post-rating .rating .star-image-base {
	/*color: #eaeaea;*/
	color: #eaeaea;
}

.post-rating .rating .rating-average {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px; 
}
.post-rating .votes {
	border-left: 1px solid #f4f4f4;
	text-align: center;
	padding-left: 14px;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px; 
}
.post-rating .votes .value {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #F14941; 
}




