/* Ajustes do CMS sobre o tema original */

/* H1 da seção de abertura com exatamente o mesmo visual do H2 original
   (H1 por SEO — as regras espelham .sec-title h2 / .sec-title.style-three h2) */
.sec-title h1 {
	position: relative;
	color: #222;
	font-weight: 700;
	line-height: 1.3em;
	font-size: 34px;
	display: inline-block;
}
.sec-title h1:before {
	position: absolute;
	content: '';
	left: -65px;
	top: 22px;
	height: 2px;
	width: 50px;
	background-color: #e9c37a;
}
.sec-title.style-three h1 {
	font-size: 30px;
}
