/***** Testimonials Element *****/
.uxb-tmnl-testimonial-wrapper * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uxb-tmnl-testimonial-wrapper {
	height: 255px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	width: 100%;
}

.uxb-tmnl-testimonial-list {
	width: 100%;
}

.uxb-tmnl-testimonial-item {
	float: left; /* this can prevent the element stacking up */
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail {
	border: 8px solid #eaeaea;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 215px;
	height: 215px;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-testimonial-thumbnail img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	background: url('../images/quote_op.png') no-repeat bottom right;
    border: 1px solid #eaeaea;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
    padding: 45px 45px 45px 215px;
	margin: 45px 0 0 45px;
	min-height: 225px;
	z-index: 1;
}

.uxb-tmnl-testimonial-item blockquote {
	border: 0;
	margin: 0;
	padding: 0;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-cite {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
}

.uxb-tmnl-testimonial-item .uxb-tmnl-cite:before {
	content: "\2014 \0020";
}

.uxb-tmnl-testimonial-bullets {
	position: absolute;
    top: 16px;
    right: 11px;
    z-index: 1;
}

.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-testimonial-bullets {
	top: 0;
}

.uxb-tmnl-testimonial-bullets a {
	border: 1px solid #bebebe;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	font-weight: normal;
	margin: 0 3px;
	height: 15px;
	width: 15px;
	transition: border-color .18s ease-in-out;
   -moz-transition: border-color .18s ease-in-out;
   -webkit-transition: border-color .18s ease-in-out;
   -o-transition: border-color .18s ease-in-out;
}

.uxb-tmnl-testimonial-bullets a:hover {
	border-color: #999;
}

.uxb-tmnl-testimonial-bullets a.selected {
	border-width: 3px;
	border-style: solid;
	height: 16px;
	width: 16px;
	margin-top: 1px;
}


/* For style 2 */
.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-blockquote-wrapper {
	background: none;
	margin: 30px 0 25px 0;
}

.uxb-tmnl-testimonial-wrapper.style2 .uxb-tmnl-blockquote-wrapper {
	padding: 45px;
}

.uxb-tmnl-testimonial-wrapper.style2.left {
	float: left;
	margin-left: 0;
	margin-right: 25px;
}

.uxb-tmnl-testimonial-wrapper.style2.right {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}

.uxb-tmnl-testimonial-wrapper.style2.left .uxb-tmnl-testimonial-bullets {
	left: 11px;
	right: auto;
}


/***** Testimonials Widget *****/
.widget.uxb-tmnl-testimonial-wrapper .uxb-tmnl-testimonial-bullets a {
	height: 12px;
	width: 12px;
}

.widget.uxb-tmnl-testimonial-wrapper .uxb-tmnl-testimonial-item .uxb-tmnl-blockquote-wrapper {
	border: 0;
	margin: 10px 0 0;
	padding: 20px 10px;
}

.widget.uxb-tmnl-testimonial-wrapper blockquote p {
	font-size: 15px;
}

.widget.uxb-tmnl-testimonial-wrapper .uxb-tmnl-cite {
	margin-bottom: 0 !important;
}
