/* Themify Customize Styling */
body {	background: none;
	background-color: #ffffff;
	font-family: "Open Sans";	font-weight:normal;
	font-size:15px;
	line-height:150%;

	color: #909396; 
}
a {	
	color: #07bdb7; 
}
a:hover {	
	color: #07bdb7; 
}
h1 {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:-0.1px;
	font-size:4.8em;
	line-height:120%;

	color: #000000; 
}
h2 {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:-0.1px;
	font-size:3em;
	line-height:120%;

	color: #000000; 
}
h3 {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:-0.1px;
	font-size:2em;
	line-height:120%;

	color: #000000; 
}
h4 {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:0.1px;
	font-size:1.4em;
	line-height:120%;

	color: #000000; 
}
h5 {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:0.1px;
	font-size:1.3em;
	line-height:120%;

	color: #000000; 
}
h6 {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:0.1px;
	font-size:1.1em;
	line-height:120%;

	color: #000000; 
}
#headerwrap {	background: none;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff; 
}
#headerwrap a:hover {	
	color: #ffffff; 
}
.header-widget-full {	background: none;
	background-color: #4e5255;
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:0.5px;
	font-size:14px;
	line-height:130%;
 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(255,255,255,0.87); 
}
#main-nav a {	
	color: #909396;
	font-family: "Open Sans";	font-weight:bold;
	letter-spacing:0.1px;
	font-size:12px;
	text-transform:uppercase; 
}
#main-nav a:hover {	
	color: #07bdb7; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #07bdb7; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #07bdb7; 
}
#footerwrap {	background: none;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	margin-bottom: -1px; 
}
#footer-logo a {		letter-spacing:-0.1px;
 
}
#footer {	
	color: #000000; 
}
#footer, #footer-logo, .footer-nav a, .footer-text {	
	font-family: "Open Sans";	font-weight:300;
	letter-spacing:0px;
	font-size:13px;
 
}
#footer a {	
	color: #07bdb7; 
}
#footer a:hover {		text-decoration:underline;

	color: #07bdb7; 
}
#footer .footer-widgets .widgettitle {	
	color: #000000;
	font-family: "Open Sans";	font-weight:bold;
	letter-spacing:-0.1px;
 
}
.footer-widgets .widget li {	
	padding: 0px; 
}
.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile-menu-visible.header-overlay #headerwrap, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .header-minbar .sidemenu-on, .mobile_menu_active #headerwrap .sidemenu-on { background: none;
	background-color: #000000; }.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .header-minbar .sidemenu-on,  .mobile_menu_active #headerwrap .sidemenu-on { 
	color: #ffffff; }.header-minbar #headerwrap #main-nav a, .mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a { 
	color: #ffffff; }.header-minbar #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #07bdb7; }.mobile_menu_active #menu-icon { 
	color: #07bdb7; }
/* Themify Custom CSS */
/* REQUIRED FIELDS */
.module-contact span.required {
color: #07bdb7 !important;
}

/* SEND BUTTON */
input[type=reset], input[type=submit], button {
border-radius: 0px;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: normal;
}

/* REMOVE REPEATED DATE FROM POSTS */
.post-date .day:nth-of-type(2) {
    display: none;
}
.years.ui.transparent {
display: none !important;
}

/* PERSONALIZA MARGENS DE TITULOS */
h1, h2, h3, h4, h5, h6 {
margin: 10px 0px;
}

/* CORRIGE FUNDO DE LINHA NO CHROME */
.chrome-parallax-fix.module_row {
-webkit-transform:translatez(0) !important;
}