* {box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, li {color: #6a6a6a;}
p, li {font-size: 16px;}
ul, ol {margin:0; padding: 0;}
img {display: block;}
html {scroll-behavior: smooth;}

.source-serif-4-<uniquifier> {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.raleway-<uniquifier> {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.site {
	font-family: "Raleway", sans-serif;
}

.container {
	width: 1120px;
	margin: 0 auto;
}

/* --- global */
.post, .page {
	margin-bottom: 0;
}

/* --- header */
.site-header {
	position: relative;
	z-index: 50;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	height: 105px;
	padding: 10px 0 0;
}
.site-branding {
	width: 250px;
}
.site-menu {
	padding: 0 0 15px;
	width: 850px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.site-menu .widget {
	margin: 0;
}
.site-menu .widget p {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
.site-menu .widget p a {
	color: #4f7e7a;
	font-weight: 700;
}
.site-menu .widget p a:hover {
	color: #f15c22;
}
.top-header {
	gap: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
#menu-social {
	list-style: none;
	width: 100px;
	display: flex;
	justify-content: space-between;
}
#menu-social li {
	font-size: 20px;
}
#menu-social li a {
	color: #6a6a6a;
}
#menu-social li a:hover {
	color: #f15c22;
}
.main-navigation {
	align-self: end;
}
.main-navigation .menu {
	padding-right: 135px;
	gap: 35px;
	width: 100%;
	justify-content: end;
}
.main-navigation li {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Source Serif 4", serif;
}
.main-navigation .menu-item-has-children {
	position: relative;
}
.main-navigation .menu-item-has-children:after {
	background: url(../img/ico-submenu.png) no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -20%);
}
.main-navigation li a {
	color: #6a6a6a;
	line-height: 30px;
}
.main-navigation li a:hover {
	color: #f15c22;
}
.main-navigation .nav-menu > li.current-menu-item:not(.menu-item-has-children) > a {
	border-bottom: 1px dotted #6a6a6a;
}
.main-navigation .nav-menu > li.current-menu-item > a:hover {
	border-bottom-color: #f15c22;
}
.main-navigation .sub-menu {
	background: white;
	padding: 5px 0;
	flex-direction: column;
	margin: 15px 0 0 -15px;
}
.main-navigation .sub-menu:before {
	content: '';
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	top: -15px;
	right: 0;
}
.main-navigation .sub-menu li {
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: 0.01em;
	font-family: "Raleway", sans-serif;
}
.main-navigation .sub-menu li a {
	border-bottom: 1px solid #cecece;
	width: 170px;
	padding: 0 5px;
	line-height: 25px;
}
.main-navigation .sub-menu li:last-child a {
	border-bottom: none;
}

.custom-logo {
	width: 250px;
}

.header-log {
	position: absolute;
	right: 0;
	bottom: 16px;
	width: 100px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-log .acm-open {
	background: #f15c22;
	border-radius: 0;
	overflow: hidden;
	display: block;
	position: relative;
	border: none;
	color: white;
	padding: 0;
	width: 100px;
	height: 30px;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Source Serif 4", serif;
}
.header-log .acm-open::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
	transition: left 0.6s ease;
}
.header-log .acm-open:hover::after {
	left: 100%;
}
.header-log .panel {
	position: relative;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.header-log .panel > a {
	display: block;
	width: 20px;
	height: 30px;
	line-height: 30px;
}
.header-log .panel i {
	color: #f15c22;
	font-size: 20px;
	cursor: pointer;
}
.header-log .panel span {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	display: none;
	background: white;
	color: #6a6a6a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 15px;
	border: 1px solid #ddd;
	white-space: nowrap;
	padding: 10px 15px;
}
.header-log .panel.panel-user span {
	white-space: unset;
	line-height: 1.5;
	left: auto;
	right: -15px;
	transform: none;
	text-align: left;
}
.header-log .panel.panel-user span hr {
	margin: 10px 0;
}
.header-log .panel span strong {
	color: #f15c22;
	font-weight: 600;
}
.header-log .panel span strong:hover {
	text-decoration: underline;
}
.header-log .panel span a {
	color: #f15c22;
	text-decoration: none;
}
.header-log .panel span a:hover {
	text-decoration: underline;
}
.header-log .panel:hover span {
	display: block;
}
.site-header .ico-logout {
	display: none;
}

/* --- home */
.banner-home {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.banner-item {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 450px;
}
.banner-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner-box {
	position: absolute;
	z-index: 3;
	left: 50px;
	bottom: 50px;
	background: rgba(255,255,255,.9);
	width: 430px;
	padding: 30px;
}
.banner-box h2 {
	margin: 0;
	color: #4f7e7a;
	line-height: 1;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -.025em;
	font-family: "Source Serif 4", serif;
}
.banner-box p {
	margin-bottom: 0;
	font-size: 18px;
}

/* --- headers pages */
.entry-header {
	background: gray;
	position: relative;
	min-height: 180px;
}
body.error404 .entry-header,
body.search .entry-header,
body.archive .entry-header,
body.single .entry-header {
	background: url(../img/receitas.jpg) no-repeat;
}
.entry-title {
	position: absolute;
	left: 75px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	color: white;
	font-size: 48px;
	font-weight: 600;
	font-family: "Source Serif 4", serif;
}
a.entry-title {
	color: white;
	text-decoration: none;
}
a.entry-title:hover {
	text-decoration: underline;
}
.entry-content {
	margin: 0;
	padding: 25px 50px;
}
.search .entry-content,
.archive .entry-content {
	padding-top: 0;
	padding-bottom: 0;
}
.page-home .entry-content,
.page-receitas .entry-content,
.page-favoritas .entry-content {
	padding-bottom: 0;
}

/* --- quem-somos */
.entry-text {
	position: absolute;
	left: 75px;
	top: 50%;
	transform: translateY(-55%);
}
.entry-text h1 {
	margin: 0;
	color: white;
	width: 250px;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.05;
	font-family: "Source Serif 4", serif;
}
.entry-text h2 {
	margin: 10px 0 0;
	color: white;
	font-size: 18px;
	font-weight: 400;
}
.bios {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding-bottom: 254px;
}
.bio-box {
	border: 2px solid #a23956;
	width: 460px;
	height: 716px;
	padding: 24px 24px 0;
	position: relative;
	z-index: 3;
}
.bio-box:first-child {border-color: #4f7e7a;}

.bio-box h3 {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
	font-family: "Source Serif 4", serif;
}
.bios img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* --- receitas */
.category-grid {
	margin-top: 30px;
	padding: 0 50px;
	height: 160px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.category-grid .slick-arrow {
	background-position: center center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	padding: 0;
	border: none;
	top: 51px;
	width: 17px;
	height: 28px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	opacity: .5;
	transition: opacity .25s;
}
.category-grid .slick-prev {left: 0; background-image: url(../img/ico-prev.png);}
.category-grid .slick-next {right: 0; background-image: url(../img/ico-next.png);}

.category-grid .slick-arrow:hover {
	opacity: 1;
}

a.category-card {
	color: #6a6a6a;
	text-decoration: none;
}
a.category-card:hover {
	color: #f15c22;
}
.category-card span {
	padding-top: 15px;
	display: block;
	line-height: 15px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.category-card img {
	margin: 0 auto;
	width: 130px;
}

/* --- category */
.archive-title {
	position: relative;
	margin-top: 0;
	line-height: 2;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
.archive-title:after {
	background: #4f7e7a;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
}
.home .archive-title:after,
.page-receitas .archive-title:after {
	background: #a9ab5e;
}
.home .category-grid + .entry-content .archive-title:after,
.page-receitas .category-grid + .entry-content .archive-title:after {
	background: #9f3b56;
}
.archive-title span {
	color: #f15c22;
}
.archive-list {
	padding: 0 50px;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}
.acm-favorites-list .archive-list {
	padding: 0;
}
.scroll-wrap + hr {
	margin: 50px 0 15px;
}
.archive-post {
	width: 240px;
}
.archive-post .post-image {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.archive-post .post-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.archive-post .post-infos span {
	margin-right: 10px;
	padding: 10px 0 0;
	display: inline-block;
	color: #4f7d7a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.archive-post .post-infos h3 {
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
.archive-post .post-infos h3 a {
	color: #6a6a6a;
	text-decoration: none;
}
.archive-post .post-infos h3 a:hover {
	color: #f15c22;
}
.archive-post .post-infos p {
	margin: 5px 0 0;
	font-size: 12px;
}
.archive-post .post-infos .ico {
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	width: 16px;
	height: 18px;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
}
.archive-post .post-infos .ico.ico-qtd {background-image: url(../img/ico-qtd.png);}
.archive-post .post-infos .ico.ico-time {background-image: url(../img/ico-time.png);}

/* --- single */
.post-header {
	padding: 0 50px;
}
.breadcrumbs {
	margin: 0;
	padding: 15px 0;
	color: #9d9d9d;
	font-size: 12px;
	font-weight: 600;
}
.breadcrumbs a {
	color: #9d9d9d;
	text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs span {
	text-decoration: underline;
}
.breadcrumbs a:hover {
	color: #f15c22;
}
.post-title {
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.25;
	font-family: "Source Serif 4", serif;
}
.post-gallery {
	padding: 0 50px;
}
.post-gallery .post-thumbnail,
.post-gallery .post-thumb {
	background: #eee;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
}
.post-gallery .post-thumbnail {
	width: 760px;
	height: 460px;
}
.post-gallery .post-thumb {
	width: 240px;
	height: 220px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.post-gallery .post-thumb:last-child {
	margin-bottom: 0;
}
.post-gallery .post-thumbnail img,
.post-gallery .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.post-thumb img {
	cursor: pointer;
}
.post-gallery:after {
	content: '';
	display: block;
	clear: both;
}

.recipe {
	gap: 40px;
	display: flex;
	flex-wrap: wrap;
}
.recipe h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	font-family: "Source Serif 4", serif;
}
.recipe ul,
.recipe ol {
	padding-bottom: 10px;
}
.recipe li {
	margin: 15px 0 0;
}
.recipe li + .space {margin-top: 40px;}
.recipe li a {
	color: #6a6a6a;
	text-decoration: none;
}
.recipe li a b {
	color: #f15c22;
	border-bottom: 1px dotted #f15c22;
}
.recipe li a:hover b {
	border-bottom-style: solid;
}

.recipe-info {
	background: #ededed;
	position: relative;
	width: 100%;
	height: 48px;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}
.recipe-info:before,
.recipe-info:after {
	background: #ededed;
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	height: 100%;
	width: 25px;
}
.recipe-info:before {left: -25px; border-radius: 10px 0 0 10px;}
.recipe-info:after {right: -25px; border-radius: 0 10px 10px 0;}

.recipe-info p {
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	align-self: center;
}
.recipe-info .ico {
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	width: 18px;
	height: 20px;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
}
.recipe-info .ico.ico-qtd {background-image: url(../img/ico-qtd.png);}
.recipe-info .ico.ico-print {background-image: url(../img/ico-print.png);}
.recipe-info .ico.ico-share {background-image: url(../img/ico-share.png);}
.recipe-info .ico.ico-time {background-image: url(../img/ico-time.png);}

.recipe-info .icons a {
	cursor: pointer;
	color: #6a6a6a;
	margin-left: 10px;
}
.recipe-info .icons a:hover {
	color: #f15c22;
}
.recipe-info p a {
	margin: 0 5px;
	color: #f15c22;
	cursor: pointer;
	text-decoration: none;
}
.recipe-info p a:hover {
	color: black;
}
.recipe-info p span {
	border: 1px solid #6a6a6a;
	border-radius: 5px;
	display: inline-block;
	margin: 0 3px;
	width: 30px;
	height: 22px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	background: white;
	text-align: center;
	vertical-align: middle;
	cursor: not-allowed;
}
.recipe-info .bt-qtd {
	padding: 0;
	border: none;
	background: #6a6a6a;
	margin-left: 3px;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius: 0;
	vertical-align: middle;
}
.recipe-info .bt-qtd:disabled{
	opacity: .4;
	cursor: not-allowed;
}

/* --- cooking mode */
.cooking-switch {
	width: 100%;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	user-select: none;
}
.cooking-switch input {
	display: none;
}
.slider {
	position: relative;
	width: 52px;
	height: 30px;
	background: #ccc;
	border-radius: 999px;
	transition: .3s;
}
.slider::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 3px;
	top: 3px;
	background: white;
	border-radius: 50%;
	transition: .3s;
}
.cooking-switch input:checked + .slider {
	background: #f15c22;
}
.cooking-switch input:checked + .slider::before {
	transform: translateX(22px);
}
.cooking-switch input:checked + .slider + .label-text {
	color: #f15c22;
}
.label-text {
	color: #6a6a6a;
	font-size: 15px;
	font-weight: 600;
}
.label-text small {
	color: #6a6a6a!important;
	margin-left: 10px;
	opacity: .75;
}
/*
.cooking-mode {
	padding-bottom: 120px;
}
*/

/* --- ingredients */
.recipe-itens {
	width: 300px;
}
.recipe-itens ul {
	list-style: none;
}
.recipe-itens .qtd {
	transition: transform 160ms ease;
}
.recipe-itens .qtd.bump {
	color: black;
}
.recipe-steps {
	border-left: 1px solid #737373;
	width: 630px;
	padding-left: 30px;
}
.recipe-steps li {
	margin-left: 20px;
	font-weight: 600;
}
.recipe-steps li span {
	font-weight: 400;
}
.recipe-steps ul {
	list-style: none;
}
.recipe-steps ul li {
	font-weight: 400;
}
.recipe-steps ul li a {
	color: #6a6a6a;
	text-decoration: none;
}
.recipe-steps ul li a b {
	color: #f15c22;
	border-bottom: 1px dotted #f15c22;
}
.recipe-steps ul li a:hover b {
	border-bottom-style: solid;
}

.recipe-video {
	width: 100%;
	display: flex;
	justify-content: center;
}
.instagram-media {
	max-width: 100% !important;
	min-width: 300px!important;
}

/* --- share box */
.share-box {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 5px;
	background: white;
	width: 200px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.25);
}
.share-box p {
	padding: 10px 15px;
	font-weight: 600;
}
.share-box ul {
	padding: 0;
	list-style: none;
}
.share-box li {
	margin: 0;
	line-height: 1;
	font-size: 14px;
}
.share-box li a {
	color: #6a6a6a!important;
	text-decoration: none;
	padding: 15px 15px 15px 45px;
	display: block;
	position: relative;
	cursor: pointer;
}
.share-box li a #msg-copiado {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #f15c22;
}
.share-box li a:hover {
	background: #eee;
	color: black!important;
}
.share-box li a i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	display: block;
	width: 20px;
	text-align: center;
	vertical-align: middle;
}
.share-box li:first-child a i {
	font-size: 16px;
}

/* --- comentarios */
.comments-area {
	margin-top: 25px;
	padding: 0 50px;
}
.comment-respond {
	border: 1px solid #dce5e4;
	padding: 15px 25px 20px;
}
.comment-list .comment .comment-respond {
	margin-top: 10px;
}
.comment-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comment-reply-title {
	margin: 0;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	font-family: "Source Serif 4", serif;
}
.comment-reply-title small {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	text-transform: uppercase;
}
.comment-reply-title small a {
	color: #f15c22;
	text-decoration: none;
}
.comment-reply-title small a:hover {
	text-decoration: underline;
}
.logged-in-as {
	width: 50%;
	order: 2;
	margin: 0;
	font-size: 12px;
}
.logged-in-as a {
	color: #a23956;
	text-decoration: none;
}
.logged-in-as a:hover {
	text-decoration: underline;
}
.logged-in-as .required-field-message {
	display: none;
}
.comment-form-comment {
	width: 100%;
	order: 1;
	margin: 0;
	padding: 10px 0;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	height: 130px;
	resize: none;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	padding: 7px 10px;
}
.must-log-in {
	margin: 15px 0 0;
	font-size: 12px;
}
.must-log-in a {
	color: #a23956;
	cursor: pointer;
	text-decoration: none;
}
.must-log-in a:hover {
	text-decoration: underline;
}
.form-submit {
	margin: 0;
	order: 3;
	align-self: end;
}
.comment-form .submit {
	background: #f15c22;
	border-radius: 0;
	color: white;
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-family: "Source Serif 4", serif;
}
.comments-title {
	margin-top: 0;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Source Serif 4", serif;
}
.comment-respond + .comments-title {margin-top: 50px;}

.comment-author .fn,
.comment-author .fn a {
	color: #a23956;
	font-size: 12px;
	text-decoration: none;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	display: none;
}
.comment-list {
	gap: 25px;
	display: flex;
	flex-direction: column;
}
.comment-list .comment {
	border: 1px solid #dce5e4;
	padding: 15px 25px 25px;
}
.comment-list .comment .children {
	margin: 0;
}
.comment-list .comment .children li {
	margin: 25px 0 0;
}
.comment-list .comment .children p {
	margin-bottom: 0;
}
.comment-content p {
	font-size: 14px;
}
.reply {
	padding-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	letter-spacing: .01em;
	text-transform: uppercase;
	font-family: "Source Serif 4", serif;
}
.reply a {
	color: #f15c22;
	text-decoration: none;
}
.reply a:hover {
	text-decoration: underline;
}

/* --- search-form */
.box-search {
	padding: 20px 100px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-search:before,
.box-search:after {
	background: #ddd;
	width: 150px;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.box-search:before {left: -50px;}
.box-search:after {right: -50px;}

.search-form {
	border: 1px solid #bbb;
	position: relative;
	width: 550px;
	height: 50px;
	padding: 9px 0 9px 45px;
}
.search-form:before {
	background: url(../img/ico-search.png) no-repeat;
	background-size: contain;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}
.search-form input {
	border: none;
	padding: 0 7px;
	width: 460px;
	height: 30px;
	font-size: 14px;
	font-weight: 600;
}
.search-form button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	width: 30px;
	height: 30px;
	color: #f15c22;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
.box-search span {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
.box-search a {
	background: #f15c22;
	overflow: hidden;
	position: relative;
	color: white;
	width: 230px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
.box-search a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
	transition: left 0.6s ease;
}
.box-search a:hover::after {
	left: 100%;
}

/* --- bt-search */
.bt-search {
	/*
	visibility: hidden;
	opacity: 0;
	*/
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	right: 50px;
	bottom: 50px;
	opacity: .75;
	background: #f15c22 url(../img/icon-search.png) no-repeat 0 center;
	background-size: contain;
    box-shadow: 3px 3px 5px rgba(0,0,0,.25);
	border: 5px solid #f15c22;
	width: 50px;
	height: 50px;
	padding-right: 3px;
	transition: all .25s;
}
.bt-search span {
	display: block;
	position: absolute;
	left: 35px;
	top: 0;
	bottom: 0;
	width: 150px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Source Serif 4", serif;
}
/*
.bt-search.is-visible {
	visibility: visible;
	opacity: .75;
}
*/
.bt-search:hover,
.bt-search.is-visible:hover {
	opacity: 1;
	width: 200px;
}

/* --- noticias */
#secondary {
	border-top: 1px solid #ccc;
	margin: 50px 0 0;
	padding: 30px 50px 0;
	height: 520px;
}
#secondary .widget-title {
	position: relative;
	margin-top: 0;
	line-height: 2;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .025em;
	font-family: "Source Serif 4", serif;
}
#secondary .widget-title:after {
	background: #4f7e7a;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
}
#secondary .srr-item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 500px;
	height: 120px;
	margin-bottom: 20px;
	padding: 0 0 0 150px!important;
}
#secondary .srr-item:first-child {
	height: 400px;
	margin-right: 20px;
	padding-left: 0!important;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#secondary .srr-item .srr-thumb {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	bottom: 0;
	width: 130px!important;
	height: 120px!important;
	overflow: hidden;
	margin: 0!important;
}
#secondary .srr-item:first-child .srr-thumb {
	width: 500px!important;
	height: 400px!important;
}
#secondary .srr-item .srr-thumb img {
	width: 100%;
	height: 100%;
}
#secondary .srr-title {
	margin-bottom: 0!important;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
#secondary .srr-item:first-child .srr-title {
	background: rgba(255,255,255,.9);
	position: relative;
	z-index: 4;
	padding: 25px 25px 0;
}
#secondary .srr-item:first-child .srr-summary {
	background: rgba(255,255,255,.9);
	position: relative;
	z-index: 5;
}
#secondary .srr-title a {
	color: #4f7d7a;
	text-decoration: none;
}
#secondary .srr-item:hover .srr-title a {
	color: #f15c22;
}
#secondary .srr-summary {
	margin-bottom: 0!important;
	font-weight: 500;
	font-family: "Source Serif 4", serif;
}
#secondary .srr-summary p {
	padding: 10px 0 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
}
#secondary .srr-item:first-child .srr-summary p {
	padding: 10px 25px 25px;
}
#secondary .srr-summary a {
	color: #6a6a6a;
	text-decoration: none;
}

