/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Titulo projeto **/
.titulo-projeto {
	visibility: hidden !important;
}

/** Geral >> Cliente Projeto **/
.cliente-projeto {
	visibility: hidden !important;
}

/** Geral >> Coluna projeto **/
.coluna-projeto:hover .titulo-projeto {
	visibility: visible !important;
}
.coluna-projeto:hover .cliente-projeto {
	visibility: visible !important;
}

/** Geral >> Site **/
.site {
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}


/*= Blog ====================== */

/** Blog >> Paginacao **/
#main .nav-links {
	text-align: center !important;
}

/** Blog >> Nav links link **/
.nav-links > ar {
	
}
.nav-links > a {
	color: rgb(223, 255, 88) !important;
	border-top-color: rgb(0, 70, 128) !important;
}

/** Blog >> Nav links link Copy 1 **/
.nav-links > a:hover {
	color: rgb(34, 34, 34) !important;
	background-color: rgb(223, 255, 88) !important;
	border-top-color: rgb(0, 70, 128) !important;
}

/** Blog >> Main current **/
#main .current {
	color: rgb(34, 34, 34) !important;
	background-color: rgb(223, 255, 88) !important;
	border-color: rgb(0, 70, 128) !important;
}

/** Blog >> Search results btn **/
.search-results .btn {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Link **/
.post-categories > li > a {
	font-weight: 300 !important;
	background-color: rgb(34, 34, 34) !important;
}

/** Blog >> Link Copy 1 **/
.post-categories > li > a:hover {
	color: rgb(34, 34, 34) !important;
	font-weight: 300 !important;
	background-color: rgb(223, 255, 88) !important;
}

/** Blog >> Widget title **/
#categories-3 .widget-title {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Widget title _2 **/
#recent-posts-3 .widget-title {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Widget title _3 **/
#archives-3 .widget-title {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Post date **/
#page .post-date {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Link (:hover) **/
#secondary a:hover {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Link (:hover) _2 **/
.byline a:hover {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Link (:hover) _3 **/
.cat-links > a:hover {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Widget title _4 **/
#search-3 .widget-title {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Primary **/
#primary {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Post title **/
#main .post-title {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Heading 4 **/
.related-posts h4 {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Time **/
.related-post time {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Byline **/
.byline {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Cat links **/
.cat-links {
	color: rgb(255, 255, 255) !important;
}

/** Blog >> Posted on **/
.posted-on {
	color: rgb(255, 255, 255) !important;
}

