/* Ícones Font Awesome centralizados nos círculos (preheader não tinha regra para <i>) */
.rpd-preheader .preheader--social > ul > li > a > i,
.rpd-footer .footer--social > ul > li > a > i {
	display: block;
	line-height: 1;
}

.rpd-preheader .preheader--social > ul > li > a > i {
	font-size: 15px;
}

.rpd-footer .footer--social > ul > li > a > i {
	font-size: 18px;
}

/* Busca removida do site estático */
.rpd-header .header--search-btn,
.rpd-header .rpd-search {
	display: none !important;
}

.rpd-footer .footer--powered a {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
	text-decoration: none;
	transition: opacity 0.3s;
}

.rpd-footer .footer--powered a:hover {
	color: inherit;
	opacity: 1;
	text-decoration: none;
}

/* Sobre — Como funciona: itens sem link */
.rpd-icons span.item--icon,
.rpd-icons span.content--text {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}
