/* -----------------------------------------------------------------------------

  COMPENENTS - RATING

----------------------------------------------------------------------------- */
#krating {
	display: inline-block;
	left: 4px;
	position: relative;
	top: 4px;
}

#ktopicsform [class*='krow'] #krating-top {
	display: inline-block;
	vertical-align: middle;
}

.layout#kunena .c-rating {
	border: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.layout#kunena .c-rating__item {
	border: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16px;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
	background: url("../images/stars.png");
	background-position: 0 0;
	cursor: pointer;
	padding: 0;
	margin-right: 2px;
}

.layout#kunena .c-rating__item:hover,
.layout#kunena .c-rating__item.is-active {
	background-position: -16px 0;
}

#ktopicsform #krating-top .c-rating__item {
	border: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16px;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
	margin-right: 2px;
	background: url("../images/stars.png");
	background-position: 0 0;
	cursor: pointer;
	padding: 0;
}

#ktopicsform #krating-top .c-rating__item.is-active {
	background-position: -16px 0;
}

#ktopicsform #krating-top .c-rating__item .is-active:hover {
	background-position: 0;
}
