/* Estilos mínimos para jQuery Isotope v1 (fallback; o tema original estava no S3). */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	transition-duration: 0.8s;
	transition-property: height, width;
}
.isotope {
	transition-property: height, width;
}
.isotope .isotope-item {
	transition-property: transform, opacity;
}
