/*imagem única (shortcode [caption /])*/
.wp-caption.aligncenter{margin:0 auto;}
.wp-caption.alignleft{float:left;margin-right:20px;}
.wp-caption.alignright{float:right;margin-left:20px;}
.wp-caption>a{display:inline-block;}
.wp-caption-text{font-size:10pt;font-style:italic;margin:0 !important;text-align:center;}

/*padrão de galeria de fotos (/includes/gallery-theme.php)*/
.gallery{margin:20px 0 0 0;clear:both;}
.gallery-item{float:left;padding:0 10px;}
.gallery-icon{width:100%;height:calc(100% - 40px);overflow:hidden;position:relative;}
.gallery img{width:auto;height:auto;max-width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.gallery-icon.landscape img{}
.gallery-icon.portrait img{}

.gallery-caption{color:#666;text-align:center;margin-top:5px;font-size:9pt;line-height:120%;font-style:italic;}
.gallery .nolink{cursor:default;}

/*colunas*/
.gallery.col1{width:auto;height:auto;text-align:center;}
.gallery.col1 .gallery-item{float:none;padding:0 0 20px 0;}
.gallery.col1 img{width:100%;max-width:none;max-height:none;position:static;transform:none;-webkit-transform:none;}

.gallery.col2 .gallery-item{width:50%;height:300px;}
.gallery.col3 .gallery-item{width:33.33%;height:230px;}
.gallery.col4 .gallery-item{width:25%;height:180px;}
.gallery.col5 .gallery-item{width:20%;height:154px;}
.gallery.col6 .gallery-item{width:16.66%;height:140px;}
.gallery.col7 .gallery-item{width:14.28%;height:120px;}
.gallery.col7 .gallery-caption{font-size:8pt;}

@media screen and (max-width:950px){
	.gallery.col2 .gallery-item{height:280px;}
	.gallery.col2 .gallery-item img{max-width:none;max-height:100%;}
	
	.gallery.col3 .gallery-item img,
	.gallery.col4 .gallery-item img,
	.gallery.col5 .gallery-item img,
	.gallery.col6 .gallery-item img,
	.gallery.col7 .gallery-item img
	{max-width:none;max-height:100%;}
	
	.gallery.col7 .gallery-caption{font-size:9pt;}
	
	.wp-caption,.wp-caption img{width:auto !important;height:auto !important;max-width:100%;}
}

@media screen and (max-width:800px){
	.gallery.col3 .gallery-item{height:190px;}
	.gallery.col4 .gallery-item{width:33%;}
	.gallery.col5 .gallery-item,
	.gallery.col6 .gallery-item,
	.gallery.col7 .gallery-item
	{width:25%;}
	
}

@media screen and (max-width:650px){
	.gallery.col2 .gallery-item{height:220px;}
	
	.gallery.col3 .gallery-item,
	.gallery.col4 .gallery-item,
	.gallery.col5 .gallery-item,
	.gallery.col6 .gallery-item,
	.gallery.col7 .gallery-item
	{width:50%;height:220px;}
	
	.gallery-icon.portrait img{width:100%;height:auto !important;max-height:none !important;}
	
	.gallery.col3 img,
	.gallery.col4 img,
	.gallery.col5 img,
	.gallery.col6 img,
	.gallery.col7 img
	{max-width:none;height:100%;}
	
	
}


@media screen and (max-width:440px){
	/*para todas os tamahos de colunas*/
	.gallery .gallery-item{width:auto !important;height:auto !important;float:none !important;padding:0 0 10px 0 !important;}
	.gallery .gallery-icon{height:auto !important;}
	.gallery img{width:100% !important;max-width:none !important;max-height:none !important;height:auto !important;position:static !important;transform:none !important;-webkit-transform:none !important;}
}