/* --- contato */
.wpcf7-form {
	position: relative;
	padding-bottom: 25px;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form p {
	position: relative;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7-form label {
	padding-top: 25px;
	width: 310px;
	position: relative;
	display: block;
}
.wpcf7-form label .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	left: 10px;
	bottom: -19px;
	width: 294px;
	color: #f15c22;
}
.wpcf7-form .msg {width: 100%;}

.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form .wpcf7-form-control {
	border: 1px solid #ededed;
	background: #fdfdfd;
	width: 100%;
	display: block;
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 500;
	max-height: 165px;
	resize: none;
	padding: 7px 10px;
}
.wpcf7-form .wpcf7-submit {
	background: #f15c22;
	border-radius: 0;
	color: white;
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: -45px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-family: "Source Serif 4", serif;
}
.wpcf7-form .wpcf7-spinner {
	position: absolute;
	right: 115px;
	bottom: -42px;
	margin: 0;
}
.wpcf7 form .wpcf7-response-output {
	border: none!important;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: -34px;
	display: block;
	background: #f5f5f5;
	color: #6a6a6a;
	border-left: 4px solid #f15c22!important;
}

/* --- footer */
.site-footer {
	background: #dce5e4;
	margin-top: 50px;
	clear: both;
}
.site-footer .container {
	display: flex;
	flex-wrap: wrap;
}
.site-footer .widget {
	margin: 50px 0;
	width: 50%;c
}
.site-footer .widget:first-child {
	background: url(../img/acostuma.png) no-repeat 75px 0;
	padding: 50px 25px 0 75px;
}
.site-footer .widget:nth-child(2) {
	border: 1px solid #4f7d7a;
	position: relative;
	width: 366px;
	margin-left: 120px;
	padding: 10px 30px 20px 60px;
}
.site-footer .widget:nth-child(2):before {
	background: #dce5e4 url(../img/icon-acostuma.png) no-repeat center center;
	content: '';
	width: 85px;
	height: 123px;
	position: absolute;
	left: -42px;
	top: 50%;
	transform: translateY(-50%);
}
.site-footer .widget p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.site-footer .widget-title {
	margin: 0;
	color: #4f7d7a;
	font-size: 24px;
	font-weight: 600;
	font-family: "Source Serif 4", serif;
}
.site-footer .widget a {
	display: inline-block;
	background: #4f7d7a;
	color: white;
	margin: 8px 0 0;
	padding: 0 12px;
	font-weight: 600;
	line-height: 32px;
	text-decoration: none;
	transition: all .25s;
	font-family: "Source Serif 4", serif;
}
.site-footer .widget a:hover {
	background: white;
	color: #4f7d7a;
}
.site-info {
	border-top: 1px solid #adadad;
	padding-top: 10px;
	width: 100%;
	height: 90px;
	color: #6a6a6a;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}