

/**
 *	Team pages
 */
.gallery-team-grid { }
.gallery-team-grid .wp-caption-text br { display:inherit; }
.gallery-team-grid .wp-caption-text a { color:inherit; font-weight:bold; text-decoration:none; }
.gallery-team-grid .wp-caption-text em { font-style:inherit; font-weight:normal; }
@media only screen and (min-width: 550px) {
	.gallery-team-grid { }
	.gallery-team-grid.gallery-columns-4 .gallery-item:nth-child(4n+1) { clear:left; }
}

.type-team .entry-header .jobtitle { font-weight:bold; font-size:1.1em; }


/**
 *	Widget
 */
.sidebar .widget-team-image { text-align:center; line-height:1.2; }
.sidebar .widget-team-image p { margin:0; padding:0 5px 10px; }
.sidebar .widget-team-image p:first-of-type { padding-top:5px; }
.sidebar .widget-team-image p:last-child { padding-bottom:5px; }
.sidebar .widget-team-image p.name { font-weight:bold; }
