/*
Theme Name: LightOne
Theme URI: https://themeforest.net/item/lightone-onepage-parallax-wordpress-theme/20711282
Author: AZ-Theme
Author URI: https://az-theme.net
Description: LightOne - Responsive OnePage WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog,  portfolio, entertainment
Text Domain: lightone

/**
 * Table of Contents
 *
 * [TYPOGRAPHY]
 *
 * [HEADER]
 * [SHORT CODE]
 *    - Title section
 *    - Service
 *    - Team member
 *    - Testimonial
 *    - Client
 *    - Pricing table
 *    - Contact info
 *    - About section
 *    - Funfact
 *
 * [PORTFOLIO]
 *    - Filter
 *    - Single Portfolio
 *
 * [BLOG]
 *    - Our blog
 *    - Single post
 *    - Comment list
 *    - Comment form
 *
 * [SIDEBAR]
 *
 * [EXAMPLE DATA]
 *
 * [FOOTER]
 *
 * [RESPONSIVE]
 *
 */
    
/* ------------------------
		TYPOGRAPHY
------------------------ */
body{
	background: #f0f0f0;
	font-family: 'Lora';
	font-size: 14px;
	color: #686868;
	line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display';
	font-weight: normal;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	margin-bottom: 30px;
}
a{
	color: inherit;
    display: inline-block;
}
a:hover, a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img{
	max-width: 100%;
	height: auto;
}
.az-row-overlay{
	position: absolute!important;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
}
label{
    width: 100%;
}
ul, ol{
	padding: 0;
	margin: 0;
}
ul ul, ol ol, ul ol, ol ul{
	padding-left: 20px;
}
input[type="text"], input[type="email"],input[type="password"],input[type="tel"], textarea{
	width: 100%;
	margin-bottom: 30px;
	padding: 12px 18px;
	line-height: 24px;
	font-size: inherit;
	border: 1px solid #dddddd;
	background: transparent;
	color: inherit;
	background: #f9f9f9;
}
textarea{min-height: 150px;}
.az-button, button, .button, input[type="submit"]{
	background: #000000;
	padding: 11px 35px;
	color: #ffffff;
	font-size: inherit;
	line-height: 24px;
	border: 2px solid #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #fff;
	color: #000;
	outline: none;
}
select{
	padding: 13px 18px;
	font-size: inherit;
	width: 100%;
	border: 1px solid #ddd;
	background: #ffffff;
}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
iframe{
	max-width: 100%;
}
.owl-nav > div{
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.owl-nav > div span{line-height: 40px;}
.owl-nav > div:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-nav > div.owl-prev{
	left: 20px;
}
.owl-nav > div.owl-next{
	right: 20px;
}

.post-gallery .owl-nav > div.owl-prev{
	left: 20px;
}
.post-gallery .owl-nav > div.owl-next{
	right: 20px;
}

.owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 8px;
}
.owl-dots .owl-dot.active{
	background: #ffffff;
}
/* Page template */
.pagecontent{
	padding: 0;
}
.page-template-full-width .pagecontent{
	padding: 0;
}
/* Select chosen */
.chosen-container{max-width: 100%}
.chosen-container-single .chosen-single{
	background: none;
	border-color: #ddd;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: inherit;
	height: auto;
	padding: 9px 20px;
}
.chosen-container-single .chosen-single div b{
	background: none!important;
	position: relative;
}
.chosen-container-single .chosen-single div b:after{
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #686868;
	line-height: 40px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after{
	content: "\f0d8";
}
.chosen-container-active.chosen-with-drop .chosen-single{
	background: none;
	border-color: #ddd;
}
.chosen-container-single .chosen-drop{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #ddd;
	background: #fff;
}
.chosen-container .chosen-results{
	color: inherit;
	margin: 0;
	padding: 0;
}

.chosen-container .chosen-results li{
	line-height: 24px;
}
.chosen-container .chosen-results li.highlighted{
	background: #000;
}
.chosen-container-single .chosen-search input[type="text"]{
	border-color: #ddd;
	font-family: inherit;
	padding: 12px 20px 12px 4px;
}
.chosen-container-single .chosen-search input[type="text"]{
	background: url(images/icon-search.png) no-repeat right center;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* ------------------------
			HEADER
------------------------ */
header{
	background: transparent;
	position: fixed;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
	top: 0;
  padding: 0 50px;
}
body.single header{
	position: relative;
	top: 0;
}
body.single header.menu-fixed{
	position: fixed;
}
header.menu-fixed,
body.single header{
  background: rgba(0,0,0,0.7);
}
.az-adminbar header,
body.single.az-adminbar header.menu-fixed{
	top: 32px;
}
.header-content:after,
.header-content:before{
	content: "";
	display: table;
}
.header-content{
  display: table;
  width: 100%;
}
.header-content .logo,
.header-content .az-mainmenu,
.header-content .header-social{
  display: table-cell;
  vertical-align: middle;
}
.header-content .logo{
  width: 10%;
  min-width: 138px;
}
.header-content .az-mainmenu{
  text-align: center;
  width: 100%;
  padding: 13px 0;
}
.header-content .header-social{white-space: nowrap;width: 10% }
.logo h1 {
    margin-bottom: 0;
    line-height: 0;
    max-width: 120px;
    margin-top: 20px;
}
.logo a{line-height: 0;color: #fff;}
/* Social header */
.header-social a{
  color: #fff;
  font-size: 20px;
  margin-left: 25px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}
.fea-text{
    display: block;
    font-size: 18px;
    margin: auto;
    line-height: inherit;
    padding-left: 70px;
    max-width: 300px;
    color: #fff;
    padding: 0;
}
/*#servicos{
    color: #000 !important;
}
#servicos .fea-text{
    color: #000 !important;
}
#servicos .fea-title span.icon {
     color: #000 !important;
}*/
#solucoes * {
    color: #fff !important;
}
.fea-title{
    padding: 0 !important;
    text-align: center !important;
}
.fea-title .title {
     padding: 0 !important;
}
.fea-title span.icon {
    float: none !important;
    margin: auto;
    width: 20px;
    background: none !important;
}

/* Menu */
.toggle-mobile-menu{
	display: none;
	color: #fff;
	font-size: 14px;
}
.header-content .logo h1 {
margin: 20px;
    max-width: 100px;
}
.toggle-mobile-menu:focus,.toggle-mobile-menu:hover{
	color: #fff;
}
.lightone-mainmenu > li{
	display: inline-block;
	margin: 0 18px;
}
.lightone-mainmenu > li > a{
	padding: 22px 0;
	color: inherit;
	font-size: 16px;
	font-family: 'Roboto';
	position: relative;
	display: inline-block;
	color: #fff;
}
.boxPreto{
     
    color: #fff;
    background: #000;
    padding: 20px;
    max-width: 200px;
    display: flex;
    height: 186px;
    line-height: 32px;
    align-items: center;
}
/*.boxPreto:hover{
    background: #00adf0;
}*/
.lightone-mainmenu > li > a:after{
	content: "";
	height: 1px;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	display: block;
}
.lightone-mainmenu > li > a:hover:after{
	opacity: 1;
	width: 100%;
}
.lightone-mainmenu li{
	position: relative;
}
.lightone-mainmenu li a{
	position: relative;
}
.lightone-mainmenu .sub-menu{
	padding: 0;
	text-align: left;
	min-width: 200px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #ffffff;
	z-index: 3;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s ease, opacity 0.5s ease 0s;
	-o-transition: all 0.3s ease, opacity 0.5s ease 0s;
	transition: all 0.3s ease, opacity 0.5s ease 0s;
	visibility: hidden;
	padding: 30px 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.lightone-mainmenu .sub-menu:before{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -20px;
}
.lightone-mainmenu .sub-menu .sub-menu{
	left: 100%;
	top: 0px;
	-webkit-transform: translateY(-20px) translateX(3px);
	-ms-transform: translateY(-20px) translateX(3px);
	-o-transform: translateY(-20px) translateX(3px);
	transform: translateY(-20px) translateX(3px);
}
.lightone-mainmenu .sub-menu .sub-menu:before{
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: -3px;
	top: 0;
}
.lightone-mainmenu .show-submenu > .sub-menu{
	opacity: 1;
	visibility: visible;
}
.lightone-mainmenu .sub-menu li{
	list-style: none;
	padding:10px 30px;
	white-space: nowrap;
}
.lightone-mainmenu .sub-menu li a{
	padding: 0;
	display: block;
}
.lightone-mainmenu .sub-menu li:first-child a{
	border-top: none;
}
.lightone-mainmenu .sub-menu li.menu-item-has-children > a > .caret{
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lightone-mainmenu .sub-menu li a:hover{
	color: #000;
}
.lightone-mainmenu li a > .caret{
	border: medium none;
	cursor: pointer;
	float: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -15px;
	font-family: 'FontAwesome';
	height: 24px;
	line-height: 24px;
	margin: 0;
	text-align: right;
	width: 18px;
	z-index: 20;
}
.lightone-mainmenu li a > .caret::after {
  content: "\f0d7";
  font-size: 14px;
  vertical-align: middle;
}
.lightone-mainmenu .sub-menu li:last-child {
  border-bottom: none;
}
.lightone-mainmenu > .menu-item:last-child > .sub-menu{
	left: auto;
	right: 0;
}
.lightone-mainmenu > .menu-item:last-child > .sub-menu .sub-menu,
.lightone-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
	left: auto;
	right: 100%;
}
/* -- Page banner --- */
.az-page-banner{
	min-height: 470px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 470px;
	position: relative;
}
.az-page-banner:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	position: absolute;
}
.az-page-banner h2{
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 0 20px;
	font-weight: bold;
	z-index: 1;
	letter-spacing: 1px;
}
.az-page-banner h2:after{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #ffffff;
	margin: 10px auto 0;
}
/* ------------------------
		SHORT CODE
------------------------ */
/* ---- Feature icon --- */
.featured-icon{
	margin-bottom: 45px;
}
.fea-title{
	overflow: hidden;
	margin-bottom: 15px;
}
.fea-title span.icon{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #000;
	color: #fff;
	font-size: 24px;
	float: left;
	margin-right: 20px;
}
.fea-title .title {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    line-height: unset;
    padding-left: 70px;
    margin-bottom: 24px;
}
/* --- Skill bar --- */
.az-skillbar{
	color: #fff;
	margin-bottom: 35px;
}
#marcas .vc_gitem-zone {
    background-size: contain;
    background-color: #FFF;
    background-size: 70%;
}
.skillbar-title{
	display: block;
	color: inherit;
	font-size: inherit;
}
.skill-bar-bg{
	height: 6px;
	width: 100%;
	background: #000;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.skill-bar-bg .skillbar-bar{
	position: relative;
	height: 100%;
	background: #fff;
	width: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.skill-bar-bg .skillbar-bar .skill-bar-percent{
	position: absolute;
	right: 0;
	top: -25px;
}
/* --Our team-- */
.az-team-member{
	position: relative;
}
.az-team-member figure{overflow: hidden;}
.az-team-member img{
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.az-team-member:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.az-team-member .info-team{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	margin: 0 1px 2px;
}
.az-team-member .info-member{
	border-bottom: 1px dashed #ddd;
	padding: 25px;
}
.az-team-member h4{
	font-size: 18px;
	margin-bottom: 8px;
}
.social-member{
	padding: 11px 0
}
.social-member a{
	display: inline-block;
	color: inherit;
	font-size: 16px;
	margin: 0 15px;
}
.social-member a:hover{
	color: #000;
}
/* --- Funfact ---*/
.az-funfact{
  display: block;
  height: 210px;
  margin: 0 auto 30px;
  padding-top: 35px;
  width: 210px;
  text-align: center;
  color: #fff;
}
.az-funfact .number {
  display: block;
  font-family: "Playfair Display";
  font-size: 72px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 15px;
}
.az-funfact .title {
  font-weight: normal;
  margin: 0;
}
/* --- Client ---- */
.lightone-client-logos .client-item{
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lightone-client-logos .client-item:hover{
	opacity: 1;
}
/* Testimonial */
.az-testimonials{
	text-align: center;
	color: #ffffff;
}
.az-testimonials .desc-client{
	margin-bottom: 30px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 25px 0;
}
.az-testimonials .desc-client p{margin-bottom: 0;}
/* Contact form */
.wpcf7-form-control-wrap{
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}
.wpcf7-form .wpcf7-form-control{
	width: 100%;
	margin-bottom: 0;
}
.wpcf7-form-control.wpcf7-submit{
	width: 100%;
	margin-bottom: 0;
}
.wpcf7-form p{margin-bottom: 0}
div.wpcf7-response-output{margin: 0;}
/* Contact info */
.contact-icon {
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-icon > span[class^="icon-"]{
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #000;
	float: left;
	margin-right: 20px
}
.contact-icon h4{padding-top: 3px}
.contact-icon h4,
.contact-icon .contact-text{
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}
/* Process bar */
.processbar-circle{
	text-align: center;
}
.processbar-circle .process{
	width: 170px;
	height: 170px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 15px;
}
.process-inner{
	position: absolute;
	height: 150px;
	left: 10px;
	top: 10px;
	width: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	padding-top: 50px;
}
.process-inner .icon-process{
	font-size: 36px;
	line-height: normal;
}
.processbar-circle .title{
	margin: 0;
}
/*-------------------
	PORTFOLIO 
--------------------*/
.portfolio_fillter {
  padding: 20px 0;
  text-align: center;
}
.portfolio_fillter .item-fillter{
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.portfolio_fillter .item-fillter:after{
	content: "";
	height: 2px;
	width: 0;
	display: block;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio_fillter .item-fillter:hover:after{
	width: 100%;
}
.portfolio_fillter .item-fillter:hover{
	color: #000;
}
.portfolio-grid{
	margin: 0 -15px;
}
.portfolio-grid .item-portfolio{
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
}
.item-portfolio .pf-caption{
	position: relative;
	overflow: hidden;
}
.item-portfolio .pf-image{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.item-portfolio:hover .pf-image{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.item-portfolio .pf-info{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #000;
	padding: 23px 15px;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
	-o-transition: -moz-transform 0.4s ease 0s, opacity 0.1s ease 0s;
	transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.item-portfolio:hover .pf-info{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.pf-title{
	font-size: 18px;
	margin-bottom: 0;
	line-height: 24px;
	color: #fff;
}
.pf-title a{
	color: inherit;
}

.az-single-portfolio .pf-title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}
.az-single-portfolio .post-format{
	margin-bottom: 30px;
}
.az-single-portfolio .az-pagination{
	color: #000;
	display: table;
	width: 100%;
}
.az-single-portfolio .az-pagination .older{
  display: table-cell;
  line-height: 24px;
  padding: 13px 0;
  width: 50%;
}
.az-single-portfolio .az-pagination .newer{
  border-left: 1px solid #ddd;
  display: table-cell;
  text-align: right;
  width: 50%;
  padding: 13px 0;
}
.az-single-portfolio .az-pagination a{
	color: inherit;
	border-bottom: 1px solid;
}
.az-single-portfolio .az-pagination a:hover{
	color: #686868;
}
/* -----------------------
			BLOG
------------------------- */
.sticky .main-content-post {
  border: 1px solid #ddd;
  padding: 20px;
}
.az-our-blog .blog-item{
	margin-bottom: 30px;
}
.az-bloglist .blog-item{margin-bottom: 50px}
.blog-item .main-content-post{
	background: #fff;
	padding: 25px 20px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.blog-item .title-post{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.title-post a{color: inherit;}
.title-post a:hover{color: #686868}
.date-post{
	font-style: italic;
	margin-bottom: 10px;
}
.date-post a{color: inherit;}
.date-post a:hover{color: #000;}
.az-bloglist .blog-item:nth-child(2n+1){
	clear: both;
}
.lightone-pagination{
	text-align: center;
    margin: 35px 0;
}
.lightone-pagination .pagination{
	margin: 0;
}
.pagination .screen-reader-text{display: none;}
.lightone-pagination .pagination .nav-links .page-numbers{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #000000;
	margin: 0 4px;
}
.lightone-pagination .pagination .nav-links .page-numbers:hover,
.lightone-pagination .pagination .nav-links .page-numbers.current{
	background: #000000;
	color: #ffffff;
}
.az-our-blog .button-wrap, .az-portfolio .button-wrap  {
	margin: 35px 0;
}
/* ---------------------
		SINGLE POST
--------------------- */
.lightone-blog .maincontent > div{
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
.single-post .main-content-post{
	padding: 30px 30px 40px;
}
.cats-post{
	margin-bottom: 5px;
	font-style: italic;
}
.cats-post a{
	display: inline-block;
	color: #000;
	font-style: normal;
}
.cats-post a:hover{
	color: inherit;
}
.single-post .cats-post{text-align: center;}
.single-post .title-post{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.single-post .excerpt-post{
	margin-bottom: 40px;
}
.post-meta{text-align: center;margin-bottom: 25px;}
.post-meta li{
	display: inline-block;
	list-style: none;
	color: #999;
	font-style: italic;
}
.post-meta li:after{
	content: "-";
	margin: 0 8px;
	display: inline-block;
}
.post-meta li:last-child:after{
	display: none;
}
.post-meta li a{color: inherit;text-transform: capitalize;}
.post-meta li a:hover{color: #000}
.bottom-post{
	border: 1px dashed #dddddd;
	padding: 14px 20px;
	width: 100%;
	display: table;
}
.bottom-post a{
	color: #000;
}
.bottom-post a:hover{
	color: #999;
}
.bottom-post .az-single-post-tags{
	width: 50%;
	display: table-cell;
	color: #000;
	font-style: italic;
	text-transform: capitalize;
}
.social-share{text-align: right;}
.social-share a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: 8px;
}
.social-share a:hover{
	background: #000;
	color: #fff;
}
/* Post related */
.post-related  .post-related-title{
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 24px;
	padding: 13px;
	margin-bottom: 0;
}
.post-related .post-slide{
	padding: 30px;
}
.item-relate .post-title{
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 5px;
}
.item-relate .date-post{
	color: #999;
	margin-bottom: 0;
	margin-top: 10px;
}
/* Comment list */
.comments-area{
	overflow: hidden;
}
.comments-title, .comment-reply-title{
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 24px;
	padding: 13px;
	margin-bottom: 0;
	font-size: 18px;
}
.comments-area .comment-list{
	padding: 30px;
}
.comment-list,.comment-list ol.children{
	list-style: none;
}
.comment-list ol.children{padding-left: 30px;}
.comment-author{
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.comment-author{width: 100px}
.comment-content{
	overflow: hidden;
	padding-top: 15px;
}
.comment-content .author-name{
	font-size: inherit;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	text-transform: capitalize;
}
.date-comment{
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	color: #999999;
}
.date-comment a{
	color: inherit;
}
.date-comment a:hover{
	color: #000;
}
.reply {
  color: #999999;
  float: right;
  font-size: 12px;
  font-style: italic;
}
.comment-list .comment-body{margin-bottom: 30px;overflow: hidden;}
.comment-list > li:last-child .comment-body:last-child{
	margin-bottom: 0;
}
.comment-content .comment-text{margin-top: 5px}
.comment-content .comment-text > p:last-child {
  margin-bottom: 0;
}
/* Comment form */
.pagecontent .comment-respond .comment-form{padding: 0}
.single-post .comment-respond .comment-form{
	padding: 30px;
}
.comment-form .logged-in-as a{color: #000;}
.comment-form .form-submit{margin-bottom: 0px;}
/* ----------------------
		WIDGET
----------------------- */
.sidebar .widget{
	margin-bottom: 50px;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.widget-title{
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.widget ul li{
	list-style: none;
	display: block;
	padding: 3px 0;
	line-height: 24px;
}
.widget.lightone_social_media .social-ft {
  text-align: left;
}
.widget.lightone_social_media .social-ft li {
  margin-bottom: 5px;
}
.widget .social-ft li {
    display: inline-block;
}
.widget > ul > li{
	padding: 11px 0;
	border-bottom: 1px dashed #ddd;
}
.widget > ul > li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.widget ul li a{
	color: #000
}
.widget ul li a:hover{
	color: inherit;
}
.widget .social-ft li a:hover{
    color: #fff;
}
.searchform input{margin-bottom: 0;}
.widget_categories .cat-item{
	color: #999;
}
abbr[data-original-title], abbr[title]{border-bottom: none;}
.widget_search .widget-title{margin-bottom: 30px}
.widget_nav_menu .menu-item{padding: 0;}
.widget_nav_menu .menu-item > a{
	padding: 11px 0;
	display: block;
	border-bottom: 1px dashed #ddd;
}
.widget_nav_menu .menu > .menu-item:last-child a:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.widget_nav_menu .sub-menu{
	padding-left: 15px;
}
/* About */
.widget_about_us .about-img{
	margin-bottom: 20px;
}
.widget_about_us .desc{margin-bottom: 0;}
/* Instagram */
.instagram-pics{overflow: hidden;}
.instagram-pics li{
	display: inline-block;
	list-style: none;
	width: 33.33%;
	float: left;
	padding: 3px;
}
.null-instagram-feed .instagram-pics li{
	padding: 3px;
}
/* Lastest post */
.lightone_latest_posts_widget .latest-post li{
	overflow: hidden;
	padding: 20px 0;
}
.latest-post .post-image{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.latest-post .post-text{
	overflow: hidden;
	padding-top: 10px;
}
.latest-post .post-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.date-time, .lightone_latest_posts_widget .latest-post li .date-time{
	text-transform: none;
	font-style: italic;
	color: inherit;
}
/* Tag clound */
.tagcloud a{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
	margin: 5px;
	font-size: 14px!important;
}
.tagcloud a:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
/* --------------------------
		EXAMPLE DATA 
---------------------------- */
.content-post h1, .except-post h1,
.content-post h2, .except-post h2,
.content-post h3, .except-post h3,
.content-post h4, .except-post h4,
.content-post h5, .except-post h5,
.content-post h6, .except-post h6{
	margin-bottom: 20px;
    margin-top: 20px;
}
table, th, td{
	border: 1px solid #dddddd;
}
th, td {
  padding: 0.4em;
}

table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tr td:first-child, tr th:first-child{
	border-left-width: 1px;
}
table tbody tr:first-child td,
table tbody tr:first-child th,
table thead tr:first-child th{
	border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
	border-top-width: 0;
}

.content-post dl, .content-post dd, .content-post table,
.except-post dl, .except-post dd, .except-post table {
  margin-bottom: 1.6842em;
}
.alignleft {
	display: inline;
	float: left;
  	margin: 5px 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 5px 0px 20px 20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}
.wp-caption-text {
  color: inherit;
  line-height: 1.5;
  padding: 0.5em 0;
}
.wp-caption {
  max-width: 100%;
}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
blockquote{
	font-size: 14px;
	font-style: italic;
	border-left-color: '';
}
dd{
	margin-bottom: 10px;
}
.widget table, .widget th, .widget td{
	border-color: #ddd;
}
.excerpt-post ul, .excerpt-post ol{
  padding-left: 20px;
}
.gallery-caption{
	color: inherit;
	font-style: italic;
	margin: 0 0 24px;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

/* --------------------
		FOOTER
---------------------- */
footer{
	background: #000;
	padding: 30px 0;
	text-align: center;
}
.social-ft{margin-bottom: 10px}
.social-ft li{
  display: inline-block;
  list-style: outside none none;
  margin: 0 13px;
  font-size: 16px;
}
.social-ft li a:hover{
	color: #fff;
}
.copy-right{
  line-height: 40px;
}
.copy-right a{color: #fff}
/* --------------------
	RESPONSIVE
-------------------- */
@media(max-width: 782px){
	.az-adminbar header{top: 46px}
}
@media(min-width: 1230px){
	.container{width: 1200px}
}
@media(min-width: 992px) and (max-width: 1199px){
	.lightone-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
	header{padding: 0 30px}
	.header-content .logo{min-width: 120px}
	.header-social a{font-size: 16px;margin-left: 18px;}
	.lightone-mainmenu > li{margin: 0 15px;}
	.blog-item .title-post{font-size: 20px;}
	.latest-post .post-text{padding-top: 0}
	.latest-post .post-image{width: 80px;padding-top: 7px;}
}
@media(min-width: 767px) and (max-width: 991px){
	.lightone-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
	.az-our-blog .blog-item .title-post{font-size: 16px;line-height: 24px;margin-bottom: 15px}
	.az-funfact{padding-bottom: 45px;width: 100%;height: auto;}
	.az-funfact .number{font-size: 50px;line-height: 60px;}
	header{padding: 0 20px}
	.header-content .logo{min-width: 100px}
	.header-social a{font-size: 15px; margin-left: 15px;}
	.lightone-mainmenu > li{margin: 0 10px;}
	.lightone-mainmenu > li > a{font-size: 14px;}
	.lightone-mainmenu .sub-menu::before{height: 15px;top: -15px;}
	.lightone-mainmenu .sub-menu{
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
	.blog-item .title-post{font-size: 18px;line-height: 24px;margin-bottom: 15px;}
	.sidebar{margin-top: 50px}
}
@media(max-width: 767px){
    .solucoes .wpb_column {
        width: 48%;
        float: left;
    }
    #sobre *{
        text-align: center !important;
    }
	header{
		position: relative!important;
		top: 0!important;
		background: #000;
		padding: 0 15px;
	}
    #filosofia .quadrosFilosofia .wpb_column {
        width: 48%;
        float: left;
    }
    .tPatr{
        font-size: 26px;
    }
	.header-content .header-social{display: none;}
	.header-content .az-mainmenu{text-align: right;}
	.toggle-mobile-menu{display: block;}
	.lightone-mainmenu .sub-menu li a:hover{color: #fff;}
	.az-nav-menu {
	  background: #000000;
	  left: 0;
	  position: absolute;
	  top: 100%;
	  width: 100%;
	  z-index: 2;
	  text-align: left;
	  display: none;
	}
	.lightone-mainmenu > li{display: block;margin: 0;padding: 0 10px;border-top: 1px solid rgba(255,255,255,0.1);}
	.lightone-mainmenu li > a{display: block;padding: 10px 0;}
	.lightone-mainmenu > li > a::after{display: none;}
	.lightone-mainmenu > li > a:hover{color: ''}
	.comment-author {
	  margin-right: 10px;
	  width: 60px;
	}
	.comment-list ol.children{padding-left: 20px}
	.lightone-mainmenu .sub-menu{
		position: relative;
		visibility: visible;
		opacity: 1;
		display: none;
		padding: 15px 0 15px 20px;
		background: transparent;
	}
	.lightone-mainmenu .show-submenu > .sub-menu{
		display: block;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.lightone-mainmenu .sub-menu li{padding: 5px 0}
	.lightone-mainmenu .sub-menu li a{border-color: rgba(255,255,255,0.1);}
	.lightone-mainmenu .sub-menu .submenu,
	.lightone-mainmenu > .menu-item:last-child > .sub-menu,
	.lightone-mainmenu > .menu-item:last-child > .sub-menu .sub-menu,
	.lightone-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
		left: 0;
		right: auto;
	}

	.lightone-mainmenu li a > .caret{width: 30px}
	.social-ft li{margin: 0 10px}
	.sidebar{margin-top: 50px;}
	.latest-post .post-text{padding-top: 0}
	.latest-post .post-image{width: 80px;padding-top: 7px;}
	.blog-item .title-post{font-size: 18px;margin-bottom: 15px}
	.bottom-post .az-single-post-tags{display: block;width: 100%}
	.social-share{width: 100%;margin-top: 10px;}
	.social-share a{margin-left: 4px;}
	.comment-content{padding-top: 0}
	.lightone-mainmenu li a > .caret{text-align: left;}
}
@media(max-width: 480px){
	.comment-author{width: 100%;float: none;text-align: center;}
	.comment-author .avatar{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
}