/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.entry-card.format-quote .entry-content {
	background-color: #060e9f;
}

.nav--social a:before {
	background: transparent;
	border-radius: 3px;
	color: #060e9f;
	display: inline-block;
	padding-left: .4em;
	padding-right: .4em;
	text-align: center;
	transition: background .2s;
}

.cat-links, .entry-format {
	background-color: #060e9f;
}

.sticky .sticky-post {
	background-color: #fff;
	margin: 10px -8px 0;
	visibility: hidden;
	/*border-bottom: 1px solid #fff;	 	 
	border-left: 1px solid #fff;	 	 
 	border-right: 1px solid #fff;*/
}

.cat-links a, .entry-format a, .cat-links, .entry-format {
	color: #fff;
}

.nav--social a:hover::before {
	background-color: #060e9f;
}

.nav--social a:hover::before {
	color: #fff;
}

::-moz-selection {
/* Code for Firefox */
	color: #fff;
	background: #060e9f;
}

/* browser selection goes blue */
::selection {
	color: #fff;
	background: #060e9f;
}

/* remove content “category” from specific page*/
/*Transportes*/
.category-transportes .page-title {
	font-size: 0;
}

.category-transportes .page-title:after {
	content: "transportes";
	display: block;
	font-size: 1.875rem;
}

/*best of*/
.category-best-of .page-title {
	font-size: 0;
}

.category-best-of .page-title:after {
	content: "best of";
	display: block;
	font-size: 1.875rem;
}

/*retalho*/
.category-retalho .page-title {
	font-size: 0;
}

.category-retalho .page-title:after {
	content: "retalho";
	display: block;
	font-size: 1.875rem;
}

/*saude*/
.category-saude .page-title {
	font-size: 0;
}

.category-saude .page-title:after {
	content: "saúde";
	display: block;
	font-size: 1.875rem;
}

/*mobilidade*/
.category-mobilidade .page-title {
	font-size: 0;
}

.category-mobilidade .page-title:after {
	content: "mobilidade";
	display: block;
	font-size: 1.875rem;
}

/*turismo*/
.category-turismo .page-title {
	font-size: 0;
}

.category-turismo .page-title:after {
	content: "turismo";
	display: block;
	font-size: 1.875rem;
}

/*estudos*/
.category-estudos .page-title {
	font-size: 0;
}

.category-estudos .page-title:after {
	content: "estudos";
	display: block;
	font-size: 1.875rem;
}

/*media*/
.category-media .page-title {
	font-size: 0;
}

.category-media .page-title:after {
	content: "media";
	display: block;
	font-size: 1.875rem;
}

/*fintech*/
.category-fintech .page-title {
	font-size: 0;
}

.category-fintech .page-title:after {
	content: "fintech";
	display: block;
	font-size: 1.875rem;
}

/*opiniao*/
.category-opiniao .page-title {
	font-size: 0;
}

.category-opiniao .page-title:after {
	content: "opinião";
	display: block;
	font-size: 1.875rem;
}

/*gafanomics*/
.category-gafanomics .page-title {
	font-size: 0;
}

.category-gafanomics .page-title:after {
	content: "gafanomics";
	display: block;
	font-size: 1.875rem;
}

/*industria4.0*/
.category-industria-4-0 .page-title {
	font-size: 0;
}

.category-industria-4-0 .page-title:after {
	content: "indústria 4.0";
	display: block;
	font-size: 1.875rem;
}

/*Gestao*/
.category-gestao .page-title {
	font-size: 0;
}

.category-gestao .page-title:after {
	content: "gestão";
	display: block;
	font-size: 1.875rem;
}

/*Política*/
.category-politica .page-title {
	font-size: 0;
}

.category-politica .page-title:after {
	content: "Política";
	display: block;
	font-size: 1.875rem;
}

/*Líderes*/
.category-lideres .page-title {
	font-size: 0;
}

.category-lideres .page-title:after {
	content: "Líderes";
	display: block;
	font-size: 1.875rem;
}

/*Crowdfunding*/
.category-crowdfunding .page-title {
	font-size: 0;
}

