/*
  $Id: Module Ext customer_testimonials.css, v2.1bs 8th August 2016 auzStar (Dominic C.) $
  Customer Testimonials for osCommerce 2.3.4 bootstrap - v2.1bs

  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 */
}
