.wkr_form {
	font-size: 16px;
	padding: 0px 10px;
	text-align:left;
}

.wkr_form label {
	width:auto;
}

.wkr_form .note {
	font-size: 12px;
}

.wkr_form .rating {
	align-items: center;
	display: flex;
}

.wkr_form .rating .rate {
	background: url(../img/icon_star_off.png) left center no-repeat;
	display: flex;
	height: 20px;
	position: relative;
	width: 88px;
}

.wkr_form .rating .statuses {
	margin-left: 10px;
}

.wkr_form .rating .statuses .status {
	line-height: 1;
	display: none;
	padding-top: 4px;
}

.wkr_form .rating .statuses .status.active {
	display: block;
}

.wkr_form .rating .meter {
	background: url(../img/icon_star_on.png) left center no-repeat;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 88px;
}

.wkr_form .rating .meter.rate1 {
	width: 17.5px;
}

.wkr_form .rating .meter.rate2 {
	width: 35px;
}

.wkr_form .rating .meter.rate3 {
	width: 52.5px;
}

.wkr_form .rating .meter.rate4 {
	width: 70px;
}

.wkr_form .rating .meter.rate5 {
	width: 88px;
}

.wkr_form .rating label {
	display: block;
	height: 16px;
	opacity: 0;
	width: 36px;
}

.wkr_form input[type="radio"] {
	display:inline;
}

.wkr_form input[type="submit"] {
	background: #c92933;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
}

.wkr_form input[type=text],
.wkr_form input[type=email] {
	max-width: 320px;
	padding: 0px 10px;
	width: 100%;
}

.wkr_form textarea {
	padding: 0px 10px;
	width: 100%;
}

.wkr_form dd {
	margin-bottom: 10px;
}

.wkr_error {
	display: table;
	margin: auto;
}

.wkr_reviews .wkr_review {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 1.8;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #333333;
	color: #333333;
}

.wkr_reviews .wkr_review dt {
	font-size: 20px;
	line-height: 1.8;
}

.wkr_reviews .wkr_review dd {
	padding: 10px 0 0;
}

.wkr_reviews .wkr_review dd.status {
	position: relative;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding: 0px 0px;
	font-size: 18px;
}
.wkr_reviews .wkr_review dd.status .postuser {
	padding-right: 0;
}
.wkr_reviews .wkr_review dd.status .postdate {
	font-size: 16px;
}
.wkr_reviews .wkr_review dd.rating-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.wkr_reviews .wkr_review dd.status {
		width: auto;
		padding: 0px 0px;
	}
	.wkr_reviews .wkr_review dd.status .postuser {
		padding-right: 16px;
	}
	.wkr_reviews .wkr_review dd.status .postdate {
		font-size: 18px;
	}
}
@media screen and (min-width: 1240px) {
	.wkr_reviews .wkr_review {
		padding-top: 40px;
		padding-bottom: 50px;
		margin-bottom: 50px;
		font-size: 18px;
		line-height: 2.0;
	}
	.wkr_reviews .wkr_review dt {
		min-height: 48px;
		font-size: 24px;
		line-height: 2.0;
	}
	.wkr_reviews .wkr_review dd.status {
		position: relative;
		flex-flow: row;
		justify-content: flex-end;
		font-size: 18px;
		line-height: 2.0;
	}
	.wkr_reviews .wkr_review dd.status .postuser {
		padding-right: 20px;
	}
	.wkr_reviews .wkr_review dd.status div:first-child {
		margin-right: 16px;
	}
}

@media screen and (max-width: 767.9px) {
	.wkr_reviews .wkr_review .mobile {
		display: inherit;
	}
	.wkr_reviews .wkr_review .desktop {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.wkr_reviews .wkr_review .mobile {
		display: none;
	}
	.wkr_reviews .wkr_review .desktop {
		display: inherit;
	}
}

.wkr_reviews .wkr_review dd .rating {
	background: url(../img/icon_star_off.png);
	display: flex;
	height: 15px;
	margin-bottom: 10px;
	position: relative;
	width: 80px;
}

.wkr_reviews .wkr_review dd .rating .rate {
	background: url(../img/icon_star_on.png);
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}

.wkr_reviews .wkr_review dd .rating .rate.rate1 {
	width: 17.5px;
}

.wkr_reviews .wkr_review dd .rating .rate.rate2 {
	width: 35px;
}

.wkr_reviews .wkr_review dd .rating .rate.rate3 {
	width: 52.5px;
}

.wkr_reviews .wkr_review dd .rating .rate.rate4 {
	width: 70px;
}

.wkr_reviews .wkr_review dd .rating .rate.rate5 {
	width: 80px;
}

@media screen and (min-width: 1240px) {
	.wkr_reviews .wkr_review dd .rating {
		background: url(../img/icon_star_off-large.png);
		display: flex;
		height: 23px;
		margin-bottom: 10px;
		position: relative;
		width: 80px;
	}
	.wkr_reviews .wkr_review dd .rating .rate {
		background: url(../img/icon_star_on-large.png);
		height: 23px;
		left: 0;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		width: 80px;
	}

	.wkr_reviews .wkr_review dd .rating .rate.rate1 {
		width: 32px;
	}

	.wkr_reviews .wkr_review dd .rating .rate.rate2 {
		width: 64px;
	}

	.wkr_reviews .wkr_review dd .rating .rate.rate3 {
		width: 96px;
	}

	.wkr_reviews .wkr_review dd .rating .rate.rate4 {
		width: 128px;
	}

	.wkr_reviews .wkr_review dd .rating .rate.rate5 {
		width: 80px;
	}
}

.wkr_reviews .wkr_review .content {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
}

.wkr_reviews .wkr_review .readmore {
	cursor: pointer;
	position: relative;
}

.wkr_reviews .wkr_review .readmore::before {
	background: linear-gradient(rgba(251, 248, 251, 0),rgba(251, 248, 251, 1));
	content: "";
	display: block;
	height: 60px;
	top: -60px;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.wkr_reviews .wkr_review .content {
		font-size: 16px;
		line-height: 2;
	}	
}

.wkr_rating .rating {
	background: url(../img/icon_star_off.png);
	display: inline-block;
	height: 15px;
	position: relative;
	width: 80px;
}

.wkr_rating .rating .rate {
	background: url(../img/icon_star_on.png);
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}

.wkr_pager {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

.wkr_pager .page-numbers {
	color: #333333;
	font-size: 16px;
	line-height: 1;
}

.wkr_pager .page-numbers:not(.dots) {
	/* border: solid 1px #333333;
	border-radius: 5px; */
	margin: 5px;
	padding: 10px 10px;
}

.wkr_pager .page-numbers.current {
	/* border: solid 1px #333333;
	border-radius: 5px; */
	padding: 10px 10px;
	/* background: #63364c; */
	text-decoration:underline;
	text-decoration-color: #333333;
	color: #333333;
	font-weight: normal;
}
.wkr-prev-arrow {
	display: inline-block;
	width: 9px;
	height: 16px;
	background-image: url('../img/icon-lt-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.wkr-next-arrow {
	display: inline-block;
	width: 9px;
	height: 16px;
	margin-top: 2px;
	background-image: url('../img/icon-gt-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}