#adminmenu #menu-posts-bws-testimonial:hover div.wp-menu-image:before,
#adminmenu #menu-posts-bws-testimonial.wp-has-current-submenu div.wp-menu-image:before,
#adminmenu #menu-posts-bws-testimonial div.wp-menu-image:before {
	background: url("../images/menu_single.png") no-repeat scroll center 8px transparent;
	content: '';
}
#adminmenu #menu-posts-bws-testimonial.wp-not-current-submenu div.wp-menu-image {
	opacity: 0.7;
}
.tstmnls-thumbnail > img {
	float: left;
	margin-top: 1%;
	margin-right: 10px;
	max-width: 50% !important;
}
.tstmnls-thumbnail + p {
	margin: 0;
}
.testimonials_quote blockquote:after {
	content: "";
	clear: both;
	display: table;
}
.tstmnls_captcha_error{
	color: #f00;
}
/*
* styles for widget
*/
.testimonial_quote_footer {
	text-align: right;
	margin-bottom: 10px;
}
.rtl_testimonial_quote_footer {
	text-align: left;
	margin-bottom: 10px;
}
/* admin styles */
#tstmnls_author,
#tstmnls_company_name,
[id^="tstmnls_rating_"] {
	width: 100%;
}
.tstmnls_testimonial_comment{
	margin: 0 0 1.75em;
}
.tstmnls_required_symbol{
	color: #007acc;
}
.tstmnls_error{
	color: #f00;
	padding: 0;
	margin: 0;
}
.tstmnls_error_form{
	padding-bottom: 10px;
	color: #f00;
	margin: 0;
}
.tstmnls_field_form{
	padding: 0;
	margin: 0 0 1.75em;
}

#tstmnls_gdpr_link_options {
border: 1px solid #e0e0e0;
max-width: 390px;
margin: 5px 0;
padding: 3px;
}
.bws-testimonials .owl-prev {
    position: absolute;
    bottom: 50%;
    left: -10%;
}
.bws-testimonials .dashicons-arrow-left-alt2{
    font-size:25px;
}
.bws-testimonials .dashicons-arrow-right-alt2{
    font-size:25px;
}
.bws-testimonials .owl-next {
    position: absolute;
    bottom: 50%;
    right: -5%;
}
#tstmnls_gdpr_link::placeholder {
   color: #cdcdcd;
}

#tstmnls_gdpr_link_options label {
	display: block;
}
@media screen and ( min-width: 1100px ) {
	.tstmnls_gdpr_td {
		padding-top: 23px !important; 
	}
}

@media screen and ( max-width: 782px ) {
	#tstmnls_gdpr_link_options {
		padding: 8px;
	}
	#tstmnls_gdpr_link_options label input {
		margin: 5px 0;
		width: 100% !important;
	}
	#tstmnls_gdpr_link {
		height: 40px;
	}
	#tstmnls_gdpr {
		margin: 0; 
	}
}

.form-table th label {
	cursor: auto;
}

.tstmlnls_display_none {
    display: none !important;
}

/* Reviews */
.tstmnls-total-rating .tstmnls-review-rating-block {
	display: grid;
	grid-template-columns: 2fr 3fr 1fr;
	grid-column-gap: 10px;
	align-items: center;
	padding: 5px 0;
}
.tstmnls-total-rating .rtng-rate-bar-number {
	text-align: center;
}
.tstmnls-single-review {
	position: relative;
}
.tstmnls-single-review .rtng-star-rating {
	margin-bottom: 5px;
}
.tstmnls-single-review .tstmnls-autor-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.tstmnls-single-review .tstmnls-autor,
.tstmnls-single-review .tstmnls-review {
	padding-left: 80px;
}
.tstmnls-single-review .tstmnls-author-name {
	font-weight: 600;
}
.tstmnls-single-review .tstmnls-review-rating-block + .tstmnls-review-rating-block {
	padding-top: 20px;
}
.tstmnls-blurred-bg {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba( 0, 0, 0, 0.6 );
}
.tstmnls-blurred-bg-close {
    position: absolute;
	right: 10px;
	top: 10px;
	color: rgba(255, 255, 255, 0.6);
	background-color: transparent;
}
.admin-bar .tstmnls-blurred-bg-close {
    top: 42px;
}
.tstmnls-reviews-popup {
	position: fixed;
	z-index: 1001;
    top: 5%;
    bottom: 5%;
    left: 20%;
    right: 20%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	background-color: #fff;
}
.tstmnls-all-reviews {
	overflow: auto;
	height: 100%;
	margin-top: 25px;
}
.tstmnls-loader {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
}
.tstmnls-loader div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #eee;
	border-radius: 50%;
	animation: tstmnls-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #eee transparent transparent transparent;
}
.tstmnls-loader div:nth-child(1) {
	animation-delay: -0.45s;
}
.tstmnls-loader div:nth-child(2) {
	animation-delay: -0.3s;
}
.tstmnls-loader div:nth-child(3) {
  	animation-delay: -0.15s;
}
@keyframes tstmnls-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and ( max-width: 782px ) {
	.tstmnls-total-rating .tstmnls-review-rating-block {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.tstmnls-total-rating .tstmnls-review-rating-block > div {
		margin: 5px 0;
	}
	.tstmnls-reviews-popup {
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.admin-bar  .tstmnls-reviews-popup {
		top: 46px;
	}
	.tstmnls-all-reviews {
		overflow: initial;
	}
	.tstmnls-blurred-bg {
		z-index: 1002;
		bottom: unset;
	}
	.tstmnls-blurred-bg .tstmnls-blurred-bg-close {
		top: 0;
		right: 0;
    	padding: 35px;
		color: #878787;
		font-size: 20px;
	}
	.admin-bar .tstmnls-blurred-bg .tstmnls-blurred-bg-close {
		top: 46px;
	}
}
@media screen and ( max-width: 600px ) {
	.admin-bar .tstmnls-blurred-bg .tstmnls-blurred-bg-close,
	.admin-bar .tstmnls-reviews-popup {
		top: 0;
	}
}