/*
  $Id: Module Ext customer_testimonials.css, v2.4bs 17th Oct. 2016 auzStar (Dominic C.) $
  Customer Testimonials for osCommerce 2.3.4 bootstrap - v2.4bs

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2016 osCommerce

  Released under the GNU General Public License
*/

/* ----- to to vertically center images inside testimonials */
/* ----- Small devices (tablets, 768px and up) 
@media (min-width: 768px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

blockquote.border_bottom {
  border-bottom: 1px solid #eee;
}

span.read_more {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color:#128BB4;
  white-space: nowrap;
  cursor: pointer;
  padding: 1px 5px 0 10px;
}

span.read_more:hover {
  color: #0000BF;
}

#expander {
  float: right;
  padding-bottom: 3px;
  padding-top: 3px;
}

a.boxTestText_link {
  text-decoration: none;
  outline: 0;
}

.boxTestText, .boxTestText_nohover {
  font-size: 14px; /* customer testimonial font size 
  color: #000000;  /* customer testimonial font color
  background-color: #FCFCFC;
  padding: 8px 8px 8px 8px;
  margin: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.boxTestText:hover {
  background-color: #F7F7F7;
}

.boxTestText > .img-expander {
  color: #C71C0A; /* color for [view image] text 
}
*/


.testimonials .testi-item {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;	
}

.testimonials .testi-item  blockquote {
	border:1px solid #d4d4d4;
	padding:16px;
	background: -webkit-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: -moz-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: -o-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: -ms-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
}

.testimonials .testi-item blockquote:hover {
	border:2px solid #96cab7;
	padding:15px;
}

.testimonials .testi-item .testi-img {
	height:350px;
	width: 350px;
	margin: 0 auto 30px auto;
	display:block;
	overflow: hidden;
	-webkit-border-radius: 175px;
	-moz-border-radius: 175px;
	-o-border-radius: 175px;
	-ms-border-radius: 175px;
	border-radius: 175px;
	background: #000;
}

.testimonials .testi-item .testi-img.testi-img-sm {
	height:120px;
	width: 120px;
	margin: 0 auto 15px auto;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	-ms-border-radius: 60px;
	border-radius: 60px;
}

/* .testi-img img {
	display:block;
	margin:0 auto 15px auto;
} */

.testimonials .testi-item blockquote cite {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

.testimonials .testi-item blockquote a {
	color:#000;
	text-decoration: none;
}

.testimonials .testi-item blockquote p {
	margin-left:0;
	padding-left:0;
}

.testimonials .testi-item .label-info {
	font-weight: bold;
}

.testimonials .testi-item .label-info span {
	color:#62ad92;
}

.testi-full-desc {
	position: fixed;
	width:100%;
	top:0;
	left:50%;
	-moz-transform: translateX( -50% );
	-webkit-transform: translateX( -50% );
	-o-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
	z-index:9999;
}

.testi-full-desc-wrap {
	padding:15px;
	margin:15px;	
	min-height: 300px;
	background: -webkit-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: -moz-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: -o-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: -ms-linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	background: linear-gradient( #dbe3e0, #ecf1ef, #dbe4e1 );
	-webkit-box-shadow: 0 0 5px #333;
	-o-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-ms-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	overflow-y: auto;
}

.testi-full-desc-wrap footer {
	font-weight: bold;
	color:#62ad92;
}