@charset "UTF-8";
.course-review-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	text-align: center;
}

.review-overlay {
	background: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 0.6;
}

.review-form {
	background-color: rgb(255, 255, 255);
	padding: 20px;
	position: relative;
	width: 80%;
	max-width: 600px;
	margin-top: 50px;
	display: inline-block;
	text-align: left;
}

.review-form h3 {
	font-size: 16px;
	margin: 0 0 20px;
}

.review-form h3 .close {
	float: right;
	border: none;
	text-decoration: none;
	width: auto;
	height: auto;
	margin-right: -9px;
	margin-top: -7px;
}

.review-form h3 .close:before {
	font-size: 32px;
}

.review-form .review-fields {
	margin: 0 0 -20px;
	list-style: none;
}

.review-form .review-fields > li {
	margin: 0 0 20px 0;
}

.review-form .review-fields > li > label {
	display: block;
	margin: 0 0 7px;
	font-size: 15px;
}

.review-form .review-fields > li > label .required {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
	height: 15px;
	margin-top: -3px;
}

.review-form .review-fields > li input[type="text"],
.review-form .review-fields > li textarea {
	width: 100%;
}

.review-stars {
	margin: 0 0;
	list-style: none;
	overflow: hidden;
}

.review-stars:after {
	clear: both;
	content: '';
	display: block;
}

.review-stars > li {
	width: 24px;
	height: 24px;
	float: left;
}

.review-stars > li span {
	text-decoration: none;
	font-size: 24px;
	border-bottom: none;
	width: auto;
	height: auto;
}

.review-stars > li a:visited,
.review-stars > li a:focus {
	border: none;
}

.review-stars > li span:before {
	width: 22px;
	height: 24px;
}

.review-stars > li span.hover:before {
	content: "\f155";
	color: #F05A19;
	cursor: pointer;
}

.review-form .ajaxload,
.review-form .message {
	display: none;
}

.course-review-wrapper.submitting .ajaxload,
.course-review-wrapper.error .message {
	display: inline-block;
}

.review-stars-rated {
	width: 90px;
	position: relative;
	display: inline-block;
}

.review-stars-rated .review-stars.empty,
.review-stars-rated .review-stars.filled {
	width: 120px;
	height: 24px;
	font-family: dashicons;
	font-size: 18px;
	color: #f2b827;
}

.review-stars-rated .review-stars.empty:before {
	content: '\f154\f154\f154\f154\f154';
	line-height: 1;
	vertical-align: top;
}

.review-stars-rated .review-stars.filled:before {
	content: '\f155\f155\f155\f155\f155';
	line-height: 1;
	vertical-align: top;
}

.review-stars-rated .review-stars.filled {
	position: absolute;
	top: 0;
	left: 0;
}

.course-rate {
	overflow: hidden;
	margin: 10px 0;
}

.course-rate .review-bar {
	width: calc(100% - 125px);
	margin-right: 5px;
	height: 15px;
	background: #DDD;
	display: inline-block;
}

.course-rate .review-bar .rating {
	background: #95e6f9;
	height: 15px;
}

.course-rate .review-number {
	margin-bottom: 0;
}

.course-reviews-list {
	list-style: none;
	margin: 0;
}

.course-reviews-list li {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	overflow: hidden;
}

.course-reviews-list li .review-author {
	width: 80px;
	float: left;
	margin-right: 20px;
}

.course-reviews-list li .review-text {
	width: -webkit-calc(100% - 100px);
	float: left;
}

.course-reviews-list li .user-name {
	margin: 5px;
}

.course-reviews-list li .review-title {
	clear: both;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 25px;
	margin: 9px 0 15px;
}