/* CSS dinâmico para .post-1-loop */


	.item-do-loop .imagem-destacada { margin-bottom: 10px; }
	.post-1-loop  h3.post-titulo { line-height: 1.3; font-size: 2em; margin: 10px 0; font-weight: bold !important; }
	.post-1-loop .resumo-mais { 
		display: block !important;
		padding: 10px !important;
		text-transform: capitalize !important;
		width: 140px;
		margin-top: 20px !important;
	}
	.post-1-loop .imagem-destacada { box-shadow: 0 0 10px rgba(0,0,0,0.5); }
	.post-1-loop .resumo.texto { border-top: 3px solid #3c6fb5; margin-top: 10px; margin-bottom: -15px; }
	

/* -------------------------------------------------------------- */			
/* 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) {

	.post-1-loop  h3.post-titulo { font-size: 1.5em; }
	
		
}
	

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

	.post-1-loop .resumo-mais { margin-left: auto !important; margin-right: auto !important; }

}



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



}




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



}