.category-crowdfunding .page-title:after {
	content: "Crowdfunding";
	display: block;
	font-size: 1.875rem;
}

/*Citacoes*/
.category-citacoes .page-title {
	font-size: 0;
}

.category-citacoes .page-title:after {
	content: "Citações";
	display: block;
	font-size: 1.875rem;
}

/*From the Crowd*/
.category-from-the-crowd .page-title {
	font-size: 0;
}

.category-from-the-crowd .page-title:after {
	content: "From The Crowd";
	display: block;
	font-size: 1.875rem;
}

/*Telecom*/
.category-telecom .page-title {
	font-size: 0;
}

.category-telecom .page-title:after {
	content: "Telecom";
	display: block;
	font-size: 1.875rem;
}
/*Entrevistas*/
.category-entrevistas .page-title {
	font-size: 0;
}

.category-entrevistas .page-title:after {
	content: "Entrevistas";
	display: block;
	font-size: 1.875rem;
}
/*links go blue*/
smart-link:hover, .single .entry-content a:hover, .page .entry-content a:hover, .edit-link a:hover, .author-info__link:hover, .comments_add-comment:hover, .comment .comment-reply-title a:hover, div#infinite-handle span:hover {
	Color: #fff;
	background-color: #060e9f;
}

.sticky .sticky-post:before, .sticky .sticky-post:after {
	border-top-color: #fff;
}
.blog-credits {
    display: none !important;
}

.hover {
	visibility: hidden;
}

.hover:before {
	content:'LER MAIS';
	visibility:visible;
  display: flex;
	margin-top:25%
}	

.jp-relatedposts-post-title:hover {
  color: #000;
	position: relative;
	box-sizing: border-box;
	display: block;
	background: rgb(6, 14, 159);
	
}	

.jp-relatedposts-post-title:selection {
  color: #000;
	box-sizing: border-box;
	position: relative;
	background: rgb(6, 14, 159);
	
}	


.comments_add-comment {
	visibility: hidden;
	
}

.comments_add-comment:before {
	content:'ADICIONAR COMENTÁRIO';
	visibility:visible;
	background: #cdcdcd;
	box-shadow: white 0 1.1em inset;

}	

.comments_add-comment:hover {
  color: #000;
	background: rgb(6, 14, 159);
	
}	



.author-info__link {
	visibility: hidden;
	
}

.author-info__link:before {
	content:'MAIS ARTIGOS DESTE AUTOR';
	visibility:visible;
	background: #cdcdcd;
	box-shadow: white 0 1.1em inset;

}	

.author-info__link:hover {
  color: #000;
	background: rgb(6, 14, 159);
	
}	

.ancoras {
	 visibility: hidden;
	}	


.clear .button {
    display: inline-block;
	background-color: #060e9e 	!important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    font-family: 'Helvetica', Arial, sans-serif;
    width: auto;
    white-space: nowrap;
    height: 42px;
    margin: 12px 5px 12px 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    vertical-align: top;

}	

.space1 {
	padding-top:15px
	
	}	

.space2 {
	padding-top:15px
	
	}	

.space3 {
	padding-top:15px
	
	}	

.space4 {
	padding-top:15px
	
	}	

.space5 {
	padding-top:15px
	
	}	

	
.comments-title {
	visibility: hidden;
		display:table
	
}

.comments-title:before {
	content:'COMENTÁRIOS';
		visibility:visible;
	margin-top: 35px
		}
		
		.ancoras1 {
	 visibility: hidden;
	}	


	.validate {
	background:#f2f2f2
		}	

.validate {
    border-radius: 6px;
		}	


/* Moldura do site */


.home {
    border: 0px;
		padding:0px
		}	

.post-template-default{
    border: 0px;
	padding:0px
		}	

.archive{
    border: 0px;
		padding:0px
		}	

.page-template-default {
    border: 0px;
		padding:0px
		}	

/* PARA BRANCO 
.blog-info {
   color:#fff;
	background:#000;
		}	
*/


/*Lab*/
.category-lab .page-title {
	font-size: 0;
}

.category-lab .page-title:after {
	content: "LAB";
	display: block;
	font-size: 1.875rem;
}
