/** 
* Styles for party carousel. Not needed globally if there is no shortcode on page.
*/
.owl-carousel.party-carousel{
	
}

/* carousel item styles */
.party-category-label{
	text-align: left;
	text-transform: uppercase;
	color: rgb(206, 84, 112);
	font-size: 0.90em;
}

h3.party-post-title{
	margin: 0 0 10px 0;
	min-height: 55px;

}
h3.party-post-title a{
	color: #404149;
	font-weight: 300;
}

.party-author{
	margin-bottom: 0;
	min-height: 40px;
}
.party-author img.avatar{
	width:	40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%;
}
.party-author-name{
	color: #404149;
	font-size: 0.90em;
	line-height: 40px;
	font-weight: 300;
}
.party-author.has-desc .party-author-name{
	display: block;
	line-height: 1em;
}
.party-author-desc{
	font-size: 0.8em;
	line-height: 0.9em;
	font-weight: 400;
	color: #666;
}
.party-content{
	padding: 15px 15px 10px 15px;
	min-height: 140px;
}

