.logo {
	height: 62px;
}

.menu-item a {
	padding: 1.5rem 1.4rem;
	color: #555555;
}

.menu-item:hover a,
.menu-item a:hover,
.menu-item:hover a:hover {
	color: #ed3237;
}

.current-menu-item a {
	color: #e30016;
}

@media ( max-width: 991px ) {
	.menu-item a {
		padding: 0.8rem 0.7rem !important;
	}
}

.footer-links .menu-item a {
	padding: 0;
}

.footer-links .current-menu-item a {
	color: #555555;
}

.footer-links .menu-item a:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f105';
	margin-right: 14px;
}

/* Contato */
.wpcf7-form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.wpcf7-form input {
	width: 100%;
}



/* adfasdfsadf */
#banner-home .item {}

#banner-home .owl-controls {
  bottom: 50px;
  right: 11%;
  left: auto;
}

@media (max-width: 576px) {

	#banner-home .owl-controls {
		display: none;
	}
}

#banner-home .owl-page.active span {
  background: #fff;
}


#postagem .legenda {
	position: absolute;
	bottom: 0;
	background: red;
	width: 100%;
	text-align: center;
}

#postagem::after {
	position: absolute;
	background: url(../images/logo.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background-size: 80px;
	opacity: 0.1;
}

#postagem .legenda h1,
#postagem .legenda h2,
#postagem .legenda h3,
#postagem .legenda h4,
#postagem .legenda h5,
#postagem .legenda h6,
#postagem .legenda p {
	color: #ffffff;
}

.single-postagem header,
.single-postagem .footer,
.single-postagem .footer-bottom {
	display: none !important;
}
