/* Single */

.single-wpi_pessoa .entry-title,
.single-wpi_pessoa #single_post_inside h1 {
	margin-bottom: 0.25em;
}

.single-wpi_pessoa .post-byline,
.single-wpi_pessoa .entry-meta,
.single-wpi_pessoa .post-meta {
 	display: none;
}

.single-wpi_pessoa .entry-content {
	margin-top: 0;
}

.wpipessoa-foto {
	float: right;
}
.wpipessoa-foto img {
	height: 300px !important;
	margin: 0 20px 10px;
	width: auto;
}

.wpipessoa-biografia {
	margin-top: 2em;
	margin-bottom: 3em;
}

.wpipessoa-funcao {
	margin-bottom: 2em;
}

.wpipessoa-fonte-grande {
	font-size: 1.3em;
}

.wpipessoa-fonte-italica {
	font-style: italic;
}

.single-wpi_pessoa .wpipessoa-info {
	line-height: 1.75;
	margin-bottom: 2em;
}

.wpipessoa-lattes::before,
.wpipessoa-site::before,
.wpipessoa-email::before,
.wpipessoa-fone::before {
	font-family: "dashicons";
	font-size: 20px;
	padding-right: 5px;
	vertical-align: middle;
}

.wpipessoa-lattes::before {
	content: "\f337";
}
.wpipessoa-site::before {
	content: "\f319" !important;
	display: inline !important; /* fix para conflito com seletor muito genérico do tema Twenty Fourteen */
}
.wpipessoa-email::before {
	content: "\f465";
}
.wpipessoa-fone::before {
	content: "\f525";
}


/* Lista gerada pelo shortcode */

.wpipessoa-lista,
.wpipessoa-post {
	list-style: none !important;
}

.wpipessoa-lista {
	margin: 20px 0 0 !important;
}

.wpipessoa-post {
	margin-bottom: 1.5em !important;
	position: relative;
}

.wpipessoa-thumb {
	border-radius: 50%;
/*	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5); */
	float: left;
	height: 6.5em;
	margin-right: 1em;
	overflow: hidden;
	width: 6.5em;
}
.wpipessoa-thumb img {
	border: 0 !important;
	height: auto !important;
/*	max-height: 8em !important; */
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.wpipessoa-thumb + .wpipessoa-info {
	left: 7.5em;
/*	line-height: 1em !important;  */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpipessoa-lista .wpipessoa-funcao {
	line-height: 1.5;
	margin-bottom: 0;
}
.wpipessoa-lista .wpipessoa-thumb + .wpipessoa-info .wpipessoa-funcao {
	margin-bottom: 0.75em;
}

.wpipessoa-nome {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.25em;
/*	padding-top: 0.5em; */
}
.wpipessoa-nome a {
	text-decoration: none !important;
}
.wpipessoa-nome a:hover {
	text-decoration: underline !important;
}

.wpipessoa-lista .wpipessoa-lattes,
.wpipessoa-lista .wpipessoa-site,
.wpipessoa-lista .wpipessoa-email,
.wpipessoa-lista .wpipessoa-fone {
	display: inline-block;
	margin-right: 20px;
}

.wpipessoa-paginacao {
	margin-top: 3em;
}
.wpipessoa-paginacao a {
	text-decoration: none !important;
}
.wpipessoa-paginacao a:hover {
	text-decoration: underline !important;
}

/* clearfix (limpa floats) */

.clearfix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
