/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.av-share-box {
	padding:0px 0px 100px 0px;
}

h1.ec-event-title {
	color: #c3c432!important;
	text-transform: uppercase;
	border-bottom: 1px solid #626219!important;
	border-top: 1px solid #626219!important;
	padding: 5px 0;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: lighter;
}

.ai1ec-calendar .ai1ec-load-event {
	position:inherit !important;
}
.ai1ec-views-dropdown.ai1ec-btn-group.ai1ec-pull-right, .ai1ec-date-title, .timely.ai1ec-calendar-toolbar.ai1ec-clearfix, .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group, .ai1ec-categories.ai1ec-row {
	display:none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group {
	margin-left:0px;
}

.ai1ec-field-label {
	text-align:left;
}
.ai1ec-col-sm-4.ai1ec-col-md-5, .ai1ec-col-sm-4.ai1ec-col-md-4 {
	padding-left:0px;
}
.ai1ec-single-event .hideindetail {
	display:none;
}
.ai1ec-stream-view .hideindetail {
	display:inherit;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}