/********************
Custom Blocks
********************/

/**
 * Testimonial Block (begin)
 */
blockquote.cb-testimonial {
  font-size: 1.3rem;
  width: 98%;
  margin: 2rem 1%;
  font-style: italic;
  color: #333;
  padding: 1rem 2rem 1rem 4rem;
  border-left: 8px solid #161616 ;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
blockquote.cb-testimonial::before{
  font-family: Arial;
  content: "\201C";
  color: #161616;
  font-size: 4rem;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote.cb-testimonial::after{
  content: '';
}
blockquote.cb-testimonial span{
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  margin-top: 1.1rem;
}
/**
 * Testimonial Block (..end)
 */

/**
 * Image Carousel Block (begin)
 */

.cb-carousel.basic-slider {
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/**
 * Image Carousel Block (..end)
 */

