/* CSS dinâmico para #capa-imagem-destacada */


	#capa-imagem-destacada .post-titulo { z-index: 1 !important; background: #ddd; margin: 0; padding: 20px 0; text-align: center; }
		.mod-post-meta > h2 { display: none; }
	
	/* Não injetada */			
		body > .mod-imagem-destacada > figure.responsiva img {
			width: 100%; max-width: none; -moz-border-radius: 0 !important; -khtml-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important;
		}
		body > .mod-imagem-destacada > .bg-imagem-destacada {
			background-position: top center; background-size: cover; background-repeat: no-repeat; 
			position: relative; z-index:2;
		}	

		body > .mod-imagem-destacada > .bg-imagem-destacada > .post-titulo {
			position: absolute; z-index: 3;
			bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.5);
			padding: 20px 0;
		}

	/* Injetada no corpo */			
		#conteudo .mod-imagem-destacada > figure.responsiva { margin-bottom: 20px; }


/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {

	/* Não injetada */			
		body > .mod-imagem-destacada > .bg-imagem-destacada { height: 600px; }
		

}



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

	/* Não injetada */			
		body > .mod-imagem-destacada > .bg-imagem-destacada { height: 400px; }

}




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

	/* Não injetada */			
		body > .mod-imagem-destacada > .bg-imagem-destacada { height: 300px; }

}


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

	#capa-imagem-destacada .post-titulo h1 { font-size: 1.5em !important; }
	#capa-imagem-destacada .post-titulo h1 .svgx { width:24px; height: 24px; }
	#capa-imagem-destacada #sticky-wrapper.is-sticky .post-titulo { position: static !important; }

}
	

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

	/* Não injetada */
	body > .mod-imagem-destacada > .bg-imagem-destacada { background-image: none !important; height: auto !important; margin-bottom: 0; }
	body > .mod-imagem-destacada > .bg-imagem-destacada > .post-titulo { position: static; background: #efefef; }
	#capa-imagem-destacada .post-titulo h1 { font-size: 1.25em !important; }
	#capa-imagem-destacada .post-titulo h1 .svgx { width: 20px; height: 20px; }
	
}



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



}




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



}