/* Tipografia do site */
body {
	font-family: "Petala-pro";
	letter-spacing: 0.5px;
}

/* Menu */
.edgtf-main-menu>ul>li.edgtf-active-item>a>span.item_outer .item_text:after, .edgtf-main-menu>ul>li>a>span.item_outer .item_text:after {
  background: rgba(0, 0 ,0 ,0) !important;
}

.edgtf-side-menu-icon {
	display: none !important;
}

/* Seção Serviços*/
.edgtf-iwt-title {
	letter-spacing: .5px;
}
.edgtf-iwt-title-text {
	padding-right: 20px;
}

.edgtf-iwt-text {
/* 	text-align: justify; */
	word-spacing: 1px;
}


.servicos {
	text-align: left !important;
	vertical-align: top !important;
}

.servicos p {
	font-size: 15px;
}

.linha-direita {
	border-right: solid 1px #5FB077;
	padding-right: 15px;
}

@media only screen and (min-width: 1439px) {
	.linha-direita {
	width: 200px;
  }
	
}

@media only screen and (max-width: 1024px) {
	.linha-direita {
	border-right: 0px;
	padding-right: 15px;
  }
	
}

.servicos p {
	font-size: 16px;
}

/* Footer */
#menu-footer-custom-menu {
	border-left: solid 3px #5FB077
}

.edgtf-page-footer .widget.widget_nav_menu li {
	padding: 0px;
}

.edgtf-page-footer .widget.widget_nav_menu li a:hover {
	color: #5FB077;
}

.telefone {
	font-weight: 400;
	color: #5FB077;
}

.telefone:hover {
	 color: #5FB077 !important;
}


/* portfolio */

.edgtf-pl-filter-holder ul li > span {
	font-weight: 200;
	color: #27575B !important;
}

.edgtf-pl-filter-holder ul li > span:hover {
	color: #5FB077 !important;
}

.edgtf-pl-filter-holder ul li>span:after {
	 background: rgba(0, 0 ,0 ,0) !important; 
}

.edgtf-testimonials-author-name:after {
	content:""; 
	display:block;
}

.edgtf-testimonials-author-job {
	font-size: 14px;
	font-style: italic;
}

/* Equipe */
.equipe-small {
	display: none;
}


@media only screen and (min-width: 800px) {
.equipe-small {
	display: block !important;
	}
	.equipe-inline {
		display: none;
	}
}

@media only screen and (min-width: 1439px) {
.equipe-small {
	display: none !important;
	}
	.equipe-inline {
		display: block;
	}
}



/* Título das páginas */

.edgtf-page-title {
	font-size: 50px;
	text-align: center;
	padding-top: 110px;
	letter-spacing: 2px;
	font-style: italic;
}

@media only screen and (max-width: 1024px) {
	.edgtf-page-title {
	font-size: 50px;
	text-align: center;
	padding-top: 0px;
}
}

@media only screen and (max-width: 600px) {
	.titulo {
		font-size: 40px !important;
	}
}
.edgtf-page-subtitle {
	text-align: center;
	padding-top: 20px;
}

h1.edgtf-page-title:after {
	content:"";
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
  width:100px;
  height:8px;
  background: #5FB077;
}

/* Portfolio*/
.edgtf-pli-title {
	text-align: left;
	font-size: 13px;
	margin-bottom: 15px !important;
}

.edgtf-pli-excerpt {
	color: white !important;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

.edgtf-ps-info-title {
	display: block !important;
}

.edgtf-ps-custom-field p {
	line-height: 0px !important;
}

.edgtf-ps-categories {
	margin-top: 20px !important;
}

.edgtf-ps-categories h6 {
	display: none !important;
}

.edgtf-ps-info-category {
	color: #6FCF97 !important;
	text-transform: uppercase;
	display: block !important;
}

.edgtf-ps-date {
	display: none !important;
}

.edgtf-social-title {
	display: none !important;
}
.edgtf-ps-related-posts-holder {
	border-top: solid 1px #c2c2c2;
		padding-top: 40px;
}
.edgtf-ps-related-posts-title {
	display: none;
}

/* Clientes */

.owl-next {
	right: 0px !important;
}

.owl-prev {
	left: 0px !important;
}

/* Blog */

.edgtf-post-info-author:after {
	display: none;
}

.edgtf-post-info-category {
	display: none !important;
}

.edgtf-post-title {
	font-weight: 400;
}

.widget.widget_recent_entries ul li a {
	font-weight: 400;
	line-height: 20px;
}

.wpb_video_wrapper {
	padding-top: 0px !important;
}

.edgtf-post-info-comments-holder {
	display: none !important;
}

/* Depoimentos */

.edgtf-testimonials-holder .edgtf-testimonial-image img {
    width: 200px;
    height: 200px;
    border-radius: 10em;
}

#menu-footer-english {
    border-left: solid 3px #5FB077;
}