
.ccpa-list-widget .tribe-event-image {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.ccpa-event-meta {
	display: inline-block;
	display: inline-block;
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.ccpa-list-widget .tribe-event-title {
	display: inline;
}

.ccpa-list-widget .tribe-event-duration {
	color: #003d68;
	font-size: 10px;
}

.ccpa-event-nothumb {
	display: inline-block;
	width: 102px;
	height: 68px;
	margin-top: 5px;
	background-image: url('images/no_image_bkg.png');
	vertical-align: top;
	margin-bottom: 10px;
}

/* =========================== */
/* Single event template       */
/* =========================== */
.ccpa-events-single .tribe_events {
	padding: 0;
}

.ccpa-events-single .tribe_events .wp-post-image {
	width: 100%;
}

.ccpa-secondary-single {
	clear: both;
	padding: 0 4%;
}

.ccpa-reg-link {
	font-size: 15px;
	font-weight: bold;
}


/* =========================== */
/* Calendar bar filter         */
/* =========================== */
div.ccpa-bar-category-filter {
    width: 55%;
    padding: 15px;
    display: inline-block;
    float: left;
}

#ccpa-bar-category {
	padding: 0 5px;
}

.tribe-bar-filters-inner  {
	position: relative;
}

.tribe-bar-submit {
    position: absolute;
    top: 0px;
    right: 0;
}



