/**
 * @version     1.0.0
 * @package     com_cltestimonials
 * @subpackage  mod_cltestimonials
 * @copyright   Copyright (C) 2017. All rights reserved.
 * @license     GNU General Public License on 2 or later; see LICENSE.txtversi
 * @author      RSTheme <support@rstheme.com> - http://www.rstheme.com
 */

/*****************************CL Testimonials Global CSS***************************************/
.cl_title{
	font-weight:bold;
} 
.cl_info-above {
  padding: 10px 0 15px;
}
.cl_info-left {
  display: table-cell;
  vertical-align: top;
  padding:10px 25px 10px 10px;
}
.cl_quote_info-left {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.cl_img_left_alignment {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.cl_table_cell_right {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.cl_quote_info {
  display: block;
  width: 100%;
}
.review_details{
	padding:10px;
	
}
.review_details {
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}
/********************************Arrow CSS*****************************************************/
.arrow_box_left {
	position: relative;
	background: #f5f5f5 ;
}
.arrow_box_left:after {
	right: 100%;
	top: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #f5f5f5 ;
	border-width: 12px;
	margin-left: -12px;
	}
.arrow_box_right {
	position: relative;
	background: #f5f5f5 ;
}
.arrow_box_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-width: 12px;
	margin-left: -12px;
	}
.arrow_box_bottom {
	position: relative;
	background: #f5f5f5 ;
}
.arrow_box_bottom:after {
	top: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #f5f5f5 ;
	border-width: 12px;
	margin-left: -12px;
}
.arrow_box_top {
	position: relative;
	background: #f5f5f5 ;
}
.arrow_box_top:after {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #f5f5f5 ;
	border-width: 12px;
	margin-left: -12px;
}

/*---------------------------Image Style---------------------------*/

.cl_img_round img {
	border-radius:10%;
	overflow:hidden;
}
.cl_img_circle img {
	border-radius:50%;
	overflow:hidden;
}
.cl_img_square img {
	border-radius:0%;
	overflow:hidden;
}

/*Text Alignment style*/

.cl_text_left {
	text-align: left;
}
.cl_text_center {
	text-align: center;
}
.cl_text_right {
	text-align: right;
}
