/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

.pbck_teams {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.pbck_teams a {
	color: #ef023f;
	cursor: pointer;
	text-decoration: none;
}

.pbck_teams .pbck_wrap {
	width: 100%;
	overflow: visible;
}

.pbck_teams .pbck_wrapinner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pbck_team_image img,
.pagebuilderck .pbck_team_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbck_team_name {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #4d4d4d;
	padding: 10px 0 5px 0;
}

.pbck_team_status {
	color: #57B8FF;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 0;
}

.pbck_team_quote {
	margin: 20px 0;
	font-style: italic;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
}

.pbck_team_quote:before {
	color: #ccc;
	content: open-quote;
	font-size: 1.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: left;
	font-family: helvetica;
}

.pbck_team_quote:after {
	color: #ccc;
	content: close-quote;
	font-size: 1.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: right;
	font-family: helvetica;
}

.pbck_team_readmore {
	color: #121212;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

.pbck_team_email, .pbck_team_url {
	text-decoration: none;
}

.pbck_team {
	position: relative;
	margin: 0;
	padding: 0;
}

.pbck_team_text_inner {
	color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	display: none;
}

.pbck_team [data-state="0"] {
	display: none;
}

