@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- */			
/* Avulso tipo 1 */			
	
	.tema-modelo-avulso-post .post-meta span.svg-img { color: #000 !important; }
	.veja-mais { text-align: center; margin-bottom: 2em; }

	.tema-modelo-avulso-post .data-autor, .tema-modelo-avulso-post .categorias-do-post { font-size: 1.3em; line-height: 1.3; }
	.tema-modelo-avulso-post .categorias-do-post { border-bottom: 2px solid #57b5bb; padding-bottom: 20px; margin-bottom: 20px; }
	
	.tema-modelo-avulso-post .texto.quebra-palavra h2 {
		color: #3ab0b7; border-bottom: 2px solid #57b5bb; padding-bottom: 20px; margin-bottom: 20px;
		background: linear-gradient(180deg, transparent, #e6fafb);
	}
	.tema-modelo-avulso-post .imagem-destacada,
	.tema-modelo-avulso-post .texto.quebra-palavra img,
	body.single-post .item img { box-shadow: 0 0px 10px rgba(0,0,0,0.2); }
	
	body.single-post a.colorbox img {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-backface-visibility: hidden;
	}
	body.single-post a.colorbox:hover img { opacity: 0.7; filter: alpha(opacity=50); }
	
	.tema-modelo-avulso-post .texto.quebra-palavra a {
		background: #e6fafb; border-bottom: 1px solid #57b5bb; font-weight: bold; padding: 0 2px; 
	}

	.proximo-e-anterior { line-height: 1.2; font-size: 0.8em; }
	
	.balao {
		-moz-border-radius: 7px !important; -khtml-border-radius: 7px !important; -webkit-border-radius: 7px !important; border-radius: 7px !important;
	}
	.balao, #respond { box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
	#respond {
		background: rgba(0,0,0,0.1);
		padding: 20px;
		margin-bottom: 20px;
	}
	h3#reply-title { padding-top: 0 !important; }
	#comentarios { padding-top: 20px; }
	#commentform .campo { border-color: #c7c7c7 !important; }
	
	.dicas h2 { border-top: 2px solid #57b5bb; padding-top: 20px; margin-top: 20px;}
	.dicas a img { margin: 0 auto 30px auto; }
	
/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {

	
	
}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {

	
	
}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {

	
	
}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {
	
	
	
}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	.proximo-e-anterior { font-size: 0.7em; }
	
}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
					
}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {
	
	
	
}