
/* CustomPost WP Gallery CSS */
/* =================== */

/* START CLEAR FLOATS */
.cpwp-gallery-container:before,
.cpwp-gallery-container:after{
    content:"";
    display:table;
}
.cpwp-gallery-container:after{
    clear:both;
}
.cpwp-gallery-container{
}
/* END CLEAR FLOATS */
	
.cpwp-gallery-container {
	margin: 40px auto;
	width:100%;
}
.cpwp-gallery-one-column{
	width:100%;
	float:left;
}
.cpwp-gallery-two-columns{
	width:50%;
	float:left;
}
.cpwp-gallery-three-columns{
	width:33%;
	float:left;
}
.cpwp-gallery-thumbanil-box{
	width:100%;
	text-align:center;
}
.cpwp-gallery-thumbanil-box img{
	max-width:100%;
	border:none;
}
.cpwp-gallery-post-title{
	width:100%;
	text-align:center;
}
.cpwp-gallery-post-title a{
	text-align:center;
}

.cpwp-gallery-post-tax{
	width:100%;
	text-align:center;
	float:left;
}